@unicom-cloud/ui 0.8.103 → 0.8.104

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.
@@ -1,4 +1,4 @@
1
- import { CSSProperties, ReactNode } from 'react';
1
+ import React, { CSSProperties, ReactNode } from 'react';
2
2
  /**
3
3
  * @title Divider
4
4
  */
@@ -18,4 +18,12 @@ export interface DividerProps {
18
18
  * @defaultValue center
19
19
  */
20
20
  orientation?: 'left' | 'right' | 'center';
21
+ /**
22
+ * @zh 边框的样式
23
+ */
24
+ borderStyle?: React.CSSProperties['borderBottomStyle'] | React.CSSProperties['borderLeftStyle'];
25
+ /**
26
+ * @zh 边框的宽度
27
+ */
28
+ borderWidth?: React.CSSProperties['borderBottomWidth'] | React.CSSProperties['borderLeftWidth'];
21
29
  }
@@ -37,10 +37,9 @@ export interface SpinProps {
37
37
  */
38
38
  delay?: number;
39
39
  /**
40
- * @zh 是否使用点类型的动画
41
- * @en Whether to use dot type animation
40
+ * @zh 动画的类型
42
41
  */
43
- dot?: boolean;
42
+ type?: 'dot' | 'infinity' | 'ring' | 'circle' | 'default';
44
43
  /**
45
44
  * @zh 是否为块级元素
46
45
  * @en Whether it is a block-level element
package/version/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const I = "2025-07-15 17:07:00", t = "1752570420077", E = "2.66.0";
1
+ const I = "2025-07-16 14:13:46", t = "1752646426646", E = "2.66.0";
2
2
  export {
3
3
  E as VERSION,
4
4
  I as VERSION_BUILD_DATE,