@unicom-cloud/ui 0.8.98 → 0.8.100

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 (180) hide show
  1. package/Anchor.js +3 -1
  2. package/Badge.js +54 -7
  3. package/Copy.js +49 -2
  4. package/Flex.js +12 -0
  5. package/Grid.js +1 -1
  6. package/LiquidFill.js +60 -2
  7. package/Marquee.js +62 -0
  8. package/QrCode.js +14 -9
  9. package/Segmented.js +11 -0
  10. package/Space.js +14 -6
  11. package/Splitter.js +6 -0
  12. package/Tag.js +3 -2
  13. package/Tour.js +14 -9
  14. package/alert/index.js +38 -39
  15. package/anchor/index.js +5 -3
  16. package/badge/index.js +174 -80
  17. package/collapse/Collapse.js +54 -48
  18. package/components/common/space/index.js +90 -106
  19. package/copy/index.js +83 -35
  20. package/flex/index.js +59 -0
  21. package/flex/interface.js +34 -0
  22. package/flex/utils.js +13 -0
  23. package/grid/{GridItem.js → Item.js} +15 -15
  24. package/grid/index.js +1 -1
  25. package/index.js +490 -477
  26. package/input/Button.js +39 -34
  27. package/input/Textarea.js +108 -104
  28. package/liquid-fill/index.js +256 -2
  29. package/marquee/index.js +283 -0
  30. package/menu/Item.js +17 -16
  31. package/package.json +1 -1
  32. package/qr-code/index.js +54 -36
  33. package/rate/index.js +8 -8
  34. package/segmented/index.js +225 -0
  35. package/space/index.js +28 -29
  36. package/spin/index.js +75 -62
  37. package/splitter/Panel.js +39 -0
  38. package/splitter/SplitBar.js +157 -0
  39. package/splitter/Splitter.js +139 -0
  40. package/splitter/hooks/useEvent.js +12 -0
  41. package/splitter/hooks/useItems.js +26 -0
  42. package/splitter/hooks/useResizable.js +26 -0
  43. package/splitter/hooks/useResize.js +68 -0
  44. package/splitter/hooks/useSizes.js +60 -0
  45. package/splitter/index.js +7 -0
  46. package/splitter/interface.js +1 -0
  47. package/style.css +1 -1
  48. package/table/Table.js +1 -1
  49. package/table/hook/useThResizable.js +72 -26
  50. package/table/tbody/Td.js +80 -77
  51. package/table/th-resizable/index.js +92 -35
  52. package/tag/index.js +42 -41
  53. package/tooltip/index.js +89 -82
  54. package/tour/index.js +110 -89
  55. package/types/common/hooks/useMergeProps.d.ts +1 -1
  56. package/types/common/space/index.d.ts +7 -5
  57. package/types/common/space/interface.d.ts +29 -16
  58. package/types/pc/affix/interface.d.ts +0 -2
  59. package/types/pc/alert/index.d.ts +2 -2
  60. package/types/pc/anchor/index.d.ts +2 -1
  61. package/types/pc/anchor/interface.d.ts +0 -2
  62. package/types/pc/auto-complete/interface.d.ts +0 -6
  63. package/types/pc/avatar/interface.d.ts +0 -4
  64. package/types/pc/badge/index.d.ts +4 -4
  65. package/types/pc/badge/interface.d.ts +26 -0
  66. package/types/pc/breadcrumb/interface.d.ts +0 -3
  67. package/types/pc/carousel/interface.d.ts +2 -6
  68. package/types/pc/cascader/interface.d.ts +6 -18
  69. package/types/pc/checkbox/interface.d.ts +0 -1
  70. package/types/pc/collapse/interface.d.ts +4 -2
  71. package/types/pc/color-picker/interface.d.ts +0 -2
  72. package/types/pc/config-provider/interface.d.ts +16 -14
  73. package/types/pc/copy/interface.d.ts +2 -1
  74. package/types/pc/date-picker/RangePicker.d.ts +1 -1
  75. package/types/pc/date-picker/interface.d.ts +0 -17
  76. package/types/pc/descriptions/interface.d.ts +0 -1
  77. package/types/pc/drawer/interface.d.ts +0 -7
  78. package/types/pc/dropdown/interface.d.ts +0 -1
  79. package/types/pc/flex/index.d.ts +9 -0
  80. package/types/pc/flex/interface.d.ts +61 -0
  81. package/types/pc/flex/utils.d.ts +9 -0
  82. package/types/pc/form/interface.d.ts +9 -22
  83. package/types/pc/form/util.d.ts +1 -1
  84. package/types/pc/grid/index.d.ts +3 -3
  85. package/types/pc/grid/interface.d.ts +1 -6
  86. package/types/pc/image/interface.d.ts +0 -13
  87. package/types/pc/index.d.ts +16 -6
  88. package/types/pc/input/Textarea.d.ts +2 -6
  89. package/types/pc/input/interface.d.ts +5 -13
  90. package/types/pc/input-number/interface.d.ts +0 -4
  91. package/types/pc/input-tag/interface.d.ts +0 -13
  92. package/types/pc/layout/interface.d.ts +0 -1
  93. package/types/pc/link/interface.d.ts +0 -1
  94. package/types/pc/liquid-fill/index.d.ts +114 -1
  95. package/types/pc/list/interface.d.ts +0 -4
  96. package/types/pc/marquee/index.d.ts +61 -0
  97. package/types/pc/menu/context.d.ts +1 -1
  98. package/types/pc/menu/interface.d.ts +0 -8
  99. package/types/pc/message/interface.d.ts +0 -2
  100. package/types/pc/modal/interface.d.ts +0 -5
  101. package/types/pc/notification/interface.d.ts +0 -1
  102. package/types/pc/pagination/interface.d.ts +0 -2
  103. package/types/pc/popconfirm/interface.d.ts +8 -10
  104. package/types/pc/popover/interface.d.ts +0 -1
  105. package/types/pc/progress/interface.d.ts +0 -3
  106. package/types/pc/qr-code/index.d.ts +1 -1
  107. package/types/pc/rate/index.d.ts +2 -2
  108. package/types/pc/resize-box/interface.d.ts +1 -7
  109. package/types/pc/segmented/index.d.ts +8 -0
  110. package/types/pc/segmented/interface.d.ts +88 -0
  111. package/types/pc/select/interface.d.ts +0 -12
  112. package/types/pc/select-view/interface.d.ts +0 -7
  113. package/types/pc/slider/interface.d.ts +0 -4
  114. package/types/pc/space/index.d.ts +4 -1
  115. package/types/pc/space/interface.d.ts +6 -10
  116. package/types/pc/spin/interface.d.ts +4 -1
  117. package/types/pc/splitter/Panel.d.ts +8 -0
  118. package/types/pc/splitter/SplitBar.d.ts +21 -0
  119. package/types/pc/splitter/Splitter.d.ts +4 -0
  120. package/types/pc/splitter/hooks/useEvent.d.ts +3 -0
  121. package/types/pc/splitter/hooks/useItems.d.ts +10 -0
  122. package/types/pc/splitter/hooks/useResizable.d.ts +8 -0
  123. package/types/pc/splitter/hooks/useResize.d.ts +4 -0
  124. package/types/pc/splitter/hooks/useSizes.d.ts +5 -0
  125. package/types/pc/splitter/index.d.ts +8 -0
  126. package/types/pc/splitter/interface.d.ts +213 -0
  127. package/types/pc/statistic/interface.d.ts +0 -4
  128. package/types/pc/steps/interface.d.ts +0 -3
  129. package/types/pc/table/hook/useThResizable.d.ts +2 -2
  130. package/types/pc/table/interface.d.ts +4 -15
  131. package/types/pc/tabs/interface.d.ts +0 -7
  132. package/types/pc/tag/index.d.ts +2 -0
  133. package/types/pc/tag/interface.d.ts +0 -1
  134. package/types/pc/time-picker/interface.d.ts +0 -7
  135. package/types/pc/tooltip/interface.d.ts +4 -1
  136. package/types/pc/tour/index.d.ts +6 -1
  137. package/types/pc/transfer/interface.d.ts +2 -9
  138. package/types/pc/tree/interface.d.ts +2 -8
  139. package/types/pc/tree-select/interface.d.ts +0 -8
  140. package/types/pc/trigger/interface.d.ts +0 -5
  141. package/types/pc/typography/EditContent.d.ts +2 -1
  142. package/types/pc/typography/interface.d.ts +45 -30
  143. package/types/pc/upload/interface.d.ts +6 -11
  144. package/types/pc/utils/index.d.ts +1 -0
  145. package/types/pc/utils/names.d.ts +24 -0
  146. package/types/pc/utils/toArray.d.ts +7 -0
  147. package/types/pc/verification-code/interface.d.ts +0 -2
  148. package/types/pc/watermark/interface.d.ts +0 -2
  149. package/typography/Base.js +73 -73
  150. package/typography/EditContent.js +43 -33
  151. package/typography/Ellipsis.js +117 -184
  152. package/typography/Operations.js +97 -49
  153. package/typography/useCssEllipsis.js +7 -6
  154. package/utils/index.js +117 -115
  155. package/utils/names.js +16 -0
  156. package/utils/toArray.js +12 -0
  157. package/version/index.js +1 -1
  158. package/_virtual/_commonjsHelpers.js +0 -6
  159. package/_virtual/index.js +0 -7
  160. package/_virtual/index2.js +0 -4
  161. package/liquid-fill/LiquidFill.js +0 -226
  162. package/liquid-fill/LiquidFill2.js +0 -3
  163. package/space-/index.js +0 -93
  164. package/types/common/utils/color.d.ts +0 -1
  165. package/types/common/utils/computeScrollIntoView.d.ts +0 -1
  166. package/types/common/utils/index.d.ts +0 -45
  167. package/types/common/utils/math.d.ts +0 -1
  168. package/types/common/utils/reactTransitionGroup.d.ts +0 -1
  169. package/types/common/utils/tree.d.ts +0 -1
  170. package/types/common/utils/tween.d.ts +0 -1
  171. package/types/common/utils/uuid.d.ts +0 -1
  172. package/types/common/utils/validate.d.ts +0 -1
  173. package/types/pc/liquid-fill/LiquidFill.d.ts +0 -115
  174. package/types/pc/liquid-fill/LiquidFill2.d.ts +0 -1
  175. package/types/pc/space-/index.d.ts +0 -6
  176. package/types/pc/space-/interface.d.ts +0 -38
  177. /package/{space- → components/common/space}/toArray.js +0 -0
  178. /package/{space- → segmented}/interface.js +0 -0
  179. /package/types/{pc/space- → common/space}/toArray.d.ts +0 -0
  180. /package/types/pc/grid/{GridItem.d.ts → Item.d.ts} +0 -0
package/copy/index.js CHANGED
@@ -1,62 +1,110 @@
1
- import { jsx as i, jsxs as y } from "react/jsx-runtime";
2
- import x from "@unicom-cloud/icons/IconUiCheckCircleFill";
3
- import g from "@unicom-cloud/icons/IconUiCopy";
4
- import { useContext as T, useState as h, useRef as b, useEffect as P } from "react";
1
+ import { jsx as e, jsxs as x } from "react/jsx-runtime";
2
+ import g from "@unicom-cloud/icons/IconUiCheckCircleFill";
3
+ import T from "@unicom-cloud/icons/IconUiCopy";
4
+ import { useContext as h, useState as b, useRef as P, useEffect as w } from "react";
5
5
  import "../config-provider/ConfigProvider.js";
6
- import w from "../components/common/hooks/useKeyboardEvent.js";
7
- import E from "../tooltip/index.js";
8
- import N from "@unicom-cloud/utils/class-name";
9
- import k from "@unicom-cloud/utils/clipboard-copy";
10
- import { mergedToString as v } from "../components/common/utils/mergedToString.js";
11
- import I from "../config-provider/context.js";
12
- function j(o) {
13
- const { children: r } = o, u = w(), C = T(I), { getPrefixCls: d, locale: c } = C, l = d?.("copy"), [t, s] = h(!1), e = b(-1), n = o.tooltips || [
6
+ import E from "../components/common/hooks/useKeyboardEvent.js";
7
+ import N from "../tooltip/index.js";
8
+ import "@unicom-cloud/utils/case-name";
9
+ import k from "@unicom-cloud/utils/class-name";
10
+ import "../dist/tinycolor/chunk/BOzCVdr0.js";
11
+ import "@unicom-cloud/utils/constant/ui";
12
+ import "../utils/contextHolder.js";
13
+ import "@unicom-cloud/utils/dayjs";
14
+ import I from "@unicom-cloud/utils/clipboard-copy";
15
+ import "../components/common/utils/dayjs.js";
16
+ import "../components/common/utils/dom.js";
17
+ import "@unicom-cloud/utils/file/fileToURL";
18
+ import "lodash/escapeRegExp";
19
+ import "lodash/isArray";
20
+ import "lodash/isNumber";
21
+ import "lodash/isString";
22
+ import "lodash/isFunction";
23
+ import "lodash/throttle";
24
+ import "../components/common/utils/is.js";
25
+ import "lodash/camelCase";
26
+ import "lodash/capitalize";
27
+ import "lodash/cloneDeep";
28
+ import "lodash/debounce";
29
+ import "lodash/get";
30
+ import "lodash/has";
31
+ import "lodash/kebabCase";
32
+ import "lodash/merge";
33
+ import "lodash/mergeWith";
34
+ import "lodash/set";
35
+ import "lodash/setWith";
36
+ import "lodash/snakeCase";
37
+ import "lodash/startCase";
38
+ import "lodash/uniq";
39
+ import "lodash/upperFirst";
40
+ import "@unicom-cloud/utils/math";
41
+ import { mergedToString as j } from "../components/common/utils/mergedToString.js";
42
+ import "../dist/react-transition-group/src/CSSTransition.js";
43
+ import "../dist/react-transition-group/src/ReplaceTransition.js";
44
+ import "../dist/react-transition-group/src/SwitchTransition.js";
45
+ import "../dist/react-transition-group/chunk/CPfP7aNL.js";
46
+ import "../dist/react-transition-group/src/TransitionGroup.js";
47
+ import "../components/common/utils/reactDOM.js";
48
+ import "@unicom-cloud/utils/file/saveAs";
49
+ import "@unicom-cloud/utils/screenfull";
50
+ import "@unicom-cloud/utils/constant/ui.js";
51
+ import "lodash/isPlainObject";
52
+ import "react-is";
53
+ import "@unicom-cloud/utils/tree";
54
+ import { isFunction as v } from "@unicom-cloud/utils/is";
55
+ import "uuid";
56
+ import "../dist/validate/src/index.js";
57
+ import "@unicom-cloud/utils/constant/keyboardCode";
58
+ import F from "../config-provider/context.js";
59
+ function S(o) {
60
+ const { children: n } = o, u = E(), C = h(F), { getPrefixCls: d, locale: c, rtl: y } = C, r = d?.("copy"), [i, l] = b(!1), m = P(-1), p = o.tooltips || [
14
61
  c?.Typography?.copy,
15
62
  c?.Typography?.copied
16
63
  ];
17
- let m = null;
18
- o.icon !== null && o.icon !== !1 && (m = t ? /* @__PURE__ */ i(x, {}) : o.icon || /* @__PURE__ */ i(g, {}));
19
- function a(f) {
20
- if (f.stopPropagation(), t)
64
+ let s = null;
65
+ o.icon !== null && o.icon !== !1 && (s = i ? /* @__PURE__ */ e(g, {}) : o.icon || /* @__PURE__ */ e(T, {}));
66
+ function f(a) {
67
+ if (a.stopPropagation(), i)
21
68
  return;
22
- const p = o.text !== void 0 ? o.text : v(r);
23
- k(p), s(!0), o.onCopy?.(p, f), e.current = window.setTimeout(() => {
24
- s(!1);
69
+ let t = o.text;
70
+ v(t) && (t = t()), t || (t = j(n)), I(t), l(!0), o.onCopy?.(t, a), m.current = window.setTimeout(() => {
71
+ l(!1);
25
72
  }, 3e3);
26
73
  }
27
- return P(() => () => {
28
- clearTimeout(e.current), e.current = -1;
29
- }, []), /* @__PURE__ */ i(
30
- E,
74
+ return w(() => () => {
75
+ clearTimeout(m.current), m.current = -1;
76
+ }, []), /* @__PURE__ */ e(
77
+ N,
31
78
  {
32
- content: t ? n[1] : n[0],
79
+ content: i ? p[1] : p[0],
33
80
  getPopupContainer: () => window.document.body,
34
81
  ...o.tooltipProps,
35
- children: /* @__PURE__ */ y(
82
+ children: /* @__PURE__ */ x(
36
83
  "span",
37
84
  {
38
- className: N(
39
- `${l}-copy`,
40
- !!t && `${l}-copied`,
85
+ className: k(
86
+ r,
87
+ !!y && `${r}-rtl`,
88
+ !!i && `${r}-copied`,
41
89
  o.className
42
90
  ),
43
91
  role: "button",
44
- "aria-label": n[0],
92
+ "aria-label": p[0],
45
93
  tabIndex: 0,
46
- onClick: a,
94
+ onClick: f,
47
95
  ...u({
48
- onPressEnter: a
96
+ onPressEnter: f
49
97
  }),
50
98
  children: [
51
- r,
52
- m
99
+ n,
100
+ s
53
101
  ]
54
102
  }
55
103
  )
56
104
  }
57
105
  );
58
106
  }
59
- j.displayName = "Copy";
107
+ S.displayName = "Copy";
60
108
  export {
61
- j as default
109
+ S as default
62
110
  };
package/flex/index.js ADDED
@@ -0,0 +1,59 @@
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import V, { forwardRef as n } from "react";
3
+ import "../config-provider/ConfigProvider.js";
4
+ import h from "../components/common/hooks/useMergeProps.js";
5
+ import w from "@unicom-cloud/utils/class-name";
6
+ import { isPresetSize as i, createFlexClassNames as z } from "./utils.js";
7
+ import R from "../config-provider/context.js";
8
+ const S = {
9
+ component: "div",
10
+ vertical: !1
11
+ };
12
+ function j(r, o) {
13
+ const { getPrefixCls: p, rtl: f, componentConfig: x } = V.useContext(R), l = h(
14
+ r,
15
+ S,
16
+ x?.Flex
17
+ ), {
18
+ prefixCls: C,
19
+ rootClassName: d,
20
+ className: u,
21
+ style: g,
22
+ flex: a,
23
+ gap: e,
24
+ children: N,
25
+ vertical: v,
26
+ component: F = "div",
27
+ wrap: b,
28
+ ...P
29
+ } = l, t = p?.("flex", C), y = w(
30
+ t,
31
+ u,
32
+ d,
33
+ {
34
+ [`${t}-rtl`]: f,
35
+ [`${t}-gap-${e}`]: i(e),
36
+ [`${t}-vertical`]: v
37
+ },
38
+ z(t, l)
39
+ ), $ = {
40
+ ...g,
41
+ ...a ? { flex: a } : {},
42
+ ...e && !i(e) ? { gap: e } : {}
43
+ };
44
+ return /* @__PURE__ */ c(F, { ref: o, className: y, style: $, ...P, children: N });
45
+ }
46
+ const s = n(
47
+ j
48
+ );
49
+ s.displayName = "Flex";
50
+ function M(r, o) {
51
+ return /* @__PURE__ */ c(s, { ref: o, ...r, vertical: !0, children: r.children });
52
+ }
53
+ const m = n(M);
54
+ m.displayName = "FlexVertical";
55
+ s.Vertical = m;
56
+ export {
57
+ m as FlexVertical,
58
+ s as default
59
+ };
@@ -0,0 +1,34 @@
1
+ const e = [
2
+ "wrap",
3
+ "nowrap",
4
+ "wrap-reverse"
5
+ ], t = [
6
+ "flex-start",
7
+ "flex-end",
8
+ "start",
9
+ "end",
10
+ "center",
11
+ "space-between",
12
+ "space-around",
13
+ "space-evenly",
14
+ "stretch",
15
+ "normal",
16
+ "left",
17
+ "right"
18
+ ], s = [
19
+ "center",
20
+ "start",
21
+ "end",
22
+ "flex-start",
23
+ "flex-end",
24
+ "self-start",
25
+ "self-end",
26
+ "baseline",
27
+ "normal",
28
+ "stretch"
29
+ ];
30
+ export {
31
+ s as alignItemsValues,
32
+ e as flexWrapValues,
33
+ t as justifyContentValues
34
+ };
package/flex/utils.js ADDED
@@ -0,0 +1,13 @@
1
+ import s from "@unicom-cloud/utils/class-name";
2
+ import { alignItemsValues as u, justifyContentValues as c, flexWrapValues as m } from "./interface.js";
3
+ function g(t, i) {
4
+ const n = i.wrap === !0 ? "wrap" : i.wrap, a = n && m.includes(n) ? `${t}-wrap-${n}` : void 0, e = i.align && u.includes(i.align) ? `${t}-align-${i.align}` : !i.align && i.vertical ? `${t}-align-stretch` : void 0, l = i.justify && c.includes(i.justify) ? `${t}-justify-${i.justify}` : void 0;
5
+ return s(a, e, l);
6
+ }
7
+ function d(t) {
8
+ return typeof t == "string" && ["mini", "small", "medium", "large"].includes(t);
9
+ }
10
+ export {
11
+ g as createFlexClassNames,
12
+ d as isPresetSize
13
+ };
@@ -15,27 +15,27 @@ const U = {
15
15
  span: 1
16
16
  };
17
17
  function W($, g) {
18
- const { getPrefixCls: G, componentConfig: _, rtl: y } = p(K), i = q(
18
+ const { getPrefixCls: _, componentConfig: y, rtl: S } = p(K), a = q(
19
19
  $,
20
20
  U,
21
- _?.["Grid.GridItem"]
21
+ y?.["Grid.Item"]
22
22
  ), {
23
- children: a,
24
- className: S,
23
+ children: i,
24
+ className: G,
25
25
  style: v,
26
26
  offset: N,
27
27
  span: D,
28
28
  __index__: s
29
- } = i, r = p(A), { collectItemData: R, removeItemData: E } = p(
29
+ } = a, n = p(A), { collectItemData: R, removeItemData: E } = p(
30
30
  H
31
- ), { colGap: f, cols: l, displayIndexList: P, overflow: u } = r, d = C(N, 0), n = C(D, 1), x = G?.("grid-item"), w = P?.includes(s), M = {
31
+ ), { colGap: f, cols: l, displayIndexList: P, overflow: u } = n, d = C(N, 0), r = C(D, 1), x = _?.("grid-item"), w = P?.includes(s), M = {
32
32
  [`${x}`]: !0,
33
- [`${x}-rtl`]: y
34
- }, b = z(M, S), e = c(() => J(r.cols, {
35
- suffix: !!i.suffix,
36
- span: n,
33
+ [`${x}-rtl`]: S
34
+ }, b = z(M, G), e = c(() => J(n.cols, {
35
+ suffix: !!a.suffix,
36
+ span: r,
37
37
  offset: d
38
- }), [r.cols, i.suffix, n, d]);
38
+ }), [n.cols, a.suffix, r, d]);
39
39
  k(() => (R(s, e), () => {
40
40
  E(s);
41
41
  }), [s, e]);
@@ -47,8 +47,8 @@ function W($, g) {
47
47
  }, [e, f]), L = c(() => {
48
48
  const { suffix: t, span: o } = e;
49
49
  return t ? `${l - o + 1}` : `span ${o}`;
50
- }, [e, l]), j = !w || n === 0 ? { display: "none" } : {}, B = {
51
- gridColumn: `${L} / span ${n}`,
50
+ }, [e, l]), j = !w || r === 0 ? { display: "none" } : {}, B = {
51
+ gridColumn: `${L} / span ${r}`,
52
52
  ...F,
53
53
  ...j
54
54
  };
@@ -61,7 +61,7 @@ function W($, g) {
61
61
  ...B,
62
62
  ...v
63
63
  },
64
- children: Q(a) ? a({ overflow: u }) : m.Children.map(a, (t) => t && r.collapsed && m.isValidElement(t) && !T(t.type) ? m.cloneElement(t, {
64
+ children: Q(i) ? i({ overflow: u }) : m.Children.map(i, (t) => t && n.collapsed && m.isValidElement(t) && !T(t.type) ? m.cloneElement(t, {
65
65
  overflow: u,
66
66
  ...t.props
67
67
  }) : t)
@@ -69,7 +69,7 @@ function W($, g) {
69
69
  );
70
70
  }
71
71
  const X = V(W), I = X;
72
- I.displayName = "GridItem";
72
+ I.displayName = "Grid.Item";
73
73
  I.__PQB_GRID_ITEM__ = !0;
74
74
  export {
75
75
  I as default
package/grid/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import m from "./Col.js";
2
2
  import r from "./Grid.js";
3
- import t from "./GridItem.js";
3
+ import t from "./Item.js";
4
4
  import i from "./Row.js";
5
5
  const o = r;
6
6
  o.Col = m;