navigation.libraries.yml

Same filename in other branches
  1. 10 core/modules/navigation/navigation.libraries.yml
core/modules/navigation/navigation.libraries.yml

File

core/modules/navigation/navigation.libraries.yml

View source
  1. internal.navigation:
  2. # Internal library. Do not depend on it outside core nor add core usage
  3. # beyond the Navigation module.
  4. version: VERSION
  5. js:
  6. js/toolbar-menu.js: {}
  7. js/tooltip.js: {}
  8. js/sidebar.js: {}
  9. js/admin-toolbar-wrapper.js: {}
  10. js/arrow-navigation.js: {}
  11. css:
  12. theme:
  13. css/base/fonts.css: {}
  14. css/base/variables.css: {}
  15. css/components/toolbar-button.css: {}
  16. css/components/admin-toolbar.css: {}
  17. css/components/top-bar.css: {}
  18. css/components/admin-toolbar-control-bar.css: {}
  19. css/components/toolbar-menu.css: {}
  20. css/components/toolbar-block.css: {}
  21. dependencies:
  22. - core/drupal.displace
  23. - core/once
  24. - core/tabbable
  25. - navigation/admin-reset-styles
  26. - navigation/body-scroll-lock
  27. - navigation/internal.dropdown
  28. - navigation/internal.tooltip
  29. - navigation/internal.popover
  30. admin-reset-styles:
  31. css:
  32. base:
  33. css/base/admin-reset-styles.css: {}
  34. navigation.layout:
  35. dependencies:
  36. - navigation/internal.navigation
  37. body-scroll-lock:
  38. version: VERSION
  39. css:
  40. base:
  41. css/components/body-scroll-lock.css: {}
  42. internal.popover:
  43. # Internal library. Do not depend on it outside core nor add core usage
  44. # beyond the Navigation module.
  45. js:
  46. js/toolbar-popover.js: {}
  47. css:
  48. base:
  49. css/components/toolbar-popover.css: {}
  50. dependencies:
  51. - core/once
  52. internal.tooltip:
  53. # Internal library. Do not depend on it outside core nor add core usage
  54. # beyond the Navigation module.
  55. js:
  56. js/tooltip.js: {}
  57. css:
  58. base:
  59. css/components/tooltip.css: {}
  60. dependencies:
  61. - core/once
  62. - core/internal.floating-ui
  63. internal.dropdown:
  64. # Internal library. Do not depend on it outside core nor add core usage
  65. # beyond the Navigation module.
  66. js:
  67. js/toolbar-dropdown.js: {}
  68. css:
  69. base:
  70. css/components/toolbar-dropdown.css: {}
  71. dependencies:
  72. - core/once
  73. - core/internal.floating-ui
  74. navigation.layoutBuilder:
  75. css:
  76. base:
  77. css/base/layout-builder.css: {}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.