@octopusdeploy/design-system-icons 2025.3.8012 → 2025.3.8049
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/src/IconTypes.d.ts
CHANGED
package/dist/src/IconWrapper.js
CHANGED
@@ -54,6 +54,8 @@ function getIconStyles(size, color) {
|
|
54
54
|
return (0, css_1.cx)(iconBaseStyles, mediumIconStyles);
|
55
55
|
case 24:
|
56
56
|
return (0, css_1.cx)(iconBaseStyles, largeIconStyles);
|
57
|
+
case 36:
|
58
|
+
return (0, css_1.cx)(iconBaseStyles, extraLargeIconStyles);
|
57
59
|
}
|
58
60
|
}
|
59
61
|
const smallIconStyles = (0, css_1.css)({
|
@@ -68,3 +70,7 @@ const largeIconStyles = (0, css_1.css)({
|
|
68
70
|
height: "24px",
|
69
71
|
width: "24px",
|
70
72
|
});
|
73
|
+
const extraLargeIconStyles = (0, css_1.css)({
|
74
|
+
height: "36px",
|
75
|
+
width: "36px",
|
76
|
+
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@octopusdeploy/design-system-icons",
|
3
|
-
"version": "2025.3.
|
3
|
+
"version": "2025.3.8049",
|
4
4
|
"description": "The design systems icons. This package contains the icon components extracted from SVGs in Figma.",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"exports": "./dist/src/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"pnpm": "^9.15.3",
|
25
25
|
"ts-node": "^10.9.2",
|
26
26
|
"typescript": "^5.8.3",
|
27
|
-
"@octopusdeploy/eslint-config": "^2025.3.
|
27
|
+
"@octopusdeploy/eslint-config": "^2025.3.8049"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
30
|
"@types/react": "^16.14.0",
|