@unicom-cloud/ui 0.8.93 → 0.8.95

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 (272) hide show
  1. package/Checkbox.js +5 -4
  2. package/Layout.js +8 -7
  3. package/Message.js +1 -1
  4. package/Notification.js +1 -1
  5. package/Switch.js +1 -1
  6. package/Tooltip.js +1 -1
  7. package/Trigger.js +1 -1
  8. package/back-top/index.js +8 -8
  9. package/badge/index.js +11 -11
  10. package/cascader/panel/List.js +1 -1
  11. package/cascader/panel/Option.js +7 -6
  12. package/cascader/panel/Search.js +17 -16
  13. package/checkbox/index.js +7 -6
  14. package/collapse/Item.js +1 -1
  15. package/color-picker/InputHex.js +1 -1
  16. package/color-picker/InputRgb.js +1 -1
  17. package/color-picker/Mode.js +7 -6
  18. package/color-picker/Palette.js +1 -1
  19. package/color-picker/Panel.js +1 -1
  20. package/color-picker/colors.js +1 -1
  21. package/color-picker/hooks/useColorPicker.js +1 -1
  22. package/color-picker/utils.js +1 -1
  23. package/components/common/empty/index.js +33 -13
  24. package/components/common/space/index.js +4 -3
  25. package/components/common/utils/PqbCSSTransition.js +1 -1
  26. package/components/common/utils/setPrimaryColor.js +21 -21
  27. package/components/common/utils/setTheme.js +23 -23
  28. package/dist/react-transition-group/src/CSSTransition.js +1 -1
  29. package/dist/react-transition-group/src/SwitchTransition.js +1 -1
  30. package/dist/tinycolor/chunk/{DGZSWe7E.js → BOzCVdr0.js} +43 -43
  31. package/dist/tinycolor/customize/index.js +1 -1
  32. package/dist/tween/src/tween.js +25 -24
  33. package/index.js +173 -173
  34. package/input-tag/InputTag.js +1 -1
  35. package/layout/index.js +11 -9
  36. package/message/index.js +1 -1
  37. package/notification/index.js +1 -1
  38. package/package.json +1 -1
  39. package/pagination/PageItem.js +52 -53
  40. package/pagination/Pagination.js +2 -1
  41. package/pagination/interface.js +4 -1
  42. package/select/Option.js +12 -11
  43. package/select/Select.js +1 -0
  44. package/statistic/index.js +16 -16
  45. package/style.css +1 -1
  46. package/switch/index.js +1 -1
  47. package/table/Table.js +153 -153
  48. package/table/tbody/Tr.js +3 -2
  49. package/table/thead/Column.js +3 -2
  50. package/table/thead/index.js +3 -2
  51. package/tag/index.js +24 -24
  52. package/time-picker/util.js +4 -4
  53. package/tooltip/index.js +1 -1
  54. package/transfer/Item.js +17 -16
  55. package/transfer/List.js +12 -11
  56. package/tree/Node.js +43 -41
  57. package/tree/Tree.js +215 -211
  58. package/trigger/index.js +1 -1
  59. package/types/pc/affix/index.d.ts +1 -1
  60. package/types/pc/alert/index.d.ts +1 -1
  61. package/types/pc/anchor/Anchor.d.ts +1 -1
  62. package/types/pc/anchor/Link.d.ts +1 -1
  63. package/types/pc/anchor/context.d.ts +1 -1
  64. package/types/pc/auto-complete/index.d.ts +1 -1
  65. package/types/pc/avatar/Avatar.d.ts +1 -1
  66. package/types/pc/avatar/Group.d.ts +1 -1
  67. package/types/pc/avatar/context.d.ts +1 -1
  68. package/types/pc/back-top/index.d.ts +1 -1
  69. package/types/pc/badge/index.d.ts +2 -2
  70. package/types/pc/badge/interface.d.ts +1 -1
  71. package/types/pc/breadcrumb/Item.d.ts +1 -1
  72. package/types/pc/breadcrumb/index.d.ts +1 -1
  73. package/types/pc/button/Group.d.ts +1 -1
  74. package/types/pc/button/index.d.ts +1 -1
  75. package/types/pc/calendar/Month.d.ts +1 -1
  76. package/types/pc/calendar/Year.d.ts +1 -1
  77. package/types/pc/calendar/index.d.ts +1 -1
  78. package/types/pc/card/Grid.d.ts +1 -1
  79. package/types/pc/card/Meta.d.ts +1 -1
  80. package/types/pc/card/index.d.ts +1 -1
  81. package/types/pc/carousel/Arrow.d.ts +1 -1
  82. package/types/pc/carousel/Indicator.d.ts +1 -1
  83. package/types/pc/carousel/index.d.ts +2 -2
  84. package/types/pc/cascader/Cascader.d.ts +1 -1
  85. package/types/pc/cascader/util.d.ts +1 -1
  86. package/types/pc/checkbox/Checkbox.d.ts +1 -1
  87. package/types/pc/checkbox/Group.d.ts +1 -1
  88. package/types/pc/checkbox/GroupBlock.d.ts +1 -1
  89. package/types/pc/checkbox/index.d.ts +1 -1
  90. package/types/pc/collapse/Collapse.d.ts +1 -1
  91. package/types/pc/collapse/Item.d.ts +1 -1
  92. package/types/pc/color-picker/InputHex.d.ts +1 -1
  93. package/types/pc/color-picker/InputRgb.d.ts +1 -1
  94. package/types/pc/color-picker/Mode.d.ts +1 -1
  95. package/types/pc/color-picker/Palette.d.ts +1 -1
  96. package/types/pc/color-picker/index.d.ts +1 -1
  97. package/types/pc/color-picker/utils.d.ts +1 -1
  98. package/types/pc/comment/index.d.ts +1 -1
  99. package/types/pc/config-provider/ConfigProvider.d.ts +3 -2
  100. package/types/pc/config-provider/context.d.ts +1 -1
  101. package/types/pc/config-provider/interface.d.ts +1 -1
  102. package/types/pc/copy/index.d.ts +1 -1
  103. package/types/pc/date-picker/Picker.d.ts +1 -2
  104. package/types/pc/date-picker/RangePicker.d.ts +1 -1
  105. package/types/pc/date-picker/index.d.ts +1 -1
  106. package/types/pc/descriptions/index.d.ts +1 -1
  107. package/types/pc/details/index.d.ts +1 -1
  108. package/types/pc/divider/index.d.ts +1 -1
  109. package/types/pc/draggable/Item.d.ts +1 -1
  110. package/types/pc/draggable/index.d.ts +1 -1
  111. package/types/pc/drawer/Drawer.d.ts +2 -2
  112. package/types/pc/dropdown/Button.d.ts +1 -1
  113. package/types/pc/dropdown/index.d.ts +1 -1
  114. package/types/pc/empty/index.d.ts +1 -1
  115. package/types/pc/form/Control.d.ts +1 -1
  116. package/types/pc/form/Form.d.ts +1 -1
  117. package/types/pc/form/FormLabel.d.ts +1 -1
  118. package/types/pc/form/FormList.d.ts +1 -1
  119. package/types/pc/form/FormProvider.d.ts +1 -1
  120. package/types/pc/form/context.d.ts +1 -1
  121. package/types/pc/form/hook/useForm.d.ts +1 -1
  122. package/types/pc/form/index.d.ts +1 -1
  123. package/types/pc/form/interface.d.ts +2 -2
  124. package/types/pc/form/store.d.ts +3 -4
  125. package/types/pc/form/util.d.ts +3 -3
  126. package/types/pc/grid/Col.d.ts +1 -1
  127. package/types/pc/grid/Grid.d.ts +1 -1
  128. package/types/pc/grid/GridItem.d.ts +1 -1
  129. package/types/pc/grid/Row.d.ts +1 -1
  130. package/types/pc/grid/context.d.ts +1 -1
  131. package/types/pc/grid/util.d.ts +1 -1
  132. package/types/pc/hooks/use-watermark/index.d.ts +1 -1
  133. package/types/pc/icons/file/index.d.ts +1 -1
  134. package/types/pc/image/Image.d.ts +1 -1
  135. package/types/pc/image/ImageFooter.d.ts +1 -1
  136. package/types/pc/image/ImagePreview.d.ts +1 -1
  137. package/types/pc/image/ImagePreviewGroup.d.ts +1 -1
  138. package/types/pc/image/ImagePreviewToolbar.d.ts +1 -1
  139. package/types/pc/image/index.d.ts +1 -1
  140. package/types/pc/image/previewGroupContext.d.ts +1 -1
  141. package/types/pc/input/Button.d.ts +1 -1
  142. package/types/pc/input/Group.d.ts +1 -1
  143. package/types/pc/input/Input.d.ts +1 -1
  144. package/types/pc/input/InputElement.d.ts +1 -1
  145. package/types/pc/input/Password.d.ts +1 -1
  146. package/types/pc/input/Search.d.ts +1 -1
  147. package/types/pc/input/Textarea.d.ts +1 -1
  148. package/types/pc/input/index.d.ts +1 -1
  149. package/types/pc/input/useComposition.d.ts +1 -1
  150. package/types/pc/input-number/index.d.ts +1 -1
  151. package/types/pc/input-tag/InputTag.d.ts +2 -2
  152. package/types/pc/input-tag/interface.d.ts +2 -2
  153. package/types/pc/layout/Content.d.ts +1 -1
  154. package/types/pc/layout/Footer.d.ts +1 -1
  155. package/types/pc/layout/Header.d.ts +1 -1
  156. package/types/pc/layout/Sider.d.ts +1 -1
  157. package/types/pc/layout/index.d.ts +2 -2
  158. package/types/pc/link/index.d.ts +1 -1
  159. package/types/pc/list/Item.d.ts +1 -1
  160. package/types/pc/list/Meta.d.ts +1 -1
  161. package/types/pc/list/index.d.ts +2 -2
  162. package/types/pc/mentions/index.d.ts +1 -1
  163. package/types/pc/mentions/util.d.ts +1 -1
  164. package/types/pc/menu/Item.d.ts +1 -1
  165. package/types/pc/menu/ItemGroup.d.ts +1 -1
  166. package/types/pc/menu/Menu.d.ts +1 -1
  167. package/types/pc/menu/OverflowWrap.d.ts +1 -1
  168. package/types/pc/menu/context.d.ts +2 -2
  169. package/types/pc/menu/index.d.ts +1 -1
  170. package/types/pc/menu/interface.d.ts +1 -1
  171. package/types/pc/message/index.d.ts +2 -2
  172. package/types/pc/message/useMessage.d.ts +1 -1
  173. package/types/pc/modal/Modal.d.ts +2 -2
  174. package/types/pc/modal/config.d.ts +1 -1
  175. package/types/pc/notification/index.d.ts +2 -2
  176. package/types/pc/notification/useNotification.d.ts +1 -1
  177. package/types/pc/page-header/index.d.ts +2 -2
  178. package/types/pc/pagination/PageItem.d.ts +2 -47
  179. package/types/pc/pagination/Pagination.d.ts +1 -1
  180. package/types/pc/pagination/interface.d.ts +47 -0
  181. package/types/pc/popconfirm/index.d.ts +1 -1
  182. package/types/pc/popover/index.d.ts +1 -1
  183. package/types/pc/popover/interface.d.ts +1 -1
  184. package/types/pc/progress/CircleProgress.d.ts +1 -1
  185. package/types/pc/progress/index.d.ts +1 -1
  186. package/types/pc/radio/Group.d.ts +1 -1
  187. package/types/pc/radio/GroupBlock.d.ts +1 -1
  188. package/types/pc/radio/Radio.d.ts +1 -1
  189. package/types/pc/radio/index.d.ts +1 -1
  190. package/types/pc/rate/index.d.ts +1 -1
  191. package/types/pc/resize-box/Split.d.ts +1 -1
  192. package/types/pc/resize-box/SplitGroup.d.ts +1 -1
  193. package/types/pc/resize-box/index.d.ts +1 -1
  194. package/types/pc/result/index.d.ts +1 -1
  195. package/types/pc/select/OptGroup.d.ts +1 -1
  196. package/types/pc/select/Option.d.ts +1 -1
  197. package/types/pc/select/Select.d.ts +3 -2
  198. package/types/pc/select/index.d.ts +1 -1
  199. package/types/pc/select/util.d.ts +1 -1
  200. package/types/pc/select-view/Core.d.ts +1 -1
  201. package/types/pc/select-view/index.d.ts +1 -1
  202. package/types/pc/skeleton/Image.d.ts +1 -1
  203. package/types/pc/skeleton/Text.d.ts +1 -1
  204. package/types/pc/skeleton/index.d.ts +1 -1
  205. package/types/pc/slider/Button.d.ts +1 -1
  206. package/types/pc/slider/hook/useInterval.d.ts +1 -1
  207. package/types/pc/slider/index.d.ts +1 -1
  208. package/types/pc/space/index.d.ts +1 -1
  209. package/types/pc/space-/index.d.ts +1 -1
  210. package/types/pc/spin/index.d.ts +1 -1
  211. package/types/pc/statistic/Countdown.d.ts +1 -1
  212. package/types/pc/statistic/index.d.ts +2 -2
  213. package/types/pc/steps/Step.d.ts +1 -1
  214. package/types/pc/steps/index.d.ts +1 -1
  215. package/types/pc/switch/index.d.ts +2 -2
  216. package/types/pc/table/ColGroup.d.ts +1 -1
  217. package/types/pc/table/Table.d.ts +1 -1
  218. package/types/pc/table/constant.d.ts +1 -1
  219. package/types/pc/table/interface.d.ts +1 -1
  220. package/types/pc/table/util.d.ts +1 -1
  221. package/types/pc/tabs/Tab.d.ts +1 -1
  222. package/types/pc/tabs/TabPane.d.ts +1 -1
  223. package/types/pc/tabs/index.d.ts +1 -1
  224. package/types/pc/tabs/tab-header/TabNavIcon.d.ts +1 -1
  225. package/types/pc/tabs/tab-header/index.d.ts +1 -1
  226. package/types/pc/tag/index.d.ts +1 -1
  227. package/types/pc/time-picker/Picker.d.ts +1 -1
  228. package/types/pc/time-picker/RangePicker.d.ts +1 -1
  229. package/types/pc/time-picker/TimePicker.d.ts +1 -1
  230. package/types/pc/time-picker/index.d.ts +1 -1
  231. package/types/pc/timeline/Item.d.ts +1 -1
  232. package/types/pc/timeline/Timeline.d.ts +1 -1
  233. package/types/pc/timeline/index.d.ts +1 -1
  234. package/types/pc/tooltip/index.d.ts +2 -2
  235. package/types/pc/transfer/Item.d.ts +1 -1
  236. package/types/pc/transfer/List.d.ts +1 -1
  237. package/types/pc/transfer/index.d.ts +1 -1
  238. package/types/pc/tree/Animation.d.ts +1 -1
  239. package/types/pc/tree/Context.d.ts +1 -1
  240. package/types/pc/tree/Node.d.ts +1 -1
  241. package/types/pc/tree/Tree.d.ts +1 -1
  242. package/types/pc/tree/index.d.ts +2 -2
  243. package/types/pc/tree/interface.d.ts +19 -3
  244. package/types/pc/tree/util.d.ts +1 -1
  245. package/types/pc/tree-select/List.d.ts +1 -1
  246. package/types/pc/trigger/getPopupStyle.d.ts +1 -1
  247. package/types/pc/trigger/index.d.ts +2 -2
  248. package/types/pc/typography/EditContent.d.ts +1 -1
  249. package/types/pc/typography/Ellipsis.d.ts +1 -1
  250. package/types/pc/typography/Operations.d.ts +1 -1
  251. package/types/pc/typography/Paragraph.d.ts +1 -1
  252. package/types/pc/typography/Title.d.ts +1 -1
  253. package/types/pc/typography/Typography.d.ts +1 -1
  254. package/types/pc/typography/useCssEllipsis.d.ts +1 -1
  255. package/types/pc/typography/useEllipsis.d.ts +1 -1
  256. package/types/pc/upload/TriggerNode.d.ts +1 -1
  257. package/types/pc/upload/Upload.d.ts +2 -2
  258. package/types/pc/upload/Uploader.d.ts +1 -1
  259. package/types/pc/upload/request.d.ts +1 -1
  260. package/types/pc/upload/util.d.ts +1 -1
  261. package/types/pc/verification-code/VerificationCode.d.ts +1 -1
  262. package/types/pc/verification-code/index.d.ts +1 -1
  263. package/types/pc/watermark/Watermark.d.ts +1 -1
  264. package/types/pc/watermark/index.d.ts +2 -2
  265. package/typography/Ellipsis.js +7 -5
  266. package/upload/list/index.js +1 -1
  267. package/utils/color.js +1 -1
  268. package/utils/index.js +2 -2
  269. package/utils/reactTransitionGroup.js +1 -1
  270. package/utils/tinycolor.js +1 -1
  271. package/version/index.js +1 -1
  272. /package/dist/react-transition-group/chunk/{CPfP7aNL.js → C6QwjD4L.js} +0 -0
@@ -1,4 +1,4 @@
1
- import type { EllipsisConfig } from './interface';
1
+ import { EllipsisConfig } from './interface';
2
2
  declare function useCssEllipsis(props: EllipsisConfig): {
3
3
  simpleEllipsis: boolean;
4
4
  ellipsisStyle: {};
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { EllipsisConfig } from './interface';
2
+ import { EllipsisConfig } from './interface';
3
3
  interface IEllipsis extends EllipsisConfig {
4
4
  width: number;
5
5
  renderMeasureContent: (slicedNode: any, isEllipsis: boolean) => React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { TriggerProps } from './interface';
2
+ import { TriggerProps } from './interface';
3
3
  declare const _default: React.ForwardRefExoticComponent<TriggerProps & {
4
4
  children?: React.ReactNode | undefined;
5
5
  } & React.RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { UploadInstance, UploadItem, UploadProps } from './interface';
2
+ import { UploadInstance, UploadItem, UploadProps } from './interface';
3
3
  import UploadList from './list';
4
4
  export type UploadState = {
5
5
  uploadState: {
@@ -11,4 +11,4 @@ declare const UploadRef: React.ForwardRefExoticComponent<UploadProps & {
11
11
  } & React.RefAttributes<UploadInstance>>;
12
12
  export { UploadList };
13
13
  export default UploadRef;
14
- export { UploadItem, UploadProps };
14
+ export type { UploadItem, UploadProps };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { UploadItem, UploadRequestReturn, UploaderProps } from './interface';
2
+ import { UploadItem, UploadRequestReturn, UploaderProps } from './interface';
3
3
  export type UploaderType = {
4
4
  upload: (file: UploadItem) => void;
5
5
  abort: (file: UploadItem) => void;
@@ -1,3 +1,3 @@
1
- import type { UploadRequest } from './interface';
1
+ import { UploadRequest } from './interface';
2
2
  declare const uploadRequest: UploadRequest;
3
3
  export default uploadRequest;
@@ -1,4 +1,4 @@
1
- import type { UploadProps } from './interface';
1
+ import { UploadProps } from './interface';
2
2
  export declare const isAcceptFile: (file: File, propsAccept?: UploadProps["accept"]) => boolean;
3
3
  export declare const getFiles: (fileList: any, accept: any) => never[] | undefined;
4
4
  export declare const loopDirectory: (items: DataTransferItemList, accept: any, callback: any) => void;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { VerificationCodeProps } from './interface';
2
+ import { VerificationCodeProps } from './interface';
3
3
  export declare function VerificationCodeComponent(baseProps: VerificationCodeProps, _: any): import("react/jsx-dev-runtime").JSX.Element;
4
4
  export declare namespace VerificationCodeComponent {
5
5
  var displayName: string;
@@ -1,4 +1,4 @@
1
- import type { VerificationCodeProps } from './interface';
1
+ import { VerificationCodeProps } from './interface';
2
2
  import VerificationCode from './VerificationCode';
3
3
  export type { VerificationCodeProps };
4
4
  export default VerificationCode;
@@ -1,4 +1,4 @@
1
- import type { WatermarkProps } from './interface';
1
+ import { WatermarkProps } from './interface';
2
2
  export declare function WatermarkComponent(baseProps: WatermarkProps, _: any): import("react/jsx-dev-runtime").JSX.Element | null;
3
3
  declare const Watermark: import("react").ForwardRefExoticComponent<WatermarkProps & import("react").RefAttributes<unknown>>;
4
4
  export default Watermark;
@@ -1,4 +1,4 @@
1
- import type { WatermarkProps } from './interface';
1
+ import { WatermarkProps } from './interface';
2
2
  import Watermark from './Watermark';
3
- export { type WatermarkProps };
3
+ export type { WatermarkProps };
4
4
  export default Watermark;
@@ -15,7 +15,7 @@ import "@unicom-cloud/utils/constant";
15
15
  import "lodash/debounce";
16
16
  import "@unicom-cloud/utils/case-name";
17
17
  import p from "@unicom-cloud/utils/class-name";
18
- import "../dist/tinycolor/chunk/DGZSWe7E.js";
18
+ import "../dist/tinycolor/chunk/BOzCVdr0.js";
19
19
  import "@unicom-cloud/utils/constant/ui";
20
20
  import "../utils/contextHolder.js";
21
21
  import "@unicom-cloud/utils/clipboard-copy";
@@ -43,14 +43,14 @@ import "lodash/isPlainObject";
43
43
  import "../dist/react-transition-group/src/CSSTransition.js";
44
44
  import "../dist/react-transition-group/src/ReplaceTransition.js";
45
45
  import "../dist/react-transition-group/src/SwitchTransition.js";
46
- import "../dist/react-transition-group/chunk/CPfP7aNL.js";
46
+ import "../dist/react-transition-group/chunk/C6QwjD4L.js";
47
47
  import "../dist/react-transition-group/src/TransitionGroup.js";
48
48
  import "@unicom-cloud/utils/file/saveAs";
49
49
  import "@unicom-cloud/utils/screenfull";
50
50
  import "@unicom-cloud/utils/constant/ui.js";
51
51
  import { throttleByRaf as Z } from "../components/common/utils/throttleByRaf.js";
52
52
  import "@unicom-cloud/utils/tree";
53
- import { isPlainObject as j } from "@unicom-cloud/utils/is";
53
+ import "lodash/isFunction";
54
54
  import "uuid";
55
55
  import "../dist/validate/src/index.js";
56
56
  import "../affix/index.js";
@@ -67,6 +67,7 @@ import "../card/index.js";
67
67
  import "../carousel/index.js";
68
68
  import "../cascader/Cascader.js";
69
69
  import "../checkbox/Checkbox.js";
70
+ import "../checkbox/Group.js";
70
71
  import "../collapse/Collapse.js";
71
72
  import "../comment/index.js";
72
73
  import "../copy/index.js";
@@ -136,6 +137,7 @@ import "../virtual-list/VirtualList.js";
136
137
  import "../watermark/Watermark.js";
137
138
  import { resizeObserverEffect as rt } from "../components/common/utils/resizeObserverEffect.js";
138
139
  import ot from "../config-provider/context.js";
140
+ import { isPlainObject as j } from "@unicom-cloud/utils/is";
139
141
  const it = {
140
142
  rows: 1,
141
143
  expandable: !0,
@@ -278,7 +280,7 @@ const it = {
278
280
  G(),
279
281
  I()
280
282
  ] });
281
- }, Eo = J(et);
283
+ }, So = J(et);
282
284
  export {
283
- Eo as default
285
+ So as default
284
286
  };
@@ -2,7 +2,7 @@ import { jsx as n, jsxs as L, Fragment as S } from "react/jsx-runtime";
2
2
  import "../../dist/react-transition-group/src/CSSTransition.js";
3
3
  import "../../dist/react-transition-group/src/ReplaceTransition.js";
4
4
  import "../../dist/react-transition-group/src/SwitchTransition.js";
5
- import "../../dist/react-transition-group/chunk/CPfP7aNL.js";
5
+ import "../../dist/react-transition-group/chunk/C6QwjD4L.js";
6
6
  import v from "../../dist/react-transition-group/src/TransitionGroup.js";
7
7
  import x from "lodash/isFunction";
8
8
  import { useContext as T, useState as g, useEffect as b } from "react";
package/utils/color.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a } from "../dist/tinycolor/chunk/DGZSWe7E.js";
1
+ import { a } from "../dist/tinycolor/chunk/BOzCVdr0.js";
2
2
  export {
3
3
  a as color
4
4
  };
package/utils/index.js CHANGED
@@ -5,7 +5,7 @@ import { names as h } from "../dist/tinycolor/src/css-color-names.js";
5
5
  import { inputToRGB as N, isValidCSSUnit as A, stringInputToObject as v } from "../dist/tinycolor/src/format-input.js";
6
6
  import { compareColorByRange as D } from "../dist/tinycolor/customize/index.js";
7
7
  import { TinyColor as O } from "../dist/tinycolor/src/index.js";
8
- import { a as k } from "../dist/tinycolor/chunk/DGZSWe7E.js";
8
+ import { a as k } from "../dist/tinycolor/chunk/BOzCVdr0.js";
9
9
  import { compute as w, compute as V } from "../dist/compute-scroll-into-view/src/index.js";
10
10
  import { newArray as F, pickTriggerPropsFromRest as H } from "./constant.js";
11
11
  import { ContextHolderElement as W } from "./contextHolder.js";
@@ -47,7 +47,7 @@ import { callbackOriginRef as Dr, findDOMNode_ as Ir } from "../components/commo
47
47
  import { default as Pr } from "../dist/react-transition-group/src/CSSTransition.js";
48
48
  import { default as Br } from "../dist/react-transition-group/src/ReplaceTransition.js";
49
49
  import { default as Vr } from "../dist/react-transition-group/src/SwitchTransition.js";
50
- import { T as Fr } from "../dist/react-transition-group/chunk/CPfP7aNL.js";
50
+ import { T as Fr } from "../dist/react-transition-group/chunk/C6QwjD4L.js";
51
51
  import { default as Lr, default as Wr } from "../dist/react-transition-group/src/TransitionGroup.js";
52
52
  import { responsiveArray as Ur, responsiveMap as zr, responsiveObserve as qr } from "./responsiveObserve.js";
53
53
  import { default as Kr } from "@unicom-cloud/utils/file/saveAs";
@@ -1,7 +1,7 @@
1
1
  import { default as t } from "../dist/react-transition-group/src/CSSTransition.js";
2
2
  import { default as e } from "../dist/react-transition-group/src/ReplaceTransition.js";
3
3
  import { default as n } from "../dist/react-transition-group/src/SwitchTransition.js";
4
- import { T as f } from "../dist/react-transition-group/chunk/CPfP7aNL.js";
4
+ import { T as f } from "../dist/react-transition-group/chunk/C6QwjD4L.js";
5
5
  import { default as u, default as l, default as T } from "../dist/react-transition-group/src/TransitionGroup.js";
6
6
  export {
7
7
  t as CSSTransition,
@@ -3,7 +3,7 @@ import { names as R } from "../dist/tinycolor/src/css-color-names.js";
3
3
  import { inputToRGB as y, isValidCSSUnit as C, stringInputToObject as v } from "../dist/tinycolor/src/format-input.js";
4
4
  import { compareColorByRange as d } from "../dist/tinycolor/customize/index.js";
5
5
  import { TinyColor as j, TinyColor as k } from "../dist/tinycolor/src/index.js";
6
- import "../dist/tinycolor/chunk/DGZSWe7E.js";
6
+ import "../dist/tinycolor/chunk/BOzCVdr0.js";
7
7
  export {
8
8
  j as TinyColor,
9
9
  t as cmykToRgb,
package/version/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const I = "2025-06-03 17:59:19", t = "1748944759600", E = "2.66.0";
1
+ const I = "2025-06-14 19:40:29", t = "1749901229549", E = "2.66.0";
2
2
  export {
3
3
  E as VERSION,
4
4
  I as VERSION_BUILD_DATE,