@chekinapp/ui 0.0.31 → 0.0.32
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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -284,6 +284,7 @@ __export(index_exports, {
|
|
|
284
284
|
emptyMediaVariants: () => emptyMediaVariants,
|
|
285
285
|
getSidebarState: () => getSidebarState,
|
|
286
286
|
inputVariants: () => inputVariants,
|
|
287
|
+
isNumeric: () => isNumeric,
|
|
287
288
|
labelVariants: () => labelVariants,
|
|
288
289
|
sectionTagVariants: () => sectionTagVariants,
|
|
289
290
|
switchThumbVariants: () => switchThumbVariants,
|
|
@@ -12443,6 +12444,7 @@ function getNextEnabledIndex(options, startIndex, step) {
|
|
|
12443
12444
|
emptyMediaVariants,
|
|
12444
12445
|
getSidebarState,
|
|
12445
12446
|
inputVariants,
|
|
12447
|
+
isNumeric,
|
|
12446
12448
|
labelVariants,
|
|
12447
12449
|
sectionTagVariants,
|
|
12448
12450
|
switchThumbVariants,
|