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