@shoplflow/base 0.24.34 → 0.24.35

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.js CHANGED
@@ -538,7 +538,7 @@ var StyledText = styled5.span`
538
538
  `};
539
539
  ${({ opacity }) => opacity && css`
540
540
  opacity: ${opacity};
541
- `}
541
+ `};
542
542
  ${({ wordBreak }) => wordBreak && css`
543
543
  word-break: ${wordBreak};
544
544
  `};