@ultraviolet/plus 2.0.0-beta.5 → 2.0.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.
|
@@ -53,14 +53,13 @@ export declare const TimeCell: import("@emotion/styled").StyledComponent<{
|
|
|
53
53
|
as?: React.ElementType;
|
|
54
54
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
55
55
|
export declare const BadgeBeta: import("@emotion/styled").StyledComponent<{
|
|
56
|
+
sentiment?: import("node_modules/@ultraviolet/ui/dist/theme").Color;
|
|
57
|
+
size?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").SIZES;
|
|
58
|
+
prominence?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").PROMINENCES;
|
|
59
|
+
disabled?: boolean;
|
|
56
60
|
className?: string;
|
|
57
61
|
children: import("react").ReactNode;
|
|
58
62
|
'data-testid'?: string;
|
|
59
|
-
} & {
|
|
60
|
-
size?: "small" | "large" | "medium" | undefined;
|
|
61
|
-
sentiment?: "neutral" | "danger" | "info" | "primary" | "secondary" | "success" | "warning" | "white" | "black" | undefined;
|
|
62
|
-
prominence?: "strong" | "default" | undefined;
|
|
63
|
-
disabled?: boolean | undefined;
|
|
64
63
|
} & {
|
|
65
64
|
theme?: Theme;
|
|
66
65
|
} & {
|
|
@@ -93,14 +92,13 @@ export declare const ItemResourceName: import("@emotion/styled").StyledComponent
|
|
|
93
92
|
animated: boolean;
|
|
94
93
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
95
94
|
export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
|
|
95
|
+
sentiment?: import("node_modules/@ultraviolet/ui/dist/theme").Color;
|
|
96
|
+
size?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").SIZES;
|
|
97
|
+
prominence?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").PROMINENCES;
|
|
98
|
+
disabled?: boolean;
|
|
96
99
|
className?: string;
|
|
97
100
|
children: import("react").ReactNode;
|
|
98
101
|
'data-testid'?: string;
|
|
99
|
-
} & {
|
|
100
|
-
size?: "small" | "large" | "medium" | undefined;
|
|
101
|
-
sentiment?: "neutral" | "danger" | "info" | "primary" | "secondary" | "success" | "warning" | "white" | "black" | undefined;
|
|
102
|
-
prominence?: "strong" | "default" | undefined;
|
|
103
|
-
disabled?: boolean | undefined;
|
|
104
102
|
} & {
|
|
105
103
|
theme?: Theme;
|
|
106
104
|
}, {}, {}>;
|
|
@@ -19,7 +19,7 @@ export declare const OfferList: {
|
|
|
19
19
|
expandable?: import("react").ReactNode;
|
|
20
20
|
selectDisabled?: boolean | string;
|
|
21
21
|
disabled?: boolean;
|
|
22
|
-
sentiment?: "
|
|
22
|
+
sentiment?: "primary" | "secondary" | "neutral" | "success" | "danger" | "warning" | "info";
|
|
23
23
|
expanded?: boolean;
|
|
24
24
|
className?: string;
|
|
25
25
|
expandablePadding?: "0" | "1" | "0.5" | "0.25" | "1.5" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@emotion/styled": "11.14.1",
|
|
56
56
|
"react": "18.x || 19.x",
|
|
57
57
|
"react-dom": "18.x || 19.x",
|
|
58
|
-
"@ultraviolet/ui": "
|
|
58
|
+
"@ultraviolet/ui": "2.1.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "7.28.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@types/react-dom": "19.1.7",
|
|
66
66
|
"react": "19.1.1",
|
|
67
67
|
"react-dom": "19.1.1",
|
|
68
|
-
"@ultraviolet/illustrations": "5.0.
|
|
69
|
-
"@ultraviolet/ui": "
|
|
68
|
+
"@ultraviolet/illustrations": "5.0.1",
|
|
69
|
+
"@ultraviolet/ui": "2.1.0",
|
|
70
70
|
"@utils/test": "0.0.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@uiw/codemirror-theme-material": "4.24.2",
|
|
75
75
|
"@uiw/react-codemirror": "4.24.2",
|
|
76
76
|
"react-intersection-observer": "9.16.0",
|
|
77
|
-
"@ultraviolet/icons": "4.0.
|
|
78
|
-
"@ultraviolet/themes": "2.
|
|
77
|
+
"@ultraviolet/icons": "4.0.3",
|
|
78
|
+
"@ultraviolet/themes": "2.0.0"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"type:generate": "tsc --declaration -p tsconfig.build.json",
|