@3sc/common-component 0.0.172 → 0.0.173
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/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -41104,7 +41104,7 @@ function mC({
|
|
|
41104
41104
|
const G = (O == null ? void 0 : O.isMandatory) && (O == null ? void 0 : O.isSticky), U = parseFloat((X = (J = O == null ? void 0 : O.style) == null ? void 0 : J.maxWidth) == null ? void 0 : X.toString().replace("rem", "")) || 7.5;
|
|
41105
41105
|
L === 0 && (T.current = 0);
|
|
41106
41106
|
const H = G ? L === 0 ? 0 : `${T.current}rem` : void 0;
|
|
41107
|
-
return G && (T.current += U
|
|
41107
|
+
return G && (T.current += U), /* @__PURE__ */ y.jsx(
|
|
41108
41108
|
Nr,
|
|
41109
41109
|
{
|
|
41110
41110
|
rowSpan: O != null && O.children ? 1 : 2,
|
|
@@ -41170,10 +41170,10 @@ function mC({
|
|
|
41170
41170
|
}
|
|
41171
41171
|
) : null, M = (O, L, D, $) => {
|
|
41172
41172
|
var J, X;
|
|
41173
|
-
const G = (O == null ? void 0 : O.isMandatory) && (O == null ? void 0 : O.isSticky), U = parseFloat((X = (
|
|
41173
|
+
const G = (O == null ? void 0 : O.isMandatory) && (O == null ? void 0 : O.isSticky), U = parseFloat((X = (J = O == null ? void 0 : O.style) == null ? void 0 : J.maxWidth) == null ? void 0 : X.toString().replace("rem", "")) || 7.5;
|
|
41174
41174
|
D === 0 && (T.current = 0);
|
|
41175
41175
|
const H = G ? D === 0 ? 0 : `${T.current}rem` : void 0;
|
|
41176
|
-
return G && (T.current += U
|
|
41176
|
+
return G && (T.current += U), /* @__PURE__ */ y.jsx(
|
|
41177
41177
|
Nr,
|
|
41178
41178
|
{
|
|
41179
41179
|
style: O == null ? void 0 : O.style,
|