@arkyn/components 3.0.1-beta.89 → 3.0.1-beta.90
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/bundle.js +2 -1
- package/dist/bundle.umd.cjs +34 -34
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -13186,5 +13186,6 @@ export {
|
|
|
13186
13186
|
Jg as useModal,
|
|
13187
13187
|
$0 as useScopedParams,
|
|
13188
13188
|
Qt as useScrollLock,
|
|
13189
|
-
tl as useSlider
|
|
13189
|
+
tl as useSlider,
|
|
13190
|
+
Hm as useToast
|
|
13190
13191
|
};
|