@unif/react-native-design 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 +20 -0
- package/README.md +37 -0
- package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js +70 -0
- package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js.map +1 -0
- package/lib/module/components/business/AvatarWithRing/index.js +4 -0
- package/lib/module/components/business/AvatarWithRing/index.js.map +1 -0
- package/lib/module/components/business/AvatarWithRing/styles.js +64 -0
- package/lib/module/components/business/AvatarWithRing/styles.js.map +1 -0
- package/lib/module/components/business/AvatarWithRing/types.js +4 -0
- package/lib/module/components/business/AvatarWithRing/types.js.map +1 -0
- package/lib/module/components/business/Decorations/GradientWash.js +101 -0
- package/lib/module/components/business/Decorations/GradientWash.js.map +1 -0
- package/lib/module/components/business/Decorations/RadialHalo.js +79 -0
- package/lib/module/components/business/Decorations/RadialHalo.js.map +1 -0
- package/lib/module/components/business/Decorations/ScreenBackdrop.js +131 -0
- package/lib/module/components/business/Decorations/ScreenBackdrop.js.map +1 -0
- package/lib/module/components/business/Decorations/index.js +6 -0
- package/lib/module/components/business/Decorations/index.js.map +1 -0
- package/lib/module/components/business/Decorations/types.js +4 -0
- package/lib/module/components/business/Decorations/types.js.map +1 -0
- package/lib/module/components/business/GlassStats/GlassStats.js +54 -0
- package/lib/module/components/business/GlassStats/GlassStats.js.map +1 -0
- package/lib/module/components/business/GlassStats/index.js +4 -0
- package/lib/module/components/business/GlassStats/index.js.map +1 -0
- package/lib/module/components/business/GlassStats/styles.js +62 -0
- package/lib/module/components/business/GlassStats/styles.js.map +1 -0
- package/lib/module/components/business/GlassStats/types.js +2 -0
- package/lib/module/components/business/GlassStats/types.js.map +1 -0
- package/lib/module/components/business/VersionPill/VersionPill.js +38 -0
- package/lib/module/components/business/VersionPill/VersionPill.js.map +1 -0
- package/lib/module/components/business/VersionPill/index.js +4 -0
- package/lib/module/components/business/VersionPill/index.js.map +1 -0
- package/lib/module/components/business/VersionPill/styles.js +41 -0
- package/lib/module/components/business/VersionPill/styles.js.map +1 -0
- package/lib/module/components/business/VersionPill/types.js +4 -0
- package/lib/module/components/business/VersionPill/types.js.map +1 -0
- package/lib/module/components/business/index.js +12 -0
- package/lib/module/components/business/index.js.map +1 -0
- package/lib/module/components/index.js +5 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/ui/Avatar/Avatar.js +58 -0
- package/lib/module/components/ui/Avatar/Avatar.js.map +1 -0
- package/lib/module/components/ui/Avatar/index.js +4 -0
- package/lib/module/components/ui/Avatar/index.js.map +1 -0
- package/lib/module/components/ui/Avatar/styles.js +79 -0
- package/lib/module/components/ui/Avatar/styles.js.map +1 -0
- package/lib/module/components/ui/Avatar/types.js +4 -0
- package/lib/module/components/ui/Avatar/types.js.map +1 -0
- package/lib/module/components/ui/BlurLayer/BlurLayer.js +41 -0
- package/lib/module/components/ui/BlurLayer/BlurLayer.js.map +1 -0
- package/lib/module/components/ui/BlurLayer/BlurLayer.web.js +40 -0
- package/lib/module/components/ui/BlurLayer/BlurLayer.web.js.map +1 -0
- package/lib/module/components/ui/BlurLayer/index.js +4 -0
- package/lib/module/components/ui/BlurLayer/index.js.map +1 -0
- package/lib/module/components/ui/BlurLayer/types.js +4 -0
- package/lib/module/components/ui/BlurLayer/types.js.map +1 -0
- package/lib/module/components/ui/BottomSheet/BottomSheet.js +104 -0
- package/lib/module/components/ui/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/module/components/ui/BottomSheet/index.js +4 -0
- package/lib/module/components/ui/BottomSheet/index.js.map +1 -0
- package/lib/module/components/ui/BottomSheet/styles.js +26 -0
- package/lib/module/components/ui/BottomSheet/styles.js.map +1 -0
- package/lib/module/components/ui/BottomSheet/types.js +4 -0
- package/lib/module/components/ui/BottomSheet/types.js.map +1 -0
- package/lib/module/components/ui/Button/Button.js +65 -0
- package/lib/module/components/ui/Button/Button.js.map +1 -0
- package/lib/module/components/ui/Button/ButtonBase.js +69 -0
- package/lib/module/components/ui/Button/ButtonBase.js.map +1 -0
- package/lib/module/components/ui/Button/index.js +4 -0
- package/lib/module/components/ui/Button/index.js.map +1 -0
- package/lib/module/components/ui/Button/styles.js +97 -0
- package/lib/module/components/ui/Button/styles.js.map +1 -0
- package/lib/module/components/ui/Button/types.js +4 -0
- package/lib/module/components/ui/Button/types.js.map +1 -0
- package/lib/module/components/ui/Card/Card.js +34 -0
- package/lib/module/components/ui/Card/Card.js.map +1 -0
- package/lib/module/components/ui/Card/index.js +4 -0
- package/lib/module/components/ui/Card/index.js.map +1 -0
- package/lib/module/components/ui/Card/styles.js +28 -0
- package/lib/module/components/ui/Card/styles.js.map +1 -0
- package/lib/module/components/ui/Card/types.js +4 -0
- package/lib/module/components/ui/Card/types.js.map +1 -0
- package/lib/module/components/ui/Carousel/Carousel.js +90 -0
- package/lib/module/components/ui/Carousel/Carousel.js.map +1 -0
- package/lib/module/components/ui/Carousel/index.js +4 -0
- package/lib/module/components/ui/Carousel/index.js.map +1 -0
- package/lib/module/components/ui/Carousel/styles.js +42 -0
- package/lib/module/components/ui/Carousel/styles.js.map +1 -0
- package/lib/module/components/ui/Carousel/types.js +4 -0
- package/lib/module/components/ui/Carousel/types.js.map +1 -0
- package/lib/module/components/ui/Cell/Cell.js +94 -0
- package/lib/module/components/ui/Cell/Cell.js.map +1 -0
- package/lib/module/components/ui/Cell/Leading.js +49 -0
- package/lib/module/components/ui/Cell/Leading.js.map +1 -0
- package/lib/module/components/ui/Cell/List.js +47 -0
- package/lib/module/components/ui/Cell/List.js.map +1 -0
- package/lib/module/components/ui/Cell/context.js +11 -0
- package/lib/module/components/ui/Cell/context.js.map +1 -0
- package/lib/module/components/ui/Cell/index.js +5 -0
- package/lib/module/components/ui/Cell/index.js.map +1 -0
- package/lib/module/components/ui/Cell/styles.js +85 -0
- package/lib/module/components/ui/Cell/styles.js.map +1 -0
- package/lib/module/components/ui/Cell/types.js +4 -0
- package/lib/module/components/ui/Cell/types.js.map +1 -0
- package/lib/module/components/ui/Checkbox/Checkbox.js +62 -0
- package/lib/module/components/ui/Checkbox/Checkbox.js.map +1 -0
- package/lib/module/components/ui/Checkbox/index.js +4 -0
- package/lib/module/components/ui/Checkbox/index.js.map +1 -0
- package/lib/module/components/ui/Checkbox/styles.js +26 -0
- package/lib/module/components/ui/Checkbox/styles.js.map +1 -0
- package/lib/module/components/ui/Checkbox/types.js +2 -0
- package/lib/module/components/ui/Checkbox/types.js.map +1 -0
- package/lib/module/components/ui/Chip/Chip.js +59 -0
- package/lib/module/components/ui/Chip/Chip.js.map +1 -0
- package/lib/module/components/ui/Chip/index.js +4 -0
- package/lib/module/components/ui/Chip/index.js.map +1 -0
- package/lib/module/components/ui/Chip/styles.js +31 -0
- package/lib/module/components/ui/Chip/styles.js.map +1 -0
- package/lib/module/components/ui/Chip/types.js +4 -0
- package/lib/module/components/ui/Chip/types.js.map +1 -0
- package/lib/module/components/ui/Confirm/ConfirmHost.js +111 -0
- package/lib/module/components/ui/Confirm/ConfirmHost.js.map +1 -0
- package/lib/module/components/ui/Confirm/confirm.js +51 -0
- package/lib/module/components/ui/Confirm/confirm.js.map +1 -0
- package/lib/module/components/ui/Confirm/index.js +5 -0
- package/lib/module/components/ui/Confirm/index.js.map +1 -0
- package/lib/module/components/ui/Confirm/styles.js +35 -0
- package/lib/module/components/ui/Confirm/styles.js.map +1 -0
- package/lib/module/components/ui/Confirm/types.js +2 -0
- package/lib/module/components/ui/Confirm/types.js.map +1 -0
- package/lib/module/components/ui/DrawerHeader/DrawerHeader.js +56 -0
- package/lib/module/components/ui/DrawerHeader/DrawerHeader.js.map +1 -0
- package/lib/module/components/ui/DrawerHeader/index.js +4 -0
- package/lib/module/components/ui/DrawerHeader/index.js.map +1 -0
- package/lib/module/components/ui/DrawerHeader/styles.js +44 -0
- package/lib/module/components/ui/DrawerHeader/styles.js.map +1 -0
- package/lib/module/components/ui/DrawerHeader/types.js +4 -0
- package/lib/module/components/ui/DrawerHeader/types.js.map +1 -0
- package/lib/module/components/ui/Empty/Empty.js +38 -0
- package/lib/module/components/ui/Empty/Empty.js.map +1 -0
- package/lib/module/components/ui/Empty/index.js +4 -0
- package/lib/module/components/ui/Empty/index.js.map +1 -0
- package/lib/module/components/ui/Empty/styles.js +31 -0
- package/lib/module/components/ui/Empty/styles.js.map +1 -0
- package/lib/module/components/ui/Empty/types.js +2 -0
- package/lib/module/components/ui/Empty/types.js.map +1 -0
- package/lib/module/components/ui/EntryCard/EntryCard.js +61 -0
- package/lib/module/components/ui/EntryCard/EntryCard.js.map +1 -0
- package/lib/module/components/ui/EntryCard/index.js +4 -0
- package/lib/module/components/ui/EntryCard/index.js.map +1 -0
- package/lib/module/components/ui/EntryCard/styles.js +45 -0
- package/lib/module/components/ui/EntryCard/styles.js.map +1 -0
- package/lib/module/components/ui/EntryCard/types.js +4 -0
- package/lib/module/components/ui/EntryCard/types.js.map +1 -0
- package/lib/module/components/ui/Form/Form.js +22 -0
- package/lib/module/components/ui/Form/Form.js.map +1 -0
- package/lib/module/components/ui/Form/FormGroup.js +41 -0
- package/lib/module/components/ui/Form/FormGroup.js.map +1 -0
- package/lib/module/components/ui/Form/FormRow.js +41 -0
- package/lib/module/components/ui/Form/FormRow.js.map +1 -0
- package/lib/module/components/ui/Form/index.js +6 -0
- package/lib/module/components/ui/Form/index.js.map +1 -0
- package/lib/module/components/ui/Form/styles.js +58 -0
- package/lib/module/components/ui/Form/styles.js.map +1 -0
- package/lib/module/components/ui/Form/types.js +4 -0
- package/lib/module/components/ui/Form/types.js.map +1 -0
- package/lib/module/components/ui/Grid/Grid.js +75 -0
- package/lib/module/components/ui/Grid/Grid.js.map +1 -0
- package/lib/module/components/ui/Grid/index.js +4 -0
- package/lib/module/components/ui/Grid/index.js.map +1 -0
- package/lib/module/components/ui/Grid/styles.js +93 -0
- package/lib/module/components/ui/Grid/styles.js.map +1 -0
- package/lib/module/components/ui/Grid/types.js +4 -0
- package/lib/module/components/ui/Grid/types.js.map +1 -0
- package/lib/module/components/ui/Icon/Icon.js +81 -0
- package/lib/module/components/ui/Icon/Icon.js.map +1 -0
- package/lib/module/components/ui/Icon/index.js +4 -0
- package/lib/module/components/ui/Icon/index.js.map +1 -0
- package/lib/module/components/ui/Icon/types.js +4 -0
- package/lib/module/components/ui/Icon/types.js.map +1 -0
- package/lib/module/components/ui/IconButton/IconButton.js +48 -0
- package/lib/module/components/ui/IconButton/IconButton.js.map +1 -0
- package/lib/module/components/ui/IconButton/index.js +4 -0
- package/lib/module/components/ui/IconButton/index.js.map +1 -0
- package/lib/module/components/ui/IconButton/types.js +4 -0
- package/lib/module/components/ui/IconButton/types.js.map +1 -0
- package/lib/module/components/ui/Input/Input.js +24 -0
- package/lib/module/components/ui/Input/Input.js.map +1 -0
- package/lib/module/components/ui/Input/index.js +4 -0
- package/lib/module/components/ui/Input/index.js.map +1 -0
- package/lib/module/components/ui/Input/types.js +4 -0
- package/lib/module/components/ui/Input/types.js.map +1 -0
- package/lib/module/components/ui/Logo/Logo.js +38 -0
- package/lib/module/components/ui/Logo/Logo.js.map +1 -0
- package/lib/module/components/ui/Logo/index.js +4 -0
- package/lib/module/components/ui/Logo/index.js.map +1 -0
- package/lib/module/components/ui/Logo/types.js +4 -0
- package/lib/module/components/ui/Logo/types.js.map +1 -0
- package/lib/module/components/ui/NavBar/NavBar.js +72 -0
- package/lib/module/components/ui/NavBar/NavBar.js.map +1 -0
- package/lib/module/components/ui/NavBar/index.js +4 -0
- package/lib/module/components/ui/NavBar/index.js.map +1 -0
- package/lib/module/components/ui/NavBar/isSlot.js +10 -0
- package/lib/module/components/ui/NavBar/isSlot.js.map +1 -0
- package/lib/module/components/ui/NavBar/styles.js +49 -0
- package/lib/module/components/ui/NavBar/styles.js.map +1 -0
- package/lib/module/components/ui/NavBar/types.js +4 -0
- package/lib/module/components/ui/NavBar/types.js.map +1 -0
- package/lib/module/components/ui/PasswordInput/PasswordInput.js +50 -0
- package/lib/module/components/ui/PasswordInput/PasswordInput.js.map +1 -0
- package/lib/module/components/ui/PasswordInput/index.js +4 -0
- package/lib/module/components/ui/PasswordInput/index.js.map +1 -0
- package/lib/module/components/ui/PasswordInput/styles.js +12 -0
- package/lib/module/components/ui/PasswordInput/styles.js.map +1 -0
- package/lib/module/components/ui/PasswordInput/types.js +4 -0
- package/lib/module/components/ui/PasswordInput/types.js.map +1 -0
- package/lib/module/components/ui/Pulse/Pulse.js +19 -0
- package/lib/module/components/ui/Pulse/Pulse.js.map +1 -0
- package/lib/module/components/ui/Pulse/PulseDot.js +37 -0
- package/lib/module/components/ui/Pulse/PulseDot.js.map +1 -0
- package/lib/module/components/ui/Pulse/index.js +6 -0
- package/lib/module/components/ui/Pulse/index.js.map +1 -0
- package/lib/module/components/ui/Pulse/types.js +2 -0
- package/lib/module/components/ui/Pulse/types.js.map +1 -0
- package/lib/module/components/ui/Pulse/usePulse.js +31 -0
- package/lib/module/components/ui/Pulse/usePulse.js.map +1 -0
- package/lib/module/components/ui/Radio/Radio.js +62 -0
- package/lib/module/components/ui/Radio/Radio.js.map +1 -0
- package/lib/module/components/ui/Radio/RadioContext.js +5 -0
- package/lib/module/components/ui/Radio/RadioContext.js.map +1 -0
- package/lib/module/components/ui/Radio/RadioGroup.js +37 -0
- package/lib/module/components/ui/Radio/RadioGroup.js.map +1 -0
- package/lib/module/components/ui/Radio/index.js +4 -0
- package/lib/module/components/ui/Radio/index.js.map +1 -0
- package/lib/module/components/ui/Radio/styles.js +36 -0
- package/lib/module/components/ui/Radio/styles.js.map +1 -0
- package/lib/module/components/ui/Radio/types.js +4 -0
- package/lib/module/components/ui/Radio/types.js.map +1 -0
- package/lib/module/components/ui/Search/Search.js +55 -0
- package/lib/module/components/ui/Search/Search.js.map +1 -0
- package/lib/module/components/ui/Search/index.js +4 -0
- package/lib/module/components/ui/Search/index.js.map +1 -0
- package/lib/module/components/ui/Search/types.js +4 -0
- package/lib/module/components/ui/Search/types.js.map +1 -0
- package/lib/module/components/ui/Segmented/Segmented.js +63 -0
- package/lib/module/components/ui/Segmented/Segmented.js.map +1 -0
- package/lib/module/components/ui/Segmented/index.js +4 -0
- package/lib/module/components/ui/Segmented/index.js.map +1 -0
- package/lib/module/components/ui/Segmented/styles.js +24 -0
- package/lib/module/components/ui/Segmented/styles.js.map +1 -0
- package/lib/module/components/ui/Segmented/types.js +4 -0
- package/lib/module/components/ui/Segmented/types.js.map +1 -0
- package/lib/module/components/ui/Skeleton/Skeleton.js +65 -0
- package/lib/module/components/ui/Skeleton/Skeleton.js.map +1 -0
- package/lib/module/components/ui/Skeleton/index.js +4 -0
- package/lib/module/components/ui/Skeleton/index.js.map +1 -0
- package/lib/module/components/ui/Skeleton/types.js +4 -0
- package/lib/module/components/ui/Skeleton/types.js.map +1 -0
- package/lib/module/components/ui/Spinner/Spinner.js +53 -0
- package/lib/module/components/ui/Spinner/Spinner.js.map +1 -0
- package/lib/module/components/ui/Spinner/index.js +4 -0
- package/lib/module/components/ui/Spinner/index.js.map +1 -0
- package/lib/module/components/ui/Spinner/types.js +4 -0
- package/lib/module/components/ui/Spinner/types.js.map +1 -0
- package/lib/module/components/ui/StatusDot/StatusDot.js +42 -0
- package/lib/module/components/ui/StatusDot/StatusDot.js.map +1 -0
- package/lib/module/components/ui/StatusDot/index.js +4 -0
- package/lib/module/components/ui/StatusDot/index.js.map +1 -0
- package/lib/module/components/ui/StatusDot/styles.js +40 -0
- package/lib/module/components/ui/StatusDot/styles.js.map +1 -0
- package/lib/module/components/ui/StatusDot/types.js +2 -0
- package/lib/module/components/ui/StatusDot/types.js.map +1 -0
- package/lib/module/components/ui/Stepper/Stepper.js +112 -0
- package/lib/module/components/ui/Stepper/Stepper.js.map +1 -0
- package/lib/module/components/ui/Stepper/index.js +4 -0
- package/lib/module/components/ui/Stepper/index.js.map +1 -0
- package/lib/module/components/ui/Stepper/styles.js +67 -0
- package/lib/module/components/ui/Stepper/styles.js.map +1 -0
- package/lib/module/components/ui/Stepper/types.js +2 -0
- package/lib/module/components/ui/Stepper/types.js.map +1 -0
- package/lib/module/components/ui/Switch/Switch.js +66 -0
- package/lib/module/components/ui/Switch/Switch.js.map +1 -0
- package/lib/module/components/ui/Switch/index.js +4 -0
- package/lib/module/components/ui/Switch/index.js.map +1 -0
- package/lib/module/components/ui/Switch/styles.js +31 -0
- package/lib/module/components/ui/Switch/styles.js.map +1 -0
- package/lib/module/components/ui/Switch/types.js +2 -0
- package/lib/module/components/ui/Switch/types.js.map +1 -0
- package/lib/module/components/ui/TabBar/TabBar.js +67 -0
- package/lib/module/components/ui/TabBar/TabBar.js.map +1 -0
- package/lib/module/components/ui/TabBar/index.js +4 -0
- package/lib/module/components/ui/TabBar/index.js.map +1 -0
- package/lib/module/components/ui/TabBar/styles.js +43 -0
- package/lib/module/components/ui/TabBar/styles.js.map +1 -0
- package/lib/module/components/ui/TabBar/types.js +4 -0
- package/lib/module/components/ui/TabBar/types.js.map +1 -0
- package/lib/module/components/ui/Tabs/Tabs.js +55 -0
- package/lib/module/components/ui/Tabs/Tabs.js.map +1 -0
- package/lib/module/components/ui/Tabs/index.js +4 -0
- package/lib/module/components/ui/Tabs/index.js.map +1 -0
- package/lib/module/components/ui/Tabs/styles.js +30 -0
- package/lib/module/components/ui/Tabs/styles.js.map +1 -0
- package/lib/module/components/ui/Tabs/types.js +2 -0
- package/lib/module/components/ui/Tabs/types.js.map +1 -0
- package/lib/module/components/ui/Tag/Tag.js +39 -0
- package/lib/module/components/ui/Tag/Tag.js.map +1 -0
- package/lib/module/components/ui/Tag/index.js +4 -0
- package/lib/module/components/ui/Tag/index.js.map +1 -0
- package/lib/module/components/ui/Tag/styles.js +79 -0
- package/lib/module/components/ui/Tag/styles.js.map +1 -0
- package/lib/module/components/ui/Tag/types.js +4 -0
- package/lib/module/components/ui/Tag/types.js.map +1 -0
- package/lib/module/components/ui/TextField/TextFieldBase.js +98 -0
- package/lib/module/components/ui/TextField/TextFieldBase.js.map +1 -0
- package/lib/module/components/ui/TextField/styles.js +61 -0
- package/lib/module/components/ui/TextField/styles.js.map +1 -0
- package/lib/module/components/ui/TextField/types.js +4 -0
- package/lib/module/components/ui/TextField/types.js.map +1 -0
- package/lib/module/components/ui/Textarea/Textarea.js +26 -0
- package/lib/module/components/ui/Textarea/Textarea.js.map +1 -0
- package/lib/module/components/ui/Textarea/index.js +4 -0
- package/lib/module/components/ui/Textarea/index.js.map +1 -0
- package/lib/module/components/ui/Textarea/types.js +4 -0
- package/lib/module/components/ui/Textarea/types.js.map +1 -0
- package/lib/module/components/ui/Thumbnail/Thumbnail.js +40 -0
- package/lib/module/components/ui/Thumbnail/Thumbnail.js.map +1 -0
- package/lib/module/components/ui/Thumbnail/index.js +4 -0
- package/lib/module/components/ui/Thumbnail/index.js.map +1 -0
- package/lib/module/components/ui/Thumbnail/styles.js +38 -0
- package/lib/module/components/ui/Thumbnail/styles.js.map +1 -0
- package/lib/module/components/ui/Thumbnail/types.js +4 -0
- package/lib/module/components/ui/Thumbnail/types.js.map +1 -0
- package/lib/module/components/ui/Toast/ToastHost.js +85 -0
- package/lib/module/components/ui/Toast/ToastHost.js.map +1 -0
- package/lib/module/components/ui/Toast/index.js +5 -0
- package/lib/module/components/ui/Toast/index.js.map +1 -0
- package/lib/module/components/ui/Toast/styles.js +53 -0
- package/lib/module/components/ui/Toast/styles.js.map +1 -0
- package/lib/module/components/ui/Toast/toast.js +39 -0
- package/lib/module/components/ui/Toast/toast.js.map +1 -0
- package/lib/module/components/ui/Toast/types.js +2 -0
- package/lib/module/components/ui/Toast/types.js.map +1 -0
- package/lib/module/components/ui/index.js +39 -0
- package/lib/module/components/ui/index.js.map +1 -0
- package/lib/module/icons/data.js +1614 -0
- package/lib/module/icons/data.js.map +1 -0
- package/lib/module/icons/index.js +5 -0
- package/lib/module/icons/index.js.map +1 -0
- package/lib/module/icons/svg/alert.svg +1 -0
- package/lib/module/icons/svg/app-fallback.svg +1 -0
- package/lib/module/icons/svg/arrow-down.svg +1 -0
- package/lib/module/icons/svg/arrow-left.svg +1 -0
- package/lib/module/icons/svg/arrow-right.svg +1 -0
- package/lib/module/icons/svg/arrow-up.svg +1 -0
- package/lib/module/icons/svg/attachment.svg +1 -0
- package/lib/module/icons/svg/bag-check.svg +1 -0
- package/lib/module/icons/svg/bell.svg +1 -0
- package/lib/module/icons/svg/bot.svg +1 -0
- package/lib/module/icons/svg/box-list.svg +1 -0
- package/lib/module/icons/svg/box-up.svg +1 -0
- package/lib/module/icons/svg/building.svg +1 -0
- package/lib/module/icons/svg/calculator.svg +1 -0
- package/lib/module/icons/svg/calendar-route.svg +1 -0
- package/lib/module/icons/svg/calendar.svg +1 -0
- package/lib/module/icons/svg/camera.svg +1 -0
- package/lib/module/icons/svg/card.svg +1 -0
- package/lib/module/icons/svg/chat-star.svg +1 -0
- package/lib/module/icons/svg/check.svg +1 -0
- package/lib/module/icons/svg/chevron-down.svg +1 -0
- package/lib/module/icons/svg/chevron-left.svg +1 -0
- package/lib/module/icons/svg/chevron-right.svg +1 -0
- package/lib/module/icons/svg/chevron-up.svg +1 -0
- package/lib/module/icons/svg/circle-minus.svg +1 -0
- package/lib/module/icons/svg/circle-plus.svg +1 -0
- package/lib/module/icons/svg/clipboard-search.svg +1 -0
- package/lib/module/icons/svg/clipboard-user.svg +1 -0
- package/lib/module/icons/svg/clipboard.svg +1 -0
- package/lib/module/icons/svg/close.svg +1 -0
- package/lib/module/icons/svg/coin.svg +1 -0
- package/lib/module/icons/svg/copy.svg +1 -0
- package/lib/module/icons/svg/dashboard-megaphone.svg +1 -0
- package/lib/module/icons/svg/dashboard-star.svg +1 -0
- package/lib/module/icons/svg/download.svg +1 -0
- package/lib/module/icons/svg/edit-pencil.svg +1 -0
- package/lib/module/icons/svg/edit.svg +1 -0
- package/lib/module/icons/svg/error.svg +1 -0
- package/lib/module/icons/svg/eye-off.svg +1 -0
- package/lib/module/icons/svg/eye.svg +1 -0
- package/lib/module/icons/svg/file.svg +1 -0
- package/lib/module/icons/svg/filter.svg +1 -0
- package/lib/module/icons/svg/flag.svg +1 -0
- package/lib/module/icons/svg/grid.svg +1 -0
- package/lib/module/icons/svg/heart.svg +1 -0
- package/lib/module/icons/svg/home.svg +1 -0
- package/lib/module/icons/svg/image.svg +1 -0
- package/lib/module/icons/svg/info.svg +1 -0
- package/lib/module/icons/svg/keyboard.svg +1 -0
- package/lib/module/icons/svg/lightbulb.svg +1 -0
- package/lib/module/icons/svg/list.svg +1 -0
- package/lib/module/icons/svg/location.svg +1 -0
- package/lib/module/icons/svg/lock.svg +1 -0
- package/lib/module/icons/svg/logout.svg +1 -0
- package/lib/module/icons/svg/mail.svg +1 -0
- package/lib/module/icons/svg/menu.svg +1 -0
- package/lib/module/icons/svg/mic-on.svg +1 -0
- package/lib/module/icons/svg/mic.svg +1 -0
- package/lib/module/icons/svg/more-h.svg +1 -0
- package/lib/module/icons/svg/more-v.svg +1 -0
- package/lib/module/icons/svg/order.svg +1 -0
- package/lib/module/icons/svg/package.svg +1 -0
- package/lib/module/icons/svg/paperclip.svg +1 -0
- package/lib/module/icons/svg/pause.svg +1 -0
- package/lib/module/icons/svg/phone.svg +1 -0
- package/lib/module/icons/svg/pin-search.svg +1 -0
- package/lib/module/icons/svg/play.svg +1 -0
- package/lib/module/icons/svg/plus.svg +1 -0
- package/lib/module/icons/svg/qr.svg +1 -0
- package/lib/module/icons/svg/refresh.svg +1 -0
- package/lib/module/icons/svg/retry.svg +1 -0
- package/lib/module/icons/svg/route.svg +1 -0
- package/lib/module/icons/svg/scan.svg +1 -0
- package/lib/module/icons/svg/scanner.svg +1 -0
- package/lib/module/icons/svg/search.svg +1 -0
- package/lib/module/icons/svg/send.svg +1 -0
- package/lib/module/icons/svg/settings.svg +1 -0
- package/lib/module/icons/svg/share.svg +1 -0
- package/lib/module/icons/svg/shelf-pay.svg +1 -0
- package/lib/module/icons/svg/shield-check.svg +1 -0
- package/lib/module/icons/svg/sort.svg +1 -0
- package/lib/module/icons/svg/sound.svg +1 -0
- package/lib/module/icons/svg/spark.svg +1 -0
- package/lib/module/icons/svg/star.svg +1 -0
- package/lib/module/icons/svg/stop.svg +1 -0
- package/lib/module/icons/svg/storefront-ai.svg +1 -0
- package/lib/module/icons/svg/storefront-arrow.svg +1 -0
- package/lib/module/icons/svg/storefront-check.svg +1 -0
- package/lib/module/icons/svg/storefront-tag.svg +1 -0
- package/lib/module/icons/svg/storefront.svg +1 -0
- package/lib/module/icons/svg/success.svg +1 -0
- package/lib/module/icons/svg/tag.svg +1 -0
- package/lib/module/icons/svg/thinking.svg +1 -0
- package/lib/module/icons/svg/trash.svg +1 -0
- package/lib/module/icons/svg/upload.svg +1 -0
- package/lib/module/icons/svg/user.svg +1 -0
- package/lib/module/icons/svg/users-search.svg +1 -0
- package/lib/module/icons/svg/visit.svg +1 -0
- package/lib/module/icons/svg/warning.svg +1 -0
- package/lib/module/icons/types.js +2 -0
- package/lib/module/icons/types.js.map +1 -0
- package/lib/module/index.js +9 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/theme/ThemeProvider.js +28 -0
- package/lib/module/theme/ThemeProvider.js.map +1 -0
- package/lib/module/theme/blur.js +12 -0
- package/lib/module/theme/blur.js.map +1 -0
- package/lib/module/theme/colors.js +176 -0
- package/lib/module/theme/colors.js.map +1 -0
- package/lib/module/theme/index.js +12 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/theme/palettes.js +26 -0
- package/lib/module/theme/palettes.js.map +1 -0
- package/lib/module/theme/scale.js +22 -0
- package/lib/module/theme/scale.js.map +1 -0
- package/lib/module/theme/shadow.js +229 -0
- package/lib/module/theme/shadow.js.map +1 -0
- package/lib/module/theme/tokens.js +118 -0
- package/lib/module/theme/tokens.js.map +1 -0
- package/lib/module/theme/useTheme.js +22 -0
- package/lib/module/theme/useTheme.js.map +1 -0
- package/lib/module/theme/useThemedStyles.js +23 -0
- package/lib/module/theme/useThemedStyles.js.map +1 -0
- package/lib/module/utils/logger/index.js +5 -0
- package/lib/module/utils/logger/index.js.map +1 -0
- package/lib/module/utils/logger/logger.js +52 -0
- package/lib/module/utils/logger/logger.js.map +1 -0
- package/lib/module/utils/logger/transports/console.js +23 -0
- package/lib/module/utils/logger/transports/console.js.map +1 -0
- package/lib/module/utils/logger/types.js +2 -0
- package/lib/module/utils/logger/types.js.map +1 -0
- package/lib/module/utils/testID/index.js +4 -0
- package/lib/module/utils/testID/index.js.map +1 -0
- package/lib/module/utils/testID/testID.js +22 -0
- package/lib/module/utils/testID/testID.js.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts +11 -0
- package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts.map +1 -0
- package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts +3 -0
- package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts.map +1 -0
- package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts +202 -0
- package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts +15 -0
- package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts.map +1 -0
- package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts +4 -0
- package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts.map +1 -0
- package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts +12 -0
- package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts.map +1 -0
- package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts +22 -0
- package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts.map +1 -0
- package/lib/typescript/src/components/business/Decorations/index.d.ts +5 -0
- package/lib/typescript/src/components/business/Decorations/index.d.ts.map +1 -0
- package/lib/typescript/src/components/business/Decorations/types.d.ts +100 -0
- package/lib/typescript/src/components/business/Decorations/types.d.ts.map +1 -0
- package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts +10 -0
- package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts.map +1 -0
- package/lib/typescript/src/components/business/GlassStats/index.d.ts +3 -0
- package/lib/typescript/src/components/business/GlassStats/index.d.ts.map +1 -0
- package/lib/typescript/src/components/business/GlassStats/styles.d.ts +66 -0
- package/lib/typescript/src/components/business/GlassStats/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/business/GlassStats/types.d.ts +7 -0
- package/lib/typescript/src/components/business/GlassStats/types.d.ts.map +1 -0
- package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts +5 -0
- package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts.map +1 -0
- package/lib/typescript/src/components/business/VersionPill/index.d.ts +3 -0
- package/lib/typescript/src/components/business/VersionPill/index.d.ts.map +1 -0
- package/lib/typescript/src/components/business/VersionPill/styles.d.ts +37 -0
- package/lib/typescript/src/components/business/VersionPill/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/business/VersionPill/types.d.ts +12 -0
- package/lib/typescript/src/components/business/VersionPill/types.d.ts.map +1 -0
- package/lib/typescript/src/components/business/index.d.ts +9 -0
- package/lib/typescript/src/components/business/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +3 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts +10 -0
- package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Avatar/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Avatar/styles.d.ts +30 -0
- package/lib/typescript/src/components/ui/Avatar/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Avatar/types.d.ts +30 -0
- package/lib/typescript/src/components/ui/Avatar/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts +10 -0
- package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts +12 -0
- package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BlurLayer/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/BlurLayer/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BlurLayer/types.d.ts +15 -0
- package/lib/typescript/src/components/ui/BlurLayer/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts +4 -0
- package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BottomSheet/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/BottomSheet/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts +23 -0
- package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/BottomSheet/types.d.ts +26 -0
- package/lib/typescript/src/components/ui/BottomSheet/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Button/Button.d.ts +11 -0
- package/lib/typescript/src/components/ui/Button/Button.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts +27 -0
- package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Button/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Button/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Button/styles.d.ts +22 -0
- package/lib/typescript/src/components/ui/Button/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Button/types.d.ts +67 -0
- package/lib/typescript/src/components/ui/Button/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Card/Card.d.ts +4 -0
- package/lib/typescript/src/components/ui/Card/Card.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Card/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Card/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Card/styles.d.ts +18 -0
- package/lib/typescript/src/components/ui/Card/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Card/types.d.ts +40 -0
- package/lib/typescript/src/components/ui/Card/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts +13 -0
- package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Carousel/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Carousel/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Carousel/styles.d.ts +37 -0
- package/lib/typescript/src/components/ui/Carousel/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Carousel/types.d.ts +34 -0
- package/lib/typescript/src/components/ui/Carousel/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/Cell.d.ts +11 -0
- package/lib/typescript/src/components/ui/Cell/Cell.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/Leading.d.ts +7 -0
- package/lib/typescript/src/components/ui/Cell/Leading.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/List.d.ts +10 -0
- package/lib/typescript/src/components/ui/Cell/List.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/context.d.ts +7 -0
- package/lib/typescript/src/components/ui/Cell/context.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/index.d.ts +4 -0
- package/lib/typescript/src/components/ui/Cell/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/styles.d.ts +82 -0
- package/lib/typescript/src/components/ui/Cell/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Cell/types.d.ts +52 -0
- package/lib/typescript/src/components/ui/Cell/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts +11 -0
- package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Checkbox/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Checkbox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Checkbox/styles.d.ts +23 -0
- package/lib/typescript/src/components/ui/Checkbox/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Checkbox/types.d.ts +15 -0
- package/lib/typescript/src/components/ui/Checkbox/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Chip/Chip.d.ts +12 -0
- package/lib/typescript/src/components/ui/Chip/Chip.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Chip/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Chip/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Chip/styles.d.ts +28 -0
- package/lib/typescript/src/components/ui/Chip/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Chip/types.d.ts +15 -0
- package/lib/typescript/src/components/ui/Chip/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts +9 -0
- package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Confirm/confirm.d.ts +20 -0
- package/lib/typescript/src/components/ui/Confirm/confirm.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Confirm/index.d.ts +4 -0
- package/lib/typescript/src/components/ui/Confirm/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Confirm/styles.d.ts +32 -0
- package/lib/typescript/src/components/ui/Confirm/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Confirm/types.d.ts +21 -0
- package/lib/typescript/src/components/ui/Confirm/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts +8 -0
- package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts +41 -0
- package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts +12 -0
- package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Empty/Empty.d.ts +7 -0
- package/lib/typescript/src/components/ui/Empty/Empty.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Empty/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Empty/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Empty/styles.d.ts +28 -0
- package/lib/typescript/src/components/ui/Empty/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Empty/types.d.ts +9 -0
- package/lib/typescript/src/components/ui/Empty/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts +6 -0
- package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/EntryCard/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/EntryCard/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/EntryCard/styles.d.ts +40 -0
- package/lib/typescript/src/components/ui/EntryCard/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/EntryCard/types.d.ts +17 -0
- package/lib/typescript/src/components/ui/EntryCard/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/Form.d.ts +7 -0
- package/lib/typescript/src/components/ui/Form/Form.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/FormGroup.d.ts +11 -0
- package/lib/typescript/src/components/ui/Form/FormGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/FormRow.d.ts +7 -0
- package/lib/typescript/src/components/ui/Form/FormRow.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/index.d.ts +5 -0
- package/lib/typescript/src/components/ui/Form/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/styles.d.ts +55 -0
- package/lib/typescript/src/components/ui/Form/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Form/types.d.ts +28 -0
- package/lib/typescript/src/components/ui/Form/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Grid/Grid.d.ts +10 -0
- package/lib/typescript/src/components/ui/Grid/Grid.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Grid/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Grid/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Grid/styles.d.ts +51 -0
- package/lib/typescript/src/components/ui/Grid/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Grid/types.d.ts +24 -0
- package/lib/typescript/src/components/ui/Grid/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Icon/Icon.d.ts +4 -0
- package/lib/typescript/src/components/ui/Icon/Icon.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Icon/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Icon/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Icon/types.d.ts +14 -0
- package/lib/typescript/src/components/ui/Icon/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts +13 -0
- package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/IconButton/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/IconButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/IconButton/types.d.ts +28 -0
- package/lib/typescript/src/components/ui/IconButton/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Input/Input.d.ts +391 -0
- package/lib/typescript/src/components/ui/Input/Input.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Input/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Input/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Input/types.d.ts +28 -0
- package/lib/typescript/src/components/ui/Input/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Logo/Logo.d.ts +10 -0
- package/lib/typescript/src/components/ui/Logo/Logo.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Logo/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Logo/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Logo/types.d.ts +13 -0
- package/lib/typescript/src/components/ui/Logo/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts +3 -0
- package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/NavBar/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/NavBar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts +7 -0
- package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/NavBar/styles.d.ts +44 -0
- package/lib/typescript/src/components/ui/NavBar/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/NavBar/types.d.ts +30 -0
- package/lib/typescript/src/components/ui/NavBar/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts +8 -0
- package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/PasswordInput/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/PasswordInput/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts +7 -0
- package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/PasswordInput/types.d.ts +12 -0
- package/lib/typescript/src/components/ui/PasswordInput/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts +6 -0
- package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts +4 -0
- package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Pulse/index.d.ts +5 -0
- package/lib/typescript/src/components/ui/Pulse/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Pulse/types.d.ts +21 -0
- package/lib/typescript/src/components/ui/Pulse/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts +9 -0
- package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/Radio.d.ts +11 -0
- package/lib/typescript/src/components/ui/Radio/Radio.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts +3 -0
- package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts +12 -0
- package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Radio/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/styles.d.ts +33 -0
- package/lib/typescript/src/components/ui/Radio/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Radio/types.d.ts +35 -0
- package/lib/typescript/src/components/ui/Radio/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Search/Search.d.ts +217 -0
- package/lib/typescript/src/components/ui/Search/Search.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Search/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Search/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Search/types.d.ts +8 -0
- package/lib/typescript/src/components/ui/Search/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts +10 -0
- package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Segmented/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Segmented/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Segmented/styles.d.ts +21 -0
- package/lib/typescript/src/components/ui/Segmented/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Segmented/types.d.ts +10 -0
- package/lib/typescript/src/components/ui/Segmented/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts +15 -0
- package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Skeleton/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Skeleton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Skeleton/types.d.ts +21 -0
- package/lib/typescript/src/components/ui/Skeleton/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts +3 -0
- package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Spinner/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Spinner/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Spinner/types.d.ts +14 -0
- package/lib/typescript/src/components/ui/Spinner/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts +8 -0
- package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/StatusDot/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/StatusDot/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/StatusDot/styles.d.ts +22 -0
- package/lib/typescript/src/components/ui/StatusDot/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/StatusDot/types.d.ts +14 -0
- package/lib/typescript/src/components/ui/StatusDot/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts +11 -0
- package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Stepper/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Stepper/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Stepper/styles.d.ts +52 -0
- package/lib/typescript/src/components/ui/Stepper/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Stepper/types.d.ts +21 -0
- package/lib/typescript/src/components/ui/Stepper/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Switch/Switch.d.ts +10 -0
- package/lib/typescript/src/components/ui/Switch/Switch.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Switch/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Switch/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Switch/styles.d.ts +28 -0
- package/lib/typescript/src/components/ui/Switch/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Switch/types.d.ts +9 -0
- package/lib/typescript/src/components/ui/Switch/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts +9 -0
- package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TabBar/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/TabBar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TabBar/styles.d.ts +40 -0
- package/lib/typescript/src/components/ui/TabBar/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TabBar/types.d.ts +18 -0
- package/lib/typescript/src/components/ui/TabBar/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts +8 -0
- package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tabs/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Tabs/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tabs/styles.d.ts +27 -0
- package/lib/typescript/src/components/ui/Tabs/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tabs/types.d.ts +19 -0
- package/lib/typescript/src/components/ui/Tabs/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tag/Tag.d.ts +3 -0
- package/lib/typescript/src/components/ui/Tag/Tag.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tag/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Tag/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tag/styles.d.ts +33 -0
- package/lib/typescript/src/components/ui/Tag/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Tag/types.d.ts +25 -0
- package/lib/typescript/src/components/ui/Tag/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts +402 -0
- package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TextField/styles.d.ts +57 -0
- package/lib/typescript/src/components/ui/TextField/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/TextField/types.d.ts +27 -0
- package/lib/typescript/src/components/ui/TextField/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts +394 -0
- package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Textarea/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Textarea/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Textarea/types.d.ts +25 -0
- package/lib/typescript/src/components/ui/Textarea/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts +13 -0
- package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Thumbnail/index.d.ts +3 -0
- package/lib/typescript/src/components/ui/Thumbnail/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts +16 -0
- package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Thumbnail/types.d.ts +23 -0
- package/lib/typescript/src/components/ui/Thumbnail/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts +8 -0
- package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast/index.d.ts +4 -0
- package/lib/typescript/src/components/ui/Toast/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast/styles.d.ts +37 -0
- package/lib/typescript/src/components/ui/Toast/styles.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast/toast.d.ts +21 -0
- package/lib/typescript/src/components/ui/Toast/toast.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast/types.d.ts +32 -0
- package/lib/typescript/src/components/ui/Toast/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/index.d.ts +73 -0
- package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
- package/lib/typescript/src/icons/data.d.ts +5 -0
- package/lib/typescript/src/icons/data.d.ts.map +1 -0
- package/lib/typescript/src/icons/index.d.ts +3 -0
- package/lib/typescript/src/icons/index.d.ts.map +1 -0
- package/lib/typescript/src/icons/types.d.ts +26 -0
- package/lib/typescript/src/icons/types.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +7 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +18 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/theme/blur.d.ts +11 -0
- package/lib/typescript/src/theme/blur.d.ts.map +1 -0
- package/lib/typescript/src/theme/colors.d.ts +91 -0
- package/lib/typescript/src/theme/colors.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +15 -0
- package/lib/typescript/src/theme/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/palettes.d.ts +23 -0
- package/lib/typescript/src/theme/palettes.d.ts.map +1 -0
- package/lib/typescript/src/theme/scale.d.ts +6 -0
- package/lib/typescript/src/theme/scale.d.ts.map +1 -0
- package/lib/typescript/src/theme/shadow.d.ts +149 -0
- package/lib/typescript/src/theme/shadow.d.ts.map +1 -0
- package/lib/typescript/src/theme/tokens.d.ts +102 -0
- package/lib/typescript/src/theme/tokens.d.ts.map +1 -0
- package/lib/typescript/src/theme/useTheme.d.ts +5 -0
- package/lib/typescript/src/theme/useTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/useThemedStyles.d.ts +19 -0
- package/lib/typescript/src/theme/useThemedStyles.d.ts.map +1 -0
- package/lib/typescript/src/utils/logger/index.d.ts +4 -0
- package/lib/typescript/src/utils/logger/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/logger/logger.d.ts +7 -0
- package/lib/typescript/src/utils/logger/logger.d.ts.map +1 -0
- package/lib/typescript/src/utils/logger/transports/console.d.ts +3 -0
- package/lib/typescript/src/utils/logger/transports/console.d.ts.map +1 -0
- package/lib/typescript/src/utils/logger/types.d.ts +19 -0
- package/lib/typescript/src/utils/logger/types.d.ts.map +1 -0
- package/lib/typescript/src/utils/testID/index.d.ts +2 -0
- package/lib/typescript/src/utils/testID/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/testID/testID.d.ts +17 -0
- package/lib/typescript/src/utils/testID/testID.d.ts.map +1 -0
- package/package.json +179 -0
- package/src/components/business/AvatarWithRing/AvatarWithRing.tsx +59 -0
- package/src/components/business/AvatarWithRing/index.ts +2 -0
- package/src/components/business/AvatarWithRing/styles.ts +61 -0
- package/src/components/business/AvatarWithRing/types.ts +15 -0
- package/src/components/business/Decorations/GradientWash.tsx +81 -0
- package/src/components/business/Decorations/RadialHalo.tsx +74 -0
- package/src/components/business/Decorations/ScreenBackdrop.tsx +122 -0
- package/src/components/business/Decorations/index.ts +10 -0
- package/src/components/business/Decorations/types.ts +103 -0
- package/src/components/business/GlassStats/GlassStats.tsx +39 -0
- package/src/components/business/GlassStats/index.ts +2 -0
- package/src/components/business/GlassStats/styles.ts +58 -0
- package/src/components/business/GlassStats/types.ts +7 -0
- package/src/components/business/VersionPill/VersionPill.tsx +29 -0
- package/src/components/business/VersionPill/index.ts +2 -0
- package/src/components/business/VersionPill/styles.ts +46 -0
- package/src/components/business/VersionPill/types.ts +12 -0
- package/src/components/business/index.ts +22 -0
- package/src/components/index.ts +2 -0
- package/src/components/ui/Avatar/Avatar.tsx +69 -0
- package/src/components/ui/Avatar/index.ts +2 -0
- package/src/components/ui/Avatar/styles.ts +54 -0
- package/src/components/ui/Avatar/types.ts +32 -0
- package/src/components/ui/BlurLayer/BlurLayer.tsx +44 -0
- package/src/components/ui/BlurLayer/BlurLayer.web.tsx +40 -0
- package/src/components/ui/BlurLayer/index.ts +2 -0
- package/src/components/ui/BlurLayer/types.ts +15 -0
- package/src/components/ui/BottomSheet/BottomSheet.tsx +117 -0
- package/src/components/ui/BottomSheet/index.ts +2 -0
- package/src/components/ui/BottomSheet/styles.ts +20 -0
- package/src/components/ui/BottomSheet/types.ts +26 -0
- package/src/components/ui/Button/Button.tsx +61 -0
- package/src/components/ui/Button/ButtonBase.tsx +100 -0
- package/src/components/ui/Button/index.ts +2 -0
- package/src/components/ui/Button/styles.ts +89 -0
- package/src/components/ui/Button/types.ts +79 -0
- package/src/components/ui/Card/Card.tsx +39 -0
- package/src/components/ui/Card/index.ts +2 -0
- package/src/components/ui/Card/styles.ts +33 -0
- package/src/components/ui/Card/types.ts +41 -0
- package/src/components/ui/Carousel/Carousel.tsx +95 -0
- package/src/components/ui/Carousel/index.ts +2 -0
- package/src/components/ui/Carousel/styles.ts +41 -0
- package/src/components/ui/Carousel/types.ts +35 -0
- package/src/components/ui/Cell/Cell.tsx +109 -0
- package/src/components/ui/Cell/Leading.tsx +59 -0
- package/src/components/ui/Cell/List.tsx +46 -0
- package/src/components/ui/Cell/context.ts +10 -0
- package/src/components/ui/Cell/index.ts +3 -0
- package/src/components/ui/Cell/styles.ts +91 -0
- package/src/components/ui/Cell/types.ts +53 -0
- package/src/components/ui/Checkbox/Checkbox.tsx +57 -0
- package/src/components/ui/Checkbox/index.ts +2 -0
- package/src/components/ui/Checkbox/styles.ts +26 -0
- package/src/components/ui/Checkbox/types.ts +14 -0
- package/src/components/ui/Chip/Chip.tsx +54 -0
- package/src/components/ui/Chip/index.ts +2 -0
- package/src/components/ui/Chip/styles.ts +30 -0
- package/src/components/ui/Chip/types.ts +15 -0
- package/src/components/ui/Confirm/ConfirmHost.tsx +134 -0
- package/src/components/ui/Confirm/confirm.ts +53 -0
- package/src/components/ui/Confirm/index.ts +3 -0
- package/src/components/ui/Confirm/styles.ts +35 -0
- package/src/components/ui/Confirm/types.ts +22 -0
- package/src/components/ui/DrawerHeader/DrawerHeader.tsx +57 -0
- package/src/components/ui/DrawerHeader/index.ts +2 -0
- package/src/components/ui/DrawerHeader/styles.ts +44 -0
- package/src/components/ui/DrawerHeader/types.ts +12 -0
- package/src/components/ui/Empty/Empty.tsx +23 -0
- package/src/components/ui/Empty/index.ts +2 -0
- package/src/components/ui/Empty/styles.ts +30 -0
- package/src/components/ui/Empty/types.ts +8 -0
- package/src/components/ui/EntryCard/EntryCard.tsx +58 -0
- package/src/components/ui/EntryCard/index.ts +2 -0
- package/src/components/ui/EntryCard/styles.ts +44 -0
- package/src/components/ui/EntryCard/types.ts +17 -0
- package/src/components/ui/Form/Form.tsx +17 -0
- package/src/components/ui/Form/FormGroup.tsx +43 -0
- package/src/components/ui/Form/FormRow.tsx +30 -0
- package/src/components/ui/Form/index.ts +4 -0
- package/src/components/ui/Form/styles.ts +64 -0
- package/src/components/ui/Form/types.ts +30 -0
- package/src/components/ui/Grid/Grid.tsx +68 -0
- package/src/components/ui/Grid/index.ts +2 -0
- package/src/components/ui/Grid/styles.ts +88 -0
- package/src/components/ui/Grid/types.ts +25 -0
- package/src/components/ui/Icon/Icon.tsx +82 -0
- package/src/components/ui/Icon/index.ts +2 -0
- package/src/components/ui/Icon/types.ts +15 -0
- package/src/components/ui/IconButton/IconButton.tsx +44 -0
- package/src/components/ui/IconButton/index.ts +2 -0
- package/src/components/ui/IconButton/types.ts +28 -0
- package/src/components/ui/Input/Input.tsx +21 -0
- package/src/components/ui/Input/index.ts +2 -0
- package/src/components/ui/Input/types.ts +31 -0
- package/src/components/ui/Logo/Logo.tsx +40 -0
- package/src/components/ui/Logo/index.ts +2 -0
- package/src/components/ui/Logo/types.ts +13 -0
- package/src/components/ui/NavBar/NavBar.tsx +75 -0
- package/src/components/ui/NavBar/index.ts +2 -0
- package/src/components/ui/NavBar/isSlot.ts +9 -0
- package/src/components/ui/NavBar/styles.ts +49 -0
- package/src/components/ui/NavBar/types.ts +31 -0
- package/src/components/ui/PasswordInput/PasswordInput.tsx +50 -0
- package/src/components/ui/PasswordInput/index.ts +2 -0
- package/src/components/ui/PasswordInput/styles.ts +7 -0
- package/src/components/ui/PasswordInput/types.ts +12 -0
- package/src/components/ui/Pulse/Pulse.tsx +17 -0
- package/src/components/ui/Pulse/PulseDot.tsx +35 -0
- package/src/components/ui/Pulse/index.ts +4 -0
- package/src/components/ui/Pulse/types.ts +22 -0
- package/src/components/ui/Pulse/usePulse.ts +41 -0
- package/src/components/ui/Radio/Radio.tsx +55 -0
- package/src/components/ui/Radio/RadioContext.ts +4 -0
- package/src/components/ui/Radio/RadioGroup.tsx +30 -0
- package/src/components/ui/Radio/index.ts +2 -0
- package/src/components/ui/Radio/styles.ts +36 -0
- package/src/components/ui/Radio/types.ts +38 -0
- package/src/components/ui/Search/Search.tsx +52 -0
- package/src/components/ui/Search/index.ts +2 -0
- package/src/components/ui/Search/types.ts +8 -0
- package/src/components/ui/Segmented/Segmented.tsx +63 -0
- package/src/components/ui/Segmented/index.ts +2 -0
- package/src/components/ui/Segmented/styles.ts +24 -0
- package/src/components/ui/Segmented/types.ts +10 -0
- package/src/components/ui/Skeleton/Skeleton.tsx +61 -0
- package/src/components/ui/Skeleton/index.ts +2 -0
- package/src/components/ui/Skeleton/types.ts +22 -0
- package/src/components/ui/Spinner/Spinner.tsx +68 -0
- package/src/components/ui/Spinner/index.ts +2 -0
- package/src/components/ui/Spinner/types.ts +14 -0
- package/src/components/ui/StatusDot/StatusDot.tsx +48 -0
- package/src/components/ui/StatusDot/index.ts +2 -0
- package/src/components/ui/StatusDot/styles.ts +40 -0
- package/src/components/ui/StatusDot/types.ts +15 -0
- package/src/components/ui/Stepper/Stepper.tsx +95 -0
- package/src/components/ui/Stepper/index.ts +2 -0
- package/src/components/ui/Stepper/styles.ts +63 -0
- package/src/components/ui/Stepper/types.ts +21 -0
- package/src/components/ui/Switch/Switch.tsx +81 -0
- package/src/components/ui/Switch/index.ts +2 -0
- package/src/components/ui/Switch/styles.ts +32 -0
- package/src/components/ui/Switch/types.ts +8 -0
- package/src/components/ui/TabBar/TabBar.tsx +58 -0
- package/src/components/ui/TabBar/index.ts +2 -0
- package/src/components/ui/TabBar/styles.ts +43 -0
- package/src/components/ui/TabBar/types.ts +19 -0
- package/src/components/ui/Tabs/Tabs.tsx +57 -0
- package/src/components/ui/Tabs/index.ts +2 -0
- package/src/components/ui/Tabs/styles.ts +30 -0
- package/src/components/ui/Tabs/types.ts +19 -0
- package/src/components/ui/Tag/Tag.tsx +37 -0
- package/src/components/ui/Tag/index.ts +2 -0
- package/src/components/ui/Tag/styles.ts +58 -0
- package/src/components/ui/Tag/types.ts +33 -0
- package/src/components/ui/TextField/TextFieldBase.tsx +111 -0
- package/src/components/ui/TextField/styles.ts +61 -0
- package/src/components/ui/TextField/types.ts +27 -0
- package/src/components/ui/Textarea/Textarea.tsx +23 -0
- package/src/components/ui/Textarea/index.ts +2 -0
- package/src/components/ui/Textarea/types.ts +28 -0
- package/src/components/ui/Thumbnail/Thumbnail.tsx +38 -0
- package/src/components/ui/Thumbnail/index.ts +2 -0
- package/src/components/ui/Thumbnail/styles.ts +26 -0
- package/src/components/ui/Thumbnail/types.ts +24 -0
- package/src/components/ui/Toast/ToastHost.tsx +85 -0
- package/src/components/ui/Toast/index.ts +8 -0
- package/src/components/ui/Toast/styles.ts +54 -0
- package/src/components/ui/Toast/toast.ts +36 -0
- package/src/components/ui/Toast/types.ts +37 -0
- package/src/components/ui/index.ts +81 -0
- package/src/icons/data.ts +2218 -0
- package/src/icons/index.ts +2 -0
- package/src/icons/svg/alert.svg +1 -0
- package/src/icons/svg/app-fallback.svg +1 -0
- package/src/icons/svg/arrow-down.svg +1 -0
- package/src/icons/svg/arrow-left.svg +1 -0
- package/src/icons/svg/arrow-right.svg +1 -0
- package/src/icons/svg/arrow-up.svg +1 -0
- package/src/icons/svg/attachment.svg +1 -0
- package/src/icons/svg/bag-check.svg +1 -0
- package/src/icons/svg/bell.svg +1 -0
- package/src/icons/svg/bot.svg +1 -0
- package/src/icons/svg/box-list.svg +1 -0
- package/src/icons/svg/box-up.svg +1 -0
- package/src/icons/svg/building.svg +1 -0
- package/src/icons/svg/calculator.svg +1 -0
- package/src/icons/svg/calendar-route.svg +1 -0
- package/src/icons/svg/calendar.svg +1 -0
- package/src/icons/svg/camera.svg +1 -0
- package/src/icons/svg/card.svg +1 -0
- package/src/icons/svg/chat-star.svg +1 -0
- package/src/icons/svg/check.svg +1 -0
- package/src/icons/svg/chevron-down.svg +1 -0
- package/src/icons/svg/chevron-left.svg +1 -0
- package/src/icons/svg/chevron-right.svg +1 -0
- package/src/icons/svg/chevron-up.svg +1 -0
- package/src/icons/svg/circle-minus.svg +1 -0
- package/src/icons/svg/circle-plus.svg +1 -0
- package/src/icons/svg/clipboard-search.svg +1 -0
- package/src/icons/svg/clipboard-user.svg +1 -0
- package/src/icons/svg/clipboard.svg +1 -0
- package/src/icons/svg/close.svg +1 -0
- package/src/icons/svg/coin.svg +1 -0
- package/src/icons/svg/copy.svg +1 -0
- package/src/icons/svg/dashboard-megaphone.svg +1 -0
- package/src/icons/svg/dashboard-star.svg +1 -0
- package/src/icons/svg/download.svg +1 -0
- package/src/icons/svg/edit-pencil.svg +1 -0
- package/src/icons/svg/edit.svg +1 -0
- package/src/icons/svg/error.svg +1 -0
- package/src/icons/svg/eye-off.svg +1 -0
- package/src/icons/svg/eye.svg +1 -0
- package/src/icons/svg/file.svg +1 -0
- package/src/icons/svg/filter.svg +1 -0
- package/src/icons/svg/flag.svg +1 -0
- package/src/icons/svg/grid.svg +1 -0
- package/src/icons/svg/heart.svg +1 -0
- package/src/icons/svg/home.svg +1 -0
- package/src/icons/svg/image.svg +1 -0
- package/src/icons/svg/info.svg +1 -0
- package/src/icons/svg/keyboard.svg +1 -0
- package/src/icons/svg/lightbulb.svg +1 -0
- package/src/icons/svg/list.svg +1 -0
- package/src/icons/svg/location.svg +1 -0
- package/src/icons/svg/lock.svg +1 -0
- package/src/icons/svg/logout.svg +1 -0
- package/src/icons/svg/mail.svg +1 -0
- package/src/icons/svg/menu.svg +1 -0
- package/src/icons/svg/mic-on.svg +1 -0
- package/src/icons/svg/mic.svg +1 -0
- package/src/icons/svg/more-h.svg +1 -0
- package/src/icons/svg/more-v.svg +1 -0
- package/src/icons/svg/order.svg +1 -0
- package/src/icons/svg/package.svg +1 -0
- package/src/icons/svg/paperclip.svg +1 -0
- package/src/icons/svg/pause.svg +1 -0
- package/src/icons/svg/phone.svg +1 -0
- package/src/icons/svg/pin-search.svg +1 -0
- package/src/icons/svg/play.svg +1 -0
- package/src/icons/svg/plus.svg +1 -0
- package/src/icons/svg/qr.svg +1 -0
- package/src/icons/svg/refresh.svg +1 -0
- package/src/icons/svg/retry.svg +1 -0
- package/src/icons/svg/route.svg +1 -0
- package/src/icons/svg/scan.svg +1 -0
- package/src/icons/svg/scanner.svg +1 -0
- package/src/icons/svg/search.svg +1 -0
- package/src/icons/svg/send.svg +1 -0
- package/src/icons/svg/settings.svg +1 -0
- package/src/icons/svg/share.svg +1 -0
- package/src/icons/svg/shelf-pay.svg +1 -0
- package/src/icons/svg/shield-check.svg +1 -0
- package/src/icons/svg/sort.svg +1 -0
- package/src/icons/svg/sound.svg +1 -0
- package/src/icons/svg/spark.svg +1 -0
- package/src/icons/svg/star.svg +1 -0
- package/src/icons/svg/stop.svg +1 -0
- package/src/icons/svg/storefront-ai.svg +1 -0
- package/src/icons/svg/storefront-arrow.svg +1 -0
- package/src/icons/svg/storefront-check.svg +1 -0
- package/src/icons/svg/storefront-tag.svg +1 -0
- package/src/icons/svg/storefront.svg +1 -0
- package/src/icons/svg/success.svg +1 -0
- package/src/icons/svg/tag.svg +1 -0
- package/src/icons/svg/thinking.svg +1 -0
- package/src/icons/svg/trash.svg +1 -0
- package/src/icons/svg/upload.svg +1 -0
- package/src/icons/svg/user.svg +1 -0
- package/src/icons/svg/users-search.svg +1 -0
- package/src/icons/svg/visit.svg +1 -0
- package/src/icons/svg/warning.svg +1 -0
- package/src/icons/types.ts +19 -0
- package/src/index.tsx +6 -0
- package/src/theme/ThemeProvider.tsx +41 -0
- package/src/theme/blur.ts +11 -0
- package/src/theme/colors.ts +196 -0
- package/src/theme/index.ts +33 -0
- package/src/theme/palettes.ts +23 -0
- package/src/theme/scale.ts +24 -0
- package/src/theme/shadow.ts +164 -0
- package/src/theme/tokens.ts +119 -0
- package/src/theme/useTheme.ts +23 -0
- package/src/theme/useThemedStyles.ts +28 -0
- package/src/utils/logger/index.ts +9 -0
- package/src/utils/logger/logger.ts +69 -0
- package/src/utils/logger/transports/console.ts +23 -0
- package/src/utils/logger/types.ts +21 -0
- package/src/utils/testID/index.ts +1 -0
- package/src/utils/testID/testID.ts +23 -0
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
// Role-based color tokens —— role 名固定,亮/暗主题切的是 role 指向哪个 hex。
|
|
2
|
+
|
|
3
|
+
export const lightColors = {
|
|
4
|
+
// Brand
|
|
5
|
+
primary: '#EB6E00',
|
|
6
|
+
primaryPressed: '#D06200',
|
|
7
|
+
primaryContainer: '#FFF5EB',
|
|
8
|
+
primaryContainerSubtle: '#FFF8F0',
|
|
9
|
+
/** 品牌橙 10% alpha 浅底 —— icon tile 等屏内重复浅橙铺色。 */
|
|
10
|
+
brandTint10: 'rgba(235,110,0,0.10)',
|
|
11
|
+
/** 品牌橙 14% alpha —— Me 屏角色徽章。 */
|
|
12
|
+
brandTint14: 'rgba(235,110,0,0.14)',
|
|
13
|
+
onPrimary: '#FFFFFF',
|
|
14
|
+
onPrimaryMuted: 'rgba(255,255,255,0.85)',
|
|
15
|
+
|
|
16
|
+
// Semantic
|
|
17
|
+
success: '#52C41A',
|
|
18
|
+
successContainer: '#F0FFF0',
|
|
19
|
+
onSuccess: '#FFFFFF',
|
|
20
|
+
error: '#F4511E',
|
|
21
|
+
errorContainer: '#FFF5F5',
|
|
22
|
+
onError: '#FFFFFF',
|
|
23
|
+
info: '#3775F6',
|
|
24
|
+
infoContainer: '#F0F5FF',
|
|
25
|
+
onInfo: '#FFFFFF',
|
|
26
|
+
|
|
27
|
+
// Surface (5-layer)
|
|
28
|
+
background: '#F5F5F5',
|
|
29
|
+
surface: '#FFFFFF',
|
|
30
|
+
surfaceContainer: '#F5F5F5',
|
|
31
|
+
surfaceContainerHigh: '#F0F0F0',
|
|
32
|
+
surfaceContainerHighest: '#E0E0E0',
|
|
33
|
+
|
|
34
|
+
// Foreground
|
|
35
|
+
foreground: '#333333',
|
|
36
|
+
foregroundMuted: '#666666',
|
|
37
|
+
foregroundSubtle: '#999999',
|
|
38
|
+
onSurface: '#333333',
|
|
39
|
+
onSurfaceMuted: '#666666',
|
|
40
|
+
|
|
41
|
+
// Outline
|
|
42
|
+
outline: '#EDEDED',
|
|
43
|
+
outlineVariant: '#E8E8E8',
|
|
44
|
+
outlineFaint: '#F5F5F5',
|
|
45
|
+
|
|
46
|
+
// Inverse
|
|
47
|
+
inverseSurface: '#1C1C1E',
|
|
48
|
+
inverseOnSurface: '#FFFFFF',
|
|
49
|
+
|
|
50
|
+
// Misc
|
|
51
|
+
scrim: 'rgba(0,0,0,0.5)',
|
|
52
|
+
/** Sheet backdrop —— sheet 之下浅灰 tint,合规态高对比度让 sheet 焦点突出。
|
|
53
|
+
* 跟通用 scrim(黑半透"普通遮挡")区分:这是"焦点引导"。 */
|
|
54
|
+
sheetBackdrop: 'rgba(245,245,247,0.72)',
|
|
55
|
+
/** 玻璃感浅色 tint —— BlurView 之上的 0.55 白纱(数据条 / scanBtn)。 */
|
|
56
|
+
glassTintLight: 'rgba(255,255,255,0.55)',
|
|
57
|
+
/** 玻璃容器内部分隔线 —— 暗色翻成对应低透白,保证暗底可见。 */
|
|
58
|
+
glassSeparator: 'rgba(0,0,0,0.08)',
|
|
59
|
+
/** 浮动玻璃胶囊外区 tint(TabBar 滚动玻璃门)。
|
|
60
|
+
* 数值配合 blurAmount=25 让"玻璃门外区滚动内容透过模糊显示"达成。
|
|
61
|
+
* 跟 glassTintLight 区分:此 token 给"玻璃门外区"语义。 */
|
|
62
|
+
glassSurface: 'rgba(255,255,255,0.20)',
|
|
63
|
+
/** TabBar 玻璃门 tint —— 跟 glassSurface 区分,真机实测 0.20 太厚看不清滚动内容,
|
|
64
|
+
* TabBar 场景配合 blurAmount=15 主导,语义不同不可复用同一个 alpha。 */
|
|
65
|
+
tabBarGlassTint: 'rgba(255,255,255,0.10)',
|
|
66
|
+
/** 玻璃胶囊边框(亮 0.18 / 暗 0.14 白透)。 */
|
|
67
|
+
glassBorder: 'rgba(255,255,255,0.18)',
|
|
68
|
+
/** 玻璃胶囊顶部内高光(亮 0.28 / 暗 0.24 白透)。 */
|
|
69
|
+
glassHighlight: 'rgba(255,255,255,0.28)',
|
|
70
|
+
/** GlassStats 顶部 inset 高光线 —— 比 glassHighlight 更强,
|
|
71
|
+
* 弥补 RN BlurView backdrop 比 web 弱 + 让数据条"顶部凸起"。 */
|
|
72
|
+
glassStatsHighlight: 'rgba(255,255,255,0.65)',
|
|
73
|
+
/** 玻璃胶囊 active 段文字 / icon 色。亮色同 primary;暗色 #FFB068
|
|
74
|
+
* 更浅一档的橙,在半透深灰玻璃上分量更轻。 */
|
|
75
|
+
glassActiveFg: '#EB6E00',
|
|
76
|
+
/** 品牌橙 active 容器底 —— TabBar active 段比 brandTint10 多 2% 视觉权重。 */
|
|
77
|
+
brandTint12: 'rgba(235,110,0,0.12)',
|
|
78
|
+
|
|
79
|
+
// Icon faint —— 跨屏"再淡一档"的灰阶图标色;暗色翻反相白 alpha 保暗底可见
|
|
80
|
+
/** Input leading/trailing icon 默认色(placeholder 风格)。 */
|
|
81
|
+
iconFaint40: 'rgba(0,0,0,0.40)',
|
|
82
|
+
/** 列表箭头 / 副 chevron。 */
|
|
83
|
+
iconFaint30: 'rgba(0,0,0,0.30)',
|
|
84
|
+
/** 空状态 / placeholder 屏巨型图标。 */
|
|
85
|
+
iconFaint25: 'rgba(0,0,0,0.25)',
|
|
86
|
+
|
|
87
|
+
/** 头像白色 ring —— Me 屏 avatar 圆环。跟 onPrimaryMuted(品牌底次主文字)区分。 */
|
|
88
|
+
avatarRing: 'rgba(255,255,255,0.6)',
|
|
89
|
+
/** Me 屏 QR / 扫码按钮背景 —— scanBtn 要在 hero 上"凸起被看到"。 */
|
|
90
|
+
qrBg: 'rgba(255,255,255,0.55)',
|
|
91
|
+
|
|
92
|
+
// Hero gradient stops —— Me 屏顶部暖橙 → 浅黄 → background 三段渐变
|
|
93
|
+
/** Hero 渐变第 1 段:暖橙起色。 */
|
|
94
|
+
heroGradient0: '#FFE3C8',
|
|
95
|
+
/** Hero 渐变第 2 段(0.55 offset):浅黄过渡。 */
|
|
96
|
+
heroGradient1: '#FFF0DD',
|
|
97
|
+
/** Hero 渐变第 3 段:接 background。亮色 = background hex,暗色 = 深暖灰收到 background。 */
|
|
98
|
+
heroGradient2: '#F5F5F5',
|
|
99
|
+
|
|
100
|
+
/** 玻璃身份胶囊背景 —— ProfileCard 玻璃 pill 浮在 warmOrange 背景上。
|
|
101
|
+
* 亮色半透浓白(暖橙背景);暗色半透薄白晕(深背景)。 */
|
|
102
|
+
glassPillBg: 'rgba(255,255,255,0.72)',
|
|
103
|
+
/** 玻璃身份胶囊边框 —— 高光描边,衬出玻璃质感。 */
|
|
104
|
+
glassPillBorder: 'rgba(255,255,255,0.9)',
|
|
105
|
+
} as const;
|
|
106
|
+
|
|
107
|
+
export type ColorTokens = { [K in keyof typeof lightColors]: string };
|
|
108
|
+
|
|
109
|
+
export const darkColors: ColorTokens = {
|
|
110
|
+
// Brand
|
|
111
|
+
primary: '#EB6E00',
|
|
112
|
+
primaryPressed: '#D06200',
|
|
113
|
+
primaryContainer: '#3D1F00',
|
|
114
|
+
primaryContainerSubtle: '#2A1500',
|
|
115
|
+
// 暗底用纯品牌橙 + 略高 alpha 维持视觉权重(亮 10% 在暗底几乎不可见)
|
|
116
|
+
brandTint10: 'rgba(235,110,0,0.16)',
|
|
117
|
+
brandTint14: 'rgba(235,110,0,0.22)',
|
|
118
|
+
onPrimary: '#FFFFFF',
|
|
119
|
+
onPrimaryMuted: 'rgba(255,255,255,0.85)',
|
|
120
|
+
|
|
121
|
+
// Semantic
|
|
122
|
+
success: '#52C41A',
|
|
123
|
+
successContainer: '#0E2810',
|
|
124
|
+
onSuccess: '#FFFFFF',
|
|
125
|
+
error: '#FF6B40',
|
|
126
|
+
errorContainer: '#2A1010',
|
|
127
|
+
onError: '#FFFFFF',
|
|
128
|
+
info: '#5A91FF',
|
|
129
|
+
infoContainer: '#0F1A33',
|
|
130
|
+
onInfo: '#FFFFFF',
|
|
131
|
+
|
|
132
|
+
// Surface (5-layer, iOS HIG dark)
|
|
133
|
+
background: '#0A0A0A',
|
|
134
|
+
surface: '#1C1C1E',
|
|
135
|
+
surfaceContainer: '#2C2C2E',
|
|
136
|
+
surfaceContainerHigh: '#3A3A3C',
|
|
137
|
+
surfaceContainerHighest: '#48484A',
|
|
138
|
+
|
|
139
|
+
// Foreground
|
|
140
|
+
foreground: '#FFFFFF',
|
|
141
|
+
foregroundMuted: 'rgba(235,235,245,0.6)',
|
|
142
|
+
foregroundSubtle: 'rgba(235,235,245,0.3)',
|
|
143
|
+
onSurface: '#FFFFFF',
|
|
144
|
+
onSurfaceMuted: 'rgba(235,235,245,0.6)',
|
|
145
|
+
|
|
146
|
+
// Outline
|
|
147
|
+
outline: '#3A3A3C',
|
|
148
|
+
outlineVariant: '#48484A',
|
|
149
|
+
outlineFaint: 'rgba(84,84,88,0.65)',
|
|
150
|
+
|
|
151
|
+
// Inverse
|
|
152
|
+
inverseSurface: '#FFFFFF',
|
|
153
|
+
inverseOnSurface: '#000000',
|
|
154
|
+
|
|
155
|
+
// Misc
|
|
156
|
+
scrim: 'rgba(0,0,0,0.7)',
|
|
157
|
+
/** Sheet backdrop 暗色:沿用亮色同值,合规态保持浅 tint(打破暗色默认深底)让焦点
|
|
158
|
+
* 聚焦在协议 sheet 上。 */
|
|
159
|
+
sheetBackdrop: 'rgba(245,245,247,0.72)',
|
|
160
|
+
// 暗色 0.06 白透,凸起感由 glassBar 暗色黑 0.35 shadow 补
|
|
161
|
+
glassTintLight: 'rgba(255,255,255,0.06)',
|
|
162
|
+
glassSeparator: 'rgba(255,255,255,0.10)',
|
|
163
|
+
// 深灰半透 0.30,配合 blurAmount=25 让"玻璃门"语义达成
|
|
164
|
+
glassSurface: 'rgba(28,28,30,0.30)',
|
|
165
|
+
// 配合 blurAmount=15 让内容透过模糊带 alpha 染色
|
|
166
|
+
tabBarGlassTint: 'rgba(28,28,30,0.18)',
|
|
167
|
+
glassBorder: 'rgba(255,255,255,0.14)',
|
|
168
|
+
glassHighlight: 'rgba(255,255,255,0.24)',
|
|
169
|
+
glassStatsHighlight: 'rgba(255,255,255,0.10)',
|
|
170
|
+
// 浅橙,半透深灰玻璃上品牌色更亮起,视觉重量比纯品牌橙轻一档
|
|
171
|
+
glassActiveFg: '#FFB068',
|
|
172
|
+
brandTint12: 'rgba(235,110,0,0.22)',
|
|
173
|
+
|
|
174
|
+
// Icon faint —— 暗底反相成白色 alpha,数值跟亮色一致
|
|
175
|
+
iconFaint40: 'rgba(255,255,255,0.40)',
|
|
176
|
+
iconFaint30: 'rgba(255,255,255,0.30)',
|
|
177
|
+
iconFaint25: 'rgba(255,255,255,0.25)',
|
|
178
|
+
|
|
179
|
+
/** 头像白 ring 暗色:ring 改克制(几乎隐去),靠 brandAvatar 0.40 橙光晕浮起头像。 */
|
|
180
|
+
avatarRing: 'rgba(255,255,255,0.10)',
|
|
181
|
+
/** scanBtn 在暗 hero 上更显眼,比 glassTintLight 0.06 多一档。 */
|
|
182
|
+
qrBg: 'rgba(255,255,255,0.10)',
|
|
183
|
+
|
|
184
|
+
// Hero gradient stops —— 品牌橙 alpha 渐变。
|
|
185
|
+
// react-native-svg <Stop stopColor> 支持 rgba 字符串,最终 alpha = rgba.a × stopOpacity。
|
|
186
|
+
heroGradient0: 'rgba(235,110,0,0.18)',
|
|
187
|
+
heroGradient1: 'rgba(235,110,0,0.06)',
|
|
188
|
+
heroGradient2: '#0A0A0A',
|
|
189
|
+
|
|
190
|
+
/** 玻璃身份胶囊暗色:半透薄白晕浮在深暖橙 / 深底上,比亮色弱 12 倍。 */
|
|
191
|
+
glassPillBg: 'rgba(255,255,255,0.06)',
|
|
192
|
+
glassPillBorder: 'rgba(255,255,255,0.12)',
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
/** 头像品牌渐变 —— 浅橙 → 主品牌橙,135° 对角线渐变。亮 / 暗共用。 */
|
|
196
|
+
export const avatarGradient = ['#F49443', '#EB6E00'] as const;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export { lightColors, darkColors, avatarGradient } from './colors';
|
|
2
|
+
export type { ColorTokens } from './colors';
|
|
3
|
+
|
|
4
|
+
export { warmOrangePalette } from './palettes';
|
|
5
|
+
|
|
6
|
+
export { lightShadow, darkShadow } from './shadow';
|
|
7
|
+
export type { ShadowTokens } from './shadow';
|
|
8
|
+
|
|
9
|
+
export { ThemeProvider, ThemeContext } from './ThemeProvider';
|
|
10
|
+
export type { ColorScheme, ThemeContextValue } from './ThemeProvider';
|
|
11
|
+
|
|
12
|
+
export { useTheme, useColors, useShadow } from './useTheme';
|
|
13
|
+
export { useThemedStyles } from './useThemedStyles';
|
|
14
|
+
export type { StylesMaker } from './useThemedStyles';
|
|
15
|
+
|
|
16
|
+
export {
|
|
17
|
+
fontMono,
|
|
18
|
+
type,
|
|
19
|
+
fw,
|
|
20
|
+
space,
|
|
21
|
+
radius,
|
|
22
|
+
avatar,
|
|
23
|
+
icon,
|
|
24
|
+
control,
|
|
25
|
+
dim,
|
|
26
|
+
fixed,
|
|
27
|
+
motion,
|
|
28
|
+
} from './tokens';
|
|
29
|
+
|
|
30
|
+
export { blur } from './blur';
|
|
31
|
+
export type { BlurIntensity } from './blur';
|
|
32
|
+
|
|
33
|
+
export { r, rf } from './scale';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** Theme palettes —— 不属于 role-based ColorTokens 的"设计调色板序列"。
|
|
2
|
+
*
|
|
3
|
+
* ColorTokens(`c.primary / c.foreground / ...`)给单一 role 命名,
|
|
4
|
+
* 亮暗各一个 hex。某些设计需要"渐变序列"或"亮暗两套相关色组",硬塞 4 个
|
|
5
|
+
* role 进 ColorTokens 语义模糊,改放这里。
|
|
6
|
+
*
|
|
7
|
+
* 用法:
|
|
8
|
+
* ```ts
|
|
9
|
+
* import { useTheme, warmOrangePalette } from './';
|
|
10
|
+
* const { scheme } = useTheme();
|
|
11
|
+
* const stops = scheme === 'dark' ? warmOrangePalette.dark : warmOrangePalette.light;
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* 新增 palette 在这里加一项 + theme/index.ts 同步 export。
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/** 全屏沉浸暖橙 4 stop 渐变 —— ScreenBackdrop preset="warmOrange"。
|
|
18
|
+
* - light:4 stop 暖橙序列(QR / 名片 / Splash 屏沉浸亮色背景)
|
|
19
|
+
* - dark:深暖橙到黑(暗 theme 切换后仍保留橙色"温度感",底部收到 background) */
|
|
20
|
+
export const warmOrangePalette = {
|
|
21
|
+
light: ['#FFE3C8', '#FFEED7', '#FFE6CA', '#FBD9B6'] as const,
|
|
22
|
+
dark: ['#1F1208', '#170D05', '#110903', '#0A0A0A'] as const,
|
|
23
|
+
} as const;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Dimensions, Platform, PixelRatio } from 'react-native';
|
|
2
|
+
|
|
3
|
+
/** iPhone 17 Pro 逻辑宽。所有缩放以此为基准。 */
|
|
4
|
+
const DESIGN_WIDTH = 402;
|
|
5
|
+
|
|
6
|
+
/** 字体 moderate 系数:0 = 不缩放,0.5 = react-native-size-matters 默认,
|
|
7
|
+
* 0.3 对中文字号最友好(避免大屏字过大、小屏字过小)。 */
|
|
8
|
+
const FONT_FACTOR = 0.3;
|
|
9
|
+
|
|
10
|
+
const w =
|
|
11
|
+
Platform.OS === 'web'
|
|
12
|
+
? DESIGN_WIDTH
|
|
13
|
+
: Dimensions.get('window').width || DESIGN_WIDTH;
|
|
14
|
+
|
|
15
|
+
/** 实际缩放比。 */
|
|
16
|
+
const ratio = w / DESIGN_WIDTH;
|
|
17
|
+
|
|
18
|
+
/** 尺寸缩放。返回值经 `PixelRatio.roundToNearestPixel` 对齐设备像素栅格,
|
|
19
|
+
* 避免 0.5px 渲染瑕疵(@3x 屏 hairline 尤其明显)。 */
|
|
20
|
+
export const r = (n: number): number =>
|
|
21
|
+
PixelRatio.roundToNearestPixel(n * ratio);
|
|
22
|
+
|
|
23
|
+
/** 字号 moderate 缩放。不做像素对齐 —— 字号小数点对排版有意义。 */
|
|
24
|
+
export const rf = (n: number): number => n + (n * ratio - n) * FONT_FACTOR;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
// Themed shadow tokens —— 全仓 shadow 走这一份,callers 不再 inline 写
|
|
2
|
+
// shadowColor/Offset/Opacity/Radius/elevation 5 件套。
|
|
3
|
+
//
|
|
4
|
+
// 暗色下中性阴影 shadowOpacity / elevation 全部置 0:视觉层次靠 surface 5 层
|
|
5
|
+
// 明度差表达(layered surface 替代 shadow)。
|
|
6
|
+
|
|
7
|
+
const BRAND = '#EB6E00';
|
|
8
|
+
|
|
9
|
+
export const lightShadow = {
|
|
10
|
+
/** 轻提示浮起 —— Segmented active 段 */
|
|
11
|
+
subtle: {
|
|
12
|
+
shadowColor: '#000',
|
|
13
|
+
shadowOffset: { width: 0, height: 1 },
|
|
14
|
+
shadowOpacity: 0.06,
|
|
15
|
+
shadowRadius: 2,
|
|
16
|
+
elevation: 1,
|
|
17
|
+
},
|
|
18
|
+
/** 标准卡片下沉 —— Card 默认 variant */
|
|
19
|
+
card: {
|
|
20
|
+
shadowColor: '#000',
|
|
21
|
+
shadowOffset: { width: 0, height: 1 },
|
|
22
|
+
shadowOpacity: 0.08,
|
|
23
|
+
shadowRadius: 4,
|
|
24
|
+
elevation: 2,
|
|
25
|
+
},
|
|
26
|
+
/** 中性浮岛 —— TabBar 玻璃胶囊等贴底浮起,大半径柔散。 */
|
|
27
|
+
floating: {
|
|
28
|
+
shadowColor: '#000',
|
|
29
|
+
shadowOffset: { width: 0, height: 16 },
|
|
30
|
+
shadowOpacity: 0.1,
|
|
31
|
+
shadowRadius: 40,
|
|
32
|
+
elevation: 12,
|
|
33
|
+
},
|
|
34
|
+
/** 品牌光晕 - sm —— 品牌橙浮起轻量档。 */
|
|
35
|
+
brandSm: {
|
|
36
|
+
shadowColor: BRAND,
|
|
37
|
+
shadowOffset: { width: 0, height: 6 },
|
|
38
|
+
shadowOpacity: 0.08,
|
|
39
|
+
shadowRadius: 18,
|
|
40
|
+
elevation: 3,
|
|
41
|
+
},
|
|
42
|
+
/** GlassStats 数据条专用 shadow。
|
|
43
|
+
* 顶部 `1px inset` 高光由 GlassStats topHighlight View 节点画,不进 shadow。 */
|
|
44
|
+
glassBar: {
|
|
45
|
+
shadowColor: BRAND,
|
|
46
|
+
shadowOffset: { width: 0, height: 6 },
|
|
47
|
+
shadowOpacity: 0.08,
|
|
48
|
+
shadowRadius: 18,
|
|
49
|
+
elevation: 3,
|
|
50
|
+
},
|
|
51
|
+
/** 品牌光晕 - md —— 主按钮 / Avatar ring 中等强调 */
|
|
52
|
+
brandMd: {
|
|
53
|
+
shadowColor: BRAND,
|
|
54
|
+
shadowOffset: { width: 0, height: 12 },
|
|
55
|
+
shadowOpacity: 0.26,
|
|
56
|
+
shadowRadius: 24,
|
|
57
|
+
elevation: 12,
|
|
58
|
+
},
|
|
59
|
+
/** 品牌光晕 - lg —— Login Logo halo。 */
|
|
60
|
+
brandLg: {
|
|
61
|
+
shadowColor: BRAND,
|
|
62
|
+
shadowOffset: { width: 0, height: 16 },
|
|
63
|
+
shadowOpacity: 0.22,
|
|
64
|
+
shadowRadius: 36,
|
|
65
|
+
elevation: 12,
|
|
66
|
+
},
|
|
67
|
+
/** 品牌光晕 - xl —— Splash Logo 启动屏最重浮起。 */
|
|
68
|
+
brandXl: {
|
|
69
|
+
shadowColor: BRAND,
|
|
70
|
+
shadowOffset: { width: 0, height: 20 },
|
|
71
|
+
shadowOpacity: 0.2,
|
|
72
|
+
shadowRadius: 50,
|
|
73
|
+
elevation: 12,
|
|
74
|
+
},
|
|
75
|
+
/** About icon halo —— 在 brandLg(Login Logo)和 brandXl(Splash)之间。 */
|
|
76
|
+
brandAbout: {
|
|
77
|
+
shadowColor: BRAND,
|
|
78
|
+
shadowOffset: { width: 0, height: 18 },
|
|
79
|
+
shadowOpacity: 0.28,
|
|
80
|
+
shadowRadius: 40,
|
|
81
|
+
elevation: 12,
|
|
82
|
+
},
|
|
83
|
+
/** AssistantCard 42×42 icon tile shadow —— 比 brandSm 重一档,给 hero 区品牌入口加视觉权重。 */
|
|
84
|
+
brandAssistant: {
|
|
85
|
+
shadowColor: BRAND,
|
|
86
|
+
shadowOffset: { width: 0, height: 8 },
|
|
87
|
+
shadowOpacity: 0.3,
|
|
88
|
+
shadowRadius: 18,
|
|
89
|
+
elevation: 12,
|
|
90
|
+
},
|
|
91
|
+
/** Avatar 品牌橙光晕。
|
|
92
|
+
* 数值不用 r() 缩放(shadow 不跟屏宽等比)。 */
|
|
93
|
+
brandAvatar: {
|
|
94
|
+
shadowColor: BRAND,
|
|
95
|
+
shadowOffset: { width: 0, height: 10 },
|
|
96
|
+
shadowOpacity: 0.28,
|
|
97
|
+
shadowRadius: 24,
|
|
98
|
+
elevation: 12,
|
|
99
|
+
},
|
|
100
|
+
none: {
|
|
101
|
+
shadowColor: 'transparent',
|
|
102
|
+
shadowOffset: { width: 0, height: 0 },
|
|
103
|
+
shadowOpacity: 0,
|
|
104
|
+
shadowRadius: 0,
|
|
105
|
+
elevation: 0,
|
|
106
|
+
},
|
|
107
|
+
} as const;
|
|
108
|
+
|
|
109
|
+
export type ShadowTokens = {
|
|
110
|
+
[K in keyof typeof lightShadow]: {
|
|
111
|
+
shadowColor: string;
|
|
112
|
+
shadowOffset: { width: number; height: number };
|
|
113
|
+
shadowOpacity: number;
|
|
114
|
+
shadowRadius: number;
|
|
115
|
+
elevation: number;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/** 暗色统一置零 —— dark theme 用 surface 明度差替代 shadow */
|
|
120
|
+
const darkZero = {
|
|
121
|
+
shadowOffset: { width: 0, height: 0 },
|
|
122
|
+
shadowOpacity: 0,
|
|
123
|
+
shadowRadius: 0,
|
|
124
|
+
elevation: 0,
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
export const darkShadow: ShadowTokens = {
|
|
128
|
+
subtle: { ...darkZero, shadowColor: '#000' },
|
|
129
|
+
card: { ...darkZero, shadowColor: '#000' },
|
|
130
|
+
/** floating 暗色不走 darkZero:浮动胶囊在暗 bg 上需要黑色 drop shadow,
|
|
131
|
+
* 否则跟暗背景贴平,视觉无层级。 */
|
|
132
|
+
floating: {
|
|
133
|
+
shadowColor: '#000',
|
|
134
|
+
shadowOffset: { width: 0, height: 28 },
|
|
135
|
+
shadowOpacity: 0.85,
|
|
136
|
+
shadowRadius: 60,
|
|
137
|
+
elevation: 16,
|
|
138
|
+
},
|
|
139
|
+
brandSm: { ...darkZero, shadowColor: BRAND },
|
|
140
|
+
brandMd: { ...darkZero, shadowColor: BRAND },
|
|
141
|
+
brandLg: { ...darkZero, shadowColor: BRAND },
|
|
142
|
+
brandXl: { ...darkZero, shadowColor: BRAND },
|
|
143
|
+
brandAbout: { ...darkZero, shadowColor: BRAND },
|
|
144
|
+
brandAssistant: { ...darkZero, shadowColor: BRAND },
|
|
145
|
+
/** brandAvatar 暗色不置零:暗色 ring 0.10 几乎隐去,靠橙光晕(0.40 比亮色 0.28 更强)
|
|
146
|
+
* 托起头像。 */
|
|
147
|
+
brandAvatar: {
|
|
148
|
+
shadowColor: BRAND,
|
|
149
|
+
shadowOffset: { width: 0, height: 10 },
|
|
150
|
+
shadowOpacity: 0.4,
|
|
151
|
+
shadowRadius: 24,
|
|
152
|
+
elevation: 12,
|
|
153
|
+
},
|
|
154
|
+
/** glassBar 暗色不置零:黑色浮起让数据条在暗 hero 上凸起,缺它整个条贴在背景上
|
|
155
|
+
* 像没渲染。 */
|
|
156
|
+
glassBar: {
|
|
157
|
+
shadowColor: '#000',
|
|
158
|
+
shadowOffset: { width: 0, height: 6 },
|
|
159
|
+
shadowOpacity: 0.35,
|
|
160
|
+
shadowRadius: 18,
|
|
161
|
+
elevation: 6,
|
|
162
|
+
},
|
|
163
|
+
none: { ...darkZero, shadowColor: 'transparent' },
|
|
164
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { Platform, StyleSheet } from 'react-native';
|
|
2
|
+
import { r, rf } from './scale';
|
|
3
|
+
|
|
4
|
+
export const fontMono = Platform.select({
|
|
5
|
+
ios: 'Menlo',
|
|
6
|
+
android: 'monospace',
|
|
7
|
+
default: 'monospace',
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
export const type = {
|
|
11
|
+
display: rf(22),
|
|
12
|
+
h1: rf(18),
|
|
13
|
+
h2: rf(17),
|
|
14
|
+
h3: rf(15),
|
|
15
|
+
body: rf(15),
|
|
16
|
+
sm: rf(14),
|
|
17
|
+
xs: rf(13),
|
|
18
|
+
xxs: rf(12),
|
|
19
|
+
micro: rf(11),
|
|
20
|
+
nano: rf(10), // TabBar/Grid/Citation/Sources 角标/小标签 10pt
|
|
21
|
+
// ── 半档微调(0.5 step,加于"近似 token + delta"反模式收敛) ──
|
|
22
|
+
/** micro(11)与 xxs(12)之间:VersionPill / profileCard / Splash / carousel 副标题。 */
|
|
23
|
+
microPlus: rf(11.5),
|
|
24
|
+
/** xs(13)与 sm(14)之间:Privacy 长文阅读字号。 */
|
|
25
|
+
xsPlus: rf(13.5),
|
|
26
|
+
/** sm(14)与 body/h3(15)之间:dashboard card 标题"小一档 semi"惯例
|
|
27
|
+
* (NewsArea / AssistantCard / ApplicationArea 共用)。 */
|
|
28
|
+
smPlus: rf(14.5),
|
|
29
|
+
/** Hero 区主标题档(一级 brand hero,带 Logo,Login 屏)。 */
|
|
30
|
+
heroLg: rf(26),
|
|
31
|
+
/** Hero 区中等档(独立屏 + NavBar 的二级 hero,ForgotPassword)。 */
|
|
32
|
+
heroMd: rf(22),
|
|
33
|
+
/** Hero 区小档(承接式 hero,Group 选组/选角色子区)。 */
|
|
34
|
+
heroSm: rf(18),
|
|
35
|
+
} as const;
|
|
36
|
+
|
|
37
|
+
export const fw = {
|
|
38
|
+
regular: '400',
|
|
39
|
+
medium: '500',
|
|
40
|
+
semi: '600',
|
|
41
|
+
bold: '700',
|
|
42
|
+
heavy: '800',
|
|
43
|
+
} as const;
|
|
44
|
+
|
|
45
|
+
export const space = {
|
|
46
|
+
'px': r(1),
|
|
47
|
+
'1': r(4),
|
|
48
|
+
'2': r(6),
|
|
49
|
+
'3': r(8),
|
|
50
|
+
'4': r(10),
|
|
51
|
+
'5': r(12),
|
|
52
|
+
'6': r(14),
|
|
53
|
+
'7': r(16),
|
|
54
|
+
'8': r(20),
|
|
55
|
+
'9': r(24),
|
|
56
|
+
'10': r(32),
|
|
57
|
+
} as const;
|
|
58
|
+
|
|
59
|
+
export const radius = {
|
|
60
|
+
'xs': r(4), // Radio/Checkbox/Tag/Citation 内圈 4pt
|
|
61
|
+
'sm': r(6),
|
|
62
|
+
'md': r(8),
|
|
63
|
+
'lg': r(10),
|
|
64
|
+
'xl': r(12),
|
|
65
|
+
'2xl': r(14),
|
|
66
|
+
'3xl': r(18),
|
|
67
|
+
'pill': 999, // big-enough sentinel,不缩放
|
|
68
|
+
} as const;
|
|
69
|
+
|
|
70
|
+
/** 头像容器尺寸阶梯:xs=18 列表 / sm=28 二级 / md=32 默认 / lg=40 卡片 / xl=56 hero。 */
|
|
71
|
+
export const avatar = {
|
|
72
|
+
xs: r(18),
|
|
73
|
+
sm: r(28),
|
|
74
|
+
md: r(32),
|
|
75
|
+
lg: r(40),
|
|
76
|
+
xl: r(56),
|
|
77
|
+
} as const;
|
|
78
|
+
|
|
79
|
+
/** 图标盒尺寸阶梯(IconBox / 浅色 bg + 中心 icon)。
|
|
80
|
+
* icon['2xl'] 与 avatar.xl 同值但语义不同(图标 vs 头像),业务按语义选不要混用。 */
|
|
81
|
+
export const icon = {
|
|
82
|
+
'xs': r(18),
|
|
83
|
+
'sm': r(22),
|
|
84
|
+
'md': r(26),
|
|
85
|
+
'lg': r(30),
|
|
86
|
+
'xl': r(36),
|
|
87
|
+
'2xl': r(56),
|
|
88
|
+
} as const;
|
|
89
|
+
|
|
90
|
+
/** 控件高度阶梯(Button / Stepper / Input / Segmented 通用)。
|
|
91
|
+
* lg 44 数值与 fixed.hitTarget 一致,但 lg 是 scaled / hitTarget 是物理常量,语义不同
|
|
92
|
+
* 不要合用。 */
|
|
93
|
+
export const control = {
|
|
94
|
+
sm: r(28),
|
|
95
|
+
md: r(36),
|
|
96
|
+
lg: r(44),
|
|
97
|
+
} as const;
|
|
98
|
+
|
|
99
|
+
/** 散尺寸 —— 未归到 avatar/icon/control 阶梯的单点常量。 */
|
|
100
|
+
export const dim = {
|
|
101
|
+
/** 发送按钮 32px —— chat PromptInput / 主送出按钮专用,与 avatar.md 同值 */
|
|
102
|
+
sendBtn: r(32),
|
|
103
|
+
} as const;
|
|
104
|
+
|
|
105
|
+
/** 物理常量表 —— **不**参与缩放,在任何设备上保持同一物理尺寸。
|
|
106
|
+
* iOS HIG 要求触控目标 ≥44pt 物理。 */
|
|
107
|
+
export const fixed = {
|
|
108
|
+
hitTarget: 44,
|
|
109
|
+
navbarH: 44,
|
|
110
|
+
tabbarH: 50,
|
|
111
|
+
hairline: StyleSheet.hairlineWidth,
|
|
112
|
+
} as const;
|
|
113
|
+
|
|
114
|
+
export const motion = {
|
|
115
|
+
fast: 150,
|
|
116
|
+
base: 200,
|
|
117
|
+
slow: 300,
|
|
118
|
+
pulse: 1600,
|
|
119
|
+
} as const;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { useContext } from 'react';
|
|
2
|
+
import { ThemeContext, type ThemeContextValue } from './ThemeProvider';
|
|
3
|
+
import { lightColors } from './colors';
|
|
4
|
+
import { lightShadow } from './shadow';
|
|
5
|
+
|
|
6
|
+
const FALLBACK: ThemeContextValue = {
|
|
7
|
+
scheme: 'light',
|
|
8
|
+
colors: lightColors,
|
|
9
|
+
shadow: lightShadow,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export function useTheme(): ThemeContextValue {
|
|
13
|
+
const ctx = useContext(ThemeContext);
|
|
14
|
+
return ctx ?? FALLBACK;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export function useColors() {
|
|
18
|
+
return useTheme().colors;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export function useShadow() {
|
|
22
|
+
return useTheme().shadow;
|
|
23
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
|
+
import type { ImageStyle, TextStyle, ViewStyle } from 'react-native';
|
|
3
|
+
import type { ColorTokens } from './colors';
|
|
4
|
+
import type { ShadowTokens } from './shadow';
|
|
5
|
+
import { useTheme } from './useTheme';
|
|
6
|
+
|
|
7
|
+
/** RN 0.85 strict-api 不再导出 `StyleSheet.NamedStyles`,这里本地保留同名约束:
|
|
8
|
+
* `{ [k]: ViewStyle | TextStyle | ImageStyle }` —— 给 maker 返回值兜底。 */
|
|
9
|
+
type NamedStyles<T> = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle };
|
|
10
|
+
|
|
11
|
+
export type StylesMaker<S extends NamedStyles<S>> = (
|
|
12
|
+
c: ColorTokens,
|
|
13
|
+
s: ShadowTokens
|
|
14
|
+
) => S;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* 接收 (colors, shadow) => StyleSheet 工厂,返回当前主题对应的 themed StyleSheet。
|
|
18
|
+
*
|
|
19
|
+
* 缓存依赖 [colors, shadow, maker]。`maker` 必须定义在模块顶层(不要写在组件内联),
|
|
20
|
+
* 否则引用每次变,缓存失效。ThemeProvider 通过 useMemo([scheme]) 保证主题不变时
|
|
21
|
+
* colors / shadow 引用稳定。
|
|
22
|
+
*/
|
|
23
|
+
export function useThemedStyles<S extends NamedStyles<S>>(
|
|
24
|
+
maker: StylesMaker<S>
|
|
25
|
+
): S {
|
|
26
|
+
const { colors, shadow } = useTheme();
|
|
27
|
+
return useMemo(() => maker(colors, shadow), [colors, shadow, maker]);
|
|
28
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { consoleTransport } from './transports/console';
|
|
2
|
+
import type { LogLevel, LogRecord, LogTransport, Logger } from './types';
|
|
3
|
+
|
|
4
|
+
const LEVEL_RANK: Record<LogLevel, number> = {
|
|
5
|
+
debug: 10,
|
|
6
|
+
info: 20,
|
|
7
|
+
warn: 30,
|
|
8
|
+
error: 40,
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const state = {
|
|
12
|
+
level: (typeof __DEV__ !== 'undefined' && __DEV__
|
|
13
|
+
? 'debug'
|
|
14
|
+
: 'warn') as LogLevel,
|
|
15
|
+
transports: [consoleTransport] as LogTransport[],
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
function emit(
|
|
19
|
+
level: LogLevel,
|
|
20
|
+
scope: string,
|
|
21
|
+
message: string,
|
|
22
|
+
args: unknown[]
|
|
23
|
+
): void {
|
|
24
|
+
if (LEVEL_RANK[level] < LEVEL_RANK[state.level]) return;
|
|
25
|
+
const record: LogRecord = {
|
|
26
|
+
level,
|
|
27
|
+
scope,
|
|
28
|
+
message,
|
|
29
|
+
args,
|
|
30
|
+
ts: Date.now(),
|
|
31
|
+
};
|
|
32
|
+
for (const t of state.transports) {
|
|
33
|
+
try {
|
|
34
|
+
t.log(record);
|
|
35
|
+
} catch {
|
|
36
|
+
/* transport 异常隔离:绝不影响业务调用 */
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export function createLogger(scope: string): Logger {
|
|
42
|
+
return {
|
|
43
|
+
debug: (message: string, ...args: unknown[]) =>
|
|
44
|
+
emit('debug', scope, message, args),
|
|
45
|
+
info: (message: string, ...args: unknown[]) =>
|
|
46
|
+
emit('info', scope, message, args),
|
|
47
|
+
warn: (message: string, ...args: unknown[]) =>
|
|
48
|
+
emit('warn', scope, message, args),
|
|
49
|
+
error: (message: string, ...args: unknown[]) =>
|
|
50
|
+
emit('error', scope, message, args),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function setLogLevel(level: LogLevel): void {
|
|
55
|
+
state.level = level;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function getLogLevel(): LogLevel {
|
|
59
|
+
return state.level;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function addTransport(t: LogTransport): void {
|
|
63
|
+
removeTransport(t.id);
|
|
64
|
+
state.transports.push(t);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function removeTransport(id: string): void {
|
|
68
|
+
state.transports = state.transports.filter((t) => t.id !== id);
|
|
69
|
+
}
|