@rango-dev/widget-embedded 0.27.3-next.4 → 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/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
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/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
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.4",
3
+ "version": "0.27.3-next.5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -29,7 +29,7 @@
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.0",
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",