-
Notifications
You must be signed in to change notification settings - Fork 3
/
vartheme_material.libraries.yml
executable file
·259 lines (224 loc) · 6.79 KB
/
vartheme_material.libraries.yml
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
248
249
250
251
252
253
254
255
256
257
258
259
# Vartheme Material framework as which could be used to extend bootstrap/framework
# vartheme_material/framework = vartheme_material/bootstrap-styles
# + vartheme_material/bootstrap-scripts
# + vartheme_material/global-styles
# + vartheme_material/global-scripts
# + vartheme_material/bootstrap-print
framework:
css: {}
js: {}
dependencies:
- core/jquery
- vartheme_material/bootstrap-styles
- vartheme_material/bootstrap-scripts
- vartheme_material/global-styles
- vartheme_material/global-scripts
- vartheme_material/bootstrap-print
# Vartheme Material framework RTL as which could be used to extend bootstrap/framework
# vartheme_material/framework-rtl = vartheme_material/bootstrap-rtl
# + vartheme_material/global-styles-rtl
# + vartheme_material/bootstrap-print-rtl
framework-rtl:
css: {}
js: {}
dependencies:
- core/jquery
- vartheme_material/bootstrap-rtl
- vartheme_material/global-styles-rtl
- vartheme_material/bootstrap-print-rtl
# Vartheme Material global styles library.
global-styles:
css:
base:
css/base/vartheme_material.base.css: {}
theme:
css/theme/header.theme.css: {}
css/theme/content.theme.css: {}
css/theme/footer.theme.css: {}
dependencies:
- core/jquery
# Vartheme Material global (RTL) styles library.
global-styles-rtl:
css:
base:
css/rtl/base/vartheme_material-rtl.base.css: {}
theme:
css/rtl/theme/header-rtl.theme.css: {}
css/rtl/theme/content-rtl.theme.css: {}
css/rtl/theme/footer-rtl.theme.css: {}
dependencies:
- core/jquery
# Vartheme Material global scripts library.
global-scripts:
js:
js/script.js: {}
dependencies:
- core/jquery
# Bootstrap global styles library.
bootstrap-styles:
css:
base:
css/base/bootstrap.base.css: {}
# Bootstrap global styles RTL library.
bootstrap-styles-rtl:
css:
base:
css/rtl/base/bootstrap-rtl.base.css: {}
# Bootstrap global scripts library.
bootstrap-scripts:
js:
bootstrap/js/affix.js: {}
bootstrap/js/alert.js: {}
bootstrap/js/button.js: {}
bootstrap/js/carousel.js: {}
bootstrap/js/collapse.js: {}
bootstrap/js/dropdown.js: {}
bootstrap/js/modal.js: {}
bootstrap/js/tooltip.js: {}
bootstrap/js/popover.js: {}
bootstrap/js/scrollspy.js: {}
bootstrap/js/tab.js: {}
bootstrap/js/transition.js: {}
# Vartheme Material Varbase Bootstrap Paragraphs colors theme.
vbp-colors:
css:
theme:
css/theme/vbp-colors.theme.css: {}
# Vartheme Material better login theme.
betterlogin:
css:
theme:
css/theme/betterlogin.theme.css: {}
# ------------------------------------------------------------------------------
# Vartheme Material custom theme, layout, and components.
# ------------------------------------------------------------------------------
# Vartheme Material Bootstrap print theme library.
bootstrap-print:
css:
theme:
bootstrap-print/css/bootstrap-print.css: {}
bootstrap-print/css/bootstrap-print-sm.css: {}
# Vartheme Material Bootstrap print (RTL) theme library.
bootstrap-print-rtl:
css:
theme:
bootstrap-print/css/rtl/bootstrap-print-rtl.css: {}
bootstrap-print/css/rtl/bootstrap-print-rtl-sm.css: {}
# Vartheme Material Bootstrap no spacing layout library.
bootstrap-no-spacing:
css:
layout:
bootstrap-no-spacing/css/bootstrap-no-spacing.css: {}
# Vartheme Material Edge to Edge layout library.
edge2edge:
css:
layout:
css/layout/edge2edge.layout.css: {}
# Vartheme Material Equal height layout library.
equal-height:
css:
layout:
css/layout/equal-height.layout.css: {}
# Vartheme Material Bootstrap Callouts component library.
bs-callouts:
css:
component:
css/component/bs-callouts.component.css: {}
# Vartheme Material bootstrap tags component.
vb-tags:
css:
component:
css/component/vb-tags.component.css: {}
# Vartheme Material bootstrap card component.
card:
css:
component:
css/component/card.component.css: {}
# Vartheme Material Outside in component library.
outside-in:
css:
component:
css/component/outside-in.component.css: {}
# Vartheme Material Navbar Administration component library.
navbar-admin:
css:
component:
css/component/navbar.admin.component.css: {}
# ------------------------------------------------------------------------------
# Bootstrap starterkit components.
# ------------------------------------------------------------------------------
# Vartheme Material Bootstrap AJAX (throbber) styles component library.
ajax:
css:
component:
css/component/ajax.component.css: {}
# Vartheme Material Bootstrap Alert styles component library.
alert:
css:
component:
css/component/alert.component.css: {}
# Vartheme Material Bootstrap Visual styles for fields component library.
field:
css:
component:
css/component/field.component.css: {}
# Vartheme Material Bootstrap File (and Image Widget) styles component library.
file:
css:
component:
css/component/file.component.css: {}
# Vartheme Material Bootstrap Filter styles component library.
filter:
css:
component:
css/component/filter.component.css: {}
# Vartheme Material Bootstrap Form styles component library.
form:
css:
component:
css/component/form.component.css: {}
# Vartheme Material Bootstrap Icon styles component library.
icon:
css:
component:
css/component/icon.component.css: {}
# Vartheme Material Bootstrap Navbar styles component library.
navbar:
css:
component:
css/component/navbar.component.css: {}
# Vartheme Material Bootstrap Node styles component library.
node:
css:
component:
css/component/node.component.css: {}
# Vartheme Material Bootstrap Panel styles component library.
panel:
css:
component:
css/component/panel.component.css: {}
# Vartheme Material Bootstrap Progress bar styles component library.
progress-bar:
css:
component:
css/component/progress-bar.component.css: {}
# Vartheme Material Bootstrap Table drag styles component library.
table-drag:
css:
component:
css/component/table-drag.component.css: {}
# Vartheme Material Bootstrap Tabs component library.
tabs:
css:
component:
css/component/tabs.component.css: {}
# Vartheme Material Bootstrap Toolbar module styles component library.
toolbar:
css:
component:
css/component/toolbar.component.css: {}
# Vartheme Material jQuery UI autocomplete widget style overrides component library.
autocomplete:
css:
component:
css/component/autocomplete.component.css: {}