@shoplflow/base 0.13.8 → 0.13.9
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.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1063,10 +1063,10 @@ var StyledChipButton = styled5__default.default.button`
|
|
|
1063
1063
|
width: fit-content;
|
|
1064
1064
|
gap: 4px;
|
|
1065
1065
|
cursor: pointer;
|
|
1066
|
-
background: ${({ background: background2 }) => background2 && exports.colorTokens[background2]};
|
|
1067
1066
|
${({ sizeVar }) => getStyleBySizeVar(sizeVar)};
|
|
1068
1067
|
${(props) => props.styleVar === "LINE" && lineStyle(props)};
|
|
1069
1068
|
${({ disabled }) => getDisabledStyle(disabled)};
|
|
1069
|
+
background: ${({ background: background2 }) => background2 && exports.colorTokens[background2]};
|
|
1070
1070
|
`;
|
|
1071
1071
|
|
|
1072
1072
|
// src/components/Chips/ChipButton/ChipButton.types.ts
|