@codecademy/gamut-icons 10.2.1-alpha.e40070.0 → 10.2.1-alpha.f92633.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 -10
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -366,11 +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
|
-
};
|
|
372
|
-
readonly isolation: {
|
|
373
|
-
readonly property: "isolation";
|
|
374
369
|
};
|
|
375
370
|
readonly opacity: {
|
|
376
371
|
readonly property: "opacity";
|
|
@@ -934,11 +929,6 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
|
934
929
|
}>;
|
|
935
930
|
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
936
931
|
readonly property: "zIndex";
|
|
937
|
-
readonly scale: "zIndexes";
|
|
938
|
-
readonly allowRawValue: true;
|
|
939
|
-
}>;
|
|
940
|
-
isolation?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
941
|
-
readonly property: "isolation";
|
|
942
932
|
}>;
|
|
943
933
|
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
944
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": "10.2.1-alpha.
|
|
4
|
+
"version": "10.2.1-alpha.f92633.0",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "21.2.1-alpha.
|
|
8
|
-
"@codecademy/variance": "1.1.1-alpha.
|
|
7
|
+
"@codecademy/gamut-styles": "21.2.1-alpha.f92633.0",
|
|
8
|
+
"@codecademy/variance": "1.1.1-alpha.f92633.0"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|