@ssa-ui-kit/templates 2.28.2 → 2.28.3
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.
|
@@ -7,6 +7,7 @@ export declare const IconWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
7
7
|
alignItems?: string;
|
|
8
8
|
fade?: boolean;
|
|
9
9
|
fadeDelay?: number;
|
|
10
|
+
isVisible?: boolean;
|
|
10
11
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
11
12
|
theme?: import("@emotion/react").Theme;
|
|
12
13
|
}, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const ItemsWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
20
21
|
alignItems?: string;
|
|
21
22
|
fade?: boolean;
|
|
22
23
|
fadeDelay?: number;
|
|
24
|
+
isVisible?: boolean;
|
|
23
25
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme;
|
|
25
27
|
}, {}, {}>;
|
|
@@ -32,6 +34,7 @@ export declare const WeightedItemsWrapper: import("@emotion/styled").StyledCompo
|
|
|
32
34
|
alignItems?: string;
|
|
33
35
|
fade?: boolean;
|
|
34
36
|
fadeDelay?: number;
|
|
37
|
+
isVisible?: boolean;
|
|
35
38
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
36
39
|
theme?: import("@emotion/react").Theme;
|
|
37
40
|
}, {}, {}>;
|
|
@@ -44,6 +47,7 @@ export declare const Instrument: import("@emotion/styled").StyledComponent<{
|
|
|
44
47
|
alignItems?: string;
|
|
45
48
|
fade?: boolean;
|
|
46
49
|
fadeDelay?: number;
|
|
50
|
+
isVisible?: boolean;
|
|
47
51
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
48
52
|
theme?: import("@emotion/react").Theme;
|
|
49
53
|
} & {
|
|
@@ -58,6 +62,7 @@ export declare const Price: import("@emotion/styled").StyledComponent<{
|
|
|
58
62
|
alignItems?: string;
|
|
59
63
|
fade?: boolean;
|
|
60
64
|
fadeDelay?: number;
|
|
65
|
+
isVisible?: boolean;
|
|
61
66
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
62
67
|
theme?: import("@emotion/react").Theme;
|
|
63
68
|
} & {
|
|
@@ -7,6 +7,7 @@ export declare const TopMenuWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
7
7
|
alignItems?: string;
|
|
8
8
|
fade?: boolean;
|
|
9
9
|
fadeDelay?: number;
|
|
10
|
+
isVisible?: boolean;
|
|
10
11
|
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
11
12
|
theme?: import("@emotion/react").Theme;
|
|
12
13
|
}, {}, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssa-ui-kit/templates",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"react-plotly.js": "^2.6.0",
|
|
34
34
|
"react-toastify": "^11.0.3",
|
|
35
35
|
"usehooks-ts": "^3.1.0",
|
|
36
|
-
"@ssa-ui-kit/
|
|
37
|
-
"@ssa-ui-kit/
|
|
38
|
-
"@ssa-ui-kit/
|
|
39
|
-
"@ssa-ui-kit/widgets": "^2.28.
|
|
36
|
+
"@ssa-ui-kit/hooks": "^2.28.3",
|
|
37
|
+
"@ssa-ui-kit/utils": "^2.28.3",
|
|
38
|
+
"@ssa-ui-kit/core": "^2.28.3",
|
|
39
|
+
"@ssa-ui-kit/widgets": "^2.28.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@emotion/css": "^11.13.5",
|