@clayui/css 3.160.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 +1716 -1586
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1416 -1287
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +79 -12
- 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/books-brush.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/books-brush.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.scss +6 -4
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_globals.scss +10 -10
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +66 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1205 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +60 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +341 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +193 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1442 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +617 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1096 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +619 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1229 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +72 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +102 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2305 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +48 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +844 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +9 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1374 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +466 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +488 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +226 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +151 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +778 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +645 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +354 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +198 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +449 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +553 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1064 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +554 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +533 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +149 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +262 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +37 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +576 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1292 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +570 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +133 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +702 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +321 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +367 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +195 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +933 -0
- 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/_global-functions.scss +6 -4
- package/src/scss/functions/_lx-icons-generated.scss +10 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_globals.scss +8 -8
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
$b-font-weight: var(--b-font-weight, $font-weight-semi-bold) !default;
|
|
2
|
+
|
|
3
|
+
$strong-font-weight: var(--strong-font-weight, $font-weight-semi-bold) !default;
|
|
4
|
+
|
|
5
|
+
$reference-mark-font-size: var(--reference-mark-font-size, 12px) !default;
|
|
6
|
+
$reference-mark-vertical-align: var(
|
|
7
|
+
--reference-mark-vertical-align,
|
|
8
|
+
super
|
|
9
|
+
) !default;
|
|
10
|
+
|
|
11
|
+
$reference-mark: () !default;
|
|
12
|
+
$reference-mark: map-deep-merge(
|
|
13
|
+
(
|
|
14
|
+
display: inline-block,
|
|
15
|
+
font-size: $reference-mark-font-size,
|
|
16
|
+
position: relative,
|
|
17
|
+
vertical-align: $reference-mark-vertical-align,
|
|
18
|
+
|
|
19
|
+
lexicon-icon: (
|
|
20
|
+
vertical-align: $reference-mark-vertical-align,
|
|
21
|
+
),
|
|
22
|
+
),
|
|
23
|
+
$reference-mark
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
// C Kbd
|
|
27
|
+
|
|
28
|
+
$c-kbd-group: () !default;
|
|
29
|
+
$c-kbd-group: map-deep-merge(
|
|
30
|
+
(
|
|
31
|
+
font-size: var(--c-kbd-group-font-size, 14px),
|
|
32
|
+
c-kbd: (
|
|
33
|
+
font-size: inherit,
|
|
34
|
+
),
|
|
35
|
+
),
|
|
36
|
+
$c-kbd-group
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
$c-kbd: () !default;
|
|
40
|
+
$c-kbd: map-deep-merge(
|
|
41
|
+
(
|
|
42
|
+
background-color: var(--c-kbd-background-color, transparent),
|
|
43
|
+
border-radius: var(--c-kbd-border-radius, 2px),
|
|
44
|
+
border-color: var(--c-kbd-border-color, transparent),
|
|
45
|
+
border-style: var(--c-kbd-border-style, solid),
|
|
46
|
+
border-width: var(--c-kbd-border-width, 1px),
|
|
47
|
+
box-shadow: var(--c-kbd-box-shadow, none),
|
|
48
|
+
color: var(--c-kbd-color, inherit),
|
|
49
|
+
display: var(--c-kbd-display, inline-block),
|
|
50
|
+
font-family: var(--c-kbd-font-family, $font-family-sans-serif),
|
|
51
|
+
font-size: var(--c-kbd-font-size, 14px),
|
|
52
|
+
font-weight: var(--c-kbd-font-weight, $font-weight-semi-bold),
|
|
53
|
+
height: var(--c-kbd-height, 24px),
|
|
54
|
+
line-height: var(--c-kbd-line-height, 22px),
|
|
55
|
+
min-width: var(--c-kbd-min-width, 24px),
|
|
56
|
+
padding-bottom: var(--c-kbd-padding-bottom, 0),
|
|
57
|
+
padding-left: var(--c-kbd-padding-left, 5px),
|
|
58
|
+
padding-right: var(--c-kbd-padding-right, 5px),
|
|
59
|
+
padding-top: var(--c-kbd-padding-top, 0),
|
|
60
|
+
text-align: center,
|
|
61
|
+
text-transform: capitalize,
|
|
62
|
+
),
|
|
63
|
+
$c-kbd
|
|
64
|
+
);
|
|
65
|
+
|
|
66
|
+
// .c-kbd > .c-kbd
|
|
67
|
+
|
|
68
|
+
$c-kbd-c-kbd: () !default;
|
|
69
|
+
$c-kbd-c-kbd: map-merge(
|
|
70
|
+
(
|
|
71
|
+
border-width: 0,
|
|
72
|
+
font-size: inherit,
|
|
73
|
+
font-weight: inherit,
|
|
74
|
+
height: auto,
|
|
75
|
+
line-height: inherit,
|
|
76
|
+
min-width: 0,
|
|
77
|
+
padding: 0,
|
|
78
|
+
),
|
|
79
|
+
$c-kbd-c-kbd
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
$c-kbd-monospaced: () !default;
|
|
83
|
+
$c-kbd-monospaced: map-deep-merge(
|
|
84
|
+
(
|
|
85
|
+
padding: 0,
|
|
86
|
+
),
|
|
87
|
+
$c-kbd-monospaced
|
|
88
|
+
);
|
|
89
|
+
|
|
90
|
+
$c-kbd-inline: () !default;
|
|
91
|
+
$c-kbd-inline: map-deep-merge(
|
|
92
|
+
(
|
|
93
|
+
border-width: 0,
|
|
94
|
+
font-weight: $font-weight-light,
|
|
95
|
+
height: auto,
|
|
96
|
+
line-height: inherit,
|
|
97
|
+
min-width: 0,
|
|
98
|
+
padding: 0,
|
|
99
|
+
),
|
|
100
|
+
$c-kbd-inline
|
|
101
|
+
);
|
|
102
|
+
|
|
103
|
+
// Kbd Separator
|
|
104
|
+
|
|
105
|
+
// .c-kbd > .c-kbd-separator
|
|
106
|
+
|
|
107
|
+
$c-kbd-c-kbd-separator: () !default;
|
|
108
|
+
$c-kbd-c-kbd-separator: map-merge(
|
|
109
|
+
(
|
|
110
|
+
font-weight: $font-weight-normal,
|
|
111
|
+
),
|
|
112
|
+
$c-kbd-c-kbd-separator
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
// .c-kbd-inline > .c-kbd-separator
|
|
116
|
+
|
|
117
|
+
$c-kbd-inline-c-kbd-separator: () !default;
|
|
118
|
+
$c-kbd-inline-c-kbd-separator: map-merge(
|
|
119
|
+
(
|
|
120
|
+
font-weight: inherit,
|
|
121
|
+
),
|
|
122
|
+
$c-kbd-inline-c-kbd-separator
|
|
123
|
+
);
|
|
124
|
+
|
|
125
|
+
// Kbd Sizes
|
|
126
|
+
|
|
127
|
+
$c-kbd-group-sm: () !default;
|
|
128
|
+
$c-kbd-group-sm: map-deep-merge(
|
|
129
|
+
(
|
|
130
|
+
font-size: var(--c-kbd-group-sm-font-size, 12px),
|
|
131
|
+
),
|
|
132
|
+
$c-kbd-group-sm
|
|
133
|
+
);
|
|
134
|
+
|
|
135
|
+
$c-kbd-sm: () !default;
|
|
136
|
+
$c-kbd-sm: map-deep-merge(
|
|
137
|
+
(
|
|
138
|
+
font-size: var(--c-kbd-sm-font-size, 12px),
|
|
139
|
+
),
|
|
140
|
+
$c-kbd-sm
|
|
141
|
+
);
|
|
142
|
+
|
|
143
|
+
$c-kbd-group-lg: () !default;
|
|
144
|
+
$c-kbd-group-lg: map-deep-merge(
|
|
145
|
+
(
|
|
146
|
+
font-size: var(--c-kbd-group-lg-font-size, 16px),
|
|
147
|
+
),
|
|
148
|
+
$c-kbd-group-lg
|
|
149
|
+
);
|
|
150
|
+
|
|
151
|
+
$c-kbd-lg: () !default;
|
|
152
|
+
$c-kbd-lg: map-deep-merge(
|
|
153
|
+
(
|
|
154
|
+
font-size: var(--c-kbd-lg-font-size, 16px),
|
|
155
|
+
),
|
|
156
|
+
$c-kbd-lg
|
|
157
|
+
);
|
|
158
|
+
|
|
159
|
+
// Kbd Variants
|
|
160
|
+
|
|
161
|
+
$c-kbd-group-light: () !default;
|
|
162
|
+
$c-kbd-group-light: map-deep-merge(
|
|
163
|
+
(
|
|
164
|
+
color: var(--c-kbd-group-light-color, $secondary),
|
|
165
|
+
),
|
|
166
|
+
$c-kbd-group-light
|
|
167
|
+
);
|
|
168
|
+
|
|
169
|
+
$c-kbd-light: () !default;
|
|
170
|
+
$c-kbd-light: map-deep-merge(
|
|
171
|
+
(
|
|
172
|
+
background-color: var(--c-kbd-light-background-color, $white),
|
|
173
|
+
border-color: var(--c-kbd-light-border-color, $gray-400),
|
|
174
|
+
color: var(--c-kbd-light-color, $secondary),
|
|
175
|
+
),
|
|
176
|
+
$c-kbd-light
|
|
177
|
+
);
|
|
178
|
+
|
|
179
|
+
$c-kbd-group-dark: () !default;
|
|
180
|
+
$c-kbd-group-dark: map-deep-merge(
|
|
181
|
+
(
|
|
182
|
+
color: var(--c-kbd-group-dark-color, $white),
|
|
183
|
+
),
|
|
184
|
+
$c-kbd-group-dark
|
|
185
|
+
);
|
|
186
|
+
|
|
187
|
+
$c-kbd-dark: () !default;
|
|
188
|
+
$c-kbd-dark: map-deep-merge(
|
|
189
|
+
(
|
|
190
|
+
background-color: var(--c-kbd-dark-background-color, $dark-l2),
|
|
191
|
+
border-color: var(--c-kbd-dark-border-color, $dark-l2),
|
|
192
|
+
color: var(--c-kbd-dark-color, $white),
|
|
193
|
+
),
|
|
194
|
+
$c-kbd-dark
|
|
195
|
+
);
|