everkit-ui 0.1.0
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.
- package/LICENSE +21 -0
- package/README.md +99 -0
- package/dist/commonjs/components/ActionSheet.js +67 -0
- package/dist/commonjs/components/ActionSheet.js.map +1 -0
- package/dist/commonjs/components/AnimatedEllipsis.js +92 -0
- package/dist/commonjs/components/AnimatedEllipsis.js.map +1 -0
- package/dist/commonjs/components/AnimatedPressable.js +63 -0
- package/dist/commonjs/components/AnimatedPressable.js.map +1 -0
- package/dist/commonjs/components/AppErrorBoundary.js +94 -0
- package/dist/commonjs/components/AppErrorBoundary.js.map +1 -0
- package/dist/commonjs/components/AppImage.js +83 -0
- package/dist/commonjs/components/AppImage.js.map +1 -0
- package/dist/commonjs/components/AuthFormScreen.js +96 -0
- package/dist/commonjs/components/AuthFormScreen.js.map +1 -0
- package/dist/commonjs/components/Avatar.js +155 -0
- package/dist/commonjs/components/Avatar.js.map +1 -0
- package/dist/commonjs/components/BotChatBubble.js +129 -0
- package/dist/commonjs/components/BotChatBubble.js.map +1 -0
- package/dist/commonjs/components/BottomActionSheet.js +90 -0
- package/dist/commonjs/components/BottomActionSheet.js.map +1 -0
- package/dist/commonjs/components/Button.js +163 -0
- package/dist/commonjs/components/Button.js.map +1 -0
- package/dist/commonjs/components/Card.js +104 -0
- package/dist/commonjs/components/Card.js.map +1 -0
- package/dist/commonjs/components/Carousel.js +59 -0
- package/dist/commonjs/components/Carousel.js.map +1 -0
- package/dist/commonjs/components/ChatInputBar.js +105 -0
- package/dist/commonjs/components/ChatInputBar.js.map +1 -0
- package/dist/commonjs/components/ChatScreen.js +203 -0
- package/dist/commonjs/components/ChatScreen.js.map +1 -0
- package/dist/commonjs/components/Chip.js +68 -0
- package/dist/commonjs/components/Chip.js.map +1 -0
- package/dist/commonjs/components/ChipSelector.js +126 -0
- package/dist/commonjs/components/ChipSelector.js.map +1 -0
- package/dist/commonjs/components/CircularProgress.js +128 -0
- package/dist/commonjs/components/CircularProgress.js.map +1 -0
- package/dist/commonjs/components/ConfirmDialog.js +139 -0
- package/dist/commonjs/components/ConfirmDialog.js.map +1 -0
- package/dist/commonjs/components/DateField.js +144 -0
- package/dist/commonjs/components/DateField.js.map +1 -0
- package/dist/commonjs/components/DetailHeader.js +32 -0
- package/dist/commonjs/components/DetailHeader.js.map +1 -0
- package/dist/commonjs/components/DetailScreen.js +88 -0
- package/dist/commonjs/components/DetailScreen.js.map +1 -0
- package/dist/commonjs/components/EmptyState.js +128 -0
- package/dist/commonjs/components/EmptyState.js.map +1 -0
- package/dist/commonjs/components/ErrorBoundary.js +87 -0
- package/dist/commonjs/components/ErrorBoundary.js.map +1 -0
- package/dist/commonjs/components/ErrorState.js +77 -0
- package/dist/commonjs/components/ErrorState.js.map +1 -0
- package/dist/commonjs/components/Fab.js +73 -0
- package/dist/commonjs/components/Fab.js.map +1 -0
- package/dist/commonjs/components/FabMenu.js +199 -0
- package/dist/commonjs/components/FabMenu.js.map +1 -0
- package/dist/commonjs/components/FavoriteButton.js +47 -0
- package/dist/commonjs/components/FavoriteButton.js.map +1 -0
- package/dist/commonjs/components/FollowStatsRow.js +84 -0
- package/dist/commonjs/components/FollowStatsRow.js.map +1 -0
- package/dist/commonjs/components/FormScreen.js +102 -0
- package/dist/commonjs/components/FormScreen.js.map +1 -0
- package/dist/commonjs/components/FormattedText.js +58 -0
- package/dist/commonjs/components/FormattedText.js.map +1 -0
- package/dist/commonjs/components/GoogleGlyph.js +44 -0
- package/dist/commonjs/components/GoogleGlyph.js.map +1 -0
- package/dist/commonjs/components/Gradient.js +59 -0
- package/dist/commonjs/components/Gradient.js.map +1 -0
- package/dist/commonjs/components/HeroStatsRow.js +46 -0
- package/dist/commonjs/components/HeroStatsRow.js.map +1 -0
- package/dist/commonjs/components/Input.js +163 -0
- package/dist/commonjs/components/Input.js.map +1 -0
- package/dist/commonjs/components/KeyboardAware.js +41 -0
- package/dist/commonjs/components/KeyboardAware.js.map +1 -0
- package/dist/commonjs/components/KeyboardScrollView.js +150 -0
- package/dist/commonjs/components/KeyboardScrollView.js.map +1 -0
- package/dist/commonjs/components/LegalBulletList.js +55 -0
- package/dist/commonjs/components/LegalBulletList.js.map +1 -0
- package/dist/commonjs/components/LegalSection.js +87 -0
- package/dist/commonjs/components/LegalSection.js.map +1 -0
- package/dist/commonjs/components/LikeButton.js +103 -0
- package/dist/commonjs/components/LikeButton.js.map +1 -0
- package/dist/commonjs/components/LoadingScreen.js +38 -0
- package/dist/commonjs/components/LoadingScreen.js.map +1 -0
- package/dist/commonjs/components/NotesCard.js +48 -0
- package/dist/commonjs/components/NotesCard.js.map +1 -0
- package/dist/commonjs/components/OnboardingSlide.js +73 -0
- package/dist/commonjs/components/OnboardingSlide.js.map +1 -0
- package/dist/commonjs/components/PhotoPicker.js +133 -0
- package/dist/commonjs/components/PhotoPicker.js.map +1 -0
- package/dist/commonjs/components/PhotoStrip.js +66 -0
- package/dist/commonjs/components/PhotoStrip.js.map +1 -0
- package/dist/commonjs/components/PhotoViewer.js +124 -0
- package/dist/commonjs/components/PhotoViewer.js.map +1 -0
- package/dist/commonjs/components/ProgressBar.js +108 -0
- package/dist/commonjs/components/ProgressBar.js.map +1 -0
- package/dist/commonjs/components/ScreenGradient.js +68 -0
- package/dist/commonjs/components/ScreenGradient.js.map +1 -0
- package/dist/commonjs/components/ScreenHeader.js +98 -0
- package/dist/commonjs/components/ScreenHeader.js.map +1 -0
- package/dist/commonjs/components/SearchInput.js +122 -0
- package/dist/commonjs/components/SearchInput.js.map +1 -0
- package/dist/commonjs/components/SelectionSheet.js +243 -0
- package/dist/commonjs/components/SelectionSheet.js.map +1 -0
- package/dist/commonjs/components/SettingsRow.js +125 -0
- package/dist/commonjs/components/SettingsRow.js.map +1 -0
- package/dist/commonjs/components/SettingsSection.js +45 -0
- package/dist/commonjs/components/SettingsSection.js.map +1 -0
- package/dist/commonjs/components/Skeleton.js +131 -0
- package/dist/commonjs/components/Skeleton.js.map +1 -0
- package/dist/commonjs/components/Spinner.js +41 -0
- package/dist/commonjs/components/Spinner.js.map +1 -0
- package/dist/commonjs/components/StarRating.js +87 -0
- package/dist/commonjs/components/StarRating.js.map +1 -0
- package/dist/commonjs/components/StatTile.js +63 -0
- package/dist/commonjs/components/StatTile.js.map +1 -0
- package/dist/commonjs/components/StepDots.js +121 -0
- package/dist/commonjs/components/StepDots.js.map +1 -0
- package/dist/commonjs/components/StickyBottomBar.js +44 -0
- package/dist/commonjs/components/StickyBottomBar.js.map +1 -0
- package/dist/commonjs/components/TabPillGroup.js +88 -0
- package/dist/commonjs/components/TabPillGroup.js.map +1 -0
- package/dist/commonjs/components/Text.js +175 -0
- package/dist/commonjs/components/Text.js.map +1 -0
- package/dist/commonjs/components/Toast.js +162 -0
- package/dist/commonjs/components/Toast.js.map +1 -0
- package/dist/commonjs/components/ToggleRow.js +121 -0
- package/dist/commonjs/components/ToggleRow.js.map +1 -0
- package/dist/commonjs/components/TypingIndicator.js +96 -0
- package/dist/commonjs/components/TypingIndicator.js.map +1 -0
- package/dist/commonjs/components/UserChatBubble.js +68 -0
- package/dist/commonjs/components/UserChatBubble.js.map +1 -0
- package/dist/commonjs/index.js +506 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/internal/appImageProps.js +44 -0
- package/dist/commonjs/internal/appImageProps.js.map +1 -0
- package/dist/commonjs/internal/avatarFallback.js +103 -0
- package/dist/commonjs/internal/avatarFallback.js.map +1 -0
- package/dist/commonjs/internal/chipStyle.js +89 -0
- package/dist/commonjs/internal/chipStyle.js.map +1 -0
- package/dist/commonjs/internal/detailScreenState.js +31 -0
- package/dist/commonjs/internal/detailScreenState.js.map +1 -0
- package/dist/commonjs/internal/haptics.js +50 -0
- package/dist/commonjs/internal/haptics.js.map +1 -0
- package/dist/commonjs/internal/hexToRgba.js +28 -0
- package/dist/commonjs/internal/hexToRgba.js.map +1 -0
- package/dist/commonjs/internal/inputStyle.js +52 -0
- package/dist/commonjs/internal/inputStyle.js.map +1 -0
- package/dist/commonjs/internal/keyboardAwareProps.js +38 -0
- package/dist/commonjs/internal/keyboardAwareProps.js.map +1 -0
- package/dist/commonjs/internal/keyboardScrollViewProps.js +66 -0
- package/dist/commonjs/internal/keyboardScrollViewProps.js.map +1 -0
- package/dist/commonjs/internal/overlay.js +36 -0
- package/dist/commonjs/internal/overlay.js.map +1 -0
- package/dist/commonjs/internal/parseInlineMarkdown.js +118 -0
- package/dist/commonjs/internal/parseInlineMarkdown.js.map +1 -0
- package/dist/commonjs/internal/refCounter.js +33 -0
- package/dist/commonjs/internal/refCounter.js.map +1 -0
- package/dist/commonjs/internal/resolveGradient.js +86 -0
- package/dist/commonjs/internal/resolveGradient.js.map +1 -0
- package/dist/commonjs/internal/spinnerProps.js +41 -0
- package/dist/commonjs/internal/spinnerProps.js.map +1 -0
- package/dist/commonjs/internal/springs.js +44 -0
- package/dist/commonjs/internal/springs.js.map +1 -0
- package/dist/commonjs/internal/stickyBottomBarStyle.js +51 -0
- package/dist/commonjs/internal/stickyBottomBarStyle.js.map +1 -0
- package/dist/commonjs/package.json +1 -0
- package/dist/commonjs/preset.js +44 -0
- package/dist/commonjs/preset.js.map +1 -0
- package/dist/commonjs/theme/ThemeProvider.js +59 -0
- package/dist/commonjs/theme/ThemeProvider.js.map +1 -0
- package/dist/commonjs/theme/geometry.js +95 -0
- package/dist/commonjs/theme/geometry.js.map +1 -0
- package/dist/commonjs/theme/index.js +44 -0
- package/dist/commonjs/theme/index.js.map +1 -0
- package/dist/commonjs/theme/scale.js +45 -0
- package/dist/commonjs/theme/scale.js.map +1 -0
- package/dist/commonjs/theme/types.js +6 -0
- package/dist/commonjs/theme/types.js.map +1 -0
- package/dist/module/components/ActionSheet.js +63 -0
- package/dist/module/components/ActionSheet.js.map +1 -0
- package/dist/module/components/AnimatedEllipsis.js +87 -0
- package/dist/module/components/AnimatedEllipsis.js.map +1 -0
- package/dist/module/components/AnimatedPressable.js +58 -0
- package/dist/module/components/AnimatedPressable.js.map +1 -0
- package/dist/module/components/AppErrorBoundary.js +88 -0
- package/dist/module/components/AppErrorBoundary.js.map +1 -0
- package/dist/module/components/AppImage.js +80 -0
- package/dist/module/components/AppImage.js.map +1 -0
- package/dist/module/components/AuthFormScreen.js +92 -0
- package/dist/module/components/AuthFormScreen.js.map +1 -0
- package/dist/module/components/Avatar.js +151 -0
- package/dist/module/components/Avatar.js.map +1 -0
- package/dist/module/components/BotChatBubble.js +124 -0
- package/dist/module/components/BotChatBubble.js.map +1 -0
- package/dist/module/components/BottomActionSheet.js +86 -0
- package/dist/module/components/BottomActionSheet.js.map +1 -0
- package/dist/module/components/Button.js +158 -0
- package/dist/module/components/Button.js.map +1 -0
- package/dist/module/components/Card.js +98 -0
- package/dist/module/components/Card.js.map +1 -0
- package/dist/module/components/Carousel.js +55 -0
- package/dist/module/components/Carousel.js.map +1 -0
- package/dist/module/components/ChatInputBar.js +101 -0
- package/dist/module/components/ChatInputBar.js.map +1 -0
- package/dist/module/components/ChatScreen.js +198 -0
- package/dist/module/components/ChatScreen.js.map +1 -0
- package/dist/module/components/Chip.js +63 -0
- package/dist/module/components/Chip.js.map +1 -0
- package/dist/module/components/ChipSelector.js +122 -0
- package/dist/module/components/ChipSelector.js.map +1 -0
- package/dist/module/components/CircularProgress.js +123 -0
- package/dist/module/components/CircularProgress.js.map +1 -0
- package/dist/module/components/ConfirmDialog.js +135 -0
- package/dist/module/components/ConfirmDialog.js.map +1 -0
- package/dist/module/components/DateField.js +141 -0
- package/dist/module/components/DateField.js.map +1 -0
- package/dist/module/components/DetailHeader.js +28 -0
- package/dist/module/components/DetailHeader.js.map +1 -0
- package/dist/module/components/DetailScreen.js +84 -0
- package/dist/module/components/DetailScreen.js.map +1 -0
- package/dist/module/components/EmptyState.js +125 -0
- package/dist/module/components/EmptyState.js.map +1 -0
- package/dist/module/components/ErrorBoundary.js +81 -0
- package/dist/module/components/ErrorBoundary.js.map +1 -0
- package/dist/module/components/ErrorState.js +73 -0
- package/dist/module/components/ErrorState.js.map +1 -0
- package/dist/module/components/Fab.js +68 -0
- package/dist/module/components/Fab.js.map +1 -0
- package/dist/module/components/FabMenu.js +194 -0
- package/dist/module/components/FabMenu.js.map +1 -0
- package/dist/module/components/FavoriteButton.js +42 -0
- package/dist/module/components/FavoriteButton.js.map +1 -0
- package/dist/module/components/FollowStatsRow.js +80 -0
- package/dist/module/components/FollowStatsRow.js.map +1 -0
- package/dist/module/components/FormScreen.js +98 -0
- package/dist/module/components/FormScreen.js.map +1 -0
- package/dist/module/components/FormattedText.js +54 -0
- package/dist/module/components/FormattedText.js.map +1 -0
- package/dist/module/components/GoogleGlyph.js +39 -0
- package/dist/module/components/GoogleGlyph.js.map +1 -0
- package/dist/module/components/Gradient.js +55 -0
- package/dist/module/components/Gradient.js.map +1 -0
- package/dist/module/components/HeroStatsRow.js +42 -0
- package/dist/module/components/HeroStatsRow.js.map +1 -0
- package/dist/module/components/Input.js +159 -0
- package/dist/module/components/Input.js.map +1 -0
- package/dist/module/components/KeyboardAware.js +37 -0
- package/dist/module/components/KeyboardAware.js.map +1 -0
- package/dist/module/components/KeyboardScrollView.js +146 -0
- package/dist/module/components/KeyboardScrollView.js.map +1 -0
- package/dist/module/components/LegalBulletList.js +51 -0
- package/dist/module/components/LegalBulletList.js.map +1 -0
- package/dist/module/components/LegalSection.js +83 -0
- package/dist/module/components/LegalSection.js.map +1 -0
- package/dist/module/components/LikeButton.js +100 -0
- package/dist/module/components/LikeButton.js.map +1 -0
- package/dist/module/components/LoadingScreen.js +34 -0
- package/dist/module/components/LoadingScreen.js.map +1 -0
- package/dist/module/components/NotesCard.js +44 -0
- package/dist/module/components/NotesCard.js.map +1 -0
- package/dist/module/components/OnboardingSlide.js +69 -0
- package/dist/module/components/OnboardingSlide.js.map +1 -0
- package/dist/module/components/PhotoPicker.js +129 -0
- package/dist/module/components/PhotoPicker.js.map +1 -0
- package/dist/module/components/PhotoStrip.js +62 -0
- package/dist/module/components/PhotoStrip.js.map +1 -0
- package/dist/module/components/PhotoViewer.js +121 -0
- package/dist/module/components/PhotoViewer.js.map +1 -0
- package/dist/module/components/ProgressBar.js +103 -0
- package/dist/module/components/ProgressBar.js.map +1 -0
- package/dist/module/components/ScreenGradient.js +64 -0
- package/dist/module/components/ScreenGradient.js.map +1 -0
- package/dist/module/components/ScreenHeader.js +94 -0
- package/dist/module/components/ScreenHeader.js.map +1 -0
- package/dist/module/components/SearchInput.js +118 -0
- package/dist/module/components/SearchInput.js.map +1 -0
- package/dist/module/components/SelectionSheet.js +239 -0
- package/dist/module/components/SelectionSheet.js.map +1 -0
- package/dist/module/components/SettingsRow.js +121 -0
- package/dist/module/components/SettingsRow.js.map +1 -0
- package/dist/module/components/SettingsSection.js +41 -0
- package/dist/module/components/SettingsSection.js.map +1 -0
- package/dist/module/components/Skeleton.js +126 -0
- package/dist/module/components/Skeleton.js.map +1 -0
- package/dist/module/components/Spinner.js +37 -0
- package/dist/module/components/Spinner.js.map +1 -0
- package/dist/module/components/StarRating.js +83 -0
- package/dist/module/components/StarRating.js.map +1 -0
- package/dist/module/components/StatTile.js +59 -0
- package/dist/module/components/StatTile.js.map +1 -0
- package/dist/module/components/StepDots.js +117 -0
- package/dist/module/components/StepDots.js.map +1 -0
- package/dist/module/components/StickyBottomBar.js +40 -0
- package/dist/module/components/StickyBottomBar.js.map +1 -0
- package/dist/module/components/TabPillGroup.js +84 -0
- package/dist/module/components/TabPillGroup.js.map +1 -0
- package/dist/module/components/Text.js +171 -0
- package/dist/module/components/Text.js.map +1 -0
- package/dist/module/components/Toast.js +157 -0
- package/dist/module/components/Toast.js.map +1 -0
- package/dist/module/components/ToggleRow.js +117 -0
- package/dist/module/components/ToggleRow.js.map +1 -0
- package/dist/module/components/TypingIndicator.js +91 -0
- package/dist/module/components/TypingIndicator.js.map +1 -0
- package/dist/module/components/UserChatBubble.js +63 -0
- package/dist/module/components/UserChatBubble.js.map +1 -0
- package/dist/module/index.js +112 -0
- package/dist/module/index.js.map +1 -0
- package/dist/module/internal/appImageProps.js +40 -0
- package/dist/module/internal/appImageProps.js.map +1 -0
- package/dist/module/internal/avatarFallback.js +97 -0
- package/dist/module/internal/avatarFallback.js.map +1 -0
- package/dist/module/internal/chipStyle.js +84 -0
- package/dist/module/internal/chipStyle.js.map +1 -0
- package/dist/module/internal/detailScreenState.js +27 -0
- package/dist/module/internal/detailScreenState.js.map +1 -0
- package/dist/module/internal/haptics.js +46 -0
- package/dist/module/internal/haptics.js.map +1 -0
- package/dist/module/internal/hexToRgba.js +24 -0
- package/dist/module/internal/hexToRgba.js.map +1 -0
- package/dist/module/internal/inputStyle.js +48 -0
- package/dist/module/internal/inputStyle.js.map +1 -0
- package/dist/module/internal/keyboardAwareProps.js +34 -0
- package/dist/module/internal/keyboardAwareProps.js.map +1 -0
- package/dist/module/internal/keyboardScrollViewProps.js +60 -0
- package/dist/module/internal/keyboardScrollViewProps.js.map +1 -0
- package/dist/module/internal/overlay.js +32 -0
- package/dist/module/internal/overlay.js.map +1 -0
- package/dist/module/internal/parseInlineMarkdown.js +114 -0
- package/dist/module/internal/parseInlineMarkdown.js.map +1 -0
- package/dist/module/internal/refCounter.js +29 -0
- package/dist/module/internal/refCounter.js.map +1 -0
- package/dist/module/internal/resolveGradient.js +82 -0
- package/dist/module/internal/resolveGradient.js.map +1 -0
- package/dist/module/internal/spinnerProps.js +37 -0
- package/dist/module/internal/spinnerProps.js.map +1 -0
- package/dist/module/internal/springs.js +40 -0
- package/dist/module/internal/springs.js.map +1 -0
- package/dist/module/internal/stickyBottomBarStyle.js +47 -0
- package/dist/module/internal/stickyBottomBarStyle.js.map +1 -0
- package/dist/module/package.json +1 -0
- package/dist/module/preset.js +44 -0
- package/dist/module/preset.js.map +1 -0
- package/dist/module/theme/ThemeProvider.js +51 -0
- package/dist/module/theme/ThemeProvider.js.map +1 -0
- package/dist/module/theme/geometry.js +91 -0
- package/dist/module/theme/geometry.js.map +1 -0
- package/dist/module/theme/index.js +5 -0
- package/dist/module/theme/index.js.map +1 -0
- package/dist/module/theme/scale.js +41 -0
- package/dist/module/theme/scale.js.map +1 -0
- package/dist/module/theme/types.js +4 -0
- package/dist/module/theme/types.js.map +1 -0
- package/dist/typescript/commonjs/package.json +1 -0
- package/dist/typescript/commonjs/src/components/ActionSheet.d.ts +29 -0
- package/dist/typescript/commonjs/src/components/ActionSheet.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/AnimatedEllipsis.d.ts +22 -0
- package/dist/typescript/commonjs/src/components/AnimatedEllipsis.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/AnimatedPressable.d.ts +34 -0
- package/dist/typescript/commonjs/src/components/AnimatedPressable.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/AppErrorBoundary.d.ts +42 -0
- package/dist/typescript/commonjs/src/components/AppErrorBoundary.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/AppImage.d.ts +38 -0
- package/dist/typescript/commonjs/src/components/AppImage.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/AuthFormScreen.d.ts +46 -0
- package/dist/typescript/commonjs/src/components/AuthFormScreen.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Avatar.d.ts +64 -0
- package/dist/typescript/commonjs/src/components/Avatar.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/BotChatBubble.d.ts +42 -0
- package/dist/typescript/commonjs/src/components/BotChatBubble.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/BottomActionSheet.d.ts +45 -0
- package/dist/typescript/commonjs/src/components/BottomActionSheet.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Button.d.ts +31 -0
- package/dist/typescript/commonjs/src/components/Button.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Card.d.ts +49 -0
- package/dist/typescript/commonjs/src/components/Card.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Carousel.d.ts +45 -0
- package/dist/typescript/commonjs/src/components/Carousel.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ChatInputBar.d.ts +28 -0
- package/dist/typescript/commonjs/src/components/ChatInputBar.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ChatScreen.d.ts +79 -0
- package/dist/typescript/commonjs/src/components/ChatScreen.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Chip.d.ts +36 -0
- package/dist/typescript/commonjs/src/components/Chip.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ChipSelector.d.ts +51 -0
- package/dist/typescript/commonjs/src/components/ChipSelector.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/CircularProgress.d.ts +47 -0
- package/dist/typescript/commonjs/src/components/CircularProgress.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ConfirmDialog.d.ts +50 -0
- package/dist/typescript/commonjs/src/components/ConfirmDialog.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/DateField.d.ts +26 -0
- package/dist/typescript/commonjs/src/components/DateField.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/DetailHeader.d.ts +28 -0
- package/dist/typescript/commonjs/src/components/DetailHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/DetailScreen.d.ts +55 -0
- package/dist/typescript/commonjs/src/components/DetailScreen.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/EmptyState.d.ts +33 -0
- package/dist/typescript/commonjs/src/components/EmptyState.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ErrorBoundary.d.ts +36 -0
- package/dist/typescript/commonjs/src/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ErrorState.d.ts +23 -0
- package/dist/typescript/commonjs/src/components/ErrorState.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Fab.d.ts +32 -0
- package/dist/typescript/commonjs/src/components/Fab.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/FabMenu.d.ts +48 -0
- package/dist/typescript/commonjs/src/components/FabMenu.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/FavoriteButton.d.ts +27 -0
- package/dist/typescript/commonjs/src/components/FavoriteButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/FollowStatsRow.d.ts +30 -0
- package/dist/typescript/commonjs/src/components/FollowStatsRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/FormScreen.d.ts +53 -0
- package/dist/typescript/commonjs/src/components/FormScreen.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/FormattedText.d.ts +30 -0
- package/dist/typescript/commonjs/src/components/FormattedText.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/GoogleGlyph.d.ts +18 -0
- package/dist/typescript/commonjs/src/components/GoogleGlyph.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Gradient.d.ts +36 -0
- package/dist/typescript/commonjs/src/components/Gradient.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/HeroStatsRow.d.ts +23 -0
- package/dist/typescript/commonjs/src/components/HeroStatsRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Input.d.ts +50 -0
- package/dist/typescript/commonjs/src/components/Input.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/KeyboardAware.d.ts +27 -0
- package/dist/typescript/commonjs/src/components/KeyboardAware.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/KeyboardScrollView.d.ts +61 -0
- package/dist/typescript/commonjs/src/components/KeyboardScrollView.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/LegalBulletList.d.ts +24 -0
- package/dist/typescript/commonjs/src/components/LegalBulletList.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/LegalSection.d.ts +34 -0
- package/dist/typescript/commonjs/src/components/LegalSection.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/LikeButton.d.ts +37 -0
- package/dist/typescript/commonjs/src/components/LikeButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/LoadingScreen.d.ts +17 -0
- package/dist/typescript/commonjs/src/components/LoadingScreen.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/NotesCard.d.ts +17 -0
- package/dist/typescript/commonjs/src/components/NotesCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/OnboardingSlide.d.ts +31 -0
- package/dist/typescript/commonjs/src/components/OnboardingSlide.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/PhotoPicker.d.ts +37 -0
- package/dist/typescript/commonjs/src/components/PhotoPicker.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/PhotoStrip.d.ts +32 -0
- package/dist/typescript/commonjs/src/components/PhotoStrip.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/PhotoViewer.d.ts +35 -0
- package/dist/typescript/commonjs/src/components/PhotoViewer.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ProgressBar.d.ts +43 -0
- package/dist/typescript/commonjs/src/components/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ScreenGradient.d.ts +25 -0
- package/dist/typescript/commonjs/src/components/ScreenGradient.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ScreenHeader.d.ts +48 -0
- package/dist/typescript/commonjs/src/components/ScreenHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/SearchInput.d.ts +30 -0
- package/dist/typescript/commonjs/src/components/SearchInput.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/SelectionSheet.d.ts +54 -0
- package/dist/typescript/commonjs/src/components/SelectionSheet.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/SettingsRow.d.ts +52 -0
- package/dist/typescript/commonjs/src/components/SettingsRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/SettingsSection.d.ts +24 -0
- package/dist/typescript/commonjs/src/components/SettingsSection.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Skeleton.d.ts +31 -0
- package/dist/typescript/commonjs/src/components/Skeleton.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Spinner.d.ts +23 -0
- package/dist/typescript/commonjs/src/components/Spinner.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/StarRating.d.ts +30 -0
- package/dist/typescript/commonjs/src/components/StarRating.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/StatTile.d.ts +33 -0
- package/dist/typescript/commonjs/src/components/StatTile.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/StepDots.d.ts +61 -0
- package/dist/typescript/commonjs/src/components/StepDots.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/StickyBottomBar.d.ts +28 -0
- package/dist/typescript/commonjs/src/components/StickyBottomBar.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/TabPillGroup.d.ts +33 -0
- package/dist/typescript/commonjs/src/components/TabPillGroup.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Text.d.ts +34 -0
- package/dist/typescript/commonjs/src/components/Text.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/Toast.d.ts +33 -0
- package/dist/typescript/commonjs/src/components/Toast.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/ToggleRow.d.ts +37 -0
- package/dist/typescript/commonjs/src/components/ToggleRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/TypingIndicator.d.ts +22 -0
- package/dist/typescript/commonjs/src/components/TypingIndicator.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/components/UserChatBubble.d.ts +34 -0
- package/dist/typescript/commonjs/src/components/UserChatBubble.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/index.d.ts +69 -0
- package/dist/typescript/commonjs/src/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/appImageProps.d.ts +39 -0
- package/dist/typescript/commonjs/src/internal/appImageProps.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/avatarFallback.d.ts +45 -0
- package/dist/typescript/commonjs/src/internal/avatarFallback.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/chipStyle.d.ts +53 -0
- package/dist/typescript/commonjs/src/internal/chipStyle.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/detailScreenState.d.ts +25 -0
- package/dist/typescript/commonjs/src/internal/detailScreenState.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/haptics.d.ts +19 -0
- package/dist/typescript/commonjs/src/internal/haptics.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/hexToRgba.d.ts +17 -0
- package/dist/typescript/commonjs/src/internal/hexToRgba.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/inputStyle.d.ts +30 -0
- package/dist/typescript/commonjs/src/internal/inputStyle.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/keyboardAwareProps.d.ts +37 -0
- package/dist/typescript/commonjs/src/internal/keyboardAwareProps.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/keyboardScrollViewProps.d.ts +67 -0
- package/dist/typescript/commonjs/src/internal/keyboardScrollViewProps.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/overlay.d.ts +24 -0
- package/dist/typescript/commonjs/src/internal/overlay.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/parseInlineMarkdown.d.ts +28 -0
- package/dist/typescript/commonjs/src/internal/parseInlineMarkdown.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/refCounter.d.ts +17 -0
- package/dist/typescript/commonjs/src/internal/refCounter.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/resolveGradient.d.ts +57 -0
- package/dist/typescript/commonjs/src/internal/resolveGradient.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/spinnerProps.d.ts +27 -0
- package/dist/typescript/commonjs/src/internal/spinnerProps.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/springs.d.ts +37 -0
- package/dist/typescript/commonjs/src/internal/springs.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/internal/stickyBottomBarStyle.d.ts +36 -0
- package/dist/typescript/commonjs/src/internal/stickyBottomBarStyle.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/preset.d.ts +3 -0
- package/dist/typescript/commonjs/src/preset.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/theme/ThemeProvider.d.ts +17 -0
- package/dist/typescript/commonjs/src/theme/ThemeProvider.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/theme/geometry.d.ts +18 -0
- package/dist/typescript/commonjs/src/theme/geometry.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/theme/index.d.ts +4 -0
- package/dist/typescript/commonjs/src/theme/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/theme/scale.d.ts +41 -0
- package/dist/typescript/commonjs/src/theme/scale.d.ts.map +1 -0
- package/dist/typescript/commonjs/src/theme/types.d.ts +67 -0
- package/dist/typescript/commonjs/src/theme/types.d.ts.map +1 -0
- package/dist/typescript/module/package.json +1 -0
- package/dist/typescript/module/src/components/ActionSheet.d.ts +29 -0
- package/dist/typescript/module/src/components/ActionSheet.d.ts.map +1 -0
- package/dist/typescript/module/src/components/AnimatedEllipsis.d.ts +22 -0
- package/dist/typescript/module/src/components/AnimatedEllipsis.d.ts.map +1 -0
- package/dist/typescript/module/src/components/AnimatedPressable.d.ts +34 -0
- package/dist/typescript/module/src/components/AnimatedPressable.d.ts.map +1 -0
- package/dist/typescript/module/src/components/AppErrorBoundary.d.ts +42 -0
- package/dist/typescript/module/src/components/AppErrorBoundary.d.ts.map +1 -0
- package/dist/typescript/module/src/components/AppImage.d.ts +38 -0
- package/dist/typescript/module/src/components/AppImage.d.ts.map +1 -0
- package/dist/typescript/module/src/components/AuthFormScreen.d.ts +46 -0
- package/dist/typescript/module/src/components/AuthFormScreen.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Avatar.d.ts +64 -0
- package/dist/typescript/module/src/components/Avatar.d.ts.map +1 -0
- package/dist/typescript/module/src/components/BotChatBubble.d.ts +42 -0
- package/dist/typescript/module/src/components/BotChatBubble.d.ts.map +1 -0
- package/dist/typescript/module/src/components/BottomActionSheet.d.ts +45 -0
- package/dist/typescript/module/src/components/BottomActionSheet.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Button.d.ts +31 -0
- package/dist/typescript/module/src/components/Button.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Card.d.ts +49 -0
- package/dist/typescript/module/src/components/Card.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Carousel.d.ts +45 -0
- package/dist/typescript/module/src/components/Carousel.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ChatInputBar.d.ts +28 -0
- package/dist/typescript/module/src/components/ChatInputBar.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ChatScreen.d.ts +79 -0
- package/dist/typescript/module/src/components/ChatScreen.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Chip.d.ts +36 -0
- package/dist/typescript/module/src/components/Chip.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ChipSelector.d.ts +51 -0
- package/dist/typescript/module/src/components/ChipSelector.d.ts.map +1 -0
- package/dist/typescript/module/src/components/CircularProgress.d.ts +47 -0
- package/dist/typescript/module/src/components/CircularProgress.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ConfirmDialog.d.ts +50 -0
- package/dist/typescript/module/src/components/ConfirmDialog.d.ts.map +1 -0
- package/dist/typescript/module/src/components/DateField.d.ts +26 -0
- package/dist/typescript/module/src/components/DateField.d.ts.map +1 -0
- package/dist/typescript/module/src/components/DetailHeader.d.ts +28 -0
- package/dist/typescript/module/src/components/DetailHeader.d.ts.map +1 -0
- package/dist/typescript/module/src/components/DetailScreen.d.ts +55 -0
- package/dist/typescript/module/src/components/DetailScreen.d.ts.map +1 -0
- package/dist/typescript/module/src/components/EmptyState.d.ts +33 -0
- package/dist/typescript/module/src/components/EmptyState.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ErrorBoundary.d.ts +36 -0
- package/dist/typescript/module/src/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ErrorState.d.ts +23 -0
- package/dist/typescript/module/src/components/ErrorState.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Fab.d.ts +32 -0
- package/dist/typescript/module/src/components/Fab.d.ts.map +1 -0
- package/dist/typescript/module/src/components/FabMenu.d.ts +48 -0
- package/dist/typescript/module/src/components/FabMenu.d.ts.map +1 -0
- package/dist/typescript/module/src/components/FavoriteButton.d.ts +27 -0
- package/dist/typescript/module/src/components/FavoriteButton.d.ts.map +1 -0
- package/dist/typescript/module/src/components/FollowStatsRow.d.ts +30 -0
- package/dist/typescript/module/src/components/FollowStatsRow.d.ts.map +1 -0
- package/dist/typescript/module/src/components/FormScreen.d.ts +53 -0
- package/dist/typescript/module/src/components/FormScreen.d.ts.map +1 -0
- package/dist/typescript/module/src/components/FormattedText.d.ts +30 -0
- package/dist/typescript/module/src/components/FormattedText.d.ts.map +1 -0
- package/dist/typescript/module/src/components/GoogleGlyph.d.ts +18 -0
- package/dist/typescript/module/src/components/GoogleGlyph.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Gradient.d.ts +36 -0
- package/dist/typescript/module/src/components/Gradient.d.ts.map +1 -0
- package/dist/typescript/module/src/components/HeroStatsRow.d.ts +23 -0
- package/dist/typescript/module/src/components/HeroStatsRow.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Input.d.ts +50 -0
- package/dist/typescript/module/src/components/Input.d.ts.map +1 -0
- package/dist/typescript/module/src/components/KeyboardAware.d.ts +27 -0
- package/dist/typescript/module/src/components/KeyboardAware.d.ts.map +1 -0
- package/dist/typescript/module/src/components/KeyboardScrollView.d.ts +61 -0
- package/dist/typescript/module/src/components/KeyboardScrollView.d.ts.map +1 -0
- package/dist/typescript/module/src/components/LegalBulletList.d.ts +24 -0
- package/dist/typescript/module/src/components/LegalBulletList.d.ts.map +1 -0
- package/dist/typescript/module/src/components/LegalSection.d.ts +34 -0
- package/dist/typescript/module/src/components/LegalSection.d.ts.map +1 -0
- package/dist/typescript/module/src/components/LikeButton.d.ts +37 -0
- package/dist/typescript/module/src/components/LikeButton.d.ts.map +1 -0
- package/dist/typescript/module/src/components/LoadingScreen.d.ts +17 -0
- package/dist/typescript/module/src/components/LoadingScreen.d.ts.map +1 -0
- package/dist/typescript/module/src/components/NotesCard.d.ts +17 -0
- package/dist/typescript/module/src/components/NotesCard.d.ts.map +1 -0
- package/dist/typescript/module/src/components/OnboardingSlide.d.ts +31 -0
- package/dist/typescript/module/src/components/OnboardingSlide.d.ts.map +1 -0
- package/dist/typescript/module/src/components/PhotoPicker.d.ts +37 -0
- package/dist/typescript/module/src/components/PhotoPicker.d.ts.map +1 -0
- package/dist/typescript/module/src/components/PhotoStrip.d.ts +32 -0
- package/dist/typescript/module/src/components/PhotoStrip.d.ts.map +1 -0
- package/dist/typescript/module/src/components/PhotoViewer.d.ts +35 -0
- package/dist/typescript/module/src/components/PhotoViewer.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ProgressBar.d.ts +43 -0
- package/dist/typescript/module/src/components/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ScreenGradient.d.ts +25 -0
- package/dist/typescript/module/src/components/ScreenGradient.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ScreenHeader.d.ts +48 -0
- package/dist/typescript/module/src/components/ScreenHeader.d.ts.map +1 -0
- package/dist/typescript/module/src/components/SearchInput.d.ts +30 -0
- package/dist/typescript/module/src/components/SearchInput.d.ts.map +1 -0
- package/dist/typescript/module/src/components/SelectionSheet.d.ts +54 -0
- package/dist/typescript/module/src/components/SelectionSheet.d.ts.map +1 -0
- package/dist/typescript/module/src/components/SettingsRow.d.ts +52 -0
- package/dist/typescript/module/src/components/SettingsRow.d.ts.map +1 -0
- package/dist/typescript/module/src/components/SettingsSection.d.ts +24 -0
- package/dist/typescript/module/src/components/SettingsSection.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Skeleton.d.ts +31 -0
- package/dist/typescript/module/src/components/Skeleton.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Spinner.d.ts +23 -0
- package/dist/typescript/module/src/components/Spinner.d.ts.map +1 -0
- package/dist/typescript/module/src/components/StarRating.d.ts +30 -0
- package/dist/typescript/module/src/components/StarRating.d.ts.map +1 -0
- package/dist/typescript/module/src/components/StatTile.d.ts +33 -0
- package/dist/typescript/module/src/components/StatTile.d.ts.map +1 -0
- package/dist/typescript/module/src/components/StepDots.d.ts +61 -0
- package/dist/typescript/module/src/components/StepDots.d.ts.map +1 -0
- package/dist/typescript/module/src/components/StickyBottomBar.d.ts +28 -0
- package/dist/typescript/module/src/components/StickyBottomBar.d.ts.map +1 -0
- package/dist/typescript/module/src/components/TabPillGroup.d.ts +33 -0
- package/dist/typescript/module/src/components/TabPillGroup.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Text.d.ts +34 -0
- package/dist/typescript/module/src/components/Text.d.ts.map +1 -0
- package/dist/typescript/module/src/components/Toast.d.ts +33 -0
- package/dist/typescript/module/src/components/Toast.d.ts.map +1 -0
- package/dist/typescript/module/src/components/ToggleRow.d.ts +37 -0
- package/dist/typescript/module/src/components/ToggleRow.d.ts.map +1 -0
- package/dist/typescript/module/src/components/TypingIndicator.d.ts +22 -0
- package/dist/typescript/module/src/components/TypingIndicator.d.ts.map +1 -0
- package/dist/typescript/module/src/components/UserChatBubble.d.ts +34 -0
- package/dist/typescript/module/src/components/UserChatBubble.d.ts.map +1 -0
- package/dist/typescript/module/src/index.d.ts +69 -0
- package/dist/typescript/module/src/index.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/appImageProps.d.ts +39 -0
- package/dist/typescript/module/src/internal/appImageProps.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/avatarFallback.d.ts +45 -0
- package/dist/typescript/module/src/internal/avatarFallback.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/chipStyle.d.ts +53 -0
- package/dist/typescript/module/src/internal/chipStyle.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/detailScreenState.d.ts +25 -0
- package/dist/typescript/module/src/internal/detailScreenState.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/haptics.d.ts +19 -0
- package/dist/typescript/module/src/internal/haptics.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/hexToRgba.d.ts +17 -0
- package/dist/typescript/module/src/internal/hexToRgba.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/inputStyle.d.ts +30 -0
- package/dist/typescript/module/src/internal/inputStyle.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/keyboardAwareProps.d.ts +37 -0
- package/dist/typescript/module/src/internal/keyboardAwareProps.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/keyboardScrollViewProps.d.ts +67 -0
- package/dist/typescript/module/src/internal/keyboardScrollViewProps.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/overlay.d.ts +24 -0
- package/dist/typescript/module/src/internal/overlay.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/parseInlineMarkdown.d.ts +28 -0
- package/dist/typescript/module/src/internal/parseInlineMarkdown.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/refCounter.d.ts +17 -0
- package/dist/typescript/module/src/internal/refCounter.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/resolveGradient.d.ts +57 -0
- package/dist/typescript/module/src/internal/resolveGradient.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/spinnerProps.d.ts +27 -0
- package/dist/typescript/module/src/internal/spinnerProps.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/springs.d.ts +37 -0
- package/dist/typescript/module/src/internal/springs.d.ts.map +1 -0
- package/dist/typescript/module/src/internal/stickyBottomBarStyle.d.ts +36 -0
- package/dist/typescript/module/src/internal/stickyBottomBarStyle.d.ts.map +1 -0
- package/dist/typescript/module/src/preset.d.ts +3 -0
- package/dist/typescript/module/src/preset.d.ts.map +1 -0
- package/dist/typescript/module/src/theme/ThemeProvider.d.ts +17 -0
- package/dist/typescript/module/src/theme/ThemeProvider.d.ts.map +1 -0
- package/dist/typescript/module/src/theme/geometry.d.ts +18 -0
- package/dist/typescript/module/src/theme/geometry.d.ts.map +1 -0
- package/dist/typescript/module/src/theme/index.d.ts +4 -0
- package/dist/typescript/module/src/theme/index.d.ts.map +1 -0
- package/dist/typescript/module/src/theme/scale.d.ts +41 -0
- package/dist/typescript/module/src/theme/scale.d.ts.map +1 -0
- package/dist/typescript/module/src/theme/types.d.ts +67 -0
- package/dist/typescript/module/src/theme/types.d.ts.map +1 -0
- package/package.json +180 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/ToggleRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,KAAK,YAAY,EAAkB,MAAM,OAAO,CAAA;AACxF,OAAO,EAA2B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAA;AACtF,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAKrD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACvC,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,YAAY,CAAA;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,iFAAiF;IACjF,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;CAC7B;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,KAAK,EACL,aAAa,EACb,UAAU,EACV,IAAI,EACJ,QAAgB,EAChB,KAAK,GACN,EAAE,cAAc,2CAkEhB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
export interface TypingIndicatorProps {
|
|
3
|
+
/** Dot colour. Defaults to `colors.text.tertiary`. */
|
|
4
|
+
color?: string;
|
|
5
|
+
/** Optional inline style override, merged last so callers can retune layout. */
|
|
6
|
+
style?: StyleProp<ViewStyle>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Theme-agnostic chat "typing" indicator — three dots bouncing in a staggered
|
|
10
|
+
* wave, sized for the inside of a {@link BotChatBubble}. Honors the system
|
|
11
|
+
* Reduce-Motion setting (renders three static dots) via reanimated's
|
|
12
|
+
* {@link useReducedMotion}.
|
|
13
|
+
*
|
|
14
|
+
* Color comes INLINE from {@link useColors}: the dots default to `text.tertiary`
|
|
15
|
+
* (pass `color` to override). Larger + slower than {@link AnimatedEllipsis} (the
|
|
16
|
+
* inline "reading" dots); use this one inside a bot bubble. Layout (flex, gap,
|
|
17
|
+
* padding) is applied INLINE from the library-owned {@link SPACE} scale, so the
|
|
18
|
+
* indicator renders with no NativeWind setup in the consumer; `style` is an
|
|
19
|
+
* inline override merged last.
|
|
20
|
+
*/
|
|
21
|
+
export declare function TypingIndicator({ color, style }?: TypingIndicatorProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=TypingIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypingIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/TypingIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAA;AAenE,MAAM,WAAW,oBAAoB;IACnC,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,gFAAgF;IAChF,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;CAC7B;AAyCD;;;;;;;;;;;;GAYG;AACH,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,oBAAyB,2CAyB1E"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
3
|
+
export interface UserChatBubbleProps {
|
|
4
|
+
content: string;
|
|
5
|
+
/**
|
|
6
|
+
* Pre-formatted timestamp shown under the bubble (e.g. `"3:42 PM"`). The app
|
|
7
|
+
* formats its own clock time — the library carries no locale/date logic — so
|
|
8
|
+
* pass a string; omit to hide the timestamp row.
|
|
9
|
+
*/
|
|
10
|
+
timestamp?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Optional outer-wrapper inline style override, merged last so callers can
|
|
13
|
+
* retune the layout. Defaults to the right-aligned spacing used by AI-chat
|
|
14
|
+
* screens; a denser community feed can pass its own (e.g. no horizontal
|
|
15
|
+
* padding). Layout only — never color or font.
|
|
16
|
+
*/
|
|
17
|
+
style?: StyleProp<ViewStyle>;
|
|
18
|
+
}
|
|
19
|
+
declare function UserChatBubbleImpl({ content, timestamp, style }: UserChatBubbleProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
/**
|
|
21
|
+
* Theme-agnostic outgoing (user) chat bubble — a right-aligned brand-filled
|
|
22
|
+
* bubble with an optional timestamp beneath it.
|
|
23
|
+
*
|
|
24
|
+
* Color comes INLINE from {@link useColors}: the bubble fills with
|
|
25
|
+
* `brand.primary`, its text is `text.inverse`, and the timestamp is
|
|
26
|
+
* `text.tertiary`. Layout (alignment, max-width, spacing) is applied INLINE from
|
|
27
|
+
* the library-owned {@link SPACE}/{@link RADIUS} scale, so the bubble renders
|
|
28
|
+
* with no NativeWind setup in the consumer; `style` is an inline override merged
|
|
29
|
+
* last. Memoised so older bubbles in a long inverted `FlatList` do not re-render
|
|
30
|
+
* when a new message is appended.
|
|
31
|
+
*/
|
|
32
|
+
export declare const UserChatBubble: React.MemoExoticComponent<typeof UserChatBubbleImpl>;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=UserChatBubble.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserChatBubble.d.ts","sourceRoot":"","sources":["../../../../../src/components/UserChatBubble.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAA;AAKnE,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;CAC7B;AAED,iBAAS,kBAAkB,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,mBAAmB,2CAoC7E;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc,sDAM1B,CAAA"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export type { TextVariant, ThemeColors, ThemeTypography, ThemeShadows, ThemeTokens, } from './theme/types';
|
|
2
|
+
export { VARIANT_GEOMETRY } from './theme/geometry';
|
|
3
|
+
export { ThemeProvider, useTheme, useColors, useTypography, useShadows, type ThemeProviderProps, } from './theme/ThemeProvider';
|
|
4
|
+
export { Text, type TextProps } from './components/Text';
|
|
5
|
+
export { Button, type ButtonProps, type ButtonVariant, type ButtonSize, } from './components/Button';
|
|
6
|
+
export { Card, CARD_SPECS, type CardProps, type CardVariant, } from './components/Card';
|
|
7
|
+
export { Input, type InputProps, } from './components/Input';
|
|
8
|
+
export { Chip, type ChipProps, type ChipVariant, type ChipSize, } from './components/Chip';
|
|
9
|
+
export { Spinner, type SpinnerProps, type SpinnerSize, } from './components/Spinner';
|
|
10
|
+
export { Toast, type ToastProps, type ToastVariant, } from './components/Toast';
|
|
11
|
+
export { ConfirmDialog, type ConfirmDialogProps, } from './components/ConfirmDialog';
|
|
12
|
+
export { AppImage, type AppImageProps, } from './components/AppImage';
|
|
13
|
+
export { ScreenGradient, type ScreenGradientProps, } from './components/ScreenGradient';
|
|
14
|
+
export { ScreenHeader, type ScreenHeaderProps, type ScreenHeaderVariant, } from './components/ScreenHeader';
|
|
15
|
+
export { StickyBottomBar, type StickyBottomBarProps, } from './components/StickyBottomBar';
|
|
16
|
+
export { BottomActionSheet, type BottomActionSheetProps, } from './components/BottomActionSheet';
|
|
17
|
+
export { ActionSheet, type ActionSheetProps, type ActionSheetAction, } from './components/ActionSheet';
|
|
18
|
+
export { KeyboardAware, type KeyboardAwareProps, } from './components/KeyboardAware';
|
|
19
|
+
export { KeyboardScrollView, type KeyboardScrollViewProps, } from './components/KeyboardScrollView';
|
|
20
|
+
export { LoadingScreen, type LoadingScreenProps, } from './components/LoadingScreen';
|
|
21
|
+
export { ErrorState, type ErrorStateProps, } from './components/ErrorState';
|
|
22
|
+
export { EmptyState, type EmptyStateProps, } from './components/EmptyState';
|
|
23
|
+
export { FormScreen, type FormScreenProps, } from './components/FormScreen';
|
|
24
|
+
export { DetailScreen, type DetailScreenProps, } from './components/DetailScreen';
|
|
25
|
+
export { AuthFormScreen, type AuthFormScreenProps, } from './components/AuthFormScreen';
|
|
26
|
+
export { SettingsSection, type SettingsSectionProps, } from './components/SettingsSection';
|
|
27
|
+
export { SettingsRow, type SettingsRowProps, type SettingsRowPressableProps, type SettingsRowToggleProps, type SettingsRowInfoProps, } from './components/SettingsRow';
|
|
28
|
+
export { ToggleRow, type ToggleRowProps, } from './components/ToggleRow';
|
|
29
|
+
export { ChatScreen, type ChatScreenProps, type ChatScreenHandle, type ChatMessage, } from './components/ChatScreen';
|
|
30
|
+
export { UserChatBubble, type UserChatBubbleProps, } from './components/UserChatBubble';
|
|
31
|
+
export { BotChatBubble, type BotChatBubbleProps, type ChatSource, } from './components/BotChatBubble';
|
|
32
|
+
export { ChatInputBar, type ChatInputBarProps, } from './components/ChatInputBar';
|
|
33
|
+
export { TypingIndicator, type TypingIndicatorProps, } from './components/TypingIndicator';
|
|
34
|
+
export { FormattedText, type FormattedTextProps, } from './components/FormattedText';
|
|
35
|
+
export { Fab, type FabProps, type FabColor, } from './components/Fab';
|
|
36
|
+
export { FabMenu, type FabMenuProps, type FabAction, type FabActionVariant, } from './components/FabMenu';
|
|
37
|
+
export { Avatar, type AvatarProps, type AvatarSize, } from './components/Avatar';
|
|
38
|
+
export { StarRating, type StarRatingProps, type StarRatingSize, } from './components/StarRating';
|
|
39
|
+
export { StepDots, type StepDotsProps, type StepDotState, type StepDotsVariant, } from './components/StepDots';
|
|
40
|
+
export { SearchInput, type SearchInputProps, } from './components/SearchInput';
|
|
41
|
+
export { DateField, type DateFieldProps, type DateFieldMode, } from './components/DateField';
|
|
42
|
+
export { SelectionSheet, type SelectionSheetProps, type SelectionSheetItem, } from './components/SelectionSheet';
|
|
43
|
+
export { StatTile, type StatTileProps, } from './components/StatTile';
|
|
44
|
+
export { ProgressBar, type ProgressBarProps, } from './components/ProgressBar';
|
|
45
|
+
export { HeroStatsRow, type HeroStatsRowProps, } from './components/HeroStatsRow';
|
|
46
|
+
export { NotesCard, type NotesCardProps, } from './components/NotesCard';
|
|
47
|
+
export { DetailHeader, type DetailHeaderProps, } from './components/DetailHeader';
|
|
48
|
+
export { AnimatedPressable, type AnimatedPressableProps, } from './components/AnimatedPressable';
|
|
49
|
+
export { Gradient, type GradientProps, type GradientVariant, type GradientPoint, } from './components/Gradient';
|
|
50
|
+
export { ChipSelector, type ChipSelectorProps, type ChipSelectorOption, type ChipSelectorVariant, type ChipSelectorColor, type ChipSelectorLayout, type ChipSelectorShape, } from './components/ChipSelector';
|
|
51
|
+
export { FavoriteButton, type FavoriteButtonProps, } from './components/FavoriteButton';
|
|
52
|
+
export { LikeButton, type LikeButtonProps, } from './components/LikeButton';
|
|
53
|
+
export { Carousel, type CarouselProps, } from './components/Carousel';
|
|
54
|
+
export { PhotoStrip, type PhotoStripProps, } from './components/PhotoStrip';
|
|
55
|
+
export { PhotoViewer, type PhotoViewerProps, type PhotoViewerImage, } from './components/PhotoViewer';
|
|
56
|
+
export { PhotoPicker, type PhotoPickerProps, } from './components/PhotoPicker';
|
|
57
|
+
export { Skeleton, type SkeletonProps, } from './components/Skeleton';
|
|
58
|
+
export { CircularProgress, type CircularProgressProps, } from './components/CircularProgress';
|
|
59
|
+
export { FollowStatsRow, type FollowStatsRowProps, } from './components/FollowStatsRow';
|
|
60
|
+
export { OnboardingSlide, type OnboardingSlideProps, } from './components/OnboardingSlide';
|
|
61
|
+
export { ErrorBoundary, type ErrorBoundaryProps, } from './components/ErrorBoundary';
|
|
62
|
+
export { AppErrorBoundary, type AppErrorBoundaryProps, } from './components/AppErrorBoundary';
|
|
63
|
+
export { LegalSection, type LegalSectionProps, type LegalSubSection, } from './components/LegalSection';
|
|
64
|
+
export { LegalBulletList, type LegalBulletListProps, } from './components/LegalBulletList';
|
|
65
|
+
export { GoogleGlyph, type GoogleGlyphProps, } from './components/GoogleGlyph';
|
|
66
|
+
export { TabPillGroup, type TabPillGroupProps, type TabOption, } from './components/TabPillGroup';
|
|
67
|
+
export { AnimatedEllipsis, type AnimatedEllipsisProps, } from './components/AnimatedEllipsis';
|
|
68
|
+
export { default as tailwindPreset } from './preset.js';
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure prop-defaulting for `<AppImage/>` — the project caching defaults, kept
|
|
3
|
+
* out of the JSX wrapper so the rules are unit-testable without a React
|
|
4
|
+
* renderer (and without importing `expo-image`).
|
|
5
|
+
*
|
|
6
|
+
* Lifted verbatim from tea-companion's `appImageProps.ts`. Pure + theme-free.
|
|
7
|
+
*
|
|
8
|
+
* Rules:
|
|
9
|
+
* - `cachePolicy` defaults to `'memory-disk'` when omitted or `undefined`.
|
|
10
|
+
* - `transition` defaults to `200` when omitted or `undefined`.
|
|
11
|
+
* - Explicit values, including `0` and `null`, are honoured. The
|
|
12
|
+
* `=== undefined` check (rather than `??`) keeps `0` and `null` as
|
|
13
|
+
* legitimate overrides — `0` means "no transition duration", `null` means
|
|
14
|
+
* "disable transitions entirely" (per expo-image).
|
|
15
|
+
*
|
|
16
|
+
* The types here are loose structural mirrors of expo-image's `ImageProps`, so
|
|
17
|
+
* the helper stays free of the `'expo-image'` import — keeping that single
|
|
18
|
+
* module-load side-effect (the `cssInterop` registration) confined to
|
|
19
|
+
* `AppImage.tsx`. The component casts back at the boundary; both sides agree on
|
|
20
|
+
* the runtime shape, only the precise unions diverge.
|
|
21
|
+
*/
|
|
22
|
+
/** Mirror of `expo-image`'s `ImageProps['cachePolicy']`. */
|
|
23
|
+
export type AppImageCachePolicy = 'none' | 'disk' | 'memory' | 'memory-disk' | null;
|
|
24
|
+
/** Mirror of `expo-image`'s `ImageProps['transition']` (number | ImageTransition | null). */
|
|
25
|
+
export type AppImageTransition = number | {
|
|
26
|
+
duration?: number;
|
|
27
|
+
effect?: string | null;
|
|
28
|
+
timing?: string;
|
|
29
|
+
} | null;
|
|
30
|
+
export interface ResolveAppImagePropsInput {
|
|
31
|
+
cachePolicy?: AppImageCachePolicy;
|
|
32
|
+
transition?: AppImageTransition;
|
|
33
|
+
}
|
|
34
|
+
export interface ResolvedAppImageProps {
|
|
35
|
+
cachePolicy: AppImageCachePolicy;
|
|
36
|
+
transition: AppImageTransition;
|
|
37
|
+
}
|
|
38
|
+
export declare function resolveAppImageProps(input: ResolveAppImagePropsInput): ResolvedAppImageProps;
|
|
39
|
+
//# sourceMappingURL=appImageProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appImageProps.d.ts","sourceRoot":"","sources":["../../../../../src/internal/appImageProps.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,4DAA4D;AAC5D,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,GAAG,IAAI,CAAA;AAEnF,6FAA6F;AAC7F,MAAM,MAAM,kBAAkB,GAC1B,MAAM,GACN;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,GAC9D,IAAI,CAAA;AAER,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,EAAE,mBAAmB,CAAA;IACjC,UAAU,CAAC,EAAE,kBAAkB,CAAA;CAChC;AAED,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,mBAAmB,CAAA;IAChC,UAAU,EAAE,kBAAkB,CAAA;CAC/B;AAKD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,GAAG,qBAAqB,CAQ5F"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure prop-resolution for `<Avatar/>`'s initials disc — deriving the initials
|
|
3
|
+
* string and a deterministic `{ disc, ink }` colour PAIR from the theme.
|
|
4
|
+
*
|
|
5
|
+
* The pilot consumer (tea-companion) read a tea-specific `colors.avatarFallback`
|
|
6
|
+
* palette token that is NOT part of everkit's `ThemeColors` contract. To stay
|
|
7
|
+
* self-contained, the library instead hashes the stable id (FNV-1a) to pick one
|
|
8
|
+
* of the SIX theme ramps every theme already exposes — the three `brand.*` ramps
|
|
9
|
+
* plus three `semantic.*` colours — and pairs a light disc with a dark ink (or
|
|
10
|
+
* vice-versa) drawn from those tokens. No hardcoded hex, no app palette, and the
|
|
11
|
+
* disc still varies deterministically per user.
|
|
12
|
+
*
|
|
13
|
+
* Keeping this outside the React component makes it cheap to unit-test under
|
|
14
|
+
* `node:test` without a renderer.
|
|
15
|
+
*/
|
|
16
|
+
import type { ThemeColors } from '../theme/types';
|
|
17
|
+
export interface AvatarDiscColors {
|
|
18
|
+
/** Disc background. */
|
|
19
|
+
disc: string;
|
|
20
|
+
/** Initials / glyph ink — contrasts the disc. */
|
|
21
|
+
ink: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Up to two uppercase letters from display name, then the email local part.
|
|
25
|
+
* Returns `null` when nothing letter-like is available — the caller then renders
|
|
26
|
+
* a fallback glyph. Unicode-aware (`\p{L}`), so accented names work.
|
|
27
|
+
*/
|
|
28
|
+
export declare function deriveInitials(displayName: string | null | undefined, email: string | null | undefined): string | null;
|
|
29
|
+
/**
|
|
30
|
+
* FNV-1a 32-bit hash of the stable id, modulo the ramp count. Returns `0` (the
|
|
31
|
+
* first ramp) when the id is missing, so an avatar with no id is still stable.
|
|
32
|
+
*/
|
|
33
|
+
export declare function hashToRampIndex(stableId: string | null | undefined, rampCount: number): number;
|
|
34
|
+
/**
|
|
35
|
+
* Resolve the deterministic `{ disc, ink }` pair for the fallback disc, picking
|
|
36
|
+
* a ramp by hashing `stableId` over the theme's own tokens.
|
|
37
|
+
*
|
|
38
|
+
* Each ramp pairs a LIGHT fill with a DARK ink so the initials stay legible:
|
|
39
|
+
* the three `brand` ramps use their `*Light` / `*Dark` stops, and the three
|
|
40
|
+
* `semantic` colours derive a tint over the colour with the colour itself as
|
|
41
|
+
* ink. No literal colour is introduced — everything is read from the injected
|
|
42
|
+
* {@link ThemeColors}.
|
|
43
|
+
*/
|
|
44
|
+
export declare function resolveAvatarColors(colors: ThemeColors, stableId: string | null | undefined): AvatarDiscColors;
|
|
45
|
+
//# sourceMappingURL=avatarFallback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatarFallback.d.ts","sourceRoot":"","sources":["../../../../../src/internal/avatarFallback.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,uBAAuB;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,iDAAiD;IACjD,GAAG,EAAE,MAAM,CAAA;CACZ;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EACtC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAC/B,MAAM,GAAG,IAAI,CAQf;AA0BD;;;GAGG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAQ9F;AAED;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,WAAW,EACnB,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAClC,gBAAgB,CAUlB"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure prop-resolution for `<Chip/>` — variant + size mapping, unit-testable
|
|
3
|
+
* without a React renderer.
|
|
4
|
+
*
|
|
5
|
+
* GENERIC ONLY. The pilot consumers each layer their own domain variants on top
|
|
6
|
+
* of this (tea-companion's `'tea-type'`, espresso's diag chips); those read from
|
|
7
|
+
* per-app palettes (`colors.tea.*`) that the theme-agnostic library does not
|
|
8
|
+
* own, so they stay per app. Here we ship only the four brand/semantic-routed
|
|
9
|
+
* variants both apps share:
|
|
10
|
+
*
|
|
11
|
+
* default — neutral pill on `bg.tertiary` with `text.secondary` foreground.
|
|
12
|
+
* info — light wash over `semantic.info` with `semantic.info` foreground.
|
|
13
|
+
* success — `brand.primaryLight` bg with `brand.primaryDark` foreground.
|
|
14
|
+
* warning — light wash over `semantic.warning` with `semantic.warning` fg.
|
|
15
|
+
*
|
|
16
|
+
* Every colour is read from the injected {@link ThemeColors} — no hardcoded hex.
|
|
17
|
+
* The two washes go through {@link hexToRgba}, lifted verbatim from both apps.
|
|
18
|
+
*
|
|
19
|
+
* `isDark` is an optional input that nudges the wash opacity up on dark
|
|
20
|
+
* backgrounds (the apps pass their `useTheme().isDark`). The library's theme is
|
|
21
|
+
* brand-agnostic and carries no light/dark signal, so the {@link Chip} component
|
|
22
|
+
* leaves it at its `false` default; an app that knows its scheme can still call
|
|
23
|
+
* this helper directly with `isDark`. Sizes are byte-identical in both apps.
|
|
24
|
+
*/
|
|
25
|
+
import type { ThemeColors } from '../theme/types';
|
|
26
|
+
export type ChipVariant = 'default' | 'info' | 'success' | 'warning';
|
|
27
|
+
export type ChipSize = 'sm' | 'md';
|
|
28
|
+
export interface ResolvedChipColors {
|
|
29
|
+
/** Background colour. */
|
|
30
|
+
bg: string;
|
|
31
|
+
/** Foreground colour — applied to both text and icon. */
|
|
32
|
+
fg: string;
|
|
33
|
+
}
|
|
34
|
+
export interface ResolvedChipSize {
|
|
35
|
+
paddingHorizontal: number;
|
|
36
|
+
paddingVertical: number;
|
|
37
|
+
/** Text variant to render the label with. */
|
|
38
|
+
textVariant: 'caption' | 'label-sm' | 'label-md';
|
|
39
|
+
/** Pixel size for a leading lucide icon. */
|
|
40
|
+
iconSize: number;
|
|
41
|
+
/** Font size for a leading emoji glyph. */
|
|
42
|
+
emojiFontSize: number;
|
|
43
|
+
/** Gap between leading visual (icon or emoji) and label. */
|
|
44
|
+
gap: number;
|
|
45
|
+
}
|
|
46
|
+
export interface ResolveChipColorsOptions {
|
|
47
|
+
colors: ThemeColors;
|
|
48
|
+
/** Nudges the info/warning wash opacity up on dark backgrounds. Defaults to `false`. */
|
|
49
|
+
isDark?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export declare function resolveChipSize(size: ChipSize): ResolvedChipSize;
|
|
52
|
+
export declare function resolveChipColors(variant: ChipVariant, options: ResolveChipColorsOptions): ResolvedChipColors;
|
|
53
|
+
//# sourceMappingURL=chipStyle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chipStyle.d.ts","sourceRoot":"","sources":["../../../../../src/internal/chipStyle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAGjD,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAA;AACpE,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAA;AAElC,MAAM,WAAW,kBAAkB;IACjC,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,yDAAyD;IACzD,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,EAAE,MAAM,CAAA;IACzB,eAAe,EAAE,MAAM,CAAA;IACvB,6CAA6C;IAC7C,WAAW,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAA;IAChD,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,CAAA;IAChB,2CAA2C;IAC3C,aAAa,EAAE,MAAM,CAAA;IACrB,4DAA4D;IAC5D,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,WAAW,CAAA;IACnB,wFAAwF;IACxF,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAMD,wBAAgB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,gBAAgB,CAqBhE;AAED,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,wBAAwB,GAChC,kBAAkB,CAuBpB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure resolver that picks which body `<DetailScreen>` / `<FormScreen>` renders.
|
|
3
|
+
*
|
|
4
|
+
* Lifted verbatim from the pilot consumers (espresso-dialin / tea-companion);
|
|
5
|
+
* byte-identical in both. Pure + theme-free — unit-testable without a renderer.
|
|
6
|
+
*
|
|
7
|
+
* The rule:
|
|
8
|
+
* 1. While the underlying query is loading, render the loading body — even if
|
|
9
|
+
* a previous response was an error. A data layer like React Query reports
|
|
10
|
+
* both `isLoading: true` and the last `error` during a refetch; showing the
|
|
11
|
+
* error state in that window flashes the wrong UI.
|
|
12
|
+
* 2. If there is an error and we are not loading, render the error body.
|
|
13
|
+
* 3. Otherwise, render the children.
|
|
14
|
+
*
|
|
15
|
+
* The header itself is ALWAYS painted by the scaffold, regardless of the verdict
|
|
16
|
+
* this helper returns — that is the whole point (the back chevron must not vanish
|
|
17
|
+
* while a screen's load query is in flight).
|
|
18
|
+
*/
|
|
19
|
+
export interface ResolveDetailScreenStateInput {
|
|
20
|
+
isLoading?: boolean;
|
|
21
|
+
error?: Error | null;
|
|
22
|
+
}
|
|
23
|
+
export type DetailScreenBodyState = 'loading' | 'error' | 'content';
|
|
24
|
+
export declare function resolveDetailScreenState(input: ResolveDetailScreenStateInput): DetailScreenBodyState;
|
|
25
|
+
//# sourceMappingURL=detailScreenState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detailScreenState.d.ts","sourceRoot":"","sources":["../../../../../src/internal/detailScreenState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,6BAA6B;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAA;CACrB;AAED,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAA;AAEnE,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,6BAA6B,GACnC,qBAAqB,CAIvB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Optional, dependency-light haptic trigger.
|
|
3
|
+
*
|
|
4
|
+
* `expo-haptics` is an OPTIONAL peer of everkit-ui — components that offer a
|
|
5
|
+
* `haptic` affordance (currently {@link AnimatedPressable}) must work whether or
|
|
6
|
+
* not it is installed. This helper loads it behind a `require` in a `try/catch`
|
|
7
|
+
* (the same pattern `AppImage` / `EmptyState` use for `expo-linear-gradient`) and
|
|
8
|
+
* fires a single light "tap" impact, swallowing any error so a missing peer — or
|
|
9
|
+
* a platform without haptics (web) — is a silent no-op and never crashes a
|
|
10
|
+
* render.
|
|
11
|
+
*
|
|
12
|
+
* The module reference is resolved once and memoised. Pure of theme/colour.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Fire a single light "tap" impact if `expo-haptics` is available. Fire-and-
|
|
16
|
+
* forget — never throws, never returns a promise the caller has to await.
|
|
17
|
+
*/
|
|
18
|
+
export declare function triggerLightHaptic(): void;
|
|
19
|
+
//# sourceMappingURL=haptics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"haptics.d.ts","sourceRoot":"","sources":["../../../../../src/internal/haptics.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAoBH;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,IAAI,CAWzC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Convert a hex colour (`#RRGGBB`) to an `rgba(...)` string at the given alpha.
|
|
3
|
+
*
|
|
4
|
+
* Pure + theme-free — safe to unit-test in node. Lifted verbatim from the pilot
|
|
5
|
+
* consumers (espresso-dialin / tea-companion), where it was the byte-identical
|
|
6
|
+
* private helper behind the chip washes. It now lives here as the SINGLE shared
|
|
7
|
+
* implementation: {@link Chip} (info/warning washes), `ScreenGradient` (the
|
|
8
|
+
* brand wash overlay), and `EmptyState` (the mascot-circle tint) all derive
|
|
9
|
+
* their translucent tints from an injected theme colour through this one helper,
|
|
10
|
+
* so no component carries a literal `rgba(...)` brand value.
|
|
11
|
+
*
|
|
12
|
+
* Use `rgba(...)` rather than an 8-digit `#RRGGBBAA` hex on purpose — RN renders
|
|
13
|
+
* `rgba()` reliably across platforms, while alpha-hex support has historically
|
|
14
|
+
* been spotty on Android.
|
|
15
|
+
*/
|
|
16
|
+
export declare function hexToRgba(hex: string, alpha: number): string;
|
|
17
|
+
//# sourceMappingURL=hexToRgba.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hexToRgba.d.ts","sourceRoot":"","sources":["../../../../../src/internal/hexToRgba.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAK5D"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { TextStyle, ViewStyle } from 'react-native';
|
|
2
|
+
/**
|
|
3
|
+
* Pure resolver for the multiline-vs-single-line layout of `<Input>`.
|
|
4
|
+
*
|
|
5
|
+
* Lifted verbatim from the pilot consumers (espresso-dialin / tea-companion);
|
|
6
|
+
* byte-identical in both. Pure + theme-free — it carries layout geometry only.
|
|
7
|
+
*
|
|
8
|
+
* Returns inline STYLE objects (not className strings) on purpose: the field
|
|
9
|
+
* height is what matters most, and NativeWind doesn't reliably apply an
|
|
10
|
+
* arbitrary `min-h-[100px]` utility — which silently collapses the multiline
|
|
11
|
+
* field to a single row. A plain `style={{ minHeight: 100 }}` always applies.
|
|
12
|
+
*
|
|
13
|
+
* The decision: for a multiline field the min-height + vertical padding live on
|
|
14
|
+
* the TextInput itself (`field`), so the whole box is the input's native hit
|
|
15
|
+
* area (tapping below the first line still focuses it) and it renders at full
|
|
16
|
+
* height. Single-line keeps a fixed 48px container height, vertically centered.
|
|
17
|
+
*/
|
|
18
|
+
export interface ResolveInputStyleInput {
|
|
19
|
+
multiline: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface ResolvedInputStyle {
|
|
22
|
+
/** Applied to the container row (cross-axis alignment + single-line height). */
|
|
23
|
+
container: ViewStyle;
|
|
24
|
+
/** Applied to the TextInput (min-height + vertical padding). */
|
|
25
|
+
field: TextStyle;
|
|
26
|
+
/** TextInput `textAlignVertical`. */
|
|
27
|
+
textAlignVertical: 'top' | 'center';
|
|
28
|
+
}
|
|
29
|
+
export declare function resolveInputStyle({ multiline }: ResolveInputStyleInput): ResolvedInputStyle;
|
|
30
|
+
//# sourceMappingURL=inputStyle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputStyle.d.ts","sourceRoot":"","sources":["../../../../../src/internal/inputStyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExD;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,kBAAkB;IACjC,gFAAgF;IAChF,SAAS,EAAE,SAAS,CAAA;IACpB,gEAAgE;IAChE,KAAK,EAAE,SAAS,CAAA;IAChB,qCAAqC;IACrC,iBAAiB,EAAE,KAAK,GAAG,QAAQ,CAAA;CACpC;AAED,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE,sBAAsB,GAAG,kBAAkB,CAc3F"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { ViewStyle, KeyboardAvoidingViewProps } from 'react-native';
|
|
2
|
+
/**
|
|
3
|
+
* Pure resolver that decides which props to feed `KeyboardAvoidingView` for
|
|
4
|
+
* `<KeyboardAware>`.
|
|
5
|
+
*
|
|
6
|
+
* Lifted from the pilot consumers (espresso-dialin / tea-companion); this is the
|
|
7
|
+
* superset form. Pure + theme-free — unit-testable without booting RN.
|
|
8
|
+
*
|
|
9
|
+
* The rule:
|
|
10
|
+
* - On iOS, `behavior` is always `'padding'`.
|
|
11
|
+
* - On every other platform (Android etc.), `behavior` is `undefined` — let
|
|
12
|
+
* the OS resize the window. `'padding'` on Android stacks with the system
|
|
13
|
+
* adjustment and causes a double-shift.
|
|
14
|
+
* - The default style is `{ flex: 1 }`; callers may pass a `style` to override
|
|
15
|
+
* (e.g. bottom-sheet hosts that must hug their content rather than flex).
|
|
16
|
+
* - `enabled` defaults to `true`; pass `false` to make the avoider a no-op.
|
|
17
|
+
*
|
|
18
|
+
* `platform` is a parameter (not read from `Platform.OS` here) so tests can
|
|
19
|
+
* inject `'ios'` / `'android'` directly.
|
|
20
|
+
*/
|
|
21
|
+
export interface ResolveKeyboardAwarePropsInput {
|
|
22
|
+
platform: 'ios' | 'android' | 'web' | 'windows' | 'macos';
|
|
23
|
+
/** Caller-supplied style. When provided, it replaces the default `{ flex: 1 }`. */
|
|
24
|
+
style?: ViewStyle;
|
|
25
|
+
/** Extra pixels above the keyboard. Forwarded as-is. */
|
|
26
|
+
keyboardVerticalOffset?: number;
|
|
27
|
+
/** When `false`, KeyboardAvoidingView becomes a no-op wrapper. Default `true`. */
|
|
28
|
+
enabled?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface ResolvedKeyboardAwareProps {
|
|
31
|
+
behavior: KeyboardAvoidingViewProps['behavior'];
|
|
32
|
+
style: ViewStyle;
|
|
33
|
+
keyboardVerticalOffset?: number;
|
|
34
|
+
enabled: boolean;
|
|
35
|
+
}
|
|
36
|
+
export declare function resolveKeyboardAwareProps(input: ResolveKeyboardAwarePropsInput): ResolvedKeyboardAwareProps;
|
|
37
|
+
//# sourceMappingURL=keyboardAwareProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"keyboardAwareProps.d.ts","sourceRoot":"","sources":["../../../../../src/internal/keyboardAwareProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAA;AAExE;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,OAAO,CAAA;IACzD,mFAAmF;IACnF,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,wDAAwD;IACxD,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,kFAAkF;IAClF,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,yBAAyB,CAAC,UAAU,CAAC,CAAA;IAC/C,KAAK,EAAE,SAAS,CAAA;IAChB,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,8BAA8B,GACpC,0BAA0B,CAU5B"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure resolvers for `<KeyboardScrollView>`.
|
|
3
|
+
*
|
|
4
|
+
* Lifted from the pilot consumers (espresso-dialin / tea-companion); this is the
|
|
5
|
+
* superset form (tea-companion's, which additionally carries the iOS
|
|
6
|
+
* keyboard-gap fix). Pure + theme-free — unit-testable without booting RN.
|
|
7
|
+
*
|
|
8
|
+
* What {@link resolveKeyboardScrollViewProps} encodes — the HARD contract of the
|
|
9
|
+
* component (these two scroll-view knobs are NOT exposed on the public API):
|
|
10
|
+
*
|
|
11
|
+
* 1. `keyboardShouldPersistTaps` is ALWAYS `'always'`. Under React Native's New
|
|
12
|
+
* Architecture, `'handled'` swallows the FIRST tap on a `<TextInput>` — the
|
|
13
|
+
* user has to tap twice before the keyboard opens. `'always'` lets the first
|
|
14
|
+
* tap reach the input.
|
|
15
|
+
* 2. `keyboardDismissMode` is ALWAYS `'interactive'`. iOS users drag the scroll
|
|
16
|
+
* body down through the top of the keyboard and it rides the gesture
|
|
17
|
+
* off-screen (the iMessage / WhatsApp pattern). Normal upward scroll does
|
|
18
|
+
* NOT dismiss. On Android, `'interactive'` falls back to `'none'`.
|
|
19
|
+
* 3. `enableKeyboardAvoidance` defaults to `true`; only nested screens already
|
|
20
|
+
* inside a `<KeyboardAware>` pass `false` to avoid a double-shift.
|
|
21
|
+
*/
|
|
22
|
+
export interface ResolveKeyboardScrollViewPropsInput {
|
|
23
|
+
/** Whether the caller wants the KAV wrap. Defaults to `true`. */
|
|
24
|
+
enableKeyboardAvoidance?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface ResolvedKeyboardScrollViewProps {
|
|
27
|
+
/** Resolved value — `false` means render the children without a KAV. */
|
|
28
|
+
enableKeyboardAvoidance: boolean;
|
|
29
|
+
/** Forwarded to the inner ScrollView. Always `'always'`. */
|
|
30
|
+
keyboardShouldPersistTaps: 'always';
|
|
31
|
+
/** Forwarded to the inner ScrollView. Always `'interactive'`. */
|
|
32
|
+
keyboardDismissMode: 'interactive';
|
|
33
|
+
}
|
|
34
|
+
export declare function resolveKeyboardScrollViewProps(input?: ResolveKeyboardScrollViewPropsInput): ResolvedKeyboardScrollViewProps;
|
|
35
|
+
/**
|
|
36
|
+
* Guaranteed breathing space (points) between the bottom edge of the focused
|
|
37
|
+
* input and the top of the keyboard frame (which includes the iOS QuickType
|
|
38
|
+
* suggestion bar).
|
|
39
|
+
*
|
|
40
|
+
* Why this exists — iOS `automaticallyAdjustKeyboardInsets` leaves the focused
|
|
41
|
+
* input FLUSH against the keyboard: the native code scrolls so the focus rect's
|
|
42
|
+
* bottom lands exactly at the keyboard top (zero margin), and for MULTILINE
|
|
43
|
+
* inputs the focus rect is the caret line, so the input's own bottom
|
|
44
|
+
* padding/border sits underneath the QuickType bar. A static `contentInset`
|
|
45
|
+
* cannot fix it (the native code applies `MAX(keyboardInset, contentInset)` — it
|
|
46
|
+
* replaces, never adds). So `<KeyboardScrollView>` measures the focused input
|
|
47
|
+
* after the keyboard settles and nudges the scroll position until this gap holds.
|
|
48
|
+
* 12pt — visibly clear of the QuickType bar without the nudge feeling like a jump.
|
|
49
|
+
*/
|
|
50
|
+
export declare const KEYBOARD_INPUT_GAP = 12;
|
|
51
|
+
export interface ResolveKeyboardGapScrollTargetInput {
|
|
52
|
+
/** Top edge of the keyboard frame in window coords (`endCoordinates.screenY`). */
|
|
53
|
+
keyboardTopY: number;
|
|
54
|
+
/** Bottom edge of the focused input in window coords (`measureInWindow` y + height). */
|
|
55
|
+
inputBottomY: number;
|
|
56
|
+
/** Current scroll offset of the ScrollView (tracked via `onScroll`). */
|
|
57
|
+
currentScrollY: number;
|
|
58
|
+
/** Override for tests. Defaults to {@link KEYBOARD_INPUT_GAP}. */
|
|
59
|
+
gap?: number;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Returns the scroll offset that restores the gap between the focused input and
|
|
63
|
+
* the keyboard, or `null` when the gap already holds (never scrolls content
|
|
64
|
+
* DOWN — an input sitting well above the keyboard stays put).
|
|
65
|
+
*/
|
|
66
|
+
export declare function resolveKeyboardGapScrollTarget(input: ResolveKeyboardGapScrollTargetInput): number | null;
|
|
67
|
+
//# sourceMappingURL=keyboardScrollViewProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"keyboardScrollViewProps.d.ts","sourceRoot":"","sources":["../../../../../src/internal/keyboardScrollViewProps.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,mCAAmC;IAClD,iEAAiE;IACjE,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAClC;AAED,MAAM,WAAW,+BAA+B;IAC9C,wEAAwE;IACxE,uBAAuB,EAAE,OAAO,CAAA;IAChC,4DAA4D;IAC5D,yBAAyB,EAAE,QAAQ,CAAA;IACnC,iEAAiE;IACjE,mBAAmB,EAAE,aAAa,CAAA;CACnC;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,GAAE,mCAAwC,GAC9C,+BAA+B,CAMjC;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,kBAAkB,KAAK,CAAA;AAEpC,MAAM,WAAW,mCAAmC;IAClD,kFAAkF;IAClF,YAAY,EAAE,MAAM,CAAA;IACpB,wFAAwF;IACxF,YAAY,EAAE,MAAM,CAAA;IACpB,wEAAwE;IACxE,cAAc,EAAE,MAAM,CAAA;IACtB,kEAAkE;IAClE,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED;;;;GAIG;AACH,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,mCAAmC,GACzC,MAAM,GAAG,IAAI,CAKf"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Theme-derived modal scrim colour.
|
|
3
|
+
*
|
|
4
|
+
* A speed-dial / sheet backdrop is a neutral darkening layer rather than a brand
|
|
5
|
+
* surface, so it cannot read a single brand token. The pilot consumers hardcoded
|
|
6
|
+
* a literal `'rgba(0,0,0,0.4)'`; here we DERIVE it from the theme's darkest ink
|
|
7
|
+
* (`colors.text.primary`) through {@link hexToRgba}, so the library carries no
|
|
8
|
+
* literal `rgba(...)` value and the scrim still tracks any injected palette
|
|
9
|
+
* (a near-black ink on light themes, the light ink on dark themes — both read as
|
|
10
|
+
* a dimming wash over the content behind the menu).
|
|
11
|
+
*
|
|
12
|
+
* Pure + theme-free at the call boundary (takes a hex string, returns a string),
|
|
13
|
+
* so it is unit-testable in node like its neighbours.
|
|
14
|
+
*/
|
|
15
|
+
/** Default backdrop opacity — matches the pilot consumers' `0.4` scrim. */
|
|
16
|
+
export declare const SCRIM_ALPHA = 0.4;
|
|
17
|
+
/**
|
|
18
|
+
* Build the speed-dial / modal scrim colour from a theme ink hex.
|
|
19
|
+
*
|
|
20
|
+
* @param inkHex A `#RRGGBB` colour — pass `colors.text.primary`.
|
|
21
|
+
* @param alpha Opacity, defaults to {@link SCRIM_ALPHA}.
|
|
22
|
+
*/
|
|
23
|
+
export declare function scrimColor(inkHex: string, alpha?: number): string;
|
|
24
|
+
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../../src/internal/overlay.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,2EAA2E;AAC3E,eAAO,MAAM,WAAW,MAAM,CAAA;AAE9B;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,GAAE,MAAoB,GAAG,MAAM,CAE9E"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Inline-only markdown tokenizer for chat bubbles — the parsing logic behind
|
|
3
|
+
* {@link FormattedText}.
|
|
4
|
+
*
|
|
5
|
+
* It turns inline emphasis a bot reply may contain (`**bold**`, `_italic_`,
|
|
6
|
+
* `` `code` ``, `~~strike~~`) into styled segments WITHOUT pulling in a full
|
|
7
|
+
* markdown engine (and its native-incompatible dependencies). Block markdown is
|
|
8
|
+
* intentionally NOT supported — chat bubbles render a single paragraph and a
|
|
9
|
+
* typical bot prompt forbids headers/lists/tables; user-typed messages stay
|
|
10
|
+
* plain. Anything unmatched renders as literal text, so a stray marker can never
|
|
11
|
+
* swallow the rest of the message.
|
|
12
|
+
*
|
|
13
|
+
* Supported emphasis: bold (double asterisk or underscore), italic (single
|
|
14
|
+
* asterisk or underscore), bold+italic (triple or nested), inline code
|
|
15
|
+
* (backticks — kept literal), and strikethrough (double tilde).
|
|
16
|
+
*
|
|
17
|
+
* Pure + theme-free — no React, no colors, no fonts — so it is unit-testable in
|
|
18
|
+
* node like its neighbours. Lifted verbatim from the pilot consumer's chat.
|
|
19
|
+
*/
|
|
20
|
+
export interface InlineToken {
|
|
21
|
+
text: string;
|
|
22
|
+
bold: boolean;
|
|
23
|
+
italic: boolean;
|
|
24
|
+
code: boolean;
|
|
25
|
+
strike: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare function parseInlineMarkdown(input: string): InlineToken[];
|
|
28
|
+
//# sourceMappingURL=parseInlineMarkdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseInlineMarkdown.d.ts","sourceRoot":"","sources":["../../../../../src/internal/parseInlineMarkdown.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,OAAO,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,OAAO,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;CAChB;AAuBD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,EAAE,CAEhE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Refcounted start/stop for a shared resource: `onFirst` fires when the count
|
|
3
|
+
* goes 0 → 1, `onLast` when it returns to 0. Unbalanced releases are no-ops
|
|
4
|
+
* (StrictMode / Fast Refresh safe).
|
|
5
|
+
*
|
|
6
|
+
* Lifted verbatim from the pilot consumer (tea-companion) where it backs
|
|
7
|
+
* {@link Skeleton}: all shimmer sweeps on screen share ONE UI-thread animation
|
|
8
|
+
* loop instead of starting one per instance (mounting a screen full of
|
|
9
|
+
* skeletons otherwise spun up dozens of `withRepeat` loops and froze the tab
|
|
10
|
+
* transition). Pure + theme-free.
|
|
11
|
+
*/
|
|
12
|
+
export interface RefCounter {
|
|
13
|
+
retain: () => void;
|
|
14
|
+
release: () => void;
|
|
15
|
+
}
|
|
16
|
+
export declare function createRefCounter(onFirst: () => void, onLast: () => void): RefCounter;
|
|
17
|
+
//# sourceMappingURL=refCounter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refCounter.d.ts","sourceRoot":"","sources":["../../../../../src/internal/refCounter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,IAAI,EAAE,MAAM,EAAE,MAAM,IAAI,GAAG,UAAU,CAapF"}
|