@clayui/css 3.124.0 → 3.126.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.
@@ -83,6 +83,32 @@ $cadmin-multi-step-item-margin-bottom: 10px !default;
83
83
  $cadmin-multi-step-item-width: 75px !default;
84
84
  $cadmin-multi-step-item-fixed-width: 150px !default;
85
85
 
86
+ $cadmin-multi-step-nav-center: () !default;
87
+ $cadmin-multi-step-nav-center: map-deep-merge(
88
+ (
89
+ padding: 0,
90
+ text-align: center,
91
+ multi-step-item: (
92
+ flex-grow: 1,
93
+ width: $cadmin-multi-step-item-width,
94
+ ),
95
+ multi-step-divider: (
96
+ left: 50%,
97
+ margin-left: 1rem,
98
+ width: calc(100% - #{$cadmin-multi-step-icon-size}),
99
+ ),
100
+ multi-step-indicator: (
101
+ left: 50%,
102
+ transform: translateX(-50%),
103
+ ),
104
+ multi-step-title: (
105
+ margin-left: 12.5%,
106
+ max-width: 75%,
107
+ ),
108
+ ),
109
+ $cadmin-multi-step-nav-center
110
+ );
111
+
86
112
  // data-multi-step-icon::before See https://issues.liferay.com/browse/LPS-147457.
87
113
 
88
114
  $cadmin-multi-step-item-error: () !default;
@@ -338,6 +338,106 @@ $cadmin-sticker-dark: map-deep-merge(
338
338
  $cadmin-sticker-dark
339
339
  );
340
340
 
341
+ $cadmin-sticker-outline-0: () !default;
342
+ $cadmin-sticker-outline-0: map-deep-merge(
343
+ (
344
+ background-color: $cadmin-light,
345
+ border: 1px solid $cadmin-dark,
346
+ color: $cadmin-dark,
347
+ ),
348
+ $cadmin-sticker-outline-0
349
+ );
350
+
351
+ $cadmin-sticker-outline-1: () !default;
352
+ $cadmin-sticker-outline-1: map-deep-merge(
353
+ (
354
+ background-color: $cadmin-purple-l5,
355
+ border: 1px solid $cadmin-purple,
356
+ color: $cadmin-purple,
357
+ ),
358
+ $cadmin-sticker-outline-1
359
+ );
360
+
361
+ $cadmin-sticker-outline-2: () !default;
362
+ $cadmin-sticker-outline-2: map-deep-merge(
363
+ (
364
+ background-color: $cadmin-yellow-l5,
365
+ border: 1px solid $cadmin-yellow-d3,
366
+ color: $cadmin-yellow-d3,
367
+ ),
368
+ $cadmin-sticker-outline-2
369
+ );
370
+
371
+ $cadmin-sticker-outline-3: () !default;
372
+ $cadmin-sticker-outline-3: map-deep-merge(
373
+ (
374
+ background-color: $cadmin-green-l5,
375
+ border: 1px solid $cadmin-green,
376
+ color: $cadmin-green,
377
+ ),
378
+ $cadmin-sticker-outline-3
379
+ );
380
+
381
+ $cadmin-sticker-outline-4: () !default;
382
+ $cadmin-sticker-outline-4: map-deep-merge(
383
+ (
384
+ background-color: $cadmin-red-l5,
385
+ border: 1px solid $cadmin-red,
386
+ color: $cadmin-red,
387
+ ),
388
+ $cadmin-sticker-outline-4
389
+ );
390
+
391
+ $cadmin-sticker-outline-5: () !default;
392
+ $cadmin-sticker-outline-5: map-deep-merge(
393
+ (
394
+ background-color: $cadmin-orange-l5,
395
+ border: 1px solid $cadmin-orange,
396
+ color: $cadmin-orange,
397
+ ),
398
+ $cadmin-sticker-outline-5
399
+ );
400
+
401
+ $cadmin-sticker-outline-6: () !default;
402
+ $cadmin-sticker-outline-6: map-deep-merge(
403
+ (
404
+ background-color: $cadmin-teal-l5,
405
+ border: 1px solid $cadmin-teal,
406
+ color: $cadmin-teal,
407
+ ),
408
+ $cadmin-sticker-outline-6
409
+ );
410
+
411
+ $cadmin-sticker-outline-7: () !default;
412
+ $cadmin-sticker-outline-7: map-deep-merge(
413
+ (
414
+ background-color: $cadmin-cyan-l5,
415
+ border: 1px solid $cadmin-cyan,
416
+ color: $cadmin-cyan,
417
+ ),
418
+ $cadmin-sticker-outline-7
419
+ );
420
+
421
+ $cadmin-sticker-outline-8: () !default;
422
+ $cadmin-sticker-outline-8: map-deep-merge(
423
+ (
424
+ background-color: $cadmin-pink-l5,
425
+ border: 1px solid $cadmin-pink,
426
+ color: $cadmin-pink-d4,
427
+ ),
428
+ $cadmin-sticker-outline-8
429
+ );
430
+
431
+ $cadmin-sticker-outline-9: () !default;
432
+ $cadmin-sticker-outline-9: map-deep-merge(
433
+ (
434
+ background-color: $cadmin-white,
435
+ border: 1px solid $cadmin-dark-l2,
436
+ color: $cadmin-dark-l2,
437
+ ),
438
+ $cadmin-sticker-outline-9
439
+ );
440
+
341
441
  $cadmin-sticker-palette: () !default;
342
442
  $cadmin-sticker-palette: map-deep-merge(
343
443
  (
@@ -349,6 +449,16 @@ $cadmin-sticker-palette: map-deep-merge(
349
449
  danger: $cadmin-sticker-danger,
350
450
  light: $cadmin-sticker-light,
351
451
  dark: $cadmin-sticker-dark,
452
+ '.sticker-outline-0': $cadmin-sticker-outline-0,
453
+ '.sticker-outline-1': $cadmin-sticker-outline-1,
454
+ '.sticker-outline-2': $cadmin-sticker-outline-2,
455
+ '.sticker-outline-3': $cadmin-sticker-outline-3,
456
+ '.sticker-outline-4': $cadmin-sticker-outline-4,
457
+ '.sticker-outline-5': $cadmin-sticker-outline-5,
458
+ '.sticker-outline-6': $cadmin-sticker-outline-6,
459
+ '.sticker-outline-7': $cadmin-sticker-outline-7,
460
+ '.sticker-outline-8': $cadmin-sticker-outline-8,
461
+ '.sticker-outline-9': $cadmin-sticker-outline-9,
352
462
  ),
353
463
  $cadmin-sticker-palette
354
464
  );
@@ -479,7 +479,7 @@ $cadmin-toggle-switch-sizes: map-deep-merge(
479
479
  toggle-switch-sm: (
480
480
  simple-toggle-switch: (
481
481
  toggle-switch-label: (
482
- max-width: calc(100% - 38px),
482
+ max-width: calc(100% - 34px),
483
483
  ),
484
484
  ),
485
485
  toggle-switch-check: (
@@ -500,9 +500,8 @@ $cadmin-toggle-switch-sizes: map-deep-merge(
500
500
  ),
501
501
  toggle-switch-handle: (
502
502
  min-width: 30px,
503
- max-width: 30px,
504
503
  after: (
505
- margin-left: 38px,
504
+ margin-left: 34px,
506
505
  ),
507
506
  ),
508
507
  toggle-switch-icon: (
@@ -46,6 +46,12 @@
46
46
  margin-bottom: $multi-step-item-margin-bottom;
47
47
  position: relative;
48
48
 
49
+ &:last-child {
50
+ .multi-step-divider {
51
+ display: none;
52
+ }
53
+ }
54
+
49
55
  &.active {
50
56
  .multi-step-icon {
51
57
  background-color: $multi-step-icon-active-bg;
@@ -181,8 +187,11 @@
181
187
  }
182
188
  }
183
189
 
184
- &:focus {
185
- box-shadow: $multi-step-icon-disabled-focus-box-shadow;
190
+ @at-root {
191
+ &.focus,
192
+ #{$focus-visible-selector} {
193
+ box-shadow: $multi-step-icon-disabled-focus-box-shadow;
194
+ }
186
195
  }
187
196
  }
188
197
 
@@ -259,6 +268,7 @@
259
268
  padding-left: $multi-step-icon-padding-left;
260
269
  padding-right: $multi-step-icon-padding-right;
261
270
  padding-top: $multi-step-icon-padding-top;
271
+ position: relative;
262
272
 
263
273
  @include transition($multi-step-icon-transition);
264
274
 
@@ -270,12 +280,15 @@
270
280
  text-decoration: $multi-step-icon-hover-text-decoration;
271
281
  }
272
282
 
273
- &:focus {
274
- background-color: $multi-step-icon-focus-bg;
275
- box-shadow: $multi-step-icon-focus-box-shadow;
276
- color: $multi-step-icon-focus-color;
277
- outline: $multi-step-icon-focus-outline;
278
- text-decoration: $multi-step-icon-focus-text-decoration;
283
+ @at-root {
284
+ &.focus,
285
+ #{$focus-visible-selector} {
286
+ background-color: $multi-step-icon-focus-bg;
287
+ box-shadow: $multi-step-icon-focus-box-shadow;
288
+ color: $multi-step-icon-focus-color;
289
+ outline: $multi-step-icon-focus-outline;
290
+ text-decoration: $multi-step-icon-focus-text-decoration;
291
+ }
279
292
  }
280
293
 
281
294
  &[data-multi-step-icon]::before {
@@ -315,6 +328,30 @@
315
328
  }
316
329
  }
317
330
 
331
+ .multi-step-nav-center {
332
+ @include clay-css($multi-step-nav-center);
333
+
334
+ .multi-step-item {
335
+ $_item: setter(map-get($multi-step-nav-center, multi-step-item), ());
336
+
337
+ @include clay-css($_item);
338
+ }
339
+
340
+ .multi-step-divider {
341
+ @include clay-css(map-get($multi-step-nav-center, multi-step-divider));
342
+ }
343
+
344
+ .multi-step-indicator {
345
+ @include clay-css(
346
+ map-get($multi-step-nav-center, multi-step-indicator)
347
+ );
348
+ }
349
+
350
+ .multi-step-title {
351
+ @include clay-css(map-get($multi-step-nav-center, multi-step-title));
352
+ }
353
+ }
354
+
318
355
  .multi-step-nav-collapse-sm {
319
356
  @include media-breakpoint-down(sm) {
320
357
  flex-wrap: nowrap;
@@ -341,6 +378,29 @@
341
378
  }
342
379
  }
343
380
 
381
+ &.multi-step-nav-center {
382
+ .multi-step-item {
383
+ flex-grow: 0;
384
+ width: auto;
385
+ }
386
+
387
+ .multi-step-item-expand {
388
+ flex-grow: 1;
389
+ width: 75px;
390
+ }
391
+
392
+ .multi-step-divider {
393
+ left: auto;
394
+ margin-left: $multi-step-icon-size;
395
+ width: auto;
396
+ }
397
+
398
+ .multi-step-indicator {
399
+ left: auto;
400
+ transform: none;
401
+ }
402
+ }
403
+
344
404
  .active {
345
405
  &.multi-step-item {
346
406
  position: static;
@@ -494,6 +494,8 @@
494
494
 
495
495
  'full-size': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline full-size-bottom-right" d="M384 382.804H224V448h160c35.2 0 64-28.8 64-64V224h-64v158.804z" fill="#{$color}"/><path class="lexicon-icon-outline full-size-top-left" d="M128 126.804h160v-64H128c-35.2 0-64 28.8-64 64V288h64V126.804z" fill="#{$color}"/><path class="lexicon-icon-outline full-size-top-right" d="M502.524 9.475A32.315 32.315 0 0 0 479.614 0H378.357c-17.96 0-32.457 14.496-32.386 32.385 0 8.91 3.606 17.042 9.475 22.91a32.338 32.338 0 0 0 22.91 9.476h23.618l-80.469 80.469 45.255 45.254 80.469-80.468v23.617c0 17.96 14.495 32.456 32.385 32.386 17.96 0 32.456-14.496 32.386-32.386V32.386c0-8.627-3.394-16.83-9.476-22.91z" fill="#{$color}"/><path class="lexicon-icon-outline fullsize-bottom-left" d="m145.24 321.505-80.469 80.47v-23.618c0-17.96-14.495-32.456-32.385-32.386-17.96 0-32.456 14.496-32.386 32.386v101.257c0 8.627 3.394 16.83 9.476 22.91A32.315 32.315 0 0 0 32.386 512h101.257c17.96 0 32.457-14.496 32.386-32.386 0-8.909-3.606-17.04-9.475-22.91a32.338 32.338 0 0 0-22.91-9.475h-23.618l80.469-80.469-45.255-45.255z" fill="#{$color}"/></svg>',
496
496
 
497
+ 'gallery': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="lexicon-icon-outline" d="M0 14.7a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7v.6a.7.7 0 0 1-.7.7H.7a.7.7 0 0 1-.7-.7v-.6Zm6 0a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7v.6a.7.7 0 0 1-.7.7H6.7a.7.7 0 0 1-.7-.7v-.6Zm6 0a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7v.6a.7.7 0 0 1-.7.7h-2.6a.7.7 0 0 1-.7-.7v-.6Zm2-2.7H2c-1 0-2-1.197-2-2.4V2.4C0 1.206 1 0 2 0h12c1 0 2 1.197 2 2.4v7.2c0 1.201-1 2.4-2 2.4ZM2 2v8h12V2H2Z" fill="#{$color}"/></svg>',
498
+
497
499
  'geolocation': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M64 191.3c0 106.3 96 224.5 192 320.7 96-96.2 192-214.4 192-320.7 0-257.1-384-253.1-384 0zm96 0c0-125.9 192-124.7 192 0 0 124-192 127.2-192 0z" fill="#{$color}"/></svg>',
498
500
 
499
501
  'globe-lines': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M0 256.9c0-343.6 512-341.4 512 0 0 337.7-512 342.6-512 0zm420.2 99.7H379c5.2-25.9 8.5-53.8 9.4-83.1h58.9c-2.6 30.2-12.1 58.4-27.1 83.1zm27.1-116.3h-58.9c-.9-29.2-4.2-57.2-9.4-83.1h41.2c15 24.6 24.5 52.8 27.1 83.1zM272.6 65.2c14.6 1.3 28.7 4.1 42.2 8.5 7.9 13.9 15.4 31.2 21.4 50.3h-63.7V65.2zm-75.4 8.5c13.5-4.3 27.6-7.2 42.2-8.5V124h-63.7c6.1-19.1 13.6-36.3 21.5-50.3zm-80 50.3c9.9-10.4 21-19.7 33.1-27.7-3.3 8.8-6.4 18.1-9.2 27.7h-23.9zM64.7 240.3c2.6-30.2 12.1-58.5 27.1-83.1H133c-5.2 25.9-8.5 53.8-9.4 83.1H64.7zm27.1 116.3c-14.9-24.6-24.5-52.8-27.1-83.1h58.9c.9 29.2 4.2 57.2 9.4 83.1H91.8zm58.5 60.9c-12-8-23.1-17.3-33.1-27.7h23.9c2.8 9.6 5.8 18.8 9.2 27.7zm89.1 31c-14.6-1.3-28.7-4.1-42.2-8.5-7.9-13.9-15.4-31.2-21.4-50.3h63.7v58.8zm75.4-8.5c-13.5 4.3-27.6 7.2-42.2 8.5v-58.7h63.7c-6.1 19-13.6 36.3-21.5 50.2zm46.9-22.5c3.3-8.8 6.4-18.1 9.2-27.7h23.9c-9.9 10.4-21 19.7-33.1 27.7zm0-321.2c12 8 23.1 17.3 33.1 27.7h-23.9c-2.8-9.6-5.8-18.9-9.2-27.7zm-6.5 177.2c-1 29.7-4.5 57.7-10.1 83.1h-72.5v-83.1h82.6zm-10.1-116.3c5.6 25.4 9.1 53.4 10.1 83.1h-82.6v-83.1h72.5zm-188.3 83.1c1-29.7 4.5-57.7 10.1-83.1h72.5v83.1h-82.6zm10.1 116.3c-5.6-25.4-9.1-53.4-10.1-83.1h82.6v83.1h-72.5z" clip-rule="evenodd" fill-rule="evenodd" fill="#{$color}"/></svg>',
@@ -87,6 +87,7 @@ $blue-l1: #338fff !default;
87
87
  $blue-l2: #66abff !default;
88
88
  $blue-l3: #97c5ff !default;
89
89
  $blue-l4: #cce3ff !default;
90
+ $blue-l5: #e5f1ff !default;
90
91
 
91
92
  $indigo-d4: #0017e5 !default;
92
93
  $indigo-d3: #001aff !default;
@@ -97,6 +98,7 @@ $indigo-l1: #808cff !default;
97
98
  $indigo-l2: #99a3ff !default;
98
99
  $indigo-l3: #b2baff !default;
99
100
  $indigo-l4: #ccd1ff !default;
101
+ $indigo-l5: #e5e8ff !default;
100
102
 
101
103
  $purple-d4: #7700cc !default;
102
104
  $purple-d3: #8600e6 !default;
@@ -107,6 +109,7 @@ $purple-l1: #bf66ff !default;
107
109
  $purple-l2: #ca80ff !default;
108
110
  $purple-l3: #d499ff !default;
109
111
  $purple-l4: #dfb3ff !default;
112
+ $purple-l5: #f2e5ff !default;
110
113
 
111
114
  $pink-d4: #800048 !default;
112
115
  $pink-d3: #990057 !default;
@@ -117,6 +120,7 @@ $pink-l1: #ff4db2 !default;
117
120
  $pink-l2: #ff80c8 !default;
118
121
  $pink-l3: #ff99d3 !default;
119
122
  $pink-l4: #ffb3de !default;
123
+ $pink-l5: #ffe5f4 !default;
120
124
 
121
125
  $red-d4: #800000 !default;
122
126
  $red-d3: #990000 !default;
@@ -127,6 +131,7 @@ $red-l1: #ff4d4d !default;
127
131
  $red-l2: #ff6666 !default;
128
132
  $red-l3: #ff8080 !default;
129
133
  $red-l4: #ff9999 !default;
134
+ $red-l5: #ffe5e5 !default;
130
135
 
131
136
  $orange-d4: #662700 !default;
132
137
  $orange-d3: #803100 !default;
@@ -137,6 +142,7 @@ $orange-l1: #ff6200 !default;
137
142
  $orange-l2: #ff8133 !default;
138
143
  $orange-l3: #ffa166 !default;
139
144
  $orange-l4: #ffc099 !default;
145
+ $orange-l5: #fff0e5 !default;
140
146
 
141
147
  $yellow-d4: #997000 !default;
142
148
  $yellow-d3: #b38900 !default;
@@ -147,6 +153,7 @@ $yellow-l1: #ffc933 !default;
147
153
  $yellow-l2: #ffd666 !default;
148
154
  $yellow-l3: #ffe499 !default;
149
155
  $yellow-l4: #fff1cc !default;
156
+ $yellow-l5: #fff8e5 !default;
150
157
 
151
158
  $green-d4: #162d06 !default;
152
159
  $green-d3: #22430a !default;
@@ -157,6 +164,7 @@ $green-l1: #53a117 !default;
157
164
  $green-l2: #67c91d !default;
158
165
  $green-l3: #81e236 !default;
159
166
  $green-l4: #9de963 !default;
167
+ $green-l5: #f1fce9 !default;
160
168
 
161
169
  $teal-d4: #092a25 !default;
162
170
  $teal-d3: #0d3f37 !default;
@@ -167,6 +175,7 @@ $teal-l1: #24a892 !default;
167
175
  $teal-l2: #42d7be !default;
168
176
  $teal-l3: #6ce0cc !default;
169
177
  $teal-l4: #96e9db !default;
178
+ $teal-l5: #eafbf8 !default;
170
179
 
171
180
  $cyan-d4: #00334d !default;
172
181
  $cyan-d3: #004466 !default;
@@ -177,6 +186,7 @@ $cyan-l1: #0099e6 !default;
177
186
  $cyan-l2: #33bbff !default;
178
187
  $cyan-l3: #66ccff !default;
179
188
  $cyan-l4: #99ddff !default;
189
+ $cyan-l5: #e5f6ff !default;
180
190
 
181
191
  $colors: () !default;
182
192
  $colors: map-merge(
@@ -65,7 +65,6 @@ $menubar-primary: map-deep-merge(
65
65
  background-color: transparent,
66
66
  box-shadow: none,
67
67
  font-weight: $font-weight-normal,
68
- letter-spacing: 0.016rem,
69
68
  before: (
70
69
  content: none,
71
70
  ),
@@ -96,6 +96,32 @@ $multi-step-item-margin-bottom: 10px !default;
96
96
  $multi-step-item-width: 75px !default;
97
97
  $multi-step-item-fixed-width: 150px !default;
98
98
 
99
+ $multi-step-nav-center: () !default;
100
+ $multi-step-nav-center: map-deep-merge(
101
+ (
102
+ padding: 0,
103
+ text-align: center,
104
+ multi-step-item: (
105
+ flex-grow: 1,
106
+ width: $multi-step-item-width,
107
+ ),
108
+ multi-step-divider: (
109
+ left: 50%,
110
+ margin-left: 1rem,
111
+ width: calc(100% - #{$multi-step-icon-size}),
112
+ ),
113
+ multi-step-indicator: (
114
+ left: 50%,
115
+ transform: translateX(-50%),
116
+ ),
117
+ multi-step-title: (
118
+ margin-left: 12.5%,
119
+ max-width: 75%,
120
+ ),
121
+ ),
122
+ $multi-step-nav-center
123
+ );
124
+
99
125
  $multi-step-title-center: () !default;
100
126
  $multi-step-title-center: map-deep-merge(
101
127
  (
@@ -402,6 +402,106 @@ $sticker-dark: map-deep-merge(
402
402
  $sticker-dark
403
403
  );
404
404
 
405
+ $sticker-outline-0: () !default;
406
+ $sticker-outline-0: map-deep-merge(
407
+ (
408
+ background-color: $light,
409
+ border: 1px solid $dark,
410
+ color: $dark,
411
+ ),
412
+ $sticker-outline-0
413
+ );
414
+
415
+ $sticker-outline-1: () !default;
416
+ $sticker-outline-1: map-deep-merge(
417
+ (
418
+ background-color: $purple-l5,
419
+ border: 1px solid $purple,
420
+ color: $purple,
421
+ ),
422
+ $sticker-outline-1
423
+ );
424
+
425
+ $sticker-outline-2: () !default;
426
+ $sticker-outline-2: map-deep-merge(
427
+ (
428
+ background-color: $yellow-l5,
429
+ border: 1px solid $yellow-d3,
430
+ color: $yellow-d3,
431
+ ),
432
+ $sticker-outline-2
433
+ );
434
+
435
+ $sticker-outline-3: () !default;
436
+ $sticker-outline-3: map-deep-merge(
437
+ (
438
+ background-color: $green-l5,
439
+ border: 1px solid $green,
440
+ color: $green,
441
+ ),
442
+ $sticker-outline-3
443
+ );
444
+
445
+ $sticker-outline-4: () !default;
446
+ $sticker-outline-4: map-deep-merge(
447
+ (
448
+ background-color: $red-l5,
449
+ border: 1px solid $red,
450
+ color: $red,
451
+ ),
452
+ $sticker-outline-4
453
+ );
454
+
455
+ $sticker-outline-5: () !default;
456
+ $sticker-outline-5: map-deep-merge(
457
+ (
458
+ background-color: $orange-l5,
459
+ border: 1px solid $orange,
460
+ color: $orange,
461
+ ),
462
+ $sticker-outline-5
463
+ );
464
+
465
+ $sticker-outline-6: () !default;
466
+ $sticker-outline-6: map-deep-merge(
467
+ (
468
+ background-color: $teal-l5,
469
+ border: 1px solid $teal,
470
+ color: $teal,
471
+ ),
472
+ $sticker-outline-6
473
+ );
474
+
475
+ $sticker-outline-7: () !default;
476
+ $sticker-outline-7: map-deep-merge(
477
+ (
478
+ background-color: $cyan-l5,
479
+ border: 1px solid $cyan,
480
+ color: $cyan,
481
+ ),
482
+ $sticker-outline-7
483
+ );
484
+
485
+ $sticker-outline-8: () !default;
486
+ $sticker-outline-8: map-deep-merge(
487
+ (
488
+ background-color: $pink-l5,
489
+ border: 1px solid $pink,
490
+ color: $pink-d4,
491
+ ),
492
+ $sticker-outline-8
493
+ );
494
+
495
+ $sticker-outline-9: () !default;
496
+ $sticker-outline-9: map-deep-merge(
497
+ (
498
+ background-color: $white,
499
+ border: 1px solid $dark-l2,
500
+ color: $dark-l2,
501
+ ),
502
+ $sticker-outline-9
503
+ );
504
+
405
505
  $sticker-palette: () !default;
406
506
  $sticker-palette: map-deep-merge(
407
507
  (
@@ -413,6 +513,16 @@ $sticker-palette: map-deep-merge(
413
513
  danger: $sticker-danger,
414
514
  light: $sticker-light,
415
515
  dark: $sticker-dark,
516
+ '.sticker-outline-0': $sticker-outline-0,
517
+ '.sticker-outline-1': $sticker-outline-1,
518
+ '.sticker-outline-2': $sticker-outline-2,
519
+ '.sticker-outline-3': $sticker-outline-3,
520
+ '.sticker-outline-4': $sticker-outline-4,
521
+ '.sticker-outline-5': $sticker-outline-5,
522
+ '.sticker-outline-6': $sticker-outline-6,
523
+ '.sticker-outline-7': $sticker-outline-7,
524
+ '.sticker-outline-8': $sticker-outline-8,
525
+ '.sticker-outline-9': $sticker-outline-9,
416
526
  ),
417
527
  $sticker-palette
418
528
  );
@@ -497,7 +497,7 @@ $toggle-switch-sizes: map-deep-merge(
497
497
  toggle-switch-sm: (
498
498
  simple-toggle-switch: (
499
499
  toggle-switch-label: (
500
- max-width: calc(100% - 38px),
500
+ max-width: calc(100% - 34px),
501
501
  ),
502
502
  ),
503
503
  toggle-switch-check: (
@@ -515,9 +515,8 @@ $toggle-switch-sizes: map-deep-merge(
515
515
  ),
516
516
  toggle-switch-handle: (
517
517
  min-width: 30px,
518
- max-width: 30px,
519
518
  after: (
520
- margin-left: 38px,
519
+ margin-left: 34px,
521
520
  ),
522
521
  ),
523
522
  toggle-switch-icon: (