navigation.libraries.yml

Same filename and directory in other branches
  1. 10 core/modules/navigation/navigation.libraries.yml
  2. main 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. admin-reset-styles:
  43. css:
  44. base:
  45. css/base/admin-reset-styles.css: {}
  46. navigation.layout:
  47. dependencies:
  48. - navigation/internal.navigation
  49. body-scroll-lock:
  50. version: VERSION
  51. css:
  52. base:
  53. css/components/body-scroll-lock.css: {}
  54. internal.popover:
  55. # Internal library. Do not depend on it outside core nor add core usage
  56. # beyond the Navigation module.
  57. js:
  58. js/toolbar-popover.js: {}
  59. css:
  60. base:
  61. css/components/toolbar-popover.css: {}
  62. dependencies:
  63. - core/once
  64. internal.tooltip:
  65. # Internal library. Do not depend on it outside core nor add core usage
  66. # beyond the Navigation module.
  67. js:
  68. js/tooltip.js: {}
  69. css:
  70. base:
  71. css/components/tooltip.css: {}
  72. dependencies:
  73. - core/once
  74. - core/internal.floating-ui
  75. internal.dropdown:
  76. # Internal library. Do not depend on it outside core nor add core usage
  77. # beyond the Navigation module.
  78. js:
  79. js/toolbar-dropdown.js: {}
  80. css:
  81. base:
  82. css/components/toolbar-dropdown.css: {}
  83. dependencies:
  84. - core/once
  85. - core/internal.floating-ui
  86. navigation.layoutBuilder:
  87. css:
  88. base:
  89. css/base/layout-builder.css: {}
  90. internal.safe-triangle:
  91. # Internal library. Do not depend on it outside core nor add core usage
  92. # beyond the Navigation module.
  93. js:
  94. js/safe-triangle.js: {}
  95. css:
  96. base:
  97. css/components/safe-triangle.css: {}
  98. dependencies:
  99. - core/drupal
  100. - core/once

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