@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.
- 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,75 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
);
|
|
1
|
+
$clay-dual-listbox: () !default;
|
|
2
|
+
$clay-dual-listbox: map-deep-merge(
|
|
3
|
+
(
|
|
4
|
+
display: flex,
|
|
5
|
+
flex-direction: row,
|
|
6
|
+
),
|
|
7
|
+
$clay-dual-listbox
|
|
8
|
+
);
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
$clay-dual-listbox-label: () !default;
|
|
11
|
+
$clay-dual-listbox-label: map-deep-merge(
|
|
12
|
+
(
|
|
13
|
+
margin-bottom: var(--dual-listbox-label-margin-bottom, 16px),
|
|
14
|
+
),
|
|
15
|
+
$clay-dual-listbox-label
|
|
16
|
+
);
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
18
|
+
$clay-dual-listbox-clay-reorder: () !default;
|
|
19
|
+
$clay-dual-listbox-clay-reorder: map-deep-merge(
|
|
20
|
+
(
|
|
21
|
+
display: flex,
|
|
22
|
+
flex-direction: column,
|
|
23
|
+
flex-grow: 1,
|
|
24
|
+
),
|
|
25
|
+
$clay-dual-listbox-clay-reorder
|
|
26
|
+
);
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
$clay-dual-listbox-item: () !default;
|
|
29
|
+
$clay-dual-listbox-item: map-deep-merge(
|
|
30
|
+
(
|
|
31
|
+
display: flex,
|
|
32
|
+
flex-direction: column,
|
|
33
|
+
margin-right: var(--dual-listbox-item-margin-right, 4px),
|
|
34
|
+
),
|
|
35
|
+
$clay-dual-listbox-item
|
|
36
|
+
);
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
$clay-dual-listbox-item-sm-up: () !default;
|
|
39
|
+
$clay-dual-listbox-item-sm-up: map-deep-merge(
|
|
40
|
+
(
|
|
41
|
+
margin-right: var(--dual-listbox-item-sm-up-margin-right, 24px),
|
|
42
|
+
),
|
|
43
|
+
$clay-dual-listbox-item-sm-up
|
|
44
|
+
);
|
|
46
45
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
);
|
|
46
|
+
$clay-dual-listbox-item-last-child: () !default;
|
|
47
|
+
$clay-dual-listbox-item-last-child: map-deep-merge(
|
|
48
|
+
(
|
|
49
|
+
margin-right: var(--clay-dual-listbox-item-last-child-margin-right, 0),
|
|
50
|
+
),
|
|
51
|
+
$clay-dual-listbox-item-last-child
|
|
52
|
+
);
|
|
55
53
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
54
|
+
$clay-dual-listbox-item-expand: () !default;
|
|
55
|
+
$clay-dual-listbox-item-expand: map-deep-merge(
|
|
56
|
+
(
|
|
57
|
+
flex-grow: 1,
|
|
58
|
+
width: var(--clay-dual-listbox-item-expand-width, 48px),
|
|
59
|
+
word-wrap: break-word,
|
|
60
|
+
),
|
|
61
|
+
$clay-dual-listbox-item-expand
|
|
62
|
+
);
|
|
65
63
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
64
|
+
$clay-dual-listbox-actions: () !default;
|
|
65
|
+
$clay-dual-listbox-actions: map-deep-merge(
|
|
66
|
+
(
|
|
67
|
+
align-self: center,
|
|
68
|
+
margin-top:
|
|
69
|
+
var(--clay-dual-listbox-actions-margin-top, calc(21px + 16px)),
|
|
70
|
+
),
|
|
71
|
+
$clay-dual-listbox-actions
|
|
72
|
+
);
|
|
@@ -1,104 +1,102 @@
|
|
|
1
|
-
|
|
2
|
-
$c-empty-state: ();
|
|
1
|
+
$c-empty-state: () !default;
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
3
|
+
$c-empty-state-animation: () !default;
|
|
4
|
+
$c-empty-state-animation: map-deep-merge(
|
|
5
|
+
(
|
|
6
|
+
align-items: center,
|
|
7
|
+
display: flex,
|
|
8
|
+
flex-direction: column,
|
|
9
|
+
flex-shrink: 0,
|
|
10
|
+
margin: 5rem auto 1.5rem,
|
|
11
|
+
max-width: 340px,
|
|
12
|
+
text-align: center,
|
|
13
|
+
),
|
|
14
|
+
$c-empty-state-animation
|
|
15
|
+
);
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
$c-empty-state-image: () !default;
|
|
18
|
+
$c-empty-state-image: map-deep-merge(
|
|
19
|
+
(
|
|
20
|
+
margin-bottom: -0.5rem,
|
|
21
|
+
max-width: 250px,
|
|
22
|
+
width: 100%,
|
|
23
|
+
word-wrap: break-word,
|
|
24
|
+
),
|
|
25
|
+
$c-empty-state-image
|
|
26
|
+
);
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
28
|
+
$c-empty-state-aspect-ratio: () !default;
|
|
29
|
+
$c-empty-state-aspect-ratio: map-deep-merge(
|
|
30
|
+
(
|
|
31
|
+
background-repeat: no-repeat,
|
|
32
|
+
background-position: center,
|
|
33
|
+
background-size: 100%,
|
|
34
|
+
display: block,
|
|
35
|
+
padding-bottom: 100%,
|
|
36
|
+
position: relative,
|
|
37
|
+
width: 100%,
|
|
38
|
+
),
|
|
39
|
+
$c-empty-state-aspect-ratio
|
|
40
|
+
);
|
|
42
41
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
42
|
+
$c-empty-state-title: () !default;
|
|
43
|
+
$c-empty-state-title: map-deep-merge(
|
|
44
|
+
(
|
|
45
|
+
font-size: 1.25rem,
|
|
46
|
+
font-weight: $font-weight-semi-bold,
|
|
47
|
+
line-height: $headings-line-height,
|
|
48
|
+
margin-bottom: 0rem,
|
|
49
|
+
margin-top: 2.5rem,
|
|
50
|
+
max-width: 100%,
|
|
51
|
+
word-wrap: break-word,
|
|
52
|
+
),
|
|
53
|
+
$c-empty-state-title
|
|
54
|
+
);
|
|
56
55
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
56
|
+
$c-empty-state-text: () !default;
|
|
57
|
+
$c-empty-state-text: map-deep-merge(
|
|
58
|
+
(
|
|
59
|
+
color: $secondary,
|
|
60
|
+
margin-bottom: 0rem,
|
|
61
|
+
margin-top: 0.5rem,
|
|
62
|
+
max-width: 100%,
|
|
63
|
+
word-wrap: break-word,
|
|
64
|
+
),
|
|
65
|
+
$c-empty-state-text
|
|
66
|
+
);
|
|
68
67
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
68
|
+
$c-empty-state-footer: () !default;
|
|
69
|
+
$c-empty-state-footer: map-deep-merge(
|
|
70
|
+
(
|
|
71
|
+
margin-top: 1rem,
|
|
72
|
+
max-width: 100%,
|
|
73
|
+
word-wrap: break-word,
|
|
74
|
+
),
|
|
75
|
+
$c-empty-state-footer
|
|
76
|
+
);
|
|
78
77
|
|
|
79
|
-
|
|
78
|
+
// .c-empty-state-sm
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
80
|
+
$c-empty-state-sm: () !default;
|
|
81
|
+
$c-empty-state-sm: map-deep-merge(
|
|
82
|
+
(
|
|
83
|
+
c-empty-state-animation: (
|
|
84
|
+
margin: 2.5rem auto 2rem,
|
|
85
|
+
max-width: 268px,
|
|
86
|
+
),
|
|
88
87
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
88
|
+
c-empty-state-image: (
|
|
89
|
+
max-width: 120px,
|
|
90
|
+
),
|
|
92
91
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
c-empty-state-title: (
|
|
93
|
+
font-size: 1rem,
|
|
94
|
+
line-height: 1.5,
|
|
95
|
+
),
|
|
97
96
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
),
|
|
97
|
+
c-empty-state-text: (
|
|
98
|
+
font-size: 0.875rem,
|
|
101
99
|
),
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
100
|
+
),
|
|
101
|
+
$c-empty-state-sm
|
|
102
|
+
);
|