@codecademy/gamut-patterns 0.10.20-alpha.4928bf.0 → 0.10.20-alpha.5cb204.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 -10
- package/package.json +4 -4
package/dist/props.d.ts
CHANGED
|
@@ -172,20 +172,12 @@ declare const patternStyles: import("@codecademy/variance/dist/types/config").Pa
|
|
|
172
172
|
readonly scale: "spacing";
|
|
173
173
|
};
|
|
174
174
|
readonly mr: {
|
|
175
|
-
readonly property:
|
|
176
|
-
readonly physical: "marginRight";
|
|
177
|
-
readonly logical: "marginInlineEnd";
|
|
178
|
-
};
|
|
175
|
+
readonly property: "marginRight";
|
|
179
176
|
readonly scale: "spacing";
|
|
180
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
181
177
|
};
|
|
182
178
|
readonly ml: {
|
|
183
|
-
readonly property:
|
|
184
|
-
readonly physical: "marginLeft";
|
|
185
|
-
readonly logical: "marginInlineStart";
|
|
186
|
-
};
|
|
179
|
+
readonly property: "marginLeft";
|
|
187
180
|
readonly scale: "spacing";
|
|
188
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
189
181
|
};
|
|
190
182
|
}>>]>>;
|
|
191
183
|
export type PatternStyleProps = StyleProps<typeof patternStyles>;
|
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.20-alpha.
|
|
4
|
+
"version": "0.10.20-alpha.5cb204.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.11.1-alpha.
|
|
9
|
-
"@codecademy/variance": "0.25.1-alpha.
|
|
8
|
+
"@codecademy/gamut-styles": "17.11.1-alpha.5cb204.0",
|
|
9
|
+
"@codecademy/variance": "0.25.1-alpha.5cb204.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": "2abb6d1195031cfc284897ad3644d3b72e4d1b73"
|
|
36
36
|
}
|