@chekinapp/ui 0.0.32 → 0.0.33
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
|
@@ -286,6 +286,7 @@ __export(index_exports, {
|
|
|
286
286
|
inputVariants: () => inputVariants,
|
|
287
287
|
isNumeric: () => isNumeric,
|
|
288
288
|
labelVariants: () => labelVariants,
|
|
289
|
+
scrollToTop: () => scrollToTop,
|
|
289
290
|
sectionTagVariants: () => sectionTagVariants,
|
|
290
291
|
switchThumbVariants: () => switchThumbVariants,
|
|
291
292
|
switchVariants: () => switchVariants,
|
|
@@ -12446,6 +12447,7 @@ function getNextEnabledIndex(options, startIndex, step) {
|
|
|
12446
12447
|
inputVariants,
|
|
12447
12448
|
isNumeric,
|
|
12448
12449
|
labelVariants,
|
|
12450
|
+
scrollToTop,
|
|
12449
12451
|
sectionTagVariants,
|
|
12450
12452
|
switchThumbVariants,
|
|
12451
12453
|
switchVariants,
|