@sps-woodland/tokens 7.2.0 → 7.2.2

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 25 Jan 2023 21:58:28 GMT
3
+ // Generated on Tue, 31 Jan 2023 14:02:01 GMT
4
4
 
5
5
  $asset-font-source-sans-pro-400-normal: "fonts/source-sans-pro-v9-latin-regular";
6
6
  $asset-font-source-sans-pro-400-italic: "fonts/source-sans-pro-v9-latin-italic";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 25 Jan 2023 21:58:28 GMT
3
+ * Generated on Tue, 31 Jan 2023 14:02:01 GMT
4
4
  */
5
5
 
6
6
  .red-light {
package/lib/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { sprinkleValues } from "./vanilla-extract/sprinkleValues";
2
2
  import type { Tokens } from "./tokens";
3
- export declare type Color = keyof typeof sprinkleValues.colors;
4
- export declare type IconName = keyof typeof Tokens.icon;
5
- export declare type IconSize = keyof typeof Tokens.size.icon;
3
+ export type Color = keyof typeof sprinkleValues.colors;
4
+ export type IconName = keyof typeof Tokens.icon;
5
+ export type IconSize = keyof typeof Tokens.size.icon;
@@ -49,7 +49,7 @@ export declare const gridProperties: {
49
49
  } & {
50
50
  styles: {
51
51
  gap: {
52
- mappings: ("rowGap" | "columnGap")[];
52
+ mappings: ("columnGap" | "rowGap")[];
53
53
  };
54
54
  };
55
55
  };
@@ -288,22 +288,22 @@ export declare const paddingProperties: {
288
288
  } & {
289
289
  styles: {
290
290
  padding: {
291
- mappings: ("paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight")[];
291
+ mappings: ("paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop")[];
292
292
  };
293
293
  paddingX: {
294
294
  mappings: ("paddingLeft" | "paddingRight")[];
295
295
  };
296
296
  paddingY: {
297
- mappings: ("paddingTop" | "paddingBottom")[];
297
+ mappings: ("paddingBottom" | "paddingTop")[];
298
298
  };
299
299
  p: {
300
- mappings: ("paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight")[];
300
+ mappings: ("paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop")[];
301
301
  };
302
302
  px: {
303
303
  mappings: ("paddingLeft" | "paddingRight")[];
304
304
  };
305
305
  py: {
306
- mappings: ("paddingTop" | "paddingBottom")[];
306
+ mappings: ("paddingBottom" | "paddingTop")[];
307
307
  };
308
308
  pt: {
309
309
  mappings: "paddingTop"[];