@shoplflow/base 0.44.0 → 0.45.0
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4367,7 +4367,7 @@ var SelectInputButton = (_a) => {
|
|
|
4367
4367
|
height: sizeVar === "M" ? "40px" : "32px"
|
|
4368
4368
|
}, rest), {
|
|
4369
4369
|
"data-shoplflow": "SelectInputButton",
|
|
4370
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(StyledSelectInputButton, { sizeVar, children: [
|
|
4370
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(StyledSelectInputButton, { sizeVar, disabled, children: [
|
|
4371
4371
|
value && value.length > 0 && label ? /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", lineClamp: 1, color: getTextColor(disabled), children: value[0][label] }) : /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", lineClamp: 1, color: "neutral350", children: placeholder }),
|
|
4372
4372
|
/* @__PURE__ */ jsxRuntime.jsxs(exports.Stack.Horizontal, { align: "center", spacing: "spacing04", children: [
|
|
4373
4373
|
value && value.length > 1 && /* @__PURE__ */ jsxRuntime.jsxs(exports.Text, { typography: "body1_400", color: getTextColor(disabled), children: [
|
package/dist/index.js
CHANGED
|
@@ -4340,7 +4340,7 @@ var SelectInputButton = (_a) => {
|
|
|
4340
4340
|
height: sizeVar === "M" ? "40px" : "32px"
|
|
4341
4341
|
}, rest), {
|
|
4342
4342
|
"data-shoplflow": "SelectInputButton",
|
|
4343
|
-
children: /* @__PURE__ */ jsxs(StyledSelectInputButton, { sizeVar, children: [
|
|
4343
|
+
children: /* @__PURE__ */ jsxs(StyledSelectInputButton, { sizeVar, disabled, children: [
|
|
4344
4344
|
value && value.length > 0 && label ? /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", lineClamp: 1, color: getTextColor(disabled), children: value[0][label] }) : /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", lineClamp: 1, color: "neutral350", children: placeholder }),
|
|
4345
4345
|
/* @__PURE__ */ jsxs(Stack_default.Horizontal, { align: "center", spacing: "spacing04", children: [
|
|
4346
4346
|
value && value.length > 1 && /* @__PURE__ */ jsxs(Text_default, { typography: "body1_400", color: getTextColor(disabled), children: [
|