zartui 3.0.5 → 3.0.6
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1 -1
- package/lib/zartui.es.js +1 -1
- package/lib/zartui.js +1 -1
- package/lib/zartui.min.js +1 -1
- package/package.json +20 -20
- package/README.md +0 -25
package/lib/zartui.cjs.js
CHANGED
|
@@ -16174,7 +16174,7 @@ const Lazyload = {
|
|
|
16174
16174
|
});
|
|
16175
16175
|
}
|
|
16176
16176
|
};
|
|
16177
|
-
const version = "3.0.
|
|
16177
|
+
const version = "3.0.6";
|
|
16178
16178
|
function install(app) {
|
|
16179
16179
|
const components = [
|
|
16180
16180
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -16172,7 +16172,7 @@ const Lazyload = {
|
|
|
16172
16172
|
});
|
|
16173
16173
|
}
|
|
16174
16174
|
};
|
|
16175
|
-
const version = "3.0.
|
|
16175
|
+
const version = "3.0.6";
|
|
16176
16176
|
function install(app) {
|
|
16177
16177
|
const components = [
|
|
16178
16178
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -17353,7 +17353,7 @@
|
|
|
17353
17353
|
});
|
|
17354
17354
|
}
|
|
17355
17355
|
};
|
|
17356
|
-
const version = "3.0.
|
|
17356
|
+
const version = "3.0.6";
|
|
17357
17357
|
function install(app) {
|
|
17358
17358
|
const components = [
|
|
17359
17359
|
ActionSheet,
|