@codecademy/gamut-icons 9.54.1-alpha.fb9da9.0 → 9.54.1
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 +4 -20
- package/package.json +4 -4
package/dist/props.d.ts
CHANGED
|
@@ -214,20 +214,12 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
|
|
|
214
214
|
readonly scale: "spacing";
|
|
215
215
|
};
|
|
216
216
|
readonly mr: {
|
|
217
|
-
readonly property:
|
|
218
|
-
readonly physical: "marginRight";
|
|
219
|
-
readonly logical: "marginInlineEnd";
|
|
220
|
-
};
|
|
217
|
+
readonly property: "marginRight";
|
|
221
218
|
readonly scale: "spacing";
|
|
222
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
223
219
|
};
|
|
224
220
|
readonly ml: {
|
|
225
|
-
readonly property:
|
|
226
|
-
readonly physical: "marginLeft";
|
|
227
|
-
readonly logical: "marginInlineStart";
|
|
228
|
-
};
|
|
221
|
+
readonly property: "marginLeft";
|
|
229
222
|
readonly scale: "spacing";
|
|
230
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
231
223
|
};
|
|
232
224
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
233
225
|
readonly position: {
|
|
@@ -563,20 +555,12 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
|
563
555
|
readonly scale: "spacing";
|
|
564
556
|
}>;
|
|
565
557
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
566
|
-
readonly property:
|
|
567
|
-
readonly physical: "marginRight";
|
|
568
|
-
readonly logical: "marginInlineEnd";
|
|
569
|
-
};
|
|
558
|
+
readonly property: "marginRight";
|
|
570
559
|
readonly scale: "spacing";
|
|
571
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
572
560
|
}>;
|
|
573
561
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
574
|
-
readonly property:
|
|
575
|
-
readonly physical: "marginLeft";
|
|
576
|
-
readonly logical: "marginInlineStart";
|
|
577
|
-
};
|
|
562
|
+
readonly property: "marginLeft";
|
|
578
563
|
readonly scale: "spacing";
|
|
579
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
580
564
|
}>;
|
|
581
565
|
position?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
582
566
|
readonly property: "position";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-icons",
|
|
3
3
|
"description": "Icon library for codecademy.com",
|
|
4
|
-
"version": "9.54.1
|
|
4
|
+
"version": "9.54.1",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "17.11.1
|
|
8
|
-
"@codecademy/variance": "0.25.1
|
|
7
|
+
"@codecademy/gamut-styles": "17.11.1",
|
|
8
|
+
"@codecademy/variance": "0.25.1"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"types": "dist/index.d.ts",
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "38f5368f7245ab5a33464954c842405231edcd16"
|
|
33
33
|
}
|