@xola/ui-kit 2.3.33 → 2.3.35
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/ui-kit.mjs +3535 -3330
- package/build/ui-kit.umd.js +12 -12
- package/index.d.ts +4 -0
- package/package.json +1 -1
- package/tailwind.config.js +1 -0
package/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export {
|
|
|
37
37
|
CakeIcon,
|
|
38
38
|
CalendarDayIcon,
|
|
39
39
|
CalendarIcon,
|
|
40
|
+
CalendarListIcon,
|
|
40
41
|
CalendarMonthIcon,
|
|
41
42
|
CalendarWeekIcon,
|
|
42
43
|
CapacityIcon,
|
|
@@ -83,6 +84,7 @@ export {
|
|
|
83
84
|
CrmIcon,
|
|
84
85
|
CrownIcon,
|
|
85
86
|
Currency,
|
|
87
|
+
CustomizeColumnsIcon,
|
|
86
88
|
DashboardIcon,
|
|
87
89
|
dateFromObjectId,
|
|
88
90
|
DatePicker,
|
|
@@ -177,6 +179,7 @@ export {
|
|
|
177
179
|
MoneyBackIcon,
|
|
178
180
|
MoneyIcon,
|
|
179
181
|
MountainIcon,
|
|
182
|
+
MonthPicker,
|
|
180
183
|
MouseIcon,
|
|
181
184
|
Number,
|
|
182
185
|
numberFormat,
|
|
@@ -241,6 +244,7 @@ export {
|
|
|
241
244
|
Tabs,
|
|
242
245
|
Tag,
|
|
243
246
|
TaxIcon,
|
|
247
|
+
TableIcon,
|
|
244
248
|
Textarea,
|
|
245
249
|
theme,
|
|
246
250
|
ThumbsDownIcon,
|
package/package.json
CHANGED