summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/navigation/navigation.libraries.yml
blob: 7121c6a7c5193472439ed5bf50aa84f91e4cd2f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
internal.navigation:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  version: VERSION
  js:
    js/toolbar-menu.js: {}
    js/tooltip.js: {}
    js/sidebar.js: {}
    js/admin-toolbar-wrapper.js: {}
    js/arrow-navigation.js: {}
  css:
    theme:
      css/base/fonts.css: {}
      css/base/variables.css: {}
      css/components/admin-toolbar.css: {}
      css/components/top-bar.css: {}
      css/components/admin-toolbar-control-bar.css: {}
      css/components/toolbar-menu.css: {}
      css/components/toolbar-block.css: {}
  dependencies:
    - core/drupal.displace
    - core/once
    - core/tabbable
    - navigation/admin-reset-styles
    - navigation/body-scroll-lock
    - navigation/internal.dropdown
    - navigation/internal.tooltip
    - navigation/internal.popover
    - navigation/internal.safe-triangle

internal.navigation-workspaces:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  version: VERSION
  css:
    theme:
      css/components/toolbar-workspaces.css: {}
  dependencies:
    - navigation/internal.navigation

internal.navigation-messages:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  css:
    theme:
      css/components/toolbar-message.css: { }
  dependencies:
    - navigation/internal.navigation

admin-reset-styles:
  css:
    base:
      css/base/admin-reset-styles.css: {}

navigation.layout:
  dependencies:
    - navigation/internal.navigation

body-scroll-lock:
  version: VERSION
  css:
    base:
      css/components/body-scroll-lock.css: {}

internal.popover:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  js:
    js/toolbar-popover.js: {}
  css:
    base:
      css/components/toolbar-popover.css: {}
  dependencies:
    - core/once

internal.tooltip:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  js:
    js/tooltip.js: {}
  css:
    base:
      css/components/tooltip.css: {}
  dependencies:
    - core/once
    - core/internal.floating-ui

internal.dropdown:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  js:
    js/toolbar-dropdown.js: {}
  css:
    base:
      css/components/toolbar-dropdown.css: {}
  dependencies:
    - core/once
    - core/internal.floating-ui

navigation.layoutBuilder:
  css:
    base:
      css/base/layout-builder.css: {}

internal.safe-triangle:
  # Internal library. Do not depend on it outside core nor add core usage
  # beyond the Navigation module.
  js:
    js/safe-triangle.js: {}
  css:
    base:
      css/components/safe-triangle.css: {}
  dependencies:
    - core/drupal
    - core/once