fixed-vuesax 3.14.1 → 3.14.2

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 (47) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +187 -187
  3. package/dist/style/colors.styl +30 -30
  4. package/dist/style/components/vsAlert.styl +66 -66
  5. package/dist/style/components/vsAvatar.styl +64 -64
  6. package/dist/style/components/vsBreadcrumb.styl +50 -50
  7. package/dist/style/components/vsButton.styl +181 -181
  8. package/dist/style/components/vsCard.styl +64 -64
  9. package/dist/style/components/vsCheckBox.styl +111 -111
  10. package/dist/style/components/vsChip.styl +122 -122
  11. package/dist/style/components/vsCollapse.styl +109 -109
  12. package/dist/style/components/vsDivider.styl +34 -34
  13. package/dist/style/components/vsDropDown.styl +231 -231
  14. package/dist/style/components/vsIcon.styl +47 -47
  15. package/dist/style/components/vsImages.styl +166 -166
  16. package/dist/style/components/vsInput.styl +219 -219
  17. package/dist/style/components/vsInputNumber.styl +170 -170
  18. package/dist/style/components/vsList.styl +49 -49
  19. package/dist/style/components/vsLoading.styl +397 -397
  20. package/dist/style/components/vsNavbar.styl +286 -286
  21. package/dist/style/components/vsNotifications.styl +92 -92
  22. package/dist/style/components/vsPagination.styl +143 -143
  23. package/dist/style/components/vsPopup.styl +159 -159
  24. package/dist/style/components/vsProgress.styl +45 -45
  25. package/dist/style/components/vsRadio.styl +93 -93
  26. package/dist/style/components/vsSelect.styl +219 -219
  27. package/dist/style/components/vsSideBar.styl +267 -267
  28. package/dist/style/components/vsSlider.styl +196 -196
  29. package/dist/style/components/vsSpacer.styl +5 -5
  30. package/dist/style/components/vsSwitch.styl +93 -93
  31. package/dist/style/components/vsTable.styl +408 -408
  32. package/dist/style/components/vsTabs.styl +280 -280
  33. package/dist/style/components/vsTextarea.styl +82 -82
  34. package/dist/style/components/vsTimePicker.styl +42 -42
  35. package/dist/style/components/vsTooltip.styl +85 -85
  36. package/dist/style/components/vsUpload.styl +460 -460
  37. package/dist/style/mixins.styl +133 -133
  38. package/dist/style/root.styl +9 -9
  39. package/dist/style/vars.styl +45 -45
  40. package/dist/style/vuesax.styl +25 -25
  41. package/dist/vuesax.common.js +1 -1
  42. package/dist/vuesax.common.js.map +1 -1
  43. package/dist/vuesax.umd.js +1 -1
  44. package/dist/vuesax.umd.js.map +1 -1
  45. package/dist/vuesax.umd.min.js +1 -1
  46. package/dist/vuesax.umd.min.js.map +1 -1
  47. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixed-vuesax",
3
- "version": "3.14.1",
3
+ "version": "3.14.2",
4
4
  "engines": {
5
5
  "npm": ">=7"
6
6
  },
@@ -39,22 +39,22 @@
39
39
  "@vue/cli-plugin-babel": "^5.0.7",
40
40
  "@vue/cli-plugin-eslint": "^5.0.7",
41
41
  "@vue/cli-service": "^5.0.7",
42
- "@vue/eslint-config-standard": "^7.0.0",
42
+ "@vue/eslint-config-standard": "^8.0.1",
43
43
  "chalk": "^4.1.2",
44
44
  "copy-webpack-plugin": "^11.0.0",
45
- "core-js": "^3.23.3",
46
- "eslint": "^8.19.0",
47
- "eslint-plugin-import": "^2.26.0",
45
+ "core-js": "^3.49.0",
46
+ "eslint": "^8.57.1",
47
+ "eslint-plugin-import": "^2.32.0",
48
48
  "eslint-plugin-n": "^15.2.4",
49
49
  "eslint-plugin-promise": "^6.0.0",
50
- "eslint-plugin-vue": "^9.2.0",
50
+ "eslint-plugin-vue": "^9.33.0",
51
51
  "file-loader": "^6.2.0",
52
52
  "stylus": "^0.58.1",
53
53
  "stylus-loader": "^7.0.0",
54
54
  "terser-webpack-plugin": "^5.3.3",
55
55
  "vue-loader": "^15.10.0",
56
56
  "vue-template-compiler": "^2.7.3",
57
- "webpack": "^5.73.0"
57
+ "webpack": "^5.107.2"
58
58
  },
59
59
  "eslintConfig": {
60
60
  "root": true,
@@ -103,5 +103,5 @@
103
103
  "stylus"
104
104
  ],
105
105
  "license": "MIT",
106
- "repository": "lusaxweb/vuesax"
106
+ "repository": "tofandel/vuesax"
107
107
  }