decentraland-ui2 1.1.13-21171503595.commit-274f53c → 1.1.14-21174106758.commit-61c1f60

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.
Files changed (25) hide show
  1. package/dist/components/Address/Address.styled.d.ts +2 -2
  2. package/dist/components/AssetImage/AssetImage.stories.styled.d.ts +1 -1
  3. package/dist/components/AssetImage/AssetImage.styled.d.ts +2 -2
  4. package/dist/components/AvatarFace/AvatarFace.styled.d.ts +1 -1
  5. package/dist/components/Banner/Banner.styled.d.ts +1 -1
  6. package/dist/components/Blockie/Blockie.styled.d.ts +1 -1
  7. package/dist/components/CreditsToggle/CreditsToggle.styled.d.ts +3 -3
  8. package/dist/components/Footer/Footer.styled.d.ts +3 -3
  9. package/dist/components/Icon/Icons.stories.styled.d.ts +1 -1
  10. package/dist/components/LanguageDropdown/LanguageDropdown.styled.d.ts +1 -1
  11. package/dist/components/Mana/Mana.styled.d.ts +1 -1
  12. package/dist/components/Navbar/Navbar.styled.d.ts +1 -1
  13. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.d.ts +5 -5
  14. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.d.ts +1 -1
  15. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.d.ts +3 -3
  16. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts +4 -4
  17. package/dist/components/Profile/Profile.stories.styled.d.ts +3 -3
  18. package/dist/components/Profile/Profile.styled.d.ts +2 -2
  19. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.d.ts +3 -3
  20. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.d.ts +1 -1
  21. package/dist/components/WearablePreview/EmoteControls/EmoteControls.styled.d.ts +3 -3
  22. package/dist/components/WearablePreview/WearablePreview.stories.styled.d.ts +1 -1
  23. package/dist/components/WearablePreview/WearablePreview.styled.d.ts +1 -1
  24. package/dist/components/WearablePreview/ZoomControls/ZoomControls.styled.d.ts +1 -1
  25. package/package.json +12 -6
@@ -1,6 +1,6 @@
1
1
  declare const AddressContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
5
5
  declare const CopyButton: import("@emotion/styled").StyledComponent<import("@mui/material/IconButton").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
@@ -14,6 +14,6 @@ declare const CopyIcon: import("@emotion/styled").StyledComponent<import("@mui/m
14
14
  }, {}, {}>;
15
15
  declare const StyledAddress: import("@emotion/styled").StyledComponent<{
16
16
  theme?: import("@emotion/react").Theme;
17
- as?: import("react").ElementType;
17
+ as?: React.ElementType;
18
18
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
19
19
  export { AddressContainer, CopyButton, CopyIcon, StyledAddress };
@@ -1,5 +1,5 @@
1
1
  declare const AssetImageContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  export { AssetImageContainer };
@@ -1,10 +1,10 @@
1
1
  import { AssetImageProps } from "./AssetImage.types";
2
2
  declare const AssetImageContainer: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
- as?: import("react").ElementType;
4
+ as?: React.ElementType;
5
5
  } & Pick<AssetImageProps, "rarity">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
6
  declare const AssetImageStyled: import("@emotion/styled").StyledComponent<{
7
7
  theme?: import("@emotion/react").Theme;
8
- as?: import("react").ElementType;
8
+ as?: React.ElementType;
9
9
  }, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
10
10
  export { AssetImageContainer, AssetImageStyled };
@@ -1,7 +1,7 @@
1
1
  import { AvatarFaceProps } from "./AvatarFace.types";
2
2
  declare const AvatarContainer: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
- as?: import("react").ElementType;
4
+ as?: React.ElementType;
5
5
  } & Pick<AvatarFaceProps, "inline">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
6
  declare const Avatar: import("@emotion/styled").StyledComponent<import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
7
7
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -22,7 +22,7 @@ declare const Content: import("@emotion/styled").StyledComponent<import("@mui/sy
22
22
  }, {}, {}>;
23
23
  declare const Logo: import("@emotion/styled").StyledComponent<{
24
24
  theme?: import("@emotion/react").Theme;
25
- as?: import("react").ElementType;
25
+ as?: React.ElementType;
26
26
  }, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
27
27
  declare const Title: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
28
28
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
@@ -1,6 +1,6 @@
1
1
  declare const StyledCanvas: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  } & {
5
5
  scale: number;
6
6
  size: number;
@@ -15,19 +15,19 @@ declare const LeftSection: import("@emotion/styled").StyledComponent<import("@mu
15
15
  }, {}, {}>;
16
16
  declare const StyledText: import("@emotion/styled").StyledComponent<{
17
17
  theme?: import("@emotion/react").Theme;
18
- as?: import("react").ElementType;
18
+ as?: React.ElementType;
19
19
  } & {
20
20
  active?: boolean;
21
21
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
22
22
  declare const StyledAmount: import("@emotion/styled").StyledComponent<{
23
23
  theme?: import("@emotion/react").Theme;
24
- as?: import("react").ElementType;
24
+ as?: React.ElementType;
25
25
  } & {
26
26
  active?: boolean;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
28
28
  declare const StyledNumber: import("@emotion/styled").StyledComponent<{
29
29
  theme?: import("@emotion/react").Theme;
30
- as?: import("react").ElementType;
30
+ as?: React.ElementType;
31
31
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
32
32
  declare const PopupContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
33
33
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -1,6 +1,6 @@
1
1
  declare const StyledFooter: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
5
5
  declare const FooterContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -24,7 +24,7 @@ declare const LegalLinks: import("@emotion/styled").StyledComponent<import("@mui
24
24
  }, {}, {}>;
25
25
  declare const FooterLink: import("@emotion/styled").StyledComponent<{
26
26
  theme?: import("@emotion/react").Theme;
27
- as?: import("react").ElementType;
27
+ as?: React.ElementType;
28
28
  }, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
29
29
  declare const SocialLinks: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
30
30
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -38,7 +38,7 @@ declare const CopyrightText: import("@emotion/styled").StyledComponent<import("@
38
38
  }, {}, {}>;
39
39
  declare const FooterSocialLink: import("@emotion/styled").StyledComponent<{
40
40
  theme?: import("@emotion/react").Theme;
41
- as?: import("react").ElementType;
41
+ as?: React.ElementType;
42
42
  } & import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & {
43
43
  theme?: import("@emotion/react").Theme;
44
44
  }, {}, {}>;
@@ -1,5 +1,5 @@
1
1
  declare const IconsContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  export { IconsContainer };
@@ -10,6 +10,6 @@ declare const StyledMenuItem: import("@emotion/styled").StyledComponent<import("
10
10
  }, {}, {}>;
11
11
  declare const FlagIcon: import("@emotion/styled").StyledComponent<{
12
12
  theme?: import("@emotion/react").Theme;
13
- as?: import("react").ElementType;
13
+ as?: React.ElementType;
14
14
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
15
15
  export { LanguageButton, StyledMenuItem, FlagIcon };
@@ -13,6 +13,6 @@ declare const ManaButtonContainer: import("@emotion/styled").StyledComponent<imp
13
13
  } & StyledManaButtonProps, {}, {}>;
14
14
  declare const ImageContainer: import("@emotion/styled").StyledComponent<{
15
15
  theme?: import("@emotion/react").Theme;
16
- as?: import("react").ElementType;
16
+ as?: React.ElementType;
17
17
  } & StyledImageContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
18
  export { ImageContainer, ManaButtonContainer };
@@ -45,7 +45,7 @@ interface MenuIconBarProps {
45
45
  }
46
46
  declare const MenuIconBar: import("@emotion/styled").StyledComponent<{
47
47
  theme?: import("@emotion/react").Theme;
48
- as?: import("react").ElementType;
48
+ as?: React.ElementType;
49
49
  } & MenuIconBarProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
50
50
  declare const MenuModal: import("@emotion/styled").StyledComponent<import("@mui/material").ModalOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
51
51
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -1,14 +1,14 @@
1
1
  declare const NotificationItemContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  declare const NotificationItemImageContainer: import("@emotion/styled").StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme;
7
- as?: import("react").ElementType;
7
+ as?: React.ElementType;
8
8
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
9
  declare const NotificationItemContent: import("@emotion/styled").StyledComponent<{
10
10
  theme?: import("@emotion/react").Theme;
11
- as?: import("react").ElementType;
11
+ as?: React.ElementType;
12
12
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
13
  declare const NotificationItemTimestamp: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
14
14
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
@@ -27,10 +27,10 @@ declare const NotificationItemDescription: import("@emotion/styled").StyledCompo
27
27
  }, {}, {}>;
28
28
  declare const NotificationItemCountdown: import("@emotion/styled").StyledComponent<{
29
29
  theme?: import("@emotion/react").Theme;
30
- as?: import("react").ElementType;
30
+ as?: React.ElementType;
31
31
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
32
  declare const SpanHighlighted: import("@emotion/styled").StyledComponent<{
33
33
  theme?: import("@emotion/react").Theme;
34
- as?: import("react").ElementType;
34
+ as?: React.ElementType;
35
35
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
36
36
  export { NotificationItemContainer, NotificationItemContent, NotificationItemCountdown, NotificationItemDescription, NotificationItemImageContainer, NotificationItemTimestamp, NotificationItemTitle, SpanHighlighted, };
@@ -10,6 +10,6 @@ interface ImageContainerProps {
10
10
  }
11
11
  declare const ImageContainer: import("@emotion/styled").StyledComponent<{
12
12
  theme?: import("@emotion/react").Theme;
13
- as?: import("react").ElementType;
13
+ as?: React.ElementType;
14
14
  } & ImageContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
15
  export { Badge, ImageContainer };
@@ -1,10 +1,10 @@
1
1
  declare const FeedContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  declare const EmptyViewContainer: import("@emotion/styled").StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme;
7
- as?: import("react").ElementType;
7
+ as?: React.ElementType;
8
8
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
9
  declare const EmptyViewTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
10
10
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
@@ -23,7 +23,7 @@ declare const OnboardingWrapper: import("@emotion/styled").StyledComponent<impor
23
23
  }, {}, {}>;
24
24
  declare const LoadingContainer: import("@emotion/styled").StyledComponent<{
25
25
  theme?: import("@emotion/react").Theme;
26
- as?: import("react").ElementType;
26
+ as?: React.ElementType;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
28
  declare const NotificationFeedModal: import("@emotion/styled").StyledComponent<import("../../Modal").ModalProps & {
29
29
  theme?: import("@emotion/react").Theme;
@@ -6,7 +6,7 @@ declare const NotificationFeedTabsContainer: import("@emotion/styled").StyledCom
6
6
  }, {}, {}>;
7
7
  declare const NotificationFeedTabsHeader: import("@emotion/styled").StyledComponent<{
8
8
  theme?: import("@emotion/react").Theme;
9
- as?: import("react").ElementType;
9
+ as?: React.ElementType;
10
10
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
11
  declare const NotificationFeedTabsTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
@@ -15,16 +15,16 @@ declare const NotificationFeedTabsTitle: import("@emotion/styled").StyledCompone
15
15
  }, {}, {}>;
16
16
  declare const NotificationFeedTabsContent: import("@emotion/styled").StyledComponent<{
17
17
  theme?: import("@emotion/react").Theme;
18
- as?: import("react").ElementType;
18
+ as?: React.ElementType;
19
19
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
20
  type NotificationFeedTabsListProps = Pick<NotificationsFeedTabsProps, "isModal">;
21
21
  declare const NotificationFeedTabsListContainer: import("@emotion/styled").StyledComponent<{
22
22
  theme?: import("@emotion/react").Theme;
23
- as?: import("react").ElementType;
23
+ as?: React.ElementType;
24
24
  } & NotificationFeedTabsListProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
25
25
  declare const NotificationFeedTabsListWrapper: import("@emotion/styled").StyledComponent<{
26
26
  theme?: import("@emotion/react").Theme;
27
- as?: import("react").ElementType;
27
+ as?: React.ElementType;
28
28
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
29
29
  declare const NotificationFeedPrevious: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
30
30
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
@@ -1,13 +1,13 @@
1
1
  declare const ProfileStoryContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  declare const ProfileList: import("@emotion/styled").StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme;
7
- as?: import("react").ElementType;
7
+ as?: React.ElementType;
8
8
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
9
  declare const ProfileSizeList: import("@emotion/styled").StyledComponent<{
10
10
  theme?: import("@emotion/react").Theme;
11
- as?: import("react").ElementType;
11
+ as?: React.ElementType;
12
12
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
13
  export { ProfileStoryContainer, ProfileList, ProfileSizeList };
@@ -1,11 +1,11 @@
1
1
  import { ProfileBaseProps } from "./Profile.types";
2
2
  declare const ProfileContainer: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
- as?: import("react").ElementType;
4
+ as?: React.ElementType;
5
5
  } & ProfileBaseProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
6
6
  declare const ProfileName: import("@emotion/styled").StyledComponent<{
7
7
  theme?: import("@emotion/react").Theme;
8
- as?: import("react").ElementType;
8
+ as?: React.ElementType;
9
9
  } & Pick<ProfileBaseProps, "size" | "highlightName">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
10
10
  declare const ProfileNameWithAddressContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
11
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -1,6 +1,6 @@
1
1
  declare const ManaBalancesWrapper: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  declare const GetCreditsButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
@@ -24,10 +24,10 @@ declare const CreditsBalanceValueContainer: import("@emotion/styled").StyledComp
24
24
  }, {}, {}>;
25
25
  declare const CreditsBalanceTooltipContainer: import("@emotion/styled").StyledComponent<{
26
26
  theme?: import("@emotion/react").Theme;
27
- as?: import("react").ElementType;
27
+ as?: React.ElementType;
28
28
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
29
29
  declare const ExperingSoon: import("@emotion/styled").StyledComponent<{
30
30
  theme?: import("@emotion/react").Theme;
31
- as?: import("react").ElementType;
31
+ as?: React.ElementType;
32
32
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
33
33
  export { CreditsBalanceContainer, ManaBalancesWrapper, ManaBalanceNumber, GetCreditsButton, CreditsBalanceTooltipContainer, CreditsBalanceValueContainer, ExperingSoon, };
@@ -52,7 +52,7 @@ declare const MenuInfoTypography: import("@emotion/styled").StyledComponent<impo
52
52
  }, {}, {}>;
53
53
  declare const MenuInfoUnclaimedTypography: import("@emotion/styled").StyledComponent<{
54
54
  theme?: import("@emotion/react").Theme;
55
- as?: import("react").ElementType;
55
+ as?: React.ElementType;
56
56
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
57
57
  declare const ActionsWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
58
58
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
@@ -13,14 +13,14 @@ declare const StyledSoundButton: import("@emotion/styled").StyledComponent<impor
13
13
  }, {}, {}>;
14
14
  declare const StyledRangeInput: import("@emotion/styled").StyledComponent<{
15
15
  theme?: import("@emotion/react").Theme;
16
- as?: import("react").ElementType;
16
+ as?: React.ElementType;
17
17
  }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
18
18
  declare const StyledFrameControl: import("@emotion/styled").StyledComponent<{
19
19
  theme?: import("@emotion/react").Theme;
20
- as?: import("react").ElementType;
20
+ as?: React.ElementType;
21
21
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
22
  declare const StyledFrameInput: import("@emotion/styled").StyledComponent<{
23
23
  theme?: import("@emotion/react").Theme;
24
- as?: import("react").ElementType;
24
+ as?: React.ElementType;
25
25
  }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
26
26
  export { StyledEmoteControlsContainer, StyledPlayButton, StyledSoundButton, StyledRangeInput, StyledFrameControl, StyledFrameInput, };
@@ -1,5 +1,5 @@
1
1
  declare const WearablePreviewContainer: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
5
  export { WearablePreviewContainer };
@@ -1,5 +1,5 @@
1
1
  declare const StyledWearablePreview: import("@emotion/styled").StyledComponent<{
2
2
  theme?: import("@emotion/react").Theme;
3
- as?: import("react").ElementType;
3
+ as?: React.ElementType;
4
4
  }, import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, {}>;
5
5
  export { StyledWearablePreview };
@@ -1,7 +1,7 @@
1
1
  import { Position } from "./ZoomControls.types";
2
2
  declare const StyledZoomControlsContainer: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
- as?: import("react").ElementType;
4
+ as?: React.ElementType;
5
5
  } & {
6
6
  position: Position;
7
7
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "1.1.13-21171503595.commit-274f53c",
3
+ "version": "1.1.14-21174106758.commit-61c1f60",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,9 +22,8 @@
22
22
  "generate:storybooks": "ts-node ./bin/storybookGenerator.ts && npm run lint:fix"
23
23
  },
24
24
  "dependencies": {
25
- "@contentful/rich-text-react-renderer": "16.0.0",
26
- "@emotion/react": "11.11.0",
27
- "@emotion/styled": "11.11.0",
25
+ "@emotion/react": "11.14.0",
26
+ "@emotion/styled": "11.14.0",
28
27
  "@mui/icons-material": "5.16.0",
29
28
  "@mui/material": "5.16.0",
30
29
  "autoprefixer": "10.4.19",
@@ -32,20 +31,27 @@
32
31
  "deep-equal": "2.2.3",
33
32
  "ethereum-blockies": "0.1.1",
34
33
  "fp-future": "1.0.1",
35
- "lottie-react": "2.4.0",
36
34
  "mitt": "3.0.1",
37
35
  "radash": "11.0.0",
38
36
  "uuid": "11.1.0"
39
37
  },
40
38
  "peerDependencies": {
39
+ "@contentful/rich-text-react-renderer": "^16.0.0",
41
40
  "@dcl/hooks": "^1.0.0",
42
41
  "@dcl/schemas": "^22.0.0",
43
42
  "@dcl/ui-env": "^1.5.0",
43
+ "lottie-react": "^2.4.0",
44
44
  "react": "^18.2.0",
45
45
  "react-dom": "^18.2.0",
46
46
  "react-tile-map": "^0.4.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
+ "@contentful/rich-text-react-renderer": {
50
+ "optional": true
51
+ },
52
+ "lottie-react": {
53
+ "optional": true
54
+ },
49
55
  "react-tile-map": {
50
56
  "optional": true
51
57
  }
@@ -106,5 +112,5 @@
106
112
  "url": "https://github.com/decentraland/ui2/issues"
107
113
  },
108
114
  "homepage": "https://github.com/decentraland/ui2#readme",
109
- "commit": "274f53ce7fb1d4b73f5a8daf01555a8402f26dc5"
115
+ "commit": "61c1f6080fa7c700f99ad3fa032486035c04986d"
110
116
  }