@codecademy/gamut-patterns 1.1.1-alpha.d49ddd.0 → 1.1.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.
- package/dist/props.d.ts +5 -0
- package/package.json +3 -3
package/dist/props.d.ts
CHANGED
|
@@ -172,6 +172,11 @@ 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
|
+
};
|
|
178
|
+
readonly isolation: {
|
|
179
|
+
readonly property: "isolation";
|
|
175
180
|
};
|
|
176
181
|
readonly opacity: {
|
|
177
182
|
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": "1.1.1-alpha.
|
|
4
|
+
"version": "1.1.1-alpha.e787e5.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": "21.2.1-alpha.
|
|
9
|
-
"@codecademy/variance": "1.1.1-alpha.
|
|
8
|
+
"@codecademy/gamut-styles": "21.2.1-alpha.e787e5.0",
|
|
9
|
+
"@codecademy/variance": "1.1.1-alpha.e787e5.0",
|
|
10
10
|
"classnames": "^2.2.5"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|