@codecademy/gamut-patterns 0.10.22-alpha.e71051.0 → 0.10.22-alpha.ef1032.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 -1
- package/package.json +4 -4
package/dist/props.d.ts
CHANGED
|
@@ -57,7 +57,11 @@ declare const patternStyles: import("@codecademy/variance/dist/types/config").Pa
|
|
|
57
57
|
};
|
|
58
58
|
readonly dimensions: {
|
|
59
59
|
readonly property: "width";
|
|
60
|
-
readonly properties:
|
|
60
|
+
readonly properties: {
|
|
61
|
+
readonly physical: readonly ["width", "height"];
|
|
62
|
+
readonly logical: readonly ["inlineSize", "blockSize"];
|
|
63
|
+
};
|
|
64
|
+
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
61
65
|
readonly transform: (value: string | number) => string | 0;
|
|
62
66
|
};
|
|
63
67
|
readonly width: {
|
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.22-alpha.
|
|
4
|
+
"version": "0.10.22-alpha.ef1032.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": "17.
|
|
9
|
-
"@codecademy/variance": "0.
|
|
8
|
+
"@codecademy/gamut-styles": "17.12.0-alpha.ef1032.0",
|
|
9
|
+
"@codecademy/variance": "0.26.0-alpha.ef1032.0",
|
|
10
10
|
"classnames": "^2.2.5"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "ac01dc114c9f7a21f5f1d5365d750979098130bf"
|
|
36
36
|
}
|