@clayui/css 3.160.0 → 3.161.0

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.
Files changed (75) hide show
  1. package/lib/css/atlas.css +1581 -1581
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1283 -1283
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +7 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/books-brush.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +1 -1
  10. package/src/images/icons/books-brush.svg +9 -0
  11. package/src/images/icons/icons.svg +1 -1
  12. package/src/scss/_license-text.scss +1 -1
  13. package/src/scss/atlas/_variables.scss +6 -4
  14. package/src/scss/atlas/variables/_globals.scss +10 -10
  15. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  16. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  17. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  18. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  19. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  20. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  21. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  22. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  23. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  24. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  25. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  26. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  27. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  28. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  29. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  30. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  31. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  32. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  33. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  34. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  35. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  36. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  37. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  38. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  39. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  40. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  41. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  42. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  43. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  44. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  45. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  46. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  47. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  48. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  49. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  50. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  51. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  52. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  53. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  54. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  55. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  56. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  57. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  58. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  59. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  60. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  61. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  62. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  63. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  64. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  65. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  66. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  67. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  68. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  69. package/src/scss/atlas-variables.scss +2 -0
  70. package/src/scss/atlas.scss +2 -0
  71. package/src/scss/base-variables.scss +2 -0
  72. package/src/scss/base.scss +2 -0
  73. package/src/scss/functions/_global-functions.scss +6 -4
  74. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  75. package/src/scss/variables/_globals.scss +8 -8
@@ -0,0 +1,578 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ // .sticker
3
+
4
+ $sticker-border-color: null;
5
+ $sticker-border-radius: var(--sticker-border-radius, $border-radius);
6
+ $sticker-border-style: var(--sticker-border-style);
7
+ $sticker-border-width: var(--sticker-border-width);
8
+ $sticker-color: var(--sticker-color, $gray-900);
9
+ $sticker-font-size: var(--sticker-font-size, 1rem);
10
+ $sticker-font-weight: var(--sticker-font-weight, $font-weight-bold);
11
+ $sticker-size: var(--sticker-size, 2rem); // 32px
12
+
13
+ $sticker-inline-item-font-size: null;
14
+
15
+ $sticker: ();
16
+ $sticker: map-deep-merge(
17
+ (
18
+ align-items: center,
19
+ border-color: $sticker-border-color,
20
+ border-radius: clay-enable-rounded($sticker-border-radius),
21
+ border-style: $sticker-border-style,
22
+ border-width: $sticker-border-width,
23
+ color: $sticker-color,
24
+ height: $sticker-size,
25
+ line-height: $sticker-size,
26
+ display: inline-flex,
27
+ font-size: $sticker-font-size,
28
+ font-weight: $sticker-font-weight,
29
+ justify-content: center,
30
+ position: relative,
31
+ text-align: center,
32
+ vertical-align: middle,
33
+ width: $sticker-size,
34
+ inline-item: (
35
+ font-size: $sticker-inline-item-font-size,
36
+ justify-content: center,
37
+ lexicon-icon: (
38
+ margin-top: 0,
39
+ ),
40
+ ),
41
+ lexicon-icon: (
42
+ margin-top: 0,
43
+ ),
44
+ ),
45
+ $sticker
46
+ );
47
+
48
+ // .sticker-overlay
49
+
50
+ $sticker-overlay: ();
51
+ $sticker-overlay: map-merge(
52
+ (
53
+ align-items: center,
54
+ border-radius: inherit,
55
+ bottom: 0,
56
+ display: flex,
57
+ justify-content: center,
58
+ left: 0,
59
+ overflow: hidden,
60
+ position: absolute,
61
+ right: 0,
62
+ top: 0,
63
+ ),
64
+ $sticker-overlay
65
+ );
66
+
67
+ // .sticker-sm
68
+
69
+ $sticker-sm: ();
70
+ $sticker-sm: map-deep-merge(
71
+ (
72
+ border-radius:
73
+ var(--sticker-sm-border-radius, $sticker-border-radius),
74
+ font-size: var(--sticker-sm-font-size, 0.75rem),
75
+ height: var(--sticker-sm-height, 1.5rem),
76
+ line-height: var(--sticker-sm-line-height, 1.5rem),
77
+ width: var(--sticker-sm-width, 1.5rem),
78
+ sticker-outside: (
79
+ left: -0.75rem,
80
+ top: -0.75rem,
81
+ sticker-bottom-left: (
82
+ bottom: -0.75rem,
83
+ top: auto,
84
+ ),
85
+ sticker-bottom-right: (
86
+ bottom: -0.75rem,
87
+ left: auto,
88
+ right: -0.75rem,
89
+ top: auto,
90
+ ),
91
+ sticker-top-right: (
92
+ left: auto,
93
+ right: -0.75rem,
94
+ ),
95
+ ),
96
+ ),
97
+ $sticker-sm
98
+ );
99
+
100
+ // .sticker-lg
101
+
102
+ $sticker-lg: ();
103
+ $sticker-lg: map-deep-merge(
104
+ (
105
+ font-size: var(--sticker-lg-font-size, 1.125rem),
106
+ height: var(--sticker-lg-height, 2.5rem),
107
+ line-height: var(--sticker-lg-line-height, 2.5rem),
108
+ width: var(--sticker-lg-width, 2.5rem),
109
+ sticker-outside: (
110
+ left: -1.25rem,
111
+ top: -1.25rem,
112
+ sticker-bottom-left: (
113
+ bottom: -1.25rem,
114
+ top: auto,
115
+ ),
116
+ sticker-bottom-right: (
117
+ bottom: -1.25rem,
118
+ left: auto,
119
+ right: -1.25rem,
120
+ top: auto,
121
+ ),
122
+ sticker-top-right: (
123
+ left: auto,
124
+ right: -1.25rem,
125
+ ),
126
+ ),
127
+ ),
128
+ $sticker-lg
129
+ );
130
+
131
+ // .sticker-xl
132
+
133
+ $sticker-xl: ();
134
+ $sticker-xl: map-deep-merge(
135
+ (
136
+ font-size: var(--sticker-xl-font-size, 1.25rem),
137
+ height: var(--sticker-xl-height, 3rem),
138
+ line-height: var(--sticker-xl-line-height, 3rem),
139
+ width: var(--sticker-xl-width, 3rem),
140
+ sticker-outside: (
141
+ left: -1.5rem,
142
+ top: -1.5rem,
143
+ sticker-bottom-left: (
144
+ bottom: -1.5rem,
145
+ top: auto,
146
+ ),
147
+ sticker-bottom-right: (
148
+ bottom: -1.5rem,
149
+ left: auto,
150
+ right: -1.5rem,
151
+ top: auto,
152
+ ),
153
+ sticker-top-right: (
154
+ left: auto,
155
+ right: -1.5rem,
156
+ ),
157
+ ),
158
+ ),
159
+ $sticker-xl
160
+ );
161
+
162
+ $sticker-xxl: ();
163
+ $sticker-xxl: map-deep-merge(
164
+ (
165
+ font-size: var(--sticker-xxl-font-size, 2.5rem),
166
+ height: var(--sticker-xxl-height, 5rem),
167
+ line-height: var(--sticker-xxl-line-height, 5rem),
168
+ width: var(--sticker-xxl-width, 5rem),
169
+ lexicon-icon: (
170
+ font-size: 1.5rem,
171
+ ),
172
+ ),
173
+ $sticker-xxl
174
+ );
175
+
176
+ $sticker-sizes: ();
177
+ $sticker-sizes: map-deep-merge(
178
+ (
179
+ sticker-xs: (
180
+ border-radius:
181
+ var(--sticker-xs-border-radius, $sticker-border-radius),
182
+ font-size: var(--sticker-xs-font-size, 0.5rem),
183
+ height: var(--sticker-xs-height, 1rem),
184
+ line-height: var(--sticker-xs-line-height, 1rem),
185
+ width: var(--sticker-xs-width, 1rem),
186
+ ),
187
+ sticker-sm: $sticker-sm,
188
+ sticker-lg: $sticker-lg,
189
+ sticker-xl: $sticker-xl,
190
+ sticker-xxl: $sticker-xxl,
191
+ ),
192
+ $sticker-sizes
193
+ );
194
+
195
+ // Sticker Positions
196
+
197
+ $sticker-inside-offset: $grid-gutter-width * 0.5;
198
+
199
+ // .sticker-bottom-left
200
+
201
+ $sticker-bottom-left: ();
202
+ $sticker-bottom-left: map-merge(
203
+ (
204
+ bottom: $sticker-inside-offset,
205
+ left: $sticker-inside-offset,
206
+ position: absolute,
207
+ right: auto,
208
+ top: auto,
209
+ ),
210
+ $sticker-bottom-left
211
+ );
212
+
213
+ // .sticker-bottom-right
214
+
215
+ $sticker-bottom-right: ();
216
+ $sticker-bottom-right: map-merge(
217
+ (
218
+ bottom: $sticker-inside-offset,
219
+ left: auto,
220
+ position: absolute,
221
+ right: $sticker-inside-offset,
222
+ top: auto,
223
+ ),
224
+ $sticker-bottom-right
225
+ );
226
+
227
+ // .sticker-top-left
228
+
229
+ $sticker-top-left: ();
230
+ $sticker-top-left: map-merge(
231
+ (
232
+ left: $sticker-inside-offset,
233
+ position: absolute,
234
+ top: $sticker-inside-offset,
235
+ ),
236
+ $sticker-top-left
237
+ );
238
+
239
+ // .sticker-top-right
240
+
241
+ $sticker-top-right: ();
242
+ $sticker-top-right: map-merge(
243
+ (
244
+ left: auto,
245
+ position: absolute,
246
+ right: $sticker-inside-offset,
247
+ top: $sticker-inside-offset,
248
+ ),
249
+ $sticker-top-right
250
+ );
251
+
252
+ // .sticker-outside
253
+
254
+ $sticker-outside-offset: calc(#{$sticker-size} * 0.5);
255
+
256
+ $sticker-outside: ();
257
+ $sticker-outside: map-deep-merge(
258
+ (
259
+ left: $sticker-outside-offset,
260
+ top: $sticker-outside-offset,
261
+ sticker-bottom-left: (
262
+ bottom: $sticker-outside-offset,
263
+ top: auto,
264
+ ),
265
+ sticker-bottom-right: (
266
+ bottom: $sticker-outside-offset,
267
+ left: auto,
268
+ right: $sticker-outside-offset,
269
+ top: auto,
270
+ ),
271
+ sticker-top-right: (
272
+ left: auto,
273
+ right: $sticker-outside-offset,
274
+ ),
275
+ ),
276
+ $sticker-outside
277
+ );
278
+
279
+ // .sticker-circle
280
+
281
+ $sticker-circle-border-radius: $rounded-circle-border-radius;
282
+
283
+ $sticker-circle: ();
284
+ $sticker-circle: map-deep-merge(
285
+ (
286
+ border-radius: clay-enable-rounded($sticker-circle-border-radius),
287
+ ),
288
+ $sticker-circle
289
+ );
290
+
291
+ // .sticker-user-icon
292
+
293
+ $sticker-user-icon: ();
294
+ $sticker-user-icon: map-deep-merge(
295
+ (
296
+ background-color: $white,
297
+ border-radius: $rounded-circle-border-radius,
298
+ box-shadow: 0 0 0 1px unquote('rgb(from #{$black} r g b / 0.125)'),
299
+ ),
300
+ $sticker-user-icon
301
+ );
302
+
303
+ // .sticker-primary
304
+
305
+ $sticker-primary-bg: var(--sticker-primary-bg, $white);
306
+ $sticker-primary-border-color: var(
307
+ --sticker-primary-border-color,
308
+ transparent
309
+ );
310
+ $sticker-primary-color: var(--sticker-primary-color, $primary);
311
+
312
+ $sticker-primary: ();
313
+ $sticker-primary: map-deep-merge(
314
+ (
315
+ background-color: $sticker-primary-bg,
316
+ border-color: $sticker-primary-border-color,
317
+ color: $sticker-primary-color,
318
+ ),
319
+ $sticker-primary
320
+ );
321
+
322
+ // .sticker-secondary
323
+
324
+ $sticker-secondary-bg: var(--sticker-secondary-bg, $white);
325
+ $sticker-secondary-border-color: var(
326
+ --sticker-secondary-border-color,
327
+ transparent
328
+ );
329
+ $sticker-secondary-color: var(--sticker-secondary-color, $secondary);
330
+
331
+ $sticker-secondary: ();
332
+ $sticker-secondary: map-deep-merge(
333
+ (
334
+ background-color: $sticker-secondary-bg,
335
+ border-color: $sticker-secondary-border-color,
336
+ color: $sticker-secondary-color,
337
+ ),
338
+ $sticker-secondary
339
+ );
340
+
341
+ // .sticker-info
342
+
343
+ $sticker-info-bg: var(--sticker-info-bg, $white);
344
+ $sticker-info-border-color: var(--sticker-info-border-color, transparent);
345
+ $sticker-info-color: var(--sticker-info-color, $info);
346
+
347
+ $sticker-info: ();
348
+ $sticker-info: map-deep-merge(
349
+ (
350
+ background-color: $sticker-info-bg,
351
+ border-color: $sticker-info-border-color,
352
+ color: $sticker-info-color,
353
+ ),
354
+ $sticker-info
355
+ );
356
+
357
+ // .sticker-success
358
+
359
+ $sticker-success-bg: var(--sticker-success-bg, $white);
360
+ $sticker-success-border-color: var(
361
+ --sticker-success-border-color,
362
+ transparent
363
+ );
364
+ $sticker-success-color: var(--sticker-success-color, $success);
365
+
366
+ $sticker-success: ();
367
+ $sticker-success: map-deep-merge(
368
+ (
369
+ background-color: $sticker-success-bg,
370
+ border-color: $sticker-success-border-color,
371
+ color: $sticker-success-color,
372
+ ),
373
+ $sticker-success
374
+ );
375
+
376
+ // .sticker-warning
377
+
378
+ $sticker-warning-bg: var(--sticker-warning-bg, $white);
379
+ $sticker-warning-border-color: var(
380
+ --sticker-warning-border-color,
381
+ transparent
382
+ );
383
+ $sticker-warning-color: var(--sticker-warning-color, $warning);
384
+
385
+ $sticker-warning: ();
386
+ $sticker-warning: map-deep-merge(
387
+ (
388
+ background-color: $sticker-warning-bg,
389
+ border-color: $sticker-warning-border-color,
390
+ color: $sticker-warning-color,
391
+ ),
392
+ $sticker-warning
393
+ );
394
+
395
+ // .sticker-danger
396
+
397
+ $sticker-danger-bg: var(--sticker-danger-bg, $white);
398
+ $sticker-danger-border-color: var(
399
+ --sticker-danger-border-color,
400
+ transparent
401
+ );
402
+ $sticker-danger-color: var(--sticker-danger-color, $danger);
403
+
404
+ $sticker-danger: ();
405
+ $sticker-danger: map-deep-merge(
406
+ (
407
+ background-color: $sticker-danger-bg,
408
+ border-color: $sticker-danger-border-color,
409
+ color: $sticker-danger-color,
410
+ ),
411
+ $sticker-danger
412
+ );
413
+
414
+ // .sticker-light
415
+
416
+ $sticker-light-bg: var(--sticker-light-bg, $black);
417
+ $sticker-light-border-color: var(--sticker-light-border-color, transparent);
418
+ $sticker-light-color: var(--sticker-light-color, $light);
419
+
420
+ $sticker-light: ();
421
+ $sticker-light: map-deep-merge(
422
+ (
423
+ background-color: $sticker-light-bg,
424
+ border-color: $sticker-light-border-color,
425
+ color: $sticker-light-color,
426
+ ),
427
+ $sticker-light
428
+ );
429
+
430
+ // .sticker-dark
431
+
432
+ $sticker-dark-bg: var(--sticker-dark-bg, $white);
433
+ $sticker-dark-border-color: var(--sticker-dark-border-color, transparent);
434
+ $sticker-dark-color: var(--sticker-dark-color, $dark);
435
+
436
+ $sticker-dark: ();
437
+ $sticker-dark: map-deep-merge(
438
+ (
439
+ background-color: $sticker-dark-bg,
440
+ border-color: $sticker-dark-border-color,
441
+ color: $sticker-dark-color,
442
+ ),
443
+ $sticker-dark
444
+ );
445
+
446
+ $sticker-outline-0: ();
447
+ $sticker-outline-0: map-deep-merge(
448
+ (
449
+ background-color: var(--sticker-outline-0-background-color, $light),
450
+ border: var(--sticker-outline-0-border, 1px solid $dark),
451
+ color: var(--sticker-outline-0-color, $dark),
452
+ ),
453
+ $sticker-outline-0
454
+ );
455
+
456
+ $sticker-outline-1: ();
457
+ $sticker-outline-1: map-deep-merge(
458
+ (
459
+ background-color:
460
+ var(--sticker-outline-1-background-color, $purple-l5),
461
+ border: var(--sticker-outline-1-border, 1px solid $purple),
462
+ color: var(--sticker-outline-1-color, $purple),
463
+ ),
464
+ $sticker-outline-1
465
+ );
466
+
467
+ $sticker-outline-2: ();
468
+ $sticker-outline-2: map-deep-merge(
469
+ (
470
+ background-color:
471
+ var(--sticker-outline-2-background-color, $yellow-l5),
472
+ border: var(--sticker-outline-2-border, 1px solid $yellow-d3),
473
+ color: var(--sticker-outline-2-color, $yellow-d3),
474
+ ),
475
+ $sticker-outline-2
476
+ );
477
+
478
+ $sticker-outline-3: ();
479
+ $sticker-outline-3: map-deep-merge(
480
+ (
481
+ background-color:
482
+ var(--sticker-outline-3-background-color, $green-l5),
483
+ border: var(--sticker-outline-3-border, 1px solid $green),
484
+ color: var(--sticker-outline-3-color, $green),
485
+ ),
486
+ $sticker-outline-3
487
+ );
488
+
489
+ $sticker-outline-4: ();
490
+ $sticker-outline-4: map-deep-merge(
491
+ (
492
+ background-color:
493
+ var(--sticker-outline-4-background-color, $red-l5),
494
+ border: var(--sticker-outline-4-border, 1px solid $red),
495
+ color: var(--sticker-outline-4-color, $red),
496
+ ),
497
+ $sticker-outline-4
498
+ );
499
+
500
+ $sticker-outline-5: ();
501
+ $sticker-outline-5: map-deep-merge(
502
+ (
503
+ background-color:
504
+ var(--sticker-outline-5-background-color, $orange-l5),
505
+ border: var(--sticker-outline-5-border, 1px solid $orange),
506
+ color: var(--sticker-outline-5-color, $orange),
507
+ ),
508
+ $sticker-outline-5
509
+ );
510
+
511
+ $sticker-outline-6: ();
512
+ $sticker-outline-6: map-deep-merge(
513
+ (
514
+ background-color:
515
+ var(--sticker-outline-6-background-color, $teal-l5),
516
+ border: var(--sticker-outline-6-border, 1px solid $teal),
517
+ color: var(--sticker-outline-6-color, $teal),
518
+ ),
519
+ $sticker-outline-6
520
+ );
521
+
522
+ $sticker-outline-7: ();
523
+ $sticker-outline-7: map-deep-merge(
524
+ (
525
+ background-color:
526
+ var(--sticker-outline-7-background-color, $cyan-l5),
527
+ border: var(--sticker-outline-7-border, 1px solid $cyan),
528
+ color: var(--sticker-outline-7-color, $cyan),
529
+ ),
530
+ $sticker-outline-7
531
+ );
532
+
533
+ $sticker-outline-8: ();
534
+ $sticker-outline-8: map-deep-merge(
535
+ (
536
+ background-color:
537
+ var(--sticker-outline-8-background-color, $pink-l5),
538
+ border: var(--sticker-outline-8-border, 1px solid $pink),
539
+ color: var(--sticker-outline-8-color, $pink-d4),
540
+ ),
541
+ $sticker-outline-8
542
+ );
543
+
544
+ $sticker-outline-9: ();
545
+ $sticker-outline-9: map-deep-merge(
546
+ (
547
+ background-color: var(--sticker-outline-9-background-color, $white),
548
+ border: var(--sticker-outline-9-border, 1px solid $dark-l2),
549
+ color: var(--sticker-outline-9-color, $dark-l2),
550
+ ),
551
+ $sticker-outline-9
552
+ );
553
+
554
+ $sticker-palette: ();
555
+ $sticker-palette: map-deep-merge(
556
+ (
557
+ primary: $sticker-primary,
558
+ secondary: $sticker-secondary,
559
+ success: $sticker-success,
560
+ info: $sticker-info,
561
+ warning: $sticker-warning,
562
+ danger: $sticker-danger,
563
+ light: $sticker-light,
564
+ dark: $sticker-dark,
565
+ '.sticker-outline-0': $sticker-outline-0,
566
+ '.sticker-outline-1': $sticker-outline-1,
567
+ '.sticker-outline-2': $sticker-outline-2,
568
+ '.sticker-outline-3': $sticker-outline-3,
569
+ '.sticker-outline-4': $sticker-outline-4,
570
+ '.sticker-outline-5': $sticker-outline-5,
571
+ '.sticker-outline-6': $sticker-outline-6,
572
+ '.sticker-outline-7': $sticker-outline-7,
573
+ '.sticker-outline-8': $sticker-outline-8,
574
+ '.sticker-outline-9': $sticker-outline-9,
575
+ ),
576
+ $sticker-palette
577
+ );
578
+ }