@shoplflow/base 0.44.0 → 0.45.1

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 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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.44.0",
3
+ "version": "0.45.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -91,7 +91,7 @@
91
91
  "react-dom": "^18.2.0",
92
92
  "simplebar-react": "^3.2.6",
93
93
  "@shoplflow/hada-assets": "^0.1.8",
94
- "@shoplflow/shopl-assets": "^0.12.26",
94
+ "@shoplflow/shopl-assets": "^0.12.27",
95
95
  "@shoplflow/utils": "^0.7.0"
96
96
  },
97
97
  "scripts": {