@codecademy/gamut-icons 9.57.11-alpha.d20b57.0 → 9.57.11-alpha.dae723.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 +0 -4
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -366,8 +366,6 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
|
|
|
366
366
|
};
|
|
367
367
|
readonly zIndex: {
|
|
368
368
|
readonly property: "zIndex";
|
|
369
|
-
readonly scale: "zIndexes";
|
|
370
|
-
readonly allowRawValue: true;
|
|
371
369
|
};
|
|
372
370
|
readonly opacity: {
|
|
373
371
|
readonly property: "opacity";
|
|
@@ -931,8 +929,6 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
|
931
929
|
}>;
|
|
932
930
|
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
933
931
|
readonly property: "zIndex";
|
|
934
|
-
readonly scale: "zIndexes";
|
|
935
|
-
readonly allowRawValue: true;
|
|
936
932
|
}>;
|
|
937
933
|
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
938
934
|
readonly property: "opacity";
|
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.57.11-alpha.
|
|
4
|
+
"version": "9.57.11-alpha.dae723.0",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "20.0.3-alpha.
|
|
8
|
-
"@codecademy/variance": "0.26.2-alpha.
|
|
7
|
+
"@codecademy/gamut-styles": "20.0.3-alpha.dae723.0",
|
|
8
|
+
"@codecademy/variance": "0.26.2-alpha.dae723.0"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|