@codecademy/gamut-patterns 0.10.35-alpha.d0aedd.0 → 0.10.35-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.
- package/dist/props.d.ts +2 -0
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -172,6 +172,8 @@ declare const patternStyles: import("@codecademy/variance/dist/types/config").Pa
|
|
|
172
172
|
};
|
|
173
173
|
readonly zIndex: {
|
|
174
174
|
readonly property: "zIndex";
|
|
175
|
+
readonly scale: "zIndexes";
|
|
176
|
+
readonly allowRawValue: true;
|
|
175
177
|
};
|
|
176
178
|
readonly opacity: {
|
|
177
179
|
readonly property: "opacity";
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-patterns",
|
|
3
3
|
"description": "Pattern library for Codecademy",
|
|
4
|
-
"version": "0.10.35-alpha.
|
|
4
|
+
"version": "0.10.35-alpha.d20b57.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@codecademy/gamut-styles": "20.0.3-alpha.
|
|
9
|
-
"@codecademy/variance": "0.26.2-alpha.
|
|
8
|
+
"@codecademy/gamut-styles": "20.0.3-alpha.d20b57.0",
|
|
9
|
+
"@codecademy/variance": "0.26.2-alpha.d20b57.0",
|
|
10
10
|
"classnames": "^2.2.5"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|