@livepeer/design-system 1.0.17 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Accordion.d.ts +4 -4
- package/dist/components/AlertDialog.d.ts +1 -2
- package/dist/components/Avatar.d.ts +1 -1
- package/dist/components/Button.d.ts +1 -1
- package/dist/components/Checkbox.d.ts +1 -1
- package/dist/components/ContextMenu.d.ts +3 -3
- package/dist/components/Dialog.d.ts +1 -1
- package/dist/components/DropdownMenu.d.ts +3 -3
- package/dist/components/Heading.d.ts +1 -1
- package/dist/components/Menu.d.ts +2 -2
- package/dist/components/Paragraph.d.ts +1 -1
- package/dist/components/Popover.d.ts +1 -1
- package/dist/components/ProgressBar.d.ts +1 -1
- package/dist/components/Radio.d.ts +1 -1
- package/dist/components/RadioCard.d.ts +1 -1
- package/dist/components/Select.d.ts +1 -1
- package/dist/components/Sheet.d.ts +1 -1
- package/dist/components/Slider.d.ts +1 -1
- package/dist/components/Switch.d.ts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/VerifiedBadge.d.ts +1 -1
- package/dist/index.es.js +189 -158
- package/dist/index.js +189 -158
- package/dist/stitches.config.d.ts +2 -2
- package/package.json +29 -29
- package/dist/components/Accordian.d.ts +0 -4
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type * as Stitches from "@stitches/react";
|
3
|
-
export type { VariantProps } from
|
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 =
|
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
|
3
|
+
"version": "1.1.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.es.js",
|
@@ -23,35 +23,35 @@
|
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
25
|
"@radix-ui/colors": "0.1.8",
|
26
|
-
"@radix-ui/react-accessible-icon": "^1.0.
|
27
|
-
"@radix-ui/react-accordion": "1.
|
28
|
-
"@radix-ui/react-alert-dialog": "1.0.
|
29
|
-
"@radix-ui/react-aspect-ratio": "1.0.
|
30
|
-
"@radix-ui/react-avatar": "1.0.
|
31
|
-
"@radix-ui/react-checkbox": "1.0.
|
32
|
-
"@radix-ui/react-collapsible": "^1.0.
|
33
|
-
"@radix-ui/react-context-menu": "1.
|
34
|
-
"@radix-ui/react-dialog": "1.0.
|
35
|
-
"@radix-ui/react-dropdown-menu": "2.0.
|
36
|
-
"@radix-ui/react-hover-card": "1.0.
|
37
|
-
"@radix-ui/react-icons": "1.
|
38
|
-
"@radix-ui/react-label": "^
|
39
|
-
"@radix-ui/react-menu": "
|
40
|
-
"@radix-ui/react-popover": "1.0.
|
41
|
-
"@radix-ui/react-portal": "1.0.
|
42
|
-
"@radix-ui/react-primitive": "^1.0.
|
43
|
-
"@radix-ui/react-progress": "1.0.
|
44
|
-
"@radix-ui/react-radio-group": "1.
|
45
|
-
"@radix-ui/react-scroll-area": "^1.0.
|
46
|
-
"@radix-ui/react-separator": "1.0.
|
47
|
-
"@radix-ui/react-slider": "1.
|
48
|
-
"@radix-ui/react-slot": "1.0.
|
49
|
-
"@radix-ui/react-switch": "1.0.
|
50
|
-
"@radix-ui/react-tabs": "1.0.
|
51
|
-
"@radix-ui/react-toggle": "1.0.
|
26
|
+
"@radix-ui/react-accessible-icon": "^1.0.3",
|
27
|
+
"@radix-ui/react-accordion": "1.1.2",
|
28
|
+
"@radix-ui/react-alert-dialog": "1.0.4",
|
29
|
+
"@radix-ui/react-aspect-ratio": "1.0.3",
|
30
|
+
"@radix-ui/react-avatar": "1.0.3",
|
31
|
+
"@radix-ui/react-checkbox": "1.0.4",
|
32
|
+
"@radix-ui/react-collapsible": "^1.0.3",
|
33
|
+
"@radix-ui/react-context-menu": "2.1.4",
|
34
|
+
"@radix-ui/react-dialog": "1.0.4",
|
35
|
+
"@radix-ui/react-dropdown-menu": "2.0.5",
|
36
|
+
"@radix-ui/react-hover-card": "1.0.6",
|
37
|
+
"@radix-ui/react-icons": "1.3.0",
|
38
|
+
"@radix-ui/react-label": "^2.0.2",
|
39
|
+
"@radix-ui/react-menu": "2.0.5",
|
40
|
+
"@radix-ui/react-popover": "1.0.6",
|
41
|
+
"@radix-ui/react-portal": "1.0.3",
|
42
|
+
"@radix-ui/react-primitive": "^1.0.3",
|
43
|
+
"@radix-ui/react-progress": "1.0.3",
|
44
|
+
"@radix-ui/react-radio-group": "1.1.3",
|
45
|
+
"@radix-ui/react-scroll-area": "^1.0.4",
|
46
|
+
"@radix-ui/react-separator": "1.0.3",
|
47
|
+
"@radix-ui/react-slider": "1.1.2",
|
48
|
+
"@radix-ui/react-slot": "1.0.2",
|
49
|
+
"@radix-ui/react-switch": "1.0.3",
|
50
|
+
"@radix-ui/react-tabs": "1.0.4",
|
51
|
+
"@radix-ui/react-toggle": "1.0.3",
|
52
52
|
"@radix-ui/react-toggle-button": "0.0.6",
|
53
|
-
"@radix-ui/react-tooltip": "1.0.
|
54
|
-
"@radix-ui/react-use-layout-effect": "1.0.
|
53
|
+
"@radix-ui/react-tooltip": "1.0.6",
|
54
|
+
"@radix-ui/react-use-layout-effect": "1.0.1",
|
55
55
|
"@stitches/react": "^1.2.8",
|
56
56
|
"lodash.merge": "^4.6.2",
|
57
57
|
"lodash.omit": "^4.5.0",
|