@gem-sdk/core 2.0.0-dev.584 → 2.0.0-dev.595

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.
@@ -54,6 +54,7 @@ const Render = ({ uid, ...passProps })=>{
54
54
  setting: item.settings,
55
55
  ...passProps,
56
56
  children: item.childrens.map((id)=>/*#__PURE__*/ jsxRuntime.jsx(RenderMemo, {
57
+ parentStyle: passProps?.['parentStyle'],
57
58
  uid: id
58
59
  }, id))
59
60
  }) : /*#__PURE__*/ jsxRuntime.jsx(Component, {
@@ -46,6 +46,7 @@ const RenderPreview = ({ uid, ...passProps })=>{
46
46
  setting: item.settings,
47
47
  ...passProps,
48
48
  children: item.childrens.map((id)=>/*#__PURE__*/ jsxRuntime.jsx(RenderPreviewMemo, {
49
+ parentStyle: passProps?.['parentStyle'],
49
50
  "bundle-item": passProps?.['bundle-item'],
50
51
  uid: id
51
52
  }, id))
@@ -50,6 +50,7 @@ const Render = ({ uid, ...passProps })=>{
50
50
  setting: item.settings,
51
51
  ...passProps,
52
52
  children: item.childrens.map((id)=>/*#__PURE__*/ jsx(RenderMemo, {
53
+ parentStyle: passProps?.['parentStyle'],
53
54
  uid: id
54
55
  }, id))
55
56
  }) : /*#__PURE__*/ jsx(Component, {
@@ -42,6 +42,7 @@ const RenderPreview = ({ uid, ...passProps })=>{
42
42
  setting: item.settings,
43
43
  ...passProps,
44
44
  children: item.childrens.map((id)=>/*#__PURE__*/ jsx(RenderPreviewMemo, {
45
+ parentStyle: passProps?.['parentStyle'],
45
46
  "bundle-item": passProps?.['bundle-item'],
46
47
  uid: id
47
48
  }, id))
@@ -36128,6 +36128,7 @@ type Option$4<T> = {
36128
36128
  note?: string;
36129
36129
  maxOption?: number;
36130
36130
  subTitle?: string;
36131
+ disableHoverIcon?: boolean;
36131
36132
  };
36132
36133
  type BaseSelect<K> = {
36133
36134
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.584",
3
+ "version": "2.0.0-dev.595",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",