@medyll/cssfabric 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cssfabric/_utils.scss +2 -2
- package/src/cssfabric/modules/grid/_grid-build.scss +1 -0
- package/src/lib/_generated/cssFabric.vars.json +1122 -13
- package/src/lib/styles/box/box.responsive.css +5 -5
- package/src/lib/styles/box/box.responsive.min.css +1 -1
- package/src/lib/styles/color/color.responsive.css +5 -5
- package/src/lib/styles/color/color.responsive.min.css +1 -1
- package/src/lib/styles/cssfabric.css +5199 -1
- package/src/lib/styles/cssfabric.min.css +14 -0
- package/src/lib/styles/cssfabric.responsive.css +20944 -0
- package/src/lib/styles/cssfabric.responsive.min.css +10 -1
- package/src/lib/styles/flex/flex.responsive.css +5 -5
- package/src/lib/styles/flex/flex.responsive.min.css +1 -1
- package/src/lib/styles/grid/grid.responsive.css +5 -5
- package/src/lib/styles/grid/grid.responsive.min.css +1 -1
- package/src/lib/styles/menu/menu.responsive.css +5 -5
- package/src/lib/styles/menu/menu.responsive.min.css +1 -1
- package/src/lib/styles/overflow/overflow.responsive.css +5 -5
- package/src/lib/styles/overflow/overflow.responsive.min.css +1 -1
- package/src/lib/styles/scale/scale.responsive.css +5 -5
- package/src/lib/styles/scale/scale.responsive.min.css +1 -1
- package/src/lib/styles/table/table.responsive.css +5 -5
- package/src/lib/styles/table/table.responsive.min.css +1 -1
- package/src/lib/styles/text/text.responsive.css +5 -5
- package/src/lib/styles/text/text.responsive.min.css +1 -1
|
@@ -1,13 +1,1122 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
1
|
+
{
|
|
2
|
+
"cssfabric": {
|
|
3
|
+
"modules": {
|
|
4
|
+
"animation": {
|
|
5
|
+
"_data": {
|
|
6
|
+
"attention_props": [],
|
|
7
|
+
"in_out_props": {
|
|
8
|
+
"back": []
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"_metadata": {
|
|
12
|
+
"title": "animation",
|
|
13
|
+
"description": "cssfabric simplest animation module"
|
|
14
|
+
},
|
|
15
|
+
"_docs": {
|
|
16
|
+
"attention_props": "",
|
|
17
|
+
"in_out_props": ""
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"base": {
|
|
21
|
+
"_data": {
|
|
22
|
+
"cfg-has-dimension-strict": true,
|
|
23
|
+
"CFG_HAS_DIMENSION_MIN": true,
|
|
24
|
+
"CFG_HAS_DIMENSION_MAX": true,
|
|
25
|
+
"size_step": "0.5rem",
|
|
26
|
+
"sizes": {
|
|
27
|
+
"tiny": 32,
|
|
28
|
+
"small": 64,
|
|
29
|
+
"medium": 128,
|
|
30
|
+
"large": 256,
|
|
31
|
+
"full": "100%"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"_metadata": {
|
|
35
|
+
"title": "base",
|
|
36
|
+
"tag": "base",
|
|
37
|
+
"description": "cssfabric base config variables"
|
|
38
|
+
},
|
|
39
|
+
"_docs": []
|
|
40
|
+
},
|
|
41
|
+
"box": {
|
|
42
|
+
"_data": {
|
|
43
|
+
"unit-config": "rem",
|
|
44
|
+
"border-unit-config": "px",
|
|
45
|
+
"unit-size-config": 0.5,
|
|
46
|
+
"unit-border-size-config": 1,
|
|
47
|
+
"sizes-config": 12,
|
|
48
|
+
"border-sizes-px-config": 3,
|
|
49
|
+
"shadows-steps": 5,
|
|
50
|
+
"shadows_step_multiplier": 2,
|
|
51
|
+
"position-shorthand-config": "pos",
|
|
52
|
+
"display-shorthand-config": "dsp",
|
|
53
|
+
"shadow-shorthand-config": "shad",
|
|
54
|
+
"border-shorthand-config": "border",
|
|
55
|
+
"padding-shorthand-config": "pad",
|
|
56
|
+
"margin-shorthand-config": "marg",
|
|
57
|
+
"cssProps": {
|
|
58
|
+
"borderShorthands": {
|
|
59
|
+
"_": [
|
|
60
|
+
"top",
|
|
61
|
+
"bottom",
|
|
62
|
+
"left",
|
|
63
|
+
"right"
|
|
64
|
+
],
|
|
65
|
+
"t": "top",
|
|
66
|
+
"b": "bottom",
|
|
67
|
+
"l": "left",
|
|
68
|
+
"r": "right",
|
|
69
|
+
"all": [
|
|
70
|
+
"top",
|
|
71
|
+
"bottom",
|
|
72
|
+
"left",
|
|
73
|
+
"right"
|
|
74
|
+
],
|
|
75
|
+
"u": [
|
|
76
|
+
"bottom",
|
|
77
|
+
"left",
|
|
78
|
+
"right"
|
|
79
|
+
],
|
|
80
|
+
"ii": [
|
|
81
|
+
"left",
|
|
82
|
+
"right"
|
|
83
|
+
],
|
|
84
|
+
"tb": [
|
|
85
|
+
"top",
|
|
86
|
+
"bottom"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"positionProps": {
|
|
90
|
+
"abs": "absolute",
|
|
91
|
+
"rel": "relative",
|
|
92
|
+
"stat": "static",
|
|
93
|
+
"fix": "fixed",
|
|
94
|
+
"sticky": "sticky"
|
|
95
|
+
},
|
|
96
|
+
"displayProps": {
|
|
97
|
+
"block": "block",
|
|
98
|
+
"none": "none",
|
|
99
|
+
"inline": "inline",
|
|
100
|
+
"block-inline": "inline-block",
|
|
101
|
+
"flex-inline": "inline-flex",
|
|
102
|
+
"tbl": "table",
|
|
103
|
+
"tbl-row": "table-row",
|
|
104
|
+
"tbl-cell": "table-cell",
|
|
105
|
+
"tbl-column": "table-column"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"_metadata": {
|
|
110
|
+
"title": "box",
|
|
111
|
+
"tag": "box",
|
|
112
|
+
"description": "cssfabric box module to set heights, paddings, margins and shadows on all html elements"
|
|
113
|
+
},
|
|
114
|
+
"_docs": {
|
|
115
|
+
"attributes": {
|
|
116
|
+
"padding": {
|
|
117
|
+
"tag": "pad",
|
|
118
|
+
"keys": [
|
|
119
|
+
"_",
|
|
120
|
+
"t",
|
|
121
|
+
"b",
|
|
122
|
+
"l",
|
|
123
|
+
"r",
|
|
124
|
+
"all",
|
|
125
|
+
"u",
|
|
126
|
+
"ii",
|
|
127
|
+
"tb"
|
|
128
|
+
],
|
|
129
|
+
"values": {
|
|
130
|
+
"_": "_",
|
|
131
|
+
"1": "0.5rem",
|
|
132
|
+
"2": "1rem",
|
|
133
|
+
"3": "1.5rem",
|
|
134
|
+
"4": "2rem",
|
|
135
|
+
"5": "2.5rem",
|
|
136
|
+
"6": "3rem",
|
|
137
|
+
"7": "3.5rem",
|
|
138
|
+
"8": "4rem",
|
|
139
|
+
"9": "4.5rem",
|
|
140
|
+
"10": "5rem",
|
|
141
|
+
"11": "5.5rem",
|
|
142
|
+
"12": "6rem"
|
|
143
|
+
},
|
|
144
|
+
"levels": {
|
|
145
|
+
"_": [
|
|
146
|
+
"_",
|
|
147
|
+
1,
|
|
148
|
+
2,
|
|
149
|
+
3,
|
|
150
|
+
4,
|
|
151
|
+
5,
|
|
152
|
+
6,
|
|
153
|
+
7,
|
|
154
|
+
8,
|
|
155
|
+
9,
|
|
156
|
+
10,
|
|
157
|
+
11,
|
|
158
|
+
12
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"about": "padding properties for html elements"
|
|
162
|
+
},
|
|
163
|
+
"margin": {
|
|
164
|
+
"tag": "marg",
|
|
165
|
+
"keys": [
|
|
166
|
+
"_",
|
|
167
|
+
"t",
|
|
168
|
+
"b",
|
|
169
|
+
"l",
|
|
170
|
+
"r",
|
|
171
|
+
"all",
|
|
172
|
+
"u",
|
|
173
|
+
"ii",
|
|
174
|
+
"tb"
|
|
175
|
+
],
|
|
176
|
+
"values": {
|
|
177
|
+
"_": "_",
|
|
178
|
+
"1": "0.5rem",
|
|
179
|
+
"2": "1rem",
|
|
180
|
+
"3": "1.5rem",
|
|
181
|
+
"4": "2rem",
|
|
182
|
+
"5": "2.5rem",
|
|
183
|
+
"6": "3rem",
|
|
184
|
+
"7": "3.5rem",
|
|
185
|
+
"8": "4rem",
|
|
186
|
+
"9": "4.5rem",
|
|
187
|
+
"10": "5rem",
|
|
188
|
+
"11": "5.5rem",
|
|
189
|
+
"12": "6rem"
|
|
190
|
+
},
|
|
191
|
+
"levels": {
|
|
192
|
+
"_": [
|
|
193
|
+
"_",
|
|
194
|
+
1,
|
|
195
|
+
2,
|
|
196
|
+
3,
|
|
197
|
+
4,
|
|
198
|
+
5,
|
|
199
|
+
6,
|
|
200
|
+
7,
|
|
201
|
+
8,
|
|
202
|
+
9,
|
|
203
|
+
10,
|
|
204
|
+
11,
|
|
205
|
+
12
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"about": "margin properties for html elements"
|
|
209
|
+
},
|
|
210
|
+
"border": {
|
|
211
|
+
"tag": "border",
|
|
212
|
+
"keys": [
|
|
213
|
+
"_",
|
|
214
|
+
"t",
|
|
215
|
+
"b",
|
|
216
|
+
"l",
|
|
217
|
+
"r",
|
|
218
|
+
"all",
|
|
219
|
+
"u",
|
|
220
|
+
"ii",
|
|
221
|
+
"tb"
|
|
222
|
+
],
|
|
223
|
+
"values": {
|
|
224
|
+
"_": "_",
|
|
225
|
+
"1": "1px",
|
|
226
|
+
"2": "2px",
|
|
227
|
+
"3": "3px"
|
|
228
|
+
},
|
|
229
|
+
"levels": {
|
|
230
|
+
"_": [
|
|
231
|
+
"_",
|
|
232
|
+
1,
|
|
233
|
+
2,
|
|
234
|
+
3
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"about": "border properties for html elements"
|
|
238
|
+
},
|
|
239
|
+
"radius": {
|
|
240
|
+
"tag": "radiusGuy"
|
|
241
|
+
},
|
|
242
|
+
"shadow": {
|
|
243
|
+
"tag": "shad",
|
|
244
|
+
"values": {
|
|
245
|
+
"2": "0.83333333331.724137931",
|
|
246
|
+
"4": "1.66666666673.4482758621",
|
|
247
|
+
"8": "3.33333333336.8965517241",
|
|
248
|
+
"16": "6.666666666713.7931034483",
|
|
249
|
+
"32": "13.333333333327.5862068966"
|
|
250
|
+
},
|
|
251
|
+
"levels": {
|
|
252
|
+
"_": [
|
|
253
|
+
2,
|
|
254
|
+
4,
|
|
255
|
+
8,
|
|
256
|
+
16,
|
|
257
|
+
32
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"about": "applying shadows give depth and levels to your design"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"color": {
|
|
266
|
+
"_data": {
|
|
267
|
+
"gray-config": {
|
|
268
|
+
"start": "#f4f4f4",
|
|
269
|
+
"end": "#999",
|
|
270
|
+
"steps": 5
|
|
271
|
+
},
|
|
272
|
+
"color-types-config": [
|
|
273
|
+
"color",
|
|
274
|
+
"bg",
|
|
275
|
+
"bg-themed",
|
|
276
|
+
"border-color"
|
|
277
|
+
],
|
|
278
|
+
"theme": {
|
|
279
|
+
"primary": "#201700",
|
|
280
|
+
"secondary": "#D14B02",
|
|
281
|
+
"tertiary": "#88D102",
|
|
282
|
+
"foreground": "#282230",
|
|
283
|
+
"background": "#ffffff",
|
|
284
|
+
"paper": "#f1f1f1"
|
|
285
|
+
},
|
|
286
|
+
"scheme": {
|
|
287
|
+
"discrete": "#ccc",
|
|
288
|
+
"success": "green",
|
|
289
|
+
"info": "#FFDD57FF",
|
|
290
|
+
"warning": "#e6b905",
|
|
291
|
+
"alert": "#ff7300",
|
|
292
|
+
"error": "red"
|
|
293
|
+
},
|
|
294
|
+
"palette": {
|
|
295
|
+
"yellow": "#ffb900",
|
|
296
|
+
"orange": "#d83b01",
|
|
297
|
+
"red": "#d13438",
|
|
298
|
+
"magenta": "#b4009e",
|
|
299
|
+
"purple": "#5c2d91",
|
|
300
|
+
"green": "#107c10",
|
|
301
|
+
"teal": "#008272",
|
|
302
|
+
"blue": "#0078d4",
|
|
303
|
+
"dark": "#323232"
|
|
304
|
+
},
|
|
305
|
+
"gray": "getGraySteps(5, #f4f4f4, #999)"
|
|
306
|
+
},
|
|
307
|
+
"_metadata": {
|
|
308
|
+
"title": "color",
|
|
309
|
+
"title_tag": "its about colors",
|
|
310
|
+
"description": "cssfabric color system: its about colors"
|
|
311
|
+
},
|
|
312
|
+
"_docs": {
|
|
313
|
+
"attributes": {
|
|
314
|
+
"color": {
|
|
315
|
+
"tag": "color",
|
|
316
|
+
"keys": [
|
|
317
|
+
"scheme",
|
|
318
|
+
"palette",
|
|
319
|
+
"gray"
|
|
320
|
+
],
|
|
321
|
+
"levelsLinked": {
|
|
322
|
+
"scheme": [
|
|
323
|
+
"discrete",
|
|
324
|
+
"success",
|
|
325
|
+
"info",
|
|
326
|
+
"warning",
|
|
327
|
+
"alert",
|
|
328
|
+
"error"
|
|
329
|
+
],
|
|
330
|
+
"palette": [
|
|
331
|
+
"yellow",
|
|
332
|
+
"orange",
|
|
333
|
+
"red",
|
|
334
|
+
"magenta",
|
|
335
|
+
"purple",
|
|
336
|
+
"green",
|
|
337
|
+
"teal",
|
|
338
|
+
"blue",
|
|
339
|
+
"dark"
|
|
340
|
+
],
|
|
341
|
+
"gray": [
|
|
342
|
+
"getGraySteps(5, #f4f4f4, #999)"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"levelsDeclin": {
|
|
346
|
+
"palette": [
|
|
347
|
+
"_",
|
|
348
|
+
"lighter",
|
|
349
|
+
"light",
|
|
350
|
+
"dark",
|
|
351
|
+
"darker",
|
|
352
|
+
"complement"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"about": "color for text level html elements"
|
|
356
|
+
},
|
|
357
|
+
"background-color": {
|
|
358
|
+
"tag": "bg",
|
|
359
|
+
"keys": [
|
|
360
|
+
"scheme",
|
|
361
|
+
"palette",
|
|
362
|
+
"gray"
|
|
363
|
+
],
|
|
364
|
+
"levelsLinked": {
|
|
365
|
+
"scheme": [
|
|
366
|
+
"discrete",
|
|
367
|
+
"success",
|
|
368
|
+
"info",
|
|
369
|
+
"warning",
|
|
370
|
+
"alert",
|
|
371
|
+
"error"
|
|
372
|
+
],
|
|
373
|
+
"palette": [
|
|
374
|
+
"yellow",
|
|
375
|
+
"orange",
|
|
376
|
+
"red",
|
|
377
|
+
"magenta",
|
|
378
|
+
"purple",
|
|
379
|
+
"green",
|
|
380
|
+
"teal",
|
|
381
|
+
"blue",
|
|
382
|
+
"dark"
|
|
383
|
+
],
|
|
384
|
+
"gray": [
|
|
385
|
+
"getGraySteps(5, #f4f4f4, #999)"
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
"levelsDeclin": {
|
|
389
|
+
"palette": [
|
|
390
|
+
"_",
|
|
391
|
+
"lighter",
|
|
392
|
+
"light",
|
|
393
|
+
"dark",
|
|
394
|
+
"darker",
|
|
395
|
+
"complement"
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
"about": "background colors"
|
|
399
|
+
},
|
|
400
|
+
"background-themed": {
|
|
401
|
+
"tag": "bg-themed",
|
|
402
|
+
"keys": [
|
|
403
|
+
"scheme",
|
|
404
|
+
"palette",
|
|
405
|
+
"gray"
|
|
406
|
+
],
|
|
407
|
+
"levelsLinked": {
|
|
408
|
+
"gray": [
|
|
409
|
+
"getGraySteps(5, #f4f4f4, #999)"
|
|
410
|
+
],
|
|
411
|
+
"scheme": [
|
|
412
|
+
"discrete",
|
|
413
|
+
"success",
|
|
414
|
+
"info",
|
|
415
|
+
"warning",
|
|
416
|
+
"alert",
|
|
417
|
+
"error"
|
|
418
|
+
],
|
|
419
|
+
"palette": [
|
|
420
|
+
"yellow",
|
|
421
|
+
"orange",
|
|
422
|
+
"red",
|
|
423
|
+
"magenta",
|
|
424
|
+
"purple",
|
|
425
|
+
"green",
|
|
426
|
+
"teal",
|
|
427
|
+
"blue",
|
|
428
|
+
"dark"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"levelsDeclin": {
|
|
432
|
+
"palette": [
|
|
433
|
+
"_",
|
|
434
|
+
"lighter",
|
|
435
|
+
"light",
|
|
436
|
+
"dark",
|
|
437
|
+
"darker",
|
|
438
|
+
"complement"
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"about": "same as background-color, but with added contrasted color to text"
|
|
442
|
+
},
|
|
443
|
+
"border-color": {
|
|
444
|
+
"tag": "border-color",
|
|
445
|
+
"keys": [
|
|
446
|
+
"palette",
|
|
447
|
+
"gray"
|
|
448
|
+
],
|
|
449
|
+
"levelsLinked": {
|
|
450
|
+
"gray": [
|
|
451
|
+
"getGraySteps(5, #f4f4f4, #999)"
|
|
452
|
+
],
|
|
453
|
+
"scheme": [
|
|
454
|
+
"discrete",
|
|
455
|
+
"success",
|
|
456
|
+
"info",
|
|
457
|
+
"warning",
|
|
458
|
+
"alert",
|
|
459
|
+
"error"
|
|
460
|
+
],
|
|
461
|
+
"palette": [
|
|
462
|
+
"yellow",
|
|
463
|
+
"orange",
|
|
464
|
+
"red",
|
|
465
|
+
"magenta",
|
|
466
|
+
"purple",
|
|
467
|
+
"green",
|
|
468
|
+
"teal",
|
|
469
|
+
"blue",
|
|
470
|
+
"dark"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"about": "border colors are slightly darker to maximize surrounding effect"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"flex": {
|
|
479
|
+
"_data": {
|
|
480
|
+
"moduleName": "flex",
|
|
481
|
+
"moduleNameShort": "flex",
|
|
482
|
+
"horCode": "h",
|
|
483
|
+
"vertCode": "v",
|
|
484
|
+
"gridFullWidth": "main",
|
|
485
|
+
"grow-shrink-steps": 2,
|
|
486
|
+
"cssProps": {
|
|
487
|
+
"flexWrap": {
|
|
488
|
+
"wrap": "wrap",
|
|
489
|
+
"wrap-reverse": "wrap-reverse"
|
|
490
|
+
},
|
|
491
|
+
"grid-justify": {
|
|
492
|
+
"start": "flex-start",
|
|
493
|
+
"end": "flex-end",
|
|
494
|
+
"between": "space-between",
|
|
495
|
+
"stretch": "stretch",
|
|
496
|
+
"center": "flex-center"
|
|
497
|
+
},
|
|
498
|
+
"grid-items": {
|
|
499
|
+
"baseline": "baseline",
|
|
500
|
+
"stretch": "stretch",
|
|
501
|
+
"start": "flex-start",
|
|
502
|
+
"center": "center",
|
|
503
|
+
"end": "flex-end"
|
|
504
|
+
},
|
|
505
|
+
"grid-content": {
|
|
506
|
+
"start": "flex-start",
|
|
507
|
+
"center": "center",
|
|
508
|
+
"end": "flex-end",
|
|
509
|
+
"between": "space-between",
|
|
510
|
+
"equal": "space-evenly"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"cssItemsProps": {
|
|
514
|
+
"self": {
|
|
515
|
+
"start": "flex-start",
|
|
516
|
+
"end": "flex-end",
|
|
517
|
+
"stretch": "stretch"
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"_metadata": {
|
|
522
|
+
"title": "flex",
|
|
523
|
+
"tag": "flex",
|
|
524
|
+
"description": "cssfabric flex system module"
|
|
525
|
+
},
|
|
526
|
+
"_docs": {
|
|
527
|
+
"attributes": {
|
|
528
|
+
"grid": {
|
|
529
|
+
"tag": "flex",
|
|
530
|
+
"keys": [
|
|
531
|
+
"v",
|
|
532
|
+
"h"
|
|
533
|
+
],
|
|
534
|
+
"classNames": {
|
|
535
|
+
"align": [
|
|
536
|
+
"top",
|
|
537
|
+
"middle",
|
|
538
|
+
"bottom",
|
|
539
|
+
"left",
|
|
540
|
+
"right",
|
|
541
|
+
"center",
|
|
542
|
+
"middle-center",
|
|
543
|
+
"stretch"
|
|
544
|
+
],
|
|
545
|
+
"grid": [
|
|
546
|
+
"wrap",
|
|
547
|
+
"wrap-reverse"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"about": "a classic flex grid system, and hey, it gets height !"
|
|
551
|
+
},
|
|
552
|
+
"self": {
|
|
553
|
+
"tag": "self",
|
|
554
|
+
"keys": [
|
|
555
|
+
"start",
|
|
556
|
+
"end",
|
|
557
|
+
"stretch"
|
|
558
|
+
],
|
|
559
|
+
"about": "flex children specific classnames"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"grid": {
|
|
565
|
+
"_data": {
|
|
566
|
+
"moduleName": "grid",
|
|
567
|
+
"moduleNameShort": "grid",
|
|
568
|
+
"horCode": "h",
|
|
569
|
+
"vertCode": "v",
|
|
570
|
+
"gridFullWidth": "main",
|
|
571
|
+
"grow-shrink-steps": 4,
|
|
572
|
+
"cssProps": {
|
|
573
|
+
"flexWrap": {
|
|
574
|
+
"wrap": "wrap",
|
|
575
|
+
"wrap-reverse": "wrap-reverse"
|
|
576
|
+
},
|
|
577
|
+
"grid-justify": {
|
|
578
|
+
"start": "flex-start",
|
|
579
|
+
"end": "flex-end",
|
|
580
|
+
"between": "space-between",
|
|
581
|
+
"stretch": "stretch",
|
|
582
|
+
"center": "flex-center"
|
|
583
|
+
},
|
|
584
|
+
"grid-items": {
|
|
585
|
+
"baseline": "baseline",
|
|
586
|
+
"stretch": "stretch",
|
|
587
|
+
"start": "flex-start",
|
|
588
|
+
"center": "center",
|
|
589
|
+
"end": "flex-end"
|
|
590
|
+
},
|
|
591
|
+
"grid-content": {
|
|
592
|
+
"start": "flex-start",
|
|
593
|
+
"center": "center",
|
|
594
|
+
"end": "flex-end",
|
|
595
|
+
"between": "space-between",
|
|
596
|
+
"equal": "space-evenly"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"cssItemsProps": {
|
|
600
|
+
"self": {
|
|
601
|
+
"start": "flex-start",
|
|
602
|
+
"end": "flex-end",
|
|
603
|
+
"stretch": "stretch"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"grid-max-rows": 8,
|
|
607
|
+
"grid-max-cols": 12
|
|
608
|
+
},
|
|
609
|
+
"_metadata": {
|
|
610
|
+
"title": "grid",
|
|
611
|
+
"tag": "grid",
|
|
612
|
+
"description": "cssfabric flex grid system module"
|
|
613
|
+
},
|
|
614
|
+
"_docs": {
|
|
615
|
+
"attributes": {
|
|
616
|
+
"grid": {
|
|
617
|
+
"tag": "grid",
|
|
618
|
+
"keys": [
|
|
619
|
+
"v",
|
|
620
|
+
"h"
|
|
621
|
+
],
|
|
622
|
+
"classNames": {
|
|
623
|
+
"align": [
|
|
624
|
+
"top",
|
|
625
|
+
"middle",
|
|
626
|
+
"bottom",
|
|
627
|
+
"left",
|
|
628
|
+
"right",
|
|
629
|
+
"center",
|
|
630
|
+
"middle-center",
|
|
631
|
+
"stretch"
|
|
632
|
+
],
|
|
633
|
+
"grid": [
|
|
634
|
+
"wrap",
|
|
635
|
+
"wrap-reverse"
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
"about": "a classic grid system"
|
|
639
|
+
},
|
|
640
|
+
"self": {
|
|
641
|
+
"tag": "self",
|
|
642
|
+
"keys": [
|
|
643
|
+
"start",
|
|
644
|
+
"end",
|
|
645
|
+
"stretch"
|
|
646
|
+
],
|
|
647
|
+
"about": "grid children specific classnames"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"menu": {
|
|
653
|
+
"_data": {
|
|
654
|
+
"menu_class_name": "menu",
|
|
655
|
+
"menu_class_name_short": "ul",
|
|
656
|
+
"orientations": {
|
|
657
|
+
"v": "vertical",
|
|
658
|
+
"h": "horizontal"
|
|
659
|
+
},
|
|
660
|
+
"menu_item_class_name": "menu-item",
|
|
661
|
+
"menu_item_class_name_short": "li",
|
|
662
|
+
"menu_item_disabled_tag": "disabled",
|
|
663
|
+
"menu_item_selected_tag": "selected",
|
|
664
|
+
"menu_dropdown_tag": "drop",
|
|
665
|
+
"menu_dropdown_open": "open",
|
|
666
|
+
"menu_dropdown_close": "close"
|
|
667
|
+
},
|
|
668
|
+
"_metadata": {
|
|
669
|
+
"title": "menu",
|
|
670
|
+
"tag": "ul",
|
|
671
|
+
"description": "cssfabric menu module to set menu style"
|
|
672
|
+
},
|
|
673
|
+
"_docs": {
|
|
674
|
+
"attributes": {
|
|
675
|
+
"menu": {
|
|
676
|
+
"tag": "menu",
|
|
677
|
+
"keys": [
|
|
678
|
+
"h",
|
|
679
|
+
"v"
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"overflow": {
|
|
686
|
+
"_data": {
|
|
687
|
+
"overflow_props": [
|
|
688
|
+
"overflow",
|
|
689
|
+
"overflow-x",
|
|
690
|
+
"overflow-y"
|
|
691
|
+
],
|
|
692
|
+
"overflow_values": [
|
|
693
|
+
"visible",
|
|
694
|
+
"hidden",
|
|
695
|
+
"clip",
|
|
696
|
+
"scroll",
|
|
697
|
+
"auto"
|
|
698
|
+
],
|
|
699
|
+
"cssProps": {
|
|
700
|
+
"overflow": {
|
|
701
|
+
"visible": "visible",
|
|
702
|
+
"hidden": "hidden",
|
|
703
|
+
"clip": "clip",
|
|
704
|
+
"scroll": "scroll",
|
|
705
|
+
"_": "auto"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"_metadata": {
|
|
710
|
+
"title": "overflow",
|
|
711
|
+
"tag": "flow",
|
|
712
|
+
"description": "cssfabric overflow module to set overflow styles on all html elements"
|
|
713
|
+
},
|
|
714
|
+
"_docs": {
|
|
715
|
+
"attributes": {
|
|
716
|
+
"overflow": {
|
|
717
|
+
"tag": "flow",
|
|
718
|
+
"keys": [
|
|
719
|
+
"visible",
|
|
720
|
+
"hidden",
|
|
721
|
+
"clip",
|
|
722
|
+
"scroll",
|
|
723
|
+
"auto"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
"overflowX": {
|
|
727
|
+
"tag": "flowX",
|
|
728
|
+
"keys": [
|
|
729
|
+
"visible",
|
|
730
|
+
"hidden",
|
|
731
|
+
"clip",
|
|
732
|
+
"scroll",
|
|
733
|
+
"auto"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"overflowY": {
|
|
737
|
+
"tag": "flowY",
|
|
738
|
+
"keys": [
|
|
739
|
+
"visible",
|
|
740
|
+
"hidden",
|
|
741
|
+
"clip",
|
|
742
|
+
"scroll",
|
|
743
|
+
"auto"
|
|
744
|
+
]
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"scale": {
|
|
750
|
+
"_data": {
|
|
751
|
+
"weight-config": "1em",
|
|
752
|
+
"unit-tag-config": {
|
|
753
|
+
"width": "w",
|
|
754
|
+
"height": "h"
|
|
755
|
+
},
|
|
756
|
+
"grid-ratios-config": 16,
|
|
757
|
+
"defined-step-size": 2,
|
|
758
|
+
"defined-step-unit": "rem",
|
|
759
|
+
"defined-steps": [
|
|
760
|
+
1,
|
|
761
|
+
2,
|
|
762
|
+
4,
|
|
763
|
+
8,
|
|
764
|
+
16,
|
|
765
|
+
24,
|
|
766
|
+
32,
|
|
767
|
+
48,
|
|
768
|
+
64
|
|
769
|
+
],
|
|
770
|
+
"cssProps": {
|
|
771
|
+
"size": {
|
|
772
|
+
"full": "100%",
|
|
773
|
+
"mid": "50%",
|
|
774
|
+
"quarter": "25%",
|
|
775
|
+
"tiers": "33%"
|
|
776
|
+
},
|
|
777
|
+
"content": {
|
|
778
|
+
"content-max": "max-content",
|
|
779
|
+
"content-min": "min-content"
|
|
780
|
+
},
|
|
781
|
+
"defined-steps": [
|
|
782
|
+
1,
|
|
783
|
+
2,
|
|
784
|
+
4,
|
|
785
|
+
8,
|
|
786
|
+
16,
|
|
787
|
+
24,
|
|
788
|
+
32,
|
|
789
|
+
48,
|
|
790
|
+
64
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"_metadata": {
|
|
795
|
+
"title": "scale",
|
|
796
|
+
"tag": "scale",
|
|
797
|
+
"description": "cssfabric scale module to set dimensions and ratios on all html elements"
|
|
798
|
+
},
|
|
799
|
+
"_docs": {
|
|
800
|
+
"attributes": {
|
|
801
|
+
"scale": {
|
|
802
|
+
"tag": "scale",
|
|
803
|
+
"keys": [
|
|
804
|
+
"w",
|
|
805
|
+
"h"
|
|
806
|
+
],
|
|
807
|
+
"levels": {
|
|
808
|
+
"_size": [
|
|
809
|
+
"full",
|
|
810
|
+
"mid",
|
|
811
|
+
"quarter",
|
|
812
|
+
"tiers"
|
|
813
|
+
],
|
|
814
|
+
"_content": [
|
|
815
|
+
"content-max",
|
|
816
|
+
"content-min"
|
|
817
|
+
],
|
|
818
|
+
"_defined-steps": [
|
|
819
|
+
1,
|
|
820
|
+
2,
|
|
821
|
+
4,
|
|
822
|
+
8,
|
|
823
|
+
16,
|
|
824
|
+
24,
|
|
825
|
+
32,
|
|
826
|
+
48,
|
|
827
|
+
64
|
|
828
|
+
],
|
|
829
|
+
"_grid-16": [
|
|
830
|
+
"1-16",
|
|
831
|
+
"2-16",
|
|
832
|
+
"3-16",
|
|
833
|
+
"4-16",
|
|
834
|
+
"5-16",
|
|
835
|
+
"6-16",
|
|
836
|
+
"7-16",
|
|
837
|
+
"8-16",
|
|
838
|
+
"9-16",
|
|
839
|
+
"10-16",
|
|
840
|
+
"11-16",
|
|
841
|
+
"12-16",
|
|
842
|
+
"13-16",
|
|
843
|
+
"14-16",
|
|
844
|
+
"15-16",
|
|
845
|
+
"16-16"
|
|
846
|
+
]
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"table": {
|
|
853
|
+
"_data": {
|
|
854
|
+
"className": "table",
|
|
855
|
+
"classNameShort": "tbl",
|
|
856
|
+
"table_class_name": "table",
|
|
857
|
+
"table_class_name_short": "tbl",
|
|
858
|
+
"table-bg-color-head": "#f4f4f4",
|
|
859
|
+
"table-bg-color-strip-main": "#ededed",
|
|
860
|
+
"table-bg-color-strip-second": "#f5f5f5",
|
|
861
|
+
"table-border-color-header": "#ccc",
|
|
862
|
+
"table-border-color-main": "#ededed",
|
|
863
|
+
"table-border-color-second": "#f5f5f5"
|
|
864
|
+
},
|
|
865
|
+
"_metadata": {
|
|
866
|
+
"title": "table",
|
|
867
|
+
"tag": "table",
|
|
868
|
+
"description": "cssfabric table module to set different table styles"
|
|
869
|
+
},
|
|
870
|
+
"_docs": {
|
|
871
|
+
"attributes": {
|
|
872
|
+
"table": {
|
|
873
|
+
"tag": "table",
|
|
874
|
+
"classNames": {
|
|
875
|
+
"_": [
|
|
876
|
+
"bg-strip-2",
|
|
877
|
+
"bg-strip-5"
|
|
878
|
+
],
|
|
879
|
+
"_pos": [
|
|
880
|
+
"sticky",
|
|
881
|
+
"layout"
|
|
882
|
+
],
|
|
883
|
+
"_deco": [
|
|
884
|
+
"h-line",
|
|
885
|
+
"v-line",
|
|
886
|
+
"border"
|
|
887
|
+
]
|
|
888
|
+
},
|
|
889
|
+
"about": "is a table"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"text": {
|
|
895
|
+
"_data": {
|
|
896
|
+
"moduleName": "text",
|
|
897
|
+
"moduleNameShort": "text",
|
|
898
|
+
"title-size-declination-config": 6,
|
|
899
|
+
"font-size-unit-config": "rem",
|
|
900
|
+
"font-sizes-h1-rem-config": 3.1,
|
|
901
|
+
"font-size-h-min-rem-config": 1,
|
|
902
|
+
"text-ellipsis-tag-config": "ellipsis",
|
|
903
|
+
"cssProps": {
|
|
904
|
+
"textTransform": {
|
|
905
|
+
"cap": "capitalize",
|
|
906
|
+
"up": "uppercase",
|
|
907
|
+
"low": "lowercase",
|
|
908
|
+
"none": "none",
|
|
909
|
+
"full": "full-width"
|
|
910
|
+
},
|
|
911
|
+
"fontWeight": {
|
|
912
|
+
"50": 50,
|
|
913
|
+
"100": 100,
|
|
914
|
+
"300": 400,
|
|
915
|
+
"500": 500,
|
|
916
|
+
"900": 900,
|
|
917
|
+
"light": "lighter",
|
|
918
|
+
"cap": "normal",
|
|
919
|
+
"bold": "bold",
|
|
920
|
+
"bolder": "bolder"
|
|
921
|
+
},
|
|
922
|
+
"textAlign": {
|
|
923
|
+
"l": "left",
|
|
924
|
+
"r": "right",
|
|
925
|
+
"center": "center",
|
|
926
|
+
"justify": "justify"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"scheme": {
|
|
930
|
+
"discrete": "#ccc",
|
|
931
|
+
"success": "green",
|
|
932
|
+
"info": "#FFDD57FF",
|
|
933
|
+
"warning": "#e6b905",
|
|
934
|
+
"alert": "#ff7300",
|
|
935
|
+
"error": "red"
|
|
936
|
+
},
|
|
937
|
+
"palette": {
|
|
938
|
+
"yellow": "#ffb900",
|
|
939
|
+
"orange": "#d83b01",
|
|
940
|
+
"red": "#d13438",
|
|
941
|
+
"magenta": "#b4009e",
|
|
942
|
+
"purple": "#5c2d91",
|
|
943
|
+
"green": "#107c10",
|
|
944
|
+
"teal": "#008272",
|
|
945
|
+
"blue": "#0078d4",
|
|
946
|
+
"dark": "#323232"
|
|
947
|
+
},
|
|
948
|
+
"gray": "getGraySteps(5, #f4f4f4, #999)"
|
|
949
|
+
},
|
|
950
|
+
"_metadata": {
|
|
951
|
+
"title": "text",
|
|
952
|
+
"tag": "text",
|
|
953
|
+
"description": "cssfabric text module to set text style on all html elements"
|
|
954
|
+
},
|
|
955
|
+
"_docs": {
|
|
956
|
+
"attributes": {
|
|
957
|
+
"text-transform": {
|
|
958
|
+
"tag": "text",
|
|
959
|
+
"keys": [
|
|
960
|
+
"cap",
|
|
961
|
+
"up",
|
|
962
|
+
"low",
|
|
963
|
+
"none",
|
|
964
|
+
"full"
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
"font-weight": {
|
|
968
|
+
"tag": "text",
|
|
969
|
+
"keys": [
|
|
970
|
+
50,
|
|
971
|
+
100,
|
|
972
|
+
300,
|
|
973
|
+
500,
|
|
974
|
+
900,
|
|
975
|
+
"light",
|
|
976
|
+
"cap",
|
|
977
|
+
"bold",
|
|
978
|
+
"bolder"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"text-align": {
|
|
982
|
+
"tag": "text",
|
|
983
|
+
"keys": [
|
|
984
|
+
"l",
|
|
985
|
+
"r",
|
|
986
|
+
"center",
|
|
987
|
+
"justify"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"text-shadow": {
|
|
991
|
+
"tag": "text-shad",
|
|
992
|
+
"keys": [
|
|
993
|
+
"palette"
|
|
994
|
+
]
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"classNames": {
|
|
998
|
+
"_": {
|
|
999
|
+
"et": "ellipsis"
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"theme": {
|
|
1005
|
+
"_data": {
|
|
1006
|
+
"moduleName": "theme",
|
|
1007
|
+
"moduleNameShort": "theme",
|
|
1008
|
+
"color-default-config": {
|
|
1009
|
+
"primary": "#201700",
|
|
1010
|
+
"secondary": "#D14B02",
|
|
1011
|
+
"tertiary": "#88D102",
|
|
1012
|
+
"foreground": "#282230",
|
|
1013
|
+
"background": "#ffffff",
|
|
1014
|
+
"paper": "#f1f1f1"
|
|
1015
|
+
},
|
|
1016
|
+
"declinations-config": [
|
|
1017
|
+
"primary",
|
|
1018
|
+
"secondary",
|
|
1019
|
+
"tertiary"
|
|
1020
|
+
],
|
|
1021
|
+
"theme-level-config": [
|
|
1022
|
+
"light",
|
|
1023
|
+
"lighter",
|
|
1024
|
+
"dark",
|
|
1025
|
+
"darker",
|
|
1026
|
+
"complement",
|
|
1027
|
+
"invert"
|
|
1028
|
+
],
|
|
1029
|
+
"theme-properties-apply-config": [
|
|
1030
|
+
"text",
|
|
1031
|
+
"bg",
|
|
1032
|
+
"border"
|
|
1033
|
+
],
|
|
1034
|
+
"color": {
|
|
1035
|
+
"primary": "#201700",
|
|
1036
|
+
"primary-light": "#6d4e00",
|
|
1037
|
+
"primary-lighter": "#b98500",
|
|
1038
|
+
"primary-dark": "black",
|
|
1039
|
+
"primary-darker": "black",
|
|
1040
|
+
"primary-complement": "#000920",
|
|
1041
|
+
"primary-invert": "#dfe8ff",
|
|
1042
|
+
"secondary": "#D14B02",
|
|
1043
|
+
"secondary-light": "#fd7023",
|
|
1044
|
+
"secondary-lighter": "#fea16e",
|
|
1045
|
+
"secondary-dark": "#9e3902",
|
|
1046
|
+
"secondary-darker": "#6c2701",
|
|
1047
|
+
"secondary-complement": "#0288d1",
|
|
1048
|
+
"secondary-invert": "#2eb4fd",
|
|
1049
|
+
"tertiary": "#88D102",
|
|
1050
|
+
"tertiary-light": "#b0fd23",
|
|
1051
|
+
"tertiary-lighter": "#cbfe6e",
|
|
1052
|
+
"tertiary-dark": "#679e02",
|
|
1053
|
+
"tertiary-darker": "#466c01",
|
|
1054
|
+
"tertiary-complement": "#4b02d1",
|
|
1055
|
+
"tertiary-invert": "#772efd"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"_metadata": {
|
|
1059
|
+
"title": "theme",
|
|
1060
|
+
"description": ""
|
|
1061
|
+
},
|
|
1062
|
+
"_docs": {
|
|
1063
|
+
"attributes": {
|
|
1064
|
+
"theme": {
|
|
1065
|
+
"tag": "theme",
|
|
1066
|
+
"keys": [
|
|
1067
|
+
"text",
|
|
1068
|
+
"bg",
|
|
1069
|
+
"border"
|
|
1070
|
+
],
|
|
1071
|
+
"levels": {
|
|
1072
|
+
"primary": [
|
|
1073
|
+
"_",
|
|
1074
|
+
"light",
|
|
1075
|
+
"lighter",
|
|
1076
|
+
"dark",
|
|
1077
|
+
"darker",
|
|
1078
|
+
"complement",
|
|
1079
|
+
"invert"
|
|
1080
|
+
],
|
|
1081
|
+
"secondary": [
|
|
1082
|
+
"_",
|
|
1083
|
+
"light",
|
|
1084
|
+
"lighter",
|
|
1085
|
+
"dark",
|
|
1086
|
+
"darker",
|
|
1087
|
+
"complement",
|
|
1088
|
+
"invert"
|
|
1089
|
+
],
|
|
1090
|
+
"tertiary": [
|
|
1091
|
+
"_",
|
|
1092
|
+
"light",
|
|
1093
|
+
"lighter",
|
|
1094
|
+
"dark",
|
|
1095
|
+
"darker",
|
|
1096
|
+
"complement",
|
|
1097
|
+
"invert"
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"zindex": {
|
|
1105
|
+
"_data": {
|
|
1106
|
+
"z_groups": [
|
|
1107
|
+
"a",
|
|
1108
|
+
"z"
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
"_metadata": {
|
|
1112
|
+
"title": "zindex",
|
|
1113
|
+
"tag": "zI",
|
|
1114
|
+
"description": "cssfabric zindex module to set z-index on all html elements"
|
|
1115
|
+
},
|
|
1116
|
+
"_docs": {
|
|
1117
|
+
"z_groups": "_"
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|