system.libraries.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. base:
  2. version: VERSION
  3. css:
  4. # Adjust the weights to load these early.
  5. component:
  6. css/components/ajax-progress.module.css: { weight: -10 }
  7. css/components/align.module.css: { weight: -10 }
  8. css/components/autocomplete-loading.module.css: { weight: -10 }
  9. css/components/fieldgroup.module.css: { weight: -10 }
  10. css/components/container-inline.module.css: { weight: -10 }
  11. css/components/clearfix.module.css: { weight: -10 }
  12. css/components/details.module.css: { weight: -10 }
  13. css/components/hidden.module.css: { weight: -10 }
  14. css/components/item-list.module.css: { weight: -10 }
  15. css/components/js.module.css: { weight: -10 }
  16. css/components/nowrap.module.css: { weight: -10 }
  17. css/components/position-container.module.css: { weight: -10 }
  18. css/components/progress.module.css: { weight: -10 }
  19. css/components/reset-appearance.module.css: { weight: -10 }
  20. css/components/resize.module.css: { weight: -10 }
  21. css/components/sticky-header.module.css: { weight: -10 }
  22. css/components/tabledrag.module.css: { weight: -10 }
  23. css/components/tablesort.module.css: { weight: -10 }
  24. css/components/tree-child.module.css: { weight: -10 }
  25. admin:
  26. version: VERSION
  27. css:
  28. theme:
  29. css/system.admin.css: { weight: -10 }
  30. dependencies:
  31. - system/base
  32. maintenance:
  33. version: VERSION
  34. css:
  35. theme:
  36. css/system.maintenance.css: { weight: -10 }
  37. dependencies:
  38. - system/base
  39. - system/admin
  40. drupal.system:
  41. version: VERSION
  42. js:
  43. js/system.js: {}
  44. dependencies:
  45. - core/jquery
  46. - core/drupal
  47. - core/drupalSettings
  48. - core/jquery.once
  49. drupal.system.modules:
  50. version: VERSION
  51. js:
  52. js/system.modules.js: {}
  53. dependencies:
  54. - core/jquery
  55. - core/drupal
  56. - core/drupal.debounce
  57. - core/jquery.once
  58. diff:
  59. version: VERSION
  60. css:
  61. component:
  62. css/system.diff.css: {}
  63. drupal.system.date:
  64. version: VERSION
  65. js:
  66. js/system.date.js: {}
  67. dependencies:
  68. - core/jquery
  69. - core/drupal
  70. - core/drupalSettings
  71. - core/jquery.once
  72. - core/drupal.form