@livepeer/design-system 1.0.12 → 1.0.14

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
  /// <reference types="react" />
2
2
  import type * as Stitches from "@stitches/react";
3
- export type { VariantProps } from '@stitches/react';
3
+ export type { VariantProps } from "@stitches/react";
4
4
  export declare const styled: <Type extends import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements | import("react").ComponentType<any>, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
5
5
  [name: string]: unknown;
6
6
  })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
@@ -6310,7 +6310,7 @@ export declare const darkTheme: string & {
6310
6310
  };
6311
6311
  }, "">;
6312
6312
  export declare const naturalPairingsKeys: readonly ["gray", "tomato", "red", "crimson", "pink", "plum", "purple", "violet", "indigo", "blue", "sky", "cyan", "teal", "mint", "green", "grass", "lime", "yellow", "amber", "orange", "brown"];
6313
- export declare type NaturalPairingsKeys = typeof naturalPairingsKeys[number];
6313
+ export declare type NaturalPairingsKeys = (typeof naturalPairingsKeys)[number];
6314
6314
  export declare type NaturalPairings = {
6315
6315
  [K in NaturalPairingsKeys]: string;
6316
6316
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",