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/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. dependencies:
  21. - core/drupal.displace
  22. - core/once
  23. - core/tabbable
  24. - navigation/admin-reset-styles
  25. - navigation/body-scroll-lock
  26. - navigation/internal.dropdown
  27. - navigation/internal.tooltip
  28. - navigation/internal.popover
  29. - navigation/internal.safe-triangle
  30. internal.navigation-workspaces:
  31. # Internal library. Do not depend on it outside core nor add core usage
  32. # beyond the Navigation module.
  33. version: VERSION
  34. css:
  35. theme:
  36. css/components/toolbar-workspaces.css: {}
  37. dependencies:
  38. - navigation/internal.navigation
  39. internal.navigation-messages:
  40. # Internal library. Do not depend on it outside core nor add core usage
  41. # beyond the Navigation module.
  42. css:
  43. theme:
  44. css/components/toolbar-message.css: { }
  45. dependencies:
  46. - navigation/internal.navigation
  47. admin-reset-styles:
  48. css:
  49. base:
  50. css/base/admin-reset-styles.css: {}
  51. navigation.layout:
  52. dependencies:
  53. - navigation/internal.navigation
  54. body-scroll-lock:
  55. version: VERSION
  56. css:
  57. base:
  58. css/components/body-scroll-lock.css: {}
  59. internal.popover:
  60. # Internal library. Do not depend on it outside core nor add core usage
  61. # beyond the Navigation module.
  62. js:
  63. js/toolbar-popover.js: {}
  64. css:
  65. base:
  66. css/components/toolbar-popover.css: {}
  67. dependencies:
  68. - core/once
  69. internal.tooltip:
  70. # Internal library. Do not depend on it outside core nor add core usage
  71. # beyond the Navigation module.
  72. js:
  73. js/tooltip.js: {}
  74. css:
  75. base:
  76. css/components/tooltip.css: {}
  77. dependencies:
  78. - core/once
  79. - core/internal.floating-ui
  80. internal.dropdown:
  81. # Internal library. Do not depend on it outside core nor add core usage
  82. # beyond the Navigation module.
  83. js:
  84. js/toolbar-dropdown.js: {}
  85. css:
  86. base:
  87. css/components/toolbar-dropdown.css: {}
  88. dependencies:
  89. - core/once
  90. - core/internal.floating-ui
  91. navigation.layoutBuilder:
  92. css:
  93. base:
  94. css/base/layout-builder.css: {}
  95. internal.safe-triangle:
  96. # Internal library. Do not depend on it outside core nor add core usage
  97. # beyond the Navigation module.
  98. js:
  99. js/safe-triangle.js: {}
  100. css:
  101. base:
  102. css/components/safe-triangle.css: {}
  103. dependencies:
  104. - core/drupal
  105. - core/once
  106. internal.user-block:
  107. # Internal library. Do not depend on it outside core nor add core usage
  108. # beyond the Navigation module.
  109. js:
  110. js/user-block.js: {}
  111. dependencies:
  112. - core/drupal
  113. - core/drupalSettings
  114. - core/once

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