@nutui/nutui 4.0.6 → 4.0.7

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.umd.js +1 -1
  4. package/dist/packages/_es/Animate.js +9 -3
  5. package/dist/packages/_es/SideNavbar.js +7 -4
  6. package/dist/packages/_es/Switch.js +3 -2
  7. package/dist/packages/_es/Tabs.js +3 -3
  8. package/dist/packages/_es/Toast.js +6 -4
  9. package/dist/packages/formitem/index.scss +1 -0
  10. package/dist/packages/tabs/index.scss +1 -1
  11. package/dist/smartips/web-types.json +10 -1
  12. package/dist/style.css +1 -1
  13. package/dist/styles/themes/default.scss +45 -45
  14. package/dist/styles/themes/jdb.scss +45 -45
  15. package/dist/styles/themes/jddkh.scss +45 -45
  16. package/dist/styles/themes/jdt.scss +45 -45
  17. package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +1 -1
  18. package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -1
  19. package/dist/types/__VUE/addresslist/index.vue.d.ts +1 -1
  20. package/dist/types/__VUE/animate/index.vue.d.ts +6 -0
  21. package/dist/types/__VUE/audiooperate/index.vue.d.ts +4 -4
  22. package/dist/types/__VUE/button/type.d.ts +1 -0
  23. package/dist/types/__VUE/cell/index.vue.d.ts +1 -1
  24. package/dist/types/__VUE/countup/index.vue.d.ts +2 -2
  25. package/dist/types/__VUE/image/index.vue.d.ts +1 -1
  26. package/dist/types/__VUE/input/index.vue.d.ts +1 -1
  27. package/dist/types/__VUE/inputnumber/index.vue.d.ts +1 -1
  28. package/dist/types/__VUE/rate/index.vue.d.ts +1 -1
  29. package/dist/types/__VUE/searchbar/index.vue.d.ts +2 -2
  30. package/dist/types/__VUE/switch/index.vue.d.ts +1 -0
  31. package/dist/types/__VUE/textarea/index.vue.d.ts +1 -1
  32. package/dist/types/__VUE/toast/index.vue.d.ts +11 -4
  33. package/dist/types/index.d.ts +1 -1
  34. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## v4.0.7
2
+
3
+ `2023-05-12`
4
+
5
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6
+ 本次社区贡献者 @ntnyq
7
+
8
+ * :zap: feat(animate): add duration property (#2280)
9
+ * :zap: feat(button): add formType for Taro H5 (#2288)
10
+ * :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
11
+ * :bug: fix(tabs): tab-title active font-weight #2268
12
+ * :bug: fix(sidenavbar): style of async data (#2279)
13
+ * :bug: fix(addressList): failed to emit click-item (#2281)
14
+ * :bug: fix(form): reset min-width style for label-width (#2282)
15
+ * :bug: fix(tour): remove mask after close (#2283)
16
+
1
17
  ## v4.0.6
2
18
 
3
19
  `2023-04-21`
package/dist/nutui.es.js CHANGED
@@ -213,7 +213,7 @@ export function install(app) {
213
213
  }
214
214
  });
215
215
  }
216
- export const version = '4.0.6';
216
+ export const version = '4.0.7';
217
217
  export default {
218
218
  install,
219
219
  version