Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / system / system.libraries.yml
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/system-status-counter.css: { weight: -10 }
23       css/components/system-status-report-counters.css: { weight: -10 }
24       css/components/system-status-report-general-info.css: { weight: -10 }
25       css/components/tabledrag.module.css: { weight: -10 }
26       css/components/tablesort.module.css: { weight: -10 }
27       css/components/tree-child.module.css: { weight: -10 }
28
29 admin:
30   version: VERSION
31   css:
32     theme:
33       css/system.admin.css: { weight: -10 }
34   dependencies:
35     - system/base
36
37 maintenance:
38   version: VERSION
39   css:
40     theme:
41       css/system.maintenance.css: { weight: -10 }
42   dependencies:
43     - system/base
44     - system/admin
45
46 drupal.system:
47   version: VERSION
48   js:
49     js/system.js: {}
50   dependencies:
51     - core/jquery
52     - core/drupal
53     - core/drupalSettings
54     - core/jquery.once
55
56 drupal.system.modules:
57   version: VERSION
58   js:
59     js/system.modules.js: {}
60   dependencies:
61     - core/jquery
62     - core/drupal
63     - core/drupal.debounce
64     - core/jquery.once
65     - core/drupal.announce
66
67 diff:
68   version: VERSION
69   css:
70     component:
71       css/system.diff.css: {}
72
73 drupal.system.date:
74   version: VERSION
75   js:
76     js/system.date.js: {}
77   dependencies:
78     - core/jquery
79     - core/drupal
80     - core/drupalSettings
81     - core/jquery.once
82     - core/drupal.form