@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
|
@@ -22,290 +22,12 @@
|
|
|
22
22
|
animation: lib-xplat-spin 0.8s linear infinite;
|
|
23
23
|
}
|
|
24
24
|
.lib-xplat-spinner .track {
|
|
25
|
-
stroke:
|
|
25
|
+
stroke: var(--xplat-neutral-200);
|
|
26
26
|
}
|
|
27
27
|
.lib-xplat-spinner .indicator {
|
|
28
28
|
stroke-dasharray: 42;
|
|
29
29
|
stroke-dashoffset: 28;
|
|
30
|
-
|
|
31
|
-
.lib-xplat-spinner.xplat-red-50 .indicator {
|
|
32
|
-
stroke: #FFF0F0;
|
|
33
|
-
}
|
|
34
|
-
.lib-xplat-spinner.xplat-red-100 .indicator {
|
|
35
|
-
stroke: #FFDDDE;
|
|
36
|
-
}
|
|
37
|
-
.lib-xplat-spinner.xplat-red-200 .indicator {
|
|
38
|
-
stroke: #FFC1C2;
|
|
39
|
-
}
|
|
40
|
-
.lib-xplat-spinner.xplat-red-300 .indicator {
|
|
41
|
-
stroke: #FF9698;
|
|
42
|
-
}
|
|
43
|
-
.lib-xplat-spinner.xplat-red-400 .indicator {
|
|
44
|
-
stroke: #FF5A5D;
|
|
45
|
-
}
|
|
46
|
-
.lib-xplat-spinner.xplat-red-500 .indicator {
|
|
47
|
-
stroke: #FF272B;
|
|
48
|
-
}
|
|
49
|
-
.lib-xplat-spinner.xplat-red-600 .indicator {
|
|
50
|
-
stroke: #F80409;
|
|
51
|
-
}
|
|
52
|
-
.lib-xplat-spinner.xplat-red-700 .indicator {
|
|
53
|
-
stroke: #D40105;
|
|
54
|
-
}
|
|
55
|
-
.lib-xplat-spinner.xplat-red-800 .indicator {
|
|
56
|
-
stroke: #AE0609;
|
|
57
|
-
}
|
|
58
|
-
.lib-xplat-spinner.xplat-red-900 .indicator {
|
|
59
|
-
stroke: #900C0F;
|
|
60
|
-
}
|
|
61
|
-
.lib-xplat-spinner.xplat-green-50 .indicator {
|
|
62
|
-
stroke: #E5F6EA;
|
|
63
|
-
}
|
|
64
|
-
.lib-xplat-spinner.xplat-green-100 .indicator {
|
|
65
|
-
stroke: #C1E7CC;
|
|
66
|
-
}
|
|
67
|
-
.lib-xplat-spinner.xplat-green-200 .indicator {
|
|
68
|
-
stroke: #98D8AC;
|
|
69
|
-
}
|
|
70
|
-
.lib-xplat-spinner.xplat-green-300 .indicator {
|
|
71
|
-
stroke: #6CCA8B;
|
|
72
|
-
}
|
|
73
|
-
.lib-xplat-spinner.xplat-green-400 .indicator {
|
|
74
|
-
stroke: #47BE72;
|
|
75
|
-
}
|
|
76
|
-
.lib-xplat-spinner.xplat-green-500 .indicator {
|
|
77
|
-
stroke: #10B259;
|
|
78
|
-
}
|
|
79
|
-
.lib-xplat-spinner.xplat-green-600 .indicator {
|
|
80
|
-
stroke: #00A34F;
|
|
81
|
-
}
|
|
82
|
-
.lib-xplat-spinner.xplat-green-700 .indicator {
|
|
83
|
-
stroke: #009143;
|
|
84
|
-
}
|
|
85
|
-
.lib-xplat-spinner.xplat-green-800 .indicator {
|
|
86
|
-
stroke: #007F38;
|
|
87
|
-
}
|
|
88
|
-
.lib-xplat-spinner.xplat-green-900 .indicator {
|
|
89
|
-
stroke: #006024;
|
|
90
|
-
}
|
|
91
|
-
.lib-xplat-spinner.xplat-orange-50 .indicator {
|
|
92
|
-
stroke: #FFF8EC;
|
|
93
|
-
}
|
|
94
|
-
.lib-xplat-spinner.xplat-orange-100 .indicator {
|
|
95
|
-
stroke: #FFF0D3;
|
|
96
|
-
}
|
|
97
|
-
.lib-xplat-spinner.xplat-orange-200 .indicator {
|
|
98
|
-
stroke: #FFDDA5;
|
|
99
|
-
}
|
|
100
|
-
.lib-xplat-spinner.xplat-orange-300 .indicator {
|
|
101
|
-
stroke: #FFC46D;
|
|
102
|
-
}
|
|
103
|
-
.lib-xplat-spinner.xplat-orange-400 .indicator {
|
|
104
|
-
stroke: #FF9F32;
|
|
105
|
-
}
|
|
106
|
-
.lib-xplat-spinner.xplat-orange-500 .indicator {
|
|
107
|
-
stroke: #FF820A;
|
|
108
|
-
}
|
|
109
|
-
.lib-xplat-spinner.xplat-orange-600 .indicator {
|
|
110
|
-
stroke: #FF6900;
|
|
111
|
-
}
|
|
112
|
-
.lib-xplat-spinner.xplat-orange-700 .indicator {
|
|
113
|
-
stroke: #CC4B02;
|
|
114
|
-
}
|
|
115
|
-
.lib-xplat-spinner.xplat-orange-800 .indicator {
|
|
116
|
-
stroke: #A13A0B;
|
|
117
|
-
}
|
|
118
|
-
.lib-xplat-spinner.xplat-orange-900 .indicator {
|
|
119
|
-
stroke: #82320C;
|
|
120
|
-
}
|
|
121
|
-
.lib-xplat-spinner.xplat-yellow-50 .indicator {
|
|
122
|
-
stroke: #FFFDE7;
|
|
123
|
-
}
|
|
124
|
-
.lib-xplat-spinner.xplat-yellow-100 .indicator {
|
|
125
|
-
stroke: #FFFAC1;
|
|
126
|
-
}
|
|
127
|
-
.lib-xplat-spinner.xplat-yellow-200 .indicator {
|
|
128
|
-
stroke: #FFF186;
|
|
129
|
-
}
|
|
130
|
-
.lib-xplat-spinner.xplat-yellow-300 .indicator {
|
|
131
|
-
stroke: #FFE041;
|
|
132
|
-
}
|
|
133
|
-
.lib-xplat-spinner.xplat-yellow-400 .indicator {
|
|
134
|
-
stroke: #FFCC0D;
|
|
135
|
-
}
|
|
136
|
-
.lib-xplat-spinner.xplat-yellow-500 .indicator {
|
|
137
|
-
stroke: #F0B100;
|
|
138
|
-
}
|
|
139
|
-
.lib-xplat-spinner.xplat-yellow-600 .indicator {
|
|
140
|
-
stroke: #D18800;
|
|
141
|
-
}
|
|
142
|
-
.lib-xplat-spinner.xplat-yellow-700 .indicator {
|
|
143
|
-
stroke: #A66002;
|
|
144
|
-
}
|
|
145
|
-
.lib-xplat-spinner.xplat-yellow-800 .indicator {
|
|
146
|
-
stroke: #894B0A;
|
|
147
|
-
}
|
|
148
|
-
.lib-xplat-spinner.xplat-yellow-900 .indicator {
|
|
149
|
-
stroke: #743D0F;
|
|
150
|
-
}
|
|
151
|
-
.lib-xplat-spinner.xplat-blue-50 .indicator {
|
|
152
|
-
stroke: #F1F4FD;
|
|
153
|
-
}
|
|
154
|
-
.lib-xplat-spinner.xplat-blue-100 .indicator {
|
|
155
|
-
stroke: #DFE7FA;
|
|
156
|
-
}
|
|
157
|
-
.lib-xplat-spinner.xplat-blue-200 .indicator {
|
|
158
|
-
stroke: #C5D4F8;
|
|
159
|
-
}
|
|
160
|
-
.lib-xplat-spinner.xplat-blue-300 .indicator {
|
|
161
|
-
stroke: #9EB8F2;
|
|
162
|
-
}
|
|
163
|
-
.lib-xplat-spinner.xplat-blue-400 .indicator {
|
|
164
|
-
stroke: #7093EA;
|
|
165
|
-
}
|
|
166
|
-
.lib-xplat-spinner.xplat-blue-500 .indicator {
|
|
167
|
-
stroke: #4D6DE3;
|
|
168
|
-
}
|
|
169
|
-
.lib-xplat-spinner.xplat-blue-600 .indicator {
|
|
170
|
-
stroke: #3950D7;
|
|
171
|
-
}
|
|
172
|
-
.lib-xplat-spinner.xplat-blue-700 .indicator {
|
|
173
|
-
stroke: #303EC5;
|
|
174
|
-
}
|
|
175
|
-
.lib-xplat-spinner.xplat-blue-800 .indicator {
|
|
176
|
-
stroke: #2D35A0;
|
|
177
|
-
}
|
|
178
|
-
.lib-xplat-spinner.xplat-blue-900 .indicator {
|
|
179
|
-
stroke: #29317F;
|
|
180
|
-
}
|
|
181
|
-
.lib-xplat-spinner.xplat-lightblue-50 .indicator {
|
|
182
|
-
stroke: #EEFAFF;
|
|
183
|
-
}
|
|
184
|
-
.lib-xplat-spinner.xplat-lightblue-100 .indicator {
|
|
185
|
-
stroke: #D9F4FF;
|
|
186
|
-
}
|
|
187
|
-
.lib-xplat-spinner.xplat-lightblue-200 .indicator {
|
|
188
|
-
stroke: #BBEDFF;
|
|
189
|
-
}
|
|
190
|
-
.lib-xplat-spinner.xplat-lightblue-300 .indicator {
|
|
191
|
-
stroke: #8DE3FF;
|
|
192
|
-
}
|
|
193
|
-
.lib-xplat-spinner.xplat-lightblue-400 .indicator {
|
|
194
|
-
stroke: #57D0FF;
|
|
195
|
-
}
|
|
196
|
-
.lib-xplat-spinner.xplat-lightblue-500 .indicator {
|
|
197
|
-
stroke: #30B6FF;
|
|
198
|
-
}
|
|
199
|
-
.lib-xplat-spinner.xplat-lightblue-600 .indicator {
|
|
200
|
-
stroke: #1999F7;
|
|
201
|
-
}
|
|
202
|
-
.lib-xplat-spinner.xplat-lightblue-700 .indicator {
|
|
203
|
-
stroke: #1280E3;
|
|
204
|
-
}
|
|
205
|
-
.lib-xplat-spinner.xplat-lightblue-800 .indicator {
|
|
206
|
-
stroke: #1566B8;
|
|
207
|
-
}
|
|
208
|
-
.lib-xplat-spinner.xplat-lightblue-900 .indicator {
|
|
209
|
-
stroke: #175791;
|
|
210
|
-
}
|
|
211
|
-
.lib-xplat-spinner.xplat-purple-50 .indicator {
|
|
212
|
-
stroke: #FBF6FE;
|
|
213
|
-
}
|
|
214
|
-
.lib-xplat-spinner.xplat-purple-100 .indicator {
|
|
215
|
-
stroke: #F5EAFD;
|
|
216
|
-
}
|
|
217
|
-
.lib-xplat-spinner.xplat-purple-200 .indicator {
|
|
218
|
-
stroke: #EDD8FC;
|
|
219
|
-
}
|
|
220
|
-
.lib-xplat-spinner.xplat-purple-300 .indicator {
|
|
221
|
-
stroke: #E0BAF8;
|
|
222
|
-
}
|
|
223
|
-
.lib-xplat-spinner.xplat-purple-400 .indicator {
|
|
224
|
-
stroke: #CD8DF3;
|
|
225
|
-
}
|
|
226
|
-
.lib-xplat-spinner.xplat-purple-500 .indicator {
|
|
227
|
-
stroke: #B961EB;
|
|
228
|
-
}
|
|
229
|
-
.lib-xplat-spinner.xplat-purple-600 .indicator {
|
|
230
|
-
stroke: #A541DC;
|
|
231
|
-
}
|
|
232
|
-
.lib-xplat-spinner.xplat-purple-700 .indicator {
|
|
233
|
-
stroke: #9230C5;
|
|
234
|
-
}
|
|
235
|
-
.lib-xplat-spinner.xplat-purple-800 .indicator {
|
|
236
|
-
stroke: #782B9E;
|
|
237
|
-
}
|
|
238
|
-
.lib-xplat-spinner.xplat-purple-900 .indicator {
|
|
239
|
-
stroke: #62247F;
|
|
240
|
-
}
|
|
241
|
-
.lib-xplat-spinner.xplat-pink-50 .indicator {
|
|
242
|
-
stroke: #FFF4FE;
|
|
243
|
-
}
|
|
244
|
-
.lib-xplat-spinner.xplat-pink-100 .indicator {
|
|
245
|
-
stroke: #FFE7FD;
|
|
246
|
-
}
|
|
247
|
-
.lib-xplat-spinner.xplat-pink-200 .indicator {
|
|
248
|
-
stroke: #FFCFFA;
|
|
249
|
-
}
|
|
250
|
-
.lib-xplat-spinner.xplat-pink-300 .indicator {
|
|
251
|
-
stroke: #FEA9F1;
|
|
252
|
-
}
|
|
253
|
-
.lib-xplat-spinner.xplat-pink-400 .indicator {
|
|
254
|
-
stroke: #FD75E7;
|
|
255
|
-
}
|
|
256
|
-
.lib-xplat-spinner.xplat-pink-500 .indicator {
|
|
257
|
-
stroke: #F553DA;
|
|
258
|
-
}
|
|
259
|
-
.lib-xplat-spinner.xplat-pink-600 .indicator {
|
|
260
|
-
stroke: #D821B6;
|
|
261
|
-
}
|
|
262
|
-
.lib-xplat-spinner.xplat-pink-700 .indicator {
|
|
263
|
-
stroke: #B31892;
|
|
264
|
-
}
|
|
265
|
-
.lib-xplat-spinner.xplat-pink-800 .indicator {
|
|
266
|
-
stroke: #921676;
|
|
267
|
-
}
|
|
268
|
-
.lib-xplat-spinner.xplat-pink-900 .indicator {
|
|
269
|
-
stroke: #781761;
|
|
270
|
-
}
|
|
271
|
-
.lib-xplat-spinner.xplat-neutral-50 .indicator {
|
|
272
|
-
stroke: #FAFAFA;
|
|
273
|
-
}
|
|
274
|
-
.lib-xplat-spinner.xplat-neutral-100 .indicator {
|
|
275
|
-
stroke: #F5F5F5;
|
|
276
|
-
}
|
|
277
|
-
.lib-xplat-spinner.xplat-neutral-200 .indicator {
|
|
278
|
-
stroke: #E5E5E5;
|
|
279
|
-
}
|
|
280
|
-
.lib-xplat-spinner.xplat-neutral-300 .indicator {
|
|
281
|
-
stroke: #D4D4D4;
|
|
282
|
-
}
|
|
283
|
-
.lib-xplat-spinner.xplat-neutral-400 .indicator {
|
|
284
|
-
stroke: #A1A1A1;
|
|
285
|
-
}
|
|
286
|
-
.lib-xplat-spinner.xplat-neutral-500 .indicator {
|
|
287
|
-
stroke: #737373;
|
|
288
|
-
}
|
|
289
|
-
.lib-xplat-spinner.xplat-neutral-600 .indicator {
|
|
290
|
-
stroke: #525252;
|
|
291
|
-
}
|
|
292
|
-
.lib-xplat-spinner.xplat-neutral-700 .indicator {
|
|
293
|
-
stroke: #404040;
|
|
294
|
-
}
|
|
295
|
-
.lib-xplat-spinner.xplat-neutral-800 .indicator {
|
|
296
|
-
stroke: #262626;
|
|
297
|
-
}
|
|
298
|
-
.lib-xplat-spinner.xplat-neutral-900 .indicator {
|
|
299
|
-
stroke: #171717;
|
|
300
|
-
}
|
|
301
|
-
.lib-xplat-spinner.xplat-black .indicator {
|
|
302
|
-
stroke: #000000;
|
|
303
|
-
}
|
|
304
|
-
.lib-xplat-spinner.xplat-white .indicator {
|
|
305
|
-
stroke: #FFFFFF;
|
|
306
|
-
}
|
|
307
|
-
.lib-xplat-spinner.test-default .indicator {
|
|
308
|
-
stroke: #ffffff;
|
|
30
|
+
stroke: var(--ds-color);
|
|
309
31
|
}
|
|
310
32
|
@keyframes lib-xplat-spin {
|
|
311
33
|
from {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { a as ColorNamespace, b as ColorName, e as ColorProps } from '../../colors-DmMsWD7G.cjs';
|
|
3
3
|
|
|
4
4
|
type SpinnerSize = "sm" | "md" | "lg";
|
|
5
5
|
interface SpinnerProps<N extends ColorNamespace, C extends ColorName<N> = ColorName<N>> extends ColorProps<N, C> {
|
|
@@ -7,123 +7,7 @@ interface SpinnerProps<N extends ColorNamespace, C extends ColorName<N> = ColorN
|
|
|
7
7
|
className?: string;
|
|
8
8
|
}
|
|
9
9
|
declare const Spinner: {
|
|
10
|
-
<N extends ColorNamespace = "xplat", C extends ColorName<N> =
|
|
11
|
-
readonly xplat: {
|
|
12
|
-
readonly red: {
|
|
13
|
-
readonly 50: "#FFF0F0";
|
|
14
|
-
readonly 100: "#FFDDDE";
|
|
15
|
-
readonly 200: "#FFC1C2";
|
|
16
|
-
readonly 300: "#FF9698";
|
|
17
|
-
readonly 400: "#FF5A5D";
|
|
18
|
-
readonly 500: "#FF272B";
|
|
19
|
-
readonly 600: "#F80409";
|
|
20
|
-
readonly 700: "#D40105";
|
|
21
|
-
readonly 800: "#AE0609";
|
|
22
|
-
readonly 900: "#900C0F";
|
|
23
|
-
};
|
|
24
|
-
readonly green: {
|
|
25
|
-
readonly 50: "#E5F6EA";
|
|
26
|
-
readonly 100: "#C1E7CC";
|
|
27
|
-
readonly 200: "#98D8AC";
|
|
28
|
-
readonly 300: "#6CCA8B";
|
|
29
|
-
readonly 400: "#47BE72";
|
|
30
|
-
readonly 500: "#10B259";
|
|
31
|
-
readonly 600: "#00A34F";
|
|
32
|
-
readonly 700: "#009143";
|
|
33
|
-
readonly 800: "#007F38";
|
|
34
|
-
readonly 900: "#006024";
|
|
35
|
-
};
|
|
36
|
-
readonly orange: {
|
|
37
|
-
readonly 50: "#FFF8EC";
|
|
38
|
-
readonly 100: "#FFF0D3";
|
|
39
|
-
readonly 200: "#FFDDA5";
|
|
40
|
-
readonly 300: "#FFC46D";
|
|
41
|
-
readonly 400: "#FF9F32";
|
|
42
|
-
readonly 500: "#FF820A";
|
|
43
|
-
readonly 600: "#FF6900";
|
|
44
|
-
readonly 700: "#CC4B02";
|
|
45
|
-
readonly 800: "#A13A0B";
|
|
46
|
-
readonly 900: "#82320C";
|
|
47
|
-
};
|
|
48
|
-
readonly yellow: {
|
|
49
|
-
readonly 50: "#FFFDE7";
|
|
50
|
-
readonly 100: "#FFFAC1";
|
|
51
|
-
readonly 200: "#FFF186";
|
|
52
|
-
readonly 300: "#FFE041";
|
|
53
|
-
readonly 400: "#FFCC0D";
|
|
54
|
-
readonly 500: "#F0B100";
|
|
55
|
-
readonly 600: "#D18800";
|
|
56
|
-
readonly 700: "#A66002";
|
|
57
|
-
readonly 800: "#894B0A";
|
|
58
|
-
readonly 900: "#743D0F";
|
|
59
|
-
};
|
|
60
|
-
readonly blue: {
|
|
61
|
-
readonly 50: "#F1F4FD";
|
|
62
|
-
readonly 100: "#DFE7FA";
|
|
63
|
-
readonly 200: "#C5D4F8";
|
|
64
|
-
readonly 300: "#9EB8F2";
|
|
65
|
-
readonly 400: "#7093EA";
|
|
66
|
-
readonly 500: "#4D6DE3";
|
|
67
|
-
readonly 600: "#3950D7";
|
|
68
|
-
readonly 700: "#303EC5";
|
|
69
|
-
readonly 800: "#2D35A0";
|
|
70
|
-
readonly 900: "#29317F";
|
|
71
|
-
};
|
|
72
|
-
readonly lightblue: {
|
|
73
|
-
readonly 50: "#EEFAFF";
|
|
74
|
-
readonly 100: "#D9F4FF";
|
|
75
|
-
readonly 200: "#BBEDFF";
|
|
76
|
-
readonly 300: "#8DE3FF";
|
|
77
|
-
readonly 400: "#57D0FF";
|
|
78
|
-
readonly 500: "#30B6FF";
|
|
79
|
-
readonly 600: "#1999F7";
|
|
80
|
-
readonly 700: "#1280E3";
|
|
81
|
-
readonly 800: "#1566B8";
|
|
82
|
-
readonly 900: "#175791";
|
|
83
|
-
};
|
|
84
|
-
readonly purple: {
|
|
85
|
-
readonly 50: "#FBF6FE";
|
|
86
|
-
readonly 100: "#F5EAFD";
|
|
87
|
-
readonly 200: "#EDD8FC";
|
|
88
|
-
readonly 300: "#E0BAF8";
|
|
89
|
-
readonly 400: "#CD8DF3";
|
|
90
|
-
readonly 500: "#B961EB";
|
|
91
|
-
readonly 600: "#A541DC";
|
|
92
|
-
readonly 700: "#9230C5";
|
|
93
|
-
readonly 800: "#782B9E";
|
|
94
|
-
readonly 900: "#62247F";
|
|
95
|
-
};
|
|
96
|
-
readonly pink: {
|
|
97
|
-
readonly 50: "#FFF4FE";
|
|
98
|
-
readonly 100: "#FFE7FD";
|
|
99
|
-
readonly 200: "#FFCFFA";
|
|
100
|
-
readonly 300: "#FEA9F1";
|
|
101
|
-
readonly 400: "#FD75E7";
|
|
102
|
-
readonly 500: "#F553DA";
|
|
103
|
-
readonly 600: "#D821B6";
|
|
104
|
-
readonly 700: "#B31892";
|
|
105
|
-
readonly 800: "#921676";
|
|
106
|
-
readonly 900: "#781761";
|
|
107
|
-
};
|
|
108
|
-
readonly neutral: {
|
|
109
|
-
readonly 50: "#FAFAFA";
|
|
110
|
-
readonly 100: "#F5F5F5";
|
|
111
|
-
readonly 200: "#E5E5E5";
|
|
112
|
-
readonly 300: "#D4D4D4";
|
|
113
|
-
readonly 400: "#A1A1A1";
|
|
114
|
-
readonly 500: "#737373";
|
|
115
|
-
readonly 600: "#525252";
|
|
116
|
-
readonly 700: "#404040";
|
|
117
|
-
readonly 800: "#262626";
|
|
118
|
-
readonly 900: "#171717";
|
|
119
|
-
};
|
|
120
|
-
readonly black: "#000000";
|
|
121
|
-
readonly white: "#FFFFFF";
|
|
122
|
-
};
|
|
123
|
-
readonly test: {
|
|
124
|
-
readonly default: "#ffffff";
|
|
125
|
-
};
|
|
126
|
-
}[N]>(props: SpinnerProps<N, C>): react_jsx_runtime.JSX.Element;
|
|
10
|
+
<N extends ColorNamespace = "xplat", C extends ColorName<N> = ColorName<N>>(props: SpinnerProps<N, C>): react_jsx_runtime.JSX.Element;
|
|
127
11
|
displayName: string;
|
|
128
12
|
};
|
|
129
13
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { a as ColorNamespace, b as ColorName, e as ColorProps } from '../../colors-DmMsWD7G.js';
|
|
3
3
|
|
|
4
4
|
type SpinnerSize = "sm" | "md" | "lg";
|
|
5
5
|
interface SpinnerProps<N extends ColorNamespace, C extends ColorName<N> = ColorName<N>> extends ColorProps<N, C> {
|
|
@@ -7,123 +7,7 @@ interface SpinnerProps<N extends ColorNamespace, C extends ColorName<N> = ColorN
|
|
|
7
7
|
className?: string;
|
|
8
8
|
}
|
|
9
9
|
declare const Spinner: {
|
|
10
|
-
<N extends ColorNamespace = "xplat", C extends ColorName<N> =
|
|
11
|
-
readonly xplat: {
|
|
12
|
-
readonly red: {
|
|
13
|
-
readonly 50: "#FFF0F0";
|
|
14
|
-
readonly 100: "#FFDDDE";
|
|
15
|
-
readonly 200: "#FFC1C2";
|
|
16
|
-
readonly 300: "#FF9698";
|
|
17
|
-
readonly 400: "#FF5A5D";
|
|
18
|
-
readonly 500: "#FF272B";
|
|
19
|
-
readonly 600: "#F80409";
|
|
20
|
-
readonly 700: "#D40105";
|
|
21
|
-
readonly 800: "#AE0609";
|
|
22
|
-
readonly 900: "#900C0F";
|
|
23
|
-
};
|
|
24
|
-
readonly green: {
|
|
25
|
-
readonly 50: "#E5F6EA";
|
|
26
|
-
readonly 100: "#C1E7CC";
|
|
27
|
-
readonly 200: "#98D8AC";
|
|
28
|
-
readonly 300: "#6CCA8B";
|
|
29
|
-
readonly 400: "#47BE72";
|
|
30
|
-
readonly 500: "#10B259";
|
|
31
|
-
readonly 600: "#00A34F";
|
|
32
|
-
readonly 700: "#009143";
|
|
33
|
-
readonly 800: "#007F38";
|
|
34
|
-
readonly 900: "#006024";
|
|
35
|
-
};
|
|
36
|
-
readonly orange: {
|
|
37
|
-
readonly 50: "#FFF8EC";
|
|
38
|
-
readonly 100: "#FFF0D3";
|
|
39
|
-
readonly 200: "#FFDDA5";
|
|
40
|
-
readonly 300: "#FFC46D";
|
|
41
|
-
readonly 400: "#FF9F32";
|
|
42
|
-
readonly 500: "#FF820A";
|
|
43
|
-
readonly 600: "#FF6900";
|
|
44
|
-
readonly 700: "#CC4B02";
|
|
45
|
-
readonly 800: "#A13A0B";
|
|
46
|
-
readonly 900: "#82320C";
|
|
47
|
-
};
|
|
48
|
-
readonly yellow: {
|
|
49
|
-
readonly 50: "#FFFDE7";
|
|
50
|
-
readonly 100: "#FFFAC1";
|
|
51
|
-
readonly 200: "#FFF186";
|
|
52
|
-
readonly 300: "#FFE041";
|
|
53
|
-
readonly 400: "#FFCC0D";
|
|
54
|
-
readonly 500: "#F0B100";
|
|
55
|
-
readonly 600: "#D18800";
|
|
56
|
-
readonly 700: "#A66002";
|
|
57
|
-
readonly 800: "#894B0A";
|
|
58
|
-
readonly 900: "#743D0F";
|
|
59
|
-
};
|
|
60
|
-
readonly blue: {
|
|
61
|
-
readonly 50: "#F1F4FD";
|
|
62
|
-
readonly 100: "#DFE7FA";
|
|
63
|
-
readonly 200: "#C5D4F8";
|
|
64
|
-
readonly 300: "#9EB8F2";
|
|
65
|
-
readonly 400: "#7093EA";
|
|
66
|
-
readonly 500: "#4D6DE3";
|
|
67
|
-
readonly 600: "#3950D7";
|
|
68
|
-
readonly 700: "#303EC5";
|
|
69
|
-
readonly 800: "#2D35A0";
|
|
70
|
-
readonly 900: "#29317F";
|
|
71
|
-
};
|
|
72
|
-
readonly lightblue: {
|
|
73
|
-
readonly 50: "#EEFAFF";
|
|
74
|
-
readonly 100: "#D9F4FF";
|
|
75
|
-
readonly 200: "#BBEDFF";
|
|
76
|
-
readonly 300: "#8DE3FF";
|
|
77
|
-
readonly 400: "#57D0FF";
|
|
78
|
-
readonly 500: "#30B6FF";
|
|
79
|
-
readonly 600: "#1999F7";
|
|
80
|
-
readonly 700: "#1280E3";
|
|
81
|
-
readonly 800: "#1566B8";
|
|
82
|
-
readonly 900: "#175791";
|
|
83
|
-
};
|
|
84
|
-
readonly purple: {
|
|
85
|
-
readonly 50: "#FBF6FE";
|
|
86
|
-
readonly 100: "#F5EAFD";
|
|
87
|
-
readonly 200: "#EDD8FC";
|
|
88
|
-
readonly 300: "#E0BAF8";
|
|
89
|
-
readonly 400: "#CD8DF3";
|
|
90
|
-
readonly 500: "#B961EB";
|
|
91
|
-
readonly 600: "#A541DC";
|
|
92
|
-
readonly 700: "#9230C5";
|
|
93
|
-
readonly 800: "#782B9E";
|
|
94
|
-
readonly 900: "#62247F";
|
|
95
|
-
};
|
|
96
|
-
readonly pink: {
|
|
97
|
-
readonly 50: "#FFF4FE";
|
|
98
|
-
readonly 100: "#FFE7FD";
|
|
99
|
-
readonly 200: "#FFCFFA";
|
|
100
|
-
readonly 300: "#FEA9F1";
|
|
101
|
-
readonly 400: "#FD75E7";
|
|
102
|
-
readonly 500: "#F553DA";
|
|
103
|
-
readonly 600: "#D821B6";
|
|
104
|
-
readonly 700: "#B31892";
|
|
105
|
-
readonly 800: "#921676";
|
|
106
|
-
readonly 900: "#781761";
|
|
107
|
-
};
|
|
108
|
-
readonly neutral: {
|
|
109
|
-
readonly 50: "#FAFAFA";
|
|
110
|
-
readonly 100: "#F5F5F5";
|
|
111
|
-
readonly 200: "#E5E5E5";
|
|
112
|
-
readonly 300: "#D4D4D4";
|
|
113
|
-
readonly 400: "#A1A1A1";
|
|
114
|
-
readonly 500: "#737373";
|
|
115
|
-
readonly 600: "#525252";
|
|
116
|
-
readonly 700: "#404040";
|
|
117
|
-
readonly 800: "#262626";
|
|
118
|
-
readonly 900: "#171717";
|
|
119
|
-
};
|
|
120
|
-
readonly black: "#000000";
|
|
121
|
-
readonly white: "#FFFFFF";
|
|
122
|
-
};
|
|
123
|
-
readonly test: {
|
|
124
|
-
readonly default: "#ffffff";
|
|
125
|
-
};
|
|
126
|
-
}[N]>(props: SpinnerProps<N, C>): react_jsx_runtime.JSX.Element;
|
|
10
|
+
<N extends ColorNamespace = "xplat", C extends ColorName<N> = ColorName<N>>(props: SpinnerProps<N, C>): react_jsx_runtime.JSX.Element;
|
|
127
11
|
displayName: string;
|
|
128
12
|
};
|
|
129
13
|
|
|
@@ -125,7 +125,7 @@ var getColorClass = (namespace, palette, shade) => {
|
|
|
125
125
|
return `${String(namespace)}-${String(palette)}${hasShade ? `-${String(shade)}` : ""}`;
|
|
126
126
|
};
|
|
127
127
|
|
|
128
|
-
// node_modules/clsx/dist/clsx.mjs
|
|
128
|
+
// ../../node_modules/clsx/dist/clsx.mjs
|
|
129
129
|
function r(e) {
|
|
130
130
|
var t, f, n = "";
|
|
131
131
|
if ("string" == typeof e || "number" == typeof e) n += e;
|
|
@@ -1051,7 +1051,7 @@ var import_jsx_runtime293 = require("react/jsx-runtime");
|
|
|
1051
1051
|
// src/tokens/svg/validation/SuccessIcon.tsx
|
|
1052
1052
|
var import_jsx_runtime294 = require("react/jsx-runtime");
|
|
1053
1053
|
|
|
1054
|
-
// node_modules/clsx/dist/clsx.mjs
|
|
1054
|
+
// ../../node_modules/clsx/dist/clsx.mjs
|
|
1055
1055
|
function r(e) {
|
|
1056
1056
|
var t, f, n = "";
|
|
1057
1057
|
if ("string" == typeof e || "number" == typeof e) n += e;
|