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