@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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
23777
|
+
right: 0.5em;
|
|
23778
23778
|
top: 0.5em;
|
|
23779
23779
|
color: grey;
|
|
23780
23780
|
`;
|