@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,1016 +1,933 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $bg-checkered-fg: var(--bg-checkered-foreground-color, $gray-300);
1
+ $bg-checkered-fg: var(--bg-checkered-foreground-color, $gray-300) !default;
3
2
 
4
- $c-focus-trap: ();
5
- $c-focus-trap: map-merge(
6
- (
7
- background: inherit,
8
- color: inherit,
9
- display: contents,
10
- font: inherit,
11
- ),
12
- $c-focus-trap
13
- );
3
+ $c-focus-trap: () !default;
4
+ $c-focus-trap: map-merge(
5
+ (
6
+ background: inherit,
7
+ color: inherit,
8
+ display: contents,
9
+ font: inherit,
10
+ ),
11
+ $c-focus-trap
12
+ );
14
13
 
15
- // .inline-scroller
14
+ // .inline-scroller
16
15
 
17
- $inline-scroller-max-height: var(--inline-scroller-max-height, 125px);
16
+ $inline-scroller-max-height: var(--inline-scroller-max-height, 125px) !default;
18
17
 
19
- $inline-scroller: ();
20
- $inline-scroller: map-deep-merge(
21
- (
22
- list-style: none,
23
- margin: 0,
24
- max-height: $inline-scroller-max-height,
25
- overflow: auto,
18
+ $inline-scroller: () !default;
19
+ $inline-scroller: map-deep-merge(
20
+ (
21
+ list-style: none,
22
+ margin: 0,
23
+ max-height: $inline-scroller-max-height,
24
+ overflow: auto,
26
25
 
27
- -webkit-overflow-scrolling: touch,
26
+ -webkit-overflow-scrolling: touch,
28
27
 
29
- padding: 0,
28
+ padding: 0,
30
29
 
31
- focus: (
32
- outline: 0,
33
- ),
30
+ focus: (
31
+ outline: 0,
32
+ ),
34
33
 
35
- focus-visible: (
36
- box-shadow: $component-focus-box-shadow,
37
- ),
34
+ focus-visible: (
35
+ box-shadow: $component-focus-box-shadow,
38
36
  ),
39
- $inline-scroller
40
- );
37
+ ),
38
+ $inline-scroller
39
+ );
41
40
 
42
- // Autofit Row
41
+ // Autofit Row
43
42
 
44
- $autofit-col-expand-min-width: 50px;
43
+ $autofit-col-expand-min-width: 50px !default;
45
44
 
46
- $autofit-padded-col-padding-x: 8px;
47
- $autofit-padded-col-padding-y: 4px;
45
+ $autofit-padded-col-padding-x: 8px !default;
46
+ $autofit-padded-col-padding-y: 4px !default;
48
47
 
49
- $autofit-padded-no-gutters-sm: ();
50
- $autofit-padded-no-gutters-sm: map-merge(
51
- (
52
- margin: -4px,
53
- width: auto,
48
+ $autofit-padded-no-gutters-sm: () !default;
49
+ $autofit-padded-no-gutters-sm: map-merge(
50
+ (
51
+ margin: -4px,
52
+ width: auto,
54
53
 
55
- autofit-col: (
56
- padding: 4px,
57
- ),
54
+ autofit-col: (
55
+ padding: 4px,
58
56
  ),
59
- $autofit-padded-no-gutters-sm
60
- );
61
-
62
- // Close
63
-
64
- $close-color: var(--close-color, $gray-900);
65
- $close-font-size: var(--close-font-size, calc(#{$font-size-base} * 1.5));
66
- $close-font-weight: var(--close-font-weight, $font-weight-bold);
67
- $close-text-shadow: var(--close-text-shadow, none);
68
-
69
- $close: ();
70
- $close: map-deep-merge(
71
- (
72
- align-items: center,
73
- appearance: none,
74
- background-color: var(--close-background-color, transparent),
75
- border-radius: var(--close-border-radius, $btn-border-radius-sm),
76
- border-width: var(--close-border-width, 0),
77
- color: $close-color,
78
- cursor: $link-cursor,
79
- display: inline-flex,
80
- font-size: var(--close-font-size, 16px),
81
- font-weight: $close-font-weight,
82
- height: var(--close-height, 32px),
83
- justify-content: center,
84
- line-height: 1,
85
- padding: var(--close-padding, 0),
86
- text-align: center,
87
- text-shadow: $close-text-shadow,
88
- transition: $component-transition,
89
- width: var(--close-width, 32px),
90
- hover: (
91
- color: var(--close-hover-color, $close-color),
92
- text-decoration: none,
93
- ),
94
-
95
- focus: (
96
- box-shadow: $component-focus-box-shadow,
97
- outline: 0,
98
- ),
99
-
100
- disabled: (
101
- box-shadow: var(--close-disabled-box-shadow, none),
102
- color: var(--close-disabled-color, $gray-600),
103
- cursor: $disabled-cursor,
104
- opacity:
105
- var(--close-disabled-opacity, $component-disabled-opacity),
106
- outline: 0,
107
-
108
- active: (
109
- pointer-events: none,
110
- ),
111
- ),
112
-
113
- lexicon-icon: (
114
- margin-top: 0,
115
- ),
57
+ ),
58
+ $autofit-padded-no-gutters-sm
59
+ );
60
+
61
+ // Close
62
+
63
+ $close-color: var(--close-color, $gray-900) !default;
64
+ $close-font-size: var(
65
+ --close-font-size,
66
+ calc(#{$font-size-base} * 1.5)
67
+ ) !default;
68
+ $close-font-weight: var(--close-font-weight, $font-weight-bold) !default;
69
+ $close-text-shadow: var(--close-text-shadow, none) !default;
70
+
71
+ $close: () !default;
72
+ $close: map-deep-merge(
73
+ (
74
+ align-items: center,
75
+ appearance: none,
76
+ background-color: var(--close-background-color, transparent),
77
+ border-radius: var(--close-border-radius, $btn-border-radius-sm),
78
+ border-width: var(--close-border-width, 0),
79
+ color: $close-color,
80
+ cursor: $link-cursor,
81
+ display: inline-flex,
82
+ font-size: var(--close-font-size, 16px),
83
+ font-weight: $close-font-weight,
84
+ height: var(--close-height, 32px),
85
+ justify-content: center,
86
+ line-height: 1,
87
+ padding: var(--close-padding, 0),
88
+ text-align: center,
89
+ text-shadow: $close-text-shadow,
90
+ transition: $component-transition,
91
+ width: var(--close-width, 32px),
92
+ hover: (
93
+ color: var(--close-hover-color, $close-color),
94
+ text-decoration: none,
116
95
  ),
117
- $close
118
- );
119
-
120
- // C Focus Inset
121
96
 
122
- $c-focus-inset-focus: ();
123
- $c-focus-inset-focus: map-deep-merge(
124
- (
125
- box-shadow: $component-focus-inset-box-shadow,
126
- border-color: $primary-l0,
97
+ focus: (
98
+ box-shadow: $component-focus-box-shadow,
127
99
  outline: 0,
128
100
  ),
129
- $c-focus-inset-focus
130
- );
131
-
132
- // C Inner
133
101
 
134
- $c-inner: ();
135
- $c-inner: map-deep-merge(
136
- (
137
- align-items: inherit,
138
- display: inherit,
139
- flex-direction: inherit,
140
- height: inherit,
141
- justify-content: inherit,
142
- line-height: inherit,
143
- max-width: inherit,
144
- min-width: inherit,
102
+ disabled: (
103
+ box-shadow: var(--close-disabled-box-shadow, none),
104
+ color: var(--close-disabled-color, $gray-600),
105
+ cursor: $disabled-cursor,
106
+ opacity: var(--close-disabled-opacity, $component-disabled-opacity),
145
107
  outline: 0,
146
- overflow: inherit,
147
- padding-bottom: inherit,
148
- padding-left: inherit,
149
- padding-right: inherit,
150
- padding-top: inherit,
151
- text-overflow: inherit,
152
- width: inherit,
153
- ),
154
- $c-inner
155
- );
156
-
157
- // Heading
158
-
159
- $heading-spacer-x: var(--heading-spacer-x, 16px);
160
-
161
- $heading-text-margin-bottom: var(--heading-text-margin-bottom, auto);
162
- $heading-text-margin-top: var(--heading-text-margin-top, auto);
163
-
164
- // Inline Item
165
-
166
- $inline-item-lexicon-icon-margin-top: -0.1em;
167
- $inline-item-spacer-x: 8px;
168
-
169
- $inline-item-loading-animation-font-size: null;
170
-
171
- $inline-item: ();
172
- $inline-item: map-deep-merge(
173
- (
174
- align-items: center,
175
- display: inline-flex,
176
- vertical-align: middle,
177
108
 
178
- inline-item: (
179
- display: inline,
109
+ active: (
110
+ pointer-events: none,
180
111
  ),
112
+ ),
181
113
 
182
- lexicon-icon: (
183
- margin-top: $inline-item-lexicon-icon-margin-top,
184
- ),
114
+ lexicon-icon: (
115
+ margin-top: 0,
116
+ ),
117
+ ),
118
+ $close
119
+ );
120
+
121
+ // C Focus Inset
122
+
123
+ $c-focus-inset-focus: () !default;
124
+ $c-focus-inset-focus: map-deep-merge(
125
+ (
126
+ box-shadow: $component-focus-inset-box-shadow,
127
+ border-color: $primary-l0,
128
+ outline: 0,
129
+ ),
130
+ $c-focus-inset-focus
131
+ );
132
+
133
+ // C Inner
134
+
135
+ $c-inner: () !default;
136
+ $c-inner: map-deep-merge(
137
+ (
138
+ align-items: inherit,
139
+ display: inherit,
140
+ flex-direction: inherit,
141
+ height: inherit,
142
+ justify-content: inherit,
143
+ line-height: inherit,
144
+ max-width: inherit,
145
+ min-width: inherit,
146
+ outline: 0,
147
+ overflow: inherit,
148
+ padding-bottom: inherit,
149
+ padding-left: inherit,
150
+ padding-right: inherit,
151
+ padding-top: inherit,
152
+ text-overflow: inherit,
153
+ width: inherit,
154
+ ),
155
+ $c-inner
156
+ );
157
+
158
+ // Heading
159
+
160
+ $heading-spacer-x: var(--heading-spacer-x, 16px) !default;
161
+
162
+ $heading-text-margin-bottom: var(--heading-text-margin-bottom, auto) !default;
163
+ $heading-text-margin-top: var(--heading-text-margin-top, auto) !default;
164
+
165
+ // Inline Item
166
+
167
+ $inline-item-lexicon-icon-margin-top: -0.1em !default;
168
+ $inline-item-spacer-x: 8px !default;
169
+
170
+ $inline-item-loading-animation-font-size: null !default;
171
+
172
+ $inline-item: () !default;
173
+ $inline-item: map-deep-merge(
174
+ (
175
+ align-items: center,
176
+ display: inline-flex,
177
+ vertical-align: middle,
178
+
179
+ inline-item: (
180
+ display: inline,
181
+ ),
185
182
 
186
- loading-animation: (
187
- font-size: $inline-item-loading-animation-font-size,
188
- ),
183
+ lexicon-icon: (
184
+ margin-top: $inline-item-lexicon-icon-margin-top,
189
185
  ),
190
- $inline-item
191
- );
192
186
 
193
- // Page Header
187
+ loading-animation: (
188
+ font-size: $inline-item-loading-animation-font-size,
189
+ ),
190
+ ),
191
+ $inline-item
192
+ );
194
193
 
195
- $page-header-bg: var(--page-header-background-color, $white);
194
+ // Page Header
196
195
 
197
- // Clay Gap
196
+ $page-header-bg: var(--page-header-background-color, $white) !default;
198
197
 
199
- $c-gap: ();
200
- $c-gap: map-merge(
201
- (
202
- 0: map-get($spacers, 0),
203
- 1: map-get($spacers, 1),
204
- 2: map-get($spacers, 2),
205
- 3: map-get($spacers, 3),
206
- 4: map-get($spacers, 4),
207
- 5: map-get($spacers, 5),
208
- ),
209
- $c-gap
210
- );
198
+ // Clay Gap
211
199
 
212
- // Background
200
+ $c-gap: () !default;
201
+ $c-gap: map-merge(
202
+ (
203
+ 0: map-get($spacers, 0),
204
+ 1: map-get($spacers, 1),
205
+ 2: map-get($spacers, 2),
206
+ 3: map-get($spacers, 3),
207
+ 4: map-get($spacers, 4),
208
+ 5: map-get($spacers, 5),
209
+ ),
210
+ $c-gap
211
+ );
213
212
 
214
- $bg-theme-colors: ();
215
- $bg-theme-colors: map-deep-merge(
216
- (
217
- 'blue': (
218
- background-color: $blue !important,
213
+ // Background
219
214
 
220
- hover: (
221
- background-color:
222
- unquote('hsl(from #{$blue} h s calc(l - 10))')
223
- !important,
224
- ),
225
- ),
226
-
227
- 'indigo': (
228
- background-color: $indigo !important,
215
+ $bg-theme-colors: () !default;
216
+ $bg-theme-colors: map-deep-merge(
217
+ (
218
+ 'blue': (
219
+ background-color: $blue !important,
229
220
 
230
- hover: (
231
- background-color:
232
- unquote('hsl(from #{$indigo} h s calc(l - 10))')
233
- !important,
234
- ),
221
+ hover: (
222
+ background-color: unquote('hsl(from #{$blue} h s calc(l - 10))')
223
+ !important,
235
224
  ),
225
+ ),
236
226
 
237
- 'purple': (
238
- background-color: $purple !important,
227
+ 'indigo': (
228
+ background-color: $indigo !important,
239
229
 
240
- hover: (
241
- background-color:
242
- unquote('hsl(from #{$purple} h s calc(l - 10))')
243
- !important,
244
- ),
230
+ hover: (
231
+ background-color:
232
+ unquote('hsl(from #{$indigo} h s calc(l - 10))') !important,
245
233
  ),
234
+ ),
246
235
 
247
- 'pink': (
248
- background-color: $pink !important,
236
+ 'purple': (
237
+ background-color: $purple !important,
249
238
 
250
- hover: (
251
- background-color:
252
- unquote('hsl(from #{$pink} h s calc(l - 10))')
253
- !important,
254
- ),
239
+ hover: (
240
+ background-color:
241
+ unquote('hsl(from #{$purple} h s calc(l - 10))') !important,
255
242
  ),
243
+ ),
256
244
 
257
- 'red': (
258
- background-color: $red !important,
245
+ 'pink': (
246
+ background-color: $pink !important,
259
247
 
260
- hover: (
261
- background-color:
262
- unquote('hsl(from #{$red} h s calc(l - 10))')
263
- !important,
264
- ),
248
+ hover: (
249
+ background-color: unquote('hsl(from #{$pink} h s calc(l - 10))')
250
+ !important,
265
251
  ),
252
+ ),
266
253
 
267
- 'orange': (
268
- background-color: $orange !important,
254
+ 'red': (
255
+ background-color: $red !important,
269
256
 
270
- hover: (
271
- background-color:
272
- unquote('hsl(from #{$orange} h s calc(l - 10))')
273
- !important,
274
- ),
257
+ hover: (
258
+ background-color: unquote('hsl(from #{$red} h s calc(l - 10))')
259
+ !important,
275
260
  ),
261
+ ),
276
262
 
277
- 'yellow': (
278
- background-color: $yellow !important,
263
+ 'orange': (
264
+ background-color: $orange !important,
279
265
 
280
- hover: (
281
- background-color:
282
- unquote('hsl(from #{$yellow} h s calc(l - 10))')
283
- !important,
284
- ),
266
+ hover: (
267
+ background-color:
268
+ unquote('hsl(from #{$orange} h s calc(l - 10))') !important,
285
269
  ),
270
+ ),
286
271
 
287
- 'green': (
288
- background-color: $green !important,
272
+ 'yellow': (
273
+ background-color: $yellow !important,
289
274
 
290
- hover: (
291
- background-color:
292
- unquote('hsl(from #{$green} h s calc(l - 10))')
293
- !important,
294
- ),
275
+ hover: (
276
+ background-color:
277
+ unquote('hsl(from #{$yellow} h s calc(l - 10))') !important,
295
278
  ),
279
+ ),
296
280
 
297
- 'teal': (
298
- background-color: $teal !important,
281
+ 'green': (
282
+ background-color: $green !important,
299
283
 
300
- hover: (
301
- background-color:
302
- unquote('hsl(from #{$teal} h s calc(l - 10))')
303
- !important,
304
- ),
284
+ hover: (
285
+ background-color:
286
+ unquote('hsl(from #{$green} h s calc(l - 10))') !important,
305
287
  ),
288
+ ),
306
289
 
307
- 'cyan': (
308
- background-color: $cyan !important,
290
+ 'teal': (
291
+ background-color: $teal !important,
309
292
 
310
- hover: (
311
- background-color:
312
- unquote('hsl(from #{$cyan} h s calc(l - 10))')
313
- !important,
314
- ),
293
+ hover: (
294
+ background-color: unquote('hsl(from #{$teal} h s calc(l - 10))')
295
+ !important,
315
296
  ),
297
+ ),
316
298
 
317
- 'primary': (
318
- background-color: $primary !important,
299
+ 'cyan': (
300
+ background-color: $cyan !important,
319
301
 
320
- hover: (
321
- background-color:
322
- unquote('hsl(from #{$primary} h s calc(l - 10))')
323
- !important,
324
- ),
302
+ hover: (
303
+ background-color: unquote('hsl(from #{$cyan} h s calc(l - 10))')
304
+ !important,
325
305
  ),
306
+ ),
326
307
 
327
- 'primary-l3': (
328
- background-color: $primary-l3 !important,
308
+ 'primary': (
309
+ background-color: $primary !important,
329
310
 
330
- hover: (
331
- background-color:
332
- unquote('hsl(from #{$primary-l3} h s calc(l - 10))')
333
- !important,
334
- ),
311
+ hover: (
312
+ background-color:
313
+ unquote('hsl(from #{$primary} h s calc(l - 10))') !important,
335
314
  ),
315
+ ),
336
316
 
337
- 'secondary': (
338
- background-color: $secondary !important,
317
+ 'primary-l3': (
318
+ background-color: $primary-l3 !important,
339
319
 
340
- hover: (
341
- background-color:
342
- unquote('hsl(from #{$secondary} h s calc(l - 10))')
343
- !important,
344
- ),
320
+ hover: (
321
+ background-color:
322
+ unquote('hsl(from #{$primary-l3} h s calc(l - 10))')
323
+ !important,
345
324
  ),
325
+ ),
346
326
 
347
- 'success': (
348
- background-color: $success !important,
327
+ 'secondary': (
328
+ background-color: $secondary !important,
349
329
 
350
- hover: (
351
- background-color:
352
- unquote('hsl(from #{$success} h s calc(l - 10))')
353
- !important,
354
- ),
330
+ hover: (
331
+ background-color:
332
+ unquote('hsl(from #{$secondary} h s calc(l - 10))')
333
+ !important,
355
334
  ),
335
+ ),
356
336
 
357
- 'info': (
358
- background-color: $info !important,
337
+ 'success': (
338
+ background-color: $success !important,
359
339
 
360
- hover: (
361
- background-color:
362
- unquote('hsl(from #{$info} h s calc(l - 10))')
363
- !important,
364
- ),
340
+ hover: (
341
+ background-color:
342
+ unquote('hsl(from #{$success} h s calc(l - 10))') !important,
365
343
  ),
344
+ ),
366
345
 
367
- 'warning': (
368
- background-color: $warning !important,
346
+ 'info': (
347
+ background-color: $info !important,
369
348
 
370
- hover: (
371
- background-color:
372
- unquote('hsl(from #{$warning} h s calc(l - 10))')
373
- !important,
374
- ),
349
+ hover: (
350
+ background-color: unquote('hsl(from #{$info} h s calc(l - 10))')
351
+ !important,
375
352
  ),
353
+ ),
376
354
 
377
- 'danger': (
378
- background-color: $danger !important,
355
+ 'warning': (
356
+ background-color: $warning !important,
379
357
 
380
- hover: (
381
- background-color:
382
- unquote('hsl(from #{$danger} h s calc(l - 10))')
383
- !important,
384
- ),
358
+ hover: (
359
+ background-color:
360
+ unquote('hsl(from #{$warning} h s calc(l - 10))') !important,
385
361
  ),
362
+ ),
386
363
 
387
- 'light': (
388
- background-color: $light !important,
364
+ 'danger': (
365
+ background-color: $danger !important,
389
366
 
390
- hover: (
391
- background-color:
392
- unquote('hsl(from #{$light} h s calc(l - 10))')
393
- !important,
394
- ),
367
+ hover: (
368
+ background-color:
369
+ unquote('hsl(from #{$danger} h s calc(l - 10))') !important,
395
370
  ),
371
+ ),
396
372
 
397
- 'lighter': (
398
- background-color: $gray-100 !important,
373
+ 'light': (
374
+ background-color: $light !important,
399
375
 
400
- hover: (
401
- background-color:
402
- unquote('hsl(from #{$gray-100} h s calc(l - 10))')
403
- !important,
404
- ),
376
+ hover: (
377
+ background-color:
378
+ unquote('hsl(from #{$light} h s calc(l - 10))') !important,
405
379
  ),
380
+ ),
406
381
 
407
- 'dark': (
408
- background-color: $dark !important,
382
+ 'lighter': (
383
+ background-color: $gray-100 !important,
409
384
 
410
- hover: (
411
- background-color:
412
- unquote('hsl(from #{$dark} h s calc(l - 10))')
413
- !important,
414
- ),
385
+ hover: (
386
+ background-color:
387
+ unquote('hsl(from #{$gray-100} h s calc(l - 10))')
388
+ !important,
415
389
  ),
390
+ ),
416
391
 
417
- 'gray-dark': (
418
- background-color: $gray-800 !important,
392
+ 'dark': (
393
+ background-color: $dark !important,
419
394
 
420
- hover: (
421
- background-color:
422
- unquote('hsl(from #{$gray-800} h s calc(l - 10))')
423
- !important,
424
- ),
395
+ hover: (
396
+ background-color: unquote('hsl(from #{$dark} h s calc(l - 10))')
397
+ !important,
425
398
  ),
399
+ ),
426
400
 
427
- 'white': (
428
- background-color: $white !important,
429
- ),
401
+ 'gray-dark': (
402
+ background-color: $gray-800 !important,
430
403
 
431
- 'transparent': (
432
- background-color: transparent !important,
404
+ hover: (
405
+ background-color:
406
+ unquote('hsl(from #{$gray-800} h s calc(l - 10))')
407
+ !important,
433
408
  ),
434
409
  ),
435
- $bg-theme-colors
436
- );
437
410
 
438
- $bg-gradient-theme-colors: ();
439
- $bg-gradient-theme-colors: map-deep-merge(
440
- (
441
- 'primary': (
442
- background:
411
+ 'white': (
412
+ background-color: $white !important,
413
+ ),
414
+
415
+ 'transparent': (
416
+ background-color: transparent !important,
417
+ ),
418
+ ),
419
+ $bg-theme-colors
420
+ );
421
+
422
+ $bg-gradient-theme-colors: () !default;
423
+ $bg-gradient-theme-colors: map-deep-merge(
424
+ (
425
+ 'primary': (
426
+ background: $primary
427
+ linear-gradient(
428
+ 180deg,
429
+ clay-mix($body-bg, $primary, 15%),
443
430
  $primary
444
- linear-gradient(
445
- 180deg,
446
- clay-mix($body-bg, $primary, 15%),
447
- $primary
448
- )
449
- repeat-x
450
- !important,
451
- ),
431
+ )
432
+ repeat-x !important,
433
+ ),
452
434
 
453
- 'secondary': (
454
- background:
435
+ 'secondary': (
436
+ background: $secondary
437
+ linear-gradient(
438
+ 180deg,
439
+ clay-mix($body-bg, $secondary, 15%),
455
440
  $secondary
456
- linear-gradient(
457
- 180deg,
458
- clay-mix($body-bg, $secondary, 15%),
459
- $secondary
460
- )
461
- repeat-x
462
- !important,
463
- ),
441
+ )
442
+ repeat-x !important,
443
+ ),
464
444
 
465
- 'success': (
466
- background:
445
+ 'success': (
446
+ background: $success
447
+ linear-gradient(
448
+ 180deg,
449
+ clay-clay-mix($body-bg, $success, 15%),
467
450
  $success
468
- linear-gradient(
469
- 180deg,
470
- clay-clay-mix($body-bg, $success, 15%),
471
- $success
472
- )
473
- repeat-x
474
- !important,
475
- ),
451
+ )
452
+ repeat-x !important,
453
+ ),
476
454
 
477
- 'info': (
478
- background:
479
- $info
480
- linear-gradient(
481
- 180deg,
482
- clay-mix($body-bg, $info, 15%),
483
- $info
484
- )
485
- repeat-x
486
- !important,
487
- ),
455
+ 'info': (
456
+ background: $info
457
+ linear-gradient(180deg, clay-mix($body-bg, $info, 15%), $info)
458
+ repeat-x !important,
459
+ ),
488
460
 
489
- 'warning': (
490
- background:
461
+ 'warning': (
462
+ background: $warning
463
+ linear-gradient(
464
+ 180deg,
465
+ clay-mix($body-bg, $warning, 15%),
491
466
  $warning
492
- linear-gradient(
493
- 180deg,
494
- clay-mix($body-bg, $warning, 15%),
495
- $warning
496
- )
497
- repeat-x
498
- !important,
499
- ),
467
+ )
468
+ repeat-x !important,
469
+ ),
500
470
 
501
- 'danger': (
502
- background:
471
+ 'danger': (
472
+ background: $danger
473
+ linear-gradient(
474
+ 180deg,
475
+ clay-mix($body-bg, $danger, 15%),
503
476
  $danger
504
- linear-gradient(
505
- 180deg,
506
- clay-mix($body-bg, $danger, 15%),
507
- $danger
508
- )
509
- repeat-x
510
- !important,
511
- ),
477
+ )
478
+ repeat-x !important,
479
+ ),
512
480
 
513
- 'light': (
514
- background:
515
- $light
516
- linear-gradient(
517
- 180deg,
518
- clay-mix($body-bg, $light, 15%),
519
- $light
520
- )
521
- repeat-x
522
- !important,
523
- ),
481
+ 'light': (
482
+ background: $light
483
+ linear-gradient(180deg, clay-mix($body-bg, $light, 15%), $light)
484
+ repeat-x !important,
485
+ ),
524
486
 
525
- 'dark': (
526
- background:
527
- $dark
528
- linear-gradient(
529
- 180deg,
530
- clay-mix($body-bg, $dark, 15%),
531
- $dark
532
- )
533
- repeat-x
534
- !important,
535
- ),
487
+ 'dark': (
488
+ background: $dark
489
+ linear-gradient(180deg, clay-mix($body-bg, $dark, 15%), $dark)
490
+ repeat-x !important,
536
491
  ),
537
- $bg-gradient-theme-colors
538
- );
492
+ ),
493
+ $bg-gradient-theme-colors
494
+ );
539
495
 
540
- // Border
496
+ // Border
541
497
 
542
- $border-theme-colors: ();
543
- $border-theme-colors: map-deep-merge(
544
- (
545
- 'primary': (
546
- border-color: $primary !important,
547
- ),
498
+ $border-theme-colors: () !default;
499
+ $border-theme-colors: map-deep-merge(
500
+ (
501
+ 'primary': (
502
+ border-color: $primary !important,
503
+ ),
548
504
 
549
- 'secondary': (
550
- border-color: $secondary !important,
551
- ),
505
+ 'secondary': (
506
+ border-color: $secondary !important,
507
+ ),
552
508
 
553
- 'success': (
554
- border-color: $success !important,
555
- ),
509
+ 'success': (
510
+ border-color: $success !important,
511
+ ),
556
512
 
557
- 'info': (
558
- border-color: $info !important,
559
- ),
513
+ 'info': (
514
+ border-color: $info !important,
515
+ ),
560
516
 
561
- 'warning': (
562
- border-color: $warning !important,
563
- ),
517
+ 'warning': (
518
+ border-color: $warning !important,
519
+ ),
564
520
 
565
- 'danger': (
566
- border-color: $danger !important,
567
- ),
521
+ 'danger': (
522
+ border-color: $danger !important,
523
+ ),
568
524
 
569
- 'light': (
570
- border-color: $light !important,
571
- ),
525
+ 'light': (
526
+ border-color: $light !important,
527
+ ),
572
528
 
573
- 'lighter': (
574
- border-color: $gray-100 !important,
575
- ),
529
+ 'lighter': (
530
+ border-color: $gray-100 !important,
531
+ ),
576
532
 
577
- 'dark': (
578
- border-color: $dark !important,
579
- ),
533
+ 'dark': (
534
+ border-color: $dark !important,
535
+ ),
580
536
 
581
- 'gray-dark': (
582
- border-color: $gray-800 !important,
583
- ),
537
+ 'gray-dark': (
538
+ border-color: $gray-800 !important,
539
+ ),
584
540
 
585
- 'white': (
586
- border-color: $white !important,
587
- ),
541
+ 'white': (
542
+ border-color: $white !important,
588
543
  ),
589
- $border-theme-colors
590
- );
544
+ ),
545
+ $border-theme-colors
546
+ );
591
547
 
592
- // Display
548
+ // Display
593
549
 
594
- $displays: none, inline, inline-block, grid, block, contents, table,
595
- table-row, table-cell, flex, inline-flex;
550
+ $displays: none, inline, inline-block, grid, block, contents, table, table-row,
551
+ table-cell, flex, inline-flex !default;
596
552
 
597
- // Overflow
553
+ // Overflow
598
554
 
599
- $overflows: auto, hidden;
555
+ $overflows: auto, hidden !default;
600
556
 
601
- // Position
557
+ // Position
602
558
 
603
- $positions: static, relative, absolute, fixed, sticky;
559
+ $positions: static, relative, absolute, fixed, sticky !default;
604
560
 
605
- // Font Sizes
561
+ // Font Sizes
606
562
 
607
- $font-sizes: ();
608
- $font-sizes: map-deep-merge(
609
- (
610
- text-1: (
611
- font-size: var(--text-1-font-size, 10px),
612
- ),
613
- text-2: (
614
- font-size: var(--text-2-font-size, 12px),
615
- ),
616
- text-3: (
617
- font-size: var(--text-3-font-size, 14px),
618
- ),
619
- text-4: (
620
- font-size: var(--text-4-font-size, 16px),
621
- ),
622
- text-5: (
623
- font-size: var(--text-5-font-size, 18px),
624
- ),
625
- text-6: (
626
- font-size: var(--text-6-font-size, 20px),
627
- ),
628
- text-7: (
629
- font-size: var(--text-7-font-size, 24px),
630
- ),
631
- text-8: (
632
- font-size: var(--text-8-font-size, 28px),
633
- ),
634
- text-9: (
635
- font-size: var(--text-9-font-size, 32px),
636
- ),
637
- text-10: (
638
- font-size: var(--text-10-font-size, 36px),
639
- ),
640
- text-11: (
641
- font-size: var(--text-11-font-size, 40px),
642
- ),
563
+ $font-sizes: () !default;
564
+ $font-sizes: map-deep-merge(
565
+ (
566
+ text-1: (
567
+ font-size: var(--text-1-font-size, 10px),
643
568
  ),
644
- $font-sizes
645
- );
646
-
647
- // Text
648
-
649
- $text-theme-colors: ();
650
- $text-theme-colors: map-deep-merge(
651
- (
652
- 'blue': (
653
- color: $blue !important,
569
+ text-2: (
570
+ font-size: var(--text-2-font-size, 12px),
571
+ ),
572
+ text-3: (
573
+ font-size: var(--text-3-font-size, 14px),
574
+ ),
575
+ text-4: (
576
+ font-size: var(--text-4-font-size, 16px),
577
+ ),
578
+ text-5: (
579
+ font-size: var(--text-5-font-size, 18px),
580
+ ),
581
+ text-6: (
582
+ font-size: var(--text-6-font-size, 20px),
583
+ ),
584
+ text-7: (
585
+ font-size: var(--text-7-font-size, 24px),
586
+ ),
587
+ text-8: (
588
+ font-size: var(--text-8-font-size, 28px),
589
+ ),
590
+ text-9: (
591
+ font-size: var(--text-9-font-size, 32px),
592
+ ),
593
+ text-10: (
594
+ font-size: var(--text-10-font-size, 36px),
595
+ ),
596
+ text-11: (
597
+ font-size: var(--text-11-font-size, 40px),
598
+ ),
599
+ ),
600
+ $font-sizes
601
+ );
654
602
 
655
- hover: (
656
- color:
657
- unquote('hsl(from #{$blue} h s calc(l - 15))')
658
- !important,
659
- ),
660
- ),
603
+ // Text
661
604
 
662
- 'indigo': (
663
- color: $indigo !important,
605
+ $text-theme-colors: () !default;
606
+ $text-theme-colors: map-deep-merge(
607
+ (
608
+ 'blue': (
609
+ color: $blue !important,
664
610
 
665
- hover: (
666
- color:
667
- unquote('hsl(from #{$blue} h s calc(l - 15))')
668
- !important,
669
- ),
611
+ hover: (
612
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
670
613
  ),
614
+ ),
671
615
 
672
- 'purple': (
673
- color: $purple !important,
616
+ 'indigo': (
617
+ color: $indigo !important,
674
618
 
675
- hover: (
676
- color:
677
- unquote('hsl(from #{$blue} h s calc(l - 15))')
678
- !important,
679
- ),
619
+ hover: (
620
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
680
621
  ),
622
+ ),
681
623
 
682
- 'pink': (
683
- color: $pink !important,
624
+ 'purple': (
625
+ color: $purple !important,
684
626
 
685
- hover: (
686
- color:
687
- unquote('hsl(from #{$blue} h s calc(l - 15))')
688
- !important,
689
- ),
627
+ hover: (
628
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
690
629
  ),
630
+ ),
691
631
 
692
- 'red': (
693
- color: $red !important,
632
+ 'pink': (
633
+ color: $pink !important,
694
634
 
695
- hover: (
696
- color:
697
- unquote('hsl(from #{$blue} h s calc(l - 15))')
698
- !important,
699
- ),
635
+ hover: (
636
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
700
637
  ),
638
+ ),
701
639
 
702
- 'orange': (
703
- color: $orange !important,
640
+ 'red': (
641
+ color: $red !important,
704
642
 
705
- hover: (
706
- color:
707
- unquote('hsl(from #{$blue} h s calc(l - 15))')
708
- !important,
709
- ),
643
+ hover: (
644
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
710
645
  ),
646
+ ),
711
647
 
712
- 'yellow': (
713
- color: $yellow !important,
648
+ 'orange': (
649
+ color: $orange !important,
714
650
 
715
- hover: (
716
- color:
717
- unquote('hsl(from #{$blue} h s calc(l - 15))')
718
- !important,
719
- ),
651
+ hover: (
652
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
720
653
  ),
654
+ ),
721
655
 
722
- 'green': (
723
- color: $green !important,
656
+ 'yellow': (
657
+ color: $yellow !important,
724
658
 
725
- hover: (
726
- color:
727
- unquote('hsl(from #{$blue} h s calc(l - 15))')
728
- !important,
729
- ),
659
+ hover: (
660
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
730
661
  ),
662
+ ),
731
663
 
732
- 'teal': (
733
- color: $teal !important,
664
+ 'green': (
665
+ color: $green !important,
734
666
 
735
- hover: (
736
- color:
737
- unquote('hsl(from #{$blue} h s calc(l - 15))')
738
- !important,
739
- ),
667
+ hover: (
668
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
740
669
  ),
670
+ ),
741
671
 
742
- 'cyan': (
743
- color: $cyan !important,
672
+ 'teal': (
673
+ color: $teal !important,
744
674
 
745
- hover: (
746
- color:
747
- unquote('hsl(from #{$blue} h s calc(l - 15))')
748
- !important,
749
- ),
675
+ hover: (
676
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
750
677
  ),
678
+ ),
751
679
 
752
- 'primary': (
753
- color: $primary !important,
680
+ 'cyan': (
681
+ color: $cyan !important,
754
682
 
755
- hover: (
756
- color:
757
- unquote('hsl(from #{$blue} h s calc(l - 15))')
758
- !important,
759
- ),
683
+ hover: (
684
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
760
685
  ),
686
+ ),
761
687
 
762
- 'secondary': (
763
- color: $secondary !important,
688
+ 'primary': (
689
+ color: $primary !important,
764
690
 
765
- hover: (
766
- color:
767
- unquote('hsl(from #{$blue} h s calc(l - 15))')
768
- !important,
769
- ),
691
+ hover: (
692
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
770
693
  ),
694
+ ),
771
695
 
772
- 'success': (
773
- color: $success !important,
696
+ 'secondary': (
697
+ color: $secondary !important,
774
698
 
775
- hover: (
776
- color:
777
- unquote('hsl(from #{$blue} h s calc(l - 15))')
778
- !important,
779
- ),
699
+ hover: (
700
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
780
701
  ),
702
+ ),
781
703
 
782
- 'info': (
783
- color: $info !important,
704
+ 'success': (
705
+ color: $success !important,
784
706
 
785
- hover: (
786
- color:
787
- unquote('hsl(from #{$blue} h s calc(l - 15))')
788
- !important,
789
- ),
707
+ hover: (
708
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
790
709
  ),
710
+ ),
791
711
 
792
- 'warning': (
793
- color: $warning !important,
712
+ 'info': (
713
+ color: $info !important,
794
714
 
795
- hover: (
796
- color:
797
- unquote('hsl(from #{$blue} h s calc(l - 15))')
798
- !important,
799
- ),
715
+ hover: (
716
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
800
717
  ),
718
+ ),
801
719
 
802
- 'danger': (
803
- color: $danger !important,
720
+ 'warning': (
721
+ color: $warning !important,
804
722
 
805
- hover: (
806
- color:
807
- unquote('hsl(from #{$blue} h s calc(l - 15))')
808
- !important,
809
- ),
723
+ hover: (
724
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
810
725
  ),
726
+ ),
811
727
 
812
- 'light': (
813
- color: $light !important,
728
+ 'danger': (
729
+ color: $danger !important,
814
730
 
815
- hover: (
816
- color:
817
- unquote('hsl(from #{$blue} h s calc(l - 15))')
818
- !important,
819
- ),
731
+ hover: (
732
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
820
733
  ),
734
+ ),
821
735
 
822
- 'lighter': (
823
- color: $gray-100 !important,
736
+ 'light': (
737
+ color: $light !important,
824
738
 
825
- hover: (
826
- color:
827
- unquote('hsl(from #{$gray-100} h s calc(l - 15))')
828
- !important,
829
- ),
739
+ hover: (
740
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
830
741
  ),
742
+ ),
831
743
 
832
- 'dark': (
833
- color: $dark !important,
744
+ 'lighter': (
745
+ color: $gray-100 !important,
834
746
 
835
- hover: (
836
- color:
837
- unquote('hsl(from #{$blue} h s calc(l - 15))')
838
- !important,
839
- ),
747
+ hover: (
748
+ color: unquote('hsl(from #{$gray-100} h s calc(l - 15))')
749
+ !important,
840
750
  ),
751
+ ),
841
752
 
842
- 'gray-dark': (
843
- color: $gray-800 !important,
753
+ 'dark': (
754
+ color: $dark !important,
844
755
 
845
- hover: (
846
- color:
847
- unquote('hsl(from #{$gray-800} h s calc(l - 15))')
848
- !important,
849
- ),
850
- ),
851
-
852
- 'body': (
853
- color: $body-color !important,
756
+ hover: (
757
+ color: unquote('hsl(from #{$blue} h s calc(l - 15))') !important,
854
758
  ),
759
+ ),
855
760
 
856
- 'muted': (
857
- color: $text-muted !important,
858
- ),
761
+ 'gray-dark': (
762
+ color: $gray-800 !important,
859
763
 
860
- 'black-50': (
861
- color: unquote('hsl(from #{$black} h s l / 0.5)') !important,
764
+ hover: (
765
+ color: unquote('hsl(from #{$gray-800} h s calc(l - 15))')
766
+ !important,
862
767
  ),
768
+ ),
863
769
 
864
- 'white-50': (
865
- color: unquote('hsl(from #{$white} h s l / 0.5)') !important,
866
- ),
770
+ 'body': (
771
+ color: $body-color !important,
867
772
  ),
868
- $text-theme-colors
869
- );
870
773
 
871
- $text-decorations: ();
872
- $text-decorations: map-deep-merge(
873
- (
874
- '.text-none, .text-decoration-none': (
875
- text-decoration: none !important,
876
- ),
774
+ 'muted': (
775
+ color: $text-muted !important,
776
+ ),
877
777
 
878
- '.text-underline, .text-decoration-underline': (
879
- text-decoration: underline !important,
880
- ),
778
+ 'black-50': (
779
+ color: unquote('hsl(from #{$black} h s l / 0.5)') !important,
881
780
  ),
882
- $text-decorations
883
- );
884
781
 
885
- // Text Truncate
782
+ 'white-50': (
783
+ color: unquote('hsl(from #{$white} h s l / 0.5)') !important,
784
+ ),
785
+ ),
786
+ $text-theme-colors
787
+ );
788
+
789
+ $text-decorations: () !default;
790
+ $text-decorations: map-deep-merge(
791
+ (
792
+ '.text-none, .text-decoration-none': (
793
+ text-decoration: none !important,
794
+ ),
886
795
 
887
- $text-truncate: ();
888
- $text-truncate: map-merge(
889
- (
890
- display: block,
796
+ '.text-underline, .text-decoration-underline': (
797
+ text-decoration: underline !important,
798
+ ),
799
+ ),
800
+ $text-decorations
801
+ );
802
+
803
+ // Text Truncate
804
+
805
+ $text-truncate: () !default;
806
+ $text-truncate: map-merge(
807
+ (
808
+ display: block,
809
+ overflow: hidden,
810
+ text-overflow: ellipsis,
811
+ white-space: nowrap,
812
+ ),
813
+ $text-truncate
814
+ );
815
+
816
+ // Text Truncate Inline
817
+
818
+ $text-truncate-inline: () !default;
819
+ $text-truncate-inline: map-deep-merge(
820
+ (
821
+ display: inline-flex,
822
+ max-width: 100%,
823
+
824
+ text-truncate: (
825
+ display: inline-block,
826
+ max-width: 100%,
891
827
  overflow: hidden,
892
828
  text-overflow: ellipsis,
829
+ vertical-align: bottom,
893
830
  white-space: nowrap,
831
+ word-wrap: normal,
894
832
  ),
895
- $text-truncate
896
- );
897
-
898
- // Text Truncate Inline
833
+ ),
834
+ $text-truncate-inline
835
+ );
899
836
 
900
- $text-truncate-inline: ();
901
- $text-truncate-inline: map-deep-merge(
902
- (
903
- display: inline-flex,
904
- max-width: 100%,
837
+ // C Prefers
905
838
 
906
- text-truncate: (
907
- display: inline-block,
908
- max-width: 100%,
909
- overflow: hidden,
910
- text-overflow: ellipsis,
911
- vertical-align: bottom,
912
- white-space: nowrap,
913
- word-wrap: normal,
839
+ $c-prefers-link-underline: () !default;
840
+ $c-prefers-link-underline: map-deep-merge(
841
+ (
842
+ '.c-prefers-link-underline .cadmin': (
843
+ '[href]:not(.disabled):not([role="button"])': (
844
+ text-decoration: underline !important,
914
845
  ),
915
- ),
916
- $text-truncate-inline
917
- );
918
-
919
- // C Prefers
920
-
921
- $c-prefers-link-underline: ();
922
- $c-prefers-link-underline: map-deep-merge(
923
- (
924
- '.c-prefers-link-underline .cadmin': (
925
- '[href]:not(.disabled):not([role="button"])': (
926
- text-decoration: underline !important,
927
- ),
928
-
929
- '.btn-monospaced, .nav-btn-monospaced, .nav-link-monospaced': (
930
- '&[href]:not(.disabled):not([role="button"]):not([role="tab"])::after':
931
- (
932
- content: '\00a0\00a0\00a0',
933
- position: absolute,
934
- text-decoration: underline !important,
935
- ),
936
- ),
937
846
 
938
- '.multi-step-item.active, .multi-step-item.complete, .multi-step-item.error, .dropdown':
847
+ '.btn-monospaced, .nav-btn-monospaced, .nav-link-monospaced': (
848
+ '&[href]:not(.disabled):not([role="button"]):not([role="tab"])::after':
939
849
  (
940
- '.multi-step-icon[href]:not([role="button"])::after': (
941
- content: '\00a0\00a0\00a0',
942
- position: absolute,
943
- text-decoration: underline !important,
944
- ),
850
+ content: '\00a0\00a0\00a0',
851
+ position: absolute,
852
+ text-decoration: underline !important,
945
853
  ),
854
+ ),
946
855
 
947
- '.multi-step-item.disabled .multi-step-icon[href]:not([role="button"])::after':
948
- (
949
- text-decoration: none !important,
856
+ '.multi-step-item.active, .multi-step-item.complete, .multi-step-item.error, .dropdown':
857
+ (
858
+ '.multi-step-icon[href]:not([role="button"])::after': (
859
+ content: '\00a0\00a0\00a0',
860
+ position: absolute,
861
+ text-decoration: underline !important,
950
862
  ),
951
863
  ),
952
- ),
953
- $c-prefers-link-underline
954
- );
955
864
 
956
- $c-prefers-letter-spacing: ();
957
- $c-prefers-letter-spacing: map-deep-merge(
958
- (
959
- '.c-prefers-letter-spacing-1 .cadmin, .c-prefers-letter-spacing-1 .cadmin *':
865
+ '.multi-step-item.disabled .multi-step-icon[href]:not([role="button"])::after':
960
866
  (
961
- letter-spacing: 1px !important,
867
+ text-decoration: none !important,
962
868
  ),
963
869
  ),
964
- $c-prefers-letter-spacing
965
- );
966
-
967
- $displays-c-prefers-reduced-motion: ();
968
- $displays-c-prefers-reduced-motion: map-deep-merge(
870
+ ),
871
+ $c-prefers-link-underline
872
+ );
873
+
874
+ $c-prefers-letter-spacing: () !default;
875
+ $c-prefers-letter-spacing: map-deep-merge(
876
+ (
877
+ '.c-prefers-letter-spacing-1 .cadmin, .c-prefers-letter-spacing-1 .cadmin *':
969
878
  (
970
- '.cadmin .d-block-c-prefers-reduced-motion': (
971
- display: none !important,
972
- ),
973
- '.cadmin .d-inline-block-c-prefers-reduced-motion': (
879
+ letter-spacing: 1px !important,
880
+ ),
881
+ ),
882
+ $c-prefers-letter-spacing
883
+ );
884
+
885
+ $displays-c-prefers-reduced-motion: () !default;
886
+ $displays-c-prefers-reduced-motion: map-deep-merge(
887
+ (
888
+ '.cadmin .d-block-c-prefers-reduced-motion': (
889
+ display: none !important,
890
+ ),
891
+ '.cadmin .d-inline-block-c-prefers-reduced-motion': (
892
+ display: none !important,
893
+ ),
894
+
895
+ '@media (prefers-reduced-motion: reduce)': (
896
+ '.cadmin .d-none-c-prefers-reduced-motion': (
974
897
  display: none !important,
975
898
  ),
976
899
 
977
- '@media (prefers-reduced-motion: reduce)': (
978
- '.cadmin .d-none-c-prefers-reduced-motion': (
979
- display: none !important,
980
- ),
981
-
982
- '.cadmin .d-block-c-prefers-reduced-motion': (
983
- display: block !important,
984
- ),
985
-
986
- '.cadmin .d-inline-block-c-prefers-reduced-motion': (
987
- display: inline-block !important,
988
- ),
900
+ '.cadmin .d-block-c-prefers-reduced-motion': (
901
+ display: block !important,
989
902
  ),
990
903
 
991
- '.c-prefers-reduced-motion .cadmin': (
992
- '.d-none-c-prefers-reduced-motion': (
993
- display: none !important,
994
- ),
904
+ '.cadmin .d-inline-block-c-prefers-reduced-motion': (
905
+ display: inline-block !important,
906
+ ),
907
+ ),
995
908
 
996
- '.d-block-c-prefers-reduced-motion': (
997
- display: block !important,
998
- ),
909
+ '.c-prefers-reduced-motion .cadmin': (
910
+ '.d-none-c-prefers-reduced-motion': (
911
+ display: none !important,
912
+ ),
999
913
 
1000
- '.d-inline-block-c-prefers-reduced-motion': (
1001
- display: inline-block !important,
1002
- ),
914
+ '.d-block-c-prefers-reduced-motion': (
915
+ display: block !important,
1003
916
  ),
1004
- ),
1005
- $displays-c-prefers-reduced-motion
1006
- );
1007
917
 
1008
- $c-prefers-reduced-motion: ();
1009
- $c-prefers-reduced-motion: map-merge(
1010
- (
1011
- scroll-behavior: auto,
1012
- transition: clay-enable-transitions(none),
918
+ '.d-inline-block-c-prefers-reduced-motion': (
919
+ display: inline-block !important,
920
+ ),
1013
921
  ),
1014
- $c-prefers-reduced-motion
1015
- );
1016
- }
922
+ ),
923
+ $displays-c-prefers-reduced-motion
924
+ );
925
+
926
+ $c-prefers-reduced-motion: () !default;
927
+ $c-prefers-reduced-motion: map-merge(
928
+ (
929
+ scroll-behavior: auto,
930
+ transition: clay-enable-transitions(none),
931
+ ),
932
+ $c-prefers-reduced-motion
933
+ );