@emeraldemperaur/vector-sigma 1.4.41 → 1.4.42
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.
- package/lib/index.cjs +6 -6
- package/lib/index.esm.js +6 -6
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -56414,9 +56414,10 @@ const animationStyles = {
|
|
|
56414
56414
|
width: '100%',
|
|
56415
56415
|
},
|
|
56416
56416
|
inner: {
|
|
56417
|
-
overflow: '
|
|
56417
|
+
overflow: 'hidden',
|
|
56418
56418
|
minHeight: 0,
|
|
56419
|
-
|
|
56419
|
+
margin: '0 -16px',
|
|
56420
|
+
padding: '0 16px',
|
|
56420
56421
|
}
|
|
56421
56422
|
};
|
|
56422
56423
|
const getDesignStyles = (inputtype, isOpen) => {
|
|
@@ -56481,9 +56482,8 @@ const ConditionalTrigger = (_a) => {
|
|
|
56481
56482
|
React.createElement("div", { style: Object.assign(Object.assign({}, animationStyles.wrapper), { gridTemplateRows: isOpen ? '1fr' : '0fr', opacity: isOpen ? 1 : 0.6 }) },
|
|
56482
56483
|
React.createElement("div", { style: animationStyles.inner },
|
|
56483
56484
|
React.createElement(p$8, { style: {
|
|
56484
|
-
paddingTop: '
|
|
56485
|
-
|
|
56486
|
-
paddingRight: '4px',
|
|
56485
|
+
paddingTop: '12px',
|
|
56486
|
+
paddingBottom: '8px',
|
|
56487
56487
|
borderTop: isOpen && !isNeumorphic ? '1px dashed var(--gray-6)' : 'none',
|
|
56488
56488
|
} },
|
|
56489
56489
|
React.createElement(Row, null, children)))),
|
|
@@ -56948,7 +56948,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
56948
56948
|
case stockInputType.includes(normalizedType):
|
|
56949
56949
|
return React.createElement(StockInput, Object.assign({}, layoutProps, { placeholder: inputPlaceholder, defaultvalue: defaultValue }));
|
|
56950
56950
|
case radioInputType.includes(normalizedType):
|
|
56951
|
-
return React.createElement(RadioGroupInput, Object.assign({}, layoutProps, { inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56951
|
+
return React.createElement(RadioGroupInput, Object.assign({}, layoutProps, { direction: "row", inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56952
56952
|
case selectInputType.includes(normalizedType):
|
|
56953
56953
|
return React.createElement(OptionSelect, Object.assign({}, layoutProps, { placeholder: inputPlaceholder, inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56954
56954
|
case selectMultipleInputType.includes(normalizedType):
|
package/lib/index.esm.js
CHANGED
|
@@ -56393,9 +56393,10 @@ const animationStyles = {
|
|
|
56393
56393
|
width: '100%',
|
|
56394
56394
|
},
|
|
56395
56395
|
inner: {
|
|
56396
|
-
overflow: '
|
|
56396
|
+
overflow: 'hidden',
|
|
56397
56397
|
minHeight: 0,
|
|
56398
|
-
|
|
56398
|
+
margin: '0 -16px',
|
|
56399
|
+
padding: '0 16px',
|
|
56399
56400
|
}
|
|
56400
56401
|
};
|
|
56401
56402
|
const getDesignStyles = (inputtype, isOpen) => {
|
|
@@ -56460,9 +56461,8 @@ const ConditionalTrigger = (_a) => {
|
|
|
56460
56461
|
React__default.createElement("div", { style: Object.assign(Object.assign({}, animationStyles.wrapper), { gridTemplateRows: isOpen ? '1fr' : '0fr', opacity: isOpen ? 1 : 0.6 }) },
|
|
56461
56462
|
React__default.createElement("div", { style: animationStyles.inner },
|
|
56462
56463
|
React__default.createElement(p$8, { style: {
|
|
56463
|
-
paddingTop: '
|
|
56464
|
-
|
|
56465
|
-
paddingRight: '4px',
|
|
56464
|
+
paddingTop: '12px',
|
|
56465
|
+
paddingBottom: '8px',
|
|
56466
56466
|
borderTop: isOpen && !isNeumorphic ? '1px dashed var(--gray-6)' : 'none',
|
|
56467
56467
|
} },
|
|
56468
56468
|
React__default.createElement(Row, null, children)))),
|
|
@@ -56927,7 +56927,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
56927
56927
|
case stockInputType.includes(normalizedType):
|
|
56928
56928
|
return React__default.createElement(StockInput, Object.assign({}, layoutProps, { placeholder: inputPlaceholder, defaultvalue: defaultValue }));
|
|
56929
56929
|
case radioInputType.includes(normalizedType):
|
|
56930
|
-
return React__default.createElement(RadioGroupInput, Object.assign({}, layoutProps, { inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56930
|
+
return React__default.createElement(RadioGroupInput, Object.assign({}, layoutProps, { direction: "row", inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56931
56931
|
case selectInputType.includes(normalizedType):
|
|
56932
56932
|
return React__default.createElement(OptionSelect, Object.assign({}, layoutProps, { placeholder: inputPlaceholder, inputOptions: inputOptions || [InputOptionsPlaceholder] }));
|
|
56933
56933
|
case selectMultipleInputType.includes(normalizedType):
|