@shoplflow/base 0.31.2 → 0.31.4
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 +10 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -4146,7 +4146,16 @@ var ToggleInnerRadio = React3.forwardRef(
|
|
|
4146
4146
|
disabled,
|
|
4147
4147
|
selected,
|
|
4148
4148
|
sizeVar,
|
|
4149
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4149
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4150
|
+
exports.Text,
|
|
4151
|
+
{
|
|
4152
|
+
lineClamp: 1,
|
|
4153
|
+
color: selected ? "neutral700" : "neutral500",
|
|
4154
|
+
wordBreak: "break-all",
|
|
4155
|
+
typography: selected ? "body2_500" : "body2_400",
|
|
4156
|
+
children: label
|
|
4157
|
+
}
|
|
4158
|
+
)
|
|
4150
4159
|
}
|
|
4151
4160
|
)
|
|
4152
4161
|
] });
|