@x-plat/design-system 0.1.5 → 0.2.1

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 (178) hide show
  1. package/dist/{colors-BG91q_uV.d.cts → colors-DmMsWD7G.d.cts} +20 -4
  2. package/dist/{colors-BG91q_uV.d.ts → colors-DmMsWD7G.d.ts} +20 -4
  3. package/dist/components/Accordion/index.cjs +25 -14
  4. package/dist/components/Accordion/index.css +6 -6
  5. package/dist/components/Accordion/index.d.cts +16 -3
  6. package/dist/components/Accordion/index.d.ts +16 -3
  7. package/dist/components/Accordion/index.js +25 -14
  8. package/dist/components/Alert/index.cjs +1 -1
  9. package/dist/components/Alert/index.css +16 -16
  10. package/dist/components/Alert/index.js +1 -1
  11. package/dist/components/Avatar/index.cjs +1 -1
  12. package/dist/components/Avatar/index.css +3 -279
  13. package/dist/components/Avatar/index.d.cts +2 -118
  14. package/dist/components/Avatar/index.d.ts +2 -118
  15. package/dist/components/Avatar/index.js +1 -1
  16. package/dist/components/Badge/index.cjs +3 -2
  17. package/dist/components/Badge/index.css +23 -279
  18. package/dist/components/Badge/index.d.cts +4 -118
  19. package/dist/components/Badge/index.d.ts +4 -118
  20. package/dist/components/Badge/index.js +3 -2
  21. package/dist/components/Breadcrumb/index.cjs +1 -1
  22. package/dist/components/Breadcrumb/index.css +4 -4
  23. package/dist/components/Breadcrumb/index.js +1 -1
  24. package/dist/components/Button/index.cjs +3 -2
  25. package/dist/components/Button/index.css +26 -1214
  26. package/dist/components/Button/index.d.cts +4 -118
  27. package/dist/components/Button/index.d.ts +4 -118
  28. package/dist/components/Button/index.js +3 -2
  29. package/dist/components/Card/index.cjs +1 -1
  30. package/dist/components/Card/index.css +3 -3
  31. package/dist/components/Card/index.js +1 -1
  32. package/dist/components/CardTab/index.cjs +124 -0
  33. package/dist/components/CardTab/index.css +78 -0
  34. package/dist/components/CardTab/index.d.cts +44 -0
  35. package/dist/components/CardTab/index.d.ts +44 -0
  36. package/dist/components/CardTab/index.js +87 -0
  37. package/dist/components/Chart/index.cjs +14230 -37
  38. package/dist/components/Chart/index.js +14217 -33
  39. package/dist/components/CheckBox/index.cjs +3 -2
  40. package/dist/components/CheckBox/index.css +27 -563
  41. package/dist/components/CheckBox/index.d.cts +5 -119
  42. package/dist/components/CheckBox/index.d.ts +5 -119
  43. package/dist/components/CheckBox/index.js +3 -2
  44. package/dist/components/Chip/index.cjs +3 -2
  45. package/dist/components/Chip/index.css +21 -1209
  46. package/dist/components/Chip/index.d.cts +4 -118
  47. package/dist/components/Chip/index.d.ts +4 -118
  48. package/dist/components/Chip/index.js +3 -2
  49. package/dist/components/DatePicker/index.cjs +10772 -56
  50. package/dist/components/DatePicker/index.css +802 -1231
  51. package/dist/components/DatePicker/index.d.cts +3 -235
  52. package/dist/components/DatePicker/index.d.ts +3 -235
  53. package/dist/components/DatePicker/index.js +11004 -280
  54. package/dist/components/Divider/index.cjs +1 -1
  55. package/dist/components/Divider/index.css +2 -2
  56. package/dist/components/Divider/index.js +1 -1
  57. package/dist/components/Drawer/index.cjs +1 -1
  58. package/dist/components/Drawer/index.css +5 -5
  59. package/dist/components/Drawer/index.js +1 -1
  60. package/dist/components/Dropdown/index.cjs +1 -1
  61. package/dist/components/Dropdown/index.css +7 -7
  62. package/dist/components/Dropdown/index.js +1 -1
  63. package/dist/components/EmptyState/index.cjs +1 -1
  64. package/dist/components/EmptyState/index.css +3 -3
  65. package/dist/components/EmptyState/index.js +1 -1
  66. package/dist/components/FileUpload/index.cjs +1 -1
  67. package/dist/components/FileUpload/index.css +8 -8
  68. package/dist/components/FileUpload/index.js +1 -1
  69. package/dist/components/HtmlTypeWriter/index.css +1 -1
  70. package/dist/components/ImageSelector/index.css +9 -9
  71. package/dist/components/Input/index.cjs +3 -2
  72. package/dist/components/Input/index.css +21 -10
  73. package/dist/components/Input/index.d.cts +6 -2
  74. package/dist/components/Input/index.d.ts +6 -2
  75. package/dist/components/Input/index.js +3 -2
  76. package/dist/components/Modal/index.cjs +1 -1
  77. package/dist/components/Modal/index.js +1 -1
  78. package/dist/components/Pagination/index.cjs +3 -2
  79. package/dist/components/Pagination/index.css +33 -283
  80. package/dist/components/Pagination/index.d.cts +4 -118
  81. package/dist/components/Pagination/index.d.ts +4 -118
  82. package/dist/components/Pagination/index.js +3 -2
  83. package/dist/components/PopOver/index.cjs +1 -1
  84. package/dist/components/PopOver/index.js +1 -1
  85. package/dist/components/Progress/index.cjs +1 -1
  86. package/dist/components/Progress/index.css +3 -281
  87. package/dist/components/Progress/index.d.cts +2 -118
  88. package/dist/components/Progress/index.d.ts +2 -118
  89. package/dist/components/Progress/index.js +1 -1
  90. package/dist/components/Radio/index.cjs +4 -1
  91. package/dist/components/Radio/index.css +36 -747
  92. package/dist/components/Radio/index.d.cts +6 -119
  93. package/dist/components/Radio/index.d.ts +6 -119
  94. package/dist/components/Radio/index.js +4 -1
  95. package/dist/components/Select/index.cjs +4 -2
  96. package/dist/components/Select/index.css +38 -18
  97. package/dist/components/Select/index.d.cts +3 -0
  98. package/dist/components/Select/index.d.ts +3 -0
  99. package/dist/components/Select/index.js +4 -2
  100. package/dist/components/Skeleton/index.cjs +1 -1
  101. package/dist/components/Skeleton/index.css +1 -1
  102. package/dist/components/Skeleton/index.js +1 -1
  103. package/dist/components/Spinner/index.cjs +1 -1
  104. package/dist/components/Spinner/index.css +2 -280
  105. package/dist/components/Spinner/index.d.cts +2 -118
  106. package/dist/components/Spinner/index.d.ts +2 -118
  107. package/dist/components/Spinner/index.js +1 -1
  108. package/dist/components/Steps/index.cjs +1 -1
  109. package/dist/components/Steps/index.css +14 -846
  110. package/dist/components/Steps/index.d.cts +2 -118
  111. package/dist/components/Steps/index.d.ts +2 -118
  112. package/dist/components/Steps/index.js +1 -1
  113. package/dist/components/Swiper/index.cjs +5874 -18
  114. package/dist/components/Swiper/index.css +229 -0
  115. package/dist/components/Swiper/index.js +5863 -17
  116. package/dist/components/Switch/index.cjs +1 -1
  117. package/dist/components/Switch/index.css +9 -745
  118. package/dist/components/Switch/index.d.cts +2 -118
  119. package/dist/components/Switch/index.d.ts +2 -118
  120. package/dist/components/Switch/index.js +1 -1
  121. package/dist/components/Tab/index.cjs +3 -3
  122. package/dist/components/Tab/index.css +20 -9
  123. package/dist/components/Tab/index.d.cts +2 -0
  124. package/dist/components/Tab/index.d.ts +2 -0
  125. package/dist/components/Tab/index.js +3 -3
  126. package/dist/components/Table/index.cjs +1 -1
  127. package/dist/components/Table/index.css +47 -4003
  128. package/dist/components/Table/index.d.cts +2 -118
  129. package/dist/components/Table/index.d.ts +2 -118
  130. package/dist/components/Table/index.js +1 -1
  131. package/dist/components/Tag/index.cjs +3 -2
  132. package/dist/components/Tag/index.css +27 -467
  133. package/dist/components/Tag/index.d.cts +4 -118
  134. package/dist/components/Tag/index.d.ts +4 -118
  135. package/dist/components/Tag/index.js +3 -2
  136. package/dist/components/TextArea/index.cjs +1 -1
  137. package/dist/components/TextArea/index.css +4 -4
  138. package/dist/components/TextArea/index.js +1 -1
  139. package/dist/components/Toast/index.cjs +1 -1
  140. package/dist/components/Toast/index.css +8 -8
  141. package/dist/components/Toast/index.js +1 -1
  142. package/dist/components/Tooltip/index.cjs +1 -1
  143. package/dist/components/Tooltip/index.css +4 -560
  144. package/dist/components/Tooltip/index.d.cts +2 -118
  145. package/dist/components/Tooltip/index.d.ts +2 -118
  146. package/dist/components/Tooltip/index.js +1 -1
  147. package/dist/components/Video/index.cjs +1 -1
  148. package/dist/components/Video/index.css +3 -3
  149. package/dist/components/Video/index.js +1 -1
  150. package/dist/components/index.cjs +25841 -842
  151. package/dist/components/index.css +1929 -12543
  152. package/dist/components/index.d.cts +2 -1
  153. package/dist/components/index.d.ts +2 -1
  154. package/dist/components/index.js +25836 -841
  155. package/dist/index.cjs +25875 -876
  156. package/dist/index.css +2358 -12598
  157. package/dist/index.d.cts +2 -1
  158. package/dist/index.d.ts +2 -1
  159. package/dist/index.js +25878 -883
  160. package/dist/layout/Grid/FullGrid/index.cjs +1 -1
  161. package/dist/layout/Grid/FullGrid/index.js +1 -1
  162. package/dist/layout/Grid/FullScreen/index.cjs +1 -1
  163. package/dist/layout/Grid/FullScreen/index.js +1 -1
  164. package/dist/layout/Grid/Item/index.cjs +1 -1
  165. package/dist/layout/Grid/Item/index.js +1 -1
  166. package/dist/layout/Grid/index.cjs +1 -1
  167. package/dist/layout/Grid/index.js +1 -1
  168. package/dist/layout/Header/index.css +2 -2
  169. package/dist/layout/Layout/index.css +1 -1
  170. package/dist/layout/SideBar/index.cjs +1 -1
  171. package/dist/layout/SideBar/index.js +1 -1
  172. package/dist/layout/index.cjs +1 -1
  173. package/dist/layout/index.css +3 -3
  174. package/dist/layout/index.js +1 -1
  175. package/dist/tokens/index.d.cts +1 -1
  176. package/dist/tokens/index.d.ts +1 -1
  177. package/package.json +13 -12
  178. package/README.md +0 -123
@@ -5,8 +5,8 @@
5
5
  cursor: pointer;
6
6
  transition: background-color 0.2s, border-color 0.2s;
7
7
  border: 1px solid transparent;
8
- background-color: #D4D4D4;
9
- border-color: #D4D4D4;
8
+ background-color: var(--xplat-neutral-300);
9
+ border-color: var(--xplat-neutral-300);
10
10
  }
11
11
  .lib-xplat-switch.sm {
12
12
  width: 2rem;
@@ -50,755 +50,19 @@
50
50
  pointer-events: none;
51
51
  cursor: wait;
52
52
  }
53
- .lib-xplat-switch.checked.xplat-red-50 {
54
- background-color: #FFF0F0;
55
- border-color: #FFF0F0;
53
+ .lib-xplat-switch.checked {
54
+ background-color: var(--ds-color);
55
+ border-color: var(--ds-color);
56
56
  }
57
- .lib-xplat-switch.checked.xplat-red-50:hover:not(.disabled):not(.animating) {
58
- background-color: rgb(255, 199.2, 199.2);
59
- border-color: rgb(255, 199.2, 199.2);
60
- }
61
- .lib-xplat-switch.checked.xplat-red-100 {
62
- background-color: #FFDDDE;
63
- border-color: #FFDDDE;
64
- }
65
- .lib-xplat-switch.checked.xplat-red-100:hover:not(.disabled):not(.animating) {
66
- background-color: rgb(255, 180.2, 182.4);
67
- border-color: rgb(255, 180.2, 182.4);
68
- }
69
- .lib-xplat-switch.checked.xplat-red-200 {
70
- background-color: #FFC1C2;
71
- border-color: #FFC1C2;
72
- }
73
- .lib-xplat-switch.checked.xplat-red-200:hover:not(.disabled):not(.animating) {
74
- background-color: rgb(255, 152.2, 153.8580645161);
75
- border-color: rgb(255, 152.2, 153.8580645161);
76
- }
77
- .lib-xplat-switch.checked.xplat-red-300 {
78
- background-color: #FF9698;
79
- border-color: #FF9698;
80
- }
81
- .lib-xplat-switch.checked.xplat-red-300:hover:not(.disabled):not(.animating) {
82
- background-color: rgb(255, 109.2, 111.9771428571);
83
- border-color: rgb(255, 109.2, 111.9771428571);
84
- }
85
- .lib-xplat-switch.checked.xplat-red-400 {
86
- background-color: #FF5A5D;
87
- border-color: #FF5A5D;
88
- }
89
- .lib-xplat-switch.checked.xplat-red-400:hover:not(.disabled):not(.animating) {
90
- background-color: rgb(255, 49.2, 52.9418181818);
91
- border-color: rgb(255, 49.2, 52.9418181818);
92
- }
93
- .lib-xplat-switch.checked.xplat-red-500 {
94
- background-color: #FF272B;
95
- border-color: #FF272B;
96
- }
97
- .lib-xplat-switch.checked.xplat-red-500:hover:not(.disabled):not(.animating) {
98
- background-color: rgb(253.2, 0, 4.6888888889);
99
- border-color: rgb(253.2, 0, 4.6888888889);
100
- }
101
- .lib-xplat-switch.checked.xplat-red-600 {
102
- background-color: #F80409;
103
- border-color: #F80409;
104
- }
105
- .lib-xplat-switch.checked.xplat-red-600:hover:not(.disabled):not(.animating) {
106
- background-color: rgb(207.8476190476, 3.3523809524, 7.5428571429);
107
- border-color: rgb(207.8476190476, 3.3523809524, 7.5428571429);
108
- }
109
- .lib-xplat-switch.checked.xplat-red-700 {
110
- background-color: #D40105;
111
- border-color: #D40105;
112
- }
113
- .lib-xplat-switch.checked.xplat-red-700:hover:not(.disabled):not(.animating) {
114
- background-color: rgb(171.3915492958, 0.8084507042, 4.0422535211);
115
- border-color: rgb(171.3915492958, 0.8084507042, 4.0422535211);
116
- }
117
- .lib-xplat-switch.checked.xplat-red-800 {
118
- background-color: #AE0609;
119
- border-color: #AE0609;
120
- }
121
- .lib-xplat-switch.checked.xplat-red-800:hover:not(.disabled):not(.animating) {
122
- background-color: rgb(134.56, 4.64, 6.96);
123
- border-color: rgb(134.56, 4.64, 6.96);
124
- }
125
- .lib-xplat-switch.checked.xplat-red-900 {
126
- background-color: #900C0F;
127
- border-color: #900C0F;
128
- }
129
- .lib-xplat-switch.checked.xplat-red-900:hover:not(.disabled):not(.animating) {
130
- background-color: rgb(106.3384615385, 8.8615384615, 11.0769230769);
131
- border-color: rgb(106.3384615385, 8.8615384615, 11.0769230769);
132
- }
133
- .lib-xplat-switch.checked.xplat-green-50 {
134
- background-color: #E5F6EA;
135
- border-color: #E5F6EA;
136
- }
137
- .lib-xplat-switch.checked.xplat-green-50:hover:not(.disabled):not(.animating) {
138
- background-color: rgb(198.6914285714, 235.5085714286, 209.52);
139
- border-color: rgb(198.6914285714, 235.5085714286, 209.52);
140
- }
141
- .lib-xplat-switch.checked.xplat-green-100 {
142
- background-color: #C1E7CC;
143
- border-color: #C1E7CC;
144
- }
145
- .lib-xplat-switch.checked.xplat-green-100:hover:not(.disabled):not(.animating) {
146
- background-color: rgb(163.5860465116, 219.6139534884, 179.8046511628);
147
- border-color: rgb(163.5860465116, 219.6139534884, 179.8046511628);
148
- }
149
- .lib-xplat-switch.checked.xplat-green-200 {
150
- background-color: #98D8AC;
151
- border-color: #98D8AC;
152
- }
153
- .lib-xplat-switch.checked.xplat-green-200:hover:not(.disabled):not(.animating) {
154
- background-color: rgb(122.4056338028, 204.7943661972, 148.1521126761);
155
- border-color: rgb(122.4056338028, 204.7943661972, 148.1521126761);
156
- }
157
- .lib-xplat-switch.checked.xplat-green-300 {
158
- background-color: #6CCA8B;
159
- border-color: #6CCA8B;
160
- }
161
- .lib-xplat-switch.checked.xplat-green-300:hover:not(.disabled):not(.animating) {
162
- background-color: rgb(78.012, 191.188, 115.336);
163
- border-color: rgb(78.012, 191.188, 115.336);
164
- }
165
- .lib-xplat-switch.checked.xplat-green-400 {
166
- background-color: #47BE72;
167
- border-color: #47BE72;
168
- }
169
- .lib-xplat-switch.checked.xplat-green-400:hover:not(.disabled):not(.animating) {
170
- background-color: rgb(57.4819277108, 162.7180722892, 95.5084337349);
171
- border-color: rgb(57.4819277108, 162.7180722892, 95.5084337349);
172
- }
173
- .lib-xplat-switch.checked.xplat-green-500 {
174
- background-color: #10B259;
175
- border-color: #10B259;
176
- }
177
- .lib-xplat-switch.checked.xplat-green-500:hover:not(.disabled):not(.animating) {
178
- background-color: rgb(12.6350515464, 140.5649484536, 70.2824742268);
179
- border-color: rgb(12.6350515464, 140.5649484536, 70.2824742268);
180
- }
181
- .lib-xplat-switch.checked.xplat-green-600 {
182
- background-color: #00A34F;
183
- border-color: #00A34F;
184
- }
185
- .lib-xplat-switch.checked.xplat-green-600:hover:not(.disabled):not(.animating) {
186
- background-color: rgb(0, 122.2, 59.2257668712);
187
- border-color: rgb(0, 122.2, 59.2257668712);
188
- }
189
- .lib-xplat-switch.checked.xplat-green-700 {
190
- background-color: #009143;
191
- border-color: #009143;
192
- }
193
- .lib-xplat-switch.checked.xplat-green-700:hover:not(.disabled):not(.animating) {
194
- background-color: rgb(0, 104.2, 48.1475862069);
195
- border-color: rgb(0, 104.2, 48.1475862069);
196
- }
197
- .lib-xplat-switch.checked.xplat-green-800 {
198
- background-color: #007F38;
199
- border-color: #007F38;
200
- }
201
- .lib-xplat-switch.checked.xplat-green-800:hover:not(.disabled):not(.animating) {
202
- background-color: rgb(0, 86.2, 38.0094488189);
203
- border-color: rgb(0, 86.2, 38.0094488189);
204
- }
205
- .lib-xplat-switch.checked.xplat-green-900 {
206
- background-color: #006024;
207
- border-color: #006024;
208
- }
209
- .lib-xplat-switch.checked.xplat-green-900:hover:not(.disabled):not(.animating) {
210
- background-color: rgb(0, 55.2, 20.7);
211
- border-color: rgb(0, 55.2, 20.7);
212
- }
213
- .lib-xplat-switch.checked.xplat-orange-50 {
214
- background-color: #FFF8EC;
215
- border-color: #FFF8EC;
216
- }
217
- .lib-xplat-switch.checked.xplat-orange-50:hover:not(.disabled):not(.animating) {
218
- background-color: rgb(255, 232.9684210526, 195.2);
219
- border-color: rgb(255, 232.9684210526, 195.2);
220
- }
221
- .lib-xplat-switch.checked.xplat-orange-100 {
222
- background-color: #FFF0D3;
223
- border-color: #FFF0D3;
224
- }
225
- .lib-xplat-switch.checked.xplat-orange-100:hover:not(.disabled):not(.animating) {
226
- background-color: rgb(255, 226.0909090909, 170.2);
227
- border-color: rgb(255, 226.0909090909, 170.2);
228
- }
229
- .lib-xplat-switch.checked.xplat-orange-200 {
230
- background-color: #FFDDA5;
231
- border-color: #FFDDA5;
232
- }
233
- .lib-xplat-switch.checked.xplat-orange-200:hover:not(.disabled):not(.animating) {
234
- background-color: rgb(255, 205.5866666667, 124.2);
235
- border-color: rgb(255, 205.5866666667, 124.2);
236
- }
237
- .lib-xplat-switch.checked.xplat-orange-300 {
238
- background-color: #FFC46D;
239
- border-color: #FFC46D;
240
- }
241
- .lib-xplat-switch.checked.xplat-orange-300:hover:not(.disabled):not(.animating) {
242
- background-color: rgb(255, 179.5123287671, 68.2);
243
- border-color: rgb(255, 179.5123287671, 68.2);
244
- }
245
- .lib-xplat-switch.checked.xplat-orange-400 {
246
- background-color: #FF9F32;
247
- border-color: #FF9F32;
248
- }
249
- .lib-xplat-switch.checked.xplat-orange-400:hover:not(.disabled):not(.animating) {
250
- background-color: rgb(255, 139.8936585366, 9.2);
251
- border-color: rgb(255, 139.8936585366, 9.2);
252
- }
253
- .lib-xplat-switch.checked.xplat-orange-500 {
254
- background-color: #FF820A;
255
- border-color: #FF820A;
256
- }
257
- .lib-xplat-switch.checked.xplat-orange-500:hover:not(.disabled):not(.animating) {
258
- background-color: rgb(224.2, 109.812244898, 0);
259
- border-color: rgb(224.2, 109.812244898, 0);
260
- }
261
- .lib-xplat-switch.checked.xplat-orange-600 {
262
- background-color: #FF6900;
263
- border-color: #FF6900;
264
- }
265
- .lib-xplat-switch.checked.xplat-orange-600:hover:not(.disabled):not(.animating) {
266
- background-color: rgb(214.2, 88.2, 0);
267
- border-color: rgb(214.2, 88.2, 0);
268
- }
269
- .lib-xplat-switch.checked.xplat-orange-700 {
270
- background-color: #CC4B02;
271
- border-color: #CC4B02;
272
- }
273
- .lib-xplat-switch.checked.xplat-orange-700:hover:not(.disabled):not(.animating) {
274
- background-color: rgb(163.5961165049, 60.145631068, 1.6038834951);
275
- border-color: rgb(163.5961165049, 60.145631068, 1.6038834951);
276
- }
277
- .lib-xplat-switch.checked.xplat-orange-800 {
278
- background-color: #A13A0B;
279
- border-color: #A13A0B;
280
- }
281
- .lib-xplat-switch.checked.xplat-orange-800:hover:not(.disabled):not(.animating) {
282
- background-color: rgb(122.8093023256, 44.2418604651, 8.3906976744);
283
- border-color: rgb(122.8093023256, 44.2418604651, 8.3906976744);
284
- }
285
- .lib-xplat-switch.checked.xplat-orange-900 {
286
- background-color: #82320C;
287
- border-color: #82320C;
288
- }
289
- .lib-xplat-switch.checked.xplat-orange-900:hover:not(.disabled):not(.animating) {
290
- background-color: rgb(92.6478873239, 35.6338028169, 8.5521126761);
291
- border-color: rgb(92.6478873239, 35.6338028169, 8.5521126761);
292
- }
293
- .lib-xplat-switch.checked.xplat-yellow-50 {
294
- background-color: #FFFDE7;
295
- border-color: #FFFDE7;
296
- }
297
- .lib-xplat-switch.checked.xplat-yellow-50:hover:not(.disabled):not(.animating) {
298
- background-color: rgb(255, 249.6, 190.2);
299
- border-color: rgb(255, 249.6, 190.2);
300
- }
301
- .lib-xplat-switch.checked.xplat-yellow-100 {
302
- background-color: #FFFAC1;
303
- border-color: #FFFAC1;
304
- }
305
- .lib-xplat-switch.checked.xplat-yellow-100:hover:not(.disabled):not(.animating) {
306
- background-color: rgb(255, 246.7096774194, 152.2);
307
- border-color: rgb(255, 246.7096774194, 152.2);
308
- }
309
- .lib-xplat-switch.checked.xplat-yellow-200 {
310
- background-color: #FFF186;
311
- border-color: #FFF186;
312
- }
313
- .lib-xplat-switch.checked.xplat-yellow-200:hover:not(.disabled):not(.animating) {
314
- background-color: rgb(255, 236.279338843, 93.2);
315
- border-color: rgb(255, 236.279338843, 93.2);
316
- }
317
- .lib-xplat-switch.checked.xplat-yellow-300 {
318
- background-color: #FFE041;
319
- border-color: #FFE041;
320
- }
321
- .lib-xplat-switch.checked.xplat-yellow-300:hover:not(.disabled):not(.animating) {
322
- background-color: rgb(255, 217.3431578947, 24.2);
323
- border-color: rgb(255, 217.3431578947, 24.2);
324
- }
325
- .lib-xplat-switch.checked.xplat-yellow-400 {
326
- background-color: #FFCC0D;
327
- border-color: #FFCC0D;
328
- }
329
- .lib-xplat-switch.checked.xplat-yellow-400:hover:not(.disabled):not(.animating) {
330
- background-color: rgb(227.2, 179.3190082645, 0);
331
- border-color: rgb(227.2, 179.3190082645, 0);
332
- }
333
- .lib-xplat-switch.checked.xplat-yellow-500 {
334
- background-color: #F0B100;
335
- border-color: #F0B100;
336
- }
337
- .lib-xplat-switch.checked.xplat-yellow-500:hover:not(.disabled):not(.animating) {
338
- background-color: rgb(199.2, 146.91, 0);
339
- border-color: rgb(199.2, 146.91, 0);
340
- }
341
- .lib-xplat-switch.checked.xplat-yellow-600 {
342
- background-color: #D18800;
343
- border-color: #D18800;
344
- }
345
- .lib-xplat-switch.checked.xplat-yellow-600:hover:not(.disabled):not(.animating) {
346
- background-color: rgb(168.2, 109.4507177033, 0);
347
- border-color: rgb(168.2, 109.4507177033, 0);
348
- }
349
- .lib-xplat-switch.checked.xplat-yellow-700 {
350
- background-color: #A66002;
351
- border-color: #A66002;
352
- }
353
- .lib-xplat-switch.checked.xplat-yellow-700:hover:not(.disabled):not(.animating) {
354
- background-color: rgb(125.6857142857, 72.6857142857, 1.5142857143);
355
- border-color: rgb(125.6857142857, 72.6857142857, 1.5142857143);
356
- }
357
- .lib-xplat-switch.checked.xplat-yellow-800 {
358
- background-color: #894B0A;
359
- border-color: #894B0A;
360
- }
361
- .lib-xplat-switch.checked.xplat-yellow-800:hover:not(.disabled):not(.animating) {
362
- background-color: rgb(98.9755102041, 54.1836734694, 7.2244897959);
363
- border-color: rgb(98.9755102041, 54.1836734694, 7.2244897959);
364
- }
365
- .lib-xplat-switch.checked.xplat-yellow-900 {
366
- background-color: #743D0F;
367
- border-color: #743D0F;
368
- }
369
- .lib-xplat-switch.checked.xplat-yellow-900:hover:not(.disabled):not(.animating) {
370
- background-color: rgb(79.8717557252, 42.0015267176, 10.3282442748);
371
- border-color: rgb(79.8717557252, 42.0015267176, 10.3282442748);
372
- }
373
- .lib-xplat-switch.checked.xplat-blue-50 {
374
- background-color: #F1F4FD;
375
- border-color: #F1F4FD;
376
- }
377
- .lib-xplat-switch.checked.xplat-blue-50:hover:not(.disabled):not(.animating) {
378
- background-color: rgb(205.3, 215.95, 247.9);
379
- border-color: rgb(205.3, 215.95, 247.9);
380
- }
381
- .lib-xplat-switch.checked.xplat-blue-100 {
382
- background-color: #DFE7FA;
383
- border-color: #DFE7FA;
384
- }
385
- .lib-xplat-switch.checked.xplat-blue-100:hover:not(.disabled):not(.animating) {
386
- background-color: rgb(187.7135135135, 204.5351351351, 244.4864864865);
387
- border-color: rgb(187.7135135135, 204.5351351351, 244.4864864865);
388
- }
389
- .lib-xplat-switch.checked.xplat-blue-200 {
390
- background-color: #C5D4F8;
391
- border-color: #C5D4F8;
392
- }
393
- .lib-xplat-switch.checked.xplat-blue-200:hover:not(.disabled):not(.animating) {
394
- background-color: rgb(160.5938461538, 185.0092307692, 243.6061538462);
395
- border-color: rgb(160.5938461538, 185.0092307692, 243.6061538462);
396
- }
397
- .lib-xplat-switch.checked.xplat-blue-300 {
398
- background-color: #9EB8F2;
399
- border-color: #9EB8F2;
400
- }
401
- .lib-xplat-switch.checked.xplat-blue-300:hover:not(.disabled):not(.animating) {
402
- background-color: rgb(122.0218181818, 157.6654545455, 237.1781818182);
403
- border-color: rgb(122.0218181818, 157.6654545455, 237.1781818182);
404
- }
405
- .lib-xplat-switch.checked.xplat-blue-400 {
406
- background-color: #7093EA;
407
- border-color: #7093EA;
408
- }
409
- .lib-xplat-switch.checked.xplat-blue-400:hover:not(.disabled):not(.animating) {
410
- background-color: rgb(76.4243902439, 120.1317073171, 228.7756097561);
411
- border-color: rgb(76.4243902439, 120.1317073171, 228.7756097561);
412
- }
413
- .lib-xplat-switch.checked.xplat-blue-500 {
414
- background-color: #4D6DE3;
415
- border-color: #4D6DE3;
416
- }
417
- .lib-xplat-switch.checked.xplat-blue-500:hover:not(.disabled):not(.animating) {
418
- background-color: rgb(41.745631068, 80.0834951456, 221.454368932);
419
- border-color: rgb(41.745631068, 80.0834951456, 221.454368932);
420
- }
421
- .lib-xplat-switch.checked.xplat-blue-600 {
422
- background-color: #3950D7;
423
- border-color: #3950D7;
424
- }
425
- .lib-xplat-switch.checked.xplat-blue-600:hover:not(.disabled):not(.animating) {
426
- background-color: rgb(38.8571428571, 61.2, 192.3428571429);
427
- border-color: rgb(38.8571428571, 61.2, 192.3428571429);
428
- }
429
- .lib-xplat-switch.checked.xplat-blue-700 {
430
- background-color: #303EC5;
431
- border-color: #303EC5;
432
- }
433
- .lib-xplat-switch.checked.xplat-blue-700:hover:not(.disabled):not(.animating) {
434
- background-color: rgb(40.0065306122, 51.6751020408, 164.1934693878);
435
- border-color: rgb(40.0065306122, 51.6751020408, 164.1934693878);
436
- }
437
- .lib-xplat-switch.checked.xplat-blue-800 {
438
- background-color: #2D35A0;
439
- border-color: #2D35A0;
440
- }
441
- .lib-xplat-switch.checked.xplat-blue-800:hover:not(.disabled):not(.animating) {
442
- background-color: rgb(36.043902439, 42.4517073171, 128.156097561);
443
- border-color: rgb(36.043902439, 42.4517073171, 128.156097561);
444
- }
445
- .lib-xplat-switch.checked.xplat-blue-900 {
446
- background-color: #29317F;
447
- border-color: #29317F;
448
- }
449
- .lib-xplat-switch.checked.xplat-blue-900:hover:not(.disabled):not(.animating) {
450
- background-color: rgb(31.0428571429, 37.1, 96.1571428571);
451
- border-color: rgb(31.0428571429, 37.1, 96.1571428571);
452
- }
453
- .lib-xplat-switch.checked.xplat-lightblue-50 {
454
- background-color: #EEFAFF;
455
- border-color: #EEFAFF;
456
- }
457
- .lib-xplat-switch.checked.xplat-lightblue-50:hover:not(.disabled):not(.animating) {
458
- background-color: rgb(197.2, 238, 255);
459
- border-color: rgb(197.2, 238, 255);
460
- }
461
- .lib-xplat-switch.checked.xplat-lightblue-100 {
462
- background-color: #D9F4FF;
463
- border-color: #D9F4FF;
464
- }
465
- .lib-xplat-switch.checked.xplat-lightblue-100:hover:not(.disabled):not(.animating) {
466
- background-color: rgb(176.2, 232.1894736842, 255);
467
- border-color: rgb(176.2, 232.1894736842, 255);
468
- }
469
- .lib-xplat-switch.checked.xplat-lightblue-200 {
470
- background-color: #BBEDFF;
471
- border-color: #BBEDFF;
472
- }
473
- .lib-xplat-switch.checked.xplat-lightblue-200:hover:not(.disabled):not(.animating) {
474
- background-color: rgb(146.2, 226.2, 255);
475
- border-color: rgb(146.2, 226.2, 255);
476
- }
477
- .lib-xplat-switch.checked.xplat-lightblue-300 {
478
- background-color: #8DE3FF;
479
- border-color: #8DE3FF;
480
- }
481
- .lib-xplat-switch.checked.xplat-lightblue-300:hover:not(.disabled):not(.animating) {
482
- background-color: rgb(100.2, 216.9789473684, 255);
483
- border-color: rgb(100.2, 216.9789473684, 255);
484
- }
485
- .lib-xplat-switch.checked.xplat-lightblue-400 {
486
- background-color: #57D0FF;
487
- border-color: #57D0FF;
488
- }
489
- .lib-xplat-switch.checked.xplat-lightblue-400:hover:not(.disabled):not(.animating) {
490
- background-color: rgb(46.2, 196.5857142857, 255);
491
- border-color: rgb(46.2, 196.5857142857, 255);
492
- }
493
- .lib-xplat-switch.checked.xplat-lightblue-500 {
494
- background-color: #30B6FF;
495
- border-color: #30B6FF;
496
- }
497
- .lib-xplat-switch.checked.xplat-lightblue-500:hover:not(.disabled):not(.animating) {
498
- background-color: rgb(7.2, 167.6115942029, 255);
499
- border-color: rgb(7.2, 167.6115942029, 255);
500
- }
501
- .lib-xplat-switch.checked.xplat-lightblue-600 {
502
- background-color: #1999F7;
503
- border-color: #1999F7;
504
- }
505
- .lib-xplat-switch.checked.xplat-lightblue-600:hover:not(.disabled):not(.animating) {
506
- background-color: rgb(7.7714285714, 132.1142857143, 223.4285714286);
507
- border-color: rgb(7.7714285714, 132.1142857143, 223.4285714286);
508
- }
509
- .lib-xplat-switch.checked.xplat-lightblue-700 {
510
- background-color: #1280E3;
511
- border-color: #1280E3;
512
- }
513
- .lib-xplat-switch.checked.xplat-lightblue-700:hover:not(.disabled):not(.animating) {
514
- background-color: rgb(15.0024489796, 106.6840816327, 189.1975510204);
515
- border-color: rgb(15.0024489796, 106.6840816327, 189.1975510204);
516
- }
517
- .lib-xplat-switch.checked.xplat-lightblue-800 {
518
- background-color: #1566B8;
519
- border-color: #1566B8;
520
- }
521
- .lib-xplat-switch.checked.xplat-lightblue-800:hover:not(.disabled):not(.animating) {
522
- background-color: rgb(16.8204878049, 81.6995121951, 147.3795121951);
523
- border-color: rgb(16.8204878049, 81.6995121951, 147.3795121951);
524
- }
525
- .lib-xplat-switch.checked.xplat-lightblue-900 {
526
- background-color: #175791;
527
- border-color: #175791;
528
- }
529
- .lib-xplat-switch.checked.xplat-lightblue-900:hover:not(.disabled):not(.animating) {
530
- background-color: rgb(17.4142857143, 65.8714285714, 109.7857142857);
531
- border-color: rgb(17.4142857143, 65.8714285714, 109.7857142857);
532
- }
533
- .lib-xplat-switch.checked.xplat-purple-50 {
534
- background-color: #FBF6FE;
535
- border-color: #FBF6FE;
536
- }
537
- .lib-xplat-switch.checked.xplat-purple-50:hover:not(.disabled):not(.animating) {
538
- background-color: rgb(234.68, 209.28, 249.92);
539
- border-color: rgb(234.68, 209.28, 249.92);
540
- }
541
- .lib-xplat-switch.checked.xplat-purple-100 {
542
- background-color: #F5EAFD;
543
- border-color: #F5EAFD;
544
- }
545
- .lib-xplat-switch.checked.xplat-purple-100:hover:not(.disabled):not(.animating) {
546
- background-color: rgb(227.2608695652, 196.747826087, 249.452173913);
547
- border-color: rgb(227.2608695652, 196.747826087, 249.452173913);
548
- }
549
- .lib-xplat-switch.checked.xplat-purple-200 {
550
- background-color: #EDD8FC;
551
- border-color: #EDD8FC;
552
- }
553
- .lib-xplat-switch.checked.xplat-purple-200:hover:not(.disabled):not(.animating) {
554
- background-color: rgb(219.5142857143, 178.1142857143, 249.0857142857);
555
- border-color: rgb(219.5142857143, 178.1142857143, 249.0857142857);
556
- }
557
- .lib-xplat-switch.checked.xplat-purple-300 {
558
- background-color: #E0BAF8;
559
- border-color: #E0BAF8;
560
- }
561
- .lib-xplat-switch.checked.xplat-purple-300:hover:not(.disabled):not(.animating) {
562
- background-color: rgb(207.3578947368, 148.9578947368, 244.2421052632);
563
- border-color: rgb(207.3578947368, 148.9578947368, 244.2421052632);
564
- }
565
- .lib-xplat-switch.checked.xplat-purple-400 {
566
- background-color: #CD8DF3;
567
- border-color: #CD8DF3;
568
- }
569
- .lib-xplat-switch.checked.xplat-purple-400:hover:not(.disabled):not(.animating) {
570
- background-color: rgb(188.8095238095, 104.0857142857, 239.1142857143);
571
- border-color: rgb(188.8095238095, 104.0857142857, 239.1142857143);
572
- }
573
- .lib-xplat-switch.checked.xplat-purple-500 {
574
- background-color: #B961EB;
575
- border-color: #B961EB;
576
- }
577
- .lib-xplat-switch.checked.xplat-purple-500:hover:not(.disabled):not(.animating) {
578
- background-color: rgb(168.9550561798, 60.7842696629, 230.4157303371);
579
- border-color: rgb(168.9550561798, 60.7842696629, 230.4157303371);
580
- }
581
- .lib-xplat-switch.checked.xplat-purple-600 {
582
- background-color: #A541DC;
583
- border-color: #A541DC;
584
- }
585
- .lib-xplat-switch.checked.xplat-purple-600:hover:not(.disabled):not(.animating) {
586
- background-color: rgb(146.52, 37.9866666667, 206.2133333333);
587
- border-color: rgb(146.52, 37.9866666667, 206.2133333333);
588
- }
589
- .lib-xplat-switch.checked.xplat-purple-700 {
590
- background-color: #9230C5;
591
- border-color: #9230C5;
592
- }
593
- .lib-xplat-switch.checked.xplat-purple-700:hover:not(.disabled):not(.animating) {
594
- background-color: rgb(121.6865306122, 40.0065306122, 164.1934693878);
595
- border-color: rgb(121.6865306122, 40.0065306122, 164.1934693878);
596
- }
597
- .lib-xplat-switch.checked.xplat-purple-800 {
598
- background-color: #782B9E;
599
- border-color: #782B9E;
600
- }
601
- .lib-xplat-switch.checked.xplat-purple-800:hover:not(.disabled):not(.animating) {
602
- background-color: rgb(95.6417910448, 34.271641791, 125.928358209);
603
- border-color: rgb(95.6417910448, 34.271641791, 125.928358209);
604
- }
605
- .lib-xplat-switch.checked.xplat-purple-900 {
606
- background-color: #62247F;
607
- border-color: #62247F;
608
- }
609
- .lib-xplat-switch.checked.xplat-purple-900:hover:not(.disabled):not(.animating) {
610
- background-color: rgb(73.4699386503, 26.9889570552, 95.2110429448);
611
- border-color: rgb(73.4699386503, 26.9889570552, 95.2110429448);
612
- }
613
- .lib-xplat-switch.checked.xplat-pink-50 {
614
- background-color: #FFF4FE;
615
- border-color: #FFF4FE;
616
- }
617
- .lib-xplat-switch.checked.xplat-pink-50:hover:not(.disabled):not(.animating) {
618
- background-color: rgb(255, 203.2, 250.2909090909);
619
- border-color: rgb(255, 203.2, 250.2909090909);
620
- }
621
- .lib-xplat-switch.checked.xplat-pink-100 {
622
- background-color: #FFE7FD;
623
- border-color: #FFE7FD;
624
- }
625
- .lib-xplat-switch.checked.xplat-pink-100:hover:not(.disabled):not(.animating) {
626
- background-color: rgb(255, 190.2, 249.6);
627
- border-color: rgb(255, 190.2, 249.6);
628
- }
629
- .lib-xplat-switch.checked.xplat-pink-200 {
630
- background-color: #FFCFFA;
631
- border-color: #FFCFFA;
632
- }
633
- .lib-xplat-switch.checked.xplat-pink-200:hover:not(.disabled):not(.animating) {
634
- background-color: rgb(255, 166.2, 245.75);
635
- border-color: rgb(255, 166.2, 245.75);
636
- }
637
- .lib-xplat-switch.checked.xplat-pink-300 {
638
- background-color: #FEA9F1;
639
- border-color: #FEA9F1;
640
- }
641
- .lib-xplat-switch.checked.xplat-pink-300:hover:not(.disabled):not(.animating) {
642
- background-color: rgb(253.5310344828, 128.6689655172, 234.4344827586);
643
- border-color: rgb(253.5310344828, 128.6689655172, 234.4344827586);
644
- }
645
- .lib-xplat-switch.checked.xplat-pink-400 {
646
- background-color: #FD75E7;
647
- border-color: #FD75E7;
648
- }
649
- .lib-xplat-switch.checked.xplat-pink-400:hover:not(.disabled):not(.animating) {
650
- background-color: rgb(252.4171428571, 76.7828571429, 224.0057142857);
651
- border-color: rgb(252.4171428571, 76.7828571429, 224.0057142857);
652
- }
653
- .lib-xplat-switch.checked.xplat-pink-500 {
654
- background-color: #F553DA;
655
- border-color: #F553DA;
656
- }
657
- .lib-xplat-switch.checked.xplat-pink-500:hover:not(.disabled):not(.animating) {
658
- background-color: rgb(242.7582417582, 44.4417582418, 209.7054945055);
659
- border-color: rgb(242.7582417582, 44.4417582418, 209.7054945055);
660
- }
661
- .lib-xplat-switch.checked.xplat-pink-600 {
662
- background-color: #D821B6;
663
- border-color: #D821B6;
664
- }
665
- .lib-xplat-switch.checked.xplat-pink-600:hover:not(.disabled):not(.animating) {
666
- background-color: rgb(180.6072289157, 27.5927710843, 152.178313253);
667
- border-color: rgb(180.6072289157, 27.5927710843, 152.178313253);
668
- }
669
- .lib-xplat-switch.checked.xplat-pink-700 {
670
- background-color: #B31892;
671
- border-color: #B31892;
672
- }
673
- .lib-xplat-switch.checked.xplat-pink-700:hover:not(.disabled):not(.animating) {
674
- background-color: rgb(143.0236453202, 19.1763546798, 116.6561576355);
675
- border-color: rgb(143.0236453202, 19.1763546798, 116.6561576355);
676
- }
677
- .lib-xplat-switch.checked.xplat-pink-800 {
678
- background-color: #921676;
679
- border-color: #921676;
680
- }
681
- .lib-xplat-switch.checked.xplat-pink-800:hover:not(.disabled):not(.animating) {
682
- background-color: rgb(110.5428571429, 16.6571428571, 89.3428571429);
683
- border-color: rgb(110.5428571429, 16.6571428571, 89.3428571429);
684
- }
685
- .lib-xplat-switch.checked.xplat-pink-900 {
686
- background-color: #781761;
687
- border-color: #781761;
688
- }
689
- .lib-xplat-switch.checked.xplat-pink-900:hover:not(.disabled):not(.animating) {
690
- background-color: rgb(85.7622377622, 16.4377622378, 69.3244755245);
691
- border-color: rgb(85.7622377622, 16.4377622378, 69.3244755245);
692
- }
693
- .lib-xplat-switch.checked.xplat-neutral-50 {
694
- background-color: #FAFAFA;
695
- border-color: #FAFAFA;
696
- }
697
- .lib-xplat-switch.checked.xplat-neutral-50:hover:not(.disabled):not(.animating) {
698
- background-color: rgb(229.6, 229.6, 229.6);
699
- border-color: rgb(229.6, 229.6, 229.6);
700
- }
701
- .lib-xplat-switch.checked.xplat-neutral-100 {
702
- background-color: #F5F5F5;
703
- border-color: #F5F5F5;
704
- }
705
- .lib-xplat-switch.checked.xplat-neutral-100:hover:not(.disabled):not(.animating) {
706
- background-color: rgb(224.6, 224.6, 224.6);
707
- border-color: rgb(224.6, 224.6, 224.6);
708
- }
709
- .lib-xplat-switch.checked.xplat-neutral-200 {
710
- background-color: #E5E5E5;
711
- border-color: #E5E5E5;
712
- }
713
- .lib-xplat-switch.checked.xplat-neutral-200:hover:not(.disabled):not(.animating) {
714
- background-color: rgb(208.6, 208.6, 208.6);
715
- border-color: rgb(208.6, 208.6, 208.6);
716
- }
717
- .lib-xplat-switch.checked.xplat-neutral-300 {
718
- background-color: #D4D4D4;
719
- border-color: #D4D4D4;
720
- }
721
- .lib-xplat-switch.checked.xplat-neutral-300:hover:not(.disabled):not(.animating) {
722
- background-color: rgb(191.6, 191.6, 191.6);
723
- border-color: rgb(191.6, 191.6, 191.6);
724
- }
725
- .lib-xplat-switch.checked.xplat-neutral-400 {
726
- background-color: #A1A1A1;
727
- border-color: #A1A1A1;
728
- }
729
- .lib-xplat-switch.checked.xplat-neutral-400:hover:not(.disabled):not(.animating) {
730
- background-color: rgb(140.6, 140.6, 140.6);
731
- border-color: rgb(140.6, 140.6, 140.6);
732
- }
733
- .lib-xplat-switch.checked.xplat-neutral-500 {
734
- background-color: #737373;
735
- border-color: #737373;
736
- }
737
- .lib-xplat-switch.checked.xplat-neutral-500:hover:not(.disabled):not(.animating) {
738
- background-color: rgb(94.6, 94.6, 94.6);
739
- border-color: rgb(94.6, 94.6, 94.6);
740
- }
741
- .lib-xplat-switch.checked.xplat-neutral-600 {
742
- background-color: #525252;
743
- border-color: #525252;
744
- }
745
- .lib-xplat-switch.checked.xplat-neutral-600:hover:not(.disabled):not(.animating) {
746
- background-color: rgb(61.6, 61.6, 61.6);
747
- border-color: rgb(61.6, 61.6, 61.6);
748
- }
749
- .lib-xplat-switch.checked.xplat-neutral-700 {
750
- background-color: #404040;
751
- border-color: #404040;
752
- }
753
- .lib-xplat-switch.checked.xplat-neutral-700:hover:not(.disabled):not(.animating) {
754
- background-color: rgb(43.6, 43.6, 43.6);
755
- border-color: rgb(43.6, 43.6, 43.6);
756
- }
757
- .lib-xplat-switch.checked.xplat-neutral-800 {
758
- background-color: #262626;
759
- border-color: #262626;
760
- }
761
- .lib-xplat-switch.checked.xplat-neutral-800:hover:not(.disabled):not(.animating) {
762
- background-color: rgb(17.6, 17.6, 17.6);
763
- border-color: rgb(17.6, 17.6, 17.6);
764
- }
765
- .lib-xplat-switch.checked.xplat-neutral-900 {
766
- background-color: #171717;
767
- border-color: #171717;
768
- }
769
- .lib-xplat-switch.checked.xplat-neutral-900:hover:not(.disabled):not(.animating) {
770
- background-color: rgb(2.6, 2.6, 2.6);
771
- border-color: rgb(2.6, 2.6, 2.6);
772
- }
773
- .lib-xplat-switch.checked.xplat-black {
774
- background-color: #000000;
775
- border-color: #000000;
776
- }
777
- .lib-xplat-switch.checked.xplat-black:hover:not(.disabled):not(.animating) {
778
- background-color: hsl(0, 0%, -8%);
779
- border-color: hsl(0, 0%, -8%);
780
- }
781
- .lib-xplat-switch.checked.xplat-white {
782
- background-color: #FFFFFF;
783
- border-color: #FFFFFF;
784
- }
785
- .lib-xplat-switch.checked.xplat-white:hover:not(.disabled):not(.animating) {
786
- background-color: rgb(234.6, 234.6, 234.6);
787
- border-color: rgb(234.6, 234.6, 234.6);
788
- }
789
- .lib-xplat-switch.checked.test-default {
790
- background-color: #ffffff;
791
- border-color: #ffffff;
792
- }
793
- .lib-xplat-switch.checked.test-default:hover:not(.disabled):not(.animating) {
794
- background-color: rgb(234.6, 234.6, 234.6);
795
- border-color: rgb(234.6, 234.6, 234.6);
57
+ .lib-xplat-switch.checked:hover:not(.disabled):not(.animating) {
58
+ background-color: color-mix(in srgb, var(--ds-color), black 15%);
59
+ border-color: color-mix(in srgb, var(--ds-color), black 15%);
796
60
  }
797
61
  .lib-xplat-switch > .knob {
798
62
  position: absolute;
799
63
  top: 50%;
800
64
  left: 0;
801
- background-color: #FFFFFF;
65
+ background-color: var(--xplat-white);
802
66
  border-radius: 9999px;
803
67
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
804
68
  transform: translateY(-50%);