@x-plat/design-system 0.4.5 → 0.5.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/components/Accordion/index.cjs +294 -294
- package/dist/components/Accordion/index.css +11 -11
- package/dist/components/Accordion/index.d.cts +0 -1
- package/dist/components/Accordion/index.d.ts +0 -1
- package/dist/components/Accordion/index.js +491 -491
- package/dist/components/Alert/index.cjs +2 -2
- package/dist/components/Alert/index.css +19 -19
- package/dist/components/Alert/index.d.cts +0 -1
- package/dist/components/Alert/index.d.ts +0 -1
- package/dist/components/Alert/index.js +2 -2
- package/dist/components/Avatar/index.cjs +11 -6
- package/dist/components/Avatar/index.css +41 -11
- package/dist/components/Avatar/index.d.cts +1 -3
- package/dist/components/Avatar/index.d.ts +1 -3
- package/dist/components/Avatar/index.js +11 -6
- package/dist/components/Badge/index.cjs +4 -6
- package/dist/components/Badge/index.css +32 -19
- package/dist/components/Badge/index.d.cts +3 -3
- package/dist/components/Badge/index.d.ts +3 -3
- package/dist/components/Badge/index.js +4 -6
- package/dist/components/Breadcrumb/index.cjs +2 -18
- package/dist/components/Breadcrumb/index.css +6 -6
- package/dist/components/Breadcrumb/index.d.cts +0 -1
- package/dist/components/Breadcrumb/index.d.ts +0 -1
- package/dist/components/Breadcrumb/index.js +2 -18
- package/dist/components/Button/index.cjs +1 -4
- package/dist/components/Button/index.css +67 -23
- package/dist/components/Button/index.d.cts +2 -3
- package/dist/components/Button/index.d.ts +2 -3
- package/dist/components/Button/index.js +1 -4
- package/dist/components/Calendar/index.cjs +306 -307
- package/dist/components/Calendar/index.css +51 -52
- package/dist/components/Calendar/index.d.cts +3 -4
- package/dist/components/Calendar/index.d.ts +3 -4
- package/dist/components/Calendar/index.js +503 -504
- package/dist/components/Card/index.cjs +2 -18
- package/dist/components/Card/index.css +6 -6
- package/dist/components/Card/index.d.cts +0 -4
- package/dist/components/Card/index.d.ts +0 -4
- package/dist/components/Card/index.js +2 -18
- package/dist/components/CardTab/index.cjs +4 -5
- package/dist/components/CardTab/index.css +28 -28
- package/dist/components/CardTab/index.d.cts +0 -2
- package/dist/components/CardTab/index.d.ts +0 -2
- package/dist/components/CardTab/index.js +4 -5
- package/dist/components/Chart/index.cjs +228 -14548
- package/dist/components/Chart/index.css +57 -0
- package/dist/components/Chart/index.d.cts +3 -2
- package/dist/components/Chart/index.d.ts +3 -2
- package/dist/components/Chart/index.js +219 -14541
- package/dist/components/CheckBox/index.cjs +301 -297
- package/dist/components/CheckBox/index.css +50 -27
- package/dist/components/CheckBox/index.d.cts +3 -3
- package/dist/components/CheckBox/index.d.ts +3 -3
- package/dist/components/CheckBox/index.js +486 -482
- package/dist/components/Chip/index.cjs +2 -5
- package/dist/components/Chip/index.css +35 -23
- package/dist/components/Chip/index.d.cts +2 -4
- package/dist/components/Chip/index.d.ts +2 -4
- package/dist/components/Chip/index.js +2 -5
- package/dist/components/DatePicker/index.cjs +348 -359
- package/dist/components/DatePicker/index.css +175 -122
- package/dist/components/DatePicker/index.d.cts +2 -3
- package/dist/components/DatePicker/index.d.ts +2 -3
- package/dist/components/DatePicker/index.js +525 -536
- package/dist/components/Divider/index.cjs +2 -2
- package/dist/components/Divider/index.css +2 -2
- package/dist/components/Divider/index.d.cts +0 -1
- package/dist/components/Divider/index.d.ts +0 -1
- package/dist/components/Divider/index.js +2 -2
- package/dist/components/Drawer/index.css +7 -7
- package/dist/components/Dropdown/index.cjs +2 -2
- package/dist/components/Dropdown/index.css +10 -10
- package/dist/components/Dropdown/index.d.cts +0 -1
- package/dist/components/Dropdown/index.d.ts +0 -1
- package/dist/components/Dropdown/index.js +2 -2
- package/dist/components/EmptyState/index.cjs +2 -18
- package/dist/components/EmptyState/index.css +8 -9
- package/dist/components/EmptyState/index.d.cts +0 -1
- package/dist/components/EmptyState/index.d.ts +0 -1
- package/dist/components/EmptyState/index.js +2 -18
- package/dist/components/FileUpload/index.cjs +280 -281
- package/dist/components/FileUpload/index.css +13 -14
- package/dist/components/FileUpload/index.d.cts +0 -1
- package/dist/components/FileUpload/index.d.ts +0 -1
- package/dist/components/FileUpload/index.js +476 -477
- package/dist/components/HtmlTypeWriter/index.cjs +10 -10
- package/dist/components/HtmlTypeWriter/index.css +3 -3
- package/dist/components/HtmlTypeWriter/index.js +10 -10
- package/dist/components/ImageSelector/index.cjs +309 -309
- package/dist/components/ImageSelector/index.css +15 -15
- package/dist/components/ImageSelector/index.js +477 -477
- package/dist/components/Input/index.cjs +6 -7
- package/dist/components/Input/index.css +37 -26
- package/dist/components/Input/index.d.cts +2 -2
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +6 -7
- package/dist/components/Modal/index.css +5 -4
- package/dist/components/Pagination/index.cjs +303 -305
- package/dist/components/Pagination/index.css +37 -26
- package/dist/components/Pagination/index.d.cts +3 -3
- package/dist/components/Pagination/index.d.ts +3 -3
- package/dist/components/Pagination/index.js +500 -502
- package/dist/components/PopOver/index.css +3 -3
- package/dist/components/Progress/index.cjs +4 -6
- package/dist/components/Progress/index.css +23 -9
- package/dist/components/Progress/index.d.cts +3 -3
- package/dist/components/Progress/index.d.ts +3 -3
- package/dist/components/Progress/index.js +4 -6
- package/dist/components/Radio/index.cjs +4 -7
- package/dist/components/Radio/index.css +61 -29
- package/dist/components/Radio/index.d.cts +3 -3
- package/dist/components/Radio/index.d.ts +3 -3
- package/dist/components/Radio/index.js +4 -7
- package/dist/components/Select/index.cjs +294 -294
- package/dist/components/Select/index.css +46 -40
- package/dist/components/Select/index.d.cts +0 -1
- package/dist/components/Select/index.d.ts +0 -1
- package/dist/components/Select/index.js +491 -491
- package/dist/components/Skeleton/index.cjs +2 -2
- package/dist/components/Skeleton/index.css +3 -3
- package/dist/components/Skeleton/index.d.cts +0 -1
- package/dist/components/Skeleton/index.d.ts +0 -1
- package/dist/components/Skeleton/index.js +2 -2
- package/dist/components/Spinner/index.cjs +2 -4
- package/dist/components/Spinner/index.css +22 -8
- package/dist/components/Spinner/index.d.cts +3 -3
- package/dist/components/Spinner/index.d.ts +3 -3
- package/dist/components/Spinner/index.js +2 -4
- package/dist/components/Steps/index.cjs +296 -298
- package/dist/components/Steps/index.css +77 -22
- package/dist/components/Steps/index.d.cts +3 -3
- package/dist/components/Steps/index.d.ts +3 -3
- package/dist/components/Steps/index.js +481 -483
- package/dist/components/Swiper/index.cjs +2 -3
- package/dist/components/Swiper/index.css +10 -10
- package/dist/components/Swiper/index.d.cts +0 -1
- package/dist/components/Swiper/index.d.ts +0 -1
- package/dist/components/Swiper/index.js +2 -3
- package/dist/components/Switch/index.cjs +4 -7
- package/dist/components/Switch/index.css +58 -26
- package/dist/components/Switch/index.d.cts +3 -3
- package/dist/components/Switch/index.d.ts +3 -3
- package/dist/components/Switch/index.js +4 -7
- package/dist/components/Tab/index.css +15 -15
- package/dist/components/Table/index.cjs +22 -31
- package/dist/components/Table/index.css +15 -15
- package/dist/components/Table/index.d.cts +2 -8
- package/dist/components/Table/index.d.ts +2 -8
- package/dist/components/Table/index.js +22 -31
- package/dist/components/Tag/index.cjs +305 -293
- package/dist/components/Tag/index.css +58 -17
- package/dist/components/Tag/index.d.cts +5 -3
- package/dist/components/Tag/index.d.ts +5 -3
- package/dist/components/Tag/index.js +492 -480
- package/dist/components/TextArea/index.cjs +2 -2
- package/dist/components/TextArea/index.css +20 -9
- package/dist/components/TextArea/index.d.cts +2 -1
- package/dist/components/TextArea/index.d.ts +2 -1
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Toast/index.css +22 -22
- package/dist/components/Tooltip/index.cjs +1 -3
- package/dist/components/Tooltip/index.css +6 -6
- package/dist/components/Tooltip/index.d.cts +1 -2
- package/dist/components/Tooltip/index.d.ts +1 -2
- package/dist/components/Tooltip/index.js +1 -3
- package/dist/components/Video/index.cjs +1 -3
- package/dist/components/Video/index.css +5 -5
- package/dist/components/Video/index.d.cts +0 -2
- package/dist/components/Video/index.d.ts +0 -2
- package/dist/components/Video/index.js +1 -3
- package/dist/components/index.cjs +1604 -15950
- package/dist/components/index.css +2167 -1061
- package/dist/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +1478 -15826
- package/dist/index.cjs +2941 -17269
- package/dist/index.css +2164 -1058
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2837 -17169
- package/dist/layout/Grid/FullGrid/index.cjs +9 -18
- package/dist/layout/Grid/FullGrid/index.d.cts +1 -1
- package/dist/layout/Grid/FullGrid/index.d.ts +1 -1
- package/dist/layout/Grid/FullGrid/index.js +9 -18
- package/dist/layout/Grid/FullScreen/index.cjs +9 -18
- package/dist/layout/Grid/FullScreen/index.d.cts +3 -3
- package/dist/layout/Grid/FullScreen/index.d.ts +3 -3
- package/dist/layout/Grid/FullScreen/index.js +9 -18
- package/dist/layout/Grid/index.cjs +34 -20
- package/dist/layout/Grid/index.js +34 -20
- package/dist/layout/index.cjs +34 -20
- package/dist/layout/index.css +1000 -295
- package/dist/layout/index.js +34 -20
- package/dist/tokens/index.cjs +1861 -1970
- package/dist/tokens/index.d.cts +209 -192
- package/dist/tokens/index.d.ts +209 -192
- package/dist/tokens/index.js +2048 -2159
- package/package.json +2 -4
- package/dist/colors-CY4JXVHj.d.cts +0 -137
- package/dist/colors-CY4JXVHj.d.ts +0 -137
- package/dist/layout/Grid/GapGrid/index.cjs +0 -32
- package/dist/layout/Grid/GapGrid/index.d.cts +0 -12
- package/dist/layout/Grid/GapGrid/index.d.ts +0 -12
- package/dist/layout/Grid/GapGrid/index.js +0 -11
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
// src/tokens/colors.ts
|
|
2
|
+
import { primitive, semantic } from "@x-plat/tokens-core";
|
|
3
|
+
|
|
1
4
|
// src/tokens/svg/action/CopyIcon.tsx
|
|
2
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
6
|
|
|
@@ -58,624 +61,705 @@ import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
|
58
61
|
// src/tokens/svg/action/SearchIcon.tsx
|
|
59
62
|
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
60
63
|
|
|
61
|
-
// src/tokens/svg/action/SendIcon.tsx
|
|
62
|
-
import { jsx as jsx21, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
63
|
-
|
|
64
64
|
// src/tokens/svg/action/Share2Icon.tsx
|
|
65
|
-
import { jsx as
|
|
65
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
66
66
|
|
|
67
67
|
// src/tokens/svg/action/ShareIcon.tsx
|
|
68
|
-
import { jsx as
|
|
68
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
69
69
|
|
|
70
70
|
// src/tokens/svg/action/Trash2Icon.tsx
|
|
71
|
-
import { jsx as
|
|
71
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
72
72
|
|
|
73
73
|
// src/tokens/svg/action/TrashIcon.tsx
|
|
74
|
-
import { jsx as
|
|
74
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
75
75
|
|
|
76
76
|
// src/tokens/svg/action/UploadCloudIcon.tsx
|
|
77
|
-
import { jsx as
|
|
77
|
+
import { jsx as jsx25, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
78
78
|
|
|
79
79
|
// src/tokens/svg/action/UploadIcon.tsx
|
|
80
|
-
import { jsx as
|
|
80
|
+
import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
81
81
|
|
|
82
82
|
// src/tokens/svg/action/ZoomInIcon.tsx
|
|
83
|
-
import { jsx as
|
|
83
|
+
import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
84
84
|
|
|
85
85
|
// src/tokens/svg/action/ZoomOutIcon.tsx
|
|
86
|
+
import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
87
|
+
|
|
88
|
+
// src/tokens/svg/arrow/ArrowDownCircleIcon.tsx
|
|
86
89
|
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
87
90
|
|
|
91
|
+
// src/tokens/svg/arrow/ArrowDownIcon.tsx
|
|
92
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
93
|
+
|
|
94
|
+
// src/tokens/svg/arrow/ArrowDownLeftIcon.tsx
|
|
95
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
96
|
+
|
|
97
|
+
// src/tokens/svg/arrow/ArrowDownRightIcon.tsx
|
|
98
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
99
|
+
|
|
100
|
+
// src/tokens/svg/arrow/ArrowLeftCircleIcon.tsx
|
|
101
|
+
import { jsx as jsx33, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
102
|
+
|
|
103
|
+
// src/tokens/svg/arrow/ArrowLeftIcon.tsx
|
|
104
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
105
|
+
|
|
106
|
+
// src/tokens/svg/arrow/ArrowRightCircleIcon.tsx
|
|
107
|
+
import { jsx as jsx35, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
108
|
+
|
|
109
|
+
// src/tokens/svg/arrow/ArrowRightIcon.tsx
|
|
110
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
111
|
+
|
|
112
|
+
// src/tokens/svg/arrow/ArrowUpCircleIcon.tsx
|
|
113
|
+
import { jsx as jsx37, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
114
|
+
|
|
115
|
+
// src/tokens/svg/arrow/ArrowUpIcon.tsx
|
|
116
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
117
|
+
|
|
118
|
+
// src/tokens/svg/arrow/ArrowUpLeftIcon.tsx
|
|
119
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
120
|
+
|
|
121
|
+
// src/tokens/svg/arrow/ArrowUpRightIcon.tsx
|
|
122
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
123
|
+
|
|
124
|
+
// src/tokens/svg/arrow/ChevronDownIcon.tsx
|
|
125
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
126
|
+
|
|
127
|
+
// src/tokens/svg/arrow/ChevronLeftIcon.tsx
|
|
128
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
129
|
+
|
|
130
|
+
// src/tokens/svg/arrow/ChevronRightIcon.tsx
|
|
131
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
132
|
+
|
|
133
|
+
// src/tokens/svg/arrow/ChevronsDownIcon.tsx
|
|
134
|
+
import { jsx as jsx44, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
135
|
+
|
|
136
|
+
// src/tokens/svg/arrow/ChevronsLeftIcon.tsx
|
|
137
|
+
import { jsx as jsx45, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
138
|
+
|
|
139
|
+
// src/tokens/svg/arrow/ChevronsRightIcon.tsx
|
|
140
|
+
import { jsx as jsx46, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
141
|
+
|
|
142
|
+
// src/tokens/svg/arrow/ChevronsUpIcon.tsx
|
|
143
|
+
import { jsx as jsx47, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
144
|
+
|
|
145
|
+
// src/tokens/svg/arrow/ChevronUpIcon.tsx
|
|
146
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
147
|
+
|
|
148
|
+
// src/tokens/svg/arrow/CompassIcon.tsx
|
|
149
|
+
import { jsx as jsx49, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
150
|
+
|
|
151
|
+
// src/tokens/svg/arrow/CornerDownLeftIcon.tsx
|
|
152
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
153
|
+
|
|
154
|
+
// src/tokens/svg/arrow/CornerDownRightIcon.tsx
|
|
155
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
156
|
+
|
|
157
|
+
// src/tokens/svg/arrow/CornerLeftDownIcon.tsx
|
|
158
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
159
|
+
|
|
160
|
+
// src/tokens/svg/arrow/CornerLeftUpIcon.tsx
|
|
161
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
162
|
+
|
|
163
|
+
// src/tokens/svg/arrow/CornerRightDownIcon.tsx
|
|
164
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
165
|
+
|
|
166
|
+
// src/tokens/svg/arrow/CornerRightUpIcon.tsx
|
|
167
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
168
|
+
|
|
169
|
+
// src/tokens/svg/arrow/CornerUpLeftIcon.tsx
|
|
170
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
171
|
+
|
|
172
|
+
// src/tokens/svg/arrow/CornerUpRightIcon.tsx
|
|
173
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
174
|
+
|
|
175
|
+
// src/tokens/svg/arrow/MapIcon.tsx
|
|
176
|
+
import { jsx as jsx58, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
177
|
+
|
|
178
|
+
// src/tokens/svg/arrow/MapPinIcon.tsx
|
|
179
|
+
import { jsx as jsx59, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
180
|
+
|
|
181
|
+
// src/tokens/svg/arrow/Navigation2Icon.tsx
|
|
182
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
183
|
+
|
|
184
|
+
// src/tokens/svg/arrow/NavigationIcon.tsx
|
|
185
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
186
|
+
|
|
88
187
|
// src/tokens/svg/call/CallActiveIcon.tsx
|
|
89
|
-
import { jsx as
|
|
188
|
+
import { jsx as jsx62, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
90
189
|
|
|
91
190
|
// src/tokens/svg/call/CallForwardedIcon.tsx
|
|
92
|
-
import { jsx as
|
|
191
|
+
import { jsx as jsx63, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
93
192
|
|
|
94
193
|
// src/tokens/svg/call/CallIcon.tsx
|
|
95
|
-
import { jsx as
|
|
194
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
96
195
|
|
|
97
196
|
// src/tokens/svg/call/CallIncomingIcon.tsx
|
|
98
|
-
import { jsx as
|
|
197
|
+
import { jsx as jsx65, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
99
198
|
|
|
100
199
|
// src/tokens/svg/call/CallMissedIcon.tsx
|
|
101
|
-
import { jsx as
|
|
200
|
+
import { jsx as jsx66, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
102
201
|
|
|
103
202
|
// src/tokens/svg/call/CallOffIcon.tsx
|
|
104
|
-
import { jsx as
|
|
203
|
+
import { jsx as jsx67, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
105
204
|
|
|
106
205
|
// src/tokens/svg/call/CallOutgoingIcon.tsx
|
|
107
|
-
import { jsx as
|
|
206
|
+
import { jsx as jsx68, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
108
207
|
|
|
109
208
|
// src/tokens/svg/call/VoicemailIcon.tsx
|
|
110
|
-
import { jsx as
|
|
209
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
111
210
|
|
|
112
211
|
// src/tokens/svg/chart/BarChart2Icon.tsx
|
|
113
|
-
import { jsx as
|
|
212
|
+
import { jsx as jsx70, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
114
213
|
|
|
115
214
|
// src/tokens/svg/chart/BarChartIcon.tsx
|
|
116
|
-
import { jsx as
|
|
215
|
+
import { jsx as jsx71, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
117
216
|
|
|
118
217
|
// src/tokens/svg/chart/PieChartIcon.tsx
|
|
119
|
-
import { jsx as
|
|
218
|
+
import { jsx as jsx72, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
120
219
|
|
|
121
220
|
// src/tokens/svg/chart/TableIcon.tsx
|
|
122
|
-
import { jsx as
|
|
221
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
123
222
|
|
|
124
223
|
// src/tokens/svg/chart/TrendingDownIcon.tsx
|
|
125
|
-
import { jsx as
|
|
224
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
126
225
|
|
|
127
226
|
// src/tokens/svg/chart/TrendingUpIcon.tsx
|
|
128
|
-
import { jsx as
|
|
227
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
228
|
+
|
|
229
|
+
// src/tokens/svg/commerce/CreditCardIcon.tsx
|
|
230
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
231
|
+
|
|
232
|
+
// src/tokens/svg/commerce/DollarSignIcon.tsx
|
|
233
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
234
|
+
|
|
235
|
+
// src/tokens/svg/commerce/GiftIcon.tsx
|
|
236
|
+
import { jsx as jsx78, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
237
|
+
|
|
238
|
+
// src/tokens/svg/commerce/ShoppingBagIcon.tsx
|
|
239
|
+
import { jsx as jsx79, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
240
|
+
|
|
241
|
+
// src/tokens/svg/commerce/ShoppingCartIcon.tsx
|
|
242
|
+
import { jsx as jsx80, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
243
|
+
|
|
244
|
+
// src/tokens/svg/commerce/TagIcon.tsx
|
|
245
|
+
import { jsx as jsx81, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
246
|
+
|
|
247
|
+
// src/tokens/svg/commerce/TruckIcon.tsx
|
|
248
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
249
|
+
|
|
250
|
+
// src/tokens/svg/communication/BellIcon.tsx
|
|
251
|
+
import { jsx as jsx83, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
252
|
+
|
|
253
|
+
// src/tokens/svg/communication/BellOffIcon.tsx
|
|
254
|
+
import { jsx as jsx84, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
255
|
+
|
|
256
|
+
// src/tokens/svg/communication/InboxIcon.tsx
|
|
257
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
258
|
+
|
|
259
|
+
// src/tokens/svg/communication/MessageCircleIcon.tsx
|
|
260
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
261
|
+
|
|
262
|
+
// src/tokens/svg/communication/MessageSquareIcon.tsx
|
|
263
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
264
|
+
|
|
265
|
+
// src/tokens/svg/communication/PaperclipIcon.tsx
|
|
266
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
267
|
+
|
|
268
|
+
// src/tokens/svg/communication/SendIcon.tsx
|
|
269
|
+
import { jsx as jsx89, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
129
270
|
|
|
130
271
|
// src/tokens/svg/date/CalendarIcon.tsx
|
|
131
|
-
import { jsx as
|
|
272
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
132
273
|
|
|
133
274
|
// src/tokens/svg/date/CalenderIcon.tsx
|
|
134
|
-
import { jsx as
|
|
275
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
135
276
|
|
|
136
277
|
// src/tokens/svg/date/ClockIcon.tsx
|
|
137
|
-
import { jsx as
|
|
278
|
+
import { jsx as jsx92, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
138
279
|
|
|
139
280
|
// src/tokens/svg/date/SunriseIcon.tsx
|
|
140
|
-
import { jsx as
|
|
281
|
+
import { jsx as jsx93, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
141
282
|
|
|
142
283
|
// src/tokens/svg/date/SunsetIcon.tsx
|
|
143
|
-
import { jsx as
|
|
284
|
+
import { jsx as jsx94, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
285
|
+
|
|
286
|
+
// src/tokens/svg/dev/CodeIcon.tsx
|
|
287
|
+
import { jsx as jsx95, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
288
|
+
|
|
289
|
+
// src/tokens/svg/dev/GitBranchIcon.tsx
|
|
290
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
291
|
+
|
|
292
|
+
// src/tokens/svg/dev/GitCommitIcon.tsx
|
|
293
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
294
|
+
|
|
295
|
+
// src/tokens/svg/dev/GitMergeIcon.tsx
|
|
296
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
297
|
+
|
|
298
|
+
// src/tokens/svg/dev/GitPullRequestIcon.tsx
|
|
299
|
+
import { jsx as jsx99, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
300
|
+
|
|
301
|
+
// src/tokens/svg/dev/TerminalIcon.tsx
|
|
302
|
+
import { jsx as jsx100, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
144
303
|
|
|
145
304
|
// src/tokens/svg/device/BatteryChargingIcon.tsx
|
|
146
|
-
import { jsx as
|
|
305
|
+
import { jsx as jsx101, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
147
306
|
|
|
148
307
|
// src/tokens/svg/device/BatteryIcon.tsx
|
|
149
|
-
import { jsx as
|
|
308
|
+
import { jsx as jsx102, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
150
309
|
|
|
151
310
|
// src/tokens/svg/device/BluetoothIcon.tsx
|
|
152
|
-
import { jsx as
|
|
311
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
153
312
|
|
|
154
313
|
// src/tokens/svg/device/CommandIcon.tsx
|
|
155
|
-
import { jsx as
|
|
314
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
156
315
|
|
|
157
316
|
// src/tokens/svg/device/CpuIcon.tsx
|
|
158
|
-
import { jsx as
|
|
317
|
+
import { jsx as jsx105, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
159
318
|
|
|
160
319
|
// src/tokens/svg/device/DatabaseIcon.tsx
|
|
161
|
-
import { jsx as
|
|
320
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
162
321
|
|
|
163
322
|
// src/tokens/svg/device/HardDriveIcon.tsx
|
|
164
|
-
import { jsx as
|
|
323
|
+
import { jsx as jsx107, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
165
324
|
|
|
166
325
|
// src/tokens/svg/device/MonitorIcon.tsx
|
|
167
|
-
import { jsx as
|
|
326
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
168
327
|
|
|
169
328
|
// src/tokens/svg/device/PrinterIcon.tsx
|
|
170
|
-
import { jsx as
|
|
329
|
+
import { jsx as jsx109, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
171
330
|
|
|
172
331
|
// src/tokens/svg/device/ServerIcon.tsx
|
|
173
|
-
import { jsx as
|
|
332
|
+
import { jsx as jsx110, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
174
333
|
|
|
175
334
|
// src/tokens/svg/device/SmartphoneIcon.tsx
|
|
176
|
-
import { jsx as
|
|
335
|
+
import { jsx as jsx111, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
177
336
|
|
|
178
337
|
// src/tokens/svg/device/TabletIcon.tsx
|
|
179
|
-
import { jsx as
|
|
180
|
-
|
|
181
|
-
// src/tokens/svg/device/TerminalIcon.tsx
|
|
182
|
-
import { jsx as jsx61, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
338
|
+
import { jsx as jsx112, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
183
339
|
|
|
184
340
|
// src/tokens/svg/device/TvIcon.tsx
|
|
185
|
-
import { jsx as
|
|
341
|
+
import { jsx as jsx113, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
186
342
|
|
|
187
343
|
// src/tokens/svg/device/WatchIcon.tsx
|
|
188
|
-
import { jsx as
|
|
344
|
+
import { jsx as jsx114, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
189
345
|
|
|
190
346
|
// src/tokens/svg/device/WifiIcon.tsx
|
|
191
|
-
import { jsx as
|
|
347
|
+
import { jsx as jsx115, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
192
348
|
|
|
193
349
|
// src/tokens/svg/device/WifiOffIcon.tsx
|
|
194
|
-
import { jsx as
|
|
350
|
+
import { jsx as jsx116, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
195
351
|
|
|
196
352
|
// src/tokens/svg/edit/AlignCenterIcon.tsx
|
|
197
|
-
import { jsx as
|
|
353
|
+
import { jsx as jsx117, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
198
354
|
|
|
199
355
|
// src/tokens/svg/edit/AlignJustifyIcon.tsx
|
|
200
|
-
import { jsx as
|
|
356
|
+
import { jsx as jsx118, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
201
357
|
|
|
202
358
|
// src/tokens/svg/edit/AlignLeftIcon.tsx
|
|
203
|
-
import { jsx as
|
|
359
|
+
import { jsx as jsx119, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
204
360
|
|
|
205
361
|
// src/tokens/svg/edit/AlignRightIcon.tsx
|
|
206
|
-
import { jsx as
|
|
362
|
+
import { jsx as jsx120, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
207
363
|
|
|
208
364
|
// src/tokens/svg/edit/BoldIcon.tsx
|
|
209
|
-
import { jsx as
|
|
210
|
-
|
|
211
|
-
// src/tokens/svg/edit/CodeIcon.tsx
|
|
212
|
-
import { jsx as jsx71, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
365
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
213
366
|
|
|
214
367
|
// src/tokens/svg/edit/ItalicIcon.tsx
|
|
215
|
-
import { jsx as
|
|
368
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
216
369
|
|
|
217
370
|
// src/tokens/svg/edit/PenToolIcon.tsx
|
|
218
|
-
import { jsx as
|
|
371
|
+
import { jsx as jsx123, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
219
372
|
|
|
220
373
|
// src/tokens/svg/edit/TypeIcon.tsx
|
|
221
|
-
import { jsx as
|
|
374
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
222
375
|
|
|
223
376
|
// src/tokens/svg/edit/UnderlineIcon.tsx
|
|
224
|
-
import { jsx as
|
|
377
|
+
import { jsx as jsx125, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
225
378
|
|
|
226
379
|
// src/tokens/svg/file/ArchiveIcon.tsx
|
|
227
|
-
import { jsx as
|
|
380
|
+
import { jsx as jsx126, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
228
381
|
|
|
229
382
|
// src/tokens/svg/file/BookIcon.tsx
|
|
230
|
-
import { jsx as
|
|
231
|
-
|
|
232
|
-
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
233
|
-
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
383
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
234
384
|
|
|
235
385
|
// src/tokens/svg/file/BookmarkIcon.tsx
|
|
236
|
-
import { jsx as
|
|
386
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
387
|
+
|
|
388
|
+
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
389
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
237
390
|
|
|
238
391
|
// src/tokens/svg/file/ClipboardIcon.tsx
|
|
239
|
-
import { jsx as
|
|
392
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
240
393
|
|
|
241
394
|
// src/tokens/svg/file/FileIcon.tsx
|
|
242
|
-
import { jsx as
|
|
395
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
243
396
|
|
|
244
397
|
// src/tokens/svg/file/FileMinusIcon.tsx
|
|
245
|
-
import { jsx as
|
|
398
|
+
import { jsx as jsx132, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
246
399
|
|
|
247
400
|
// src/tokens/svg/file/FilePlusIcon.tsx
|
|
248
|
-
import { jsx as
|
|
401
|
+
import { jsx as jsx133, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
249
402
|
|
|
250
403
|
// src/tokens/svg/file/FileTextIcon.tsx
|
|
251
|
-
import { jsx as
|
|
404
|
+
import { jsx as jsx134, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
252
405
|
|
|
253
406
|
// src/tokens/svg/file/FolderIcon.tsx
|
|
254
|
-
import { jsx as
|
|
407
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
255
408
|
|
|
256
409
|
// src/tokens/svg/file/FolderMinusIcon.tsx
|
|
257
|
-
import { jsx as
|
|
410
|
+
import { jsx as jsx136, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
258
411
|
|
|
259
412
|
// src/tokens/svg/file/FolderPlusIcon.tsx
|
|
260
|
-
import { jsx as
|
|
413
|
+
import { jsx as jsx137, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
261
414
|
|
|
262
415
|
// src/tokens/svg/file/PackageIcon.tsx
|
|
263
|
-
import { jsx as
|
|
416
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
417
|
+
|
|
418
|
+
// src/tokens/svg/form/CheckSquareIcon.tsx
|
|
419
|
+
import { jsx as jsx139, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
420
|
+
|
|
421
|
+
// src/tokens/svg/form/CloseEyeIcon.tsx
|
|
422
|
+
import { jsx as jsx140, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
423
|
+
|
|
424
|
+
// src/tokens/svg/form/EyeIcon.tsx
|
|
425
|
+
import { jsx as jsx141, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
426
|
+
|
|
427
|
+
// src/tokens/svg/form/EyeOffIcon.tsx
|
|
428
|
+
import { jsx as jsx142, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
429
|
+
|
|
430
|
+
// src/tokens/svg/form/OpenEyeIcon.tsx
|
|
431
|
+
import { jsx as jsx143, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
432
|
+
|
|
433
|
+
// src/tokens/svg/form/SettingsIcon.tsx
|
|
434
|
+
import { jsx as jsx144, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
435
|
+
|
|
436
|
+
// src/tokens/svg/form/SlidersIcon.tsx
|
|
437
|
+
import { jsx as jsx145, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
438
|
+
|
|
439
|
+
// src/tokens/svg/form/ToggleLeftIcon.tsx
|
|
440
|
+
import { jsx as jsx146, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
441
|
+
|
|
442
|
+
// src/tokens/svg/form/ToggleRightIcon.tsx
|
|
443
|
+
import { jsx as jsx147, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
444
|
+
|
|
445
|
+
// src/tokens/svg/layout/ColumnsIcon.tsx
|
|
446
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
447
|
+
|
|
448
|
+
// src/tokens/svg/layout/GridIcon.tsx
|
|
449
|
+
import { jsx as jsx149, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
450
|
+
|
|
451
|
+
// src/tokens/svg/layout/LayoutIcon.tsx
|
|
452
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
453
|
+
|
|
454
|
+
// src/tokens/svg/layout/ListIcon.tsx
|
|
455
|
+
import { jsx as jsx151, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
456
|
+
|
|
457
|
+
// src/tokens/svg/layout/Maximize2Icon.tsx
|
|
458
|
+
import { jsx as jsx152, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
459
|
+
|
|
460
|
+
// src/tokens/svg/layout/MaximizeIcon.tsx
|
|
461
|
+
import { jsx as jsx153, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
462
|
+
|
|
463
|
+
// src/tokens/svg/layout/MenuIcon.tsx
|
|
464
|
+
import { jsx as jsx154, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
465
|
+
|
|
466
|
+
// src/tokens/svg/layout/Minimize2Icon.tsx
|
|
467
|
+
import { jsx as jsx155, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
468
|
+
|
|
469
|
+
// src/tokens/svg/layout/MinimizeIcon.tsx
|
|
470
|
+
import { jsx as jsx156, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
471
|
+
|
|
472
|
+
// src/tokens/svg/layout/MoreHorizontalIcon.tsx
|
|
473
|
+
import { jsx as jsx157, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
474
|
+
|
|
475
|
+
// src/tokens/svg/layout/MoreVerticalIcon.tsx
|
|
476
|
+
import { jsx as jsx158, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
477
|
+
|
|
478
|
+
// src/tokens/svg/layout/SidebarIcon.tsx
|
|
479
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
264
480
|
|
|
265
481
|
// src/tokens/svg/media/AirplayIcon.tsx
|
|
266
|
-
import { jsx as
|
|
482
|
+
import { jsx as jsx160, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
267
483
|
|
|
268
484
|
// src/tokens/svg/media/CameraIcon.tsx
|
|
269
|
-
import { jsx as
|
|
485
|
+
import { jsx as jsx161, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
270
486
|
|
|
271
487
|
// src/tokens/svg/media/CameraOffIcon.tsx
|
|
272
|
-
import { jsx as
|
|
488
|
+
import { jsx as jsx162, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
273
489
|
|
|
274
490
|
// src/tokens/svg/media/CastIcon.tsx
|
|
275
|
-
import { jsx as
|
|
491
|
+
import { jsx as jsx163, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
276
492
|
|
|
277
493
|
// src/tokens/svg/media/DiscIcon.tsx
|
|
278
|
-
import { jsx as
|
|
494
|
+
import { jsx as jsx164, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
279
495
|
|
|
280
496
|
// src/tokens/svg/media/FastForwardIcon.tsx
|
|
281
|
-
import { jsx as
|
|
497
|
+
import { jsx as jsx165, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
282
498
|
|
|
283
499
|
// src/tokens/svg/media/FilmIcon.tsx
|
|
284
|
-
import { jsx as
|
|
500
|
+
import { jsx as jsx166, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
285
501
|
|
|
286
502
|
// src/tokens/svg/media/HeadphonesIcon.tsx
|
|
287
|
-
import { jsx as
|
|
503
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
288
504
|
|
|
289
505
|
// src/tokens/svg/media/ImageIcon.tsx
|
|
290
|
-
import { jsx as
|
|
506
|
+
import { jsx as jsx168, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
291
507
|
|
|
292
508
|
// src/tokens/svg/media/MicIcon.tsx
|
|
293
|
-
import { jsx as
|
|
509
|
+
import { jsx as jsx169, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
294
510
|
|
|
295
511
|
// src/tokens/svg/media/MicOffIcon.tsx
|
|
296
|
-
import { jsx as
|
|
512
|
+
import { jsx as jsx170, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
297
513
|
|
|
298
514
|
// src/tokens/svg/media/MusicIcon.tsx
|
|
299
|
-
import { jsx as
|
|
515
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
300
516
|
|
|
301
517
|
// src/tokens/svg/media/PauseCircleIcon.tsx
|
|
302
|
-
import { jsx as
|
|
518
|
+
import { jsx as jsx172, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
303
519
|
|
|
304
520
|
// src/tokens/svg/media/PauseIcon.tsx
|
|
305
|
-
import { jsx as
|
|
521
|
+
import { jsx as jsx173, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
306
522
|
|
|
307
523
|
// src/tokens/svg/media/PlayCircleIcon.tsx
|
|
308
|
-
import { jsx as
|
|
524
|
+
import { jsx as jsx174, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
309
525
|
|
|
310
526
|
// src/tokens/svg/media/PlayIcon.tsx
|
|
311
|
-
import { jsx as
|
|
527
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
312
528
|
|
|
313
529
|
// src/tokens/svg/media/RepeatIcon.tsx
|
|
314
|
-
import { jsx as
|
|
530
|
+
import { jsx as jsx176, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
315
531
|
|
|
316
532
|
// src/tokens/svg/media/RewindIcon.tsx
|
|
317
|
-
import { jsx as
|
|
533
|
+
import { jsx as jsx177, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
318
534
|
|
|
319
535
|
// src/tokens/svg/media/SkipBackIcon.tsx
|
|
320
|
-
import { jsx as
|
|
536
|
+
import { jsx as jsx178, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
321
537
|
|
|
322
538
|
// src/tokens/svg/media/SkipForwardIcon.tsx
|
|
323
|
-
import { jsx as
|
|
539
|
+
import { jsx as jsx179, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
324
540
|
|
|
325
541
|
// src/tokens/svg/media/SpeakerIcon.tsx
|
|
326
|
-
import { jsx as
|
|
542
|
+
import { jsx as jsx180, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
327
543
|
|
|
328
544
|
// src/tokens/svg/media/StopCircleIcon.tsx
|
|
329
|
-
import { jsx as
|
|
545
|
+
import { jsx as jsx181, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
330
546
|
|
|
331
547
|
// src/tokens/svg/media/VideoIcon.tsx
|
|
332
|
-
import { jsx as
|
|
548
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
333
549
|
|
|
334
550
|
// src/tokens/svg/media/VideoOffIcon.tsx
|
|
335
|
-
import { jsx as
|
|
551
|
+
import { jsx as jsx183, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
336
552
|
|
|
337
553
|
// src/tokens/svg/media/Volume1Icon.tsx
|
|
338
|
-
import { jsx as
|
|
554
|
+
import { jsx as jsx184, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
339
555
|
|
|
340
556
|
// src/tokens/svg/media/Volume2Icon.tsx
|
|
341
|
-
import { jsx as
|
|
557
|
+
import { jsx as jsx185, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
342
558
|
|
|
343
559
|
// src/tokens/svg/media/VolumeIcon.tsx
|
|
344
|
-
import { jsx as
|
|
560
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
345
561
|
|
|
346
562
|
// src/tokens/svg/media/VolumeXIcon.tsx
|
|
347
|
-
import { jsx as
|
|
348
|
-
|
|
349
|
-
// src/tokens/svg/misc/ActivityIcon.tsx
|
|
350
|
-
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
563
|
+
import { jsx as jsx187, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
351
564
|
|
|
352
565
|
// src/tokens/svg/misc/AnchorIcon.tsx
|
|
353
|
-
import { jsx as
|
|
566
|
+
import { jsx as jsx188, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
354
567
|
|
|
355
568
|
// src/tokens/svg/misc/ApertureIcon.tsx
|
|
356
|
-
import { jsx as
|
|
569
|
+
import { jsx as jsx189, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
357
570
|
|
|
358
571
|
// src/tokens/svg/misc/AwardIcon.tsx
|
|
359
|
-
import { jsx as
|
|
360
|
-
|
|
361
|
-
// src/tokens/svg/misc/BellIcon.tsx
|
|
362
|
-
import { jsx as jsx121, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
363
|
-
|
|
364
|
-
// src/tokens/svg/misc/BellOffIcon.tsx
|
|
365
|
-
import { jsx as jsx122, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
572
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
366
573
|
|
|
367
574
|
// src/tokens/svg/misc/BoxIcon.tsx
|
|
368
|
-
import { jsx as
|
|
575
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
369
576
|
|
|
370
577
|
// src/tokens/svg/misc/BriefcaseIcon.tsx
|
|
371
|
-
import { jsx as
|
|
372
|
-
|
|
373
|
-
// src/tokens/svg/misc/CloudDrizzleIcon.tsx
|
|
374
|
-
import { jsx as jsx125, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
375
|
-
|
|
376
|
-
// src/tokens/svg/misc/CloudIcon.tsx
|
|
377
|
-
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
378
|
-
|
|
379
|
-
// src/tokens/svg/misc/CloudLightningIcon.tsx
|
|
380
|
-
import { jsx as jsx127, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
381
|
-
|
|
382
|
-
// src/tokens/svg/misc/CloudOffIcon.tsx
|
|
383
|
-
import { jsx as jsx128, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
384
|
-
|
|
385
|
-
// src/tokens/svg/misc/CloudRainIcon.tsx
|
|
386
|
-
import { jsx as jsx129, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
387
|
-
|
|
388
|
-
// src/tokens/svg/misc/CloudSnowIcon.tsx
|
|
389
|
-
import { jsx as jsx130, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
578
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
390
579
|
|
|
391
580
|
// src/tokens/svg/misc/CoffeeIcon.tsx
|
|
392
|
-
import { jsx as
|
|
393
|
-
|
|
394
|
-
// src/tokens/svg/misc/CreditCardIcon.tsx
|
|
395
|
-
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
581
|
+
import { jsx as jsx193, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
396
582
|
|
|
397
583
|
// src/tokens/svg/misc/CrosshairIcon.tsx
|
|
398
|
-
import { jsx as
|
|
399
|
-
|
|
400
|
-
// src/tokens/svg/misc/DollarSignIcon.tsx
|
|
401
|
-
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
402
|
-
|
|
403
|
-
// src/tokens/svg/misc/DropletIcon.tsx
|
|
404
|
-
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
584
|
+
import { jsx as jsx194, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
405
585
|
|
|
406
586
|
// src/tokens/svg/misc/FeatherIcon.tsx
|
|
407
|
-
import { jsx as
|
|
587
|
+
import { jsx as jsx195, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
408
588
|
|
|
409
589
|
// src/tokens/svg/misc/FlagIcon.tsx
|
|
410
|
-
import { jsx as
|
|
590
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
411
591
|
|
|
412
592
|
// src/tokens/svg/misc/FrownIcon.tsx
|
|
413
|
-
import { jsx as
|
|
414
|
-
|
|
415
|
-
// src/tokens/svg/misc/GiftIcon.tsx
|
|
416
|
-
import { jsx as jsx139, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
417
|
-
|
|
418
|
-
// src/tokens/svg/misc/GitBranchIcon.tsx
|
|
419
|
-
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
420
|
-
|
|
421
|
-
// src/tokens/svg/misc/GitCommitIcon.tsx
|
|
422
|
-
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
423
|
-
|
|
424
|
-
// src/tokens/svg/misc/GitMergeIcon.tsx
|
|
425
|
-
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
426
|
-
|
|
427
|
-
// src/tokens/svg/misc/GitPullRequestIcon.tsx
|
|
428
|
-
import { jsx as jsx143, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
593
|
+
import { jsx as jsx197, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
429
594
|
|
|
430
595
|
// src/tokens/svg/misc/GlobeIcon.tsx
|
|
431
|
-
import { jsx as
|
|
596
|
+
import { jsx as jsx198, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
432
597
|
|
|
433
598
|
// src/tokens/svg/misc/HeartIcon.tsx
|
|
434
|
-
import { jsx as
|
|
599
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
435
600
|
|
|
436
601
|
// src/tokens/svg/misc/HomeIcon.tsx
|
|
437
|
-
import { jsx as
|
|
438
|
-
|
|
439
|
-
// src/tokens/svg/misc/InboxIcon.tsx
|
|
440
|
-
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
602
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
441
603
|
|
|
442
604
|
// src/tokens/svg/misc/LayersIcon.tsx
|
|
443
|
-
import { jsx as
|
|
605
|
+
import { jsx as jsx201, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
444
606
|
|
|
445
607
|
// src/tokens/svg/misc/LifeBuoyIcon.tsx
|
|
446
|
-
import { jsx as
|
|
608
|
+
import { jsx as jsx202, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
447
609
|
|
|
448
610
|
// src/tokens/svg/misc/MehIcon.tsx
|
|
449
|
-
import { jsx as
|
|
450
|
-
|
|
451
|
-
// src/tokens/svg/misc/MessageCircleIcon.tsx
|
|
452
|
-
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
453
|
-
|
|
454
|
-
// src/tokens/svg/misc/MessageSquareIcon.tsx
|
|
455
|
-
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
456
|
-
|
|
457
|
-
// src/tokens/svg/misc/MoonIcon.tsx
|
|
458
|
-
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
611
|
+
import { jsx as jsx203, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
459
612
|
|
|
460
613
|
// src/tokens/svg/misc/MousePointerIcon.tsx
|
|
461
|
-
import { jsx as
|
|
462
|
-
|
|
463
|
-
// src/tokens/svg/misc/PaperclipIcon.tsx
|
|
464
|
-
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
614
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
465
615
|
|
|
466
616
|
// src/tokens/svg/misc/PocketIcon.tsx
|
|
467
|
-
import { jsx as
|
|
617
|
+
import { jsx as jsx205, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
468
618
|
|
|
469
619
|
// src/tokens/svg/misc/PowerIcon.tsx
|
|
470
|
-
import { jsx as
|
|
620
|
+
import { jsx as jsx206, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
471
621
|
|
|
472
622
|
// src/tokens/svg/misc/RadioIcon.tsx
|
|
473
|
-
import { jsx as
|
|
623
|
+
import { jsx as jsx207, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
474
624
|
|
|
475
625
|
// src/tokens/svg/misc/ShieldIcon.tsx
|
|
476
|
-
import { jsx as
|
|
626
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
477
627
|
|
|
478
628
|
// src/tokens/svg/misc/ShieldOffIcon.tsx
|
|
479
|
-
import { jsx as
|
|
480
|
-
|
|
481
|
-
// src/tokens/svg/misc/ShoppingBagIcon.tsx
|
|
482
|
-
import { jsx as jsx161, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
483
|
-
|
|
484
|
-
// src/tokens/svg/misc/ShoppingCartIcon.tsx
|
|
485
|
-
import { jsx as jsx162, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
629
|
+
import { jsx as jsx209, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
486
630
|
|
|
487
631
|
// src/tokens/svg/misc/ShuffleIcon.tsx
|
|
488
|
-
import { jsx as
|
|
632
|
+
import { jsx as jsx210, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
489
633
|
|
|
490
634
|
// src/tokens/svg/misc/SmileIcon.tsx
|
|
491
|
-
import { jsx as
|
|
635
|
+
import { jsx as jsx211, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
492
636
|
|
|
493
637
|
// src/tokens/svg/misc/StarIcon.tsx
|
|
494
|
-
import { jsx as
|
|
495
|
-
|
|
496
|
-
// src/tokens/svg/misc/SunIcon.tsx
|
|
497
|
-
import { jsx as jsx166, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
498
|
-
|
|
499
|
-
// src/tokens/svg/misc/TagIcon.tsx
|
|
500
|
-
import { jsx as jsx167, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
638
|
+
import { jsx as jsx212 } from "react/jsx-runtime";
|
|
501
639
|
|
|
502
640
|
// src/tokens/svg/misc/TargetIcon.tsx
|
|
503
|
-
import { jsx as
|
|
504
|
-
|
|
505
|
-
// src/tokens/svg/misc/ThermometerIcon.tsx
|
|
506
|
-
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
641
|
+
import { jsx as jsx213, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
507
642
|
|
|
508
643
|
// src/tokens/svg/misc/ThumbsDownIcon.tsx
|
|
509
|
-
import { jsx as
|
|
644
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
510
645
|
|
|
511
646
|
// src/tokens/svg/misc/ThumbsUpIcon.tsx
|
|
512
|
-
import { jsx as
|
|
647
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
513
648
|
|
|
514
649
|
// src/tokens/svg/misc/ToolIcon.tsx
|
|
515
|
-
import { jsx as
|
|
516
|
-
|
|
517
|
-
// src/tokens/svg/misc/TruckIcon.tsx
|
|
518
|
-
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
519
|
-
|
|
520
|
-
// src/tokens/svg/misc/UmbrellaIcon.tsx
|
|
521
|
-
import { jsx as jsx174, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
522
|
-
|
|
523
|
-
// src/tokens/svg/misc/WindIcon.tsx
|
|
524
|
-
import { jsx as jsx175, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
650
|
+
import { jsx as jsx216 } from "react/jsx-runtime";
|
|
525
651
|
|
|
526
652
|
// src/tokens/svg/misc/ZapIcon.tsx
|
|
527
|
-
import { jsx as
|
|
653
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
528
654
|
|
|
529
655
|
// src/tokens/svg/misc/ZapOffIcon.tsx
|
|
530
|
-
import { jsx as
|
|
531
|
-
|
|
532
|
-
// src/tokens/svg/Input/CloseEyeIcon.tsx
|
|
533
|
-
import { jsx as jsx178, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
534
|
-
|
|
535
|
-
// src/tokens/svg/Input/EyeIcon.tsx
|
|
536
|
-
import { jsx as jsx179, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
537
|
-
|
|
538
|
-
// src/tokens/svg/Input/EyeOffIcon.tsx
|
|
539
|
-
import { jsx as jsx180, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
540
|
-
|
|
541
|
-
// src/tokens/svg/Input/OpenEyeIcon.tsx
|
|
542
|
-
import { jsx as jsx181, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
656
|
+
import { jsx as jsx218, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
543
657
|
|
|
544
|
-
// src/tokens/svg/
|
|
545
|
-
import { jsx as
|
|
658
|
+
// src/tokens/svg/shape/AtSignIcon.tsx
|
|
659
|
+
import { jsx as jsx219, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
546
660
|
|
|
547
|
-
// src/tokens/svg/
|
|
548
|
-
import { jsx as
|
|
661
|
+
// src/tokens/svg/shape/CircleIcon.tsx
|
|
662
|
+
import { jsx as jsx220, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
549
663
|
|
|
550
|
-
// src/tokens/svg/
|
|
551
|
-
import { jsx as
|
|
664
|
+
// src/tokens/svg/shape/DivideCircleIcon.tsx
|
|
665
|
+
import { jsx as jsx221, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
552
666
|
|
|
553
|
-
// src/tokens/svg/
|
|
554
|
-
import { jsx as
|
|
667
|
+
// src/tokens/svg/shape/DivideIcon.tsx
|
|
668
|
+
import { jsx as jsx222, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
555
669
|
|
|
556
|
-
// src/tokens/svg/
|
|
557
|
-
import { jsx as
|
|
670
|
+
// src/tokens/svg/shape/DivideSquareIcon.tsx
|
|
671
|
+
import { jsx as jsx223, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
558
672
|
|
|
559
|
-
// src/tokens/svg/
|
|
560
|
-
import { jsx as
|
|
673
|
+
// src/tokens/svg/shape/HashIcon.tsx
|
|
674
|
+
import { jsx as jsx224 } from "react/jsx-runtime";
|
|
561
675
|
|
|
562
|
-
// src/tokens/svg/
|
|
563
|
-
import { jsx as
|
|
676
|
+
// src/tokens/svg/shape/HexagonIcon.tsx
|
|
677
|
+
import { jsx as jsx225 } from "react/jsx-runtime";
|
|
564
678
|
|
|
565
|
-
// src/tokens/svg/
|
|
566
|
-
import { jsx as
|
|
679
|
+
// src/tokens/svg/shape/OctagonIcon.tsx
|
|
680
|
+
import { jsx as jsx226, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
567
681
|
|
|
568
|
-
// src/tokens/svg/
|
|
569
|
-
import { jsx as
|
|
570
|
-
|
|
571
|
-
// src/tokens/svg/navigation/ArrowUpIcon.tsx
|
|
572
|
-
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
573
|
-
|
|
574
|
-
// src/tokens/svg/navigation/ArrowUpLeftIcon.tsx
|
|
575
|
-
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
576
|
-
|
|
577
|
-
// src/tokens/svg/navigation/ArrowUpRightIcon.tsx
|
|
578
|
-
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
579
|
-
|
|
580
|
-
// src/tokens/svg/navigation/CompassIcon.tsx
|
|
581
|
-
import { jsx as jsx194, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
582
|
-
|
|
583
|
-
// src/tokens/svg/navigation/CornerDownLeftIcon.tsx
|
|
584
|
-
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
585
|
-
|
|
586
|
-
// src/tokens/svg/navigation/CornerDownRightIcon.tsx
|
|
587
|
-
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
588
|
-
|
|
589
|
-
// src/tokens/svg/navigation/CornerLeftDownIcon.tsx
|
|
590
|
-
import { jsx as jsx197 } from "react/jsx-runtime";
|
|
591
|
-
|
|
592
|
-
// src/tokens/svg/navigation/CornerLeftUpIcon.tsx
|
|
593
|
-
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
594
|
-
|
|
595
|
-
// src/tokens/svg/navigation/CornerRightDownIcon.tsx
|
|
596
|
-
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
597
|
-
|
|
598
|
-
// src/tokens/svg/navigation/CornerRightUpIcon.tsx
|
|
599
|
-
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
682
|
+
// src/tokens/svg/shape/PercentIcon.tsx
|
|
683
|
+
import { jsx as jsx227, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
600
684
|
|
|
601
|
-
// src/tokens/svg/
|
|
602
|
-
import { jsx as
|
|
685
|
+
// src/tokens/svg/shape/SlashIcon.tsx
|
|
686
|
+
import { jsx as jsx228, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
603
687
|
|
|
604
|
-
// src/tokens/svg/
|
|
605
|
-
import { jsx as
|
|
606
|
-
|
|
607
|
-
// src/tokens/svg/navigation/MapIcon.tsx
|
|
608
|
-
import { jsx as jsx203, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
609
|
-
|
|
610
|
-
// src/tokens/svg/navigation/MapPinIcon.tsx
|
|
611
|
-
import { jsx as jsx204, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
612
|
-
|
|
613
|
-
// src/tokens/svg/navigation/Navigation2Icon.tsx
|
|
614
|
-
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
688
|
+
// src/tokens/svg/shape/SquareIcon.tsx
|
|
689
|
+
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
615
690
|
|
|
616
|
-
// src/tokens/svg/
|
|
617
|
-
import { jsx as
|
|
691
|
+
// src/tokens/svg/shape/TriangleIcon.tsx
|
|
692
|
+
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
618
693
|
|
|
619
694
|
// src/tokens/svg/social/ChromeIcon.tsx
|
|
620
|
-
import { jsx as
|
|
695
|
+
import { jsx as jsx231, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
621
696
|
|
|
622
697
|
// src/tokens/svg/social/CodepenIcon.tsx
|
|
623
|
-
import { jsx as
|
|
698
|
+
import { jsx as jsx232, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
624
699
|
|
|
625
700
|
// src/tokens/svg/social/CodesandboxIcon.tsx
|
|
626
|
-
import { jsx as
|
|
701
|
+
import { jsx as jsx233 } from "react/jsx-runtime";
|
|
627
702
|
|
|
628
703
|
// src/tokens/svg/social/DribbbleIcon.tsx
|
|
629
|
-
import { jsx as
|
|
704
|
+
import { jsx as jsx234, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
630
705
|
|
|
631
706
|
// src/tokens/svg/social/FacebookIcon.tsx
|
|
632
|
-
import { jsx as
|
|
707
|
+
import { jsx as jsx235 } from "react/jsx-runtime";
|
|
633
708
|
|
|
634
709
|
// src/tokens/svg/social/FigmaIcon.tsx
|
|
635
|
-
import { jsx as
|
|
710
|
+
import { jsx as jsx236 } from "react/jsx-runtime";
|
|
636
711
|
|
|
637
712
|
// src/tokens/svg/social/FramerIcon.tsx
|
|
638
|
-
import { jsx as
|
|
713
|
+
import { jsx as jsx237 } from "react/jsx-runtime";
|
|
639
714
|
|
|
640
715
|
// src/tokens/svg/social/GithubIcon.tsx
|
|
641
|
-
import { jsx as
|
|
716
|
+
import { jsx as jsx238 } from "react/jsx-runtime";
|
|
642
717
|
|
|
643
718
|
// src/tokens/svg/social/GitlabIcon.tsx
|
|
644
|
-
import { jsx as
|
|
719
|
+
import { jsx as jsx239, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
645
720
|
|
|
646
721
|
// src/tokens/svg/social/InstagramIcon.tsx
|
|
647
|
-
import { jsx as
|
|
722
|
+
import { jsx as jsx240, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
648
723
|
|
|
649
724
|
// src/tokens/svg/social/LinkedinIcon.tsx
|
|
650
|
-
import { jsx as
|
|
725
|
+
import { jsx as jsx241, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
651
726
|
|
|
652
727
|
// src/tokens/svg/social/RssIcon.tsx
|
|
653
|
-
import { jsx as
|
|
728
|
+
import { jsx as jsx242, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
654
729
|
|
|
655
730
|
// src/tokens/svg/social/SlackIcon.tsx
|
|
656
|
-
import { jsx as
|
|
731
|
+
import { jsx as jsx243, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
657
732
|
|
|
658
733
|
// src/tokens/svg/social/TrelloIcon.tsx
|
|
659
|
-
import { jsx as
|
|
734
|
+
import { jsx as jsx244, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
660
735
|
|
|
661
736
|
// src/tokens/svg/social/TwitchIcon.tsx
|
|
662
|
-
import { jsx as
|
|
737
|
+
import { jsx as jsx245, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
663
738
|
|
|
664
739
|
// src/tokens/svg/social/TwitterIcon.tsx
|
|
665
|
-
import { jsx as
|
|
740
|
+
import { jsx as jsx246 } from "react/jsx-runtime";
|
|
666
741
|
|
|
667
742
|
// src/tokens/svg/social/YoutubeIcon.tsx
|
|
668
|
-
import { jsx as
|
|
743
|
+
import { jsx as jsx247, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
669
744
|
|
|
670
|
-
// src/tokens/svg/
|
|
671
|
-
import { jsx as
|
|
745
|
+
// src/tokens/svg/status/ActivityIcon.tsx
|
|
746
|
+
import { jsx as jsx248 } from "react/jsx-runtime";
|
|
672
747
|
|
|
673
|
-
// src/tokens/svg/
|
|
674
|
-
import { jsx as
|
|
748
|
+
// src/tokens/svg/status/AlertCircleIcon.tsx
|
|
749
|
+
import { jsx as jsx249, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
675
750
|
|
|
676
|
-
// src/tokens/svg/
|
|
677
|
-
import { jsx as
|
|
678
|
-
|
|
751
|
+
// src/tokens/svg/status/AlertOctagonIcon.tsx
|
|
752
|
+
import { jsx as jsx250, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
753
|
+
|
|
754
|
+
// src/tokens/svg/status/AlertTriangleIcon.tsx
|
|
755
|
+
import { jsx as jsx251, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
756
|
+
|
|
757
|
+
// src/tokens/svg/status/CheckCircleIcon.tsx
|
|
758
|
+
import { jsx as jsx252, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
759
|
+
|
|
760
|
+
// src/tokens/svg/status/CheckIcon.tsx
|
|
761
|
+
import { jsx as jsx253 } from "react/jsx-runtime";
|
|
762
|
+
var CheckIcon = () => /* @__PURE__ */ jsx253(
|
|
679
763
|
"svg",
|
|
680
764
|
{
|
|
681
765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -683,7 +767,7 @@ var CheckIcon = () => /* @__PURE__ */ jsx226(
|
|
|
683
767
|
height: "1em",
|
|
684
768
|
viewBox: "0 0 12 9",
|
|
685
769
|
fill: "none",
|
|
686
|
-
children: /* @__PURE__ */
|
|
770
|
+
children: /* @__PURE__ */ jsx253(
|
|
687
771
|
"path",
|
|
688
772
|
{
|
|
689
773
|
d: "M10.842 0.175637C11.0762 -0.0586118 11.4561 -0.0584793 11.6904 0.175637C11.9247 0.409951 11.9247 0.78976 11.6904 1.02407L4.35759 8.35767C4.24516 8.46996 4.09228 8.53338 3.93338 8.53345C3.77449 8.53336 3.62157 8.46994 3.50916 8.35767L0.175563 5.02407C-0.0585904 4.78985 -0.0584518 4.40995 0.175563 4.17564C0.409855 3.94135 0.789681 3.94139 1.024 4.17564L3.93259 7.08423L10.842 0.175637Z",
|
|
@@ -694,209 +778,131 @@ var CheckIcon = () => /* @__PURE__ */ jsx226(
|
|
|
694
778
|
);
|
|
695
779
|
var CheckIcon_default = CheckIcon;
|
|
696
780
|
|
|
697
|
-
// src/tokens/svg/
|
|
698
|
-
import { jsx as
|
|
699
|
-
|
|
700
|
-
// src/tokens/svg/ui/ChevronDownIcon.tsx
|
|
701
|
-
import { jsx as jsx228 } from "react/jsx-runtime";
|
|
702
|
-
|
|
703
|
-
// src/tokens/svg/ui/ChevronLeftIcon.tsx
|
|
704
|
-
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
705
|
-
|
|
706
|
-
// src/tokens/svg/ui/ChevronRightIcon.tsx
|
|
707
|
-
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
708
|
-
|
|
709
|
-
// src/tokens/svg/ui/ChevronUpIcon.tsx
|
|
710
|
-
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
711
|
-
|
|
712
|
-
// src/tokens/svg/ui/ChevronsDownIcon.tsx
|
|
713
|
-
import { jsx as jsx232, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
714
|
-
|
|
715
|
-
// src/tokens/svg/ui/ChevronsLeftIcon.tsx
|
|
716
|
-
import { jsx as jsx233, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
717
|
-
|
|
718
|
-
// src/tokens/svg/ui/ChevronsRightIcon.tsx
|
|
719
|
-
import { jsx as jsx234, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
720
|
-
|
|
721
|
-
// src/tokens/svg/ui/ChevronsUpIcon.tsx
|
|
722
|
-
import { jsx as jsx235, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
723
|
-
|
|
724
|
-
// src/tokens/svg/ui/CircleIcon.tsx
|
|
725
|
-
import { jsx as jsx236, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
726
|
-
|
|
727
|
-
// src/tokens/svg/ui/ColumnsIcon.tsx
|
|
728
|
-
import { jsx as jsx237 } from "react/jsx-runtime";
|
|
729
|
-
|
|
730
|
-
// src/tokens/svg/ui/DivideCircleIcon.tsx
|
|
731
|
-
import { jsx as jsx238, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
732
|
-
|
|
733
|
-
// src/tokens/svg/ui/DivideIcon.tsx
|
|
734
|
-
import { jsx as jsx239, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
735
|
-
|
|
736
|
-
// src/tokens/svg/ui/DivideSquareIcon.tsx
|
|
737
|
-
import { jsx as jsx240, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
738
|
-
|
|
739
|
-
// src/tokens/svg/ui/GridIcon.tsx
|
|
740
|
-
import { jsx as jsx241, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
741
|
-
|
|
742
|
-
// src/tokens/svg/ui/HashIcon.tsx
|
|
743
|
-
import { jsx as jsx242 } from "react/jsx-runtime";
|
|
781
|
+
// src/tokens/svg/status/ErrorIcon.tsx
|
|
782
|
+
import { jsx as jsx254, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
744
783
|
|
|
745
|
-
// src/tokens/svg/
|
|
746
|
-
import { jsx as
|
|
784
|
+
// src/tokens/svg/status/HelpCircleIcon.tsx
|
|
785
|
+
import { jsx as jsx255, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
747
786
|
|
|
748
|
-
// src/tokens/svg/
|
|
749
|
-
import { jsx as
|
|
787
|
+
// src/tokens/svg/status/InfoIcon.tsx
|
|
788
|
+
import { jsx as jsx256, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
750
789
|
|
|
751
|
-
// src/tokens/svg/
|
|
752
|
-
import { jsx as
|
|
790
|
+
// src/tokens/svg/status/LoaderIcon.tsx
|
|
791
|
+
import { jsx as jsx257, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
753
792
|
|
|
754
|
-
// src/tokens/svg/
|
|
755
|
-
import { jsx as
|
|
793
|
+
// src/tokens/svg/status/MinusCircleIcon.tsx
|
|
794
|
+
import { jsx as jsx258, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
756
795
|
|
|
757
|
-
// src/tokens/svg/
|
|
758
|
-
import { jsx as
|
|
796
|
+
// src/tokens/svg/status/MinusIcon.tsx
|
|
797
|
+
import { jsx as jsx259 } from "react/jsx-runtime";
|
|
759
798
|
|
|
760
|
-
// src/tokens/svg/
|
|
761
|
-
import { jsx as
|
|
799
|
+
// src/tokens/svg/status/MinusSquareIcon.tsx
|
|
800
|
+
import { jsx as jsx260, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
762
801
|
|
|
763
|
-
// src/tokens/svg/
|
|
764
|
-
import { jsx as
|
|
802
|
+
// src/tokens/svg/status/PlusCircleIcon.tsx
|
|
803
|
+
import { jsx as jsx261, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
765
804
|
|
|
766
|
-
// src/tokens/svg/
|
|
767
|
-
import { jsx as
|
|
805
|
+
// src/tokens/svg/status/PlusIcon.tsx
|
|
806
|
+
import { jsx as jsx262 } from "react/jsx-runtime";
|
|
768
807
|
|
|
769
|
-
// src/tokens/svg/
|
|
770
|
-
import { jsx as
|
|
808
|
+
// src/tokens/svg/status/PlusSquareIcon.tsx
|
|
809
|
+
import { jsx as jsx263, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
771
810
|
|
|
772
|
-
// src/tokens/svg/
|
|
773
|
-
import { jsx as
|
|
811
|
+
// src/tokens/svg/status/SuccessIcon.tsx
|
|
812
|
+
import { jsx as jsx264 } from "react/jsx-runtime";
|
|
774
813
|
|
|
775
|
-
// src/tokens/svg/
|
|
776
|
-
import { jsx as
|
|
777
|
-
|
|
778
|
-
// src/tokens/svg/ui/MinusSquareIcon.tsx
|
|
779
|
-
import { jsx as jsx254, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
780
|
-
|
|
781
|
-
// src/tokens/svg/ui/MoreHorizontalIcon.tsx
|
|
782
|
-
import { jsx as jsx255, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
783
|
-
|
|
784
|
-
// src/tokens/svg/ui/MoreVerticalIcon.tsx
|
|
785
|
-
import { jsx as jsx256, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
786
|
-
|
|
787
|
-
// src/tokens/svg/ui/OctagonIcon.tsx
|
|
788
|
-
import { jsx as jsx257, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
789
|
-
|
|
790
|
-
// src/tokens/svg/ui/PercentIcon.tsx
|
|
791
|
-
import { jsx as jsx258, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
792
|
-
|
|
793
|
-
// src/tokens/svg/ui/PlusCircleIcon.tsx
|
|
794
|
-
import { jsx as jsx259, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
795
|
-
|
|
796
|
-
// src/tokens/svg/ui/PlusIcon.tsx
|
|
797
|
-
import { jsx as jsx260 } from "react/jsx-runtime";
|
|
814
|
+
// src/tokens/svg/status/XCircleIcon.tsx
|
|
815
|
+
import { jsx as jsx265, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
798
816
|
|
|
799
|
-
// src/tokens/svg/
|
|
800
|
-
import { jsx as jsx261, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
801
|
-
|
|
802
|
-
// src/tokens/svg/ui/SettingsIcon.tsx
|
|
803
|
-
import { jsx as jsx262, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
804
|
-
|
|
805
|
-
// src/tokens/svg/ui/SidebarIcon.tsx
|
|
806
|
-
import { jsx as jsx263 } from "react/jsx-runtime";
|
|
807
|
-
|
|
808
|
-
// src/tokens/svg/ui/SlashIcon.tsx
|
|
809
|
-
import { jsx as jsx264, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
810
|
-
|
|
811
|
-
// src/tokens/svg/ui/SlidersIcon.tsx
|
|
812
|
-
import { jsx as jsx265, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
813
|
-
|
|
814
|
-
// src/tokens/svg/ui/SquareIcon.tsx
|
|
817
|
+
// src/tokens/svg/status/XIcon.tsx
|
|
815
818
|
import { jsx as jsx266 } from "react/jsx-runtime";
|
|
816
819
|
|
|
817
|
-
// src/tokens/svg/
|
|
818
|
-
import { jsx as jsx267, jsxs as
|
|
819
|
-
|
|
820
|
-
// src/tokens/svg/ui/ToggleRightIcon.tsx
|
|
821
|
-
import { jsx as jsx268, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
822
|
-
|
|
823
|
-
// src/tokens/svg/ui/TriangleIcon.tsx
|
|
824
|
-
import { jsx as jsx269 } from "react/jsx-runtime";
|
|
820
|
+
// src/tokens/svg/status/XOctagonIcon.tsx
|
|
821
|
+
import { jsx as jsx267, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
825
822
|
|
|
826
|
-
// src/tokens/svg/
|
|
827
|
-
import { jsx as
|
|
828
|
-
|
|
829
|
-
// src/tokens/svg/ui/XIcon.tsx
|
|
830
|
-
import { jsx as jsx271 } from "react/jsx-runtime";
|
|
831
|
-
|
|
832
|
-
// src/tokens/svg/ui/XOctagonIcon.tsx
|
|
833
|
-
import { jsx as jsx272, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
834
|
-
|
|
835
|
-
// src/tokens/svg/ui/XSquareIcon.tsx
|
|
836
|
-
import { jsx as jsx273, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
823
|
+
// src/tokens/svg/status/XSquareIcon.tsx
|
|
824
|
+
import { jsx as jsx268, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
837
825
|
|
|
838
826
|
// src/tokens/svg/user/GierIcon.tsx
|
|
839
|
-
import { jsx as
|
|
827
|
+
import { jsx as jsx269, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
840
828
|
|
|
841
829
|
// src/tokens/svg/user/KeyIcon.tsx
|
|
842
|
-
import { jsx as
|
|
830
|
+
import { jsx as jsx270 } from "react/jsx-runtime";
|
|
843
831
|
|
|
844
832
|
// src/tokens/svg/user/LockIcon.tsx
|
|
845
|
-
import { jsx as
|
|
833
|
+
import { jsx as jsx271 } from "react/jsx-runtime";
|
|
846
834
|
|
|
847
835
|
// src/tokens/svg/user/LogInIcon.tsx
|
|
848
|
-
import { jsx as
|
|
836
|
+
import { jsx as jsx272, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
849
837
|
|
|
850
838
|
// src/tokens/svg/user/LogOutIcon.tsx
|
|
851
|
-
import { jsx as
|
|
839
|
+
import { jsx as jsx273, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
852
840
|
|
|
853
841
|
// src/tokens/svg/user/MailIcon.tsx
|
|
854
|
-
import { jsx as
|
|
842
|
+
import { jsx as jsx274 } from "react/jsx-runtime";
|
|
855
843
|
|
|
856
844
|
// src/tokens/svg/user/ProfileIcon.tsx
|
|
857
|
-
import { jsx as
|
|
845
|
+
import { jsx as jsx275, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
858
846
|
|
|
859
847
|
// src/tokens/svg/user/UnlockIcon.tsx
|
|
860
|
-
import { jsx as
|
|
848
|
+
import { jsx as jsx276 } from "react/jsx-runtime";
|
|
861
849
|
|
|
862
850
|
// src/tokens/svg/user/UserCheckIcon.tsx
|
|
863
|
-
import { jsx as
|
|
851
|
+
import { jsx as jsx277, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
864
852
|
|
|
865
853
|
// src/tokens/svg/user/UserIcon.tsx
|
|
866
|
-
import { jsx as
|
|
854
|
+
import { jsx as jsx278, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
867
855
|
|
|
868
856
|
// src/tokens/svg/user/UserMinusIcon.tsx
|
|
869
|
-
import { jsx as
|
|
857
|
+
import { jsx as jsx279, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
870
858
|
|
|
871
859
|
// src/tokens/svg/user/UserPlusIcon.tsx
|
|
872
|
-
import { jsx as
|
|
860
|
+
import { jsx as jsx280, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
861
|
+
|
|
862
|
+
// src/tokens/svg/user/UsersIcon.tsx
|
|
863
|
+
import { jsx as jsx281, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
873
864
|
|
|
874
865
|
// src/tokens/svg/user/UserXIcon.tsx
|
|
875
|
-
import { jsx as
|
|
866
|
+
import { jsx as jsx282, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
876
867
|
|
|
877
|
-
// src/tokens/svg/
|
|
878
|
-
import { jsx as
|
|
868
|
+
// src/tokens/svg/weather/CloudDrizzleIcon.tsx
|
|
869
|
+
import { jsx as jsx283, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
870
|
+
|
|
871
|
+
// src/tokens/svg/weather/CloudIcon.tsx
|
|
872
|
+
import { jsx as jsx284 } from "react/jsx-runtime";
|
|
873
|
+
|
|
874
|
+
// src/tokens/svg/weather/CloudLightningIcon.tsx
|
|
875
|
+
import { jsx as jsx285, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
879
876
|
|
|
880
|
-
// src/tokens/svg/
|
|
881
|
-
import { jsx as
|
|
877
|
+
// src/tokens/svg/weather/CloudOffIcon.tsx
|
|
878
|
+
import { jsx as jsx286, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
882
879
|
|
|
883
|
-
// src/tokens/svg/
|
|
884
|
-
import { jsx as
|
|
880
|
+
// src/tokens/svg/weather/CloudRainIcon.tsx
|
|
881
|
+
import { jsx as jsx287, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
885
882
|
|
|
886
|
-
// src/tokens/svg/
|
|
887
|
-
import { jsx as
|
|
883
|
+
// src/tokens/svg/weather/CloudSnowIcon.tsx
|
|
884
|
+
import { jsx as jsx288, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
888
885
|
|
|
889
|
-
// src/tokens/svg/
|
|
886
|
+
// src/tokens/svg/weather/DropletIcon.tsx
|
|
887
|
+
import { jsx as jsx289 } from "react/jsx-runtime";
|
|
888
|
+
|
|
889
|
+
// src/tokens/svg/weather/MoonIcon.tsx
|
|
890
|
+
import { jsx as jsx290 } from "react/jsx-runtime";
|
|
891
|
+
|
|
892
|
+
// src/tokens/svg/weather/SunIcon.tsx
|
|
890
893
|
import { jsx as jsx291, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
891
894
|
|
|
892
|
-
// src/tokens/svg/
|
|
893
|
-
import { jsx as jsx292
|
|
895
|
+
// src/tokens/svg/weather/ThermometerIcon.tsx
|
|
896
|
+
import { jsx as jsx292 } from "react/jsx-runtime";
|
|
897
|
+
|
|
898
|
+
// src/tokens/svg/weather/UmbrellaIcon.tsx
|
|
899
|
+
import { jsx as jsx293, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
894
900
|
|
|
895
|
-
// src/tokens/svg/
|
|
896
|
-
import { jsx as
|
|
901
|
+
// src/tokens/svg/weather/WindIcon.tsx
|
|
902
|
+
import { jsx as jsx294, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
897
903
|
|
|
898
|
-
// src/tokens/
|
|
899
|
-
import {
|
|
904
|
+
// src/tokens/index.ts
|
|
905
|
+
import { cssVar } from "@x-plat/tokens-core";
|
|
900
906
|
|
|
901
907
|
// ../../node_modules/clsx/dist/clsx.mjs
|
|
902
908
|
function r(e) {
|
|
@@ -918,24 +924,22 @@ var clsx_default = clsx;
|
|
|
918
924
|
import { jsx as jsx295, jsxs as jsxs189 } from "react/jsx-runtime";
|
|
919
925
|
var CheckBox = (props) => {
|
|
920
926
|
const {
|
|
921
|
-
color = "xplat-blue-500",
|
|
922
927
|
checked,
|
|
923
928
|
label,
|
|
924
929
|
onChange,
|
|
925
|
-
className,
|
|
926
930
|
disabled,
|
|
927
931
|
size = "md",
|
|
932
|
+
type = "brand",
|
|
928
933
|
...rest
|
|
929
934
|
} = props;
|
|
930
935
|
const handleChange = (e) => {
|
|
931
936
|
if (onChange) onChange(e);
|
|
932
937
|
};
|
|
933
|
-
const mainColor = color;
|
|
934
938
|
const uncheckedClasses = `unchecked`;
|
|
935
|
-
const checkedClasses = `checked
|
|
939
|
+
const checkedClasses = `checked`;
|
|
936
940
|
const disabledClasses = "disabled";
|
|
937
941
|
const boxClasses = disabled ? disabledClasses : checked ? checkedClasses : uncheckedClasses;
|
|
938
|
-
return /* @__PURE__ */ jsxs189("label", { className: clsx_default("lib-xplat-checkbox", size,
|
|
942
|
+
return /* @__PURE__ */ jsxs189("label", { className: clsx_default("lib-xplat-checkbox", size, type), children: [
|
|
939
943
|
/* @__PURE__ */ jsx295(
|
|
940
944
|
"input",
|
|
941
945
|
{
|