rbro-tat-uds 1.5.5 → 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.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
  `}
@@ -12071,7 +12072,7 @@ const o4 = M.svg`
12071
12072
  overflow: hidden;
12072
12073
  width: 100%;
12073
12074
 
12074
- ${({ $isOpen: e, $height: n, $placeholder: o }) => e ? p`
12075
+ ${({ $isOpen: e, $height: n, $placeholder: o, $value: i }) => e ? p`
12075
12076
  max-height: 304px;
12076
12077
  align-items: stretch;
12077
12078
 
@@ -12112,9 +12113,9 @@ const o4 = M.svg`
12112
12113
  border-right: 0.5px solid ${t.gray_200};
12113
12114
  height: 100%;
12114
12115
  width: 100%;
12115
- display: ${typeof o == "string" ? "flex" : "block"};
12116
- align-items: ${typeof o == "string" ? "center" : "stretch"};
12117
- padding-left: ${typeof o == "string" ? "16px" : "0px"};
12116
+ display: ${typeof o == "string" && !i ? "flex" : "block"};
12117
+ align-items: ${typeof o == "string" && !i ? "center" : "stretch"};
12118
+ padding-left: ${typeof o == "string" && !i ? "16px" : "0px"};
12118
12119
  }
12119
12120
  `}
12120
12121
 
@@ -12172,20 +12173,18 @@ const o4 = M.svg`
12172
12173
  $disabled: a,
12173
12174
  $isOpen: C,
12174
12175
  $placeholder: s,
12176
+ $value: o,
12175
12177
  ...h,
12176
12178
  children: /* @__PURE__ */ r.jsxs("button", { disabled: a, onClick: () => g(!C), children: [
12177
- /* @__PURE__ */ r.jsxs("div", { children: [
12178
- !C && !o && s ? s : (f = n.find((u) => u.id === o)) == null ? void 0 : f.content,
12179
- 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, {})
12188
- ] }),
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 }),
12189
12188
  /* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx(
12190
12189
  O,
12191
12190
  {