rbro-tat-uds 1.5.6 → 1.5.7
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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -12
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -12050,6 +12050,7 @@ const o4 = M.svg`
|
|
12050
12050
|
);
|
12051
12051
|
}, x4 = M.div`
|
12052
12052
|
position: relative;
|
12053
|
+
width: 100%;
|
12053
12054
|
${({ $isOpen: e, $height: n }) => e && p`
|
12054
12055
|
height: ${n || "60px"};
|
12055
12056
|
`}
|
@@ -12175,18 +12176,15 @@ const o4 = M.svg`
|
|
12175
12176
|
$value: o,
|
12176
12177
|
...h,
|
12177
12178
|
children: /* @__PURE__ */ r.jsxs("button", { disabled: a, onClick: () => g(!C), children: [
|
12178
|
-
/* @__PURE__ */ r.
|
12179
|
-
|
12180
|
-
|
12181
|
-
|
12182
|
-
|
12183
|
-
|
12184
|
-
|
12185
|
-
|
12186
|
-
|
12187
|
-
m
|
12188
|
-
)) : /* @__PURE__ */ r.jsx(r.Fragment, {})
|
12189
|
-
] }),
|
12179
|
+
/* @__PURE__ */ r.jsx("div", { children: C ? n && n.length ? n.map((u, m) => /* @__PURE__ */ r.jsx(
|
12180
|
+
"button",
|
12181
|
+
{
|
12182
|
+
disabled: a,
|
12183
|
+
onClick: () => x(u),
|
12184
|
+
children: u.content
|
12185
|
+
},
|
12186
|
+
m
|
12187
|
+
)) : /* @__PURE__ */ r.jsx(r.Fragment, {}) : !o && s ? s : (f = n.find((u) => u.id === o)) == null ? void 0 : f.content }),
|
12190
12188
|
/* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx(
|
12191
12189
|
O,
|
12192
12190
|
{
|