@varlet/ui 2.9.0-alpha.1678380487157 → 2.9.0-alpha.1678417783003
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/bottom-navigation/style/index.mjs +3 -0
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +1 -1
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +2 -2
- package/package.json +6 -6
- package/umd/varlet.js +2 -2
package/es/index.bundle.mjs
CHANGED
|
@@ -238,7 +238,7 @@ import './time-picker/style/index.mjs'
|
|
|
238
238
|
import './tooltip/style/index.mjs'
|
|
239
239
|
import './uploader/style/index.mjs'
|
|
240
240
|
|
|
241
|
-
const version = '2.9.0-alpha.
|
|
241
|
+
const version = '2.9.0-alpha.1678417783003'
|
|
242
242
|
|
|
243
243
|
function install(app) {
|
|
244
244
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -158,7 +158,7 @@ export * from './time-picker/index.mjs'
|
|
|
158
158
|
export * from './tooltip/index.mjs'
|
|
159
159
|
export * from './uploader/index.mjs'
|
|
160
160
|
|
|
161
|
-
const version = '2.9.0-alpha.
|
|
161
|
+
const version = '2.9.0-alpha.1678417783003'
|
|
162
162
|
|
|
163
163
|
function install(app) {
|
|
164
164
|
ActionSheet.install && app.use(ActionSheet)
|