This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/system/system.libraries.yml

102 lines
3.3 KiB
YAML

base:
version: VERSION
css:
# Adjust the weights to load these early.
component:
css/components/ajax-progress.module.css: { weight: -10 }
css/components/align.module.css: { weight: -10 }
css/components/autocomplete-loading.module.css: { weight: -10 }
css/components/fieldgroup.module.css: { weight: -10 }
css/components/container-inline.module.css: { weight: -10 }
css/components/clearfix.module.css: { weight: -10 }
css/components/details.module.css: { weight: -10 }
css/components/hidden.module.css: { weight: -10 }
css/components/js.module.css: { weight: -10 }
css/components/nowrap.module.css: { weight: -10 }
css/components/position-container.module.css: { weight: -10 }
css/components/progress.module.css: { weight: -10 }
css/components/reset-appearance.module.css: { weight: -10 }
css/components/resize.module.css: { weight: -10 }
css/components/sticky-header.module.css: { weight: -10 }
css/components/tabledrag.module.css: { weight: -10 }
theme:
css/components/action-links.theme.css: { weight: -10 }
css/components/breadcrumb.theme.css: { weight: -10 }
css/components/button.theme.css: { weight: -10 }
css/components/collapse-processed.theme.css: { weight: -10 }
css/components/container-inline.theme.css: { weight: -10 }
css/components/details.theme.css: { weight: -10 }
css/components/exposed-filters.theme.css: { weight: -10 }
css/components/field.theme.css: { weight: -10 }
css/components/form.theme.css: { weight: -10 }
css/components/icons.theme.css: { weight: -10 }
css/components/inline-form.theme.css: { weight: -10 }
css/components/item-list.theme.css: { weight: -10 }
css/components/link.theme.css: { weight: -10 }
css/components/links.theme.css: { weight: -10 }
css/components/menu.theme.css: { weight: -10 }
css/components/messages.theme.css: { weight: -10 }
css/components/more-link.theme.css: { weight: -10 }
css/components/pager.theme.css: { weight: -10 }
css/components/progress.theme.css: { weight: -10 }
css/components/tableselect.theme.css: { weight: -10 }
css/components/tabledrag.theme.css: { weight: -10 }
css/components/tablesort.theme.css: { weight: -10 }
css/components/tabs.theme.css: { weight: -10 }
css/components/textarea.theme.css: { weight: -10 }
css/components/tree-child.module.css: { weight: -10 }
admin:
version: VERSION
css:
theme:
css/system.admin.css: { weight: -10 }
dependencies:
- system/base
maintenance:
version: VERSION
css:
theme:
css/system.maintenance.css: { weight: -10 }
dependencies:
- system/base
- system/admin
drupal.system:
version: VERSION
js:
js/system.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
drupal.system.modules:
version: VERSION
js:
js/system.modules.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupal.debounce
- core/jquery.once
diff:
version: VERSION
css:
component:
css/system.diff.css: {}
drupal.system.date:
version: VERSION
js:
js/system.date.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
- core/drupal.form