@xola/ui-kit 2.1.21 → 2.1.23
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/build/style.css +1 -1
- package/build/ui-kit.mjs +1676 -1652
- package/build/ui-kit.umd.js +11 -11
- package/index.d.ts +265 -0
- package/package.json +3 -2
package/index.d.ts
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
// This is just to make the auto-import work.
|
|
2
|
+
// Next step is to add types for the props.
|
|
3
|
+
export {
|
|
4
|
+
AccountIcon,
|
|
5
|
+
AddNoteIcon,
|
|
6
|
+
AddSquareIcon,
|
|
7
|
+
Alert,
|
|
8
|
+
almostZero,
|
|
9
|
+
AnnounceIcon,
|
|
10
|
+
AppIcon,
|
|
11
|
+
ArchiveIcon,
|
|
12
|
+
ArrowCcwIcon,
|
|
13
|
+
ArrowCwIcon,
|
|
14
|
+
ArrowDownIcon,
|
|
15
|
+
ArrowRightIcon,
|
|
16
|
+
ArrowTopRightIcon,
|
|
17
|
+
ArrowUpIcon,
|
|
18
|
+
AtIcon,
|
|
19
|
+
Avatar,
|
|
20
|
+
Badge,
|
|
21
|
+
BalloonIcon,
|
|
22
|
+
BankCheckIcon,
|
|
23
|
+
BarGraphIcon,
|
|
24
|
+
BaseInput,
|
|
25
|
+
BellIcon,
|
|
26
|
+
BookmarkIcon,
|
|
27
|
+
BoxIcon,
|
|
28
|
+
Breadcrumb,
|
|
29
|
+
Breakdown,
|
|
30
|
+
BriefcaseIcon,
|
|
31
|
+
Button,
|
|
32
|
+
ButtonCodeIcon,
|
|
33
|
+
ButtonGroup,
|
|
34
|
+
CakeIcon,
|
|
35
|
+
CalendarDayIcon,
|
|
36
|
+
CalendarIcon,
|
|
37
|
+
CalendarMonthIcon,
|
|
38
|
+
CalendarWeekIcon,
|
|
39
|
+
CapacityIcon,
|
|
40
|
+
CardAltIcon,
|
|
41
|
+
CardIcon,
|
|
42
|
+
CartIcon,
|
|
43
|
+
CashIcon,
|
|
44
|
+
Checkbox,
|
|
45
|
+
CheckboxIcon,
|
|
46
|
+
CheckIcon,
|
|
47
|
+
ChecklistIcon,
|
|
48
|
+
ChevronDownIcon,
|
|
49
|
+
ChevronLeftIcon,
|
|
50
|
+
ChevronRightIcon,
|
|
51
|
+
ChevronUpIcon,
|
|
52
|
+
ChipIcon,
|
|
53
|
+
CircleCheckIcon,
|
|
54
|
+
CircleCrossIcon,
|
|
55
|
+
CircleCrownIcon,
|
|
56
|
+
CircleDollarIcon,
|
|
57
|
+
CircleDotIcon,
|
|
58
|
+
CircleInfinityIcon,
|
|
59
|
+
CircleInfoIcon,
|
|
60
|
+
CircleKeyIcon,
|
|
61
|
+
CircleNotch,
|
|
62
|
+
CirclePauseIcon,
|
|
63
|
+
CirclePlusIcon,
|
|
64
|
+
CircleSubtractIcon,
|
|
65
|
+
ClipboardIcon,
|
|
66
|
+
ClockAltIcon,
|
|
67
|
+
ClockIcon,
|
|
68
|
+
ClockManualIcon,
|
|
69
|
+
CloseCircleIcon,
|
|
70
|
+
CloseIcon,
|
|
71
|
+
CollapseIcon,
|
|
72
|
+
ComboBox,
|
|
73
|
+
CommentAltIcon,
|
|
74
|
+
CommentIcon,
|
|
75
|
+
compactNumber,
|
|
76
|
+
CompassIcon,
|
|
77
|
+
CopyIcon,
|
|
78
|
+
Counter,
|
|
79
|
+
CouponIcon,
|
|
80
|
+
CrmIcon,
|
|
81
|
+
CrownIcon,
|
|
82
|
+
Currency,
|
|
83
|
+
DashboardIcon,
|
|
84
|
+
dateFromObjectId,
|
|
85
|
+
DatePicker,
|
|
86
|
+
DatePickerPopover,
|
|
87
|
+
DecreaseIcon,
|
|
88
|
+
DepositIcon,
|
|
89
|
+
DisabledIcon,
|
|
90
|
+
DisputeIcon,
|
|
91
|
+
Dot,
|
|
92
|
+
DotCircleIcon,
|
|
93
|
+
DoubleCheckIcon,
|
|
94
|
+
DownArrowIcon,
|
|
95
|
+
DownloadIcon,
|
|
96
|
+
Drawer,
|
|
97
|
+
DropdownIcon,
|
|
98
|
+
DumbbellIcon,
|
|
99
|
+
DuplicateIcon,
|
|
100
|
+
DurationIcon,
|
|
101
|
+
EditIcon,
|
|
102
|
+
EditNoteIcon,
|
|
103
|
+
EditNotesIcon,
|
|
104
|
+
EllipsisIcon,
|
|
105
|
+
EmailCheckedIcon,
|
|
106
|
+
EmailIcon,
|
|
107
|
+
EmailResendIcon,
|
|
108
|
+
EmailSendIcon,
|
|
109
|
+
EmptyChecklistIcon,
|
|
110
|
+
EquipmentIcon,
|
|
111
|
+
ExportIcon,
|
|
112
|
+
EyeClosedIcon,
|
|
113
|
+
EyeIcon,
|
|
114
|
+
FaceNeutralIcon,
|
|
115
|
+
FaceSadIcon,
|
|
116
|
+
FaceSmileIcon,
|
|
117
|
+
FadeIn,
|
|
118
|
+
FilterIcon,
|
|
119
|
+
FilterIconOld,
|
|
120
|
+
FlagIcon,
|
|
121
|
+
flash,
|
|
122
|
+
FlexFee2Icon,
|
|
123
|
+
FlexFeeIcon,
|
|
124
|
+
FoodIcon,
|
|
125
|
+
ForkIcon,
|
|
126
|
+
formatDate,
|
|
127
|
+
formatTime,
|
|
128
|
+
FormGroup,
|
|
129
|
+
FunnelIcon,
|
|
130
|
+
getChildByType,
|
|
131
|
+
getChildrenByType,
|
|
132
|
+
getInitials,
|
|
133
|
+
getSymbol,
|
|
134
|
+
GiftIcon,
|
|
135
|
+
GlobeIcon,
|
|
136
|
+
HandIcon,
|
|
137
|
+
HandshakeIcon,
|
|
138
|
+
HeaderToolbar,
|
|
139
|
+
HelpCenterIcon,
|
|
140
|
+
HiddenIcon,
|
|
141
|
+
HouseIcon,
|
|
142
|
+
ImageIcon,
|
|
143
|
+
ImageUpload,
|
|
144
|
+
InfinityIcon,
|
|
145
|
+
InlineValuePopover,
|
|
146
|
+
Input,
|
|
147
|
+
InvoiceIcon,
|
|
148
|
+
isOSX,
|
|
149
|
+
isZeroDecimal,
|
|
150
|
+
Key,
|
|
151
|
+
KeyIcon,
|
|
152
|
+
KioskIcon,
|
|
153
|
+
Label,
|
|
154
|
+
LabelIcon,
|
|
155
|
+
LandscapeIcon,
|
|
156
|
+
LightIcon,
|
|
157
|
+
LinkIcon,
|
|
158
|
+
LockIcon,
|
|
159
|
+
Login,
|
|
160
|
+
Logo,
|
|
161
|
+
LogoutIcon,
|
|
162
|
+
MagicIcon,
|
|
163
|
+
MedicalIcon,
|
|
164
|
+
MegaphoneIcon,
|
|
165
|
+
MenuIcon,
|
|
166
|
+
MinusIcon,
|
|
167
|
+
MixedChecklistIcon,
|
|
168
|
+
MobileIcon,
|
|
169
|
+
Modal,
|
|
170
|
+
MoneyAddIcon,
|
|
171
|
+
MoneyBackIcon,
|
|
172
|
+
MoneyIcon,
|
|
173
|
+
MountainIcon,
|
|
174
|
+
MouseIcon,
|
|
175
|
+
Number,
|
|
176
|
+
numberFormat,
|
|
177
|
+
PassIcon,
|
|
178
|
+
PauseIcon,
|
|
179
|
+
PenIcon,
|
|
180
|
+
Phone,
|
|
181
|
+
PhoneIcon,
|
|
182
|
+
PhotosIcon,
|
|
183
|
+
PiggyBankIcon,
|
|
184
|
+
PinIcon,
|
|
185
|
+
PipeIcon,
|
|
186
|
+
PlusIcon,
|
|
187
|
+
PolicyIcon,
|
|
188
|
+
Popover,
|
|
189
|
+
PopoverList,
|
|
190
|
+
PrintIcon,
|
|
191
|
+
ProductsIcon,
|
|
192
|
+
Provider,
|
|
193
|
+
QuestionIcon,
|
|
194
|
+
QuestionnaireIcon,
|
|
195
|
+
RangeSlider,
|
|
196
|
+
ReceiptIcon,
|
|
197
|
+
ReceptionBellIcon,
|
|
198
|
+
ReceptionBellMoneyIcon,
|
|
199
|
+
RefreshIcon,
|
|
200
|
+
RefundIcon,
|
|
201
|
+
RelativeDateRange,
|
|
202
|
+
RosterIcon,
|
|
203
|
+
RoundedSquareIcon,
|
|
204
|
+
roundNumber,
|
|
205
|
+
RulerIcon,
|
|
206
|
+
Search,
|
|
207
|
+
SearchAltIcon,
|
|
208
|
+
SearchIcon,
|
|
209
|
+
Select,
|
|
210
|
+
SendIcon,
|
|
211
|
+
SeniorIcon,
|
|
212
|
+
SeniorV2Icon,
|
|
213
|
+
SeniorV3Icon,
|
|
214
|
+
ServiceIcon,
|
|
215
|
+
SettingsIcon,
|
|
216
|
+
ShapesIcon,
|
|
217
|
+
ShareIcon,
|
|
218
|
+
ShirtIcon,
|
|
219
|
+
ShoppingBagIcon,
|
|
220
|
+
Sidebar,
|
|
221
|
+
Skeleton,
|
|
222
|
+
SlideDown,
|
|
223
|
+
Spinner,
|
|
224
|
+
SplitPaymentIcon,
|
|
225
|
+
SquareIcon,
|
|
226
|
+
StackIcon,
|
|
227
|
+
StarFilledIcon,
|
|
228
|
+
StarIcon,
|
|
229
|
+
StoreCreditIcon,
|
|
230
|
+
SubmitButton,
|
|
231
|
+
Switch,
|
|
232
|
+
Table,
|
|
233
|
+
Tabs,
|
|
234
|
+
Tag,
|
|
235
|
+
TaxIcon,
|
|
236
|
+
Textarea,
|
|
237
|
+
theme,
|
|
238
|
+
ThumbsDownIcon,
|
|
239
|
+
ThumbsUpIcon,
|
|
240
|
+
TicketIcon,
|
|
241
|
+
ToggleButton,
|
|
242
|
+
Tooltip,
|
|
243
|
+
TransferArrowIcon,
|
|
244
|
+
TrashIcon,
|
|
245
|
+
UnlinkIcon,
|
|
246
|
+
useId,
|
|
247
|
+
useIsClient,
|
|
248
|
+
UserAddIcon,
|
|
249
|
+
UserChangedIcon,
|
|
250
|
+
UserIcon,
|
|
251
|
+
UserSubtractIcon,
|
|
252
|
+
ValuePopoverText,
|
|
253
|
+
VeteranIcon,
|
|
254
|
+
ViewNotesIcon,
|
|
255
|
+
VoucherIcon,
|
|
256
|
+
WaitlistIcon,
|
|
257
|
+
WarningDiamondIcon,
|
|
258
|
+
WarningIcon,
|
|
259
|
+
WarningTriangleIcon,
|
|
260
|
+
WeightIcon,
|
|
261
|
+
WifiIcon,
|
|
262
|
+
WriteIcon,
|
|
263
|
+
XolaBotIcon,
|
|
264
|
+
XrayIcon,
|
|
265
|
+
} from "./build/ui-kit.umd";
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xola/ui-kit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.23",
|
|
4
4
|
"description": "Xola UI Kit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
7
7
|
"build",
|
|
8
8
|
"index.css",
|
|
9
|
+
"index.d.ts",
|
|
9
10
|
"tailwind.config.js",
|
|
10
11
|
"postcss.config.js"
|
|
11
12
|
],
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
"start": "node scripts/prepare && start-storybook -p 6006 -s public",
|
|
18
19
|
"dev": "node scripts/prepare && start-storybook -p 6006 -s public --no-manager-cache",
|
|
19
20
|
"storybook": "node scripts/prepare && start-storybook -p 6006 -s public",
|
|
20
|
-
"build": "node scripts/prepare && vite build",
|
|
21
|
+
"build": "node scripts/prepare && vite build && cp index.d.ts build",
|
|
21
22
|
"watch": "npm run build -- --watch",
|
|
22
23
|
"clean": "rm -rf node_modules/.vite",
|
|
23
24
|
"build:storybook": "node scripts/prepare && build-storybook -s public",
|