@fangzhongya/fang-ui 0.1.25 → 0.1.26

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.
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -80,7 +104,6 @@
80
104
  .box-adjust-body .box-adjust-title-icon {
81
105
  width: 20px;
82
106
  display: inline-flex;
83
- color: #fff;
84
107
  align-items: center;
85
108
  margin: 0 4px;
86
109
  height: 100%;
@@ -1,8 +1,3 @@
1
- // @use '../common.scss' as *;
2
-
3
- // @use '../box-mask/src/index.scss' as *;
4
- // @use '../box-title/src/index.scss' as *;
5
-
6
1
  @use '../scss/common.scss' as *;
7
2
  @use '../box-mask/index.scss' as *;
8
3
  @use '../box-title/index.scss' as *;
@@ -37,7 +32,6 @@ $box-adjust: 'box-adjust';
37
32
  .#{z($box-adjust, 'title-icon')} {
38
33
  width: 20px;
39
34
  display: inline-flex;
40
- color: #fff;
41
35
  align-items: center;
42
36
  margin: 0 4px;
43
37
  height: 100%;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
+ const index$6 = require("../../icon/index.cjs");
4
5
  const data = require("./data.cjs");
5
6
  const index$1 = require("../../../hooks/cssname/index.cjs");
6
7
  const index = require("../../../hooks/locale/index.cjs");
@@ -9,8 +10,8 @@ const star = require("../../../icons/vue/star.cjs");
9
10
  const index$5 = require("../../box-title/index.cjs");
10
11
  const index$4 = require("../../box-mask/index.cjs");
11
12
  const index$3 = require("../../box-teleport/index.cjs");
12
- const index$7 = require("../../../directives/adjust/index.cjs");
13
- const index$6 = require("../../../directives/drag/index.cjs");
13
+ const index$8 = require("../../../directives/adjust/index.cjs");
14
+ const index$7 = require("../../../directives/drag/index.cjs");
14
15
  const data$1 = require("../../box-title/src/data.cjs");
15
16
  const index$2 = require("../../../hooks/props-default/index.cjs");
16
17
  const _hoisted_1 = ["title"];
@@ -51,7 +52,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
51
52
  ...data.dataExpose
52
53
  });
53
54
  return (_ctx, _cache) => {
54
- const _component_Icon = vue.resolveComponent("Icon");
55
55
  return vue.openBlock(), vue.createBlock(vue.unref(index$3.BoxTeleport), {
56
56
  disabled: vue.unref(props).disabled,
57
57
  to: vue.unref(props).to
@@ -83,7 +83,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
83
83
  vue.unref(cs).z("title-max")
84
84
  ])
85
85
  }, [
86
- vue.createVNode(_component_Icon, null, {
86
+ vue.createVNode(vue.unref(index$6.Icon), null, {
87
87
  default: vue.withCtx(() => [
88
88
  maxvalue.value ? vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-full"], { key: 0 }, () => [
89
89
  vue.createVNode(star.default)
@@ -105,10 +105,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
105
105
  ], 2),
106
106
  vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).footer)
107
107
  ], 2)), [
108
- [vue.unref(index$6.default), {
108
+ [vue.unref(index$7.default), {
109
109
  dom: vue.unref(props).drag
110
110
  }],
111
- [vue.unref(index$7.default), {
111
+ [vue.unref(index$8.default), {
112
112
  often: vue.unref(props).often,
113
113
  all: { position: true }
114
114
  }]
@@ -1,4 +1,5 @@
1
- import { defineComponent, shallowRef, watch, resolveComponent, createBlock, openBlock, unref, withCtx, withDirectives, createCommentVNode, createElementBlock, normalizeClass, createVNode, renderSlot, createElementVNode, vShow } from "vue";
1
+ import { defineComponent, shallowRef, watch, createBlock, openBlock, unref, withCtx, withDirectives, createCommentVNode, createElementBlock, normalizeClass, createVNode, renderSlot, createElementVNode, vShow } from "vue";
2
+ import { Icon } from "../../icon/index.js";
2
3
  import { name, dataProps, dataExpose, dataSlot, dataEmits } from "./data.js";
3
4
  import { useCssName } from "../../../hooks/cssname/index.js";
4
5
  import { useLocale } from "../../../hooks/locale/index.js";
@@ -49,7 +50,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
50
  ...dataExpose
50
51
  });
51
52
  return (_ctx, _cache) => {
52
- const _component_Icon = resolveComponent("Icon");
53
53
  return openBlock(), createBlock(unref(BoxTeleport), {
54
54
  disabled: unref(props).disabled,
55
55
  to: unref(props).to
@@ -81,7 +81,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
81
81
  unref(cs).z("title-max")
82
82
  ])
83
83
  }, [
84
- createVNode(_component_Icon, null, {
84
+ createVNode(unref(Icon), null, {
85
85
  default: withCtx(() => [
86
86
  maxvalue.value ? renderSlot(_ctx.$slots, unref(dataSlot)["icon-full"], { key: 0 }, () => [
87
87
  createVNode(Star)
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -12,6 +12,30 @@
12
12
  --g-main-bg: var(--bg-color-page);
13
13
  }
14
14
 
15
+ .icon {
16
+ --color: inherit;
17
+ height: 1em;
18
+ width: 1em;
19
+ line-height: 1em;
20
+ display: inline-flex;
21
+ justify-content: center;
22
+ align-items: center;
23
+ position: relative;
24
+ fill: currentColor;
25
+ color: var(--color);
26
+ font-size: inherit;
27
+ }
28
+ .icon-cont {
29
+ border: 0;
30
+ display: inline-flex;
31
+ align-items: center;
32
+ object-fit: contain;
33
+ justify-content: center;
34
+ font-size: inherit !important;
35
+ width: inherit !important;
36
+ height: inherit !important;
37
+ }
38
+
15
39
  .box-title {
16
40
  padding: 10px;
17
41
  position: relative;
@@ -1,6 +1,6 @@
1
1
  // @use '../common.scss' as *;
2
2
  @use '../scss/common.scss' as *;
3
-
3
+ @use '../icon/index.scss' as *;
4
4
  $box-title: 'box-title';
5
5
  @include b($box-title) {
6
6
  padding: 10px;
@@ -119,5 +119,4 @@
119
119
  @use './tablesp/index.scss' as *;
120
120
  @use './tablespd/index.scss' as *;
121
121
  @use './tabless/index.scss' as *;
122
- @use './tablesv/index.scss' as *;
123
- @use './tablesvp/index.scss' as *;
122
+ @use './tablesv/index.scss' as *;
@@ -119,5 +119,4 @@
119
119
  @use './tablesp/style/index2.scss' as *;
120
120
  @use './tablespd/style/index2.scss' as *;
121
121
  @use './tabless/style/index2.scss' as *;
122
- @use './tablesv/style/index2.scss' as *;
123
- @use './tablesvp/style/index2.scss' as *;
122
+ @use './tablesv/style/index2.scss' as *;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -80,7 +104,6 @@
80
104
  .box-adjust-body .box-adjust-title-icon {
81
105
  width: 20px;
82
106
  display: inline-flex;
83
- color: #fff;
84
107
  align-items: center;
85
108
  margin: 0 4px;
86
109
  height: 100%;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -12,6 +12,30 @@
12
12
  --g-main-bg: var(--bg-color-page);
13
13
  }
14
14
 
15
+ .icon {
16
+ --color: inherit;
17
+ height: 1em;
18
+ width: 1em;
19
+ line-height: 1em;
20
+ display: inline-flex;
21
+ justify-content: center;
22
+ align-items: center;
23
+ position: relative;
24
+ fill: currentColor;
25
+ color: var(--color);
26
+ font-size: inherit;
27
+ }
28
+ .icon-cont {
29
+ border: 0;
30
+ display: inline-flex;
31
+ align-items: center;
32
+ object-fit: contain;
33
+ justify-content: center;
34
+ font-size: inherit !important;
35
+ width: inherit !important;
36
+ height: inherit !important;
37
+ }
38
+
15
39
  .box-title {
16
40
  padding: 10px;
17
41
  position: relative;
package/dist/css/box.css CHANGED
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -636,6 +636,30 @@
636
636
  background: rgba(2, 28, 39, 0.4);
637
637
  }
638
638
 
639
+ .icon {
640
+ --color: inherit;
641
+ height: 1em;
642
+ width: 1em;
643
+ line-height: 1em;
644
+ display: inline-flex;
645
+ justify-content: center;
646
+ align-items: center;
647
+ position: relative;
648
+ fill: currentColor;
649
+ color: var(--color);
650
+ font-size: inherit;
651
+ }
652
+ .icon-cont {
653
+ border: 0;
654
+ display: inline-flex;
655
+ align-items: center;
656
+ object-fit: contain;
657
+ justify-content: center;
658
+ font-size: inherit !important;
659
+ width: inherit !important;
660
+ height: inherit !important;
661
+ }
662
+
639
663
  .box-title {
640
664
  padding: 10px;
641
665
  position: relative;
@@ -692,7 +716,6 @@
692
716
  .box-adjust-body .box-adjust-title-icon {
693
717
  width: 20px;
694
718
  display: inline-flex;
695
- color: #fff;
696
719
  align-items: center;
697
720
  margin: 0 4px;
698
721
  height: 100%;
@@ -996,30 +1019,6 @@
996
1019
  text-align: right;
997
1020
  }
998
1021
 
999
- .icon {
1000
- --color: inherit;
1001
- height: 1em;
1002
- width: 1em;
1003
- line-height: 1em;
1004
- display: inline-flex;
1005
- justify-content: center;
1006
- align-items: center;
1007
- position: relative;
1008
- fill: currentColor;
1009
- color: var(--color);
1010
- font-size: inherit;
1011
- }
1012
- .icon-cont {
1013
- border: 0;
1014
- display: inline-flex;
1015
- align-items: center;
1016
- object-fit: contain;
1017
- justify-content: center;
1018
- font-size: inherit !important;
1019
- width: inherit !important;
1020
- height: inherit !important;
1021
- }
1022
-
1023
1022
  .iframe {
1024
1023
  width: 100%;
1025
1024
  height: 100%;
@@ -1836,26 +1835,4 @@
1836
1835
  left: 0;
1837
1836
  z-index: 1;
1838
1837
  opacity: 0;
1839
- }
1840
-
1841
- .tablesvp {
1842
- width: 100%;
1843
- height: var(--tablesvp-height);
1844
- display: flex;
1845
- flex-direction: column;
1846
- }
1847
- .tablesvp-main {
1848
- display: flex;
1849
- flex-direction: column;
1850
- flex: 1;
1851
- width: 100%;
1852
- }
1853
- .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1854
- display: none;
1855
- }
1856
- .tablesvp-paginat {
1857
- overflow: hidden;
1858
- }
1859
- .tablesvp-paginat .el-pagination {
1860
- justify-content: flex-end;
1861
1838
  }
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -24,6 +24,30 @@
24
24
  background: rgba(2, 28, 39, 0.4);
25
25
  }
26
26
 
27
+ .icon {
28
+ --color: inherit;
29
+ height: 1em;
30
+ width: 1em;
31
+ line-height: 1em;
32
+ display: inline-flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ position: relative;
36
+ fill: currentColor;
37
+ color: var(--color);
38
+ font-size: inherit;
39
+ }
40
+ .icon-cont {
41
+ border: 0;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ object-fit: contain;
45
+ justify-content: center;
46
+ font-size: inherit !important;
47
+ width: inherit !important;
48
+ height: inherit !important;
49
+ }
50
+
27
51
  .box-title {
28
52
  padding: 10px;
29
53
  position: relative;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1762959390937,
4
+ "lastModified": 1762960018705,
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/dist/index.css CHANGED
@@ -636,6 +636,30 @@
636
636
  background: rgba(2, 28, 39, 0.4);
637
637
  }
638
638
 
639
+ .icon {
640
+ --color: inherit;
641
+ height: 1em;
642
+ width: 1em;
643
+ line-height: 1em;
644
+ display: inline-flex;
645
+ justify-content: center;
646
+ align-items: center;
647
+ position: relative;
648
+ fill: currentColor;
649
+ color: var(--color);
650
+ font-size: inherit;
651
+ }
652
+ .icon-cont {
653
+ border: 0;
654
+ display: inline-flex;
655
+ align-items: center;
656
+ object-fit: contain;
657
+ justify-content: center;
658
+ font-size: inherit !important;
659
+ width: inherit !important;
660
+ height: inherit !important;
661
+ }
662
+
639
663
  .box-title {
640
664
  padding: 10px;
641
665
  position: relative;
@@ -692,7 +716,6 @@
692
716
  .box-adjust-body .box-adjust-title-icon {
693
717
  width: 20px;
694
718
  display: inline-flex;
695
- color: #fff;
696
719
  align-items: center;
697
720
  margin: 0 4px;
698
721
  height: 100%;
@@ -996,30 +1019,6 @@
996
1019
  text-align: right;
997
1020
  }
998
1021
 
999
- .icon {
1000
- --color: inherit;
1001
- height: 1em;
1002
- width: 1em;
1003
- line-height: 1em;
1004
- display: inline-flex;
1005
- justify-content: center;
1006
- align-items: center;
1007
- position: relative;
1008
- fill: currentColor;
1009
- color: var(--color);
1010
- font-size: inherit;
1011
- }
1012
- .icon-cont {
1013
- border: 0;
1014
- display: inline-flex;
1015
- align-items: center;
1016
- object-fit: contain;
1017
- justify-content: center;
1018
- font-size: inherit !important;
1019
- width: inherit !important;
1020
- height: inherit !important;
1021
- }
1022
-
1023
1022
  .iframe {
1024
1023
  width: 100%;
1025
1024
  height: 100%;
@@ -1836,26 +1835,4 @@
1836
1835
  left: 0;
1837
1836
  z-index: 1;
1838
1837
  opacity: 0;
1839
- }
1840
-
1841
- .tablesvp {
1842
- width: 100%;
1843
- height: var(--tablesvp-height);
1844
- display: flex;
1845
- flex-direction: column;
1846
- }
1847
- .tablesvp-main {
1848
- display: flex;
1849
- flex-direction: column;
1850
- flex: 1;
1851
- width: 100%;
1852
- }
1853
- .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1854
- display: none;
1855
- }
1856
- .tablesvp-paginat {
1857
- overflow: hidden;
1858
- }
1859
- .tablesvp-paginat .el-pagination {
1860
- justify-content: flex-end;
1861
1838
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.25",
4
+ "version": "0.1.26",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -51,14 +51,14 @@
51
51
  "vue-tsc": "^3.1.3",
52
52
  "vuedraggable": "4.1.0",
53
53
  "vxe-table": "4.17.13",
54
- "@fang-ui/components": "0.0.1-0",
55
54
  "@fang-ui/directives": "0.0.1-0",
55
+ "@fang-ui/components": "0.0.1-0",
56
56
  "@fang-ui/icons": "0.0.1-0",
57
57
  "@fang-ui/hooks": "0.0.1-0",
58
- "@fang-ui/locale": "0.0.1-0",
59
- "@fang-ui/types": "0.0.1-0",
60
58
  "@fang-ui/theme": "0.0.1-0",
61
- "@fang-ui/utils": "0.0.1-0"
59
+ "@fang-ui/utils": "0.0.1-0",
60
+ "@fang-ui/locale": "0.0.1-0",
61
+ "@fang-ui/types": "0.0.1-0"
62
62
  },
63
63
  "main": "./dist/index.cjs",
64
64
  "module": "./dist/index.js",
File without changes
File without changes