@clayui/css 3.161.0 → 3.162.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.
- package/lib/css/atlas.css +136 -6
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +134 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +74 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +0 -2
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
- package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
- package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
- package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
- package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
- package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
- package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
- package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
- package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
- package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
- package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
- package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
- package/src/scss/atlas-variables.scss +0 -2
- package/src/scss/atlas.scss +0 -2
- package/src/scss/base-variables.scss +0 -2
- package/src/scss/base.scss +0 -2
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -1,205 +1,193 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
// .breadcrumb
|
|
2
|
+
|
|
3
|
+
$breadcrumb-bg: transparent !default;
|
|
4
|
+
$breadcrumb-border-radius: clay-enable-rounded($border-radius) !default;
|
|
5
|
+
$breadcrumb-font-size: 0.875rem !default;
|
|
6
|
+
$breadcrumb-font-weight: $font-weight-normal !default;
|
|
7
|
+
$breadcrumb-margin-bottom: 0 !default;
|
|
8
|
+
$breadcrumb-padding-x: 0.125rem !default;
|
|
9
|
+
$breadcrumb-padding-y: 0.59375rem !default;
|
|
10
|
+
$breadcrumb-text-transform: none !default;
|
|
11
|
+
|
|
12
|
+
$breadcrumb-link-color: $gray-600 !default;
|
|
13
|
+
$breadcrumb-link-text-decoration: $link-decoration !default;
|
|
14
|
+
|
|
15
|
+
$breadcrumb-link-hover-color: $breadcrumb-link-color !default;
|
|
16
|
+
$breadcrumb-link-hover-text-decoration: $link-hover-decoration !default;
|
|
17
|
+
|
|
18
|
+
$breadcrumb: () !default;
|
|
19
|
+
$breadcrumb: map-merge(
|
|
20
|
+
(
|
|
21
|
+
background-color: var(--breadcrumb-background-color, $breadcrumb-bg),
|
|
22
|
+
border-radius:
|
|
23
|
+
var(--breadcrumb-border-radius, $breadcrumb-border-radius),
|
|
24
|
+
display: flex,
|
|
25
|
+
flex-wrap: wrap,
|
|
26
|
+
font-size: var(--breadcrumb-font-size, $breadcrumb-font-size),
|
|
27
|
+
font-weight: var(--breadcrumb-font-weight, $breadcrumb-font-weight),
|
|
28
|
+
list-style: none,
|
|
29
|
+
margin-bottom:
|
|
30
|
+
var(--breadcrumb-margin-bottom, $breadcrumb-margin-bottom),
|
|
31
|
+
padding: var(--breadcrumb-padding-y, $breadcrumb-padding-y)
|
|
32
|
+
var(--breadcrumb-padding-x, $breadcrumb-padding-x),
|
|
33
|
+
),
|
|
34
|
+
$breadcrumb
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
// .breadcrumb-item + .breadcrumb-item::before
|
|
38
|
+
|
|
39
|
+
$breadcrumb-divider: quote('/') !default;
|
|
40
|
+
|
|
41
|
+
$breadcrumb-divider-color: $breadcrumb-link-color !default;
|
|
42
|
+
$breadcrumb-divider-font-family: null !default;
|
|
43
|
+
$breadcrumb-divider-font-weight: null !default;
|
|
44
|
+
|
|
45
|
+
$breadcrumb-divider-svg-icon: clay-icon(angle-right, #6b6c7e) !default;
|
|
46
|
+
$breadcrumb-divider-svg-icon-height: 0.6em !default;
|
|
47
|
+
$breadcrumb-divider-svg-icon-width: $breadcrumb-divider-svg-icon-height !default;
|
|
48
|
+
|
|
49
|
+
// Breadcrumb Item
|
|
50
|
+
|
|
51
|
+
$breadcrumb-active-color: $gray-900 !default;
|
|
52
|
+
$breadcrumb-active-font-weight: $font-weight-semi-bold !default;
|
|
53
|
+
|
|
54
|
+
$breadcrumb-item: () !default;
|
|
55
|
+
$breadcrumb-item: map-deep-merge(
|
|
56
|
+
(
|
|
57
|
+
font-size: var(--breadcrumb-font-size, $breadcrumb-font-size),
|
|
58
|
+
font-weight: var(--breadcrumb-font-weight, $breadcrumb-font-weight),
|
|
59
|
+
margin-right: 0.5em,
|
|
60
|
+
position: relative,
|
|
61
|
+
|
|
62
|
+
active: (
|
|
63
|
+
color: var(--breadcrumb-active-color, $breadcrumb-active-color),
|
|
64
|
+
font-weight:
|
|
65
|
+
var(
|
|
66
|
+
--breadcrumb-active-font-weight,
|
|
67
|
+
$breadcrumb-active-font-weight
|
|
68
|
+
),
|
|
36
69
|
),
|
|
37
|
-
$breadcrumb
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
// .breadcrumb-item + .breadcrumb-item::before
|
|
41
|
-
|
|
42
|
-
$breadcrumb-divider: quote('/');
|
|
43
|
-
|
|
44
|
-
$breadcrumb-divider-color: $breadcrumb-link-color;
|
|
45
|
-
$breadcrumb-divider-font-family: null;
|
|
46
|
-
$breadcrumb-divider-font-weight: null;
|
|
47
70
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
$breadcrumb-divider-svg-icon-width: $breadcrumb-divider-svg-icon-height;
|
|
71
|
+
breadcrumb-item: (
|
|
72
|
+
padding-left: 1em,
|
|
51
73
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
74
|
+
before: (
|
|
75
|
+
color:
|
|
76
|
+
var(--breadcrumb-divider-color, $breadcrumb-divider-color),
|
|
77
|
+
display: block,
|
|
78
|
+
float: left,
|
|
79
|
+
background-image:
|
|
80
|
+
var(
|
|
81
|
+
--breadcrumb-divider-svg-icon,
|
|
82
|
+
$breadcrumb-divider-svg-icon
|
|
83
|
+
),
|
|
84
|
+
background-repeat: no-repeat,
|
|
85
|
+
background-size: 100%,
|
|
86
|
+
content: '',
|
|
87
|
+
height:
|
|
88
|
+
var(
|
|
89
|
+
--breadcrumb-divider-svg-icon-height,
|
|
90
|
+
$breadcrumb-divider-svg-icon-height
|
|
91
|
+
),
|
|
92
|
+
left: 0,
|
|
93
|
+
margin-top: calc(#{$breadcrumb-divider-svg-icon-height} / -2),
|
|
94
|
+
padding: 0,
|
|
95
|
+
position: absolute,
|
|
96
|
+
top: 50%,
|
|
97
|
+
width:
|
|
68
98
|
var(
|
|
69
|
-
--breadcrumb-
|
|
70
|
-
$breadcrumb-
|
|
99
|
+
--breadcrumb-divider-svg-icon-width,
|
|
100
|
+
$breadcrumb-divider-svg-icon-width
|
|
71
101
|
),
|
|
72
102
|
),
|
|
103
|
+
),
|
|
73
104
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
before: (
|
|
78
|
-
color:
|
|
79
|
-
var(
|
|
80
|
-
--breadcrumb-divider-color,
|
|
81
|
-
$breadcrumb-divider-color
|
|
82
|
-
),
|
|
83
|
-
display: block,
|
|
84
|
-
float: left,
|
|
85
|
-
background-image:
|
|
86
|
-
var(
|
|
87
|
-
--breadcrumb-divider-svg-icon,
|
|
88
|
-
$breadcrumb-divider-svg-icon
|
|
89
|
-
),
|
|
90
|
-
background-repeat: no-repeat,
|
|
91
|
-
background-size: 100%,
|
|
92
|
-
content: '',
|
|
93
|
-
height:
|
|
94
|
-
var(
|
|
95
|
-
--breadcrumb-divider-svg-icon-height,
|
|
96
|
-
$breadcrumb-divider-svg-icon-height
|
|
97
|
-
),
|
|
98
|
-
left: 0,
|
|
99
|
-
margin-top:
|
|
100
|
-
calc(#{$breadcrumb-divider-svg-icon-height} / -2),
|
|
101
|
-
padding: 0,
|
|
102
|
-
position: absolute,
|
|
103
|
-
top: 50%,
|
|
104
|
-
width:
|
|
105
|
-
var(
|
|
106
|
-
--breadcrumb-divider-svg-icon-width,
|
|
107
|
-
$breadcrumb-divider-svg-icon-width
|
|
108
|
-
),
|
|
109
|
-
),
|
|
110
|
-
),
|
|
105
|
+
dropdown-toggle: (
|
|
106
|
+
text-decoration: none,
|
|
111
107
|
|
|
112
|
-
|
|
108
|
+
hover: (
|
|
113
109
|
text-decoration: none,
|
|
110
|
+
),
|
|
114
111
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
),
|
|
118
|
-
|
|
119
|
-
focus: (
|
|
120
|
-
text-decoration: none,
|
|
121
|
-
),
|
|
112
|
+
focus: (
|
|
113
|
+
text-decoration: none,
|
|
122
114
|
),
|
|
123
115
|
),
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
$breadcrumb-text-truncate-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
116
|
+
),
|
|
117
|
+
$breadcrumb-item
|
|
118
|
+
);
|
|
119
|
+
|
|
120
|
+
// Breadcrumb Text Truncate
|
|
121
|
+
|
|
122
|
+
$breadcrumb-text-truncate-icon-spacer-x: 0.875rem !default;
|
|
123
|
+
$breadcrumb-text-truncate-max-width: 18.75rem -
|
|
124
|
+
$breadcrumb-text-truncate-icon-spacer-x !default;
|
|
125
|
+
$breadcrumb-text-truncate-max-width-mobile: 9.375rem -
|
|
126
|
+
$breadcrumb-text-truncate-icon-spacer-x !default;
|
|
127
|
+
|
|
128
|
+
$breadcrumb-text-truncate: () !default;
|
|
129
|
+
$breadcrumb-text-truncate: map-merge(
|
|
130
|
+
(
|
|
131
|
+
display: inline-block,
|
|
132
|
+
max-width: $breadcrumb-text-truncate-max-width,
|
|
133
|
+
overflow: hidden,
|
|
134
|
+
text-decoration: inherit,
|
|
135
|
+
text-overflow: ellipsis,
|
|
136
|
+
vertical-align: bottom,
|
|
137
|
+
white-space: nowrap,
|
|
138
|
+
),
|
|
139
|
+
$breadcrumb-text-truncate
|
|
140
|
+
);
|
|
141
|
+
|
|
142
|
+
// Breadcrumb Link
|
|
143
|
+
|
|
144
|
+
$breadcrumb-link: () !default;
|
|
145
|
+
$breadcrumb-link: map-deep-merge(
|
|
146
|
+
(
|
|
147
|
+
border-radius: 1px,
|
|
148
|
+
color: var(--breadcrumb-link-color, $breadcrumb-link-color),
|
|
149
|
+
display: block,
|
|
150
|
+
line-height: 1.5rem,
|
|
151
|
+
text-decoration:
|
|
152
|
+
var(
|
|
153
|
+
--breadcrumb-link-text-decoration,
|
|
154
|
+
$breadcrumb-link-text-decoration
|
|
155
|
+
),
|
|
156
|
+
text-transform:
|
|
157
|
+
var(--breadcrumb-link-text-transform, $breadcrumb-text-transform),
|
|
158
|
+
transition: box-shadow 0.15s ease-in-out,
|
|
150
159
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
border-radius: 1px,
|
|
155
|
-
color: var(--breadcrumb-link-color, $breadcrumb-link-color),
|
|
156
|
-
display: block,
|
|
160
|
+
hover: (
|
|
161
|
+
color:
|
|
162
|
+
var(--breadcrumb-link-hover-color, $breadcrumb-link-hover-color),
|
|
157
163
|
text-decoration:
|
|
158
164
|
var(
|
|
159
|
-
--breadcrumb-link-text-decoration,
|
|
160
|
-
$breadcrumb-link-text-decoration
|
|
165
|
+
--breadcrumb-link-hover-text-decoration,
|
|
166
|
+
$breadcrumb-link-hover-text-decoration
|
|
161
167
|
),
|
|
162
|
-
text-transform:
|
|
163
|
-
var(
|
|
164
|
-
--breadcrumb-link-text-transform,
|
|
165
|
-
$breadcrumb-text-transform
|
|
166
|
-
),
|
|
167
|
-
transition: box-shadow 0.15s ease-in-out,
|
|
168
|
-
|
|
169
|
-
hover: (
|
|
170
|
-
color:
|
|
171
|
-
var(
|
|
172
|
-
--breadcrumb-link-hover-color,
|
|
173
|
-
$breadcrumb-link-hover-color
|
|
174
|
-
),
|
|
175
|
-
text-decoration:
|
|
176
|
-
var(
|
|
177
|
-
--breadcrumb-link-hover-text-decoration,
|
|
178
|
-
$breadcrumb-link-hover-text-decoration
|
|
179
|
-
),
|
|
180
|
-
),
|
|
181
|
-
|
|
182
|
-
focus: (),
|
|
183
168
|
),
|
|
184
|
-
$breadcrumb-link
|
|
185
|
-
);
|
|
186
|
-
|
|
187
|
-
// Breadcrumb Item Expand
|
|
188
169
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
170
|
+
focus: (),
|
|
171
|
+
),
|
|
172
|
+
$breadcrumb-link
|
|
173
|
+
);
|
|
174
|
+
|
|
175
|
+
// Breadcrumb Item Expand
|
|
176
|
+
|
|
177
|
+
$breadcrumb-toggle: () !default;
|
|
178
|
+
$breadcrumb-toggle: map-merge(
|
|
179
|
+
(
|
|
180
|
+
color: $breadcrumb-link-color,
|
|
181
|
+
flex-shrink: 0,
|
|
182
|
+
margin-top: $breadcrumb-padding-y,
|
|
183
|
+
),
|
|
184
|
+
$breadcrumb-toggle
|
|
185
|
+
);
|
|
186
|
+
|
|
187
|
+
$breadcrumb-bar: () !default;
|
|
188
|
+
$breadcrumb-bar: map-deep-merge(
|
|
189
|
+
(
|
|
190
|
+
display: flex,
|
|
191
|
+
),
|
|
192
|
+
$breadcrumb-bar
|
|
193
|
+
);
|