@fangzhongya/fang-ui 0.0.86 → 0.0.87

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.
@@ -83,7 +83,6 @@
83
83
  @use './retract/index.scss' as *;
84
84
  @use './array/index.scss' as *;
85
85
  @use './buttons/index.scss' as *;
86
- @use './cascaders/index.scss' as *;
87
86
  @use './checks/index.scss' as *;
88
87
  @use './dates-divide/index.scss' as *;
89
88
  @use './dates-picker/index.scss' as *;
@@ -111,4 +110,5 @@
111
110
  @use './tables/index.scss' as *;
112
111
  @use './tablesp/index.scss' as *;
113
112
  @use './tabless/index.scss' as *;
114
- @use './tablesv/index.scss' as *;
113
+ @use './tablesv/index.scss' as *;
114
+ @use './tablesvp/index.scss' as *;
@@ -83,7 +83,6 @@
83
83
  @use './retract/style/index.scss' as *;
84
84
  @use './array/style/index2.scss' as *;
85
85
  @use './buttons/style/index2.scss' as *;
86
- @use './cascaders/style/index2.scss' as *;
87
86
  @use './checks/style/index2.scss' as *;
88
87
  @use './dates-divide/style/index2.scss' as *;
89
88
  @use './dates-picker/style/index2.scss' as *;
@@ -111,4 +110,5 @@
111
110
  @use './tables/style/index2.scss' as *;
112
111
  @use './tablesp/style/index2.scss' as *;
113
112
  @use './tabless/style/index2.scss' as *;
114
- @use './tablesv/style/index2.scss' as *;
113
+ @use './tablesv/style/index2.scss' as *;
114
+ @use './tablesvp/style/index2.scss' as *;
@@ -1,4 +1,4 @@
1
1
  @use 'element-plus/theme-chalk/src/base.scss' as *;
2
- @use 'element-plus/theme-chalk/src/text.scss' as *;
2
+ // @use 'element-plus/theme-chalk/src/text.scss' as *;
3
3
  @use './element.scss' as *;
4
4
  @use '../index.scss' as *;
@@ -1405,4 +1405,26 @@
1405
1405
  left: 0;
1406
1406
  z-index: 1;
1407
1407
  opacity: 0;
1408
+ }
1409
+
1410
+ .tablesvp {
1411
+ width: 100%;
1412
+ height: var(--tablesvp-height);
1413
+ display: flex;
1414
+ flex-direction: column;
1415
+ }
1416
+ .tablesvp-main {
1417
+ display: flex;
1418
+ flex-direction: column;
1419
+ flex: 1;
1420
+ width: 100%;
1421
+ }
1422
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1423
+ display: none;
1424
+ }
1425
+ .tablesvp-paginat {
1426
+ overflow: hidden;
1427
+ }
1428
+ .tablesvp-paginat .el-pagination {
1429
+ justify-content: flex-end;
1408
1430
  }
@@ -5,7 +5,7 @@ const vExpose = {
5
5
  name: "expose",
6
6
  created(el, binding, vnode) {
7
7
  var _a, _b;
8
- const exposed = ((_a = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _a.exposed) || ((_b = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _b.proxy);
8
+ const exposed = ((_a = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _a.exposed) ?? ((_b = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _b.proxy);
9
9
  if (exposed) {
10
10
  if (binding == null ? void 0 : binding.instance) {
11
11
  const instance = binding.instance;
@@ -3,7 +3,7 @@ const vExpose = {
3
3
  name: "expose",
4
4
  created(el, binding, vnode) {
5
5
  var _a, _b;
6
- const exposed = ((_a = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _a.exposed) || ((_b = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _b.proxy);
6
+ const exposed = ((_a = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _a.exposed) ?? ((_b = vnode == null ? void 0 : vnode.ctx) == null ? void 0 : _b.proxy);
7
7
  if (exposed) {
8
8
  if (binding == null ? void 0 : binding.instance) {
9
9
  const instance = binding.instance;
@@ -1,10 +1,10 @@
1
1
  :root {
2
- --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
3
2
  --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
4
- --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
5
- --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
3
+ --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
6
4
  --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
7
5
  --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
6
+ --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
7
+ --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
8
8
  --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
9
9
  --icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
10
10
  --icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
@@ -13,62 +13,62 @@
13
13
  --icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
14
14
  --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z' p-id='1087'%3E%3C/path%3E%3Cpath d='M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z' p-id='1088'%3E%3C/path%3E %3C/svg%3E");
15
15
  }
16
- .icon-bar {
16
+ .icon-below {
17
17
  height: 1em;
18
18
  width: 1em;
19
19
  background-color: currentColor;
20
- -webkit-mask: var(--icon-svg-bar) no-repeat;
21
- mask: var(--icon-svg-bar) no-repeat;
20
+ -webkit-mask: var(--icon-svg-below) no-repeat;
21
+ mask: var(--icon-svg-below) no-repeat;
22
22
  -webkit-mask-size: 100% 100%;
23
23
  mask-size: 100% 100%;
24
24
  color: inherit;
25
25
  }
26
- .icon-below {
26
+ .icon-bar {
27
27
  height: 1em;
28
28
  width: 1em;
29
29
  background-color: currentColor;
30
- -webkit-mask: var(--icon-svg-below) no-repeat;
31
- mask: var(--icon-svg-below) no-repeat;
30
+ -webkit-mask: var(--icon-svg-bar) no-repeat;
31
+ mask: var(--icon-svg-bar) no-repeat;
32
32
  -webkit-mask-size: 100% 100%;
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
35
35
  }
36
- .icon-bicycle {
36
+ .icon-bottom-right {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
41
- mask: var(--icon-svg-bicycle) no-repeat;
40
+ -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
41
+ mask: var(--icon-svg-bottom-right) no-repeat;
42
42
  -webkit-mask-size: 100% 100%;
43
43
  mask-size: 100% 100%;
44
44
  color: inherit;
45
45
  }
46
- .icon-bottom-left {
46
+ .icon-bottom {
47
47
  height: 1em;
48
48
  width: 1em;
49
49
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
51
- mask: var(--icon-svg-bottom-left) no-repeat;
50
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
51
+ mask: var(--icon-svg-bottom) no-repeat;
52
52
  -webkit-mask-size: 100% 100%;
53
53
  mask-size: 100% 100%;
54
54
  color: inherit;
55
55
  }
56
- .icon-bottom-right {
56
+ .icon-bicycle {
57
57
  height: 1em;
58
58
  width: 1em;
59
59
  background-color: currentColor;
60
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
61
- mask: var(--icon-svg-bottom-right) no-repeat;
60
+ -webkit-mask: var(--icon-svg-bicycle) no-repeat;
61
+ mask: var(--icon-svg-bicycle) no-repeat;
62
62
  -webkit-mask-size: 100% 100%;
63
63
  mask-size: 100% 100%;
64
64
  color: inherit;
65
65
  }
66
- .icon-bottom {
66
+ .icon-bottom-left {
67
67
  height: 1em;
68
68
  width: 1em;
69
69
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-bottom) no-repeat;
71
- mask: var(--icon-svg-bottom) no-repeat;
70
+ -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
71
+ mask: var(--icon-svg-bottom-left) no-repeat;
72
72
  -webkit-mask-size: 100% 100%;
73
73
  mask-size: 100% 100%;
74
74
  color: inherit;
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1761233319336,
4
+ "lastModified": 1761233608106,
5
5
  "icons": {
6
- "bar": {
7
- "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
8
- },
9
- "bicycle": {
10
- "body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
6
+ "below": {
7
+ "body": " <path fill=\"currentColor\" d=\"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z\" ></path> "
11
8
  },
12
9
  "bottom-right": {
13
10
  "body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
14
11
  },
12
+ "bicycle": {
13
+ "body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
14
+ },
15
15
  "clear": {
16
16
  "body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
17
17
  },
package/dist/index.css CHANGED
@@ -1405,4 +1405,26 @@
1405
1405
  left: 0;
1406
1406
  z-index: 1;
1407
1407
  opacity: 0;
1408
+ }
1409
+
1410
+ .tablesvp {
1411
+ width: 100%;
1412
+ height: var(--tablesvp-height);
1413
+ display: flex;
1414
+ flex-direction: column;
1415
+ }
1416
+ .tablesvp-main {
1417
+ display: flex;
1418
+ flex-direction: column;
1419
+ flex: 1;
1420
+ width: 100%;
1421
+ }
1422
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1423
+ display: none;
1424
+ }
1425
+ .tablesvp-paginat {
1426
+ overflow: hidden;
1427
+ }
1428
+ .tablesvp-paginat .el-pagination {
1429
+ justify-content: flex-end;
1408
1430
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.86",
4
+ "version": "0.0.87",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,13 +50,13 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.17.1",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/locale": "0.0.1-0",
53
+ "@fang-ui/icons": "0.0.1-0",
54
54
  "@fang-ui/hooks": "0.0.1-0",
55
55
  "@fang-ui/directives": "0.0.1-0",
56
+ "@fang-ui/locale": "0.0.1-0",
56
57
  "@fang-ui/theme": "0.0.1-0",
57
- "@fang-ui/icons": "0.0.1-0",
58
- "@fang-ui/utils": "0.0.1-0",
59
- "@fang-ui/types": "0.0.1-0"
58
+ "@fang-ui/types": "0.0.1-0",
59
+ "@fang-ui/utils": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes