@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,482 +1,466 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $c-link: ();
3
- $c-link: map-deep-merge(
4
- (
1
+ $c-link: () !default;
2
+ $c-link: map-deep-merge(
3
+ (
4
+ text-decoration: none,
5
+ transition: clay-enable-transitions(box-shadow 0.15s ease-in-out),
6
+ hover: (
5
7
  text-decoration: none,
6
- transition: clay-enable-transitions(box-shadow 0.15s ease-in-out),
7
- hover: (
8
- text-decoration: none,
9
- ),
10
-
11
- focus: (
12
- border-radius: 1px,
13
- box-shadow: $component-focus-box-shadow,
14
- outline: 0,
15
- ),
8
+ ),
16
9
 
17
- c-link-variants: (
18
- text-secondary: (
19
- color: $gray-900 !important,
10
+ focus: (
11
+ border-radius: 1px,
12
+ box-shadow: $component-focus-box-shadow,
13
+ outline: 0,
14
+ ),
20
15
 
21
- hover: (
22
- color: $black !important,
23
- ),
16
+ c-link-variants: (
17
+ text-secondary: (
18
+ color: $gray-900 !important,
24
19
 
25
- focus: (
26
- color: $black !important,
27
- ),
20
+ hover: (
21
+ color: $black !important,
28
22
  ),
29
23
 
30
- text-tertiary: (
31
- color: $gray-900 !important,
32
-
33
- hover: (
34
- color: $black !important,
35
- ),
24
+ focus: (
25
+ color: $black !important,
36
26
  ),
37
27
  ),
38
- ),
39
- $c-link
40
- );
41
28
 
42
- $component-link: ();
43
- $component-link: map-deep-merge(
44
- (
45
- border-radius: 1px,
46
- color: var(--component-link-color, $gray-600),
47
- transition:
48
- var(--component-link-transition, box-shadow 0.15s ease-in-out),
49
- hover: (
50
- color: var(--component-link-hover-color, $gray-900),
51
- ),
29
+ text-tertiary: (
30
+ color: $gray-900 !important,
52
31
 
53
- focus: (
54
- color: var(--component-link-focus-color, $gray-900),
55
- box-shadow:
56
- var(
57
- --component-link-focus-box-shadow,
58
- $component-focus-box-shadow
59
- ),
60
- outline: 0,
32
+ hover: (
33
+ color: $black !important,
34
+ ),
61
35
  ),
62
36
  ),
63
- $component-link
64
- );
65
-
66
- $link-primary: ();
67
- $link-primary: map-deep-merge(
68
- (
69
- border-radius: 1px,
70
- color: var(--link-primary-color, $primary),
71
- transition:
72
- var(--link-primary-transition, box-shadow 0.15s ease-in-out),
73
- hover: (
74
- color: var(--link-primary-hover-color, $primary-d1),
75
- ),
76
-
77
- focus: (
78
- color: var(--link-primary-focus-color, $primary-d1),
79
- box-shadow:
80
- var(
81
- --link-primary-focus-box-shadow,
82
- $component-focus-box-shadow
83
- ),
84
- outline: 0,
85
- ),
37
+ ),
38
+ $c-link
39
+ );
40
+
41
+ $component-link: () !default;
42
+ $component-link: map-deep-merge(
43
+ (
44
+ border-radius: 1px,
45
+ color: var(--component-link-color, $gray-600),
46
+ transition:
47
+ var(--component-link-transition, box-shadow 0.15s ease-in-out),
48
+ hover: (
49
+ color: var(--component-link-hover-color, $gray-900),
86
50
  ),
87
- $link-primary
88
- );
89
-
90
- $link-secondary: ();
91
- $link-secondary: map-deep-merge(
92
- (
93
- border-radius: 1px,
94
- color: var(--link-secondary-color, $secondary),
95
- transition: box-shadow 0.15s ease-in-out,
96
-
97
- hover: (
98
- color: var(--link-secondary-hover-color, $gray-900),
99
- ),
100
51
 
101
- focus: (
102
- color: var(--link-secondary-focus-color, $gray-900),
103
- box-shadow: $component-focus-box-shadow,
104
- outline: 0,
105
- ),
52
+ focus: (
53
+ color: var(--component-link-focus-color, $gray-900),
54
+ box-shadow:
55
+ var(
56
+ --component-link-focus-box-shadow,
57
+ $component-focus-box-shadow
58
+ ),
59
+ outline: 0,
60
+ ),
61
+ ),
62
+ $component-link
63
+ );
64
+
65
+ $link-primary: () !default;
66
+ $link-primary: map-deep-merge(
67
+ (
68
+ border-radius: 1px,
69
+ color: var(--link-primary-color, $primary),
70
+ transition: var(--link-primary-transition, box-shadow 0.15s ease-in-out),
71
+ hover: (
72
+ color: var(--link-primary-hover-color, $primary-d1),
106
73
  ),
107
- $link-secondary
108
- );
109
-
110
- $single-link-font-weight: $font-weight-semi-bold;
111
74
 
112
- // Link Outline
75
+ focus: (
76
+ color: var(--link-primary-focus-color, $primary-d1),
77
+ box-shadow:
78
+ var(
79
+ --link-primary-focus-box-shadow,
80
+ $component-focus-box-shadow
81
+ ),
82
+ outline: 0,
83
+ ),
84
+ ),
85
+ $link-primary
86
+ );
87
+
88
+ $link-secondary: () !default;
89
+ $link-secondary: map-deep-merge(
90
+ (
91
+ border-radius: 1px,
92
+ color: var(--link-secondary-color, $secondary),
93
+ transition: box-shadow 0.15s ease-in-out,
94
+
95
+ hover: (
96
+ color: var(--link-secondary-hover-color, $gray-900),
97
+ ),
113
98
 
114
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
99
+ focus: (
100
+ color: var(--link-secondary-focus-color, $gray-900),
101
+ box-shadow: $component-focus-box-shadow,
102
+ outline: 0,
103
+ ),
104
+ ),
105
+ $link-secondary
106
+ );
115
107
 
116
- $link-outline-border-radius: $btn-border-radius;
108
+ $single-link-font-weight: $font-weight-semi-bold !default;
117
109
 
118
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
110
+ // Link Outline
119
111
 
120
- $link-outline-border-width: $btn-border-width;
112
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
121
113
 
122
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
114
+ $link-outline-border-radius: $btn-border-radius !default;
123
115
 
124
- $link-outline-font-size: $btn-font-size-sm;
116
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
125
117
 
126
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
118
+ $link-outline-border-width: $btn-border-width !default;
127
119
 
128
- $link-outline-font-weight: $font-weight-semi-bold;
120
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
129
121
 
130
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
122
+ $link-outline-font-size: $btn-font-size-sm !default;
131
123
 
132
- $link-outline-line-height: $btn-line-height-sm;
124
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
133
125
 
134
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
126
+ $link-outline-font-weight: $font-weight-semi-bold !default;
135
127
 
136
- $link-outline-padding-x: $btn-padding-x-sm;
128
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
137
129
 
138
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
130
+ $link-outline-line-height: $btn-line-height-sm !default;
139
131
 
140
- $link-outline-padding-y: $btn-padding-y-sm;
132
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
141
133
 
142
- // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
134
+ $link-outline-padding-x: $btn-padding-x-sm !default;
143
135
 
144
- $link-outline-transition: $component-transition;
136
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
145
137
 
146
- $link-outline: ();
147
- $link-outline: map-deep-merge(
148
- (
149
- align-items: center,
150
- background-color: transparent,
151
- border-color: transparent,
152
- border-radius: $link-outline-border-radius,
153
- border-style: solid,
154
- border-width: $link-outline-border-width,
155
- display: inline-flex,
156
- font-size: $link-outline-font-size,
157
- font-weight: $link-outline-font-weight,
158
- justify-content: center,
159
- line-height: $link-outline-line-height,
160
- padding-bottom: $link-outline-padding-y,
161
- padding-left: $link-outline-padding-x,
162
- padding-right: $link-outline-padding-x,
163
- padding-top: $link-outline-padding-y,
164
- transition: $link-outline-transition,
165
- vertical-align: middle,
166
-
167
- hover: (
168
- text-decoration: none,
169
- ),
138
+ $link-outline-padding-y: $btn-padding-y-sm !default;
170
139
 
171
- focus: (
172
- box-shadow: $component-focus-box-shadow,
173
- outline: 0,
174
- ),
140
+ // @deprecated as of v3.4.0 use the Sass map `$link-outline` instead
175
141
 
176
- disabled: (
177
- box-shadow: none,
142
+ $link-outline-transition: $component-transition !default;
178
143
 
179
- active: (
180
- pointer-events: none,
181
- ),
182
- ),
144
+ $link-outline: () !default;
145
+ $link-outline: map-deep-merge(
146
+ (
147
+ align-items: center,
148
+ background-color: transparent,
149
+ border-color: transparent,
150
+ border-radius: $link-outline-border-radius,
151
+ border-style: solid,
152
+ border-width: $link-outline-border-width,
153
+ display: inline-flex,
154
+ font-size: $link-outline-font-size,
155
+ font-weight: $link-outline-font-weight,
156
+ justify-content: center,
157
+ line-height: $link-outline-line-height,
158
+ padding-bottom: $link-outline-padding-y,
159
+ padding-left: $link-outline-padding-x,
160
+ padding-right: $link-outline-padding-x,
161
+ padding-top: $link-outline-padding-y,
162
+ transition: $link-outline-transition,
163
+ vertical-align: middle,
183
164
 
184
- lexicon-icon: (
185
- margin-top: 0,
186
- ),
165
+ hover: (
166
+ text-decoration: none,
187
167
  ),
188
- $link-outline
189
- );
190
-
191
- $link-outline-primary: ();
192
- $link-outline-primary: map-deep-merge(
193
- (
194
- border-color: $primary,
195
- color: $primary,
196
168
 
197
- hover: (
198
- background-color: $primary-l3,
199
- color: $primary,
200
- ),
201
-
202
- focus: (
203
- background-color: $primary-l3,
204
- color: $primary,
205
- ),
206
-
207
- active: (
208
- background-color: unquote('hsl(from #{$primary} h s l / 0.12)'),
209
- color: $primary,
210
- ),
211
-
212
- disabled: (
213
- background-color: transparent,
214
- color: $primary,
215
- cursor: $disabled-cursor,
216
- opacity: $component-disabled-opacity,
217
- ),
169
+ focus: (
170
+ box-shadow: $component-focus-box-shadow,
171
+ outline: 0,
218
172
  ),
219
- $link-outline-primary
220
- );
221
-
222
- $link-outline-secondary: ();
223
- $link-outline-secondary: map-deep-merge(
224
- (
225
- border-color: $secondary-l2,
226
- color: $secondary,
227
173
 
228
- hover: (
229
- background-color:
230
- unquote('hsl(from #{$gray-900} h s l / 0.03)'),
231
- color: $gray-900,
232
- ),
233
-
234
- focus: (
235
- background-color:
236
- unquote('hsl(from #{$gray-900} h s l / 0.03)'),
237
- color: $gray-900,
238
- ),
174
+ disabled: (
175
+ box-shadow: none,
239
176
 
240
177
  active: (
241
- background-color:
242
- unquote('hsl(from #{$gray-900} h s l / 0.06)'),
243
- color: $gray-900,
244
- ),
245
-
246
- disabled: (
247
- background-color: transparent,
248
- color: $secondary,
249
- cursor: $disabled-cursor,
250
- opacity: $component-disabled-opacity,
178
+ pointer-events: none,
251
179
  ),
252
180
  ),
253
- $link-outline-secondary
254
- );
255
181
 
256
- // Link Monospaced
182
+ lexicon-icon: (
183
+ margin-top: 0,
184
+ ),
185
+ ),
186
+ $link-outline
187
+ );
188
+
189
+ $link-outline-primary: () !default;
190
+ $link-outline-primary: map-deep-merge(
191
+ (
192
+ border-color: $primary,
193
+ color: $primary,
194
+
195
+ hover: (
196
+ background-color: $primary-l3,
197
+ color: $primary,
198
+ ),
257
199
 
258
- // @deprecated as of v3.4.0 use the Sass map `$link-monospaced` instead
200
+ focus: (
201
+ background-color: $primary-l3,
202
+ color: $primary,
203
+ ),
259
204
 
260
- $link-monospaced-size: $btn-monospaced-size-sm;
205
+ active: (
206
+ background-color: unquote('hsl(from #{$primary} h s l / 0.12)'),
207
+ color: $primary,
208
+ ),
261
209
 
262
- $link-monospaced: ();
263
- $link-monospaced: map-deep-merge(
264
- (
265
- align-items: center,
266
- display: inline-flex,
267
- height: $link-monospaced-size,
268
- justify-content: center,
269
- overflow: hidden,
270
- padding-bottom: 0,
271
- padding-left: 0,
272
- padding-right: 0,
273
- padding-top: 0,
274
- vertical-align: middle,
275
- width: $link-monospaced-size,
210
+ disabled: (
211
+ background-color: transparent,
212
+ color: $primary,
213
+ cursor: $disabled-cursor,
214
+ opacity: $component-disabled-opacity,
215
+ ),
216
+ ),
217
+ $link-outline-primary
218
+ );
219
+
220
+ $link-outline-secondary: () !default;
221
+ $link-outline-secondary: map-deep-merge(
222
+ (
223
+ border-color: $secondary-l2,
224
+ color: $secondary,
225
+
226
+ hover: (
227
+ background-color: unquote('hsl(from #{$gray-900} h s l / 0.03)'),
228
+ color: $gray-900,
229
+ ),
276
230
 
277
- lexicon-icon: (
278
- margin-top: 0,
279
- ),
231
+ focus: (
232
+ background-color: unquote('hsl(from #{$gray-900} h s l / 0.03)'),
233
+ color: $gray-900,
280
234
  ),
281
- $link-monospaced
282
- );
283
235
 
284
- // Component Title
236
+ active: (
237
+ background-color: unquote('hsl(from #{$gray-900} h s l / 0.06)'),
238
+ color: $gray-900,
239
+ ),
285
240
 
286
- $component-title: ();
287
- $component-title: map-deep-merge(
288
- (
289
- color: var(--component-title-color, $gray-900),
290
- font-size: var(--component-title-font-size, 16px),
291
- font-weight:
292
- var(--component-title-font-weight, $headings-font-weight),
293
- line-height: var(--component-title-line-height, 1.25),
294
- margin-bottom:
241
+ disabled: (
242
+ background-color: transparent,
243
+ color: $secondary,
244
+ cursor: $disabled-cursor,
245
+ opacity: $component-disabled-opacity,
246
+ ),
247
+ ),
248
+ $link-outline-secondary
249
+ );
250
+
251
+ // Link Monospaced
252
+
253
+ // @deprecated as of v3.4.0 use the Sass map `$link-monospaced` instead
254
+
255
+ $link-monospaced-size: $btn-monospaced-size-sm !default;
256
+
257
+ $link-monospaced: () !default;
258
+ $link-monospaced: map-deep-merge(
259
+ (
260
+ align-items: center,
261
+ display: inline-flex,
262
+ height: $link-monospaced-size,
263
+ justify-content: center,
264
+ overflow: hidden,
265
+ padding-bottom: 0,
266
+ padding-left: 0,
267
+ padding-right: 0,
268
+ padding-top: 0,
269
+ vertical-align: middle,
270
+ width: $link-monospaced-size,
271
+
272
+ lexicon-icon: (
273
+ margin-top: 0,
274
+ ),
275
+ ),
276
+ $link-monospaced
277
+ );
278
+
279
+ // Component Title
280
+
281
+ $component-title: () !default;
282
+ $component-title: map-deep-merge(
283
+ (
284
+ color: var(--component-title-color, $gray-900),
285
+ font-size: var(--component-title-font-size, 16px),
286
+ font-weight: var(--component-title-font-weight, $headings-font-weight),
287
+ line-height: var(--component-title-line-height, 1.25),
288
+ margin-bottom:
289
+ var(
290
+ --component-title-margin-bottom,
291
+ calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
292
+ ),
293
+ margin-top:
294
+ var(
295
+ --component-title-margin-top,
296
+ calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
297
+ ),
298
+ ),
299
+ $component-title
300
+ );
301
+
302
+ $component-title-link: () !default;
303
+ $component-title-link: map-deep-merge(
304
+ (
305
+ border-radius: 1px,
306
+ color: var(--component-title-link-color, $gray-900),
307
+ transition: box-shadow 0.15s ease-in-out,
308
+
309
+ hover: (
310
+ color:
295
311
  var(
296
- --component-title-margin-bottom,
297
- calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
312
+ --component-title-link-hover-color,
313
+ unquote('hsl(from #{$gray-900} h s calc(l - 15))')
298
314
  ),
299
- margin-top:
315
+ ),
316
+
317
+ focus: (
318
+ color:
300
319
  var(
301
- --component-title-margin-top,
302
- calc((#{$dropdown-action-toggle-size} - (1em * 1.25)) / 2)
320
+ --component-title-link-focus-color,
321
+ unquote('hsl(from #{$gray-900} h s calc(l - 15))')
303
322
  ),
323
+ box-shadow: $component-focus-box-shadow,
324
+ outline: 0,
304
325
  ),
305
- $component-title
306
- );
307
-
308
- $component-title-link: ();
309
- $component-title-link: map-deep-merge(
310
- (
311
- border-radius: 1px,
312
- color: var(--component-title-link-color, $gray-900),
313
- transition: box-shadow 0.15s ease-in-out,
314
-
315
- hover: (
316
- color:
317
- var(
318
- --component-title-link-hover-color,
319
- unquote('hsl(from #{$gray-900} h s calc(l - 15))')
320
- ),
321
- ),
322
-
323
- focus: (
324
- color:
325
- var(
326
- --component-title-link-focus-color,
327
- unquote('hsl(from #{$gray-900} h s calc(l - 15))')
328
- ),
329
- box-shadow: $component-focus-box-shadow,
330
- outline: 0,
331
- ),
326
+ ),
327
+ $component-title-link
328
+ );
329
+
330
+ $component-title: map-deep-merge(
331
+ $component-title,
332
+ (
333
+ href: $component-title-link,
334
+ )
335
+ );
336
+
337
+ // Component Subtitle
338
+
339
+ $component-subtitle: () !default;
340
+ $component-subtitle: map-deep-merge(
341
+ (
342
+ color: var(--component-subtitle-color, $gray-600),
343
+ font-weight:
344
+ var(--component-subtitle-font-weight, $font-weight-semi-bold),
345
+ line-height: var(--component-subtitle-line-height, 1.45),
346
+ margin-bottom: var(--component-subtitle-margin-bottom, 0),
347
+ ),
348
+ $component-subtitle
349
+ );
350
+
351
+ $component-subtitle-link: () !default;
352
+ $component-subtitle-link: map-deep-merge(
353
+ (
354
+ border-radius: 1px,
355
+ color: var(--component-subtitle-link-color, $gray-600),
356
+ transition: box-shadow 0.15s ease-in-out,
357
+
358
+ hover: (
359
+ color: var(--component-subtitle-link-hover-color, $gray-900),
332
360
  ),
333
- $component-title-link
334
- );
335
-
336
- $component-title: map-deep-merge(
337
- $component-title,
338
- (
339
- href: $component-title-link,
340
- )
341
- );
342
-
343
- // Component Subtitle
344
-
345
- $component-subtitle: ();
346
- $component-subtitle: map-deep-merge(
347
- (
348
- color: var(--component-subtitle-color, $gray-600),
349
- font-weight:
350
- var(--component-subtitle-font-weight, $font-weight-semi-bold),
351
- line-height: var(--component-subtitle-line-height, 1.45),
352
- margin-bottom: var(--component-subtitle-margin-bottom, 0),
353
- ),
354
- $component-subtitle
355
- );
356
-
357
- $component-subtitle-link: ();
358
- $component-subtitle-link: map-deep-merge(
359
- (
360
- border-radius: 1px,
361
- color: var(--component-subtitle-link-color, $gray-600),
362
- transition: box-shadow 0.15s ease-in-out,
363
-
364
- hover: (
365
- color: var(--component-subtitle-link-hover-color, $gray-900),
366
- ),
367
361
 
368
- focus: (
369
- color: var(--component-subtitle-link-focus-color, $gray-900),
370
- box-shadow: $component-focus-box-shadow,
371
- outline: 0,
372
- ),
362
+ focus: (
363
+ color: var(--component-subtitle-link-focus-color, $gray-900),
364
+ box-shadow: $component-focus-box-shadow,
365
+ outline: 0,
373
366
  ),
374
- $component-subtitle-link
375
- );
376
-
377
- $component-subtitle: map-deep-merge(
378
- $component-subtitle,
379
- (
380
- href: $component-subtitle-link,
381
- )
382
- );
383
-
384
- // Component Action
385
-
386
- $component-action: ();
387
- $component-action: map-deep-merge(
388
- (
389
- align-items: center,
367
+ ),
368
+ $component-subtitle-link
369
+ );
370
+
371
+ $component-subtitle: map-deep-merge(
372
+ $component-subtitle,
373
+ (
374
+ href: $component-subtitle-link,
375
+ )
376
+ );
377
+
378
+ // Component Action
379
+
380
+ $component-action: () !default;
381
+ $component-action: map-deep-merge(
382
+ (
383
+ align-items: center,
384
+ background-color: var(--component-action-background-color, transparent),
385
+ border-color: var(--component-action-border-color, transparent),
386
+ border-radius: var(--component-action-border-radius, $border-radius),
387
+ border-width: var(--component-action-border-width, 0),
388
+ color: var(--component-action-color, $secondary),
389
+ display: inline-flex,
390
+ font-size: var(--component-action-font-size, 16px),
391
+ height:
392
+ var(--component-action-height, map-get($link-monospaced, height)),
393
+ justify-content: center,
394
+ overflow: hidden,
395
+ padding: var(--component-action-padding, 0),
396
+ transition: $component-transition,
397
+ vertical-align: middle,
398
+ width: var(--component-action-width, map-get($link-monospaced, width)),
399
+ hover: (
390
400
  background-color:
391
- var(--component-action-background-color, transparent),
392
- border-color: var(--component-action-border-color, transparent),
393
- border-radius:
394
- var(--component-action-border-radius, $border-radius),
395
- border-width: var(--component-action-border-width, 0),
396
- color: var(--component-action-color, $secondary),
397
- display: inline-flex,
398
- font-size: var(--component-action-font-size, 16px),
399
- height:
400
401
  var(
401
- --component-action-height,
402
- map-get($link-monospaced, height)
402
+ --component-action-hover-background-color,
403
+ unquote('hsl(from #{$gray-900} h s l / 0.03)')
403
404
  ),
404
- justify-content: center,
405
- overflow: hidden,
406
- padding: var(--component-action-padding, 0),
407
- transition: $component-transition,
408
- vertical-align: middle,
409
- width:
410
- var(--component-action-width, map-get($link-monospaced, width)),
411
- hover: (
412
- background-color:
413
- var(
414
- --component-action-hover-background-color,
415
- unquote('hsl(from #{$gray-900} h s l / 0.03)')
416
- ),
417
- color: var(--component-action-hover-color, $gray-900),
418
- ),
405
+ color: var(--component-action-hover-color, $gray-900),
406
+ ),
419
407
 
420
- focus: (
421
- background-color:
422
- var(
423
- --component-action-focus-background-color,
424
- unquote('hsl(from #{$gray-900} h s l / 0.03)')
425
- ),
426
- box-shadow: $component-focus-box-shadow,
427
- color: var(--component-action-focus-color, $gray-900),
428
- outline: 0,
429
- ),
408
+ focus: (
409
+ background-color:
410
+ var(
411
+ --component-action-focus-background-color,
412
+ unquote('hsl(from #{$gray-900} h s l / 0.03)')
413
+ ),
414
+ box-shadow: $component-focus-box-shadow,
415
+ color: var(--component-action-focus-color, $gray-900),
416
+ outline: 0,
417
+ ),
430
418
 
431
- active: (
432
- background-color:
433
- var(
434
- --component-action-active-background-color,
435
- unquote('hsl(from #{$gray-900} h s l / 0.06)')
436
- ),
437
- color: var(--component-action-active-color, $gray-900),
438
- ),
419
+ active: (
420
+ background-color:
421
+ var(
422
+ --component-action-active-background-color,
423
+ unquote('hsl(from #{$gray-900} h s l / 0.06)')
424
+ ),
425
+ color: var(--component-action-active-color, $gray-900),
426
+ ),
439
427
 
440
- disabled: (
441
- background-color:
442
- var(
443
- --component-action-disabled-background-color,
444
- transparent
445
- ),
446
- box-shadow: none,
447
- color: var(--component-action-disabled-color, $secondary),
448
- cursor: $disabled-cursor,
449
- opacity:
450
- var(
451
- --component-action-disabled-opacity,
452
- $component-disabled-opacity
453
- ),
454
- active: (
455
- pointer-events: none,
428
+ disabled: (
429
+ background-color:
430
+ var(--component-action-disabled-background-color, transparent),
431
+ box-shadow: none,
432
+ color: var(--component-action-disabled-color, $secondary),
433
+ cursor: $disabled-cursor,
434
+ opacity:
435
+ var(
436
+ --component-action-disabled-opacity,
437
+ $component-disabled-opacity
456
438
  ),
439
+ active: (
440
+ pointer-events: none,
457
441
  ),
442
+ ),
458
443
 
459
- lexicon-icon: (
460
- margin-top: 0,
461
- ),
444
+ lexicon-icon: (
445
+ margin-top: 0,
462
446
  ),
463
- $component-action
464
- );
465
-
466
- $component-text: ();
467
-
468
- $component-icon: ();
469
- $component-icon: map-deep-merge(
470
- (
471
- align-items: center,
472
- display: inline-flex,
473
- height: var(--component-icon-height, 32px),
474
- justify-content: center,
475
- width: var(--component-icon-width, 32px),
476
- lexicon-icon: (
477
- margin-top: 0,
478
- ),
447
+ ),
448
+ $component-action
449
+ );
450
+
451
+ $component-text: () !default;
452
+
453
+ $component-icon: () !default;
454
+ $component-icon: map-deep-merge(
455
+ (
456
+ align-items: center,
457
+ display: inline-flex,
458
+ height: var(--component-icon-height, 32px),
459
+ justify-content: center,
460
+ width: var(--component-icon-width, 32px),
461
+ lexicon-icon: (
462
+ margin-top: 0,
479
463
  ),
480
- $component-icon
481
- );
482
- }
464
+ ),
465
+ $component-icon
466
+ );