@clayui/css 3.160.0 → 3.161.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 (75) hide show
  1. package/lib/css/atlas.css +1581 -1581
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1283 -1283
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +7 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/books-brush.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +1 -1
  10. package/src/images/icons/books-brush.svg +9 -0
  11. package/src/images/icons/icons.svg +1 -1
  12. package/src/scss/_license-text.scss +1 -1
  13. package/src/scss/atlas/_variables.scss +6 -4
  14. package/src/scss/atlas/variables/_globals.scss +10 -10
  15. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  16. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  17. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  18. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  19. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  20. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  21. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  22. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  23. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  24. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  25. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  26. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  27. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  28. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  29. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  30. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  31. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  32. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  33. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  34. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  35. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  36. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  37. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  38. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  39. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  40. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  41. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  42. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  43. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  44. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  45. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  46. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  47. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  48. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  49. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  50. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  51. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  52. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  53. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  54. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  55. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  56. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  57. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  58. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  59. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  60. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  61. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  62. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  63. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  64. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  65. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  66. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  67. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  68. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  69. package/src/scss/atlas-variables.scss +2 -0
  70. package/src/scss/atlas.scss +2 -0
  71. package/src/scss/base-variables.scss +2 -0
  72. package/src/scss/base.scss +2 -0
  73. package/src/scss/functions/_global-functions.scss +6 -4
  74. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  75. package/src/scss/variables/_globals.scss +8 -8
@@ -0,0 +1,379 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $c-slideout-sidebar-width: 320px;
3
+
4
+ $c-slideout-sidebar-width-mobile: 280px;
5
+
6
+ $c-slideout-tbar-stacked-min-width: 40px;
7
+
8
+ $c-slideout-tbar-stacked-min-width-mobile: 40px;
9
+
10
+ $c-slideout-fluid-sidebar-width-md: '50vw';
11
+
12
+ $c-slideout-fluid-sidebar-width: '33vw';
13
+
14
+ // C Slideout Transitions
15
+
16
+ $c-slideout-transition-in: ();
17
+ $c-slideout-transition-in: map-merge(
18
+ (
19
+ overflow: hidden,
20
+ transition: all 0.3s ease-in-out,
21
+ ),
22
+ $c-slideout-transition-in
23
+ );
24
+
25
+ $c-slideout-transition-out: ();
26
+ $c-slideout-transition-out: map-merge(
27
+ (
28
+ overflow: hidden,
29
+ transition: all 0.2s ease-in,
30
+ ),
31
+ $c-slideout-transition-out
32
+ );
33
+
34
+ // C Slideout Positions
35
+
36
+ $c-slideout-absolute: ();
37
+ $c-slideout-absolute: map-merge(
38
+ (
39
+ position: absolute,
40
+ ),
41
+ $c-slideout-absolute
42
+ );
43
+
44
+ $c-slideout-fixed: ();
45
+ $c-slideout-fixed: map-merge(
46
+ (
47
+ position: fixed,
48
+ ),
49
+ $c-slideout-fixed
50
+ );
51
+
52
+ $c-slideout-container: ();
53
+ $c-slideout-container: map-deep-merge(
54
+ (
55
+ min-height: 480px,
56
+ position: relative,
57
+ ),
58
+ $c-slideout-container
59
+ );
60
+
61
+ $c-slideout-push-start: ();
62
+ $c-slideout-push-start: map-deep-merge(
63
+ (
64
+ padding-left: $c-slideout-sidebar-width,
65
+
66
+ media-breakpoint-down: (
67
+ md: (
68
+ padding-left: 0rem,
69
+ ),
70
+ ),
71
+ ),
72
+ $c-slideout-push-start
73
+ );
74
+
75
+ $c-slideout-push-end: ();
76
+ $c-slideout-push-end: map-deep-merge(
77
+ (
78
+ padding-right: $c-slideout-sidebar-width,
79
+
80
+ media-breakpoint-down: (
81
+ md: (
82
+ padding-right: 0rem,
83
+ ),
84
+ ),
85
+ ),
86
+ $c-slideout-push-end
87
+ );
88
+
89
+ $c-slideout-sm-down: ();
90
+ $c-slideout-sm-down: map-deep-merge(
91
+ (
92
+ sidebar: (
93
+ width: $c-slideout-sidebar-width-mobile,
94
+ ),
95
+ ),
96
+ $c-slideout-sm-down
97
+ );
98
+
99
+ // C Slideout Base
100
+
101
+ $c-slideout: ();
102
+ $c-slideout: map-deep-merge(
103
+ (
104
+ display: flex,
105
+ overflow: hidden,
106
+ z-index: $zindex-c-slideout,
107
+
108
+ c-slideout-shown: (
109
+ overflow: visible,
110
+ ),
111
+
112
+ sidebar: (
113
+ display: none,
114
+ flex-shrink: 0,
115
+ position: relative,
116
+ width: $c-slideout-sidebar-width,
117
+
118
+ sidebar-body: (
119
+ flex-grow: 1,
120
+ overflow: visible,
121
+ ),
122
+
123
+ sidebar-footer: (
124
+ border-top-width: 1px,
125
+ ),
126
+
127
+ '@supports (position: sticky)': (
128
+ '@media (max-height: 700px)': (
129
+ '.sidebar-header.sticky-top': (
130
+ position: static,
131
+ ),
132
+
133
+ '.sidebar-footer.sticky-bottom': (
134
+ position: static,
135
+ ),
136
+ ),
137
+ ),
138
+ ),
139
+
140
+ sidebar-c-slideout-show: (
141
+ display: flex,
142
+ flex-direction: column,
143
+ ),
144
+
145
+ sidebar-c-slideout-transition: (
146
+ display: flex,
147
+ flex-direction: column,
148
+
149
+ c-horizontal-resizer: (
150
+ display: none,
151
+ ),
152
+ ),
153
+
154
+ tbar-stacked: (
155
+ display: none,
156
+ flex-shrink: 0,
157
+ min-width: $c-slideout-tbar-stacked-min-width,
158
+ overflow: auto,
159
+ position: relative,
160
+ z-index: 1,
161
+ ),
162
+
163
+ tbar-stacked-c-slideout-show: (
164
+ display: flex,
165
+ ),
166
+
167
+ tbar-stacked-c-slideout-transition: (
168
+ display: flex,
169
+ ),
170
+
171
+ media-breakpoint-down: (
172
+ sm: $c-slideout-sm-down,
173
+ ),
174
+ ),
175
+ $c-slideout
176
+ );
177
+
178
+ $c-slideout-fluid: ();
179
+ $c-slideout-fluid: map-deep-merge(
180
+ (
181
+ '&.c-slideout-push-start': (
182
+ padding-left: $c-slideout-fluid-sidebar-width,
183
+ ),
184
+
185
+ '&.c-slideout-push-end': (
186
+ padding-right: $c-slideout-fluid-sidebar-width,
187
+ ),
188
+
189
+ sidebar: (
190
+ max-width: $c-slideout-fluid-sidebar-width,
191
+ width: $c-slideout-fluid-sidebar-width,
192
+ ),
193
+
194
+ media-breakpoint-down: (
195
+ md: (
196
+ '&.c-slideout-push-start': (
197
+ padding-left: $c-slideout-fluid-sidebar-width-md,
198
+ ),
199
+
200
+ '&.c-slideout-push-end': (
201
+ padding-right: $c-slideout-fluid-sidebar-width-md,
202
+ ),
203
+
204
+ sidebar: (
205
+ max-width: $c-slideout-fluid-sidebar-width-md,
206
+ width: $c-slideout-fluid-sidebar-width-md,
207
+ ),
208
+ ),
209
+
210
+ sm: (
211
+ '&.c-slideout-push-start': (
212
+ padding-left: 0rem,
213
+ ),
214
+
215
+ '&.c-slideout-push-end': (
216
+ padding-right: 0rem,
217
+ ),
218
+
219
+ sidebar: (
220
+ max-width: none,
221
+ width: 100vw,
222
+ ),
223
+ ),
224
+ ),
225
+ ),
226
+ $c-slideout-fluid
227
+ );
228
+
229
+ // C Slideout Start
230
+
231
+ $c-slideout-start-sm-down: ();
232
+ $c-slideout-start-sm-down: map-deep-merge(
233
+ (
234
+ c-slideout-tbar-shown-sidebar: (
235
+ left: calc(#{$c-slideout-sidebar-width-mobile} * -1),
236
+ ),
237
+
238
+ sidebar: (
239
+ left:
240
+ calc(
241
+ (
242
+ #{$c-slideout-sidebar-width-mobile} +
243
+ #{$c-slideout-tbar-stacked-min-width-mobile}
244
+ ) *
245
+ -1
246
+ ),
247
+ width: $c-slideout-sidebar-width-mobile,
248
+ ),
249
+
250
+ tbar-stacked: (
251
+ left: calc(#{$c-slideout-tbar-stacked-min-width-mobile} * -1),
252
+ ),
253
+ ),
254
+ $c-slideout-start-sm-down
255
+ );
256
+
257
+ $c-slideout-start: ();
258
+ $c-slideout-start: map-deep-merge(
259
+ (
260
+ bottom: 0rem,
261
+ left: 0rem,
262
+ top: 0rem,
263
+
264
+ c-slideout-tbar-shown-sidebar: (
265
+ left: calc(#{$c-slideout-sidebar-width} * -1),
266
+ ),
267
+
268
+ sidebar: (
269
+ left:
270
+ calc(
271
+ (
272
+ #{$c-slideout-sidebar-width} +
273
+ #{$c-slideout-tbar-stacked-min-width}
274
+ ) *
275
+ -1
276
+ ),
277
+ width: $c-slideout-sidebar-width,
278
+ ),
279
+
280
+ sidebar-c-slideout-show: (
281
+ left: 0rem,
282
+ ),
283
+
284
+ tbar-stacked: (
285
+ left: calc(#{$c-slideout-tbar-stacked-min-width} * -1),
286
+ ),
287
+
288
+ tbar-stacked-c-slideout-show: (
289
+ left: 0rem,
290
+ ),
291
+
292
+ media-breakpoint-down: (
293
+ sm: $c-slideout-start-sm-down,
294
+ ),
295
+ ),
296
+ $c-slideout-start
297
+ );
298
+
299
+ // C Slideout End
300
+
301
+ $c-slideout-end-sm-down: ();
302
+ $c-slideout-end-sm-down: map-deep-merge(
303
+ (
304
+ c-slideout-tbar-shown-sidebar: (
305
+ right: calc(#{$c-slideout-sidebar-width-mobile} * -1),
306
+ ),
307
+
308
+ sidebar: (
309
+ right:
310
+ calc(
311
+ (
312
+ #{$c-slideout-sidebar-width-mobile} +
313
+ #{$c-slideout-tbar-stacked-min-width-mobile}
314
+ ) *
315
+ -1
316
+ ),
317
+ ),
318
+
319
+ tbar-stacked: (
320
+ right: calc(#{$c-slideout-tbar-stacked-min-width-mobile} * -1),
321
+ ),
322
+ ),
323
+ $c-slideout-end-sm-down
324
+ );
325
+
326
+ $c-slideout-end: ();
327
+ $c-slideout-end: map-deep-merge(
328
+ (
329
+ bottom: 0rem,
330
+ right: 0rem,
331
+ top: 0rem,
332
+
333
+ c-slideout-tbar-shown-sidebar: (
334
+ right: calc(#{$c-slideout-sidebar-width} * -1),
335
+ ),
336
+
337
+ sidebar: (
338
+ right:
339
+ calc(
340
+ (
341
+ #{$c-slideout-sidebar-width} +
342
+ #{$c-slideout-tbar-stacked-min-width}
343
+ ) *
344
+ -1
345
+ ),
346
+ ),
347
+
348
+ sidebar-c-slideout-show: (
349
+ right: 0rem,
350
+ ),
351
+
352
+ tbar-stacked: (
353
+ right: calc(#{$c-slideout-tbar-stacked-min-width} * -1),
354
+ ),
355
+
356
+ tbar-stacked-c-slideout-show: (
357
+ right: 0rem,
358
+ ),
359
+
360
+ c-horizontal-resizer: (
361
+ left: 0rem,
362
+ right: auto,
363
+ ),
364
+
365
+ media-breakpoint-down: (
366
+ sm: $c-slideout-end-sm-down,
367
+ ),
368
+ ),
369
+ $c-slideout-end
370
+ );
371
+
372
+ $c-slideout-height-full: ();
373
+ $c-slideout-height-full: map-deep-merge(
374
+ (
375
+ z-index: $zindex-c-slideout-height-full,
376
+ ),
377
+ $c-slideout-height-full
378
+ );
379
+ }