@codecademy/gamut-icons
9.57.109.57.11-alpha.a75830.0
dist/props.d.ts~
dist/props.d.tsModified+4
Index: package/dist/props.d.ts
===================================================================
--- package/dist/props.d.ts
+++ package/dist/props.d.ts
@@ -365,8 +365,10 @@
readonly transform: (value: string | number) => string | 0;
};
readonly zIndex: {
readonly property: "zIndex";
+ readonly scale: "zIndexes";
+ readonly allowRawValue: true;
};
readonly opacity: {
readonly property: "opacity";
};
@@ -928,8 +930,10 @@
readonly transform: (value: string | number) => string | 0;
}>;
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
readonly property: "zIndex";
+ readonly scale: "zIndexes";
+ readonly allowRawValue: true;
}>;
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
readonly property: "opacity";
}>;