@codecademy/gamut-icons 9.46.2 → 9.46.3-alpha.431d79.0
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/props.d.ts +6 -0
- package/package.json +4 -4
package/dist/props.d.ts
CHANGED
|
@@ -70,6 +70,9 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
|
|
|
70
70
|
readonly gridArea: {
|
|
71
71
|
readonly property: "gridArea";
|
|
72
72
|
};
|
|
73
|
+
readonly containerType: {
|
|
74
|
+
readonly property: "containerType";
|
|
75
|
+
};
|
|
73
76
|
readonly display: {
|
|
74
77
|
readonly property: "display";
|
|
75
78
|
};
|
|
@@ -410,6 +413,9 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
|
410
413
|
gridArea?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
411
414
|
readonly property: "gridArea";
|
|
412
415
|
}>;
|
|
416
|
+
containerType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
417
|
+
readonly property: "containerType";
|
|
418
|
+
}>;
|
|
413
419
|
display?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
414
420
|
readonly property: "display";
|
|
415
421
|
}>;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-icons",
|
|
3
3
|
"description": "Icon library for codecademy.com",
|
|
4
|
-
"version": "9.46.
|
|
4
|
+
"version": "9.46.3-alpha.431d79.0",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "17.
|
|
8
|
-
"@codecademy/variance": "0.
|
|
7
|
+
"@codecademy/gamut-styles": "17.7.0-alpha.431d79.0",
|
|
8
|
+
"@codecademy/variance": "0.23.0-alpha.431d79.0"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"types": "dist/index.d.ts",
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "22bf281fbf06dcbe6cfc67f1b3f22263fe1ce9f9"
|
|
33
33
|
}
|