@x-plat/design-system 0.1.4 → 0.2.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/dist/{colors-BG91q_uV.d.cts → colors-DmMsWD7G.d.cts} +20 -4
- package/dist/{colors-BG91q_uV.d.ts → colors-DmMsWD7G.d.ts} +20 -4
- package/dist/components/Accordion/index.cjs +25 -14
- package/dist/components/Accordion/index.css +6 -6
- package/dist/components/Accordion/index.d.cts +16 -3
- package/dist/components/Accordion/index.d.ts +16 -3
- package/dist/components/Accordion/index.js +25 -14
- package/dist/components/Alert/index.cjs +1 -1
- package/dist/components/Alert/index.css +16 -16
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Avatar/index.cjs +1 -1
- package/dist/components/Avatar/index.css +3 -279
- package/dist/components/Avatar/index.d.cts +2 -118
- package/dist/components/Avatar/index.d.ts +2 -118
- package/dist/components/Avatar/index.js +1 -1
- package/dist/components/Badge/index.cjs +3 -2
- package/dist/components/Badge/index.css +23 -279
- package/dist/components/Badge/index.d.cts +4 -118
- package/dist/components/Badge/index.d.ts +4 -118
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Breadcrumb/index.cjs +1 -1
- package/dist/components/Breadcrumb/index.css +4 -4
- package/dist/components/Breadcrumb/index.js +1 -1
- package/dist/components/Button/index.cjs +3 -2
- package/dist/components/Button/index.css +26 -1214
- package/dist/components/Button/index.d.cts +4 -118
- package/dist/components/Button/index.d.ts +4 -118
- package/dist/components/Button/index.js +3 -2
- package/dist/components/Card/index.cjs +1 -1
- package/dist/components/Card/index.css +3 -3
- package/dist/components/Card/index.js +1 -1
- package/dist/components/CardTab/index.cjs +124 -0
- package/dist/components/CardTab/index.css +78 -0
- package/dist/components/CardTab/index.d.cts +44 -0
- package/dist/components/CardTab/index.d.ts +44 -0
- package/dist/components/CardTab/index.js +87 -0
- package/dist/components/CheckBox/index.cjs +3 -2
- package/dist/components/CheckBox/index.css +27 -563
- package/dist/components/CheckBox/index.d.cts +5 -119
- package/dist/components/CheckBox/index.d.ts +5 -119
- package/dist/components/CheckBox/index.js +3 -2
- package/dist/components/Chip/index.cjs +3 -2
- package/dist/components/Chip/index.css +21 -1209
- package/dist/components/Chip/index.d.cts +4 -118
- package/dist/components/Chip/index.d.ts +4 -118
- package/dist/components/Chip/index.js +3 -2
- package/dist/components/DatePicker/index.cjs +5 -3
- package/dist/components/DatePicker/index.css +62 -1239
- package/dist/components/DatePicker/index.d.cts +3 -235
- package/dist/components/DatePicker/index.d.ts +3 -235
- package/dist/components/DatePicker/index.js +5 -3
- package/dist/components/Divider/index.cjs +1 -1
- package/dist/components/Divider/index.css +2 -2
- package/dist/components/Divider/index.js +1 -1
- package/dist/components/Drawer/index.cjs +1 -1
- package/dist/components/Drawer/index.css +5 -5
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/Dropdown/index.cjs +1 -1
- package/dist/components/Dropdown/index.css +7 -7
- package/dist/components/Dropdown/index.js +1 -1
- package/dist/components/EmptyState/index.cjs +1 -1
- package/dist/components/EmptyState/index.css +3 -3
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/FileUpload/index.cjs +1 -1
- package/dist/components/FileUpload/index.css +8 -8
- package/dist/components/FileUpload/index.js +1 -1
- package/dist/components/HtmlTypeWriter/index.css +1 -1
- package/dist/components/ImageSelector/index.css +9 -9
- package/dist/components/Input/index.cjs +3 -2
- package/dist/components/Input/index.css +21 -10
- package/dist/components/Input/index.d.cts +6 -2
- package/dist/components/Input/index.d.ts +6 -2
- package/dist/components/Input/index.js +3 -2
- package/dist/components/Modal/index.cjs +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Pagination/index.cjs +3 -2
- package/dist/components/Pagination/index.css +33 -283
- package/dist/components/Pagination/index.d.cts +4 -118
- package/dist/components/Pagination/index.d.ts +4 -118
- package/dist/components/Pagination/index.js +3 -2
- package/dist/components/PopOver/index.cjs +1 -1
- package/dist/components/PopOver/index.js +1 -1
- package/dist/components/Progress/index.cjs +1 -1
- package/dist/components/Progress/index.css +3 -281
- package/dist/components/Progress/index.d.cts +2 -118
- package/dist/components/Progress/index.d.ts +2 -118
- package/dist/components/Progress/index.js +1 -1
- package/dist/components/Radio/index.cjs +4 -1
- package/dist/components/Radio/index.css +36 -747
- package/dist/components/Radio/index.d.cts +6 -119
- package/dist/components/Radio/index.d.ts +6 -119
- package/dist/components/Radio/index.js +4 -1
- package/dist/components/Select/index.cjs +21 -9
- package/dist/components/Select/index.css +38 -18
- package/dist/components/Select/index.d.cts +5 -0
- package/dist/components/Select/index.d.ts +5 -0
- package/dist/components/Select/index.js +21 -9
- package/dist/components/Skeleton/index.cjs +1 -1
- package/dist/components/Skeleton/index.css +1 -1
- package/dist/components/Skeleton/index.js +1 -1
- package/dist/components/Spinner/index.cjs +1 -1
- package/dist/components/Spinner/index.css +2 -280
- package/dist/components/Spinner/index.d.cts +2 -118
- package/dist/components/Spinner/index.d.ts +2 -118
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/Steps/index.cjs +1 -1
- package/dist/components/Steps/index.css +14 -846
- package/dist/components/Steps/index.d.cts +2 -118
- package/dist/components/Steps/index.d.ts +2 -118
- package/dist/components/Steps/index.js +1 -1
- package/dist/components/Switch/index.cjs +3 -1
- package/dist/components/Switch/index.css +41 -751
- package/dist/components/Switch/index.d.cts +4 -118
- package/dist/components/Switch/index.d.ts +4 -118
- package/dist/components/Switch/index.js +3 -1
- package/dist/components/Tab/index.cjs +3 -3
- package/dist/components/Tab/index.css +20 -9
- package/dist/components/Tab/index.d.cts +2 -0
- package/dist/components/Tab/index.d.ts +2 -0
- package/dist/components/Tab/index.js +3 -3
- package/dist/components/Table/index.cjs +1 -1
- package/dist/components/Table/index.css +47 -4003
- package/dist/components/Table/index.d.cts +2 -118
- package/dist/components/Table/index.d.ts +2 -118
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/index.cjs +3 -2
- package/dist/components/Tag/index.css +27 -467
- package/dist/components/Tag/index.d.cts +4 -118
- package/dist/components/Tag/index.d.ts +4 -118
- package/dist/components/Tag/index.js +3 -2
- package/dist/components/TextArea/index.cjs +1 -1
- package/dist/components/TextArea/index.css +4 -4
- package/dist/components/TextArea/index.js +1 -1
- package/dist/components/Toast/index.cjs +1 -1
- package/dist/components/Toast/index.css +8 -8
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Tooltip/index.cjs +1 -1
- package/dist/components/Tooltip/index.css +4 -560
- package/dist/components/Tooltip/index.d.cts +2 -118
- package/dist/components/Tooltip/index.d.ts +2 -118
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Video/index.cjs +1 -1
- package/dist/components/Video/index.css +3 -3
- package/dist/components/Video/index.js +1 -1
- package/dist/components/index.cjs +456 -350
- package/dist/components/index.css +1278 -12612
- package/dist/components/index.d.cts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +454 -349
- package/dist/index.cjs +481 -374
- package/dist/index.css +1281 -12615
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +481 -373
- package/dist/layout/Grid/FullGrid/index.cjs +1 -1
- package/dist/layout/Grid/FullGrid/index.js +1 -1
- package/dist/layout/Grid/FullScreen/index.cjs +1 -1
- package/dist/layout/Grid/FullScreen/index.js +1 -1
- package/dist/layout/Grid/Item/index.cjs +1 -1
- package/dist/layout/Grid/Item/index.js +1 -1
- package/dist/layout/Grid/index.cjs +1 -1
- package/dist/layout/Grid/index.js +1 -1
- package/dist/layout/Header/index.css +2 -2
- package/dist/layout/Layout/index.css +1 -1
- package/dist/layout/SideBar/index.cjs +1 -1
- package/dist/layout/SideBar/index.js +1 -1
- package/dist/layout/index.cjs +1 -1
- package/dist/layout/index.css +3 -3
- package/dist/layout/index.js +1 -1
- package/dist/tokens/index.d.cts +1 -1
- package/dist/tokens/index.d.ts +1 -1
- package/package.json +12 -12
- package/README.md +0 -123
|
@@ -11,9 +11,25 @@
|
|
|
11
11
|
display: none;
|
|
12
12
|
pointer-events: none;
|
|
13
13
|
}
|
|
14
|
-
.lib-xplat-checkbox > .checkbox {
|
|
14
|
+
.lib-xplat-checkbox.sm > .checkbox {
|
|
15
|
+
width: 1rem;
|
|
16
|
+
height: 1rem;
|
|
17
|
+
}
|
|
18
|
+
.lib-xplat-checkbox.md > .checkbox {
|
|
15
19
|
width: 1.25rem;
|
|
16
20
|
height: 1.25rem;
|
|
21
|
+
}
|
|
22
|
+
.lib-xplat-checkbox.lg > .checkbox {
|
|
23
|
+
width: 1.5rem;
|
|
24
|
+
height: 1.5rem;
|
|
25
|
+
}
|
|
26
|
+
.lib-xplat-checkbox.sm > .label {
|
|
27
|
+
font-size: 0.875rem;
|
|
28
|
+
}
|
|
29
|
+
.lib-xplat-checkbox.lg > .label {
|
|
30
|
+
font-size: 1.125rem;
|
|
31
|
+
}
|
|
32
|
+
.lib-xplat-checkbox > .checkbox {
|
|
17
33
|
display: flex;
|
|
18
34
|
align-items: center;
|
|
19
35
|
justify-content: center;
|
|
@@ -21,569 +37,17 @@
|
|
|
21
37
|
transition: border-color 0.12s ease-out, background-color 0.12s ease-out;
|
|
22
38
|
}
|
|
23
39
|
.lib-xplat-checkbox > .checkbox.unchecked {
|
|
24
|
-
border: 1px solid
|
|
40
|
+
border: 1px solid var(--xplat-neutral-400);
|
|
25
41
|
}
|
|
26
42
|
.lib-xplat-checkbox:hover .lib-xplat-checkbox > .checkbox.unchecked {
|
|
27
|
-
border-color:
|
|
28
|
-
background-color:
|
|
29
|
-
}
|
|
30
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-50 {
|
|
31
|
-
background-color: #FFF0F0;
|
|
32
|
-
}
|
|
33
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-50:hover {
|
|
34
|
-
background-color: rgb(255, 199.2, 199.2);
|
|
35
|
-
}
|
|
36
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-100 {
|
|
37
|
-
background-color: #FFDDDE;
|
|
38
|
-
}
|
|
39
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-100:hover {
|
|
40
|
-
background-color: rgb(255, 180.2, 182.4);
|
|
41
|
-
}
|
|
42
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-200 {
|
|
43
|
-
background-color: #FFC1C2;
|
|
44
|
-
}
|
|
45
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-200:hover {
|
|
46
|
-
background-color: rgb(255, 152.2, 153.8580645161);
|
|
47
|
-
}
|
|
48
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-300 {
|
|
49
|
-
background-color: #FF9698;
|
|
50
|
-
}
|
|
51
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-300:hover {
|
|
52
|
-
background-color: rgb(255, 109.2, 111.9771428571);
|
|
53
|
-
}
|
|
54
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-400 {
|
|
55
|
-
background-color: #FF5A5D;
|
|
56
|
-
}
|
|
57
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-400:hover {
|
|
58
|
-
background-color: rgb(255, 49.2, 52.9418181818);
|
|
59
|
-
}
|
|
60
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-500 {
|
|
61
|
-
background-color: #FF272B;
|
|
62
|
-
}
|
|
63
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-500:hover {
|
|
64
|
-
background-color: rgb(253.2, 0, 4.6888888889);
|
|
65
|
-
}
|
|
66
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-600 {
|
|
67
|
-
background-color: #F80409;
|
|
68
|
-
}
|
|
69
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-600:hover {
|
|
70
|
-
background-color: rgb(207.8476190476, 3.3523809524, 7.5428571429);
|
|
71
|
-
}
|
|
72
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-700 {
|
|
73
|
-
background-color: #D40105;
|
|
74
|
-
}
|
|
75
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-700:hover {
|
|
76
|
-
background-color: rgb(171.3915492958, 0.8084507042, 4.0422535211);
|
|
77
|
-
}
|
|
78
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-800 {
|
|
79
|
-
background-color: #AE0609;
|
|
80
|
-
}
|
|
81
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-800:hover {
|
|
82
|
-
background-color: rgb(134.56, 4.64, 6.96);
|
|
83
|
-
}
|
|
84
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-900 {
|
|
85
|
-
background-color: #900C0F;
|
|
86
|
-
}
|
|
87
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-red-900:hover {
|
|
88
|
-
background-color: rgb(106.3384615385, 8.8615384615, 11.0769230769);
|
|
89
|
-
}
|
|
90
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-50 {
|
|
91
|
-
background-color: #E5F6EA;
|
|
92
|
-
}
|
|
93
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-50:hover {
|
|
94
|
-
background-color: rgb(198.6914285714, 235.5085714286, 209.52);
|
|
95
|
-
}
|
|
96
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-100 {
|
|
97
|
-
background-color: #C1E7CC;
|
|
98
|
-
}
|
|
99
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-100:hover {
|
|
100
|
-
background-color: rgb(163.5860465116, 219.6139534884, 179.8046511628);
|
|
101
|
-
}
|
|
102
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-200 {
|
|
103
|
-
background-color: #98D8AC;
|
|
104
|
-
}
|
|
105
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-200:hover {
|
|
106
|
-
background-color: rgb(122.4056338028, 204.7943661972, 148.1521126761);
|
|
107
|
-
}
|
|
108
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-300 {
|
|
109
|
-
background-color: #6CCA8B;
|
|
110
|
-
}
|
|
111
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-300:hover {
|
|
112
|
-
background-color: rgb(78.012, 191.188, 115.336);
|
|
113
|
-
}
|
|
114
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-400 {
|
|
115
|
-
background-color: #47BE72;
|
|
116
|
-
}
|
|
117
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-400:hover {
|
|
118
|
-
background-color: rgb(57.4819277108, 162.7180722892, 95.5084337349);
|
|
119
|
-
}
|
|
120
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-500 {
|
|
121
|
-
background-color: #10B259;
|
|
122
|
-
}
|
|
123
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-500:hover {
|
|
124
|
-
background-color: rgb(12.6350515464, 140.5649484536, 70.2824742268);
|
|
125
|
-
}
|
|
126
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-600 {
|
|
127
|
-
background-color: #00A34F;
|
|
128
|
-
}
|
|
129
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-600:hover {
|
|
130
|
-
background-color: rgb(0, 122.2, 59.2257668712);
|
|
131
|
-
}
|
|
132
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-700 {
|
|
133
|
-
background-color: #009143;
|
|
134
|
-
}
|
|
135
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-700:hover {
|
|
136
|
-
background-color: rgb(0, 104.2, 48.1475862069);
|
|
137
|
-
}
|
|
138
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-800 {
|
|
139
|
-
background-color: #007F38;
|
|
140
|
-
}
|
|
141
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-800:hover {
|
|
142
|
-
background-color: rgb(0, 86.2, 38.0094488189);
|
|
143
|
-
}
|
|
144
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-900 {
|
|
145
|
-
background-color: #006024;
|
|
146
|
-
}
|
|
147
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-green-900:hover {
|
|
148
|
-
background-color: rgb(0, 55.2, 20.7);
|
|
149
|
-
}
|
|
150
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-50 {
|
|
151
|
-
background-color: #FFF8EC;
|
|
152
|
-
}
|
|
153
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-50:hover {
|
|
154
|
-
background-color: rgb(255, 232.9684210526, 195.2);
|
|
155
|
-
}
|
|
156
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-100 {
|
|
157
|
-
background-color: #FFF0D3;
|
|
158
|
-
}
|
|
159
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-100:hover {
|
|
160
|
-
background-color: rgb(255, 226.0909090909, 170.2);
|
|
161
|
-
}
|
|
162
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-200 {
|
|
163
|
-
background-color: #FFDDA5;
|
|
164
|
-
}
|
|
165
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-200:hover {
|
|
166
|
-
background-color: rgb(255, 205.5866666667, 124.2);
|
|
167
|
-
}
|
|
168
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-300 {
|
|
169
|
-
background-color: #FFC46D;
|
|
170
|
-
}
|
|
171
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-300:hover {
|
|
172
|
-
background-color: rgb(255, 179.5123287671, 68.2);
|
|
173
|
-
}
|
|
174
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-400 {
|
|
175
|
-
background-color: #FF9F32;
|
|
176
|
-
}
|
|
177
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-400:hover {
|
|
178
|
-
background-color: rgb(255, 139.8936585366, 9.2);
|
|
179
|
-
}
|
|
180
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-500 {
|
|
181
|
-
background-color: #FF820A;
|
|
182
|
-
}
|
|
183
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-500:hover {
|
|
184
|
-
background-color: rgb(224.2, 109.812244898, 0);
|
|
185
|
-
}
|
|
186
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-600 {
|
|
187
|
-
background-color: #FF6900;
|
|
188
|
-
}
|
|
189
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-600:hover {
|
|
190
|
-
background-color: rgb(214.2, 88.2, 0);
|
|
191
|
-
}
|
|
192
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-700 {
|
|
193
|
-
background-color: #CC4B02;
|
|
194
|
-
}
|
|
195
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-700:hover {
|
|
196
|
-
background-color: rgb(163.5961165049, 60.145631068, 1.6038834951);
|
|
197
|
-
}
|
|
198
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-800 {
|
|
199
|
-
background-color: #A13A0B;
|
|
200
|
-
}
|
|
201
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-800:hover {
|
|
202
|
-
background-color: rgb(122.8093023256, 44.2418604651, 8.3906976744);
|
|
203
|
-
}
|
|
204
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-900 {
|
|
205
|
-
background-color: #82320C;
|
|
206
|
-
}
|
|
207
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-orange-900:hover {
|
|
208
|
-
background-color: rgb(92.6478873239, 35.6338028169, 8.5521126761);
|
|
209
|
-
}
|
|
210
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-50 {
|
|
211
|
-
background-color: #FFFDE7;
|
|
212
|
-
}
|
|
213
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-50:hover {
|
|
214
|
-
background-color: rgb(255, 249.6, 190.2);
|
|
215
|
-
}
|
|
216
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-100 {
|
|
217
|
-
background-color: #FFFAC1;
|
|
218
|
-
}
|
|
219
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-100:hover {
|
|
220
|
-
background-color: rgb(255, 246.7096774194, 152.2);
|
|
221
|
-
}
|
|
222
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-200 {
|
|
223
|
-
background-color: #FFF186;
|
|
224
|
-
}
|
|
225
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-200:hover {
|
|
226
|
-
background-color: rgb(255, 236.279338843, 93.2);
|
|
227
|
-
}
|
|
228
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-300 {
|
|
229
|
-
background-color: #FFE041;
|
|
230
|
-
}
|
|
231
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-300:hover {
|
|
232
|
-
background-color: rgb(255, 217.3431578947, 24.2);
|
|
233
|
-
}
|
|
234
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-400 {
|
|
235
|
-
background-color: #FFCC0D;
|
|
236
|
-
}
|
|
237
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-400:hover {
|
|
238
|
-
background-color: rgb(227.2, 179.3190082645, 0);
|
|
239
|
-
}
|
|
240
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-500 {
|
|
241
|
-
background-color: #F0B100;
|
|
242
|
-
}
|
|
243
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-500:hover {
|
|
244
|
-
background-color: rgb(199.2, 146.91, 0);
|
|
245
|
-
}
|
|
246
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-600 {
|
|
247
|
-
background-color: #D18800;
|
|
248
|
-
}
|
|
249
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-600:hover {
|
|
250
|
-
background-color: rgb(168.2, 109.4507177033, 0);
|
|
251
|
-
}
|
|
252
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-700 {
|
|
253
|
-
background-color: #A66002;
|
|
254
|
-
}
|
|
255
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-700:hover {
|
|
256
|
-
background-color: rgb(125.6857142857, 72.6857142857, 1.5142857143);
|
|
257
|
-
}
|
|
258
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-800 {
|
|
259
|
-
background-color: #894B0A;
|
|
260
|
-
}
|
|
261
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-800:hover {
|
|
262
|
-
background-color: rgb(98.9755102041, 54.1836734694, 7.2244897959);
|
|
263
|
-
}
|
|
264
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-900 {
|
|
265
|
-
background-color: #743D0F;
|
|
266
|
-
}
|
|
267
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-yellow-900:hover {
|
|
268
|
-
background-color: rgb(79.8717557252, 42.0015267176, 10.3282442748);
|
|
269
|
-
}
|
|
270
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-50 {
|
|
271
|
-
background-color: #F1F4FD;
|
|
272
|
-
}
|
|
273
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-50:hover {
|
|
274
|
-
background-color: rgb(205.3, 215.95, 247.9);
|
|
275
|
-
}
|
|
276
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-100 {
|
|
277
|
-
background-color: #DFE7FA;
|
|
278
|
-
}
|
|
279
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-100:hover {
|
|
280
|
-
background-color: rgb(187.7135135135, 204.5351351351, 244.4864864865);
|
|
281
|
-
}
|
|
282
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-200 {
|
|
283
|
-
background-color: #C5D4F8;
|
|
284
|
-
}
|
|
285
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-200:hover {
|
|
286
|
-
background-color: rgb(160.5938461538, 185.0092307692, 243.6061538462);
|
|
287
|
-
}
|
|
288
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-300 {
|
|
289
|
-
background-color: #9EB8F2;
|
|
290
|
-
}
|
|
291
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-300:hover {
|
|
292
|
-
background-color: rgb(122.0218181818, 157.6654545455, 237.1781818182);
|
|
293
|
-
}
|
|
294
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-400 {
|
|
295
|
-
background-color: #7093EA;
|
|
296
|
-
}
|
|
297
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-400:hover {
|
|
298
|
-
background-color: rgb(76.4243902439, 120.1317073171, 228.7756097561);
|
|
299
|
-
}
|
|
300
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-500 {
|
|
301
|
-
background-color: #4D6DE3;
|
|
302
|
-
}
|
|
303
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-500:hover {
|
|
304
|
-
background-color: rgb(41.745631068, 80.0834951456, 221.454368932);
|
|
305
|
-
}
|
|
306
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-600 {
|
|
307
|
-
background-color: #3950D7;
|
|
308
|
-
}
|
|
309
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-600:hover {
|
|
310
|
-
background-color: rgb(38.8571428571, 61.2, 192.3428571429);
|
|
311
|
-
}
|
|
312
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-700 {
|
|
313
|
-
background-color: #303EC5;
|
|
314
|
-
}
|
|
315
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-700:hover {
|
|
316
|
-
background-color: rgb(40.0065306122, 51.6751020408, 164.1934693878);
|
|
317
|
-
}
|
|
318
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-800 {
|
|
319
|
-
background-color: #2D35A0;
|
|
320
|
-
}
|
|
321
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-800:hover {
|
|
322
|
-
background-color: rgb(36.043902439, 42.4517073171, 128.156097561);
|
|
323
|
-
}
|
|
324
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-900 {
|
|
325
|
-
background-color: #29317F;
|
|
326
|
-
}
|
|
327
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-blue-900:hover {
|
|
328
|
-
background-color: rgb(31.0428571429, 37.1, 96.1571428571);
|
|
329
|
-
}
|
|
330
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-50 {
|
|
331
|
-
background-color: #EEFAFF;
|
|
332
|
-
}
|
|
333
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-50:hover {
|
|
334
|
-
background-color: rgb(197.2, 238, 255);
|
|
335
|
-
}
|
|
336
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-100 {
|
|
337
|
-
background-color: #D9F4FF;
|
|
338
|
-
}
|
|
339
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-100:hover {
|
|
340
|
-
background-color: rgb(176.2, 232.1894736842, 255);
|
|
341
|
-
}
|
|
342
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-200 {
|
|
343
|
-
background-color: #BBEDFF;
|
|
344
|
-
}
|
|
345
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-200:hover {
|
|
346
|
-
background-color: rgb(146.2, 226.2, 255);
|
|
347
|
-
}
|
|
348
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-300 {
|
|
349
|
-
background-color: #8DE3FF;
|
|
350
|
-
}
|
|
351
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-300:hover {
|
|
352
|
-
background-color: rgb(100.2, 216.9789473684, 255);
|
|
353
|
-
}
|
|
354
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-400 {
|
|
355
|
-
background-color: #57D0FF;
|
|
356
|
-
}
|
|
357
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-400:hover {
|
|
358
|
-
background-color: rgb(46.2, 196.5857142857, 255);
|
|
359
|
-
}
|
|
360
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-500 {
|
|
361
|
-
background-color: #30B6FF;
|
|
362
|
-
}
|
|
363
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-500:hover {
|
|
364
|
-
background-color: rgb(7.2, 167.6115942029, 255);
|
|
365
|
-
}
|
|
366
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-600 {
|
|
367
|
-
background-color: #1999F7;
|
|
368
|
-
}
|
|
369
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-600:hover {
|
|
370
|
-
background-color: rgb(7.7714285714, 132.1142857143, 223.4285714286);
|
|
371
|
-
}
|
|
372
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-700 {
|
|
373
|
-
background-color: #1280E3;
|
|
374
|
-
}
|
|
375
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-700:hover {
|
|
376
|
-
background-color: rgb(15.0024489796, 106.6840816327, 189.1975510204);
|
|
377
|
-
}
|
|
378
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-800 {
|
|
379
|
-
background-color: #1566B8;
|
|
380
|
-
}
|
|
381
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-800:hover {
|
|
382
|
-
background-color: rgb(16.8204878049, 81.6995121951, 147.3795121951);
|
|
383
|
-
}
|
|
384
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-900 {
|
|
385
|
-
background-color: #175791;
|
|
386
|
-
}
|
|
387
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-lightblue-900:hover {
|
|
388
|
-
background-color: rgb(17.4142857143, 65.8714285714, 109.7857142857);
|
|
389
|
-
}
|
|
390
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-50 {
|
|
391
|
-
background-color: #FBF6FE;
|
|
392
|
-
}
|
|
393
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-50:hover {
|
|
394
|
-
background-color: rgb(234.68, 209.28, 249.92);
|
|
395
|
-
}
|
|
396
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-100 {
|
|
397
|
-
background-color: #F5EAFD;
|
|
398
|
-
}
|
|
399
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-100:hover {
|
|
400
|
-
background-color: rgb(227.2608695652, 196.747826087, 249.452173913);
|
|
401
|
-
}
|
|
402
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-200 {
|
|
403
|
-
background-color: #EDD8FC;
|
|
404
|
-
}
|
|
405
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-200:hover {
|
|
406
|
-
background-color: rgb(219.5142857143, 178.1142857143, 249.0857142857);
|
|
407
|
-
}
|
|
408
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-300 {
|
|
409
|
-
background-color: #E0BAF8;
|
|
410
|
-
}
|
|
411
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-300:hover {
|
|
412
|
-
background-color: rgb(207.3578947368, 148.9578947368, 244.2421052632);
|
|
413
|
-
}
|
|
414
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-400 {
|
|
415
|
-
background-color: #CD8DF3;
|
|
416
|
-
}
|
|
417
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-400:hover {
|
|
418
|
-
background-color: rgb(188.8095238095, 104.0857142857, 239.1142857143);
|
|
419
|
-
}
|
|
420
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-500 {
|
|
421
|
-
background-color: #B961EB;
|
|
422
|
-
}
|
|
423
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-500:hover {
|
|
424
|
-
background-color: rgb(168.9550561798, 60.7842696629, 230.4157303371);
|
|
425
|
-
}
|
|
426
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-600 {
|
|
427
|
-
background-color: #A541DC;
|
|
428
|
-
}
|
|
429
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-600:hover {
|
|
430
|
-
background-color: rgb(146.52, 37.9866666667, 206.2133333333);
|
|
431
|
-
}
|
|
432
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-700 {
|
|
433
|
-
background-color: #9230C5;
|
|
434
|
-
}
|
|
435
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-700:hover {
|
|
436
|
-
background-color: rgb(121.6865306122, 40.0065306122, 164.1934693878);
|
|
437
|
-
}
|
|
438
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-800 {
|
|
439
|
-
background-color: #782B9E;
|
|
440
|
-
}
|
|
441
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-800:hover {
|
|
442
|
-
background-color: rgb(95.6417910448, 34.271641791, 125.928358209);
|
|
443
|
-
}
|
|
444
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-900 {
|
|
445
|
-
background-color: #62247F;
|
|
446
|
-
}
|
|
447
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-purple-900:hover {
|
|
448
|
-
background-color: rgb(73.4699386503, 26.9889570552, 95.2110429448);
|
|
449
|
-
}
|
|
450
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-50 {
|
|
451
|
-
background-color: #FFF4FE;
|
|
452
|
-
}
|
|
453
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-50:hover {
|
|
454
|
-
background-color: rgb(255, 203.2, 250.2909090909);
|
|
455
|
-
}
|
|
456
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-100 {
|
|
457
|
-
background-color: #FFE7FD;
|
|
458
|
-
}
|
|
459
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-100:hover {
|
|
460
|
-
background-color: rgb(255, 190.2, 249.6);
|
|
461
|
-
}
|
|
462
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-200 {
|
|
463
|
-
background-color: #FFCFFA;
|
|
464
|
-
}
|
|
465
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-200:hover {
|
|
466
|
-
background-color: rgb(255, 166.2, 245.75);
|
|
467
|
-
}
|
|
468
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-300 {
|
|
469
|
-
background-color: #FEA9F1;
|
|
470
|
-
}
|
|
471
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-300:hover {
|
|
472
|
-
background-color: rgb(253.5310344828, 128.6689655172, 234.4344827586);
|
|
473
|
-
}
|
|
474
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-400 {
|
|
475
|
-
background-color: #FD75E7;
|
|
476
|
-
}
|
|
477
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-400:hover {
|
|
478
|
-
background-color: rgb(252.4171428571, 76.7828571429, 224.0057142857);
|
|
479
|
-
}
|
|
480
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-500 {
|
|
481
|
-
background-color: #F553DA;
|
|
482
|
-
}
|
|
483
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-500:hover {
|
|
484
|
-
background-color: rgb(242.7582417582, 44.4417582418, 209.7054945055);
|
|
485
|
-
}
|
|
486
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-600 {
|
|
487
|
-
background-color: #D821B6;
|
|
488
|
-
}
|
|
489
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-600:hover {
|
|
490
|
-
background-color: rgb(180.6072289157, 27.5927710843, 152.178313253);
|
|
491
|
-
}
|
|
492
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-700 {
|
|
493
|
-
background-color: #B31892;
|
|
494
|
-
}
|
|
495
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-700:hover {
|
|
496
|
-
background-color: rgb(143.0236453202, 19.1763546798, 116.6561576355);
|
|
497
|
-
}
|
|
498
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-800 {
|
|
499
|
-
background-color: #921676;
|
|
500
|
-
}
|
|
501
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-800:hover {
|
|
502
|
-
background-color: rgb(110.5428571429, 16.6571428571, 89.3428571429);
|
|
503
|
-
}
|
|
504
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-900 {
|
|
505
|
-
background-color: #781761;
|
|
506
|
-
}
|
|
507
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-pink-900:hover {
|
|
508
|
-
background-color: rgb(85.7622377622, 16.4377622378, 69.3244755245);
|
|
509
|
-
}
|
|
510
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-50 {
|
|
511
|
-
background-color: #FAFAFA;
|
|
512
|
-
}
|
|
513
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-50:hover {
|
|
514
|
-
background-color: rgb(229.6, 229.6, 229.6);
|
|
515
|
-
}
|
|
516
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-100 {
|
|
517
|
-
background-color: #F5F5F5;
|
|
518
|
-
}
|
|
519
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-100:hover {
|
|
520
|
-
background-color: rgb(224.6, 224.6, 224.6);
|
|
521
|
-
}
|
|
522
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-200 {
|
|
523
|
-
background-color: #E5E5E5;
|
|
524
|
-
}
|
|
525
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-200:hover {
|
|
526
|
-
background-color: rgb(208.6, 208.6, 208.6);
|
|
527
|
-
}
|
|
528
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-300 {
|
|
529
|
-
background-color: #D4D4D4;
|
|
530
|
-
}
|
|
531
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-300:hover {
|
|
532
|
-
background-color: rgb(191.6, 191.6, 191.6);
|
|
533
|
-
}
|
|
534
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-400 {
|
|
535
|
-
background-color: #A1A1A1;
|
|
536
|
-
}
|
|
537
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-400:hover {
|
|
538
|
-
background-color: rgb(140.6, 140.6, 140.6);
|
|
539
|
-
}
|
|
540
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-500 {
|
|
541
|
-
background-color: #737373;
|
|
542
|
-
}
|
|
543
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-500:hover {
|
|
544
|
-
background-color: rgb(94.6, 94.6, 94.6);
|
|
545
|
-
}
|
|
546
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-600 {
|
|
547
|
-
background-color: #525252;
|
|
548
|
-
}
|
|
549
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-600:hover {
|
|
550
|
-
background-color: rgb(61.6, 61.6, 61.6);
|
|
551
|
-
}
|
|
552
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-700 {
|
|
553
|
-
background-color: #404040;
|
|
554
|
-
}
|
|
555
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-700:hover {
|
|
556
|
-
background-color: rgb(43.6, 43.6, 43.6);
|
|
557
|
-
}
|
|
558
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-800 {
|
|
559
|
-
background-color: #262626;
|
|
560
|
-
}
|
|
561
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-800:hover {
|
|
562
|
-
background-color: rgb(17.6, 17.6, 17.6);
|
|
563
|
-
}
|
|
564
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-900 {
|
|
565
|
-
background-color: #171717;
|
|
566
|
-
}
|
|
567
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-neutral-900:hover {
|
|
568
|
-
background-color: rgb(2.6, 2.6, 2.6);
|
|
569
|
-
}
|
|
570
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-black {
|
|
571
|
-
background-color: #000000;
|
|
572
|
-
}
|
|
573
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-black:hover {
|
|
574
|
-
background-color: hsl(0, 0%, -8%);
|
|
575
|
-
}
|
|
576
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-white {
|
|
577
|
-
background-color: #FFFFFF;
|
|
578
|
-
}
|
|
579
|
-
.lib-xplat-checkbox > .checkbox.checked.xplat-white:hover {
|
|
580
|
-
background-color: rgb(234.6, 234.6, 234.6);
|
|
43
|
+
border-color: var(--xplat-neutral-600);
|
|
44
|
+
background-color: var(--xplat-neutral-100);
|
|
581
45
|
}
|
|
582
|
-
.lib-xplat-checkbox > .checkbox.checked
|
|
583
|
-
background-color:
|
|
46
|
+
.lib-xplat-checkbox > .checkbox.checked {
|
|
47
|
+
background-color: var(--ds-color);
|
|
584
48
|
}
|
|
585
|
-
.lib-xplat-checkbox > .checkbox.checked
|
|
586
|
-
background-color:
|
|
49
|
+
.lib-xplat-checkbox > .checkbox.checked:hover {
|
|
50
|
+
background-color: color-mix(in srgb, var(--ds-color), black 15%);
|
|
587
51
|
}
|
|
588
52
|
.lib-xplat-checkbox > .checkbox .check-icon {
|
|
589
53
|
display: flex;
|
|
@@ -599,11 +63,11 @@
|
|
|
599
63
|
}
|
|
600
64
|
.lib-xplat-checkbox > .checkbox.disabled {
|
|
601
65
|
cursor: not-allowed;
|
|
602
|
-
background-color:
|
|
603
|
-
border-color:
|
|
66
|
+
background-color: var(--xplat-neutral-400) !important;
|
|
67
|
+
border-color: var(--xplat-neutral-400) !important;
|
|
604
68
|
}
|
|
605
69
|
.lib-xplat-checkbox > .label {
|
|
606
|
-
color:
|
|
70
|
+
color: var(--xplat-neutral-900);
|
|
607
71
|
font-weight: 400;
|
|
608
72
|
line-height: 1em;
|
|
609
73
|
padding-top: 0.05rem;
|