@gobolt/genesis 0.0.7 → 0.0.9

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 (254) hide show
  1. package/README.md +18 -2
  2. package/dist/{AntdIcon-Bsnbyy6g.js → AntdIcon-BoLh1dP8.js} +37 -35
  3. package/dist/CheckOutlined-CeTKr6II.js +13 -0
  4. package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-DXCxlIQL.js} +2 -2
  5. package/dist/CloseOutlined-ClXDNn82.js +13 -0
  6. package/dist/{Compact-CJBo3f0u.js → Compact-CGY560JF.js} +45 -53
  7. package/dist/{ContextIsolator-CGkdKtc3.js → ContextIsolator-D5x2Ih51.js} +2 -2
  8. package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-C0Kj5KQV.js} +2 -2
  9. package/dist/{CheckOutlined-DAynWe12.js → KeyCode-DM2sFh3-.js} +10 -20
  10. package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
  11. package/dist/Overflow-PBZD-PFm.js +360 -0
  12. package/dist/PurePanel-BqPLRtc2.js +203 -0
  13. package/dist/SearchOutlined-BP3Z2K6j.js +13 -0
  14. package/dist/{TextArea-3MOYYuAQ.js → TextArea-DKwCct3i.js} +26 -16
  15. package/dist/Typography-aGoDUl4R.js +710 -0
  16. package/dist/bundle.css +1204 -0
  17. package/dist/{button-BNV2qdrP.js → button-CDQgO1OK.js} +200 -197
  18. package/dist/collapse-Dtpt-6W_.js +20 -0
  19. package/dist/components/Badge/Badge.d.ts +6 -0
  20. package/dist/components/Badge/Badge.js +103 -0
  21. package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
  22. package/dist/components/Badge/__tests__/Badge.test.js +18 -0
  23. package/dist/components/Badge/icons/ASN.d.ts +2 -0
  24. package/dist/components/Badge/icons/ASN.js +23 -0
  25. package/dist/components/Badge/icons/Appointment.d.ts +2 -0
  26. package/dist/components/Badge/icons/Appointment.js +23 -0
  27. package/dist/components/Badge/icons/Inventory.d.ts +2 -0
  28. package/dist/components/Badge/icons/Inventory.js +23 -0
  29. package/dist/components/Badge/icons/Parcel.d.ts +2 -0
  30. package/dist/components/Badge/icons/Parcel.js +23 -0
  31. package/dist/components/Badge/icons/Product.d.ts +2 -0
  32. package/dist/components/Badge/icons/Product.js +23 -0
  33. package/dist/components/Badge/icons/Route.d.ts +2 -0
  34. package/dist/components/Badge/icons/Route.js +23 -0
  35. package/dist/components/Badge/icons/Shipment.d.ts +2 -0
  36. package/dist/components/Badge/icons/Shipment.js +23 -0
  37. package/dist/components/Badge/icons/ShoppingCart.d.ts +2 -0
  38. package/dist/components/Badge/icons/ShoppingCart.js +23 -0
  39. package/dist/components/Badge/icons/System.d.ts +2 -0
  40. package/dist/components/Badge/icons/System.js +23 -0
  41. package/dist/components/Badge/index.d.ts +2 -0
  42. package/dist/components/Badge/index.js +4 -0
  43. package/dist/components/Badge/styles.d.ts +3 -0
  44. package/dist/components/Badge/styles.js +34 -0
  45. package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
  46. package/dist/components/Breadcrumb/Breadcrumb.js +11 -0
  47. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +22 -0
  48. package/dist/components/Breadcrumb/Breadcrumb.types.js +1 -0
  49. package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +10 -0
  50. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +23 -0
  51. package/dist/components/Breadcrumb/index.d.ts +3 -0
  52. package/dist/components/Breadcrumb/index.js +4 -0
  53. package/dist/components/Breadcrumb/styles.d.ts +27 -0
  54. package/dist/components/Breadcrumb/styles.js +2436 -0
  55. package/dist/components/Button/Button.d.ts +14 -0
  56. package/dist/components/Button/Button.js +22 -0
  57. package/dist/components/Button/__tests__/Button.test.js +16 -0
  58. package/dist/components/Button/styles.d.ts +16 -0
  59. package/dist/components/{atoms/button → Button}/styles.js +12 -12
  60. package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
  61. package/dist/components/Checkbox/Checkbox.js +40 -0
  62. package/dist/components/{atoms/checkbox → Checkbox}/__tests__/Checkbox.test.js +1 -1
  63. package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +5 -0
  64. package/dist/components/{atoms/checkbox → Checkbox}/styles.js +97 -96
  65. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +8 -0
  66. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +40 -0
  67. package/dist/components/ErrorBoundaryFallback/index.d.ts +2 -0
  68. package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +22 -21
  69. package/dist/components/Form/Form.d.ts +26 -0
  70. package/dist/components/Form/Form.js +8 -0
  71. package/dist/components/Form/__stories__/FormStory.js +93 -0
  72. package/dist/components/Form/__tests__/form.test.d.ts +1 -0
  73. package/dist/components/Form/__tests__/form.test.js +18 -0
  74. package/dist/components/Form/index.js +4 -0
  75. package/dist/components/Form/styles.d.ts +3 -0
  76. package/dist/components/Form/styles.js +5 -0
  77. package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
  78. package/dist/components/Input/Input.js +19 -0
  79. package/dist/components/{atoms/input → Input}/__stories__/Input.stories.d.ts +5 -1
  80. package/dist/components/Input/__tests__/Input.test.d.ts +1 -0
  81. package/dist/components/Input/__tests__/Input.test.js +24 -0
  82. package/dist/components/{atoms/input → Input}/styles.d.ts +2 -0
  83. package/dist/components/Input/styles.js +529 -0
  84. package/dist/components/Message/Message.d.ts +13 -0
  85. package/dist/components/Message/Message.js +78 -0
  86. package/dist/components/Message/__stories__/Message.stories.d.ts +15 -0
  87. package/dist/components/Message/__tests__/Message.test.d.ts +1 -0
  88. package/dist/components/Message/__tests__/Message.test.js +42 -0
  89. package/dist/components/Message/index.d.ts +2 -0
  90. package/dist/components/Message/index.js +4 -0
  91. package/dist/components/Message/styles.d.ts +8 -0
  92. package/dist/components/Message/styles.js +41 -0
  93. package/dist/components/Notification/Notification.d.ts +17 -0
  94. package/dist/components/Notification/Notification.js +1370 -0
  95. package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
  96. package/dist/components/Notification/NotificationRightChevron.js +23 -0
  97. package/dist/components/Notification/__stories__/Notification.stories.d.ts +10 -0
  98. package/dist/components/Notification/__tests__/Notification.test.d.ts +1 -0
  99. package/dist/components/Notification/__tests__/Notification.test.js +15 -0
  100. package/dist/components/Notification/index.d.ts +2 -0
  101. package/dist/components/Notification/index.js +4 -0
  102. package/dist/components/Notification/styles.d.ts +16 -0
  103. package/dist/components/Notification/styles.js +65 -0
  104. package/dist/components/Radio/Radio.d.ts +14 -0
  105. package/dist/components/Radio/Radio.js +28 -0
  106. package/dist/components/Radio/RadioGroup.d.ts +12 -0
  107. package/dist/components/Radio/RadioGroup.js +33 -0
  108. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +9 -0
  109. package/dist/components/Radio/__tests__/RadioGroup.test.d.ts +1 -0
  110. package/dist/components/Radio/__tests__/RadioGroup.test.js +30 -0
  111. package/dist/components/Radio/index.d.ts +2 -0
  112. package/dist/components/Radio/index.js +4 -0
  113. package/dist/components/Radio/states/RadioChecked.d.ts +2 -0
  114. package/dist/components/Radio/states/RadioChecked.js +18 -0
  115. package/dist/components/Radio/states/RadioCheckedDisabled.d.ts +2 -0
  116. package/dist/components/Radio/states/RadioCheckedDisabled.js +18 -0
  117. package/dist/components/Radio/states/RadioCheckedFocussed.d.ts +2 -0
  118. package/dist/components/Radio/states/RadioCheckedFocussed.js +30 -0
  119. package/dist/components/Radio/states/RadioCheckedHover.d.ts +2 -0
  120. package/dist/components/Radio/states/RadioCheckedHover.js +18 -0
  121. package/dist/components/Radio/states/RadioUnchecked.d.ts +2 -0
  122. package/dist/components/Radio/states/RadioUnchecked.js +15 -0
  123. package/dist/components/Radio/states/RadioUncheckedDisabled.d.ts +2 -0
  124. package/dist/components/Radio/states/RadioUncheckedDisabled.js +15 -0
  125. package/dist/components/Radio/states/RadioUncheckedFocussed.d.ts +2 -0
  126. package/dist/components/Radio/states/RadioUncheckedFocussed.js +29 -0
  127. package/dist/components/Radio/states/RadioUncheckedHover.d.ts +2 -0
  128. package/dist/components/Radio/states/RadioUncheckedHover.js +18 -0
  129. package/dist/components/Select/DropdownChevron.d.ts +2 -0
  130. package/dist/components/Select/DropdownChevron.js +23 -0
  131. package/dist/components/Select/Select.d.ts +16 -0
  132. package/dist/components/Select/Select.js +36 -0
  133. package/dist/components/{atoms/select → Select}/__stories__/Select.stories.d.ts +3 -1
  134. package/dist/components/Select/__tests__/Select.test.d.ts +1 -0
  135. package/dist/components/{atoms/select → Select}/__tests__/Select.test.js +1165 -1140
  136. package/dist/components/Select/styles.d.ts +32 -0
  137. package/dist/components/{atoms/select → Select}/styles.js +1517 -1651
  138. package/dist/components/Toast/Toast.d.ts +14 -0
  139. package/dist/components/Toast/Toast.js +19 -0
  140. package/dist/components/Toast/__stories__/Toast.stories.d.ts +16 -0
  141. package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
  142. package/dist/components/Toast/__tests__/Toast.test.js +18 -0
  143. package/dist/components/Toast/index.d.ts +2 -0
  144. package/dist/components/Toast/index.js +4 -0
  145. package/dist/components/Toast/styles.d.ts +10 -0
  146. package/dist/components/Toast/styles.js +54 -0
  147. package/dist/components/Typography/Typography.d.ts +15 -0
  148. package/dist/components/Typography/Typography.js +8 -0
  149. package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +1 -0
  150. package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
  151. package/dist/components/Typography/__tests__/Typography.test.js +23 -0
  152. package/dist/components/Typography/index.js +4 -0
  153. package/dist/components/Typography/styles.d.ts +21 -0
  154. package/dist/components/Typography/styles.js +48 -0
  155. package/dist/components/index.d.ts +26 -14
  156. package/dist/components/index.js +23 -13
  157. package/dist/constants/index.d.ts +104 -0
  158. package/dist/constants/index.js +41 -7
  159. package/dist/{context-CZsFJmh6.js → context-BMW3aJEf.js} +162 -161
  160. package/dist/genesis/GenesisThemeBreakdown.js +54 -24
  161. package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
  162. package/dist/genesis/GenesisThemeDemo.js +3 -4
  163. package/dist/genesis/styles.js +1095 -2186
  164. package/dist/{index-C7kFNqp2.js → index-1CBpubM3.js} +36 -36
  165. package/dist/{index-3MWkSVA1.js → index-BZAhCB_K.js} +6 -5
  166. package/dist/{index-D1v_7IIx.js → index-C0SmxWLS.js} +95 -94
  167. package/dist/index-C8haFnXI.js +1112 -0
  168. package/dist/{index-VDH3iLaC.js → index-CfDY25LP.js} +298 -309
  169. package/dist/{index-SAAXFt-P.js → index-DPW8XdWj.js} +255 -249
  170. package/dist/{index-BQO27mgE.js → index-bKlRxQp4.js} +52 -51
  171. package/dist/index-oK7z6jnz.js +22795 -0
  172. package/dist/index.d.ts +2 -0
  173. package/dist/index.js +31 -18
  174. package/dist/{isVisible-CNQjrJPN.js → isVisible-A-IfeFoT.js} +34 -33
  175. package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-D2FWSwU3.js} +1 -1
  176. package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-B0YTfcV1.js} +16 -26
  177. package/dist/providers/GenesisProvider.js +9 -5
  178. package/dist/providers/ThemeProvider.d.ts +2 -2
  179. package/dist/providers/ThemeProvider.js +4 -1
  180. package/dist/providers/ToastProvider.d.ts +13 -0
  181. package/dist/providers/ToastProvider.js +20 -0
  182. package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
  183. package/dist/providers/index.d.ts +1 -1
  184. package/dist/providers/index.js +4 -4
  185. package/dist/providers/useGenesis.d.ts +7 -0
  186. package/dist/providers/useGenesis.js +6 -0
  187. package/dist/{setup-CMYVZCPF.js → setup-BvfREoHl.js} +6948 -6940
  188. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +22 -16
  189. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +21 -15
  190. package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
  191. package/dist/styles/design-tokens/variables.d.ts +17 -17
  192. package/dist/styles/design-tokens/variables.js +48 -48
  193. package/dist/styles/global-styles.d.ts +1 -0
  194. package/dist/styles/global-styles.js +13 -29
  195. package/dist/styles/theme/genesis-theme.d.ts +3 -0
  196. package/dist/styles/theme/genesis-theme.js +461 -277
  197. package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
  198. package/dist/{Form-Cylpi4M4.js → styles-CT_fyXBd.js} +417 -424
  199. package/dist/test/setup.js +2 -1
  200. package/dist/useLocale-DT-z_vQ6.js +16 -0
  201. package/dist/{useVariants-CEpw6Ww6.js → useVariants-DvhXfgJY.js} +9 -8
  202. package/dist/warning-C63HNL9U.js +789 -0
  203. package/package.json +10 -4
  204. package/dist/Overflow-CP1M4Z0s.js +0 -369
  205. package/dist/components/atoms/button/Button.d.ts +0 -12
  206. package/dist/components/atoms/button/Button.js +0 -27
  207. package/dist/components/atoms/button/styles.d.ts +0 -12
  208. package/dist/components/atoms/checkbox/Checkbox.js +0 -13
  209. package/dist/components/atoms/index.d.ts +0 -1
  210. package/dist/components/atoms/index.js +0 -3
  211. package/dist/components/atoms/input/Input.js +0 -12
  212. package/dist/components/atoms/input/__tests__/Input.test.js +0 -28
  213. package/dist/components/atoms/input/styles.js +0 -415
  214. package/dist/components/atoms/select/Select.d.ts +0 -11
  215. package/dist/components/atoms/select/Select.js +0 -24
  216. package/dist/components/atoms/select/styles.d.ts +0 -15
  217. package/dist/components/atoms/typography/Typography.d.ts +0 -11
  218. package/dist/components/atoms/typography/Typography.js +0 -44
  219. package/dist/components/atoms/typography/__tests__/Typography.test.js +0 -16
  220. package/dist/components/atoms/typography/index.js +0 -4
  221. package/dist/components/atoms/typography/styles.d.ts +0 -11
  222. package/dist/components/atoms/typography/styles.js +0 -28
  223. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +0 -10
  224. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
  225. package/dist/components/molecules/error-boundary-fallback/index.d.ts +0 -1
  226. package/dist/components/molecules/form/Form.d.ts +0 -15
  227. package/dist/components/molecules/form/Form.js +0 -7
  228. package/dist/components/molecules/form/__stories__/FormStory.js +0 -90
  229. package/dist/components/molecules/form/index.js +0 -4
  230. package/dist/index-BPtFqhcp.js +0 -19110
  231. package/dist/index-BWys7dkb.js +0 -4462
  232. package/dist/styles/theme/global-styles.d.ts +0 -1
  233. package/dist/styles/theme/global-styles.js +0 -35
  234. /package/dist/components/{atoms/checkbox/__tests__/Checkbox.test.d.ts → Badge/__tests__/Badge.test.d.ts} +0 -0
  235. /package/dist/components/{atoms/input/__tests__/Input.test.d.ts → Breadcrumb/__tests__/Breadcrumb.test.d.ts} +0 -0
  236. /package/dist/components/{atoms/button → Button}/__stories__/Button.stories.d.ts +0 -0
  237. /package/dist/components/{atoms/select/__tests__/Select.test.d.ts → Button/__tests__/Button.test.d.ts} +0 -0
  238. /package/dist/components/{atoms/button → Button}/index.d.ts +0 -0
  239. /package/dist/components/{atoms/button → Button}/index.js +0 -0
  240. /package/dist/components/{atoms/checkbox → Checkbox}/__stories__/Checkbox.stories.d.ts +0 -0
  241. /package/dist/components/{atoms/typography/__tests__/Typography.test.d.ts → Checkbox/__tests__/Checkbox.test.d.ts} +0 -0
  242. /package/dist/components/{atoms/checkbox → Checkbox}/index.d.ts +0 -0
  243. /package/dist/components/{atoms/checkbox → Checkbox}/index.js +0 -0
  244. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -0
  245. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/index.js +0 -0
  246. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.d.ts +0 -0
  247. /package/dist/components/{molecules/form → Form}/__stories__/Form.stories.d.ts +0 -0
  248. /package/dist/components/{molecules/form → Form}/__stories__/FormStory.d.ts +0 -0
  249. /package/dist/components/{molecules/form → Form}/index.d.ts +0 -0
  250. /package/dist/components/{atoms/input → Input}/index.d.ts +0 -0
  251. /package/dist/components/{atoms/input → Input}/index.js +0 -0
  252. /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
  253. /package/dist/components/{atoms/select → Select}/index.js +0 -0
  254. /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
@@ -0,0 +1,360 @@
1
+ import { w as Ze, b as et, r as tt, n as nt } from "./index-oK7z6jnz.js";
2
+ import * as a from "react";
3
+ import rt, { useState as se, useMemo as Ce, useCallback as Ie } from "react";
4
+ import { e as P, a as _, c as oe, _ as x, f as g } from "./warning-C63HNL9U.js";
5
+ import { K as S, i as at } from "./index-CfDY25LP.js";
6
+ import { R as Ne } from "./index-bKlRxQp4.js";
7
+ const it = new S("antSlideUpIn", {
8
+ "0%": {
9
+ transform: "scaleY(0.8)",
10
+ transformOrigin: "0% 0%",
11
+ opacity: 0
12
+ },
13
+ "100%": {
14
+ transform: "scaleY(1)",
15
+ transformOrigin: "0% 0%",
16
+ opacity: 1
17
+ }
18
+ }), st = new S("antSlideUpOut", {
19
+ "0%": {
20
+ transform: "scaleY(1)",
21
+ transformOrigin: "0% 0%",
22
+ opacity: 1
23
+ },
24
+ "100%": {
25
+ transform: "scaleY(0.8)",
26
+ transformOrigin: "0% 0%",
27
+ opacity: 0
28
+ }
29
+ }), ot = new S("antSlideDownIn", {
30
+ "0%": {
31
+ transform: "scaleY(0.8)",
32
+ transformOrigin: "100% 100%",
33
+ opacity: 0
34
+ },
35
+ "100%": {
36
+ transform: "scaleY(1)",
37
+ transformOrigin: "100% 100%",
38
+ opacity: 1
39
+ }
40
+ }), ft = new S("antSlideDownOut", {
41
+ "0%": {
42
+ transform: "scaleY(1)",
43
+ transformOrigin: "100% 100%",
44
+ opacity: 1
45
+ },
46
+ "100%": {
47
+ transform: "scaleY(0.8)",
48
+ transformOrigin: "100% 100%",
49
+ opacity: 0
50
+ }
51
+ }), lt = new S("antSlideLeftIn", {
52
+ "0%": {
53
+ transform: "scaleX(0.8)",
54
+ transformOrigin: "0% 0%",
55
+ opacity: 0
56
+ },
57
+ "100%": {
58
+ transform: "scaleX(1)",
59
+ transformOrigin: "0% 0%",
60
+ opacity: 1
61
+ }
62
+ }), ut = new S("antSlideLeftOut", {
63
+ "0%": {
64
+ transform: "scaleX(1)",
65
+ transformOrigin: "0% 0%",
66
+ opacity: 1
67
+ },
68
+ "100%": {
69
+ transform: "scaleX(0.8)",
70
+ transformOrigin: "0% 0%",
71
+ opacity: 0
72
+ }
73
+ }), ct = new S("antSlideRightIn", {
74
+ "0%": {
75
+ transform: "scaleX(0.8)",
76
+ transformOrigin: "100% 0%",
77
+ opacity: 0
78
+ },
79
+ "100%": {
80
+ transform: "scaleX(1)",
81
+ transformOrigin: "100% 0%",
82
+ opacity: 1
83
+ }
84
+ }), dt = new S("antSlideRightOut", {
85
+ "0%": {
86
+ transform: "scaleX(1)",
87
+ transformOrigin: "100% 0%",
88
+ opacity: 1
89
+ },
90
+ "100%": {
91
+ transform: "scaleX(0.8)",
92
+ transformOrigin: "100% 0%",
93
+ opacity: 0
94
+ }
95
+ }), mt = {
96
+ "slide-up": {
97
+ inKeyframes: it,
98
+ outKeyframes: st
99
+ },
100
+ "slide-down": {
101
+ inKeyframes: ot,
102
+ outKeyframes: ft
103
+ },
104
+ "slide-left": {
105
+ inKeyframes: lt,
106
+ outKeyframes: ut
107
+ },
108
+ "slide-right": {
109
+ inKeyframes: ct,
110
+ outKeyframes: dt
111
+ }
112
+ }, Kt = (e, s) => {
113
+ const {
114
+ antCls: l
115
+ } = e, i = `${l}-${s}`, {
116
+ inKeyframes: f,
117
+ outKeyframes: r
118
+ } = mt[s];
119
+ return [at(i, f, r, e.motionDurationMid), {
120
+ [`
121
+ ${i}-enter,
122
+ ${i}-appear
123
+ `]: {
124
+ transform: "scale(0)",
125
+ transformOrigin: "0% 0%",
126
+ opacity: 0,
127
+ animationTimingFunction: e.motionEaseOutQuint,
128
+ "&-prepare": {
129
+ transform: "scale(1)"
130
+ }
131
+ },
132
+ [`${i}-leave`]: {
133
+ animationTimingFunction: e.motionEaseInQuint
134
+ }
135
+ }];
136
+ };
137
+ var vt = ["prefixCls", "invalidate", "item", "renderItem", "responsive", "responsiveDisabled", "registerSize", "itemKey", "className", "style", "children", "display", "order", "component"], b = void 0;
138
+ function yt(e, s) {
139
+ var l = e.prefixCls, i = e.invalidate, f = e.item, r = e.renderItem, u = e.responsive, p = e.responsiveDisabled, m = e.registerSize, C = e.itemKey, I = e.className, B = e.style, H = e.children, q = e.display, c = e.order, $ = e.component, U = $ === void 0 ? "div" : $, K = P(e, vt), v = u && !q;
140
+ function X(R) {
141
+ m(C, R);
142
+ }
143
+ a.useEffect(function() {
144
+ return function() {
145
+ X(null);
146
+ };
147
+ }, []);
148
+ var J = r && f !== b ? r(f, {
149
+ index: c
150
+ }) : H, N;
151
+ i || (N = {
152
+ opacity: v ? 0 : 1,
153
+ height: v ? 0 : b,
154
+ overflowY: v ? "hidden" : b,
155
+ order: u ? c : b,
156
+ pointerEvents: v ? "none" : b,
157
+ position: v ? "absolute" : b
158
+ });
159
+ var A = {};
160
+ v && (A["aria-hidden"] = !0);
161
+ var E = /* @__PURE__ */ a.createElement(U, _({
162
+ className: oe(!i && l, I),
163
+ style: x(x({}, N), B)
164
+ }, A, K, {
165
+ ref: s
166
+ }), J);
167
+ return u && (E = /* @__PURE__ */ a.createElement(Ne, {
168
+ onResize: function(Z) {
169
+ var Y = Z.offsetWidth;
170
+ X(Y);
171
+ },
172
+ disabled: p
173
+ }, E)), E;
174
+ }
175
+ var W = /* @__PURE__ */ a.forwardRef(yt);
176
+ W.displayName = "Item";
177
+ function gt(e) {
178
+ if (typeof MessageChannel > "u")
179
+ Ze(e);
180
+ else {
181
+ var s = new MessageChannel();
182
+ s.port1.onmessage = function() {
183
+ return e();
184
+ }, s.port2.postMessage(void 0);
185
+ }
186
+ }
187
+ function pt() {
188
+ var e = a.useRef(null), s = function(i) {
189
+ e.current || (e.current = [], gt(function() {
190
+ tt.unstable_batchedUpdates(function() {
191
+ e.current.forEach(function(f) {
192
+ f();
193
+ }), e.current = null;
194
+ });
195
+ })), e.current.push(i);
196
+ };
197
+ return s;
198
+ }
199
+ function M(e, s) {
200
+ var l = a.useState(s), i = g(l, 2), f = i[0], r = i[1], u = et(function(p) {
201
+ e(function() {
202
+ r(p);
203
+ });
204
+ });
205
+ return [f, u];
206
+ }
207
+ var G = /* @__PURE__ */ rt.createContext(null), Rt = ["component"], St = ["className"], Et = ["className"], ht = function(s, l) {
208
+ var i = a.useContext(G);
209
+ if (!i) {
210
+ var f = s.component, r = f === void 0 ? "div" : f, u = P(s, Rt);
211
+ return /* @__PURE__ */ a.createElement(r, _({}, u, {
212
+ ref: l
213
+ }));
214
+ }
215
+ var p = i.className, m = P(i, St), C = s.className, I = P(s, Et);
216
+ return /* @__PURE__ */ a.createElement(G.Provider, {
217
+ value: null
218
+ }, /* @__PURE__ */ a.createElement(W, _({
219
+ ref: l,
220
+ className: oe(p, C)
221
+ }, m, I)));
222
+ }, Oe = /* @__PURE__ */ a.forwardRef(ht);
223
+ Oe.displayName = "RawItem";
224
+ var wt = ["prefixCls", "data", "renderItem", "renderRawItem", "itemKey", "itemWidth", "ssr", "style", "className", "maxCount", "renderRest", "renderRawRest", "suffix", "component", "itemComponent", "onVisibleChange"], be = "responsive", xe = "invalidate";
225
+ function _t(e) {
226
+ return "+ ".concat(e.length, " ...");
227
+ }
228
+ function Ct(e, s) {
229
+ var l = e.prefixCls, i = l === void 0 ? "rc-overflow" : l, f = e.data, r = f === void 0 ? [] : f, u = e.renderItem, p = e.renderRawItem, m = e.itemKey, C = e.itemWidth, I = C === void 0 ? 10 : C, B = e.ssr, H = e.style, q = e.className, c = e.maxCount, $ = e.renderRest, U = e.renderRawRest, K = e.suffix, v = e.component, X = v === void 0 ? "div" : v, J = e.itemComponent, N = e.onVisibleChange, A = P(e, wt), E = B === "full", R = pt(), Z = M(R, null), Y = g(Z, 2), F = Y[0], Ke = Y[1], h = F || 0, De = M(R, /* @__PURE__ */ new Map()), fe = g(De, 2), le = fe[0], ze = fe[1], Me = M(R, 0), ue = g(Me, 2), Pe = ue[0], We = ue[1], $e = M(R, 0), ce = g($e, 2), L = ce[0], Ue = ce[1], Xe = M(R, 0), de = g(Xe, 2), T = de[0], Ae = de[1], Ye = se(null), me = g(Ye, 2), ee = me[0], ve = me[1], Fe = se(null), ye = g(Fe, 2), V = ye[0], Le = ye[1], O = a.useMemo(function() {
230
+ return V === null && E ? Number.MAX_SAFE_INTEGER : V || 0;
231
+ }, [V, F]), Te = se(!1), ge = g(Te, 2), Ve = ge[0], ke = ge[1], te = "".concat(i, "-item"), pe = Math.max(Pe, L), ne = c === be, y = r.length && ne, Re = c === xe, je = y || typeof c == "number" && r.length > c, w = Ce(function() {
232
+ var t = r;
233
+ return y ? F === null && E ? t = r : t = r.slice(0, Math.min(r.length, h / I)) : typeof c == "number" && (t = r.slice(0, c)), t;
234
+ }, [r, I, F, c, y]), re = Ce(function() {
235
+ return y ? r.slice(O + 1) : r.slice(w.length);
236
+ }, [r, w, y, O]), k = Ie(function(t, n) {
237
+ var o;
238
+ return typeof m == "function" ? m(t) : (o = m && (t == null ? void 0 : t[m])) !== null && o !== void 0 ? o : n;
239
+ }, [m]), Ge = Ie(u || function(t) {
240
+ return t;
241
+ }, [u]);
242
+ function j(t, n, o) {
243
+ V === t && (n === void 0 || n === ee) || (Le(t), o || (ke(t < r.length - 1), N == null || N(t)), n !== void 0 && ve(n));
244
+ }
245
+ function Qe(t, n) {
246
+ Ke(n.clientWidth);
247
+ }
248
+ function Se(t, n) {
249
+ ze(function(o) {
250
+ var d = new Map(o);
251
+ return n === null ? d.delete(t) : d.set(t, n), d;
252
+ });
253
+ }
254
+ function Be(t, n) {
255
+ Ue(n), We(L);
256
+ }
257
+ function He(t, n) {
258
+ Ae(n);
259
+ }
260
+ function ae(t) {
261
+ return le.get(k(w[t], t));
262
+ }
263
+ nt(function() {
264
+ if (h && typeof pe == "number" && w) {
265
+ var t = T, n = w.length, o = n - 1;
266
+ if (!n) {
267
+ j(0, null);
268
+ return;
269
+ }
270
+ for (var d = 0; d < n; d += 1) {
271
+ var z = ae(d);
272
+ if (E && (z = z || 0), z === void 0) {
273
+ j(d - 1, void 0, !0);
274
+ break;
275
+ }
276
+ if (t += z, // Only one means `totalWidth` is the final width
277
+ o === 0 && t <= h || // Last two width will be the final width
278
+ d === o - 1 && t + ae(o) <= h) {
279
+ j(o, null);
280
+ break;
281
+ } else if (t + pe > h) {
282
+ j(d - 1, t - z - T + L);
283
+ break;
284
+ }
285
+ }
286
+ K && ae(0) + T > h && ve(null);
287
+ }
288
+ }, [h, le, L, T, k, w]);
289
+ var Ee = Ve && !!re.length, he = {};
290
+ ee !== null && y && (he = {
291
+ position: "absolute",
292
+ left: ee,
293
+ top: 0
294
+ });
295
+ var D = {
296
+ prefixCls: te,
297
+ responsive: y,
298
+ component: J,
299
+ invalidate: Re
300
+ }, qe = p ? function(t, n) {
301
+ var o = k(t, n);
302
+ return /* @__PURE__ */ a.createElement(G.Provider, {
303
+ key: o,
304
+ value: x(x({}, D), {}, {
305
+ order: n,
306
+ item: t,
307
+ itemKey: o,
308
+ registerSize: Se,
309
+ display: n <= O
310
+ })
311
+ }, p(t, n));
312
+ } : function(t, n) {
313
+ var o = k(t, n);
314
+ return /* @__PURE__ */ a.createElement(W, _({}, D, {
315
+ order: n,
316
+ key: o,
317
+ item: t,
318
+ renderItem: Ge,
319
+ itemKey: o,
320
+ registerSize: Se,
321
+ display: n <= O
322
+ }));
323
+ }, we = {
324
+ order: Ee ? O : Number.MAX_SAFE_INTEGER,
325
+ className: "".concat(te, "-rest"),
326
+ registerSize: Be,
327
+ display: Ee
328
+ }, ie = $ || _t, Je = U ? /* @__PURE__ */ a.createElement(G.Provider, {
329
+ value: x(x({}, D), we)
330
+ }, U(re)) : /* @__PURE__ */ a.createElement(W, _({}, D, we), typeof ie == "function" ? ie(re) : ie), _e = /* @__PURE__ */ a.createElement(X, _({
331
+ className: oe(!Re && i, q),
332
+ style: H,
333
+ ref: s
334
+ }, A), w.map(qe), je ? Je : null, K && /* @__PURE__ */ a.createElement(W, _({}, D, {
335
+ responsive: ne,
336
+ responsiveDisabled: !y,
337
+ order: O,
338
+ className: "".concat(te, "-suffix"),
339
+ registerSize: He,
340
+ display: !0,
341
+ style: he
342
+ }), K));
343
+ return ne ? /* @__PURE__ */ a.createElement(Ne, {
344
+ onResize: Qe,
345
+ disabled: !y
346
+ }, _e) : _e;
347
+ }
348
+ var Q = /* @__PURE__ */ a.forwardRef(Ct);
349
+ Q.displayName = "Overflow";
350
+ Q.Item = Oe;
351
+ Q.RESPONSIVE = be;
352
+ Q.INVALIDATE = xe;
353
+ export {
354
+ Q as F,
355
+ ot as a,
356
+ st as b,
357
+ ft as c,
358
+ Kt as i,
359
+ it as s
360
+ };
@@ -0,0 +1,203 @@
1
+ import { a as K } from "./warning-C63HNL9U.js";
2
+ import * as t from "react";
3
+ import { I as x } from "./AntdIcon-BoLh1dP8.js";
4
+ import { a as E, C as j } from "./index-oK7z6jnz.js";
5
+ import { K as r, i as D } from "./index-CfDY25LP.js";
6
+ import { u as $ } from "./isVisible-A-IfeFoT.js";
7
+ var z = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, name: "down", theme: "outlined" }, L = function(n, s) {
8
+ return /* @__PURE__ */ t.createElement(x, K({}, n, {
9
+ ref: s,
10
+ icon: z
11
+ }));
12
+ }, S = /* @__PURE__ */ t.forwardRef(L);
13
+ process.env.NODE_ENV !== "production" && (S.displayName = "DownOutlined");
14
+ const U = new r("antMoveDownIn", {
15
+ "0%": {
16
+ transform: "translate3d(0, 100%, 0)",
17
+ transformOrigin: "0 0",
18
+ opacity: 0
19
+ },
20
+ "100%": {
21
+ transform: "translate3d(0, 0, 0)",
22
+ transformOrigin: "0 0",
23
+ opacity: 1
24
+ }
25
+ }), W = new r("antMoveDownOut", {
26
+ "0%": {
27
+ transform: "translate3d(0, 0, 0)",
28
+ transformOrigin: "0 0",
29
+ opacity: 1
30
+ },
31
+ "100%": {
32
+ transform: "translate3d(0, 100%, 0)",
33
+ transformOrigin: "0 0",
34
+ opacity: 0
35
+ }
36
+ }), B = new r("antMoveLeftIn", {
37
+ "0%": {
38
+ transform: "translate3d(-100%, 0, 0)",
39
+ transformOrigin: "0 0",
40
+ opacity: 0
41
+ },
42
+ "100%": {
43
+ transform: "translate3d(0, 0, 0)",
44
+ transformOrigin: "0 0",
45
+ opacity: 1
46
+ }
47
+ }), H = new r("antMoveLeftOut", {
48
+ "0%": {
49
+ transform: "translate3d(0, 0, 0)",
50
+ transformOrigin: "0 0",
51
+ opacity: 1
52
+ },
53
+ "100%": {
54
+ transform: "translate3d(-100%, 0, 0)",
55
+ transformOrigin: "0 0",
56
+ opacity: 0
57
+ }
58
+ }), T = new r("antMoveRightIn", {
59
+ "0%": {
60
+ transform: "translate3d(100%, 0, 0)",
61
+ transformOrigin: "0 0",
62
+ opacity: 0
63
+ },
64
+ "100%": {
65
+ transform: "translate3d(0, 0, 0)",
66
+ transformOrigin: "0 0",
67
+ opacity: 1
68
+ }
69
+ }), _ = new r("antMoveRightOut", {
70
+ "0%": {
71
+ transform: "translate3d(0, 0, 0)",
72
+ transformOrigin: "0 0",
73
+ opacity: 1
74
+ },
75
+ "100%": {
76
+ transform: "translate3d(100%, 0, 0)",
77
+ transformOrigin: "0 0",
78
+ opacity: 0
79
+ }
80
+ }), F = new r("antMoveUpIn", {
81
+ "0%": {
82
+ transform: "translate3d(0, -100%, 0)",
83
+ transformOrigin: "0 0",
84
+ opacity: 0
85
+ },
86
+ "100%": {
87
+ transform: "translate3d(0, 0, 0)",
88
+ transformOrigin: "0 0",
89
+ opacity: 1
90
+ }
91
+ }), q = new r("antMoveUpOut", {
92
+ "0%": {
93
+ transform: "translate3d(0, 0, 0)",
94
+ transformOrigin: "0 0",
95
+ opacity: 1
96
+ },
97
+ "100%": {
98
+ transform: "translate3d(0, -100%, 0)",
99
+ transformOrigin: "0 0",
100
+ opacity: 0
101
+ }
102
+ }), N = {
103
+ "move-up": {
104
+ inKeyframes: F,
105
+ outKeyframes: q
106
+ },
107
+ "move-down": {
108
+ inKeyframes: U,
109
+ outKeyframes: W
110
+ },
111
+ "move-left": {
112
+ inKeyframes: B,
113
+ outKeyframes: H
114
+ },
115
+ "move-right": {
116
+ inKeyframes: T,
117
+ outKeyframes: _
118
+ }
119
+ }, Q = (e, n) => {
120
+ const {
121
+ antCls: s
122
+ } = e, o = `${s}-${n}`, {
123
+ inKeyframes: i,
124
+ outKeyframes: l
125
+ } = N[n];
126
+ return [D(o, i, l, e.motionDurationMid), {
127
+ [`
128
+ ${o}-enter,
129
+ ${o}-appear
130
+ `]: {
131
+ opacity: 0,
132
+ animationTimingFunction: e.motionEaseOutCirc
133
+ },
134
+ [`${o}-leave`]: {
135
+ animationTimingFunction: e.motionEaseInOutCirc
136
+ }
137
+ }];
138
+ };
139
+ function V(e) {
140
+ return (n) => /* @__PURE__ */ t.createElement(E, {
141
+ theme: {
142
+ token: {
143
+ motion: !1,
144
+ zIndexPopupBase: 0
145
+ }
146
+ }
147
+ }, /* @__PURE__ */ t.createElement(e, Object.assign({}, n)));
148
+ }
149
+ const Z = (e, n, s, o, i) => V((f) => {
150
+ const {
151
+ prefixCls: y,
152
+ style: w
153
+ } = f, c = t.useRef(null), [h, I] = t.useState(0), [M, P] = t.useState(0), [u, C] = $(!1, {
154
+ value: f.open
155
+ }), {
156
+ getPrefixCls: b
157
+ } = t.useContext(j), p = b(o || "select", y);
158
+ t.useEffect(() => {
159
+ if (C(!0), typeof ResizeObserver < "u") {
160
+ const g = new ResizeObserver((a) => {
161
+ const m = a[0].target;
162
+ I(m.offsetHeight + 8), P(m.offsetWidth);
163
+ }), v = setInterval(() => {
164
+ var a;
165
+ const m = i ? `.${i(p)}` : `.${p}-dropdown`, O = (a = c.current) === null || a === void 0 ? void 0 : a.querySelector(m);
166
+ O && (clearInterval(v), g.observe(O));
167
+ }, 10);
168
+ return () => {
169
+ clearInterval(v), g.disconnect();
170
+ };
171
+ }
172
+ }, []);
173
+ let d = Object.assign(Object.assign({}, f), {
174
+ style: Object.assign(Object.assign({}, w), {
175
+ margin: 0
176
+ }),
177
+ open: u,
178
+ visible: u,
179
+ getPopupContainer: () => c.current
180
+ });
181
+ n && Object.assign(d, {
182
+ [n]: {
183
+ overflow: {
184
+ adjustX: !1,
185
+ adjustY: !1
186
+ }
187
+ }
188
+ });
189
+ const R = {
190
+ paddingBottom: h,
191
+ position: "relative",
192
+ minWidth: M
193
+ };
194
+ return /* @__PURE__ */ t.createElement("div", {
195
+ ref: c,
196
+ style: R
197
+ }, /* @__PURE__ */ t.createElement(e, Object.assign({}, d)));
198
+ });
199
+ export {
200
+ S as R,
201
+ Z as g,
202
+ Q as i
203
+ };
@@ -0,0 +1,13 @@
1
+ import { a as t } from "./warning-C63HNL9U.js";
2
+ import * as e from "react";
3
+ import { I as c } from "./AntdIcon-BoLh1dP8.js";
4
+ var o = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, name: "search", theme: "outlined" }, s = function(a, r) {
5
+ return /* @__PURE__ */ e.createElement(c, t({}, a, {
6
+ ref: r,
7
+ icon: o
8
+ }));
9
+ }, n = /* @__PURE__ */ e.forwardRef(s);
10
+ process.env.NODE_ENV !== "production" && (n.displayName = "SearchOutlined");
11
+ export {
12
+ n as R
13
+ };
@@ -1,16 +1,17 @@
1
1
  import * as K from "react";
2
2
  import f, { useRef as le, cloneElement as xn, forwardRef as We, useState as Me, useImperativeHandle as Ze, useEffect as $e, useContext as Sn } from "react";
3
- import { n as _e, z as T, m as $n, D as Qe, P as Cn, c as w, b as He, h as ie, _ as Ce, a as ne, d as Re, e as de, H as Je, A as Te, C as ke, F as en, G as yn, O as Le, B as Ve } from "./index-BWys7dkb.js";
4
- import { u as Pe, o as wn } from "./isVisible-CNQjrJPN.js";
5
- import { R as En } from "./index-BQO27mgE.js";
6
- import { R as Rn } from "./CloseCircleFilled-ZIY-u-27.js";
7
- import { u as nn, a as Fe, g as rn } from "./useVariants-CEpw6Ww6.js";
8
- import { u as tn, F as an } from "./context-CZsFJmh6.js";
9
- import { b as In, a as on } from "./Compact-CJBo3f0u.js";
10
- import { C as Ge } from "./ContextIsolator-CGkdKtc3.js";
3
+ import { c as w, d as _e, h as ie, a as Ce, _ as ne, e as Re, f as de } from "./warning-C63HNL9U.js";
4
+ import { m as He, q as T, g as $n, o as Qe, F as Cn, x as Je, v as Te, C as ke, D as en, t as yn, n as Le, w as Ve } from "./index-oK7z6jnz.js";
5
+ import { u as Pe, o as wn } from "./isVisible-A-IfeFoT.js";
6
+ import { R as En } from "./index-bKlRxQp4.js";
7
+ import { R as Rn } from "./CloseCircleFilled-DXCxlIQL.js";
8
+ import { u as nn, a as Fe, g as rn } from "./useVariants-DvhXfgJY.js";
9
+ import { u as tn, F as an } from "./context-BMW3aJEf.js";
10
+ import { b as In, a as on } from "./Compact-CGY560JF.js";
11
+ import { C as Ge } from "./ContextIsolator-D5x2Ih51.js";
11
12
  import { g as zn } from "./compact-item-DH13cl8A.js";
12
13
  function On(e) {
13
- return _e(e, {
14
+ return He(e, {
14
15
  inputAffixPadding: e.paddingXXS
15
16
  });
16
17
  }
@@ -68,7 +69,7 @@ const Bn = (e) => {
68
69
  "input[disabled], textarea[disabled]": {
69
70
  cursor: "not-allowed"
70
71
  },
71
- "&:hover:not([disabled])": Object.assign({}, An(_e(e, {
72
+ "&:hover:not([disabled])": Object.assign({}, An(He(e, {
72
73
  hoverBorderColor: e.colorBorder,
73
74
  hoverBg: e.colorBgContainerDisabled
74
75
  })))
@@ -601,6 +602,7 @@ const Bn = (e) => {
601
602
  // ========================= Input =========================
602
603
  [`${n}-clear-icon`]: {
603
604
  margin: 0,
605
+ padding: 0,
604
606
  lineHeight: 0,
605
607
  color: e.colorTextQuaternary,
606
608
  fontSize: e.fontSizeIcon,
@@ -778,6 +780,14 @@ const Bn = (e) => {
778
780
  borderStartEndRadius: 0,
779
781
  borderEndEndRadius: 0
780
782
  }
783
+ },
784
+ // Fix the issue of input use `addonAfter` param in space compact mode
785
+ // https://github.com/ant-design/ant-design/issues/52483
786
+ [`&:not(${n}-compact-first-item)${n}-compact-item`]: {
787
+ [`${n}-affix-wrapper`]: {
788
+ borderStartStartRadius: 0,
789
+ borderEndStartRadius: 0
790
+ }
781
791
  }
782
792
  })
783
793
  })
@@ -966,7 +976,7 @@ const Bn = (e) => {
966
976
  }
967
977
  };
968
978
  }, fn = $n("Input", (e) => {
969
- const n = _e(e, On(e));
979
+ const n = He(e, On(e));
970
980
  return [
971
981
  Pn(n),
972
982
  Gn(n),
@@ -1049,7 +1059,7 @@ var pn = /* @__PURE__ */ f.forwardRef(function(e, n) {
1049
1059
  }), ae) {
1050
1060
  var X = null;
1051
1061
  if (y) {
1052
- var _ = !R && !A && o, H = "".concat(l, "-clear-icon"), B = He(y) === "object" && y !== null && y !== void 0 && y.clearIcon ? y.clearIcon : "✖";
1062
+ var _ = !R && !A && o, H = "".concat(l, "-clear-icon"), B = _e(y) === "object" && y !== null && y !== void 0 && y.clearIcon ? y.clearIcon : "✖";
1053
1063
  X = /* @__PURE__ */ f.createElement("button", {
1054
1064
  type: "button",
1055
1065
  onClick: function(Y) {
@@ -1098,7 +1108,7 @@ var pn = /* @__PURE__ */ f.forwardRef(function(e, n) {
1098
1108
  function mn(e, n) {
1099
1109
  return K.useMemo(function() {
1100
1110
  var r = {};
1101
- n && (r.show = He(n) === "object" && n.formatter ? n.formatter : !!n), r = ne(ne({}, r), e);
1111
+ n && (r.show = _e(n) === "object" && n.formatter ? n.formatter : !!n), r = ne(ne({}, r), e);
1102
1112
  var t = r, a = t.show, s = Re(t, Un);
1103
1113
  return ne(ne({}, s), {}, {
1104
1114
  show: !!a,
@@ -1435,7 +1445,7 @@ var or = ["prefixCls", "defaultValue", "value", "autoSize", "onResize", "classNa
1435
1445
  };
1436
1446
  });
1437
1447
  var Q = K.useMemo(function() {
1438
- return i && He(i) === "object" ? [i.minRows, i.maxRows] : [];
1448
+ return i && _e(i) === "object" ? [i.minRows, i.maxRows] : [];
1439
1449
  }, [i]), $ = de(Q, 2), b = $[0], d = $[1], u = !!i, c = function() {
1440
1450
  try {
1441
1451
  if (document.activeElement === o.current) {
@@ -1594,7 +1604,7 @@ var or = ["prefixCls", "defaultValue", "value", "autoSize", "onResize", "classNa
1594
1604
  n.indexOf(t[a]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[a]) && (r[t[a]] = e[t[a]]);
1595
1605
  return r;
1596
1606
  };
1597
- const Sr = /* @__PURE__ */ We((e, n) => {
1607
+ const $r = /* @__PURE__ */ We((e, n) => {
1598
1608
  var r, t;
1599
1609
  const {
1600
1610
  prefixCls: a,
@@ -1672,7 +1682,7 @@ const Sr = /* @__PURE__ */ We((e, n) => {
1672
1682
  });
1673
1683
  export {
1674
1684
  er as I,
1675
- Sr as T,
1685
+ $r as T,
1676
1686
  Bn as a,
1677
1687
  Qn as b,
1678
1688
  On as i,