@hexure/ui 1.9.1 → 1.9.2

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/cjs/index.js CHANGED
@@ -3100,7 +3100,7 @@ const Wrapper$b = styled.div `
3100
3100
  const StyledIcon$4 = styled(Icon) `
3101
3101
  width: 16px;
3102
3102
  height: 16px;
3103
- padding: 0px 6px;
3103
+ margin: 0px 6px;
3104
3104
  color: ${props => props.theme.PRIMARY_COLOR.Hex};
3105
3105
  cursor: pointer;
3106
3106
  `;
package/dist/esm/index.js CHANGED
@@ -3098,7 +3098,7 @@ const Wrapper$b = styled.div `
3098
3098
  const StyledIcon$4 = styled(Icon) `
3099
3099
  width: 16px;
3100
3100
  height: 16px;
3101
- padding: 0px 6px;
3101
+ margin: 0px 6px;
3102
3102
  color: ${props => props.theme.PRIMARY_COLOR.Hex};
3103
3103
  cursor: pointer;
3104
3104
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",