@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.
Files changed (97) hide show
  1. package/lib/css/atlas.css +136 -6
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +134 -5
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +74 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/arrow-key-down.svg +9 -0
  8. package/lib/images/icons/arrow-key-left.svg +9 -0
  9. package/lib/images/icons/arrow-key-right.svg +9 -0
  10. package/lib/images/icons/arrow-key-up.svg +9 -0
  11. package/lib/images/icons/icons.svg +1 -1
  12. package/package.json +1 -1
  13. package/src/images/icons/arrow-key-down.svg +9 -0
  14. package/src/images/icons/arrow-key-left.svg +9 -0
  15. package/src/images/icons/arrow-key-right.svg +9 -0
  16. package/src/images/icons/arrow-key-up.svg +9 -0
  17. package/src/images/icons/icons.svg +1 -1
  18. package/src/scss/_components.scss +2 -0
  19. package/src/scss/_license-text.scss +1 -1
  20. package/src/scss/atlas/variables/_forms.scss +3 -1
  21. package/src/scss/atlas/variables/_reorder.scss +1 -1
  22. package/src/scss/atlas-custom-properties/_variables.scss +0 -2
  23. package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
  24. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
  25. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
  26. package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
  27. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
  28. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
  29. package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
  30. package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
  31. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
  32. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
  33. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
  34. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
  35. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
  36. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
  37. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
  38. package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
  39. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
  40. package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
  41. package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
  42. package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
  43. package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
  44. package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
  45. package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
  46. package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
  47. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
  48. package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
  49. package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
  50. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
  51. package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
  52. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
  53. package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
  54. package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
  55. package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
  56. package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
  57. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
  58. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
  59. package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
  60. package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
  61. package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
  62. package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
  63. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
  64. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
  65. package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
  66. package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
  67. package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
  68. package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
  69. package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
  70. package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
  71. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
  72. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
  73. package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
  74. package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
  75. package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
  76. package/src/scss/atlas-variables.scss +0 -2
  77. package/src/scss/atlas.scss +0 -2
  78. package/src/scss/base-variables.scss +0 -2
  79. package/src/scss/base.scss +0 -2
  80. package/src/scss/cadmin/components/_focus-ring.scss +74 -0
  81. package/src/scss/cadmin/components/_forms.scss +2 -0
  82. package/src/scss/cadmin/components/_menubar.scss +8 -0
  83. package/src/scss/cadmin/components/_resizer.scss +19 -4
  84. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
  85. package/src/scss/cadmin/variables/_forms.scss +3 -1
  86. package/src/scss/cadmin/variables/_reorder.scss +1 -0
  87. package/src/scss/cadmin/variables/_resizer.scss +16 -3
  88. package/src/scss/cadmin.scss +1 -0
  89. package/src/scss/components/_focus-ring.scss +64 -0
  90. package/src/scss/components/_forms.scss +2 -0
  91. package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
  92. package/src/scss/components/_menubar.scss +8 -0
  93. package/src/scss/components/_resizer.scss +15 -4
  94. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  95. package/src/scss/variables/_breadcrumbs.scss +4 -2
  96. package/src/scss/variables/_forms.scss +2 -0
  97. package/src/scss/variables/_resizer.scss +16 -3
@@ -1,50 +1,48 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $zindex-dropdown: 1000;
1
+ $zindex-dropdown: 1000 !default;
3
2
 
4
- $zindex-sticky: 989;
3
+ $zindex-sticky: 989 !default;
5
4
 
6
- $zindex-fixed: 1030;
5
+ $zindex-fixed: 1030 !default;
7
6
 
8
- $zindex-modal-backdrop: 1040;
9
- $zindex-modal: 1050;
7
+ $zindex-modal-backdrop: 1040 !default;
8
+ $zindex-modal: 1050 !default;
10
9
 
11
- $zindex-popover: 1060;
10
+ $zindex-popover: 1060 !default;
12
11
 
13
- $zindex-tooltip: 1070;
12
+ $zindex-tooltip: 1070 !default;
14
13
 
15
- $zindex-alert-notifications: 5000;
14
+ $zindex-alert-notifications: 5000 !default;
16
15
 
17
- $zindex-clay-range-input-form-control: 1;
16
+ $zindex-clay-range-input-form-control: 1 !default;
18
17
 
19
- $zindex-input-group-hover: 3;
18
+ $zindex-input-group-hover: 3 !default;
20
19
 
21
- $zindex-input-group-focus: calc(#{$zindex-input-group-hover} + 1); // 4
20
+ $zindex-input-group-focus: calc(#{$zindex-input-group-hover} + 1) !default; // 4
22
21
 
23
- $zindex-navbar-collapse-absolute: 500;
22
+ $zindex-navbar-collapse-absolute: 500 !default;
24
23
 
25
- $zindex-navbar-overlay: 450;
24
+ $zindex-navbar-overlay: 450 !default;
26
25
 
27
- $zindex-navbar-toggler-focus: 525;
26
+ $zindex-navbar-toggler-focus: 525 !default;
28
27
 
29
- $zindex-menubar-vertical-expand-md-collapse-mobile: calc(
30
- #{$zindex-navbar-collapse-absolute} - 1
31
- ); // 499
28
+ $zindex-menubar-vertical-expand-md-collapse-mobile: calc(
29
+ #{$zindex-navbar-collapse-absolute} - 1
30
+ ) !default; // 499
32
31
 
33
- $zindex-menubar-vertical-expand-lg-collapse-mobile: calc(
34
- #{$zindex-navbar-collapse-absolute} - 1
35
- ); // 499
32
+ $zindex-menubar-vertical-expand-lg-collapse-mobile: calc(
33
+ #{$zindex-navbar-collapse-absolute} - 1
34
+ ) !default; // 499
36
35
 
37
- $zindex-pagination-link-focus: 4;
36
+ $zindex-pagination-link-focus: 4 !default;
38
37
 
39
- $zindex-pagination-link-active: 3;
38
+ $zindex-pagination-link-active: 3 !default;
40
39
 
41
- $zindex-pagination-link-disabled: 0;
40
+ $zindex-pagination-link-disabled: 0 !default;
42
41
 
43
- $zindex-panel-header-link-focus: 1;
42
+ $zindex-panel-header-link-focus: 1 !default;
44
43
 
45
- $zindex-sidenav: calc(#{$zindex-dropdown} - 25); // 975
44
+ $zindex-sidenav: calc(#{$zindex-dropdown} - 25) !default; // 975
46
45
 
47
- $zindex-c-slideout: $zindex-sidenav; // 975
46
+ $zindex-c-slideout: $zindex-sidenav !default; // 975
48
47
 
49
- $zindex-c-slideout-height-full: calc(#{$zindex-fixed} + 5); // 1035
50
- }
48
+ $zindex-c-slideout-height-full: calc(#{$zindex-fixed} + 5) !default; // 1035