@rango-dev/widget-embedded 0.27.3-next.3 → 0.27.3-next.5
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.
|
@@ -974,7 +974,7 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
974
974
|
zIndices: {};
|
|
975
975
|
transitions: {};
|
|
976
976
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
977
|
-
export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui
|
|
977
|
+
export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").IconButtonPropTypes & {
|
|
978
978
|
children?: import("react").ReactNode;
|
|
979
979
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
980
980
|
xs: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const HeaderButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui
|
|
2
|
+
export declare const HeaderButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").IconButtonPropTypes & {
|
|
3
3
|
children?: import("react").ReactNode;
|
|
4
4
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
5
5
|
xs: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/widget-embedded",
|
|
3
|
-
"version": "0.27.3-next.
|
|
3
|
+
"version": "0.27.3-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@lingui/core": "4.2.1",
|
|
26
26
|
"@lingui/react": "4.2.1",
|
|
27
27
|
"@rango-dev/logging-core": "^0.2.1-next.1",
|
|
28
|
-
"@rango-dev/provider-all": "^0.32.2-next.
|
|
28
|
+
"@rango-dev/provider-all": "^0.32.2-next.1",
|
|
29
29
|
"@rango-dev/queue-manager-core": "^0.26.0",
|
|
30
30
|
"@rango-dev/queue-manager-rango-preset": "^0.32.1-next.0",
|
|
31
31
|
"@rango-dev/queue-manager-react": "^0.26.0",
|
|
32
|
-
"@rango-dev/ui": "^0.33.1-next.
|
|
32
|
+
"@rango-dev/ui": "^0.33.1-next.2",
|
|
33
33
|
"@rango-dev/wallets-react": "^0.18.1-next.0",
|
|
34
34
|
"@rango-dev/wallets-shared": "^0.32.1-next.0",
|
|
35
35
|
"bignumber.js": "^9.1.1",
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|