@gem-sdk/core 1.44.0-dev.143 → 1.44.0-dev.145
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.
|
@@ -135,6 +135,9 @@ const ComponentWrapperPreview = ({ children, ...props })=>{
|
|
|
135
135
|
if (constant.disableWrap.includes(props.tag) && /*#__PURE__*/ react.isValidElement(children)) {
|
|
136
136
|
return /*#__PURE__*/ jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
137
137
|
children: [
|
|
138
|
+
/*#__PURE__*/ jsxRuntime.jsx(ComponentAnimation.default, {
|
|
139
|
+
...props
|
|
140
|
+
}),
|
|
138
141
|
/*#__PURE__*/ jsxRuntime.jsx(RenderCustomCode.default, {
|
|
139
142
|
uid: props.uid,
|
|
140
143
|
advanced: advanced
|
|
@@ -131,6 +131,9 @@ const ComponentWrapperPreview = ({ children, ...props })=>{
|
|
|
131
131
|
if (disableWrap.includes(props.tag) && /*#__PURE__*/ isValidElement(children)) {
|
|
132
132
|
return /*#__PURE__*/ jsxs(Fragment, {
|
|
133
133
|
children: [
|
|
134
|
+
/*#__PURE__*/ jsx(ComponentAnimation, {
|
|
135
|
+
...props
|
|
136
|
+
}),
|
|
134
137
|
/*#__PURE__*/ jsx(RenderCustomCode, {
|
|
135
138
|
uid: props.uid,
|
|
136
139
|
advanced: advanced
|