@ultraviolet/plus 2.0.0-beta.2 → 2.0.0-beta.4
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,13 +53,14 @@ 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;
|
|
60
56
|
className?: string;
|
|
61
57
|
children: import("react").ReactNode;
|
|
62
58
|
'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;
|
|
63
64
|
} & {
|
|
64
65
|
theme?: Theme;
|
|
65
66
|
} & {
|
|
@@ -92,13 +93,14 @@ export declare const ItemResourceName: import("@emotion/styled").StyledComponent
|
|
|
92
93
|
animated: boolean;
|
|
93
94
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
94
95
|
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;
|
|
99
96
|
className?: string;
|
|
100
97
|
children: import("react").ReactNode;
|
|
101
98
|
'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;
|
|
102
104
|
} & {
|
|
103
105
|
theme?: Theme;
|
|
104
106
|
}, {}, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.4",
|
|
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": "3.0.0-beta.
|
|
58
|
+
"@ultraviolet/ui": "3.0.0-beta.4"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "7.28.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"react": "19.1.1",
|
|
67
67
|
"react-dom": "19.1.1",
|
|
68
68
|
"@ultraviolet/illustrations": "5.0.2-beta.0",
|
|
69
|
-
"@ultraviolet/ui": "3.0.0-beta.
|
|
69
|
+
"@ultraviolet/ui": "3.0.0-beta.4",
|
|
70
70
|
"@utils/test": "0.0.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
@@ -74,7 +74,7 @@
|
|
|
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.4-beta.
|
|
77
|
+
"@ultraviolet/icons": "4.0.4-beta.1",
|
|
78
78
|
"@ultraviolet/themes": "2.1.0-beta.0"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|