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