@unicom-cloud/ui 0.8.80 → 0.8.82

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 (256) hide show
  1. package/Affix.js +1 -1
  2. package/Alert.js +1 -1
  3. package/AutoComplete.js +2 -2
  4. package/BackTop.js +1 -1
  5. package/Badge.js +1 -1
  6. package/Breadcrumb.js +2 -2
  7. package/Button.js +1 -1
  8. package/Calendar.js +2 -2
  9. package/Card.js +1 -1
  10. package/Carousel.js +1 -1
  11. package/Cascader.js +1 -1
  12. package/Checkbox.js +1 -1
  13. package/Collapse.js +1 -1
  14. package/ColorPicker.js +2 -2
  15. package/Comment.js +1 -1
  16. package/ConfigProvider.js +5 -4
  17. package/Copy.js +1 -1
  18. package/DatePicker.js +7 -7
  19. package/Descriptions.js +1 -1
  20. package/Divider.js +1 -1
  21. package/Draggable.js +1 -1
  22. package/Dropdown.js +1 -1
  23. package/Empty.js +1 -1
  24. package/Icon.js +1 -1
  25. package/IconHover.js +1 -1
  26. package/Image.js +1 -1
  27. package/InputNumber.js +1 -1
  28. package/Layout.js +1 -1
  29. package/Link.js +1 -1
  30. package/List.js +2 -2
  31. package/Mentions.js +2 -2
  32. package/Menu.js +1 -1
  33. package/Message.js +1 -1
  34. package/Modal.js +1 -1
  35. package/Notice.js +1 -1
  36. package/Notification.js +5 -5
  37. package/OverflowEllipsis.js +1 -1
  38. package/PageHeader.js +1 -1
  39. package/Pagination.js +1 -1
  40. package/Popconfirm.js +1 -1
  41. package/Popover.js +1 -1
  42. package/Progress.js +1 -1
  43. package/Radio.js +1 -1
  44. package/Rate.js +1 -1
  45. package/ResizeBox.js +1 -1
  46. package/Result.js +1 -1
  47. package/Select.js +1 -1
  48. package/Skeleton.js +1 -1
  49. package/Slider.js +1 -1
  50. package/Space.js +1 -1
  51. package/Spin.js +1 -1
  52. package/Statistic.js +1 -1
  53. package/Steps.js +1 -1
  54. package/Switch.js +1 -1
  55. package/Table.js +1 -1
  56. package/Tabs.js +1 -1
  57. package/Tag.js +1 -1
  58. package/Tooltip.js +1 -1
  59. package/Transfer.js +2 -2
  60. package/Tree.js +1 -1
  61. package/TreeSelect.js +1 -1
  62. package/Trigger.js +1 -1
  63. package/Typography.js +1 -1
  64. package/affix/index.js +60 -57
  65. package/alert/index.js +53 -53
  66. package/anchor/Anchor.js +72 -72
  67. package/anchor/Link.js +27 -27
  68. package/auto-complete/index.js +2 -2
  69. package/avatar/Avatar.js +31 -31
  70. package/avatar/Group.js +25 -25
  71. package/back-top/index.js +24 -24
  72. package/badge/index.js +37 -37
  73. package/breadcrumb/index.js +26 -26
  74. package/button/Group.js +7 -7
  75. package/button/index.js +29 -29
  76. package/calendar/index.js +2 -2
  77. package/card/Grid.js +12 -12
  78. package/card/Meta.js +17 -17
  79. package/card/index.js +44 -44
  80. package/carousel/Arrow.js +19 -19
  81. package/carousel/Indicator.js +25 -25
  82. package/carousel/index.js +77 -77
  83. package/cascader/Cascader.js +2 -2
  84. package/cascader/index.js +1 -1
  85. package/cascader/util.js +1 -1
  86. package/checkbox/Checkbox.js +2 -2
  87. package/checkbox/Group.js +2 -2
  88. package/checkbox/GroupBlock.js +2 -2
  89. package/checkbox/index.js +2 -2
  90. package/chunk/{yLRv5RIK.js → CQI1gsQs.js} +181 -181
  91. package/chunk/CmMehQON.js +1464 -0
  92. package/chunk/Cplu5dtQ.js +730 -0
  93. package/chunk/{C5X4hOkx.js → D0338Pbq.js} +80 -80
  94. package/chunk/{DYspELhF.js → DXDbeIai.js} +223 -223
  95. package/chunk/{DEiyXzBZ.js → DfrB26fI.js} +63 -63
  96. package/chunk/{BG7YGUsx.js → dKvAiKxr.js} +119 -119
  97. package/chunk/{D73Vr7fa.js → w221i0nK.js} +2871 -2870
  98. package/collapse/Collapse.js +2 -2
  99. package/collapse/Item.js +2 -2
  100. package/collapse/index.js +1 -1
  101. package/color-picker/ControlBar.js +36 -36
  102. package/color-picker/InputAlpha.js +11 -11
  103. package/color-picker/InputHex.js +24 -24
  104. package/color-picker/InputRgb.js +23 -23
  105. package/color-picker/Palette.js +18 -18
  106. package/color-picker/Panel.js +2 -2
  107. package/color-picker/index.js +2 -2
  108. package/comment/index.js +31 -31
  109. package/config-provider/ConfigProvider.js +5 -4
  110. package/config-provider/context.js +2 -2
  111. package/config-provider/index.js +4 -3
  112. package/copy/index.js +28 -28
  113. package/date-picker/Picker.js +276 -276
  114. package/date-picker/{PickerRange.js → RangePicker.js} +2 -2
  115. package/date-picker/index.js +26 -27
  116. package/descriptions/index.js +33 -33
  117. package/divider/index.js +12 -12
  118. package/draggable/index.js +23 -23
  119. package/drawer/Drawer.js +81 -81
  120. package/dropdown/Button.js +1 -1
  121. package/dropdown/index.js +56 -56
  122. package/empty/index.js +1 -1
  123. package/form/Form.js +76 -76
  124. package/form/FormItem.js +64 -64
  125. package/grid/Col.js +53 -53
  126. package/grid/Row.js +34 -34
  127. package/grid/grid-item.js +29 -29
  128. package/grid/grid.js +50 -50
  129. package/icon/index.js +20 -19
  130. package/icon-hover/index.js +1 -1
  131. package/image/Image.js +86 -86
  132. package/image/ImagePreview.js +2 -2
  133. package/image/ImagePreviewArrow.js +22 -22
  134. package/image/ImagePreviewGroup.js +1 -1
  135. package/image/index.js +1 -1
  136. package/index.js +404 -402
  137. package/input/Group.js +8 -8
  138. package/input/Input.js +322 -322
  139. package/input/InputElement.js +1 -1
  140. package/input/Password.js +1 -1
  141. package/input/Search.js +1 -1
  142. package/input/Textarea.js +1 -1
  143. package/input-number/index.js +1 -1
  144. package/input-tag/InputTag.js +40 -40
  145. package/layout/Content.js +7 -7
  146. package/layout/Footer.js +9 -9
  147. package/layout/Header.js +7 -7
  148. package/layout/Sider.js +55 -55
  149. package/layout/index.js +32 -32
  150. package/link/index.js +35 -35
  151. package/list/Item.js +29 -29
  152. package/list/Meta.js +12 -12
  153. package/list/index.js +2 -2
  154. package/mentions/index.js +2 -2
  155. package/menu/Menu.js +2 -2
  156. package/menu/OverflowWrap.js +1 -1
  157. package/menu/index.js +2 -2
  158. package/message/index.js +1 -1
  159. package/message/useMessage.js +1 -1
  160. package/modal/Confirm.js +2 -2
  161. package/modal/Modal.js +2 -2
  162. package/modal/index.js +1 -1
  163. package/notice/index.js +1 -1
  164. package/notification/index.js +5 -5
  165. package/notification/useNotification.js +1 -1
  166. package/overflow-ellipsis/OverflowItem.js +12 -12
  167. package/overflow-ellipsis/index.js +24 -24
  168. package/package.json +1 -1
  169. package/page-header/index.js +38 -38
  170. package/pagination/PageItem.js +16 -16
  171. package/pagination/PageJumper.js +1 -1
  172. package/pagination/PageOption.js +2 -2
  173. package/pagination/Pagination.js +2 -2
  174. package/pagination/index.js +1 -1
  175. package/picker/Input.js +69 -69
  176. package/picker/InputRange.js +111 -111
  177. package/popconfirm/index.js +61 -61
  178. package/popover/index.js +35 -35
  179. package/progress/index.js +22 -22
  180. package/radio/Group.js +2 -2
  181. package/radio/GroupBlock.js +2 -2
  182. package/radio/Radio.js +2 -2
  183. package/radio/index.js +2 -2
  184. package/rate/index.js +49 -49
  185. package/resize-box/ResizeTrigger.js +34 -34
  186. package/resize-box/Split.js +56 -56
  187. package/resize-box/SplitGroup.js +55 -55
  188. package/resize-box/index.js +51 -51
  189. package/result/index.js +41 -41
  190. package/select/Option.js +1 -1
  191. package/select/Select.js +2 -2
  192. package/select/index.js +2 -2
  193. package/select/util.js +1 -1
  194. package/select-view/Core.js +125 -125
  195. package/skeleton/index.js +20 -20
  196. package/slider/Button.js +57 -57
  197. package/slider/index.js +116 -116
  198. package/space/index.js +46 -44
  199. package/spin/DotLoading.js +10 -10
  200. package/spin/index.js +44 -44
  201. package/statistic/Countdown.js +34 -34
  202. package/statistic/index.js +61 -61
  203. package/steps/index.js +55 -55
  204. package/style.css +1 -1
  205. package/switch/index.js +54 -54
  206. package/table/Table.js +2 -2
  207. package/table/index.js +1 -1
  208. package/tabs/Tab.js +2 -2
  209. package/tabs/TabContent.js +2 -2
  210. package/tabs/TabPane.js +12 -12
  211. package/tabs/index.js +2 -2
  212. package/tag/index.js +45 -45
  213. package/time-picker/Picker.js +76 -76
  214. package/time-picker/TimePicker.js +136 -136
  215. package/time-picker/index.js +8 -8
  216. package/timeline/Item.js +47 -47
  217. package/timeline/Timeline.js +41 -41
  218. package/tooltip/index.js +29 -29
  219. package/transfer/Item.js +2 -2
  220. package/transfer/List.js +2 -2
  221. package/transfer/index.js +2 -2
  222. package/tree/Animation.js +2 -2
  223. package/tree/Node.js +2 -2
  224. package/tree/NodeList.js +1 -1
  225. package/tree/Tree.js +2 -2
  226. package/tree/index.js +1 -1
  227. package/tree-select/List.js +1 -1
  228. package/tree-select/Select.js +2 -2
  229. package/tree-select/index.js +2 -2
  230. package/trigger/index.js +60 -60
  231. package/types/config-provider/ConfigProvider.d.ts +2 -2
  232. package/types/config-provider/context.d.ts +1 -1
  233. package/types/date-picker/index.d.ts +8 -9
  234. package/types/date-picker/interface.d.ts +9 -9
  235. package/types/index.d.ts +1 -1
  236. package/types/picker/Input.d.ts +2 -2
  237. package/types/space/index.d.ts +2 -1
  238. package/types/utils/names.d.ts +1 -1
  239. package/typography/Base.js +53 -53
  240. package/typography/Ellipsis.js +6 -6
  241. package/typography/Operations.js +28 -28
  242. package/typography/Paragraph.js +8 -8
  243. package/typography/Typography.js +7 -7
  244. package/typography/index.js +1 -1
  245. package/upload/TriggerNode.js +47 -47
  246. package/upload/Upload.js +184 -184
  247. package/utils/contextHolder.js +3 -3
  248. package/utils/index.js +1 -1
  249. package/utils/names.js +1 -1
  250. package/utils/setPrimaryColor.js +18 -13
  251. package/verification-code/VerificationCode.js +49 -49
  252. package/version/index.js +1 -1
  253. package/watermark/Watermark.js +24 -24
  254. package/chunk/CQvM33Vg.js +0 -724
  255. package/chunk/yhU2zeeu.js +0 -1461
  256. /package/types/date-picker/{PickerRange.d.ts → RangePicker.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import "react";
2
- import { d, d as r } from "../chunk/CQvM33Vg.js";
2
+ import { e as r, e as a } from "../chunk/Cplu5dtQ.js";
3
3
  export {
4
- d as ContextHolderElement,
5
- r as default
4
+ r as ContextHolderElement,
5
+ a as default
6
6
  };
package/utils/index.js CHANGED
@@ -4,7 +4,7 @@ import { c as m, y as l, R as p, e as f, d as n, j as d, k as c, S as u, N as x,
4
4
  import { compareColorByRange as v } from "./tinycolor.js";
5
5
  import { compute as D, compute as P } from "./computeScrollIntoView.js";
6
6
  import { newArray as O, pickTriggerPropsFromRest as j } from "./constant.js";
7
- import { d as H } from "../chunk/CQvM33Vg.js";
7
+ import { e as H } from "../chunk/Cplu5dtQ.js";
8
8
  import { default as F, default as V } from "@unicom-cloud/utils/clipboard-copy";
9
9
  import { d as W, g as _, a as U, b as z, c as q, e as G, i as K, f as J, h as Y, m as Q, t as X, j as Z, k as $ } from "../chunk/tamGhTJp.js";
10
10
  import { contains as ae, getScrollElements as se, isScrollElement as te, isServerRendering as re, off as oe, on as ie } from "./dom.js";
package/utils/names.js CHANGED
@@ -91,7 +91,7 @@ const e = {
91
91
  zh: "日期选择器",
92
92
  en: "DatePicker"
93
93
  },
94
- datePickerRangePicker: {
94
+ dateRangePicker: {
95
95
  zh: "日期范围选择器",
96
96
  en: "DatePicker.RangePicker"
97
97
  },
@@ -1,26 +1,31 @@
1
- import { R as o, c as m } from "../chunk/9TSjT7x_.js";
2
- function f(e) {
1
+ import { R as o, c as f } from "../chunk/9TSjT7x_.js";
2
+ import { UI_COMMON_PREFIX as p, UI_PC_PREFIX as y } from "@unicom-cloud/utils/constant/ui";
3
+ function P(e) {
3
4
  const {
4
5
  color: t,
5
6
  element: n = window.document.documentElement,
6
- isDark: u = !1
7
- } = e ?? {}, a = {
7
+ isDark: m = !1,
8
+ prefix: a = p
9
+ } = e ?? {}, l = {
8
10
  color: t
9
- }, l = u ? o.generateDark(a) : o.generate(a);
10
- new m(t).equals(o.pqbblue.value) ? s() : l.forEach((c, r, i) => {
11
- n.style.setProperty(`--pqbblue-${r + 1}`, c.toRgbArrayString());
11
+ }, i = m ? o.generateDark(l) : o.generate(l);
12
+ new f(t).equals(o.pqbblue.value) ? s() : i.forEach((c, r, u) => {
13
+ n.style.setProperty(
14
+ `--${a}-pqbblue-${r + 1}`,
15
+ c.toRgbArrayString()
16
+ );
12
17
  });
13
18
  function s() {
14
- l.forEach((c, r, i) => {
15
- n.style.removeProperty(`--pqbblue-${r + 1}`);
19
+ i.forEach((c, r, u) => {
20
+ n.style.removeProperty(`--${a}-pqbblue-${r + 1}`);
16
21
  });
17
22
  }
18
23
  return s;
19
24
  }
20
- function b(e) {
21
- return f(e);
25
+ function E(e) {
26
+ return P({ ...e, prefix: y });
22
27
  }
23
28
  export {
24
- b as default,
25
- b as setPrimaryColor
29
+ E as default,
30
+ E as setPrimaryColor
26
31
  };
@@ -1,81 +1,81 @@
1
- import { jsx as N, jsxs as R } from "react/jsx-runtime";
2
- import b, { forwardRef as w, useContext as F, useRef as j, createElement as z } from "react";
3
- import { a as D } from "../chunk/CQvM33Vg.js";
4
- import { u as E } from "../chunk/BFTV6myl.js";
5
- import K from "../input/InputElement.js";
6
- import p from "@unicom-cloud/utils/class-name";
7
- import { useVerificationCode as L } from "../hooks/useVerificationCode.js";
8
- const M = {
1
+ import { jsx as w, jsxs as x } from "react/jsx-runtime";
2
+ import F, { forwardRef as j, useContext as z, useRef as D, createElement as E } from "react";
3
+ import { a as K } from "../chunk/Cplu5dtQ.js";
4
+ import { u as L } from "../chunk/BFTV6myl.js";
5
+ import M from "../input/InputElement.js";
6
+ import g from "@unicom-cloud/utils/class-name";
7
+ import { useVerificationCode as _ } from "../hooks/useVerificationCode.js";
8
+ const q = {
9
9
  length: 6
10
10
  };
11
- function C(g, _) {
12
- var d;
13
- const o = F(D), e = E(
14
- g,
15
- M,
16
- (d = o.componentConfig) == null ? void 0 : d.VerificationCode
17
- ), { size: l, separator: r, status: c, length: y, masked: h, disabled: v } = e, f = j([]), { value: $, filledValue: P, getInputProps: x } = L({
11
+ function y(h, A) {
12
+ var d, m, u;
13
+ const t = z(K), e = L(
14
+ h,
15
+ q,
16
+ (d = t.componentConfig) == null ? void 0 : d.VerificationCode
17
+ ), { size: l, separator: r, status: f, length: v, masked: $, disabled: P } = e, c = D([]), { value: O, filledValue: V, getInputProps: k } = _({
18
18
  defaultValue: e.defaultValue,
19
19
  value: e.value,
20
- length: y,
21
- getInputRefList: () => f.current,
20
+ length: v,
21
+ getInputRefList: () => c.current,
22
22
  onChange: e.onChange,
23
23
  onFinish: e.onFinish
24
- }), a = o.getPrefixCls("verification-code"), n = o.getPrefixCls("input");
25
- return /* @__PURE__ */ N(
24
+ }), a = (m = t.getPrefixCls) == null ? void 0 : m.call(t, "verification-code"), n = (u = t.getPrefixCls) == null ? void 0 : u.call(t, "input");
25
+ return /* @__PURE__ */ w(
26
26
  "div",
27
27
  {
28
- className: p(`${a}`, e.className, {
29
- [`${a}-rtl`]: o.rtl
28
+ className: g(`${a}`, e.className, {
29
+ [`${a}-rtl`]: t.rtl
30
30
  }),
31
31
  style: e.style,
32
- children: P.map((O, s) => {
33
- const { onChange: m, onClick: V, onPaste: k, onKeyDown: I, ...u } = x(s);
34
- return /* @__PURE__ */ R(b.Fragment, { children: [
35
- /* @__PURE__ */ z(
36
- K,
32
+ children: V.map((I, s) => {
33
+ const { onChange: p, onClick: N, onPaste: R, onKeyDown: b, ...C } = k(s);
34
+ return /* @__PURE__ */ x(F.Fragment, { children: [
35
+ /* @__PURE__ */ E(
36
+ M,
37
37
  {
38
38
  disabled: e.disabled,
39
39
  readOnly: e.readOnly,
40
- className: p(n, `${a}-input`, {
40
+ className: g(n, `${a}-input`, {
41
41
  [`${n}-size-${l}`]: l,
42
- [`${n}-${c}`]: c,
43
- [`${n}-disabled`]: v,
44
- [`${n}-rtl`]: o.rtl
42
+ [`${n}-${f}`]: f,
43
+ [`${n}-disabled`]: P,
44
+ [`${n}-rtl`]: t.rtl
45
45
  }),
46
- ref: (t) => {
47
- f.current[s] = t == null ? void 0 : t.dom;
46
+ ref: (o) => {
47
+ c.current[s] = o == null ? void 0 : o.dom;
48
48
  },
49
- ...u,
50
- key: u.key,
51
- onClick: e.readOnly ? void 0 : V,
52
- onPaste: e.readOnly ? void 0 : k,
53
- onKeyDown: e.readOnly ? void 0 : I,
54
- onChange: e.readOnly ? void 0 : (t) => {
49
+ ...C,
50
+ key: C.key,
51
+ onClick: e.readOnly ? void 0 : N,
52
+ onPaste: e.readOnly ? void 0 : R,
53
+ onKeyDown: e.readOnly ? void 0 : b,
54
+ onChange: e.readOnly ? void 0 : (o) => {
55
55
  if (e.validate) {
56
56
  const i = e == null ? void 0 : e.validate({
57
- inputValue: t,
57
+ inputValue: o,
58
58
  index: s,
59
- value: $
59
+ value: O
60
60
  });
61
- i !== !1 && m(
62
- typeof i == "string" ? i : t
61
+ i !== !1 && p(
62
+ typeof i == "string" ? i : o
63
63
  );
64
64
  } else
65
- m(t);
65
+ p(o);
66
66
  },
67
- type: h ? "password" : "text"
67
+ type: $ ? "password" : "text"
68
68
  }
69
69
  ),
70
- r == null ? void 0 : r({ index: s, character: O })
70
+ r == null ? void 0 : r({ index: s, character: I })
71
71
  ] }, s);
72
72
  })
73
73
  }
74
74
  );
75
75
  }
76
- C.displayName = "VerificationCodeComponent";
77
- const S = w(C);
76
+ y.displayName = "VerificationCodeComponent";
77
+ const U = j(y);
78
78
  export {
79
- C as VerificationCodeComponent,
80
- S as default
79
+ y as VerificationCodeComponent,
80
+ U as default
81
81
  };
package/version/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const I = "2025-04-25 00:20:23", t = "1745511623354", E = "2.66.0";
1
+ const I = "2025-05-04 17:13:34", t = "1746350014605", E = "2.66.0";
2
2
  export {
3
3
  E as VERSION,
4
4
  I as VERSION_BUILD_DATE,
@@ -1,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import { forwardRef as g, useContext as u, useRef as p, useCallback as d, useEffect as C } from "react";
3
- import { a as h } from "../chunk/CQvM33Vg.js";
1
+ import { jsx as u } from "react/jsx-runtime";
2
+ import { forwardRef as g, useContext as p, useRef as d, useCallback as C, useEffect as h } from "react";
3
+ import { a as k } from "../chunk/Cplu5dtQ.js";
4
4
  import { useWatermark as x } from "../hooks/useWatermark.js";
5
- import { u as k } from "../chunk/BFTV6myl.js";
6
- import w from "@unicom-cloud/utils/class-name";
7
- const y = {}, N = [
5
+ import { u as w } from "../chunk/BFTV6myl.js";
6
+ import y from "@unicom-cloud/utils/class-name";
7
+ const N = {}, O = [
8
8
  "zIndex",
9
9
  "width",
10
10
  "height",
@@ -16,21 +16,21 @@ const y = {}, N = [
16
16
  "offset",
17
17
  "getContainer"
18
18
  ];
19
- function O(c, S) {
20
- var f;
21
- const r = u(h), t = k(
19
+ function S(c, W) {
20
+ var f, m;
21
+ const e = p(k), t = w(
22
22
  c,
23
- y,
24
- (f = r.componentConfig) == null ? void 0 : f.Watermark
25
- ), n = p(), o = d(() => {
26
- var e;
27
- return n.current || ((e = t.getContainer) == null ? void 0 : e.call(t));
28
- }, [n.current, t.getContainer]), s = N.reduce((e, a) => (a in t && (e[a] = t[a]), e), {}), { setWatermark: m } = x({
23
+ N,
24
+ (f = e.componentConfig) == null ? void 0 : f.Watermark
25
+ ), n = d(null), o = C(() => {
26
+ var r;
27
+ return n.current || ((r = t.getContainer) == null ? void 0 : r.call(t));
28
+ }, [n.current, t.getContainer]), s = O.reduce((r, a) => (a in t && (r[a] = t[a]), r), {}), { setWatermark: l } = x({
29
29
  ...s,
30
30
  getContainer: o
31
31
  });
32
- C(() => {
33
- m({
32
+ h(() => {
33
+ l({
34
34
  ...s,
35
35
  getContainer: o
36
36
  });
@@ -46,12 +46,12 @@ function O(c, S) {
46
46
  JSON.stringify(t.offset),
47
47
  o
48
48
  ]);
49
- const i = r.getPrefixCls("watermark");
50
- return t.children ? /* @__PURE__ */ l(
49
+ const i = (m = e.getPrefixCls) == null ? void 0 : m.call(e, "watermark");
50
+ return t.children ? /* @__PURE__ */ u(
51
51
  "div",
52
52
  {
53
- className: w(`${i}`, t.className, {
54
- [`${i}-rtl`]: r.rtl
53
+ className: y(`${i}`, t.className, {
54
+ [`${i}-rtl`]: e.rtl
55
55
  }),
56
56
  style: t.style,
57
57
  ref: n,
@@ -59,8 +59,8 @@ function O(c, S) {
59
59
  }
60
60
  ) : null;
61
61
  }
62
- const $ = g(O);
62
+ const b = g(S);
63
63
  export {
64
- O as WatermarkComponent,
65
- $ as default
64
+ S as WatermarkComponent,
65
+ b as default
66
66
  };