zs_library 0.7.13 → 0.7.15

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.
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # zs_library
2
-
3
- [![NPM version](https://img.shields.io/npm/v/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
4
- [![NPM downloads](http://img.shields.io/npm/dm/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
5
-
6
- 个人业务组件库 React
7
-
8
- ## 编码规范
9
-
10
- 参考 [Angular coding style guide](https://angular.dev/style-guide#file-structure-conventions)
11
-
12
- ## LICENSE
13
-
14
- MIT
1
+ # zs_library
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
4
+ [![NPM downloads](http://img.shields.io/npm/dm/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
5
+
6
+ 个人业务组件库 React
7
+
8
+ ## 编码规范
9
+
10
+ 参考 [Angular coding style guide](https://angular.dev/style-guide#file-structure-conventions)
11
+
12
+ ## LICENSE
13
+
14
+ MIT
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ export interface CapsuleBackgroundProps {
3
+ show: boolean;
4
+ layoutId?: string;
5
+ className?: string;
6
+ }
7
+ declare const CapsuleBackground: FC<CapsuleBackgroundProps>;
8
+ export default CapsuleBackground;
@@ -75,7 +75,8 @@ declare const _default: {
75
75
  "justify": "Align justify"
76
76
  },
77
77
  "image": {
78
- "label": "Add image"
78
+ "label": "Add image",
79
+ "delete": "Delete image"
79
80
  },
80
81
  "table": {
81
82
  "insertTable": "Insert table",
@@ -75,7 +75,8 @@ declare const _default: {
75
75
  "justify": "两端对齐"
76
76
  },
77
77
  "image": {
78
- "label": "添加图片"
78
+ "label": "添加图片",
79
+ "delete": "删除图片"
79
80
  },
80
81
  "table": {
81
82
  "insertTable": "插入表格",