@smilekite/lego-bricks 1.0.2 → 1.0.4

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.
@@ -36,6 +36,10 @@ export interface ImageComponentProps extends CommonComponentProps {
36
36
  }
37
37
  export interface ShapeComponentProps extends CommonComponentProps {
38
38
  backgroundColor: string;
39
+ borderTop: string;
40
+ borderBottom: string;
41
+ borderLeft: string;
42
+ borderRight: string;
39
43
  }
40
44
  export declare type AllComponentProps = TextComponentProps & ImageComponentProps & ShapeComponentProps;
41
45
  export declare const textDefaultProps: TextComponentProps;
@@ -46,6 +46,10 @@ const imageDefaultProps = {
46
46
  };
47
47
  const shapeDefaultProps = {
48
48
  backgroundColor: '',
49
+ borderTop: '',
50
+ borderBottom: '',
51
+ borderLeft: '',
52
+ borderRight: '',
49
53
  ...commonDefaultProps
50
54
  };
51
55
  const isEditingProp = {
@@ -49,6 +49,10 @@
49
49
  };
50
50
  const shapeDefaultProps = {
51
51
  backgroundColor: '',
52
+ borderTop: '',
53
+ borderBottom: '',
54
+ borderLeft: '',
55
+ borderRight: '',
52
56
  ...commonDefaultProps
53
57
  };
54
58
  const isEditingProp = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilekite/lego-bricks",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "author": "smiley",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
File without changes
File without changes