@fangzhongya/fang-ui 0.1.15 → 0.1.16

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.
@@ -117,5 +117,4 @@
117
117
  @use './tables/style/index2.scss' as *;
118
118
  @use './tablesp/style/index2.scss' as *;
119
119
  @use './tabless/style/index2.scss' as *;
120
- @use './tablesv/style/index2.scss' as *;
121
- @use './tablesvp/style/index2.scss' as *;
120
+ @use './tablesv/style/index2.scss' as *;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1762745157389,
4
+ "lastModified": 1762745359297,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.15",
4
+ "version": "0.1.16",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -49,14 +49,14 @@
49
49
  "vue-tsc": "^3.1.3",
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.17.12",
52
- "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/hooks": "0.0.1-0",
54
52
  "@fang-ui/icons": "0.0.1-0",
53
+ "@fang-ui/components": "0.0.1-0",
55
54
  "@fang-ui/directives": "0.0.1-0",
56
55
  "@fang-ui/locale": "0.0.1-0",
57
- "@fang-ui/theme": "0.0.1-0",
56
+ "@fang-ui/hooks": "0.0.1-0",
58
57
  "@fang-ui/types": "0.0.1-0",
59
- "@fang-ui/utils": "0.0.1-0"
58
+ "@fang-ui/utils": "0.0.1-0",
59
+ "@fang-ui/theme": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",