-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvartheme_bs5.libraries.yml
More file actions
247 lines (216 loc) · 6.1 KB
/
vartheme_bs5.libraries.yml
File metadata and controls
247 lines (216 loc) · 6.1 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
framework:
dependencies:
- core/components.vartheme_bs5--root
- vartheme_bs5/bootstrap-styles
- vartheme_bs5/bootstrap-scripts
- vartheme_bs5/global-styles
- vartheme_bs5/global-scripts
- vartheme_bs5/bootstrap-icons
# - vartheme_bs5/fontawesome ## Uncomment to use the fontawesome library.
# Bootstrap 5 global styles library.
bootstrap-styles:
css:
base:
css/base/bootstrap.base.css: {}
# Bootstrap 5 global scripts library.
bootstrap-scripts:
dependencies:
- vartheme_bs5/bs-base-component-script
# - vartheme_bs5/bs-alert-script
# - vartheme_bs5/bs-button-script
# - vartheme_bs5/bs-carousel-script
# - vartheme_bs5/bs-collapse-script
# - vartheme_bs5/bs-dropdown-script
- vartheme_bs5/bs-modal-script
- vartheme_bs5/bs-offcanvas-script
- vartheme_bs5/bs-popover-script
- vartheme_bs5/bs-scrollspy-script
- vartheme_bs5/bs-tab-script
- vartheme_bs5/bs-toast-script
- vartheme_bs5/bs-tooltip-script
- content_moderation/content_moderation
# Popperjs core.
popper-script:
js:
js/popperjs/popper.js: {}
# Bootstrap Base component script.
bs-base-component-script:
dependencies:
- core/drupalSettings
- core/drupal
- core/drupal.ajax
- core/jquery
- core/once
- vartheme_bs5/popper-script
js:
js/bootstrap/util/index.js: {}
js/bootstrap/dom/data.js: {}
js/bootstrap/dom/event-handler.js: {}
js/bootstrap/dom/manipulator.js: {}
js/bootstrap/dom/selector-engine.js: {}
js/bootstrap/util/config.js: {}
js/bootstrap/util/component-functions.js: {}
js/bootstrap/util/backdrop.js: {}
js/bootstrap/util/focustrap.js: {}
js/bootstrap/util/scrollbar.js: {}
js/bootstrap/util/swipe.js: {}
js/bootstrap/util/sanitizer.js: {}
js/bootstrap/util/template-factory.js: {}
js/bootstrap/base-component.js: {}
# Bootstrap alert script.
bs-alert-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/alert.js: {}
# Bootstrap button script.
bs-button-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/button.js: {}
# Bootstrap carousel script.
bs-carousel-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/carousel.js: {}
# Bootstrap collapse script.
bs-collapse-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/collapse.js: {}
# Bootstrap dropdown script.
bs-dropdown-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/dropdown.js: {}
# Bootstrap modal script.
bs-modal-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/modal.js: {}
# Bootstrap offcanvas script.
bs-offcanvas-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/offcanvas.js: {}
# Bootstrap popover script.
bs-popover-script:
dependencies:
- vartheme_bs5/bs-tooltip-script
js:
js/bootstrap/popover.js: {}
# Bootstrap scrollspy script.
bs-scrollspy-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/scrollspy.js: {}
# Bootstrap tab script.
bs-tab-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/tab.js: {}
# Bootstrap toast script.
bs-toast-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/toast.js: {}
# Bootstrap tooltip script.
bs-tooltip-script:
dependencies:
- vartheme_bs5/bs-base-component-script
js:
js/bootstrap/tooltip.js: {}
# Vartheme BS5 global styles library.
global-styles:
css:
base:
css/base/vartheme.base.css: {}
layout:
css/layout/edge2edge.layout.css: {}
css/layout/equal-height.layout.css: {}
css/layout/print.layout.css: { media: print }
theme:
fonts/inter/css/inter.css: {}
# Vartheme BS5 global scripts library.
global-scripts:
js:
js/scripts.js: {}
dependencies:
- core/drupalSettings
- core/drupal
- core/drupal.ajax
- core/jquery
- core/once
framework-rtl:
dependencies:
- vartheme_bs5/bootstrap-styles-rtl
- vartheme_bs5/bootstrap-scripts
- vartheme_bs5/global-styles-rtl
- vartheme_bs5/global-scripts
- vartheme_bs5/bootstrap-icons
# - vartheme_bs5/fontawesome ## Uncomment to use the fontawesome library.
# Bootstrap 5 global RTL styles library.
bootstrap-styles-rtl:
css:
base:
css/base/bootstrap-rtl.base.css: {}
# Vartheme BS5 global RTL styles library.
global-styles-rtl:
css:
base:
css/base/vartheme-rtl.base.css: {}
theme:
fonts/droid/arabic/kufi/css/droidarabickufi.css: {}
# Vartheme BS5 content moderation status theme.
content_moderation:
css:
theme:
css/theme/content-moderation.theme.css: {}
# Font Awesome free icons.
fontawesome:
css:
theme:
fonts/fontawesome-free/css/all.min.css: { minified: true }
# Bootstrap free icons.
bootstrap-icons:
css:
theme:
fonts/bootstrap-icons/font/bootstrap-icons.min.css: { minified: true }
# Behaviors for local video scripts in the heroslider component.
local-video-slider:
js:
components/organisms/heroslider/js/video.heroslider.local.js: {}
# Behaviors for Youtube video scripts in the heroslider component.
youtube-video-slider:
js:
components/organisms/heroslider/js/video.heroslider.youtube.js: { weight: -1 }
# Behaviors for vimeo embeded videos scripts in the heroslider component.
vimeo-video-slider:
js:
components/organisms/heroslider/js/video.heroslider.vimeo.js: { weight: -1 }
# Oembed frame for Youtube video behaviors in the heroslider component.
oembed-frame-video-youtube:
js:
components/organisms/heroslider/js/oembed-frame.heroslider.youtube.js: {}
# Oembed frame for Vimeo video behaviors in the heroslider component.
oembed-frame-video-vimeo:
js:
components/organisms/heroslider/js/oembed-frame.heroslider.vimeo.js: {}
# Ckeditor 5 styles.
ckeditor5-root:
dependencies:
- core/components.vartheme_bs5--root
# Ckeditor 5 styles.
ckeditor5-styles:
dependencies:
- core/components.vartheme_bs5--alert
- core/components.vartheme_bs5--callout