@cgi-learning-hub/ui 1.10.0-dev.1763139452 → 1.10.0-dev.1763395229

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.js CHANGED
@@ -43040,7 +43040,7 @@ const StyledSwatchBox = material.styled(material.Box)(
43040
43040
  transition: "transform 0.2s",
43041
43041
  backgroundColor: backgroundColor2,
43042
43042
  boxSizing: "border-box",
43043
- border: showBorder ? "2px solid black" : "none",
43043
+ border: showBorder ? "1px solid var(--theme-palette-grey-dark)" : "none",
43044
43044
  "&:hover": {
43045
43045
  transform: "scale(1.1)"
43046
43046
  }
package/dist/index.es.js CHANGED
@@ -43023,7 +43023,7 @@ const StyledSwatchBox = styled$3(Box$1)(
43023
43023
  transition: "transform 0.2s",
43024
43024
  backgroundColor: backgroundColor2,
43025
43025
  boxSizing: "border-box",
43026
- border: showBorder ? "2px solid black" : "none",
43026
+ border: showBorder ? "1px solid var(--theme-palette-grey-dark)" : "none",
43027
43027
  "&:hover": {
43028
43028
  transform: "scale(1.1)"
43029
43029
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgi-learning-hub/ui",
3
- "version": "1.10.0-dev.1763139452",
3
+ "version": "1.10.0-dev.1763395229",
4
4
  "description": "React component library for Hub's design system, built on Material UI with custom and extended components.",
5
5
  "keywords": [
6
6
  "cgi-learning-hub",