@blocklet/pages-kit 0.4.88 → 0.4.90

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.
@@ -62,7 +62,7 @@ export interface CustomComponentCustomProperty extends CustomComponentPropertyBa
62
62
  componentId?: string;
63
63
  }
64
64
  export interface CustomComponentStringProperty extends CustomComponentPropertyBase {
65
- type?: 'string';
65
+ type?: 'string' | 'multiline';
66
66
  multiline?: boolean;
67
67
  }
68
68
  export interface CustomComponentComponentProperty extends CustomComponentPropertyBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.88",
3
+ "version": "0.4.90",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"