@codecademy/gamut-icons 10.2.1-alpha.b0b417.0 → 10.2.1-alpha.e787e5.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 +10 -0
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -366,6 +366,11 @@ 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";
|
|
369
374
|
};
|
|
370
375
|
readonly opacity: {
|
|
371
376
|
readonly property: "opacity";
|
|
@@ -929,6 +934,11 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
|
929
934
|
}>;
|
|
930
935
|
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
931
936
|
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";
|
|
932
942
|
}>;
|
|
933
943
|
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
934
944
|
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.e787e5.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.e787e5.0",
|
|
8
|
+
"@codecademy/variance": "1.1.1-alpha.e787e5.0"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|