Skip to content
core.libraries.yml 23.9 KiB
Newer Older
# All libraries are defined in alphabetical order.

backbone:
  remote: https://github.com/jashkenas/backbone
    url: https://github.com/jashkenas/backbone/blob/1.2.3/LICENSE
    assets/vendor/backbone/backbone-min.js: { weight: -19, minified: true }
  dependencies:
    - core/underscore

classList:
  remote: https://github.com/eligrey/classList.js
    url: https://github.com/eligrey/classList.js/blob/2014-12-13/LICENSE.md
    assets/vendor/classList/classList.min.js: { weight: -21, browsers: { IE: 'lte IE 9', '!IE': false }, minified: true }

ckeditor:
  remote: https://github.com/ckeditor/ckeditor-dev
    url: https://github.com/ckeditor/ckeditor-dev/blob/4.8.0/LICENSE.md
    assets/vendor/ckeditor/ckeditor.js: { preprocess: false, minified: true }

domready:
  remote: https://github.com/ded/domready
    url: https://github.com/ded/domready/blob/v1.0.8/LICENSE
    assets/vendor/domready/ready.min.js: { weight: -21, minified: true }
    misc/drupal.init.js: { weight: -17 }
  js:
    # Need to specify a negative weight like drupal.js until
    # https://www.drupal.org/node/1945262 is resolved.
    misc/drupalSettingsLoader.js: { weight: -18 }
  drupalSettings:
    # These placeholder values will be set by system_js_settings_alter().
    path:
      baseUrl: null
      scriptPath: null
      pathPrefix: null
      currentPath: null
      currentPathIsAdmin: null
      isFront: null
      currentLanguage: null

drupal.active-link:
  version: VERSION
  js:
    misc/active-link.js: {}
  dependencies:
    - core/drupal
    - core/drupalSettings
    - core/classList

drupal.ajax:
  version: VERSION
  js:
    misc/ajax.js: {}
  drupalSettings:
    # These placeholder values will be set by system_js_settings_alter().
    ajaxPageState:
      libraries: null
      theme: null
      theme_token: null
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.progress
    - core/jquery.once

drupal.announce:
  version: VERSION
  js:
    misc/announce.js: {}
  dependencies:
    - core/drupal
    - core/drupal.debounce

drupal.autocomplete:
  version: VERSION
  js:
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.ajax
    - core/jquery.ui.autocomplete

drupal.batch:
  version: VERSION
  js:
    misc/batch.js: { cache: false }
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.ajax
    - core/drupal.progress
    - core/jquery.once

drupal.collapse:
  version: VERSION
  js:
    misc/collapse.js: {}
  dependencies:
    - core/jquery
    - core/modernizr
    - core/drupal
    - core/drupal.form
    - core/jquery.once

drupal.date:
  version: VERSION
  js:
    misc/date.js: {}
  dependencies:
    - core/drupal
    - core/modernizr
drupal.debounce:
  version: VERSION
  js:
    misc/debounce.js: {}
  dependencies:
    # @todo Remove Drupal dependency.
    - core/drupal

drupal.dialog:
  version: VERSION
  js:
    misc/dialog/dialog.js: {}
    misc/dialog/dialog.position.js: {}
    misc/dialog/dialog.jquery-ui.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.debounce
    - core/drupal.displace
    - core/jquery.ui.dialog

drupal.dialog.ajax:
  version: VERSION
  js:
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.ajax
    - core/drupal.dialog

drupal.displace:
  version: VERSION
  js:
    misc/displace.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupal.debounce

drupal.dropbutton:
  version: VERSION
  js:
    misc/dropbutton/dropbutton.js: {}
  css:
    component:
      misc/dropbutton/dropbutton.css: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/jquery.once

drupal.entity-form:
  version: VERSION
  js:
    misc/entity-form.js: {}
  dependencies:
    - core/drupal.form

drupal.form:
  version: VERSION
  js:
    misc/form.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupal.debounce
    - core/jquery.cookie
    - core/jquery.once

drupal.machine-name:
  version: VERSION
  js:
    misc/machine-name.js: {}
  dependencies:
    - core/jquery
    - core/jquery.once
    - core/drupal
    - core/drupalSettings

drupal.progress:
  version: VERSION
  js:
    misc/progress.js: {}
  dependencies:
    - core/drupal
    - core/jquery
    - core/drupalSettings

drupal.states:
  version: VERSION
  js:
    misc/states.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/jquery.once

drupal.tabbingmanager:
  version: VERSION
  js:
    misc/tabbingmanager.js: {}
  dependencies:
    - core/jquery
    # Supplies the ':tabbable' pseudo selector.
    - core/jquery.ui
    - core/drupal

drupal.tabledrag:
  version: VERSION
  js:
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/jquery.once
    - core/jquery.cookie

drupal.tableheader:
  version: VERSION
  js:
    misc/tableheader.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/jquery.once
    - core/drupal.displace

drupal.tableresponsive:
  version: VERSION
  js:
    misc/tableresponsive.js: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/jquery.once

drupal.tableselect:
  version: VERSION
  js:
    misc/tableselect.js: {}
  dependencies:
    - core/drupal
    - core/jquery

drupal.timezone:
  version: VERSION
  js:
    misc/timezone.js: {}
  dependencies:
    - core/jquery
    - core/drupal

drupal.vertical-tabs:
  version: VERSION
  js:
    # Load before core/drupal.collapse.
  css:
    component:
      misc/vertical-tabs.css: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupalSettings
    - core/drupal.form
  # Block the page from being loaded until html5shiv is initialized.
  header: true
  remote: https://github.com/aFarkas/html5shiv
  license:
    name: GNU-GPL-2.0-or-later
    url: http://www.gnu.org/licenses/gpl-2.0.html
    gpl-compatible: true
    assets/vendor/html5shiv/html5shiv.min.js: { weight: -22, browsers: { IE: 'lte IE 8', '!IE': false }, minified: true }

jquery:
  remote: https://github.com/jquery/jquery
    url: https://github.com/jquery/jquery/blob/3.2.1/LICENSE.txt
    assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }

jquery.cookie:
  remote: https://github.com/carhartl/jquery-cookie
    url: https://github.com/carhartl/jquery-cookie/blob/v1.4.1/MIT-LICENSE.txt
    assets/vendor/jquery.cookie/jquery.cookie.min.js: { minified: true }
  dependencies:
    - core/jquery

jquery.farbtastic:
  remote: https://github.com/mattfarina/farbtastic
  # @todo Ping @robloach or @mattfarina to retroactively create this release.
  license:
    name: GNU-GPL-2.0-or-later
    url: https://github.com/mattfarina/farbtastic/blob/master/LICENSE.txt
    gpl-compatible: true
    assets/vendor/farbtastic/farbtastic.js: { minified: true }
  css:
    component:
      assets/vendor/farbtastic/farbtastic.css: {}
  dependencies:
    - core/jquery

jquery.form:
  remote: https://github.com/jquery-form/form
  version: "4.22"
    url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE-LGPLv3
    assets/vendor/jquery-form/jquery.form.min.js: { minified: true }
jquery.joyride:
  remote: https://github.com/zurb/joyride
  # We rely on a fix (commit c2b3866) that occurred after 2.1.0 was released.
  # @see https://www.drupal.org/node/2898808.
  # @todo Update to 2.1.1 or later when that's released.
  # Version is set at 2.1.0.1 allowing version_compare to consider this lower
  # than 2.1.1 however greater than 2.1.0
  version: "2.1.0.1"
    url: https://github.com/zurb/joyride/blob/v2.1.0/README.markdown
    assets/vendor/jquery-joyride/jquery.joyride-2.1.js: { }
jquery.once:
  remote: https://github.com/RobLoach/jquery-once
    url: https://raw.githubusercontent.com/RobLoach/jquery-once/2.2.0/LICENSE.md
    assets/vendor/jquery-once/jquery.once.min.js: { weight: -19, minified: true }
  dependencies:
    - core/jquery

jquery.ui:
  remote: https://github.com/jquery/jquery-ui
  version: &jquery_ui_version 1.12.1
    url: https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt
    assets/vendor/jquery.ui/ui/data-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/form-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/jquery-1-7-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/tabbable-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/version-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11, minified: true }
    assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11, minified: true }
      assets/vendor/jquery.ui/themes/base/core.css: {}
      assets/vendor/jquery.ui/themes/base/theme.css: {}
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/accordion-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/accordion.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.autocomplete:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/autocomplete.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.position
    - core/jquery.ui.menu

jquery.ui.button:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/button-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/button.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.checkboxradio:
  version: *jquery_ui_version
  license: *jquery_ui_license
  js:
    assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { minified: true }
  css:
    component:
      assets/vendor/jquery.ui/themes/base/checkboxradio.css: {}
      assets/vendor/jquery.ui/themes/base/button.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.controlgroup:
  version: *jquery_ui_version
  license: *jquery_ui_license
  js:
    assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { minified: true }
  css:
    component:
      assets/vendor/jquery.ui/themes/base/controlgroup.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/datepicker-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/datepicker.css: {}
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/dialog.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.button
    - core/jquery.ui.draggable
    - core/jquery.ui.mouse
    - core/jquery.ui.position
    - core/jquery.ui.resizable

jquery.ui.draggable:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { minified: true }
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget

jquery.ui.droppable:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/droppable-min.js: { minified: true }
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.mouse
    - core/jquery.ui.draggable

jquery.ui.effects.core:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effect-min.js: { weight: -9, minified: true }
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-blind-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.bounce:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-bounce-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.clip:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-clip-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.drop:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-drop-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.explode:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-explode-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.fade:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-fade-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.fold:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-fold-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.highlight:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.puff:
  version: *jquery_ui_version
  license: *jquery_ui_license
  js:
    assets/vendor/jquery.ui/ui/effects/effect-puff-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.pulsate:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-pulsate-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.scale:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-scale-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.shake:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-shake-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.size:
  version: *jquery_ui_version
  license: *jquery_ui_license
  js:
    assets/vendor/jquery.ui/ui/effects/effect-size-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.slide:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-slide-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.effects.transfer:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/effects/effect-transfer-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.effects.core

jquery.ui.menu:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/menu-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/menu.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.mouse:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { minified: true }
  dependencies:
    - core/jquery.ui.widget

jquery.ui.position:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/position-min.js: { minified: true }
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/progressbar-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/progressbar.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.resizable:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/resizable.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.mouse

jquery.ui.selectable:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/selectable-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/selectable.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget

jquery.ui.selectmenu:
  version: *jquery_ui_version
  license: *jquery_ui_license
  js:
    assets/vendor/jquery.ui/ui/widgets/selectmenu-min.js: { minified: true }
  css:
    component:
      assets/vendor/jquery.ui/themes/base/selectmenu.css: {}
      assets/vendor/jquery.ui/themes/base/button.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.menu
    - core/jquery.ui.position
    - core/jquery.ui.widget

  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/slider-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/slider.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget

jquery.ui.sortable:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/sortable-min.js: { minified: true }
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget

jquery.ui.spinner:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/spinner-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/spinner.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.button

jquery.ui.tabs:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/tabs-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/tabs.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget

jquery.ui.tooltip:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widgets/tooltip-min.js: { minified: true }
      assets/vendor/jquery.ui/themes/base/tooltip.css: {}
  dependencies:
    - core/jquery.ui
    - core/jquery.ui.widget
    - core/jquery.ui.position

jquery.ui.touch-punch:
  remote: https://github.com/furf/jquery-ui-touch-punch
  license:
    name: GNU-GPL-2.0-or-later
    url: https://github.com/furf/jquery-ui-touch-punch
    gpl-compatible: true
  js:
    assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js: {}
  dependencies:
    - core/jquery.ui

jquery.ui.widget:
  version: *jquery_ui_version
  license: *jquery_ui_license
    assets/vendor/jquery.ui/ui/widget-min.js: { weight: -10, minified: true }
  dependencies:
    - core/jquery.ui

matchmedia:
  remote: https://github.com/paulirish/matchMedia.js
  version: &matchmedia_version 0.2.0
  license: &matchmedia_license
    url: https://github.com/paulirish/matchMedia.js/blob/0.2.0/LICENSE.txt
    assets/vendor/matchMedia/matchMedia.min.js: { minified: true }

matchmedia.addListener:
  version: *matchmedia_version
  license: *matchmedia_license
  js:
    assets/vendor/matchMedia/matchMedia.addListener.min.js: { minified: true }
  # Block the page from being loaded until Modernizr is initialized.
  header: true
  remote: https://github.com/Modernizr/Modernizr
  license:
    name: MIT
    url: http://modernizr.com/license/
    gpl-compatible: true
    assets/vendor/modernizr/modernizr.min.js: { preprocess: 0, weight: -21, minified: true }

normalize:
  remote: https://github.com/necolas/normalize.css
  license:
    name: MIT
    url: https://github.com/necolas/normalize.css/blob/master/LICENSE.md
    gpl-compatible: true
      assets/vendor/normalize-css/normalize.css: { weight: -20 }
picturefill:
  remote: https://github.com/scottjehl/picturefill
    url: https://github.com/scottjehl/picturefill/blob/3.0.1/LICENSE
    assets/vendor/picturefill/picturefill.min.js: { weight: -10, minified: true }
underscore:
  remote: https://github.com/jashkenas/underscore
    url: https://github.com/jashkenas/underscore/blob/1.8.3/LICENSE
    assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }

drupal.dialog.off_canvas:
  version: VERSION
  js:
    misc/dialog/off-canvas.js: {}
  css:
    base:
      misc/dialog/off-canvas.reset.css: {}
      misc/dialog/off-canvas.base.css: {}
      misc/dialog/off-canvas.css: {}
      # Add group setting to make sure this CSS load before any jQuery UI Dialog
      # CSS.
      misc/dialog/off-canvas.theme.css: { group: 200 }
    component:
      misc/dialog/off-canvas.motion.css: {}
      misc/dialog/off-canvas.button.css: {}
      misc/dialog/off-canvas.form.css: {}
      misc/dialog/off-canvas.table.css: {}
      misc/dialog/off-canvas.details.css: {}
      misc/dialog/off-canvas.tabledrag.css: {}
      misc/dialog/off-canvas.dropbutton.css: {}
      misc/dialog/off-canvas.layout.css: {}
  dependencies:
    - core/jquery
    - core/drupal
    - core/drupal.ajax
    - core/drupal.announce
    - core/drupal.dialog
    - core/drupal.dialog.ajax