@xola/ui-kit 2.3.37 → 2.3.39
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 +2448 -2223
- package/build/ui-kit.umd.js +12 -12
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -155,6 +155,7 @@ export {
|
|
|
155
155
|
InvoiceIcon,
|
|
156
156
|
isOSX,
|
|
157
157
|
isZeroDecimal,
|
|
158
|
+
ItemsIcon,
|
|
158
159
|
Key,
|
|
159
160
|
KeyIcon,
|
|
160
161
|
KioskIcon,
|
|
@@ -215,6 +216,7 @@ export {
|
|
|
215
216
|
RoundedSquareIcon,
|
|
216
217
|
roundNumber,
|
|
217
218
|
RulerIcon,
|
|
219
|
+
ScanQrCodeIcon,
|
|
218
220
|
Search,
|
|
219
221
|
SearchAltIcon,
|
|
220
222
|
SearchIcon,
|
|
@@ -233,6 +235,7 @@ export {
|
|
|
233
235
|
Skeleton,
|
|
234
236
|
SlideDown,
|
|
235
237
|
Spinner,
|
|
238
|
+
SplitArrowIcon,
|
|
236
239
|
SplitPaymentIcon,
|
|
237
240
|
SquareIcon,
|
|
238
241
|
StackIcon,
|
|
@@ -268,6 +271,7 @@ export {
|
|
|
268
271
|
UserIcon,
|
|
269
272
|
UserSubtractIcon,
|
|
270
273
|
ValuePopoverText,
|
|
274
|
+
VariantIcon,
|
|
271
275
|
VerifiedTickIcon,
|
|
272
276
|
VeteranIcon,
|
|
273
277
|
ViewNotesIcon,
|