@codecademy/gamut-patterns 0.10.35-alpha.a75830.0 → 0.10.35-alpha.a7c2f8.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 +0 -2
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -172,8 +172,6 @@ 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;
|
|
177
175
|
};
|
|
178
176
|
readonly opacity: {
|
|
179
177
|
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.a7c2f8.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.a7c2f8.0",
|
|
9
|
+
"@codecademy/variance": "0.26.2-alpha.a7c2f8.0",
|
|
10
10
|
"classnames": "^2.2.5"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|