@gem-sdk/core 1.7.8 → 1.7.9

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.
@@ -26,7 +26,8 @@ const disableWrap = [
26
26
  'CSSCode',
27
27
  'FormEmail',
28
28
  'SubmitButton',
29
- 'Dialog'
29
+ 'Dialog',
30
+ 'TextField'
30
31
  ];
31
32
 
32
33
  exports.disableWrap = disableWrap;
@@ -24,7 +24,8 @@ const disableWrap = [
24
24
  'CSSCode',
25
25
  'FormEmail',
26
26
  'SubmitButton',
27
- 'Dialog'
27
+ 'Dialog',
28
+ 'TextField'
28
29
  ];
29
30
 
30
31
  export { disableWrap };
@@ -827,7 +827,7 @@ type ComponentSetting<P extends BaseProps> = {
827
827
  };
828
828
  placeholder?: {
829
829
  notAppendBeforeAfter?: boolean;
830
- flowTag?: string;
830
+ flowTag?: string[];
831
831
  };
832
832
  sideBar?: {
833
833
  hide?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",