@trendyol/baklava 2.0.0-beta.10 → 2.0.0-beta.13
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/README.md +1 -1
- package/dist/baklava.js +1 -1
- package/dist/chunk-DHVCDAR2.js +7 -0
- package/dist/chunk-DHVCDAR2.js.map +7 -0
- package/dist/{chunk-CGZOADFQ.js → chunk-LJVEBQTA.js} +2 -2
- package/dist/{chunk-CGZOADFQ.js.map → chunk-LJVEBQTA.js.map} +3 -3
- package/dist/{chunk-X4LRPXVB.js → chunk-NA2LJ7AF.js} +25 -27
- package/dist/chunk-NA2LJ7AF.js.map +7 -0
- package/dist/chunk-OQVMZFLV.js +185 -0
- package/dist/chunk-OQVMZFLV.js.map +7 -0
- package/dist/chunk-ZXOB5CCG.js +31 -0
- package/dist/chunk-ZXOB5CCG.js.map +7 -0
- package/dist/components/badge/bl-badge.js +1 -1
- package/dist/components/button/bl-button.js +1 -1
- package/dist/components/icon/bl-icon.js +1 -1
- package/dist/components/icon/icon-list.js.map +2 -2
- package/dist/components/input/bl-input.js +2 -0
- package/dist/components/input/bl-input.js.map +7 -0
- package/dist/custom-elements.json +480 -0
- package/dist/themes/default.css +1 -1
- package/dist/themes/default.css.map +2 -2
- package/package.json +27 -39
- package/dist/chunk-LZZFV4ZE.js +0 -31
- package/dist/chunk-LZZFV4ZE.js.map +0 -7
- package/dist/chunk-X4LRPXVB.js.map +0 -7
|
@@ -0,0 +1,480 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/components/badge/bl-badge.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "",
|
|
12
|
+
"name": "BlBadge",
|
|
13
|
+
"cssProperties": [
|
|
14
|
+
{
|
|
15
|
+
"description": "Sets the background color of badge. Default value is `--bl-color-accent-primary-background`",
|
|
16
|
+
"name": "--bl-badge-bg-color"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"description": "Sets the color of badge. Default value is `--bl-color-primary`",
|
|
20
|
+
"name": "--bl-badge-color"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"attributes": [
|
|
24
|
+
{
|
|
25
|
+
"name": "size",
|
|
26
|
+
"type": {
|
|
27
|
+
"text": "BadgeSize"
|
|
28
|
+
},
|
|
29
|
+
"default": "'medium'",
|
|
30
|
+
"description": "Sets the badge size",
|
|
31
|
+
"fieldName": "size"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "icon",
|
|
35
|
+
"type": {
|
|
36
|
+
"text": "string | undefined"
|
|
37
|
+
},
|
|
38
|
+
"description": "Sets the name of the icon",
|
|
39
|
+
"fieldName": "icon"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"superclass": {
|
|
43
|
+
"name": "LitElement",
|
|
44
|
+
"package": "lit"
|
|
45
|
+
},
|
|
46
|
+
"tagName": "bl-badge",
|
|
47
|
+
"summary": "Baklava Badge component",
|
|
48
|
+
"customElement": true
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"exports": [
|
|
52
|
+
{
|
|
53
|
+
"kind": "js",
|
|
54
|
+
"name": "default",
|
|
55
|
+
"declaration": {
|
|
56
|
+
"name": "BlBadge",
|
|
57
|
+
"module": "src/components/badge/bl-badge.ts"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "custom-element-definition",
|
|
62
|
+
"name": "bl-badge",
|
|
63
|
+
"declaration": {
|
|
64
|
+
"name": "BlBadge",
|
|
65
|
+
"module": "src/components/badge/bl-badge.ts"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"kind": "javascript-module",
|
|
72
|
+
"path": "src/components/button/bl-button.ts",
|
|
73
|
+
"declarations": [
|
|
74
|
+
{
|
|
75
|
+
"kind": "class",
|
|
76
|
+
"description": "",
|
|
77
|
+
"name": "BlButton",
|
|
78
|
+
"cssProperties": [
|
|
79
|
+
{
|
|
80
|
+
"description": "Sets the display property of button. Default value is 'inline-block'.",
|
|
81
|
+
"name": "--bl-button-display"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"events": [
|
|
85
|
+
{
|
|
86
|
+
"type": {
|
|
87
|
+
"text": "CustomEvent<string>"
|
|
88
|
+
},
|
|
89
|
+
"description": "Fires when button clicked",
|
|
90
|
+
"name": "bl-click"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"attributes": [
|
|
94
|
+
{
|
|
95
|
+
"name": "primary",
|
|
96
|
+
"type": {
|
|
97
|
+
"text": "boolean"
|
|
98
|
+
},
|
|
99
|
+
"default": "false",
|
|
100
|
+
"description": "Sets variant to primary",
|
|
101
|
+
"fieldName": "primary"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "secondary",
|
|
105
|
+
"type": {
|
|
106
|
+
"text": "boolean"
|
|
107
|
+
},
|
|
108
|
+
"default": "false",
|
|
109
|
+
"description": "Sets variant to secondary",
|
|
110
|
+
"fieldName": "secondary"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "success",
|
|
114
|
+
"type": {
|
|
115
|
+
"text": "boolean"
|
|
116
|
+
},
|
|
117
|
+
"default": "false",
|
|
118
|
+
"description": "Sets variant to success",
|
|
119
|
+
"fieldName": "success"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "danger",
|
|
123
|
+
"type": {
|
|
124
|
+
"text": "boolean"
|
|
125
|
+
},
|
|
126
|
+
"default": "false",
|
|
127
|
+
"description": "Sets variant to danger",
|
|
128
|
+
"fieldName": "danger"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "outline",
|
|
132
|
+
"type": {
|
|
133
|
+
"text": "boolean"
|
|
134
|
+
},
|
|
135
|
+
"default": "false",
|
|
136
|
+
"description": "Sets button version to outline",
|
|
137
|
+
"fieldName": "outline"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "text",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "boolean"
|
|
143
|
+
},
|
|
144
|
+
"default": "false",
|
|
145
|
+
"description": "Sets the button version to text",
|
|
146
|
+
"fieldName": "text"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "size",
|
|
150
|
+
"type": {
|
|
151
|
+
"text": "string"
|
|
152
|
+
},
|
|
153
|
+
"default": "'medium'",
|
|
154
|
+
"description": "Sets the button size",
|
|
155
|
+
"fieldName": "size"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "label",
|
|
159
|
+
"type": {
|
|
160
|
+
"text": "string"
|
|
161
|
+
},
|
|
162
|
+
"description": "Sets the accessibility text for the button. Use it with icon-only buttons.",
|
|
163
|
+
"fieldName": "label"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "disabled",
|
|
167
|
+
"type": {
|
|
168
|
+
"text": "boolean"
|
|
169
|
+
},
|
|
170
|
+
"default": "false",
|
|
171
|
+
"description": "Disables the button",
|
|
172
|
+
"fieldName": "disabled"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "href",
|
|
176
|
+
"type": {
|
|
177
|
+
"text": "string"
|
|
178
|
+
},
|
|
179
|
+
"description": "Sets link of the button",
|
|
180
|
+
"fieldName": "href"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "icon",
|
|
184
|
+
"type": {
|
|
185
|
+
"text": "string"
|
|
186
|
+
},
|
|
187
|
+
"description": "Sets the name of the icon",
|
|
188
|
+
"fieldName": "icon"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "target",
|
|
192
|
+
"type": {
|
|
193
|
+
"text": "string"
|
|
194
|
+
},
|
|
195
|
+
"default": "'_self'",
|
|
196
|
+
"description": "Sets button target (should be defined with href)",
|
|
197
|
+
"fieldName": "target"
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"superclass": {
|
|
201
|
+
"name": "LitElement",
|
|
202
|
+
"package": "lit"
|
|
203
|
+
},
|
|
204
|
+
"tagName": "bl-button",
|
|
205
|
+
"summary": "Baklava Button component",
|
|
206
|
+
"customElement": true
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"exports": [
|
|
210
|
+
{
|
|
211
|
+
"kind": "js",
|
|
212
|
+
"name": "default",
|
|
213
|
+
"declaration": {
|
|
214
|
+
"name": "BlButton",
|
|
215
|
+
"module": "src/components/button/bl-button.ts"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "custom-element-definition",
|
|
220
|
+
"name": "bl-button",
|
|
221
|
+
"declaration": {
|
|
222
|
+
"name": "BlButton",
|
|
223
|
+
"module": "src/components/button/bl-button.ts"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "javascript-module",
|
|
230
|
+
"path": "src/components/icon/bl-icon.ts",
|
|
231
|
+
"declarations": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "class",
|
|
234
|
+
"description": "",
|
|
235
|
+
"name": "BlIcon",
|
|
236
|
+
"cssProperties": [
|
|
237
|
+
{
|
|
238
|
+
"description": "Setting size of icon. Default is current font size in DOM place",
|
|
239
|
+
"name": "font-size"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"description": "Setting color of icon. Default is `currentColor`",
|
|
243
|
+
"name": "color"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"events": [
|
|
247
|
+
{
|
|
248
|
+
"type": {
|
|
249
|
+
"text": "CustomEvent<string>"
|
|
250
|
+
},
|
|
251
|
+
"description": "Fires when SVG icon loaded",
|
|
252
|
+
"name": "bl-load"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"type": {
|
|
256
|
+
"text": "CustomEvent<string>"
|
|
257
|
+
},
|
|
258
|
+
"description": "Fires when SVG icon failed to load",
|
|
259
|
+
"name": "bl-error"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"attributes": [
|
|
263
|
+
{
|
|
264
|
+
"name": "name",
|
|
265
|
+
"type": {
|
|
266
|
+
"text": "string"
|
|
267
|
+
},
|
|
268
|
+
"description": "Name of the icon to show",
|
|
269
|
+
"fieldName": "name"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"superclass": {
|
|
273
|
+
"name": "LitElement",
|
|
274
|
+
"package": "lit"
|
|
275
|
+
},
|
|
276
|
+
"tagName": "bl-icon",
|
|
277
|
+
"summary": "Baklava Icon component",
|
|
278
|
+
"customElement": true
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"exports": [
|
|
282
|
+
{
|
|
283
|
+
"kind": "js",
|
|
284
|
+
"name": "default",
|
|
285
|
+
"declaration": {
|
|
286
|
+
"name": "BlIcon",
|
|
287
|
+
"module": "src/components/icon/bl-icon.ts"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"kind": "custom-element-definition",
|
|
292
|
+
"name": "bl-icon",
|
|
293
|
+
"declaration": {
|
|
294
|
+
"name": "BlIcon",
|
|
295
|
+
"module": "src/components/icon/bl-icon.ts"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "javascript-module",
|
|
302
|
+
"path": "src/components/input/bl-input.ts",
|
|
303
|
+
"declarations": [
|
|
304
|
+
{
|
|
305
|
+
"kind": "class",
|
|
306
|
+
"description": "",
|
|
307
|
+
"name": "BlInput",
|
|
308
|
+
"events": [
|
|
309
|
+
{
|
|
310
|
+
"type": {
|
|
311
|
+
"text": "CustomEvent<string>"
|
|
312
|
+
},
|
|
313
|
+
"description": "Fires when an alteration to the element's value is committed by the user. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.",
|
|
314
|
+
"name": "bl-change"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "CustomEvent<string>"
|
|
319
|
+
},
|
|
320
|
+
"description": "Fires when the value of an input element has been changed.",
|
|
321
|
+
"name": "bl-input"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"attributes": [
|
|
325
|
+
{
|
|
326
|
+
"name": "type",
|
|
327
|
+
"type": {
|
|
328
|
+
"text": "'text' | 'number'"
|
|
329
|
+
},
|
|
330
|
+
"default": "'text'",
|
|
331
|
+
"description": "Type of the input. It's used to set `type` attribute of native input inside. Only `text` and `number` is supported for now.",
|
|
332
|
+
"fieldName": "type"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "label",
|
|
336
|
+
"type": {
|
|
337
|
+
"text": "string | undefined"
|
|
338
|
+
},
|
|
339
|
+
"description": "Sets label of the input",
|
|
340
|
+
"fieldName": "label"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "placeholder",
|
|
344
|
+
"type": {
|
|
345
|
+
"text": "string | undefined"
|
|
346
|
+
},
|
|
347
|
+
"description": "Sets placeholder of the input",
|
|
348
|
+
"fieldName": "placeholder"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "value",
|
|
352
|
+
"type": {
|
|
353
|
+
"text": "string | undefined"
|
|
354
|
+
},
|
|
355
|
+
"description": "Sets initial value of the input",
|
|
356
|
+
"fieldName": "value"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "required",
|
|
360
|
+
"type": {
|
|
361
|
+
"text": "boolean"
|
|
362
|
+
},
|
|
363
|
+
"default": "false",
|
|
364
|
+
"description": "Makes input a mandatory field",
|
|
365
|
+
"fieldName": "required"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "minlength",
|
|
369
|
+
"type": {
|
|
370
|
+
"text": "number | undefined"
|
|
371
|
+
},
|
|
372
|
+
"description": "Sets minimum length of the input",
|
|
373
|
+
"fieldName": "minlength"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "maxlength",
|
|
377
|
+
"type": {
|
|
378
|
+
"text": "number | undefined"
|
|
379
|
+
},
|
|
380
|
+
"description": "Sets maximum length of the input",
|
|
381
|
+
"fieldName": "maxlength"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "min",
|
|
385
|
+
"type": {
|
|
386
|
+
"text": "number | undefined"
|
|
387
|
+
},
|
|
388
|
+
"description": "Sets the smallest number can be entered to a `number` input",
|
|
389
|
+
"fieldName": "min"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "max",
|
|
393
|
+
"type": {
|
|
394
|
+
"text": "number | undefined"
|
|
395
|
+
},
|
|
396
|
+
"description": "Sets the biggest number can be entered to a `number` input",
|
|
397
|
+
"fieldName": "max"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "icon",
|
|
401
|
+
"type": {
|
|
402
|
+
"text": "string | undefined"
|
|
403
|
+
},
|
|
404
|
+
"description": "Sets the custom icon name. `bl-icon` component is used to show an icon",
|
|
405
|
+
"fieldName": "icon"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "size",
|
|
409
|
+
"type": {
|
|
410
|
+
"text": "InputSize | undefined"
|
|
411
|
+
},
|
|
412
|
+
"default": "'medium'",
|
|
413
|
+
"description": "Sets input size.",
|
|
414
|
+
"fieldName": "size"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "disabled",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "boolean"
|
|
420
|
+
},
|
|
421
|
+
"default": "false",
|
|
422
|
+
"description": "Disables the input",
|
|
423
|
+
"fieldName": "disabled"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "label-fixed",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "boolean"
|
|
429
|
+
},
|
|
430
|
+
"default": "false",
|
|
431
|
+
"description": "Makes label as fixed positioned",
|
|
432
|
+
"fieldName": "labelFixed"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "invalid-text",
|
|
436
|
+
"type": {
|
|
437
|
+
"text": "string | undefined"
|
|
438
|
+
},
|
|
439
|
+
"description": "Set custom error message",
|
|
440
|
+
"fieldName": "customInvalidText"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "help-text",
|
|
444
|
+
"type": {
|
|
445
|
+
"text": "string | undefined"
|
|
446
|
+
},
|
|
447
|
+
"description": "Adds help text",
|
|
448
|
+
"fieldName": "helpText"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"superclass": {
|
|
452
|
+
"name": "LitElement",
|
|
453
|
+
"package": "lit"
|
|
454
|
+
},
|
|
455
|
+
"tagName": "bl-input",
|
|
456
|
+
"summary": "Baklava Input component",
|
|
457
|
+
"customElement": true
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"exports": [
|
|
461
|
+
{
|
|
462
|
+
"kind": "js",
|
|
463
|
+
"name": "default",
|
|
464
|
+
"declaration": {
|
|
465
|
+
"name": "BlInput",
|
|
466
|
+
"module": "src/components/input/bl-input.ts"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"kind": "custom-element-definition",
|
|
471
|
+
"name": "bl-input",
|
|
472
|
+
"declaration": {
|
|
473
|
+
"name": "BlInput",
|
|
474
|
+
"module": "src/components/input/bl-input.ts"
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
package/dist/themes/default.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-cyrillic-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-cyrillic-ext-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-hebrew-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-latin-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-latin-ext-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--bl-color-primary: #f27a1a;--bl-color-primary-hover: #ef6114;--bl-color-secondary: #273142;--bl-color-secondary-hover: #0f131a;--bl-color-tertiary: #f1f2f7;--bl-color-tertiary-hover: #d5d9e1;--bl-color-success: #0bc15c;--bl-color-success-hover: #09a44e;--bl-color-danger: #ff5043;--bl-color-danger-hover: #ff3028;--bl-color-warning: #ffb600;--bl-color-warning-hover: #ff9800;--bl-color-alternative: #5794ff;--bl-color-alternative-hover: #3469ff;--bl-color-featured: #8c4eff;--bl-color-featured-hover: #5e2eff;--bl-color-primary-background: #fff;--bl-color-accent-primary-background: #fef2e8;--bl-color-secondary-background: #f1f2f7;--bl-color-tertiary-background: #f7f7fa;--bl-color-success-background: #e7f9ef;--bl-color-danger-background: #ffeeec;--bl-color-warning-background: #fff8e6;--bl-color-alternative-background: #eef4ff;--bl-color-featured-background: #f4edff;--bl-color-content-primary: #273142;--bl-color-content-secondary: #6e7787;--bl-color-content-tertiary: #95a1b5;--bl-color-content-passive: #afbbca;--bl-size-4xs: .125rem;--bl-size-3xs: .25rem;--bl-size-2xs: .5rem;--bl-size-xs: .75rem;--bl-size-s: .875rem;--bl-size-m: 1rem;--bl-size-l: 1.25rem;--bl-size-xl: 1.5rem;--bl-size-2xl: 2rem;--bl-size-3xl: 2.5rem;--bl-size-4xl: 3rem;--bl-size-5xl: 4rem;--bl-size-6xl: 5rem;--bl-font-family: "RubikVariable", sans-serif;--bl-font-weight-light: 300;--bl-font-weight-regular: 400;--bl-font-weight-medium: 500;--bl-font-weight-semibold: 600;--bl-font-weight-bold: 700;--bl-font-size-2xs: .5rem;--bl-font-size-xs: .625rem;--bl-font-size-s: .75rem;--bl-font-size-m: .875rem;--bl-font-size-l: 1rem;--bl-font-size-xl: 1.25rem;--bl-font-size-2xl: 1.5rem;--bl-font-size-3xl: 1.75rem;--bl-font-size-4xl: 2rem;--bl-font-size-5xl: 3rem;--bl-font-size-6xl: 4rem;--bl-font-display-1: var(--bl-font-weight-bold) var(--bl-font-size-6xl) var(--bl-font-family);--bl-font-display-2: var(--bl-font-size-5xl) var(--bl-font-family);--bl-font-display-2-light: var(--bl-font-weight-light) var(--bl-font-display-2);--bl-font-display-2-regular: var(--bl-font-weight-regular) var(--bl-font-display-2);--bl-font-display-2-medium: var(--bl-font-weight-medium) var(--bl-font-display-2);--bl-font-display-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-display-2);--bl-font-display-2-bold: var(--bl-font-weight-bold) var(--bl-font-display-2);--bl-font-title-1: var(--bl-font-size-xl) var(--bl-font-family);--bl-font-title-1-regular: var(--bl-font-weight-regular) var(--bl-font-title-1);--bl-font-title-1-medium: var(--bl-font-weight-medium) var(--bl-font-title-1);--bl-font-title-1-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-1);--bl-font-title-1-bold: var(--bl-font-weight-bold) var(--bl-font-title-1);--bl-font-title-2: var(--bl-font-size-l) var(--bl-font-family);--bl-font-title-2-regular: var(--bl-font-weight-regular) var(--bl-font-title-2);--bl-font-title-2-medium: var(--bl-font-weight-medium) var(--bl-font-title-2);--bl-font-title-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-2);--bl-font-title-2-bold: var(--bl-font-weight-bold) var(--bl-font-title-2);--bl-font-title-3: var(--bl-font-size-m) var(--bl-font-family);--bl-font-title-3-regular: var(--bl-font-weight-regular) var(--bl-font-title-3);--bl-font-title-3-medium: var(--bl-font-weight-medium) var(--bl-font-title-3);--bl-font-title-3-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-3);--bl-font-title-3-bold: var(--bl-font-weight-bold) var(--bl-font-title-3);--bl-font-title-4: var(--bl-font-size-s) var(--bl-font-family);--bl-font-title-4-regular: var(--bl-font-weight-regular) var(--bl-font-title-4);--bl-font-title-4-medium: var(--bl-font-weight-medium) var(--bl-font-title-4);--bl-font-title-4-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-4);--bl-font-title-4-bold: var(--bl-font-weight-bold) var(--bl-font-title-4);--bl-font-caption-small-text: var(--bl-font-weight-bold) var(--bl-font-size-2xs) var(--bl-font-family);--bl-font-caption-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family);--bl-font-caption-medium: var(--bl-font-weight-medium) var(--bl-font-size-s) var(--bl-font-family);--bl-font-caption-long-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family)}:not(:defined){visibility:hidden}
|
|
1
|
+
@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-cyrillic-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-cyrillic-ext-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-hebrew-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-latin-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:RubikVariable;font-style:normal;font-display:swap;font-weight:300 900;src:url(../assets/rubik-latin-ext-variable-wghtOnly-normal.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--bl-color-primary: #f27a1a;--bl-color-primary-hover: #ef6114;--bl-color-secondary: #273142;--bl-color-secondary-hover: #0f131a;--bl-color-tertiary: #f1f2f7;--bl-color-tertiary-hover: #d5d9e1;--bl-color-success: #0bc15c;--bl-color-success-hover: #09a44e;--bl-color-danger: #ff5043;--bl-color-danger-hover: #ff3028;--bl-color-warning: #ffb600;--bl-color-warning-hover: #ff9800;--bl-color-alternative: #5794ff;--bl-color-alternative-hover: #3469ff;--bl-color-featured: #8c4eff;--bl-color-featured-hover: #5e2eff;--bl-color-primary-background: #fff;--bl-color-accent-primary-background: #fef2e8;--bl-color-secondary-background: #f1f2f7;--bl-color-tertiary-background: #f7f7fa;--bl-color-success-background: #e7f9ef;--bl-color-danger-background: #ffeeec;--bl-color-warning-background: #fff8e6;--bl-color-alternative-background: #eef4ff;--bl-color-featured-background: #f4edff;--bl-color-content-primary: #273142;--bl-color-content-secondary: #6e7787;--bl-color-content-tertiary: #95a1b5;--bl-color-content-passive: #afbbca;--bl-color-border: #d5d9e1;--bl-size-4xs: .125rem;--bl-size-3xs: .25rem;--bl-size-2xs: .5rem;--bl-size-xs: .75rem;--bl-size-s: .875rem;--bl-size-m: 1rem;--bl-size-l: 1.25rem;--bl-size-xl: 1.5rem;--bl-size-2xl: 2rem;--bl-size-3xl: 2.5rem;--bl-size-4xl: 3rem;--bl-size-5xl: 4rem;--bl-size-6xl: 5rem;--bl-font-family: "RubikVariable", sans-serif;--bl-font-weight-light: 300;--bl-font-weight-regular: 400;--bl-font-weight-medium: 500;--bl-font-weight-semibold: 600;--bl-font-weight-bold: 700;--bl-font-size-2xs: .5rem;--bl-font-size-xs: .625rem;--bl-font-size-s: .75rem;--bl-font-size-m: .875rem;--bl-font-size-l: 1rem;--bl-font-size-xl: 1.25rem;--bl-font-size-2xl: 1.5rem;--bl-font-size-3xl: 1.75rem;--bl-font-size-4xl: 2rem;--bl-font-size-5xl: 3rem;--bl-font-size-6xl: 4rem;--bl-font-display-1: var(--bl-font-weight-bold) var(--bl-font-size-6xl) var(--bl-font-family);--bl-font-display-2: var(--bl-font-size-5xl) var(--bl-font-family);--bl-font-display-2-light: var(--bl-font-weight-light) var(--bl-font-display-2);--bl-font-display-2-regular: var(--bl-font-weight-regular) var(--bl-font-display-2);--bl-font-display-2-medium: var(--bl-font-weight-medium) var(--bl-font-display-2);--bl-font-display-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-display-2);--bl-font-display-2-bold: var(--bl-font-weight-bold) var(--bl-font-display-2);--bl-font-title-1: var(--bl-font-size-xl) var(--bl-font-family);--bl-font-title-1-regular: var(--bl-font-weight-regular) var(--bl-font-title-1);--bl-font-title-1-medium: var(--bl-font-weight-medium) var(--bl-font-title-1);--bl-font-title-1-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-1);--bl-font-title-1-bold: var(--bl-font-weight-bold) var(--bl-font-title-1);--bl-font-title-2: var(--bl-font-size-l) var(--bl-font-family);--bl-font-title-2-regular: var(--bl-font-weight-regular) var(--bl-font-title-2);--bl-font-title-2-medium: var(--bl-font-weight-medium) var(--bl-font-title-2);--bl-font-title-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-2);--bl-font-title-2-bold: var(--bl-font-weight-bold) var(--bl-font-title-2);--bl-font-title-3: var(--bl-font-size-m) var(--bl-font-family);--bl-font-title-3-regular: var(--bl-font-weight-regular) var(--bl-font-title-3);--bl-font-title-3-medium: var(--bl-font-weight-medium) var(--bl-font-title-3);--bl-font-title-3-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-3);--bl-font-title-3-bold: var(--bl-font-weight-bold) var(--bl-font-title-3);--bl-font-title-4: var(--bl-font-size-s) var(--bl-font-family);--bl-font-title-4-regular: var(--bl-font-weight-regular) var(--bl-font-title-4);--bl-font-title-4-medium: var(--bl-font-weight-medium) var(--bl-font-title-4);--bl-font-title-4-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-4);--bl-font-title-4-bold: var(--bl-font-weight-bold) var(--bl-font-title-4);--bl-font-form-label: var(--bl-font-weight-medium) var(--bl-font-size-xs) var(--bl-font-family);--bl-font-caption-small-text: var(--bl-font-weight-bold) var(--bl-font-size-2xs) var(--bl-font-family);--bl-font-caption-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family);--bl-font-caption-medium: var(--bl-font-weight-medium) var(--bl-font-size-s) var(--bl-font-family);--bl-font-caption-long-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family)}:not(:defined){visibility:hidden}
|
|
2
2
|
/*# sourceMappingURL=default.css.map */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../node_modules/@fontsource/rubik/variable.css", "../../src/themes/default.css"],
|
|
4
|
-
"sourcesContent": ["/* rubik-cyrillic-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-cyrillic-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n} \n/* rubik-cyrillic-ext-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-cyrillic-ext-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n} \n/* rubik-hebrew-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-hebrew-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n} \n/* rubik-latin-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-latin-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n} \n/* rubik-latin-ext-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-latin-ext-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n} \n", "@import '@fontsource/rubik/variable.css';\n\n:root {\n /* Colors */\n --bl-color-primary: #f27a1a;\n --bl-color-primary-hover: #ef6114;\n --bl-color-secondary: #273142;\n --bl-color-secondary-hover: #0f131a;\n --bl-color-tertiary: #f1f2f7;\n --bl-color-tertiary-hover: #d5d9e1;\n --bl-color-success: #0bc15c;\n --bl-color-success-hover: #09a44e;\n --bl-color-danger: #ff5043;\n --bl-color-danger-hover: #ff3028;\n --bl-color-warning: #ffb600;\n --bl-color-warning-hover: #ff9800;\n --bl-color-alternative: #5794ff;\n --bl-color-alternative-hover: #3469ff;\n --bl-color-featured: #8c4eff;\n --bl-color-featured-hover: #5e2eff;\n\n /* Background Colors */\n --bl-color-primary-background: #fff;\n --bl-color-accent-primary-background: #fef2e8;\n --bl-color-secondary-background: #f1f2f7;\n --bl-color-tertiary-background: #f7f7fa;\n --bl-color-success-background: #e7f9ef;\n --bl-color-danger-background: #ffeeec;\n --bl-color-warning-background: #fff8e6;\n --bl-color-alternative-background: #eef4ff;\n --bl-color-featured-background: #f4edff;\n\n /* Content Colors */\n --bl-color-content-primary: #273142;\n --bl-color-content-secondary: #6e7787;\n --bl-color-content-tertiary: #95a1b5;\n --bl-color-content-passive: #afbbca;\n\n /* Size and Spacing */\n --bl-size-4xs: 0.125rem; /* 2px */\n --bl-size-3xs: 0.25rem; /* 4px */\n --bl-size-2xs: 0.5rem; /* 8px */\n --bl-size-xs: 0.75rem; /* 12px */\n --bl-size-s: 0.875rem; /* 14px */\n --bl-size-m: 1rem; /* 16px */\n --bl-size-l: 1.25rem; /* 20px */\n --bl-size-xl: 1.5rem; /* 24px */\n --bl-size-2xl: 2rem; /* 32px */\n --bl-size-3xl: 2.5rem; /* 40px */\n --bl-size-4xl: 3rem; /* 48px */\n --bl-size-5xl: 4rem; /* 64px */\n --bl-size-6xl: 5rem; /* 80px */\n\n /* Typography */\n --bl-font-family: 'RubikVariable', sans-serif;\n\n /* Font weights */\n --bl-font-weight-light: 300;\n --bl-font-weight-regular: 400;\n --bl-font-weight-medium: 500;\n --bl-font-weight-semibold: 600;\n --bl-font-weight-bold: 700;\n\n /* Font sizes */\n --bl-font-size-2xs: 0.5rem; /* 8px */\n --bl-font-size-xs: 0.625rem; /* 10px */\n --bl-font-size-s: 0.75rem; /* 12px */\n --bl-font-size-m: 0.875rem; /* 14px */\n --bl-font-size-l: 1rem; /* 16px */\n --bl-font-size-xl: 1.25rem; /* 20px */\n --bl-font-size-2xl: 1.5rem; /* 24px */\n --bl-font-size-3xl: 1.75rem; /* 28px */\n --bl-font-size-4xl: 2rem; /* 32px */\n --bl-font-size-5xl: 3rem; /* 48px */\n --bl-font-size-6xl: 4rem; /* 64px */\n\n /* Font Style: Display 1 */\n --bl-font-display-1: var(--bl-font-weight-bold) var(--bl-font-size-6xl) var(--bl-font-family);\n\n /* Font Style: Display 2 */\n --bl-font-display-2: var(--bl-font-size-5xl) var(--bl-font-family);\n --bl-font-display-2-light: var(--bl-font-weight-light) var(--bl-font-display-2);\n --bl-font-display-2-regular: var(--bl-font-weight-regular) var(--bl-font-display-2);\n --bl-font-display-2-medium: var(--bl-font-weight-medium) var(--bl-font-display-2);\n --bl-font-display-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-display-2);\n --bl-font-display-2-bold: var(--bl-font-weight-bold) var(--bl-font-display-2);\n\n /* Font Style: Title 1 */\n --bl-font-title-1: var(--bl-font-size-xl) var(--bl-font-family);\n --bl-font-title-1-regular: var(--bl-font-weight-regular) var(--bl-font-title-1);\n --bl-font-title-1-medium: var(--bl-font-weight-medium) var(--bl-font-title-1);\n --bl-font-title-1-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-1);\n --bl-font-title-1-bold: var(--bl-font-weight-bold) var(--bl-font-title-1);\n\n /* Font Style: Title 2 */\n --bl-font-title-2: var(--bl-font-size-l) var(--bl-font-family);\n --bl-font-title-2-regular: var(--bl-font-weight-regular) var(--bl-font-title-2);\n --bl-font-title-2-medium: var(--bl-font-weight-medium) var(--bl-font-title-2);\n --bl-font-title-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-2);\n --bl-font-title-2-bold: var(--bl-font-weight-bold) var(--bl-font-title-2);\n\n /* Font Style: Title 3 */\n --bl-font-title-3: var(--bl-font-size-m) var(--bl-font-family);\n --bl-font-title-3-regular: var(--bl-font-weight-regular) var(--bl-font-title-3);\n --bl-font-title-3-medium: var(--bl-font-weight-medium) var(--bl-font-title-3);\n --bl-font-title-3-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-3);\n --bl-font-title-3-bold: var(--bl-font-weight-bold) var(--bl-font-title-3);\n\n /* Font Style: Title 4 */\n --bl-font-title-4: var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-title-4-regular: var(--bl-font-weight-regular) var(--bl-font-title-4);\n --bl-font-title-4-medium: var(--bl-font-weight-medium) var(--bl-font-title-4);\n --bl-font-title-4-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-4);\n --bl-font-title-4-bold: var(--bl-font-weight-bold) var(--bl-font-title-4);\n\n /* Font Style: Caption */\n --bl-font-caption-small-text: var(--bl-font-weight-bold) var(--bl-font-size-2xs)\n var(--bl-font-family);\n --bl-font-caption-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-caption-medium: var(--bl-font-weight-medium) var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-caption-long-text: var(--bl-font-weight-regular) var(--bl-font-size-s)\n var(--bl-font-family);\n}\n\n/* Prevent FOUCE */\n:not(:defined) {\n visibility: hidden;\n}\n"],
|
|
5
|
-
"mappings": "AACA,WACE,0BACA,kBACA,kBACA,oBACA,iFACA,
|
|
4
|
+
"sourcesContent": ["/* rubik-cyrillic-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-cyrillic-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n} \n/* rubik-cyrillic-ext-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-cyrillic-ext-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n} \n/* rubik-hebrew-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-hebrew-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n} \n/* rubik-latin-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-latin-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n} \n/* rubik-latin-ext-variable-wghtOnly-normal */\n@font-face {\n font-family: 'RubikVariable';\n font-style: normal;\n font-display: swap;\n font-weight: 300 900;\n src: url('./files/rubik-latin-ext-variable-wghtOnly-normal.woff2') format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n} \n", "@import '@fontsource/rubik/variable.css';\n\n:root {\n /* Colors */\n --bl-color-primary: #f27a1a;\n --bl-color-primary-hover: #ef6114;\n --bl-color-secondary: #273142;\n --bl-color-secondary-hover: #0f131a;\n --bl-color-tertiary: #f1f2f7;\n --bl-color-tertiary-hover: #d5d9e1;\n --bl-color-success: #0bc15c;\n --bl-color-success-hover: #09a44e;\n --bl-color-danger: #ff5043;\n --bl-color-danger-hover: #ff3028;\n --bl-color-warning: #ffb600;\n --bl-color-warning-hover: #ff9800;\n --bl-color-alternative: #5794ff;\n --bl-color-alternative-hover: #3469ff;\n --bl-color-featured: #8c4eff;\n --bl-color-featured-hover: #5e2eff;\n\n /* Background Colors */\n --bl-color-primary-background: #fff;\n --bl-color-accent-primary-background: #fef2e8;\n --bl-color-secondary-background: #f1f2f7;\n --bl-color-tertiary-background: #f7f7fa;\n --bl-color-success-background: #e7f9ef;\n --bl-color-danger-background: #ffeeec;\n --bl-color-warning-background: #fff8e6;\n --bl-color-alternative-background: #eef4ff;\n --bl-color-featured-background: #f4edff;\n\n /* Content Colors */\n --bl-color-content-primary: #273142;\n --bl-color-content-secondary: #6e7787;\n --bl-color-content-tertiary: #95a1b5;\n --bl-color-content-passive: #afbbca;\n --bl-color-border: #d5d9e1;\n\n /* Size and Spacing */\n --bl-size-4xs: 0.125rem; /* 2px */\n --bl-size-3xs: 0.25rem; /* 4px */\n --bl-size-2xs: 0.5rem; /* 8px */\n --bl-size-xs: 0.75rem; /* 12px */\n --bl-size-s: 0.875rem; /* 14px */\n --bl-size-m: 1rem; /* 16px */\n --bl-size-l: 1.25rem; /* 20px */\n --bl-size-xl: 1.5rem; /* 24px */\n --bl-size-2xl: 2rem; /* 32px */\n --bl-size-3xl: 2.5rem; /* 40px */\n --bl-size-4xl: 3rem; /* 48px */\n --bl-size-5xl: 4rem; /* 64px */\n --bl-size-6xl: 5rem; /* 80px */\n\n /* Typography */\n --bl-font-family: 'RubikVariable', sans-serif;\n\n /* Font weights */\n --bl-font-weight-light: 300;\n --bl-font-weight-regular: 400;\n --bl-font-weight-medium: 500;\n --bl-font-weight-semibold: 600;\n --bl-font-weight-bold: 700;\n\n /* Font sizes */\n --bl-font-size-2xs: 0.5rem; /* 8px */\n --bl-font-size-xs: 0.625rem; /* 10px */\n --bl-font-size-s: 0.75rem; /* 12px */\n --bl-font-size-m: 0.875rem; /* 14px */\n --bl-font-size-l: 1rem; /* 16px */\n --bl-font-size-xl: 1.25rem; /* 20px */\n --bl-font-size-2xl: 1.5rem; /* 24px */\n --bl-font-size-3xl: 1.75rem; /* 28px */\n --bl-font-size-4xl: 2rem; /* 32px */\n --bl-font-size-5xl: 3rem; /* 48px */\n --bl-font-size-6xl: 4rem; /* 64px */\n\n /* Font Style: Display 1 */\n --bl-font-display-1: var(--bl-font-weight-bold) var(--bl-font-size-6xl) var(--bl-font-family);\n\n /* Font Style: Display 2 */\n --bl-font-display-2: var(--bl-font-size-5xl) var(--bl-font-family);\n --bl-font-display-2-light: var(--bl-font-weight-light) var(--bl-font-display-2);\n --bl-font-display-2-regular: var(--bl-font-weight-regular) var(--bl-font-display-2);\n --bl-font-display-2-medium: var(--bl-font-weight-medium) var(--bl-font-display-2);\n --bl-font-display-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-display-2);\n --bl-font-display-2-bold: var(--bl-font-weight-bold) var(--bl-font-display-2);\n\n /* Font Style: Title 1 */\n --bl-font-title-1: var(--bl-font-size-xl) var(--bl-font-family);\n --bl-font-title-1-regular: var(--bl-font-weight-regular) var(--bl-font-title-1);\n --bl-font-title-1-medium: var(--bl-font-weight-medium) var(--bl-font-title-1);\n --bl-font-title-1-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-1);\n --bl-font-title-1-bold: var(--bl-font-weight-bold) var(--bl-font-title-1);\n\n /* Font Style: Title 2 */\n --bl-font-title-2: var(--bl-font-size-l) var(--bl-font-family);\n --bl-font-title-2-regular: var(--bl-font-weight-regular) var(--bl-font-title-2);\n --bl-font-title-2-medium: var(--bl-font-weight-medium) var(--bl-font-title-2);\n --bl-font-title-2-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-2);\n --bl-font-title-2-bold: var(--bl-font-weight-bold) var(--bl-font-title-2);\n\n /* Font Style: Title 3 */\n --bl-font-title-3: var(--bl-font-size-m) var(--bl-font-family);\n --bl-font-title-3-regular: var(--bl-font-weight-regular) var(--bl-font-title-3);\n --bl-font-title-3-medium: var(--bl-font-weight-medium) var(--bl-font-title-3);\n --bl-font-title-3-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-3);\n --bl-font-title-3-bold: var(--bl-font-weight-bold) var(--bl-font-title-3);\n\n /* Font Style: Title 4 */\n --bl-font-title-4: var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-title-4-regular: var(--bl-font-weight-regular) var(--bl-font-title-4);\n --bl-font-title-4-medium: var(--bl-font-weight-medium) var(--bl-font-title-4);\n --bl-font-title-4-semibold: var(--bl-font-weight-semibold) var(--bl-font-title-4);\n --bl-font-title-4-bold: var(--bl-font-weight-bold) var(--bl-font-title-4);\n\n /* Font Style: Form Label */\n --bl-font-form-label: var(--bl-font-weight-medium) var(--bl-font-size-xs) var(--bl-font-family);\n\n /* Font Style: Caption */\n --bl-font-caption-small-text: var(--bl-font-weight-bold) var(--bl-font-size-2xs)\n var(--bl-font-family);\n --bl-font-caption-text: var(--bl-font-weight-regular) var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-caption-medium: var(--bl-font-weight-medium) var(--bl-font-size-s) var(--bl-font-family);\n --bl-font-caption-long-text: var(--bl-font-weight-regular) var(--bl-font-size-s)\n var(--bl-font-family);\n}\n\n/* Prevent FOUCE */\n:not(:defined) {\n visibility: hidden;\n}\n"],
|
|
5
|
+
"mappings": "AACA,WACE,0BACA,kBACA,kBACA,oBACA,iFACA,gEAGF,WACE,0BACA,kBACA,kBACA,oBACA,qFACA,iFAGF,WACE,0BACA,kBACA,kBACA,oBACA,+EACA,gEAGF,WACE,0BACA,kBACA,kBACA,oBACA,8EACA,yJAGF,WACE,0BACA,kBACA,kBACA,oBACA,kFACA,2GCzCF,MAEE,4BACA,kCACA,8BACA,oCACA,6BACA,mCACA,4BACA,kCACA,2BACA,iCACA,4BACA,kCACA,gCACA,sCACA,6BACA,mCAGA,oCACA,8CACA,yCACA,wCACA,uCACA,sCACA,uCACA,2CACA,wCAGA,oCACA,sCACA,qCACA,oCACA,2BAGA,uBACA,sBACA,qBACA,qBACA,qBACA,kBACA,qBACA,qBACA,oBACA,sBACA,oBACA,oBACA,oBAGA,8CAGA,4BACA,8BACA,6BACA,+BACA,2BAGA,0BACA,2BACA,yBACA,0BACA,uBACA,2BACA,2BACA,4BACA,yBACA,yBACA,yBAGA,8FAGA,mEACA,gFACA,oFACA,kFACA,sFACA,8EAGA,gEACA,gFACA,8EACA,kFACA,0EAGA,+DACA,gFACA,8EACA,kFACA,0EAGA,+DACA,gFACA,8EACA,kFACA,0EAGA,+DACA,gFACA,8EACA,kFACA,0EAGA,gGAGA,uGAEA,kGACA,mGACA,uGAKF,eACE",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|