zartui 3.1.82 → 3.1.83
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 +28 -28
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -78,7 +78,7 @@ import { Timeline } from "./timeline/index.mjs";
|
|
|
78
78
|
import { Toast } from "./toast/index.mjs";
|
|
79
79
|
import { Uploader } from "./uploader/index.mjs";
|
|
80
80
|
import { Video } from "./video/index.mjs";
|
|
81
|
-
const version = "3.1.
|
|
81
|
+
const version = "3.1.83";
|
|
82
82
|
function install(app) {
|
|
83
83
|
const components = [
|
|
84
84
|
ActionSheet,
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -184,7 +184,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
|
|
|
184
184
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
185
185
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
186
186
|
__reExport(stdin_exports, require("./video"), module.exports);
|
|
187
|
-
const version = "3.1.
|
|
187
|
+
const version = "3.1.83";
|
|
188
188
|
function install(app) {
|
|
189
189
|
const components = [
|
|
190
190
|
import_action_sheet.ActionSheet,
|