zartui 3.1.0 → 3.1.1
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/media-picker/index.d.ts +1 -0
- package/es/media-player/index.d.ts +5 -5
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/index.d.ts +1 -0
- package/lib/media-player/index.d.ts +5 -5
- 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 +3 -3
package/lib/zartui.cjs.js
CHANGED
|
@@ -18139,7 +18139,7 @@ const Lazyload = {
|
|
|
18139
18139
|
});
|
|
18140
18140
|
}
|
|
18141
18141
|
};
|
|
18142
|
-
const version = "3.1.
|
|
18142
|
+
const version = "3.1.1";
|
|
18143
18143
|
function install(app) {
|
|
18144
18144
|
const components = [
|
|
18145
18145
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -18137,7 +18137,7 @@ const Lazyload = {
|
|
|
18137
18137
|
});
|
|
18138
18138
|
}
|
|
18139
18139
|
};
|
|
18140
|
-
const version = "3.1.
|
|
18140
|
+
const version = "3.1.1";
|
|
18141
18141
|
function install(app) {
|
|
18142
18142
|
const components = [
|
|
18143
18143
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -19757,7 +19757,7 @@
|
|
|
19757
19757
|
});
|
|
19758
19758
|
}
|
|
19759
19759
|
};
|
|
19760
|
-
const version = "3.1.
|
|
19760
|
+
const version = "3.1.1";
|
|
19761
19761
|
function install(app) {
|
|
19762
19762
|
const components = [
|
|
19763
19763
|
ActionSheet,
|