@hero-design/rn 8.55.1 → 8.56.1

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 (82) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +12 -0
  3. package/es/index.js +5205 -4772
  4. package/lib/index.js +5211 -4775
  5. package/package.json +1 -1
  6. package/src/components/AnimatedScroller/AnimatedFAB.tsx +105 -0
  7. package/src/components/AnimatedScroller/AnimatedScrollable.tsx +55 -0
  8. package/src/components/AnimatedScroller/FlatListWithFAB.tsx +23 -0
  9. package/src/components/AnimatedScroller/ScrollViewWithFAB.tsx +21 -0
  10. package/src/components/AnimatedScroller/SectionListWithFAB.tsx +26 -0
  11. package/src/components/AnimatedScroller/__tests__/ScrollablesWithFAB.spec.tsx +172 -0
  12. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +3435 -0
  13. package/src/components/AnimatedScroller/index.tsx +5 -0
  14. package/src/components/FAB/FAB.tsx +6 -6
  15. package/src/index.ts +8 -0
  16. package/types/components/Accordion/StyledAccordion.d.ts +5 -5
  17. package/types/components/Alert/StyledAlert.d.ts +5 -5
  18. package/types/components/AnimatedScroller/AnimatedFAB.d.ts +10 -0
  19. package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +16 -0
  20. package/types/components/AnimatedScroller/FlatListWithFAB.d.ts +12 -0
  21. package/types/components/AnimatedScroller/ScrollViewWithFAB.d.ts +12 -0
  22. package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +12 -0
  23. package/types/components/AnimatedScroller/index.d.ts +4 -0
  24. package/types/components/Attachment/StyledAttachment.d.ts +4 -4
  25. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +3 -3
  26. package/types/components/Avatar/StyledAvatar.d.ts +4 -4
  27. package/types/components/Badge/StyledBadge.d.ts +3 -3
  28. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +7 -7
  29. package/types/components/BottomSheet/StyledBottomSheet.d.ts +8 -8
  30. package/types/components/Box/StyledBox.d.ts +1 -1
  31. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +2 -2
  32. package/types/components/Button/StyledButton.d.ts +5 -5
  33. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +3 -3
  34. package/types/components/Calendar/StyledCalendar.d.ts +9 -9
  35. package/types/components/Card/DataCard/StyledDataCard.d.ts +2 -2
  36. package/types/components/Card/StyledCard.d.ts +1 -1
  37. package/types/components/Carousel/StyledCardCarousel.d.ts +4 -4
  38. package/types/components/Carousel/StyledCarousel.d.ts +9 -9
  39. package/types/components/Checkbox/StyledCheckbox.d.ts +5 -5
  40. package/types/components/Chip/StyledChip.d.ts +4 -4
  41. package/types/components/Collapse/StyledCollapse.d.ts +3 -3
  42. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +1 -1
  43. package/types/components/DatePicker/StyledDatePicker.d.ts +1 -1
  44. package/types/components/Divider/StyledDivider.d.ts +1 -1
  45. package/types/components/Drawer/StyledDrawer.d.ts +7 -7
  46. package/types/components/Empty/StyledEmpty.d.ts +3 -3
  47. package/types/components/Error/StyledError.d.ts +10 -10
  48. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +5 -5
  49. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
  50. package/types/components/FAB/StyledFAB.d.ts +4 -4
  51. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  52. package/types/components/List/StyledBasicListItem.d.ts +4 -4
  53. package/types/components/List/StyledListItem.d.ts +7 -7
  54. package/types/components/PageControl/StyledPageControl.d.ts +2 -2
  55. package/types/components/PinInput/StyledPinInput.d.ts +10 -10
  56. package/types/components/Progress/StyledProgressBar.d.ts +2 -2
  57. package/types/components/Progress/StyledProgressCircle.d.ts +6 -6
  58. package/types/components/Radio/StyledRadio.d.ts +3 -3
  59. package/types/components/Rate/StyledRate.d.ts +2 -2
  60. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +2 -2
  61. package/types/components/RichTextEditor/StyledToolbar.d.ts +3 -3
  62. package/types/components/SectionHeading/StyledHeading.d.ts +3 -3
  63. package/types/components/Select/StyledSelect.d.ts +3 -3
  64. package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
  65. package/types/components/Spinner/StyledSpinner.d.ts +4 -4
  66. package/types/components/Success/StyledSuccess.d.ts +9 -9
  67. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
  68. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +4 -4
  69. package/types/components/Switch/StyledSwitch.d.ts +2 -2
  70. package/types/components/Tabs/StyledScrollableTabs.d.ts +8 -8
  71. package/types/components/Tabs/StyledTabs.d.ts +8 -8
  72. package/types/components/Tag/StyledTag.d.ts +2 -2
  73. package/types/components/TextInput/StyledTextInput.d.ts +13 -13
  74. package/types/components/TimePicker/StyledTimePicker.d.ts +1 -1
  75. package/types/components/Toast/StyledToast.d.ts +6 -6
  76. package/types/components/Toolbar/StyledToolbar.d.ts +5 -5
  77. package/types/components/Typography/Body/StyledBody.d.ts +1 -1
  78. package/types/components/Typography/Caption/StyledCaption.d.ts +1 -1
  79. package/types/components/Typography/Label/StyledLabel.d.ts +1 -1
  80. package/types/components/Typography/Text/StyledText.d.ts +1 -1
  81. package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
  82. package/types/index.d.ts +2 -1
@@ -2,20 +2,20 @@
2
2
  import { TextInput, View } from 'react-native';
3
3
  export declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;
8
8
  }>;
9
9
  export declare const StyledPinWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }, {}, {
13
13
  ref?: import("react").Ref<View> | undefined;
14
14
  }>;
15
15
  export declare type State = 'default' | 'disabled' | 'error';
16
16
  export declare const StyledCell: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
- as?: import("react").ElementType<any> | undefined;
18
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  } & {
20
20
  themeFocused: boolean;
21
21
  themeState: State;
@@ -24,19 +24,19 @@ export declare const StyledCell: import("@emotion/native").StyledComponent<impor
24
24
  }>;
25
25
  export declare const StyledCellText: import("@emotion/native").StyledComponent<import("../Typography/Title").TitleProps & {
26
26
  theme?: import("@emotion/react").Theme | undefined;
27
- as?: import("react").ElementType<any> | undefined;
27
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
28
28
  } & {
29
29
  themeState: State;
30
30
  }, {}, {}>;
31
31
  export declare const StyledSpacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
32
32
  theme?: import("@emotion/react").Theme | undefined;
33
- as?: import("react").ElementType<any> | undefined;
33
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
34
  }, {}, {
35
35
  ref?: import("react").Ref<View> | undefined;
36
36
  }>;
37
37
  export declare const StyledMask: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
38
38
  theme?: import("@emotion/react").Theme | undefined;
39
- as?: import("react").ElementType<any> | undefined;
39
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
40
40
  } & {
41
41
  themeState: State;
42
42
  }, {}, {
@@ -44,7 +44,7 @@ export declare const StyledMask: import("@emotion/native").StyledComponent<impor
44
44
  }>;
45
45
  export declare const StyledFilledMask: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
46
46
  theme?: import("@emotion/react").Theme | undefined;
47
- as?: import("react").ElementType<any> | undefined;
47
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  } & {
49
49
  themeState: State;
50
50
  }, {}, {
@@ -52,7 +52,7 @@ export declare const StyledFilledMask: import("@emotion/native").StyledComponent
52
52
  }>;
53
53
  export declare const StyledHiddenInput: import("@emotion/native").StyledComponent<import("react-native").TextInputProps & {
54
54
  theme?: import("@emotion/react").Theme | undefined;
55
- as?: import("react").ElementType<any> | undefined;
55
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
56
56
  } & {
57
57
  themePinLength: number;
58
58
  }, {}, {
@@ -60,11 +60,11 @@ export declare const StyledHiddenInput: import("@emotion/native").StyledComponen
60
60
  }>;
61
61
  export declare const StyledErrorContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
62
62
  theme?: import("@emotion/react").Theme | undefined;
63
- as?: import("react").ElementType<any> | undefined;
63
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
64
64
  }, {}, {
65
65
  ref?: import("react").Ref<View> | undefined;
66
66
  }>;
67
67
  export declare const StyledErrorMessage: import("@emotion/native").StyledComponent<import("../Typography/Caption").CaptionProps & {
68
68
  theme?: import("@emotion/react").Theme | undefined;
69
- as?: import("react").ElementType<any> | undefined;
69
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
70
70
  }, {}, {}>;
@@ -4,7 +4,7 @@ import type { ViewProps } from 'react-native';
4
4
  import type { ThemeIntent } from './types';
5
5
  declare const StyledWrapper: import("@emotion/native").StyledComponent<ViewProps & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
7
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
8
  } & {
9
9
  themeIntent: ThemeIntent;
10
10
  }, {}, {
@@ -12,7 +12,7 @@ declare const StyledWrapper: import("@emotion/native").StyledComponent<ViewProps
12
12
  }>;
13
13
  declare const StyledInner: import("@emotion/native").StyledComponent<Animated.AnimatedProps<ViewProps & import("react").RefAttributes<View>> & {
14
14
  theme?: import("@emotion/react").Theme | undefined;
15
- as?: import("react").ElementType<any> | undefined;
15
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
16
16
  } & {
17
17
  themeIntent: ThemeIntent;
18
18
  }, {}, {}>;
@@ -4,19 +4,19 @@ import type { ViewProps } from 'react-native';
4
4
  import type { ThemeIntent } from './types';
5
5
  declare const StyledContainer: import("@emotion/native").StyledComponent<ViewProps & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
7
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
8
  }, {}, {
9
9
  ref?: import("react").Ref<View> | undefined;
10
10
  }>;
11
11
  declare const StyledHalfCircleWrapper: import("@emotion/native").StyledComponent<ViewProps & {
12
12
  theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
13
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  }, {}, {
15
15
  ref?: import("react").Ref<View> | undefined;
16
16
  }>;
17
17
  declare const StyledHalfCircleInnerFG: import("@emotion/native").StyledComponent<ViewProps & {
18
18
  theme?: import("@emotion/react").Theme | undefined;
19
- as?: import("react").ElementType<any> | undefined;
19
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
20
  } & {
21
21
  themeIntent: ThemeIntent;
22
22
  }, {}, {
@@ -24,7 +24,7 @@ declare const StyledHalfCircleInnerFG: import("@emotion/native").StyledComponent
24
24
  }>;
25
25
  declare const StyledHalfCircleInnerBG: import("@emotion/native").StyledComponent<ViewProps & {
26
26
  theme?: import("@emotion/react").Theme | undefined;
27
- as?: import("react").ElementType<any> | undefined;
27
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
28
28
  } & {
29
29
  themeIntent: ThemeIntent;
30
30
  }, {}, {
@@ -32,13 +32,13 @@ declare const StyledHalfCircleInnerBG: import("@emotion/native").StyledComponent
32
32
  }>;
33
33
  declare const StyledDonutCircle: import("@emotion/native").StyledComponent<ViewProps & {
34
34
  theme?: import("@emotion/react").Theme | undefined;
35
- as?: import("react").ElementType<any> | undefined;
35
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
36
36
  }, {}, {
37
37
  ref?: import("react").Ref<View> | undefined;
38
38
  }>;
39
39
  declare const StyledStrokeEnd: import("@emotion/native").StyledComponent<ViewProps & {
40
40
  theme?: import("@emotion/react").Theme | undefined;
41
- as?: import("react").ElementType<any> | undefined;
41
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
42
42
  } & {
43
43
  themeIntent: ThemeIntent;
44
44
  }, {}, {
@@ -2,19 +2,19 @@
2
2
  import { View } from 'react-native';
3
3
  declare const Circle: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;
8
8
  }>;
9
9
  declare const InnerCircle: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }, {}, {
13
13
  ref?: import("react").Ref<View> | undefined;
14
14
  }>;
15
15
  declare const Spacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
16
16
  theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
17
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  }, {}, {
19
19
  ref?: import("react").Ref<View> | undefined;
20
20
  }>;
@@ -2,10 +2,10 @@
2
2
  import { Animated, View } from 'react-native';
3
3
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {}>;
7
7
  declare const StyledIconWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
8
8
  theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
9
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
10
10
  }, {}, {}>;
11
11
  export { StyledWrapper, StyledIconWrapper };
@@ -3,13 +3,13 @@ import { View } from 'react-native';
3
3
  import { WebView } from 'react-native-webview';
4
4
  export declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  }, {}, {
8
8
  ref?: import("react").Ref<View> | undefined;
9
9
  }>;
10
10
  export declare const StyledWebView: import("@emotion/native").StyledComponent<import("react-native-webview/lib/WebViewTypes").IOSWebViewProps & import("react-native-webview/lib/WebViewTypes").AndroidWebViewProps & import("react-native-webview/lib/WebViewTypes").WindowsWebViewProps & {
11
11
  theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
12
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  } & {
14
14
  height: number | undefined;
15
15
  }, {}, {
@@ -2,7 +2,7 @@
2
2
  import { TouchableOpacity, View } from 'react-native';
3
3
  export declare const StyledToolbarButton: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & {
7
7
  selected: boolean;
8
8
  }, {}, {
@@ -10,13 +10,13 @@ export declare const StyledToolbarButton: import("@emotion/native").StyledCompon
10
10
  }>;
11
11
  export declare const StyledToolbar: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
12
12
  theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
13
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  }, {}, {
15
15
  ref?: import("react").Ref<View> | undefined;
16
16
  }>;
17
17
  export declare const StyledSeparator: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
18
18
  theme?: import("@emotion/react").Theme | undefined;
19
- as?: import("react").ElementType<any> | undefined;
19
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
20
  }, {}, {
21
21
  ref?: import("react").Ref<View> | undefined;
22
22
  }>;
@@ -5,19 +5,19 @@ declare type StyledHeadingProps = {
5
5
  };
6
6
  declare const StyledHeading: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
7
7
  theme?: import("@emotion/react").Theme | undefined;
8
- as?: import("react").ElementType<any> | undefined;
8
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
9
  } & StyledHeadingProps, {}, {
10
10
  ref?: import("react").Ref<View> | undefined;
11
11
  }>;
12
12
  declare const StyledIconWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
- as?: import("react").ElementType<any> | undefined;
14
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  }, {}, {
16
16
  ref?: import("react").Ref<View> | undefined;
17
17
  }>;
18
18
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
19
19
  theme?: import("@emotion/react").Theme | undefined;
20
- as?: import("react").ElementType<any> | undefined;
20
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
21
21
  }, {}, {
22
22
  ref?: import("react").Ref<View> | undefined;
23
23
  }>;
@@ -2,19 +2,19 @@
2
2
  import { SectionList, View } from 'react-native';
3
3
  declare const SectionSpacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;
8
8
  }>;
9
9
  declare const OptionSpacer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }, {}, {
13
13
  ref?: import("react").Ref<View> | undefined;
14
14
  }>;
15
15
  declare const StyledSearchBar: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
16
16
  theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
17
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
18
  }, {}, {
19
19
  ref?: import("react").Ref<View> | undefined;
20
20
  }>;
@@ -3,14 +3,14 @@ declare type ThemeIntent = 'light' | 'dark';
3
3
  declare type ThemeVariant = 'circular' | 'rectangular' | 'rounded';
4
4
  declare const StyledContainer: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  } & {
8
8
  themeIntent: ThemeIntent;
9
9
  themeVariant: ThemeVariant;
10
10
  }, {}, {}>;
11
11
  declare const StyledGradientContainer: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
12
12
  theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
13
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
14
14
  } & {
15
15
  themeVariant: ThemeVariant;
16
16
  }, {}, {}>;
@@ -3,19 +3,19 @@ import { View } from 'react-native';
3
3
  import type { ViewProps } from 'react-native';
4
4
  declare const StyledView: import("@emotion/native").StyledComponent<ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  }, {}, {
8
8
  ref?: import("react").Ref<View> | undefined;
9
9
  }>;
10
10
  declare const StyledSpinnerContainer: import("@emotion/native").StyledComponent<ViewProps & {
11
11
  theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
12
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  }, {}, {
14
14
  ref?: import("react").Ref<View> | undefined;
15
15
  }>;
16
16
  declare const StyledSpinnerRow: import("@emotion/native").StyledComponent<ViewProps & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
- as?: import("react").ElementType<any> | undefined;
18
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  } & {
20
20
  themePosition: 'top' | 'bottom';
21
21
  themeSize: 'small' | 'medium';
@@ -24,7 +24,7 @@ declare const StyledSpinnerRow: import("@emotion/native").StyledComponent<ViewPr
24
24
  }>;
25
25
  declare const StyledSpinnerDot: import("@emotion/native").StyledComponent<ViewProps & {
26
26
  theme?: import("@emotion/react").Theme | undefined;
27
- as?: import("react").ElementType<any> | undefined;
27
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
28
28
  } & {
29
29
  themePosition: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
30
30
  themeSize: 'small' | 'medium';
@@ -3,7 +3,7 @@ import { View } from 'react-native';
3
3
  declare type SuccessVariant = 'full-screen' | 'in-page';
4
4
  declare const StyledSuccessContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  } & {
8
8
  themeVariant: SuccessVariant;
9
9
  }, {}, {
@@ -11,40 +11,40 @@ declare const StyledSuccessContainer: import("@emotion/native").StyledComponent<
11
11
  }>;
12
12
  declare const StyledSuccessImage: import("@emotion/native").StyledComponent<import("../Image").ImageProps & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
- as?: import("react").ElementType<any> | undefined;
14
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  }, {}, {}>;
16
16
  declare const StyledSuccessContent: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
- as?: import("react").ElementType<any> | undefined;
18
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  }, {}, {
20
20
  ref?: import("react").Ref<View> | undefined;
21
21
  }>;
22
22
  declare const StyledSuccessImageContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
23
23
  theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
24
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
25
  }, {}, {
26
26
  ref?: import("react").Ref<View> | undefined;
27
27
  }>;
28
28
  declare const StyledSuccessTitle: import("@emotion/native").StyledComponent<import("../Typography/Title").TitleProps & {
29
29
  theme?: import("@emotion/react").Theme | undefined;
30
- as?: import("react").ElementType<any> | undefined;
30
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
31
31
  }, {}, {}>;
32
32
  declare const StyledSuccessDescription: import("@emotion/native").StyledComponent<import("../Typography/Body").BodyProps & {
33
33
  theme?: import("@emotion/react").Theme | undefined;
34
- as?: import("react").ElementType<any> | undefined;
34
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
35
35
  }, {}, {}>;
36
36
  declare const StyledSuccessButtonContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
37
37
  theme?: import("@emotion/react").Theme | undefined;
38
- as?: import("react").ElementType<any> | undefined;
38
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
39
39
  }, {}, {
40
40
  ref?: import("react").Ref<View> | undefined;
41
41
  }>;
42
42
  declare const StyledSuccessButtonPrimary: import("@emotion/native").StyledComponent<import("../Button/Button").ButtonProps & {
43
43
  theme?: import("@emotion/react").Theme | undefined;
44
- as?: import("react").ElementType<any> | undefined;
44
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
45
45
  }, {}, {}>;
46
46
  declare const StyledSuccessModal: import("@emotion/native").StyledComponent<import("../Modal").ModalProps & {
47
47
  theme?: import("@emotion/react").Theme | undefined;
48
- as?: import("react").ElementType<any> | undefined;
48
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
49
49
  }, {}, {}>;
50
50
  export { SuccessVariant, StyledSuccessImage, StyledSuccessContainer, StyledSuccessContent, StyledSuccessImageContainer, StyledSuccessTitle, StyledSuccessDescription, StyledSuccessButtonContainer, StyledSuccessButtonPrimary, StyledSuccessModal, };
@@ -3,7 +3,7 @@ import { TouchableOpacity } from 'react-native';
3
3
  export declare type ActionIntent = 'primary' | 'success' | 'danger';
4
4
  export declare const StyledRectButton: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  } & {
8
8
  themeIntent: ActionIntent;
9
9
  }, {}, {
@@ -2,19 +2,19 @@
2
2
  import { View, Animated } from 'react-native';
3
3
  export declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  }, {}, {
7
7
  ref?: import("react").Ref<View> | undefined;
8
8
  }>;
9
9
  export declare const StyledTextWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  }, {}, {}>;
13
13
  export declare const StyledIconWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
14
14
  theme?: import("@emotion/react").Theme | undefined;
15
- as?: import("react").ElementType<any> | undefined;
15
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
16
16
  }, {}, {}>;
17
17
  export declare const StyledKnot: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
18
18
  theme?: import("@emotion/react").Theme | undefined;
19
- as?: import("react").ElementType<any> | undefined;
19
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
20
  }, {}, {}>;
@@ -3,7 +3,7 @@ import { Animated, View } from 'react-native';
3
3
  export declare type Variant = 'checked' | 'unchecked' | 'disabled-checked' | 'disabled-unchecked';
4
4
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  } & {
8
8
  themeVariant: Variant;
9
9
  }, {}, {
@@ -11,6 +11,6 @@ declare const StyledWrapper: import("@emotion/native").StyledComponent<import("r
11
11
  }>;
12
12
  declare const StyledKnot: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
- as?: import("react").ElementType<any> | undefined;
14
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  }, {}, {}>;
16
16
  export { StyledWrapper, StyledKnot };
@@ -3,25 +3,25 @@ import { Animated, View } from 'react-native';
3
3
  import PagerView from 'react-native-pager-view';
4
4
  declare const TabScreen: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  }, {}, {
8
8
  ref?: import("react").Ref<View> | undefined;
9
9
  }>;
10
10
  declare const TabContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
11
11
  theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
12
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  }, {}, {
14
14
  ref?: import("react").Ref<View> | undefined;
15
15
  }>;
16
16
  declare const ContentWrapper: import("@emotion/native").StyledComponent<import("react-native-pager-view").PagerViewProps & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
- as?: import("react").ElementType<any> | undefined;
18
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  }, {}, {
20
20
  ref?: import("react").Ref<PagerView> | undefined;
21
21
  }>;
22
22
  declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
23
23
  theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
24
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
25
  } & {
26
26
  themeInsets: {
27
27
  top: number;
@@ -34,25 +34,25 @@ declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import
34
34
  }>;
35
35
  declare const HeaderTabItem: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
36
36
  theme?: import("@emotion/react").Theme | undefined;
37
- as?: import("react").ElementType<any> | undefined;
37
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
38
  } & {
39
39
  isFirstItem?: boolean | undefined;
40
40
  }, {}, {}>;
41
41
  declare const HeaderTabItemOutlineWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
42
42
  theme?: import("@emotion/react").Theme | undefined;
43
- as?: import("react").ElementType<any> | undefined;
43
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
44
44
  }, {}, {
45
45
  ref?: import("react").Ref<View> | undefined;
46
46
  }>;
47
47
  declare const HeaderTabItemOutline: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
48
48
  theme?: import("@emotion/react").Theme | undefined;
49
- as?: import("react").ElementType<any> | undefined;
49
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
50
50
  } & {
51
51
  themeActive: boolean;
52
52
  }, {}, {}>;
53
53
  declare const HeaderTabItemWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
54
54
  theme?: import("@emotion/react").Theme | undefined;
55
- as?: import("react").ElementType<any> | undefined;
55
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
56
56
  }, {}, {
57
57
  ref?: import("react").Ref<View> | undefined;
58
58
  }>;
@@ -3,13 +3,13 @@ import { Animated, View } from 'react-native';
3
3
  import PagerView from 'react-native-pager-view';
4
4
  declare const TabContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  }, {}, {
8
8
  ref?: import("react").Ref<View> | undefined;
9
9
  }>;
10
10
  declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
11
11
  theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
12
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
13
  } & {
14
14
  themeInsets: {
15
15
  top: number;
@@ -22,35 +22,35 @@ declare const HeaderTabWrapper: import("@emotion/native").StyledComponent<import
22
22
  }>;
23
23
  declare const HeaderTab: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
24
24
  theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any> | undefined;
25
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
26
26
  }, {}, {
27
27
  ref?: import("react").Ref<View> | undefined;
28
28
  }>;
29
29
  declare const HeaderTabItem: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
30
30
  theme?: import("@emotion/react").Theme | undefined;
31
- as?: import("react").ElementType<any> | undefined;
31
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
32
32
  }, {}, {
33
33
  ref?: import("react").Ref<View> | undefined;
34
34
  }>;
35
35
  declare const ContentWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native-pager-view").PagerViewProps & import("react").RefAttributes<PagerView>> & {
36
36
  theme?: import("@emotion/react").Theme | undefined;
37
- as?: import("react").ElementType<any> | undefined;
37
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
38
  }, {}, {}>;
39
39
  declare const TabScreen: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
40
40
  theme?: import("@emotion/react").Theme | undefined;
41
- as?: import("react").ElementType<any> | undefined;
41
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
42
42
  }, {}, {
43
43
  ref?: import("react").Ref<View> | undefined;
44
44
  }>;
45
45
  declare const StyledIndicator: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
46
46
  theme?: import("@emotion/react").Theme | undefined;
47
- as?: import("react").ElementType<any> | undefined;
47
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
48
48
  } & {
49
49
  themeWidth: number;
50
50
  }, {}, {}>;
51
51
  declare const StyledBadgeWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
52
52
  theme?: import("@emotion/react").Theme | undefined;
53
- as?: import("react").ElementType<any> | undefined;
53
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
54
54
  }, {}, {
55
55
  ref?: import("react").Ref<View> | undefined;
56
56
  }>;
@@ -3,7 +3,7 @@ import { View } from 'react-native';
3
3
  declare type ThemeIntent = 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
4
4
  declare const StyledView: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
6
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
7
7
  } & {
8
8
  themeIntent: ThemeIntent;
9
9
  }, {}, {
@@ -11,7 +11,7 @@ declare const StyledView: import("@emotion/native").StyledComponent<import("reac
11
11
  }>;
12
12
  declare const StyledText: import("@emotion/native").StyledComponent<import("../Typography/Caption").CaptionProps & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
- as?: import("react").ElementType<any> | undefined;
14
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  } & {
16
16
  themeIntent: ThemeIntent;
17
17
  }, {}, {}>;