@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,194 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $b-font-weight: var(--b-font-weight, $font-weight-semi-bold);
3
+
4
+ $strong-font-weight: var(--strong-font-weight, $font-weight-semi-bold);
5
+
6
+ $reference-mark-font-size: var(--reference-mark-font-size, 12px);
7
+ $reference-mark-vertical-align: var(--reference-mark-vertical-align, super);
8
+
9
+ $reference-mark: ();
10
+ $reference-mark: map-deep-merge(
11
+ (
12
+ display: inline-block,
13
+ font-size: $reference-mark-font-size,
14
+ position: relative,
15
+ vertical-align: $reference-mark-vertical-align,
16
+
17
+ lexicon-icon: (
18
+ vertical-align: $reference-mark-vertical-align,
19
+ ),
20
+ ),
21
+ $reference-mark
22
+ );
23
+
24
+ // C Kbd
25
+
26
+ $c-kbd-group: ();
27
+ $c-kbd-group: map-deep-merge(
28
+ (
29
+ font-size: var(--c-kbd-group-font-size, 14px),
30
+ c-kbd: (
31
+ font-size: inherit,
32
+ ),
33
+ ),
34
+ $c-kbd-group
35
+ );
36
+
37
+ $c-kbd: ();
38
+ $c-kbd: map-deep-merge(
39
+ (
40
+ background-color: var(--c-kbd-background-color, transparent),
41
+ border-radius: var(--c-kbd-border-radius, 2px),
42
+ border-color: var(--c-kbd-border-color, transparent),
43
+ border-style: var(--c-kbd-border-style, solid),
44
+ border-width: var(--c-kbd-border-width, 1px),
45
+ box-shadow: var(--c-kbd-box-shadow, none),
46
+ color: var(--c-kbd-color, inherit),
47
+ display: var(--c-kbd-display, inline-block),
48
+ font-family: var(--c-kbd-font-family, $font-family-sans-serif),
49
+ font-size: var(--c-kbd-font-size, 14px),
50
+ font-weight: var(--c-kbd-font-weight, $font-weight-semi-bold),
51
+ height: var(--c-kbd-height, 24px),
52
+ line-height: var(--c-kbd-line-height, 22px),
53
+ min-width: var(--c-kbd-min-width, 24px),
54
+ padding-bottom: var(--c-kbd-padding-bottom, 0),
55
+ padding-left: var(--c-kbd-padding-left, 5px),
56
+ padding-right: var(--c-kbd-padding-right, 5px),
57
+ padding-top: var(--c-kbd-padding-top, 0),
58
+ text-align: center,
59
+ text-transform: capitalize,
60
+ ),
61
+ $c-kbd
62
+ );
63
+
64
+ // .c-kbd > .c-kbd
65
+
66
+ $c-kbd-c-kbd: ();
67
+ $c-kbd-c-kbd: map-merge(
68
+ (
69
+ border-width: 0,
70
+ font-size: inherit,
71
+ font-weight: inherit,
72
+ height: auto,
73
+ line-height: inherit,
74
+ min-width: 0,
75
+ padding: 0,
76
+ ),
77
+ $c-kbd-c-kbd
78
+ );
79
+
80
+ $c-kbd-monospaced: ();
81
+ $c-kbd-monospaced: map-deep-merge(
82
+ (
83
+ padding: 0,
84
+ ),
85
+ $c-kbd-monospaced
86
+ );
87
+
88
+ $c-kbd-inline: ();
89
+ $c-kbd-inline: map-deep-merge(
90
+ (
91
+ border-width: 0,
92
+ font-weight: $font-weight-light,
93
+ height: auto,
94
+ line-height: inherit,
95
+ min-width: 0,
96
+ padding: 0,
97
+ ),
98
+ $c-kbd-inline
99
+ );
100
+
101
+ // Kbd Separator
102
+
103
+ // .c-kbd > .c-kbd-separator
104
+
105
+ $c-kbd-c-kbd-separator: ();
106
+ $c-kbd-c-kbd-separator: map-merge(
107
+ (
108
+ font-weight: $font-weight-normal,
109
+ ),
110
+ $c-kbd-c-kbd-separator
111
+ );
112
+
113
+ // .c-kbd-inline > .c-kbd-separator
114
+
115
+ $c-kbd-inline-c-kbd-separator: ();
116
+ $c-kbd-inline-c-kbd-separator: map-merge(
117
+ (
118
+ font-weight: inherit,
119
+ ),
120
+ $c-kbd-inline-c-kbd-separator
121
+ );
122
+
123
+ // Kbd Sizes
124
+
125
+ $c-kbd-group-sm: ();
126
+ $c-kbd-group-sm: map-deep-merge(
127
+ (
128
+ font-size: var(--c-kbd-group-sm-font-size, 12px),
129
+ ),
130
+ $c-kbd-group-sm
131
+ );
132
+
133
+ $c-kbd-sm: ();
134
+ $c-kbd-sm: map-deep-merge(
135
+ (
136
+ font-size: var(--c-kbd-sm-font-size, 12px),
137
+ ),
138
+ $c-kbd-sm
139
+ );
140
+
141
+ $c-kbd-group-lg: ();
142
+ $c-kbd-group-lg: map-deep-merge(
143
+ (
144
+ font-size: var(--c-kbd-group-lg-font-size, 16px),
145
+ ),
146
+ $c-kbd-group-lg
147
+ );
148
+
149
+ $c-kbd-lg: ();
150
+ $c-kbd-lg: map-deep-merge(
151
+ (
152
+ font-size: var(--c-kbd-lg-font-size, 16px),
153
+ ),
154
+ $c-kbd-lg
155
+ );
156
+
157
+ // Kbd Variants
158
+
159
+ $c-kbd-group-light: ();
160
+ $c-kbd-group-light: map-deep-merge(
161
+ (
162
+ color: var(--c-kbd-group-light-color, $secondary),
163
+ ),
164
+ $c-kbd-group-light
165
+ );
166
+
167
+ $c-kbd-light: ();
168
+ $c-kbd-light: map-deep-merge(
169
+ (
170
+ background-color: var(--c-kbd-light-background-color, $white),
171
+ border-color: var(--c-kbd-light-border-color, $gray-400),
172
+ color: var(--c-kbd-light-color, $secondary),
173
+ ),
174
+ $c-kbd-light
175
+ );
176
+
177
+ $c-kbd-group-dark: ();
178
+ $c-kbd-group-dark: map-deep-merge(
179
+ (
180
+ color: var(--c-kbd-group-dark-color, $white),
181
+ ),
182
+ $c-kbd-group-dark
183
+ );
184
+
185
+ $c-kbd-dark: ();
186
+ $c-kbd-dark: map-deep-merge(
187
+ (
188
+ background-color: var(--c-kbd-dark-background-color, $dark-l2),
189
+ border-color: var(--c-kbd-dark-border-color, $dark-l2),
190
+ color: var(--c-kbd-dark-color, $white),
191
+ ),
192
+ $c-kbd-dark
193
+ );
194
+ }