@codecademy/gamut-icons 10.2.1-alpha.b40fc8.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.
Files changed (2) hide show
  1. package/dist/props.d.ts +6 -0
  2. package/package.json +3 -3
package/dist/props.d.ts CHANGED
@@ -369,6 +369,9 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
369
369
  readonly scale: "zIndexes";
370
370
  readonly allowRawValue: true;
371
371
  };
372
+ readonly isolation: {
373
+ readonly property: "isolation";
374
+ };
372
375
  readonly opacity: {
373
376
  readonly property: "opacity";
374
377
  };
@@ -934,6 +937,9 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
934
937
  readonly scale: "zIndexes";
935
938
  readonly allowRawValue: true;
936
939
  }>;
940
+ isolation?: import("@codecademy/variance/dist/types/config").Scale<{
941
+ readonly property: "isolation";
942
+ }>;
937
943
  opacity?: import("@codecademy/variance/dist/types/config").Scale<{
938
944
  readonly property: "opacity";
939
945
  }>;
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.b40fc8.0",
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.b40fc8.0",
8
- "@codecademy/variance": "1.1.1-alpha.b40fc8.0"
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"