deepsea-components 5.14.0 → 5.14.2

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.
@@ -58,7 +58,7 @@ Z
58
58
  ...rest
59
59
  });
60
60
  };
61
- const IconFileTypeDogEar = ({ pageWidth, dogEarColor = "#c20e4d", dogEarSize = pageWidth * (1 - GOLD), ...rest })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
61
+ const IconFileTypeDogEar = ({ pageWidth, dogEarColor = "rgba(0, 0, 0, 0.25)", dogEarSize = pageWidth * (1 - GOLD), ...rest })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
62
62
  d: `M ${pageWidth / 2 - dogEarSize} ${-(FileTypeSize / 2)}
63
63
  L ${pageWidth / 2} ${-(FileTypeSize / 2 - dogEarSize)}
64
64
  L ${pageWidth / 2 - dogEarSize} ${-(FileTypeSize / 2 - dogEarSize)}`,
@@ -19,7 +19,7 @@ export interface IconFileTypePageProps extends IconFileTypePagePropsBase, Compon
19
19
  export declare const IconFileTypePage: FC<IconFileTypePageProps>;
20
20
  export interface IconFileTypeDogEarPropsBase extends Required<Pick<IconFileTypePagePropsBase, "pageWidth">> {
21
21
  /**
22
- * 折角颜色,默认为 #c20e4d
22
+ * 折角颜色,默认为 rgba(0, 0, 0, 0.25)
23
23
  */
24
24
  dogEarColor?: string;
25
25
  /**
@@ -26,7 +26,7 @@ Z
26
26
  ...rest
27
27
  });
28
28
  };
29
- const IconFileTypeDogEar = ({ pageWidth, dogEarColor = "#c20e4d", dogEarSize = pageWidth * (1 - GOLD), ...rest })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
29
+ const IconFileTypeDogEar = ({ pageWidth, dogEarColor = "rgba(0, 0, 0, 0.25)", dogEarSize = pageWidth * (1 - GOLD), ...rest })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
30
30
  d: `M ${pageWidth / 2 - dogEarSize} ${-(FileTypeSize / 2)}
31
31
  L ${pageWidth / 2} ${-(FileTypeSize / 2 - dogEarSize)}
32
32
  L ${pageWidth / 2 - dogEarSize} ${-(FileTypeSize / 2 - dogEarSize)}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepsea-components",
3
- "version": "5.14.0",
3
+ "version": "5.14.2",
4
4
  "description": "格数科技自用组件库",
5
5
  "type": "module",
6
6
  "exports": {
@@ -40,8 +40,8 @@
40
40
  "echarts": "^5.6.0",
41
41
  "hls.js": "^1.6.1",
42
42
  "smooth-scrollbar": "^8.8.4",
43
- "deepsea-tools": "5.27.0",
44
- "soda-hooks": "6.9.0"
43
+ "deepsea-tools": "5.28.0",
44
+ "soda-hooks": "6.9.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "typescript": "^5.8.3"
@@ -57,7 +57,7 @@ Z
57
57
 
58
58
  export interface IconFileTypeDogEarPropsBase extends Required<Pick<IconFileTypePagePropsBase, "pageWidth">> {
59
59
  /**
60
- * 折角颜色,默认为 #c20e4d
60
+ * 折角颜色,默认为 rgba(0, 0, 0, 0.25)
61
61
  */
62
62
  dogEarColor?: string
63
63
  /**
@@ -68,7 +68,7 @@ export interface IconFileTypeDogEarPropsBase extends Required<Pick<IconFileTypeP
68
68
 
69
69
  export interface IconFileTypeDogEarProps extends IconFileTypeDogEarPropsBase, ComponentProps<"path"> {}
70
70
 
71
- export const IconFileTypeDogEar: FC<IconFileTypeDogEarProps> = ({ pageWidth, dogEarColor = "#c20e4d", dogEarSize = pageWidth * (1 - GOLD), ...rest }) => (
71
+ export const IconFileTypeDogEar: FC<IconFileTypeDogEarProps> = ({ pageWidth, dogEarColor = "rgba(0, 0, 0, 0.25)", dogEarSize = pageWidth * (1 - GOLD), ...rest }) => (
72
72
  <path
73
73
  d={`M ${pageWidth / 2 - dogEarSize} ${-(FileTypeSize / 2)}
74
74
  L ${pageWidth / 2} ${-(FileTypeSize / 2 - dogEarSize)}