@cgi-learning-hub/ui 1.10.0-dev.1763111040 → 1.10.0-dev.1763139452
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 +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -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
|
@@ -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.1763139452",
|
|
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",
|