@ultraviolet/plus 0.21.29 → 0.21.30
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.
|
@@ -17,7 +17,7 @@ export declare const PriceCol: import("@emotion/styled").StyledComponent<{
|
|
|
17
17
|
theme?: Theme;
|
|
18
18
|
as?: React.ElementType;
|
|
19
19
|
}, import("react").DetailedHTMLProps<import("react").ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, {}>;
|
|
20
|
-
export declare const PriceCell: (theme: Theme) => import("@emotion/
|
|
20
|
+
export declare const PriceCell: (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
21
21
|
export declare const Cell: import("@emotion/styled").StyledComponent<{
|
|
22
22
|
theme?: Theme;
|
|
23
23
|
as?: React.ElementType;
|
|
@@ -7,5 +7,5 @@ export declare const NAVIGATION_MAX_WIDTH = 320;
|
|
|
7
7
|
* collapse and expand animation duration of the whole nav in ms
|
|
8
8
|
*/
|
|
9
9
|
export declare const ANIMATION_DURATION = 250;
|
|
10
|
-
export declare const shrinkHeight: import("@emotion/
|
|
11
|
-
export declare const groupAnimation: import("@emotion/
|
|
10
|
+
export declare const shrinkHeight: import("@emotion/serialize").Keyframes;
|
|
11
|
+
export declare const groupAnimation: import("@emotion/serialize").Keyframes;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.30",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@emotion/react": "11.13.
|
|
55
|
-
"@emotion/styled": "11.13.
|
|
54
|
+
"@emotion/react": "11.13.5",
|
|
55
|
+
"@emotion/styled": "11.13.5",
|
|
56
56
|
"react": "18.3.1",
|
|
57
57
|
"react-dom": "18.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/core": "7.26.0",
|
|
61
|
-
"@emotion/react": "11.13.
|
|
62
|
-
"@emotion/styled": "11.13.
|
|
61
|
+
"@emotion/react": "11.13.5",
|
|
62
|
+
"@emotion/styled": "11.13.5",
|
|
63
63
|
"@types/react": "18.3.12",
|
|
64
64
|
"@types/react-dom": "18.3.1",
|
|
65
65
|
"react": "18.3.1",
|
|
66
66
|
"react-dom": "18.3.1",
|
|
67
|
-
"@ultraviolet/illustrations": "3.4.
|
|
67
|
+
"@ultraviolet/illustrations": "3.4.2",
|
|
68
68
|
"@utils/test": "0.0.1"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@uiw/codemirror-theme-material": "4.23.5",
|
|
73
73
|
"@uiw/react-codemirror": "4.23.5",
|
|
74
74
|
"react-intersection-observer": "9.13.1",
|
|
75
|
-
"@ultraviolet/icons": "3.4.
|
|
75
|
+
"@ultraviolet/icons": "3.4.3",
|
|
76
76
|
"@ultraviolet/themes": "1.15.0",
|
|
77
|
-
"@ultraviolet/ui": "1.77.
|
|
77
|
+
"@ultraviolet/ui": "1.77.2"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"prebuild": "shx rm -rf dist",
|