@socotra/ec-react-components 2.19.0-next.1 → 2.19.0-next.2
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 +9 -9
- 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 +4 -4
package/dist/index.es.js
CHANGED
|
@@ -60109,16 +60109,16 @@ const { convertToValidClassName: AWe } = Si, EWe = ({
|
|
|
60109
60109
|
const v = t, $ = Si.createLabelDescriptionFrom(
|
|
60110
60110
|
v,
|
|
60111
60111
|
e
|
|
60112
|
-
), E = $.show ? $.text : "", x = `control ${Si.convertToValidClassName(v.scope)}`, C = u ? u("array.layout") : "", _ = u ? u("array.button") : "", D = u ? u("array.children") : ""
|
|
60113
|
-
|
|
60112
|
+
), E = $.show ? $.text : "", x = `control ${Si.convertToValidClassName(v.scope)}`, C = u ? u("array.layout") : "", _ = u ? u("array.button") : "", D = u ? u("array.children") : "", w = {
|
|
60113
|
+
wrapper: x,
|
|
60114
|
+
fieldSet: C,
|
|
60115
|
+
button: _,
|
|
60116
|
+
children: D
|
|
60117
|
+
};
|
|
60118
|
+
return h ? /* @__PURE__ */ O(
|
|
60114
60119
|
EWe,
|
|
60115
60120
|
{
|
|
60116
|
-
classNames:
|
|
60117
|
-
wrapper: x,
|
|
60118
|
-
fieldSet: C,
|
|
60119
|
-
button: _,
|
|
60120
|
-
children: D
|
|
60121
|
-
},
|
|
60121
|
+
classNames: w,
|
|
60122
60122
|
data: r,
|
|
60123
60123
|
label: E ?? "",
|
|
60124
60124
|
path: i,
|
|
@@ -60139,7 +60139,7 @@ const { convertToValidClassName: AWe } = Si, EWe = ({
|
|
|
60139
60139
|
getStyle: c,
|
|
60140
60140
|
translations: y
|
|
60141
60141
|
}
|
|
60142
|
-
);
|
|
60142
|
+
) : null;
|
|
60143
60143
|
}, _We = rt(
|
|
60144
60144
|
5,
|
|
60145
60145
|
Bl(w$, A$)
|