zartui 3.1.70 → 3.1.71
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/es/tabs/index.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/tabs/index.css +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 +6 -6
package/lib/zartui.cjs.js
CHANGED
|
@@ -23408,7 +23408,7 @@ const Lazyload = {
|
|
|
23408
23408
|
});
|
|
23409
23409
|
}
|
|
23410
23410
|
};
|
|
23411
|
-
const version = "3.1.
|
|
23411
|
+
const version = "3.1.71";
|
|
23412
23412
|
function install(app) {
|
|
23413
23413
|
const components = [
|
|
23414
23414
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -23406,7 +23406,7 @@ const Lazyload = {
|
|
|
23406
23406
|
});
|
|
23407
23407
|
}
|
|
23408
23408
|
};
|
|
23409
|
-
const version = "3.1.
|
|
23409
|
+
const version = "3.1.71";
|
|
23410
23410
|
function install(app) {
|
|
23411
23411
|
const components = [
|
|
23412
23412
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -27468,7 +27468,7 @@
|
|
|
27468
27468
|
});
|
|
27469
27469
|
}
|
|
27470
27470
|
};
|
|
27471
|
-
const version = "3.1.
|
|
27471
|
+
const version = "3.1.71";
|
|
27472
27472
|
function install(app) {
|
|
27473
27473
|
const components = [
|
|
27474
27474
|
ActionSheet,
|