@ultraviolet/ui 1.77.1 → 1.77.2
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.
|
@@ -6,12 +6,12 @@ type DisclosureElement = ((popover: Partial<PopoverStateReturn>) => ReactElement
|
|
|
6
6
|
ref?: Ref<HTMLButtonElement>;
|
|
7
7
|
});
|
|
8
8
|
declare const arrowPlacementStyles: {
|
|
9
|
-
readonly bottom: (theme: Theme) => import("@emotion/
|
|
10
|
-
readonly 'bottom-end': (theme: Theme) => import("@emotion/
|
|
11
|
-
readonly 'bottom-start': (theme: Theme) => import("@emotion/
|
|
12
|
-
readonly top: (theme: Theme) => import("@emotion/
|
|
13
|
-
readonly 'top-end': (theme: Theme) => import("@emotion/
|
|
14
|
-
readonly 'top-start': (theme: Theme) => import("@emotion/
|
|
9
|
+
readonly bottom: (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
10
|
+
readonly 'bottom-end': (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
11
|
+
readonly 'bottom-start': (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
12
|
+
readonly top: (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
13
|
+
readonly 'top-end': (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
14
|
+
readonly 'top-start': (theme: Theme) => import("@emotion/serialize").SerializedStyles;
|
|
15
15
|
};
|
|
16
16
|
type ArrowPlacement = keyof typeof arrowPlacementStyles;
|
|
17
17
|
export declare const arrowPlacements: ArrowPlacement[];
|
|
@@ -7,5 +7,5 @@ export type PositionsType = {
|
|
|
7
7
|
popupInitialPosition: string;
|
|
8
8
|
popupPosition: string;
|
|
9
9
|
};
|
|
10
|
-
export declare const animation: (positions: PositionsType) => import("@emotion/
|
|
11
|
-
export declare const exitAnimation: (positions: PositionsType) => import("@emotion/
|
|
10
|
+
export declare const animation: (positions: PositionsType) => import("@emotion/serialize").Keyframes;
|
|
11
|
+
export declare const exitAnimation: (positions: PositionsType) => import("@emotion/serialize").Keyframes;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export declare const bounce: import("@emotion/
|
|
2
|
-
export declare const ping: import("@emotion/
|
|
3
|
-
export declare const flash: import("@emotion/
|
|
4
|
-
export declare const zoomIn: import("@emotion/
|
|
5
|
-
export declare const zoomOut: import("@emotion/
|
|
6
|
-
export declare const unfoldIn: import("@emotion/
|
|
7
|
-
export declare const unfoldOut: import("@emotion/
|
|
8
|
-
export declare const fadeIn: import("@emotion/
|
|
9
|
-
export declare const fadeOut: import("@emotion/
|
|
10
|
-
export declare const scaleUp: import("@emotion/
|
|
11
|
-
export declare const scaleDown: import("@emotion/
|
|
12
|
-
export declare const quickScaleDown: import("@emotion/
|
|
13
|
-
export declare const scaleBack: import("@emotion/
|
|
14
|
-
export declare const scaleForward: import("@emotion/
|
|
15
|
-
export declare const sketchIn: import("@emotion/
|
|
16
|
-
export declare const sketchOut: import("@emotion/
|
|
17
|
-
export declare const slideDownLarge: import("@emotion/
|
|
18
|
-
export declare const slideUpLarge: import("@emotion/
|
|
19
|
-
export declare const slideFromBottom: import("@emotion/
|
|
20
|
-
export declare const slideFromTop: import("@emotion/
|
|
21
|
-
export declare const slideFromRight: import("@emotion/
|
|
22
|
-
export declare const slideFromLeft: import("@emotion/
|
|
23
|
-
export declare const slideToBottom: import("@emotion/
|
|
24
|
-
export declare const slideToTop: import("@emotion/
|
|
25
|
-
export declare const slideToRight: import("@emotion/
|
|
26
|
-
export declare const slideToLeft: import("@emotion/
|
|
27
|
-
export declare const pulse: import("@emotion/
|
|
1
|
+
export declare const bounce: import("@emotion/serialize").Keyframes;
|
|
2
|
+
export declare const ping: import("@emotion/serialize").Keyframes;
|
|
3
|
+
export declare const flash: import("@emotion/serialize").Keyframes;
|
|
4
|
+
export declare const zoomIn: import("@emotion/serialize").Keyframes;
|
|
5
|
+
export declare const zoomOut: import("@emotion/serialize").Keyframes;
|
|
6
|
+
export declare const unfoldIn: import("@emotion/serialize").Keyframes;
|
|
7
|
+
export declare const unfoldOut: import("@emotion/serialize").Keyframes;
|
|
8
|
+
export declare const fadeIn: import("@emotion/serialize").Keyframes;
|
|
9
|
+
export declare const fadeOut: import("@emotion/serialize").Keyframes;
|
|
10
|
+
export declare const scaleUp: import("@emotion/serialize").Keyframes;
|
|
11
|
+
export declare const scaleDown: import("@emotion/serialize").Keyframes;
|
|
12
|
+
export declare const quickScaleDown: import("@emotion/serialize").Keyframes;
|
|
13
|
+
export declare const scaleBack: import("@emotion/serialize").Keyframes;
|
|
14
|
+
export declare const scaleForward: import("@emotion/serialize").Keyframes;
|
|
15
|
+
export declare const sketchIn: import("@emotion/serialize").Keyframes;
|
|
16
|
+
export declare const sketchOut: import("@emotion/serialize").Keyframes;
|
|
17
|
+
export declare const slideDownLarge: import("@emotion/serialize").Keyframes;
|
|
18
|
+
export declare const slideUpLarge: import("@emotion/serialize").Keyframes;
|
|
19
|
+
export declare const slideFromBottom: import("@emotion/serialize").Keyframes;
|
|
20
|
+
export declare const slideFromTop: import("@emotion/serialize").Keyframes;
|
|
21
|
+
export declare const slideFromRight: import("@emotion/serialize").Keyframes;
|
|
22
|
+
export declare const slideFromLeft: import("@emotion/serialize").Keyframes;
|
|
23
|
+
export declare const slideToBottom: import("@emotion/serialize").Keyframes;
|
|
24
|
+
export declare const slideToTop: import("@emotion/serialize").Keyframes;
|
|
25
|
+
export declare const slideToRight: import("@emotion/serialize").Keyframes;
|
|
26
|
+
export declare const slideToLeft: import("@emotion/serialize").Keyframes;
|
|
27
|
+
export declare const pulse: import("@emotion/serialize").Keyframes;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "1.77.
|
|
3
|
+
"version": "1.77.2",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@emotion/react": "11.13.
|
|
58
|
-
"@emotion/styled": "11.13.
|
|
57
|
+
"@emotion/react": "11.13.5",
|
|
58
|
+
"@emotion/styled": "11.13.5",
|
|
59
59
|
"react": "18.3.1",
|
|
60
60
|
"react-dom": "18.3.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/core": "7.26.0",
|
|
64
|
-
"@emotion/react": "11.13.
|
|
65
|
-
"@emotion/styled": "11.13.
|
|
64
|
+
"@emotion/react": "11.13.5",
|
|
65
|
+
"@emotion/styled": "11.13.5",
|
|
66
66
|
"@types/react": "18.3.12",
|
|
67
67
|
"@types/react-datepicker": "6.2.0",
|
|
68
68
|
"@types/react-dom": "18.3.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@utils/test": "0.0.1"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@emotion/serialize": "1.3.
|
|
74
|
+
"@emotion/serialize": "1.3.3",
|
|
75
75
|
"@nivo/bar": "0.80.0",
|
|
76
76
|
"@nivo/core": "0.80.0",
|
|
77
77
|
"@nivo/line": "0.80.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"react-toastify": "10.0.6",
|
|
86
86
|
"react-use-clipboard": "1.0.9",
|
|
87
87
|
"reakit": "1.3.11",
|
|
88
|
-
"@ultraviolet/icons": "3.4.
|
|
88
|
+
"@ultraviolet/icons": "3.4.3",
|
|
89
89
|
"@ultraviolet/themes": "1.15.0"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|