navigation.libraries.yml

Same filename and directory in other branches
  1. 10 core/modules/navigation/navigation.libraries.yml
  2. 11.x 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/admin-toolbar.css: {}
  16. css/components/top-bar.css: {}
  17. css/components/admin-toolbar-control-bar.css: {}
  18. css/components/toolbar-menu.css: {}
  19. css/components/toolbar-block.css: {}
  20. fonts:
  21. assets/fonts/inter-var.woff2:
  22. preload: true
  23. dependencies:
  24. - core/drupal.displace
  25. - core/once
  26. - core/tabbable
  27. - navigation/admin-reset-styles
  28. - navigation/body-scroll-lock
  29. - navigation/internal.dropdown
  30. - navigation/internal.tooltip
  31. - navigation/internal.popover
  32. - navigation/internal.safe-triangle
  33. internal.navigation-workspaces:
  34. # Internal library. Do not depend on it outside core nor add core usage
  35. # beyond the Navigation module.
  36. version: VERSION
  37. css:
  38. theme:
  39. css/components/toolbar-workspaces.css: {}
  40. dependencies:
  41. - navigation/internal.navigation
  42. internal.navigation-messages:
  43. # Internal library. Do not depend on it outside core nor add core usage
  44. # beyond the Navigation module.
  45. css:
  46. theme:
  47. css/components/toolbar-message.css: { }
  48. dependencies:
  49. - navigation/internal.navigation
  50. admin-reset-styles:
  51. css:
  52. base:
  53. css/base/admin-reset-styles.css: {}
  54. navigation.layout:
  55. dependencies:
  56. - navigation/internal.navigation
  57. body-scroll-lock:
  58. version: VERSION
  59. css:
  60. base:
  61. css/components/body-scroll-lock.css: {}
  62. internal.popover:
  63. # Internal library. Do not depend on it outside core nor add core usage
  64. # beyond the Navigation module.
  65. js:
  66. js/toolbar-popover.js: {}
  67. css:
  68. base:
  69. css/components/toolbar-popover.css: {}
  70. dependencies:
  71. - core/once
  72. internal.tooltip:
  73. # Internal library. Do not depend on it outside core nor add core usage
  74. # beyond the Navigation module.
  75. js:
  76. js/tooltip.js: {}
  77. css:
  78. base:
  79. css/components/tooltip.css: {}
  80. dependencies:
  81. - core/once
  82. - core/internal.floating-ui
  83. internal.dropdown:
  84. # Internal library. Do not depend on it outside core nor add core usage
  85. # beyond the Navigation module.
  86. js:
  87. js/toolbar-dropdown.js: {}
  88. css:
  89. base:
  90. css/components/toolbar-dropdown.css: {}
  91. dependencies:
  92. - core/once
  93. - core/internal.floating-ui
  94. navigation.layoutBuilder:
  95. css:
  96. base:
  97. css/base/layout-builder.css: {}
  98. internal.safe-triangle:
  99. # Internal library. Do not depend on it outside core nor add core usage
  100. # beyond the Navigation module.
  101. js:
  102. js/safe-triangle.js: {}
  103. css:
  104. base:
  105. css/components/safe-triangle.css: {}
  106. dependencies:
  107. - core/drupal
  108. - core/once

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