odaptos_design_system 1.4.68 → 1.4.69
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/odaptos_design_system.cjs.development.js +8 -6
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +8 -6
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/Other/ProjectHoverSvg.tsx +3 -2
- package/src/Icons/Other/ProjectSvg.tsx +3 -2
|
@@ -6595,10 +6595,11 @@ function ProjectSvg({
|
|
|
6595
6595
|
height: "100%"
|
|
6596
6596
|
}, rest), /*#__PURE__*/React__default.createElement("svg", {
|
|
6597
6597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6598
|
-
width: "
|
|
6599
|
-
height: "
|
|
6598
|
+
width: "100%",
|
|
6599
|
+
height: "100%",
|
|
6600
6600
|
viewBox: "0 0 264 200",
|
|
6601
|
-
fill: "none"
|
|
6601
|
+
fill: "none",
|
|
6602
|
+
preserveAspectRatio: "none"
|
|
6602
6603
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
6603
6604
|
fillRule: "evenodd",
|
|
6604
6605
|
clipRule: "evenodd",
|
|
@@ -6621,10 +6622,11 @@ function ProjectSvg$1({
|
|
|
6621
6622
|
height: "100%"
|
|
6622
6623
|
}, rest), /*#__PURE__*/React__default.createElement("svg", {
|
|
6623
6624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6624
|
-
width: "
|
|
6625
|
-
height: "
|
|
6625
|
+
width: "100%",
|
|
6626
|
+
height: "100%",
|
|
6626
6627
|
viewBox: "0 0 264 200",
|
|
6627
|
-
fill: "none"
|
|
6628
|
+
fill: "none",
|
|
6629
|
+
preserveAspectRatio: "none"
|
|
6628
6630
|
}, /*#__PURE__*/React__default.createElement("mask", {
|
|
6629
6631
|
id: "path-1-inside-1_650_42678",
|
|
6630
6632
|
fill: "white"
|