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