@shoplflow/base 0.36.0 → 0.36.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
@@ -3172,11 +3172,11 @@ var StyledList = styled6__default.default.li`
3172
3172
  padding: 6px 8px;
3173
3173
  gap: 4px;
3174
3174
  border-radius: 8px;
3175
- background: ${exports.colorTokens.neutral0};
3175
+ background: transparent;
3176
3176
  cursor: pointer;
3177
3177
  ${({ disabled }) => disabled && getDisabledStyle(disabled)}
3178
3178
  &:hover {
3179
- background: ${exports.colorTokens.neutral100};
3179
+ background: ${exports.colorTokens.neutral400_5};
3180
3180
  }
3181
3181
  `;
3182
3182
  var StyledText2Rows = styled6__default.default.div`
@@ -3193,7 +3193,7 @@ var List = (_a) => {
3193
3193
  }
3194
3194
  return /* @__PURE__ */ jsxRuntime.jsxs(StyledList, __spreadProps(__spreadValues({ "data-shoplflow": "List" }, rest), { children: [
3195
3195
  LeftSourceClone && LeftSourceClone,
3196
- /* @__PURE__ */ jsxRuntime.jsx(exports.Stack.Horizontal, { height: "36px", width: "100%", spacing: "spacing08", align: "center", children }),
3196
+ /* @__PURE__ */ jsxRuntime.jsx(exports.Stack.Horizontal, { minHeight: "36px", width: "100%", spacing: "spacing08", align: "center", children }),
3197
3197
  rightSource && rightSource
3198
3198
  ] }));
3199
3199
  };
@@ -4208,7 +4208,7 @@ var StyledTooltipContent = styled6__default.default.div`
4208
4208
  `;
4209
4209
  var TooltipContent = (_a) => {
4210
4210
  var _b = _a, { content } = _b, args = __objRest(_b, ["content"]);
4211
- return /* @__PURE__ */ jsxRuntime.jsx(StyledTooltipContent, __spreadProps(__spreadValues({}, args), { children: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "caption_400", color: "neutral0", wordBreak: "break-all", children: content }) }));
4211
+ return /* @__PURE__ */ jsxRuntime.jsx(StyledTooltipContent, __spreadProps(__spreadValues({}, args), { children: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "caption_400", color: "neutral0", wordBreak: "break-all", whiteSpace: "pre-line", children: content }) }));
4212
4212
  };
4213
4213
  var Tooltip = (_a) => {
4214
4214
  var _b = _a, {
package/dist/index.js CHANGED
@@ -3145,11 +3145,11 @@ var StyledList = styled6.li`
3145
3145
  padding: 6px 8px;
3146
3146
  gap: 4px;
3147
3147
  border-radius: 8px;
3148
- background: ${colorTokens.neutral0};
3148
+ background: transparent;
3149
3149
  cursor: pointer;
3150
3150
  ${({ disabled }) => disabled && getDisabledStyle(disabled)}
3151
3151
  &:hover {
3152
- background: ${colorTokens.neutral100};
3152
+ background: ${colorTokens.neutral400_5};
3153
3153
  }
3154
3154
  `;
3155
3155
  var StyledText2Rows = styled6.div`
@@ -3166,7 +3166,7 @@ var List = (_a) => {
3166
3166
  }
3167
3167
  return /* @__PURE__ */ jsxs(StyledList, __spreadProps(__spreadValues({ "data-shoplflow": "List" }, rest), { children: [
3168
3168
  LeftSourceClone && LeftSourceClone,
3169
- /* @__PURE__ */ jsx(Stack_default.Horizontal, { height: "36px", width: "100%", spacing: "spacing08", align: "center", children }),
3169
+ /* @__PURE__ */ jsx(Stack_default.Horizontal, { minHeight: "36px", width: "100%", spacing: "spacing08", align: "center", children }),
3170
3170
  rightSource && rightSource
3171
3171
  ] }));
3172
3172
  };
@@ -4181,7 +4181,7 @@ var StyledTooltipContent = styled6.div`
4181
4181
  `;
4182
4182
  var TooltipContent = (_a) => {
4183
4183
  var _b = _a, { content } = _b, args = __objRest(_b, ["content"]);
4184
- return /* @__PURE__ */ jsx(StyledTooltipContent, __spreadProps(__spreadValues({}, args), { children: /* @__PURE__ */ jsx(Text_default, { typography: "caption_400", color: "neutral0", wordBreak: "break-all", children: content }) }));
4184
+ return /* @__PURE__ */ jsx(StyledTooltipContent, __spreadProps(__spreadValues({}, args), { children: /* @__PURE__ */ jsx(Text_default, { typography: "caption_400", color: "neutral0", wordBreak: "break-all", whiteSpace: "pre-line", children: content }) }));
4185
4185
  };
4186
4186
  var Tooltip = (_a) => {
4187
4187
  var _b = _a, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",