@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,48 @@
|
|
|
1
|
+
$zindex-dropdown: 1000 !default;
|
|
2
|
+
|
|
3
|
+
$zindex-sticky: 989 !default;
|
|
4
|
+
|
|
5
|
+
$zindex-fixed: 1030 !default;
|
|
6
|
+
|
|
7
|
+
$zindex-modal-backdrop: 1040 !default;
|
|
8
|
+
$zindex-modal: 1050 !default;
|
|
9
|
+
|
|
10
|
+
$zindex-popover: 1060 !default;
|
|
11
|
+
|
|
12
|
+
$zindex-tooltip: 1070 !default;
|
|
13
|
+
|
|
14
|
+
$zindex-alert-notifications: 5000 !default;
|
|
15
|
+
|
|
16
|
+
$zindex-clay-range-input-form-control: 1 !default;
|
|
17
|
+
|
|
18
|
+
$zindex-input-group-hover: 3 !default;
|
|
19
|
+
|
|
20
|
+
$zindex-input-group-focus: calc(#{$zindex-input-group-hover} + 1) !default; // 4
|
|
21
|
+
|
|
22
|
+
$zindex-navbar-collapse-absolute: 500 !default;
|
|
23
|
+
|
|
24
|
+
$zindex-navbar-overlay: 450 !default;
|
|
25
|
+
|
|
26
|
+
$zindex-navbar-toggler-focus: 525 !default;
|
|
27
|
+
|
|
28
|
+
$zindex-menubar-vertical-expand-md-collapse-mobile: calc(
|
|
29
|
+
#{$zindex-navbar-collapse-absolute} - 1
|
|
30
|
+
) !default; // 499
|
|
31
|
+
|
|
32
|
+
$zindex-menubar-vertical-expand-lg-collapse-mobile: calc(
|
|
33
|
+
#{$zindex-navbar-collapse-absolute} - 1
|
|
34
|
+
) !default; // 499
|
|
35
|
+
|
|
36
|
+
$zindex-pagination-link-focus: 4 !default;
|
|
37
|
+
|
|
38
|
+
$zindex-pagination-link-active: 3 !default;
|
|
39
|
+
|
|
40
|
+
$zindex-pagination-link-disabled: 0 !default;
|
|
41
|
+
|
|
42
|
+
$zindex-panel-header-link-focus: 1 !default;
|
|
43
|
+
|
|
44
|
+
$zindex-sidenav: calc(#{$zindex-dropdown} - 25) !default; // 975
|
|
45
|
+
|
|
46
|
+
$zindex-c-slideout: $zindex-sidenav !default; // 975
|
|
47
|
+
|
|
48
|
+
$zindex-c-slideout-height-full: calc(#{$zindex-fixed} + 5) !default; // 1035
|