@bcgov-sso/common-react-components 1.31.1 → 1.31.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
@@ -23801,7 +23801,7 @@ const Wrapper = styled.div `
23801
23801
  `;
23802
23802
  const Icon$2 = styled.i `
23803
23803
  position: absolute;
23804
- right: -0.5em;
23804
+ right: 0.5em;
23805
23805
  top: 0.5em;
23806
23806
  color: grey;
23807
23807
  `;
package/dist/esm/index.js CHANGED
@@ -23774,7 +23774,7 @@ const Wrapper = styled.div `
23774
23774
  `;
23775
23775
  const Icon$2 = styled.i `
23776
23776
  position: absolute;
23777
- right: -0.5em;
23777
+ right: 0.5em;
23778
23778
  top: 0.5em;
23779
23779
  color: grey;
23780
23780
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov-sso/common-react-components",
3
- "version": "1.31.1",
3
+ "version": "1.31.2",
4
4
  "description": "common react components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",