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/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -63,7 +63,7 @@ import { Tag } from "./tag/index.mjs";
|
|
|
63
63
|
import { TimePicker } from "./time-picker/index.mjs";
|
|
64
64
|
import { Toast } from "./toast/index.mjs";
|
|
65
65
|
import { Uploader } from "./uploader/index.mjs";
|
|
66
|
-
const version = "3.0.
|
|
66
|
+
const version = "3.0.6";
|
|
67
67
|
function install(app) {
|
|
68
68
|
const components = [
|
|
69
69
|
ActionSheet,
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -154,7 +154,7 @@ __reExport(stdin_exports, require("./tag"), module.exports);
|
|
|
154
154
|
__reExport(stdin_exports, require("./time-picker"), module.exports);
|
|
155
155
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
156
156
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
157
|
-
const version = "3.0.
|
|
157
|
+
const version = "3.0.6";
|
|
158
158
|
function install(app) {
|
|
159
159
|
const components = [
|
|
160
160
|
import_action_sheet.ActionSheet,
|