@cgi-learning-hub/ui 1.10.0-dev.1763140170 → 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 +3 -3
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
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 ? "
|
|
43043
|
+
border: showBorder ? "1px solid var(--theme-palette-grey-dark)" : "none",
|
|
43044
43044
|
"&:hover": {
|
|
43045
43045
|
transform: "scale(1.1)"
|
|
43046
43046
|
}
|
|
@@ -43103,8 +43103,8 @@ const ColorPickerIcon = ({ fill, onClick, showBorder = false }) => /* @__PURE__
|
|
|
43103
43103
|
cy: "20.2168",
|
|
43104
43104
|
r: "10",
|
|
43105
43105
|
fill: "none",
|
|
43106
|
-
stroke: "
|
|
43107
|
-
strokeWidth: "1
|
|
43106
|
+
stroke: "var(--theme-palette-grey-dark)",
|
|
43107
|
+
strokeWidth: "1"
|
|
43108
43108
|
}
|
|
43109
43109
|
),
|
|
43110
43110
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "29", cy: "28.2168", r: "5", fill: "white" }),
|
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 ? "
|
|
43026
|
+
border: showBorder ? "1px solid var(--theme-palette-grey-dark)" : "none",
|
|
43027
43027
|
"&:hover": {
|
|
43028
43028
|
transform: "scale(1.1)"
|
|
43029
43029
|
}
|
|
@@ -43086,8 +43086,8 @@ const ColorPickerIcon = ({ fill, onClick, showBorder = false }) => /* @__PURE__
|
|
|
43086
43086
|
cy: "20.2168",
|
|
43087
43087
|
r: "10",
|
|
43088
43088
|
fill: "none",
|
|
43089
|
-
stroke: "
|
|
43090
|
-
strokeWidth: "1
|
|
43089
|
+
stroke: "var(--theme-palette-grey-dark)",
|
|
43090
|
+
strokeWidth: "1"
|
|
43091
43091
|
}
|
|
43092
43092
|
),
|
|
43093
43093
|
/* @__PURE__ */ jsx("circle", { cx: "29", cy: "28.2168", r: "5", fill: "white" }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.10.0-dev.
|
|
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",
|