@sudobility/components-rn 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +252 -0
- package/dist/index.cjs.js +10311 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +116 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +10284 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/lib/utils.d.ts +8 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/ui/ActionButton/ActionButton.d.ts +33 -0
- package/dist/ui/ActionButton/ActionButton.d.ts.map +1 -0
- package/dist/ui/ActionButton/index.d.ts +3 -0
- package/dist/ui/ActionButton/index.d.ts.map +1 -0
- package/dist/ui/AddressLink/AddressLink.d.ts +39 -0
- package/dist/ui/AddressLink/AddressLink.d.ts.map +1 -0
- package/dist/ui/AddressLink/index.d.ts +3 -0
- package/dist/ui/AddressLink/index.d.ts.map +1 -0
- package/dist/ui/Alert/Alert.d.ts +27 -0
- package/dist/ui/Alert/Alert.d.ts.map +1 -0
- package/dist/ui/Alert/index.d.ts +2 -0
- package/dist/ui/Alert/index.d.ts.map +1 -0
- package/dist/ui/AnimatedCounter/AnimatedCounter.d.ts +46 -0
- package/dist/ui/AnimatedCounter/AnimatedCounter.d.ts.map +1 -0
- package/dist/ui/AnimatedCounter/index.d.ts +3 -0
- package/dist/ui/AnimatedCounter/index.d.ts.map +1 -0
- package/dist/ui/AnimatedSection/AnimatedSection.d.ts +47 -0
- package/dist/ui/AnimatedSection/AnimatedSection.d.ts.map +1 -0
- package/dist/ui/AnimatedSection/index.d.ts +3 -0
- package/dist/ui/AnimatedSection/index.d.ts.map +1 -0
- package/dist/ui/AspectRatio/AspectRatio.d.ts +33 -0
- package/dist/ui/AspectRatio/AspectRatio.d.ts.map +1 -0
- package/dist/ui/AspectRatio/index.d.ts +3 -0
- package/dist/ui/AspectRatio/index.d.ts.map +1 -0
- package/dist/ui/Avatar/Avatar.d.ts +52 -0
- package/dist/ui/Avatar/Avatar.d.ts.map +1 -0
- package/dist/ui/Avatar/index.d.ts +3 -0
- package/dist/ui/Avatar/index.d.ts.map +1 -0
- package/dist/ui/Backdrop/Backdrop.d.ts +41 -0
- package/dist/ui/Backdrop/Backdrop.d.ts.map +1 -0
- package/dist/ui/Backdrop/index.d.ts +3 -0
- package/dist/ui/Backdrop/index.d.ts.map +1 -0
- package/dist/ui/Badge/Badge.d.ts +44 -0
- package/dist/ui/Badge/Badge.d.ts.map +1 -0
- package/dist/ui/Badge/index.d.ts +3 -0
- package/dist/ui/Badge/index.d.ts.map +1 -0
- package/dist/ui/Box/Box.d.ts +47 -0
- package/dist/ui/Box/Box.d.ts.map +1 -0
- package/dist/ui/Box/index.d.ts +3 -0
- package/dist/ui/Box/index.d.ts.map +1 -0
- package/dist/ui/Breadcrumb/Breadcrumb.d.ts +51 -0
- package/dist/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/ui/Breadcrumb/index.d.ts +3 -0
- package/dist/ui/Breadcrumb/index.d.ts.map +1 -0
- package/dist/ui/BreadcrumbNav/BreadcrumbNav.d.ts +34 -0
- package/dist/ui/BreadcrumbNav/BreadcrumbNav.d.ts.map +1 -0
- package/dist/ui/BreadcrumbNav/index.d.ts +2 -0
- package/dist/ui/BreadcrumbNav/index.d.ts.map +1 -0
- package/dist/ui/Button/Button.d.ts +29 -0
- package/dist/ui/Button/Button.d.ts.map +1 -0
- package/dist/ui/Button/Button.shared.d.ts +28 -0
- package/dist/ui/Button/Button.shared.d.ts.map +1 -0
- package/dist/ui/Button/index.d.ts +3 -0
- package/dist/ui/Button/index.d.ts.map +1 -0
- package/dist/ui/CTASection/CTASection.d.ts +44 -0
- package/dist/ui/CTASection/CTASection.d.ts.map +1 -0
- package/dist/ui/CTASection/index.d.ts +2 -0
- package/dist/ui/CTASection/index.d.ts.map +1 -0
- package/dist/ui/Calendar/Calendar.d.ts +34 -0
- package/dist/ui/Calendar/Calendar.d.ts.map +1 -0
- package/dist/ui/Calendar/index.d.ts +3 -0
- package/dist/ui/Calendar/index.d.ts.map +1 -0
- package/dist/ui/Card/Card.d.ts +22 -0
- package/dist/ui/Card/Card.d.ts.map +1 -0
- package/dist/ui/Card/index.d.ts +2 -0
- package/dist/ui/Card/index.d.ts.map +1 -0
- package/dist/ui/Center/Center.d.ts +31 -0
- package/dist/ui/Center/Center.d.ts.map +1 -0
- package/dist/ui/Center/index.d.ts +3 -0
- package/dist/ui/Center/index.d.ts.map +1 -0
- package/dist/ui/ChainBadge.d.ts +10 -0
- package/dist/ui/ChainBadge.d.ts.map +1 -0
- package/dist/ui/Checkbox/Checkbox.d.ts +54 -0
- package/dist/ui/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/ui/Checkbox/index.d.ts +3 -0
- package/dist/ui/Checkbox/index.d.ts.map +1 -0
- package/dist/ui/Code/Code.d.ts +30 -0
- package/dist/ui/Code/Code.d.ts.map +1 -0
- package/dist/ui/Code/index.d.ts +3 -0
- package/dist/ui/Code/index.d.ts.map +1 -0
- package/dist/ui/CodeDisplay/CodeDisplay.d.ts +40 -0
- package/dist/ui/CodeDisplay/CodeDisplay.d.ts.map +1 -0
- package/dist/ui/CodeDisplay/index.d.ts +3 -0
- package/dist/ui/CodeDisplay/index.d.ts.map +1 -0
- package/dist/ui/CollapsibleSection/CollapsibleSection.d.ts +52 -0
- package/dist/ui/CollapsibleSection/CollapsibleSection.d.ts.map +1 -0
- package/dist/ui/CollapsibleSection/index.d.ts +2 -0
- package/dist/ui/CollapsibleSection/index.d.ts.map +1 -0
- package/dist/ui/Combobox/Combobox.d.ts +49 -0
- package/dist/ui/Combobox/Combobox.d.ts.map +1 -0
- package/dist/ui/Combobox/index.d.ts +3 -0
- package/dist/ui/Combobox/index.d.ts.map +1 -0
- package/dist/ui/Command/Command.d.ts +52 -0
- package/dist/ui/Command/Command.d.ts.map +1 -0
- package/dist/ui/Command/index.d.ts +2 -0
- package/dist/ui/Command/index.d.ts.map +1 -0
- package/dist/ui/Container/Container.d.ts +35 -0
- package/dist/ui/Container/Container.d.ts.map +1 -0
- package/dist/ui/Container/index.d.ts +3 -0
- package/dist/ui/Container/index.d.ts.map +1 -0
- package/dist/ui/DashboardStatCard/DashboardStatCard.d.ts +36 -0
- package/dist/ui/DashboardStatCard/DashboardStatCard.d.ts.map +1 -0
- package/dist/ui/DashboardStatCard/index.d.ts +2 -0
- package/dist/ui/DashboardStatCard/index.d.ts.map +1 -0
- package/dist/ui/DataList/DataList.d.ts +53 -0
- package/dist/ui/DataList/DataList.d.ts.map +1 -0
- package/dist/ui/DataList/index.d.ts +3 -0
- package/dist/ui/DataList/index.d.ts.map +1 -0
- package/dist/ui/DateInput/DateInput.d.ts +45 -0
- package/dist/ui/DateInput/DateInput.d.ts.map +1 -0
- package/dist/ui/DateInput/index.d.ts +3 -0
- package/dist/ui/DateInput/index.d.ts.map +1 -0
- package/dist/ui/DateTimePicker/DateTimePicker.d.ts +39 -0
- package/dist/ui/DateTimePicker/DateTimePicker.d.ts.map +1 -0
- package/dist/ui/DateTimePicker/index.d.ts +3 -0
- package/dist/ui/DateTimePicker/index.d.ts.map +1 -0
- package/dist/ui/Dialog/Dialog.d.ts +35 -0
- package/dist/ui/Dialog/Dialog.d.ts.map +1 -0
- package/dist/ui/Dialog/index.d.ts +3 -0
- package/dist/ui/Dialog/index.d.ts.map +1 -0
- package/dist/ui/Divider/Divider.d.ts +45 -0
- package/dist/ui/Divider/Divider.d.ts.map +1 -0
- package/dist/ui/Divider/index.d.ts +3 -0
- package/dist/ui/Divider/index.d.ts.map +1 -0
- package/dist/ui/Dropdown/Dropdown.d.ts +46 -0
- package/dist/ui/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/ui/Dropdown/index.d.ts +3 -0
- package/dist/ui/Dropdown/index.d.ts.map +1 -0
- package/dist/ui/EmptyState/EmptyState.d.ts +43 -0
- package/dist/ui/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/ui/EmptyState/index.d.ts +3 -0
- package/dist/ui/EmptyState/index.d.ts.map +1 -0
- package/dist/ui/ExternalLink/ExternalLink.d.ts +45 -0
- package/dist/ui/ExternalLink/ExternalLink.d.ts.map +1 -0
- package/dist/ui/ExternalLink/index.d.ts +3 -0
- package/dist/ui/ExternalLink/index.d.ts.map +1 -0
- package/dist/ui/FeatureCard/FeatureCard.d.ts +47 -0
- package/dist/ui/FeatureCard/FeatureCard.d.ts.map +1 -0
- package/dist/ui/FeatureCard/index.d.ts +2 -0
- package/dist/ui/FeatureCard/index.d.ts.map +1 -0
- package/dist/ui/FeatureGrid/FeatureGrid.d.ts +51 -0
- package/dist/ui/FeatureGrid/FeatureGrid.d.ts.map +1 -0
- package/dist/ui/FeatureGrid/index.d.ts +2 -0
- package/dist/ui/FeatureGrid/index.d.ts.map +1 -0
- package/dist/ui/FileInput/FileInput.d.ts +54 -0
- package/dist/ui/FileInput/FileInput.d.ts.map +1 -0
- package/dist/ui/FileInput/index.d.ts +3 -0
- package/dist/ui/FileInput/index.d.ts.map +1 -0
- package/dist/ui/Flex/Flex.d.ts +40 -0
- package/dist/ui/Flex/Flex.d.ts.map +1 -0
- package/dist/ui/Flex/index.d.ts +3 -0
- package/dist/ui/Flex/index.d.ts.map +1 -0
- package/dist/ui/FloatingPanel/FloatingPanel.d.ts +38 -0
- package/dist/ui/FloatingPanel/FloatingPanel.d.ts.map +1 -0
- package/dist/ui/FloatingPanel/index.d.ts +3 -0
- package/dist/ui/FloatingPanel/index.d.ts.map +1 -0
- package/dist/ui/FormAlerts/FormAlerts.d.ts +38 -0
- package/dist/ui/FormAlerts/FormAlerts.d.ts.map +1 -0
- package/dist/ui/FormAlerts/index.d.ts +3 -0
- package/dist/ui/FormAlerts/index.d.ts.map +1 -0
- package/dist/ui/FormattedNumber/FormattedNumber.d.ts +47 -0
- package/dist/ui/FormattedNumber/FormattedNumber.d.ts.map +1 -0
- package/dist/ui/FormattedNumber/index.d.ts +3 -0
- package/dist/ui/FormattedNumber/index.d.ts.map +1 -0
- package/dist/ui/GradientIconContainer/GradientIconContainer.d.ts +28 -0
- package/dist/ui/GradientIconContainer/GradientIconContainer.d.ts.map +1 -0
- package/dist/ui/GradientIconContainer/index.d.ts +3 -0
- package/dist/ui/GradientIconContainer/index.d.ts.map +1 -0
- package/dist/ui/Grid/Grid.d.ts +55 -0
- package/dist/ui/Grid/Grid.d.ts.map +1 -0
- package/dist/ui/Grid/index.d.ts +3 -0
- package/dist/ui/Grid/index.d.ts.map +1 -0
- package/dist/ui/Heading/Heading.d.ts +39 -0
- package/dist/ui/Heading/Heading.d.ts.map +1 -0
- package/dist/ui/Heading/index.d.ts +3 -0
- package/dist/ui/Heading/index.d.ts.map +1 -0
- package/dist/ui/HelperText/HelperText.d.ts +36 -0
- package/dist/ui/HelperText/HelperText.d.ts.map +1 -0
- package/dist/ui/HelperText/index.d.ts +3 -0
- package/dist/ui/HelperText/index.d.ts.map +1 -0
- package/dist/ui/IconContainer/IconContainer.d.ts +28 -0
- package/dist/ui/IconContainer/IconContainer.d.ts.map +1 -0
- package/dist/ui/IconContainer/index.d.ts +3 -0
- package/dist/ui/IconContainer/index.d.ts.map +1 -0
- package/dist/ui/IconText/IconText.d.ts +46 -0
- package/dist/ui/IconText/IconText.d.ts.map +1 -0
- package/dist/ui/IconText/index.d.ts +3 -0
- package/dist/ui/IconText/index.d.ts.map +1 -0
- package/dist/ui/InfiniteScroll/InfiniteScroll.d.ts +55 -0
- package/dist/ui/InfiniteScroll/InfiniteScroll.d.ts.map +1 -0
- package/dist/ui/InfiniteScroll/index.d.ts +3 -0
- package/dist/ui/InfiniteScroll/index.d.ts.map +1 -0
- package/dist/ui/InfoBox/InfoBox.d.ts +40 -0
- package/dist/ui/InfoBox/InfoBox.d.ts.map +1 -0
- package/dist/ui/InfoBox/index.d.ts +3 -0
- package/dist/ui/InfoBox/index.d.ts.map +1 -0
- package/dist/ui/Input/Input.d.ts +25 -0
- package/dist/ui/Input/Input.d.ts.map +1 -0
- package/dist/ui/Input/index.d.ts +2 -0
- package/dist/ui/Input/index.d.ts.map +1 -0
- package/dist/ui/Kbd/Kbd.d.ts +31 -0
- package/dist/ui/Kbd/Kbd.d.ts.map +1 -0
- package/dist/ui/Kbd/index.d.ts +2 -0
- package/dist/ui/Kbd/index.d.ts.map +1 -0
- package/dist/ui/KeyValuePair/KeyValuePair.d.ts +42 -0
- package/dist/ui/KeyValuePair/KeyValuePair.d.ts.map +1 -0
- package/dist/ui/KeyValuePair/index.d.ts +2 -0
- package/dist/ui/KeyValuePair/index.d.ts.map +1 -0
- package/dist/ui/Label/Label.d.ts +31 -0
- package/dist/ui/Label/Label.d.ts.map +1 -0
- package/dist/ui/Label/index.d.ts +3 -0
- package/dist/ui/Label/index.d.ts.map +1 -0
- package/dist/ui/Link/Link.d.ts +41 -0
- package/dist/ui/Link/Link.d.ts.map +1 -0
- package/dist/ui/Link/index.d.ts +3 -0
- package/dist/ui/Link/index.d.ts.map +1 -0
- package/dist/ui/List/List.d.ts +60 -0
- package/dist/ui/List/List.d.ts.map +1 -0
- package/dist/ui/List/index.d.ts +3 -0
- package/dist/ui/List/index.d.ts.map +1 -0
- package/dist/ui/ListItemWithAction/ListItemWithAction.d.ts +39 -0
- package/dist/ui/ListItemWithAction/ListItemWithAction.d.ts.map +1 -0
- package/dist/ui/ListItemWithAction/index.d.ts +3 -0
- package/dist/ui/ListItemWithAction/index.d.ts.map +1 -0
- package/dist/ui/LoadingDots/LoadingDots.d.ts +22 -0
- package/dist/ui/LoadingDots/LoadingDots.d.ts.map +1 -0
- package/dist/ui/LoadingDots/index.d.ts +3 -0
- package/dist/ui/LoadingDots/index.d.ts.map +1 -0
- package/dist/ui/LoadingOverlay/LoadingOverlay.d.ts +40 -0
- package/dist/ui/LoadingOverlay/LoadingOverlay.d.ts.map +1 -0
- package/dist/ui/LoadingOverlay/index.d.ts +3 -0
- package/dist/ui/LoadingOverlay/index.d.ts.map +1 -0
- package/dist/ui/Logo/Logo.d.ts +36 -0
- package/dist/ui/Logo/Logo.d.ts.map +1 -0
- package/dist/ui/Logo/index.d.ts +3 -0
- package/dist/ui/Logo/index.d.ts.map +1 -0
- package/dist/ui/Masonry/Masonry.d.ts +26 -0
- package/dist/ui/Masonry/Masonry.d.ts.map +1 -0
- package/dist/ui/Masonry/index.d.ts +3 -0
- package/dist/ui/Masonry/index.d.ts.map +1 -0
- package/dist/ui/MasterDetailLayout/MasterDetailLayout.d.ts +65 -0
- package/dist/ui/MasterDetailLayout/MasterDetailLayout.d.ts.map +1 -0
- package/dist/ui/MasterDetailLayout/index.d.ts +2 -0
- package/dist/ui/MasterDetailLayout/index.d.ts.map +1 -0
- package/dist/ui/Modal/Modal.d.ts +67 -0
- package/dist/ui/Modal/Modal.d.ts.map +1 -0
- package/dist/ui/Modal/index.d.ts +3 -0
- package/dist/ui/Modal/index.d.ts.map +1 -0
- package/dist/ui/MultiSelect/MultiSelect.d.ts +48 -0
- package/dist/ui/MultiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/ui/MultiSelect/index.d.ts +3 -0
- package/dist/ui/MultiSelect/index.d.ts.map +1 -0
- package/dist/ui/NavigationList/NavigationList.d.ts +57 -0
- package/dist/ui/NavigationList/NavigationList.d.ts.map +1 -0
- package/dist/ui/NavigationList/index.d.ts +3 -0
- package/dist/ui/NavigationList/index.d.ts.map +1 -0
- package/dist/ui/NumberInput/NumberInput.d.ts +56 -0
- package/dist/ui/NumberInput/NumberInput.d.ts.map +1 -0
- package/dist/ui/NumberInput/index.d.ts +3 -0
- package/dist/ui/NumberInput/index.d.ts.map +1 -0
- package/dist/ui/Overlay/Overlay.d.ts +33 -0
- package/dist/ui/Overlay/Overlay.d.ts.map +1 -0
- package/dist/ui/Overlay/index.d.ts +3 -0
- package/dist/ui/Overlay/index.d.ts.map +1 -0
- package/dist/ui/PageContainer/PageContainer.d.ts +43 -0
- package/dist/ui/PageContainer/PageContainer.d.ts.map +1 -0
- package/dist/ui/PageContainer/index.d.ts +3 -0
- package/dist/ui/PageContainer/index.d.ts.map +1 -0
- package/dist/ui/PageHeader/PageHeader.d.ts +24 -0
- package/dist/ui/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/ui/PageHeader/index.d.ts +2 -0
- package/dist/ui/PageHeader/index.d.ts.map +1 -0
- package/dist/ui/PageSectionHeader/PageSectionHeader.d.ts +49 -0
- package/dist/ui/PageSectionHeader/PageSectionHeader.d.ts.map +1 -0
- package/dist/ui/PageSectionHeader/index.d.ts +3 -0
- package/dist/ui/PageSectionHeader/index.d.ts.map +1 -0
- package/dist/ui/Pagination/Pagination.d.ts +50 -0
- package/dist/ui/Pagination/Pagination.d.ts.map +1 -0
- package/dist/ui/Pagination/index.d.ts +3 -0
- package/dist/ui/Pagination/index.d.ts.map +1 -0
- package/dist/ui/PhoneInput/PhoneInput.d.ts +47 -0
- package/dist/ui/PhoneInput/PhoneInput.d.ts.map +1 -0
- package/dist/ui/PhoneInput/index.d.ts +3 -0
- package/dist/ui/PhoneInput/index.d.ts.map +1 -0
- package/dist/ui/Popover/Popover.d.ts +32 -0
- package/dist/ui/Popover/Popover.d.ts.map +1 -0
- package/dist/ui/Popover/index.d.ts +3 -0
- package/dist/ui/Popover/index.d.ts.map +1 -0
- package/dist/ui/Progress/Progress.d.ts +67 -0
- package/dist/ui/Progress/Progress.d.ts.map +1 -0
- package/dist/ui/Progress/index.d.ts +3 -0
- package/dist/ui/Progress/index.d.ts.map +1 -0
- package/dist/ui/ProgressCircle/ProgressCircle.d.ts +40 -0
- package/dist/ui/ProgressCircle/ProgressCircle.d.ts.map +1 -0
- package/dist/ui/ProgressCircle/index.d.ts +3 -0
- package/dist/ui/ProgressCircle/index.d.ts.map +1 -0
- package/dist/ui/PromotionalBanner/PromotionalBanner.d.ts +37 -0
- package/dist/ui/PromotionalBanner/PromotionalBanner.d.ts.map +1 -0
- package/dist/ui/PromotionalBanner/index.d.ts +2 -0
- package/dist/ui/PromotionalBanner/index.d.ts.map +1 -0
- package/dist/ui/QuickActions/QuickActions.d.ts +46 -0
- package/dist/ui/QuickActions/QuickActions.d.ts.map +1 -0
- package/dist/ui/QuickActions/index.d.ts +3 -0
- package/dist/ui/QuickActions/index.d.ts.map +1 -0
- package/dist/ui/ScrollArea/ScrollArea.d.ts +39 -0
- package/dist/ui/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/ui/ScrollArea/index.d.ts +3 -0
- package/dist/ui/ScrollArea/index.d.ts.map +1 -0
- package/dist/ui/ScrollSpy/ScrollSpy.d.ts +111 -0
- package/dist/ui/ScrollSpy/ScrollSpy.d.ts.map +1 -0
- package/dist/ui/ScrollSpy/index.d.ts +2 -0
- package/dist/ui/ScrollSpy/index.d.ts.map +1 -0
- package/dist/ui/SearchInput/SearchInput.d.ts +39 -0
- package/dist/ui/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/ui/SearchInput/index.d.ts +3 -0
- package/dist/ui/SearchInput/index.d.ts.map +1 -0
- package/dist/ui/SectionBadge/SectionBadge.d.ts +30 -0
- package/dist/ui/SectionBadge/SectionBadge.d.ts.map +1 -0
- package/dist/ui/SectionBadge/index.d.ts +3 -0
- package/dist/ui/SectionBadge/index.d.ts.map +1 -0
- package/dist/ui/SectionHeader/SectionHeader.d.ts +33 -0
- package/dist/ui/SectionHeader/SectionHeader.d.ts.map +1 -0
- package/dist/ui/SectionHeader/index.d.ts +3 -0
- package/dist/ui/SectionHeader/index.d.ts.map +1 -0
- package/dist/ui/Select/Select.d.ts +54 -0
- package/dist/ui/Select/Select.d.ts.map +1 -0
- package/dist/ui/Select/index.d.ts +3 -0
- package/dist/ui/Select/index.d.ts.map +1 -0
- package/dist/ui/Separator/Separator.d.ts +37 -0
- package/dist/ui/Separator/Separator.d.ts.map +1 -0
- package/dist/ui/Separator/index.d.ts +3 -0
- package/dist/ui/Separator/index.d.ts.map +1 -0
- package/dist/ui/SettingsList/SettingsList.d.ts +51 -0
- package/dist/ui/SettingsList/SettingsList.d.ts.map +1 -0
- package/dist/ui/SettingsList/index.d.ts +3 -0
- package/dist/ui/SettingsList/index.d.ts.map +1 -0
- package/dist/ui/Sheet/Sheet.d.ts +46 -0
- package/dist/ui/Sheet/Sheet.d.ts.map +1 -0
- package/dist/ui/Sheet/index.d.ts +3 -0
- package/dist/ui/Sheet/index.d.ts.map +1 -0
- package/dist/ui/SideNav/SideNav.d.ts +39 -0
- package/dist/ui/SideNav/SideNav.d.ts.map +1 -0
- package/dist/ui/SideNav/index.d.ts +3 -0
- package/dist/ui/SideNav/index.d.ts.map +1 -0
- package/dist/ui/Skeleton/Skeleton.d.ts +54 -0
- package/dist/ui/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/ui/Skeleton/index.d.ts +3 -0
- package/dist/ui/Skeleton/index.d.ts.map +1 -0
- package/dist/ui/SmartLink/SmartLink.d.ts +67 -0
- package/dist/ui/SmartLink/SmartLink.d.ts.map +1 -0
- package/dist/ui/SmartLink/index.d.ts +2 -0
- package/dist/ui/SmartLink/index.d.ts.map +1 -0
- package/dist/ui/Spacer/Spacer.d.ts +37 -0
- package/dist/ui/Spacer/Spacer.d.ts.map +1 -0
- package/dist/ui/Spacer/index.d.ts +3 -0
- package/dist/ui/Spacer/index.d.ts.map +1 -0
- package/dist/ui/Spinner/Spinner.d.ts +19 -0
- package/dist/ui/Spinner/Spinner.d.ts.map +1 -0
- package/dist/ui/Spinner/index.d.ts +2 -0
- package/dist/ui/Spinner/index.d.ts.map +1 -0
- package/dist/ui/SplitPane/SplitPane.d.ts +45 -0
- package/dist/ui/SplitPane/SplitPane.d.ts.map +1 -0
- package/dist/ui/SplitPane/index.d.ts +2 -0
- package/dist/ui/SplitPane/index.d.ts.map +1 -0
- package/dist/ui/Stack/Stack.d.ts +60 -0
- package/dist/ui/Stack/Stack.d.ts.map +1 -0
- package/dist/ui/Stack/index.d.ts +3 -0
- package/dist/ui/Stack/index.d.ts.map +1 -0
- package/dist/ui/StandardPageLayout/StandardPageLayout.d.ts +27 -0
- package/dist/ui/StandardPageLayout/StandardPageLayout.d.ts.map +1 -0
- package/dist/ui/StandardPageLayout/index.d.ts +2 -0
- package/dist/ui/StandardPageLayout/index.d.ts.map +1 -0
- package/dist/ui/StatDisplay/StatDisplay.d.ts +33 -0
- package/dist/ui/StatDisplay/StatDisplay.d.ts.map +1 -0
- package/dist/ui/StatDisplay/index.d.ts +2 -0
- package/dist/ui/StatDisplay/index.d.ts.map +1 -0
- package/dist/ui/StepList/StepList.d.ts +40 -0
- package/dist/ui/StepList/StepList.d.ts.map +1 -0
- package/dist/ui/StepList/index.d.ts +2 -0
- package/dist/ui/StepList/index.d.ts.map +1 -0
- package/dist/ui/Switch/Switch.d.ts +36 -0
- package/dist/ui/Switch/Switch.d.ts.map +1 -0
- package/dist/ui/Switch/index.d.ts +3 -0
- package/dist/ui/Switch/index.d.ts.map +1 -0
- package/dist/ui/Table/Table.d.ts +66 -0
- package/dist/ui/Table/Table.d.ts.map +1 -0
- package/dist/ui/Table/index.d.ts +2 -0
- package/dist/ui/Table/index.d.ts.map +1 -0
- package/dist/ui/Tabs/Tabs.d.ts +73 -0
- package/dist/ui/Tabs/Tabs.d.ts.map +1 -0
- package/dist/ui/Tabs/index.d.ts +3 -0
- package/dist/ui/Tabs/index.d.ts.map +1 -0
- package/dist/ui/Text/Text.d.ts +41 -0
- package/dist/ui/Text/Text.d.ts.map +1 -0
- package/dist/ui/Text/index.d.ts +3 -0
- package/dist/ui/Text/index.d.ts.map +1 -0
- package/dist/ui/TextArea/TextArea.d.ts +54 -0
- package/dist/ui/TextArea/TextArea.d.ts.map +1 -0
- package/dist/ui/TextArea/index.d.ts +3 -0
- package/dist/ui/TextArea/index.d.ts.map +1 -0
- package/dist/ui/TextInputModal/TextInputModal.d.ts +52 -0
- package/dist/ui/TextInputModal/TextInputModal.d.ts.map +1 -0
- package/dist/ui/TextInputModal/index.d.ts +3 -0
- package/dist/ui/TextInputModal/index.d.ts.map +1 -0
- package/dist/ui/TimePicker/TimePicker.d.ts +33 -0
- package/dist/ui/TimePicker/TimePicker.d.ts.map +1 -0
- package/dist/ui/TimePicker/index.d.ts +3 -0
- package/dist/ui/TimePicker/index.d.ts.map +1 -0
- package/dist/ui/Toast/Toast.d.ts +61 -0
- package/dist/ui/Toast/Toast.d.ts.map +1 -0
- package/dist/ui/Toast/index.d.ts +3 -0
- package/dist/ui/Toast/index.d.ts.map +1 -0
- package/dist/ui/Tooltip/Tooltip.d.ts +39 -0
- package/dist/ui/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/ui/Tooltip/index.d.ts +3 -0
- package/dist/ui/Tooltip/index.d.ts.map +1 -0
- package/dist/ui/TransferList/TransferList.d.ts +58 -0
- package/dist/ui/TransferList/TransferList.d.ts.map +1 -0
- package/dist/ui/TransferList/index.d.ts +3 -0
- package/dist/ui/TransferList/index.d.ts.map +1 -0
- package/dist/ui/TreeView/TreeView.d.ts +49 -0
- package/dist/ui/TreeView/TreeView.d.ts.map +1 -0
- package/dist/ui/TreeView/index.d.ts +3 -0
- package/dist/ui/TreeView/index.d.ts.map +1 -0
- package/dist/ui/TruncatedText/TruncatedText.d.ts +38 -0
- package/dist/ui/TruncatedText/TruncatedText.d.ts.map +1 -0
- package/dist/ui/TruncatedText/index.d.ts +3 -0
- package/dist/ui/TruncatedText/index.d.ts.map +1 -0
- package/dist/ui/VirtualList/VirtualList.d.ts +115 -0
- package/dist/ui/VirtualList/VirtualList.d.ts.map +1 -0
- package/dist/ui/VirtualList/index.d.ts +2 -0
- package/dist/ui/VirtualList/index.d.ts.map +1 -0
- package/dist/ui/VisuallyHidden/VisuallyHidden.d.ts +21 -0
- package/dist/ui/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/ui/VisuallyHidden/index.d.ts +3 -0
- package/dist/ui/VisuallyHidden/index.d.ts.map +1 -0
- package/package.json +104 -0
- package/src/index.ts +194 -0
- package/src/lib/utils.ts +10 -0
- package/src/nativewind-env.d.ts +57 -0
- package/src/ui/ActionButton/ActionButton.tsx +56 -0
- package/src/ui/ActionButton/index.ts +2 -0
- package/src/ui/AddressLink/AddressLink.tsx +189 -0
- package/src/ui/AddressLink/index.ts +2 -0
- package/src/ui/Alert/Alert.tsx +75 -0
- package/src/ui/Alert/index.ts +1 -0
- package/src/ui/AnimatedCounter/AnimatedCounter.tsx +110 -0
- package/src/ui/AnimatedCounter/index.ts +2 -0
- package/src/ui/AnimatedSection/AnimatedSection.tsx +176 -0
- package/src/ui/AnimatedSection/index.ts +7 -0
- package/src/ui/AspectRatio/AspectRatio.tsx +69 -0
- package/src/ui/AspectRatio/index.ts +2 -0
- package/src/ui/Avatar/Avatar.tsx +243 -0
- package/src/ui/Avatar/index.ts +2 -0
- package/src/ui/Backdrop/Backdrop.tsx +85 -0
- package/src/ui/Backdrop/index.ts +2 -0
- package/src/ui/Badge/Badge.tsx +198 -0
- package/src/ui/Badge/index.ts +2 -0
- package/src/ui/Box/Box.tsx +167 -0
- package/src/ui/Box/index.ts +2 -0
- package/src/ui/Breadcrumb/Breadcrumb.tsx +199 -0
- package/src/ui/Breadcrumb/index.ts +2 -0
- package/src/ui/BreadcrumbNav/BreadcrumbNav.tsx +75 -0
- package/src/ui/BreadcrumbNav/index.ts +1 -0
- package/src/ui/Button/Button.shared.ts +83 -0
- package/src/ui/Button/Button.tsx +139 -0
- package/src/ui/Button/index.ts +2 -0
- package/src/ui/CTASection/CTASection.tsx +146 -0
- package/src/ui/CTASection/index.ts +1 -0
- package/src/ui/Calendar/Calendar.tsx +242 -0
- package/src/ui/Calendar/index.ts +2 -0
- package/src/ui/Card/Card.tsx +133 -0
- package/src/ui/Card/index.ts +7 -0
- package/src/ui/Center/Center.tsx +54 -0
- package/src/ui/Center/index.ts +2 -0
- package/src/ui/ChainBadge.tsx +85 -0
- package/src/ui/Checkbox/Checkbox.tsx +200 -0
- package/src/ui/Checkbox/index.ts +2 -0
- package/src/ui/Code/Code.tsx +81 -0
- package/src/ui/Code/index.ts +2 -0
- package/src/ui/CodeDisplay/CodeDisplay.tsx +148 -0
- package/src/ui/CodeDisplay/index.ts +2 -0
- package/src/ui/CollapsibleSection/CollapsibleSection.tsx +190 -0
- package/src/ui/CollapsibleSection/index.ts +1 -0
- package/src/ui/Combobox/Combobox.tsx +216 -0
- package/src/ui/Combobox/index.ts +2 -0
- package/src/ui/Command/Command.tsx +252 -0
- package/src/ui/Command/index.ts +1 -0
- package/src/ui/Container/Container.tsx +82 -0
- package/src/ui/Container/index.ts +2 -0
- package/src/ui/DashboardStatCard/DashboardStatCard.tsx +101 -0
- package/src/ui/DashboardStatCard/index.ts +1 -0
- package/src/ui/DataList/DataList.tsx +156 -0
- package/src/ui/DataList/index.ts +2 -0
- package/src/ui/DateInput/DateInput.tsx +174 -0
- package/src/ui/DateInput/index.ts +2 -0
- package/src/ui/DateTimePicker/DateTimePicker.tsx +231 -0
- package/src/ui/DateTimePicker/index.ts +2 -0
- package/src/ui/Dialog/Dialog.tsx +145 -0
- package/src/ui/Dialog/index.ts +2 -0
- package/src/ui/Divider/Divider.tsx +166 -0
- package/src/ui/Divider/index.ts +2 -0
- package/src/ui/Dropdown/Dropdown.tsx +176 -0
- package/src/ui/Dropdown/index.ts +2 -0
- package/src/ui/EmptyState/EmptyState.tsx +118 -0
- package/src/ui/EmptyState/index.ts +2 -0
- package/src/ui/ExternalLink/ExternalLink.tsx +112 -0
- package/src/ui/ExternalLink/index.ts +2 -0
- package/src/ui/FeatureCard/FeatureCard.tsx +221 -0
- package/src/ui/FeatureCard/index.ts +1 -0
- package/src/ui/FeatureGrid/FeatureGrid.tsx +181 -0
- package/src/ui/FeatureGrid/index.ts +1 -0
- package/src/ui/FileInput/FileInput.tsx +216 -0
- package/src/ui/FileInput/index.ts +2 -0
- package/src/ui/Flex/Flex.tsx +116 -0
- package/src/ui/Flex/index.ts +2 -0
- package/src/ui/FloatingPanel/FloatingPanel.tsx +122 -0
- package/src/ui/FloatingPanel/index.ts +2 -0
- package/src/ui/FormAlerts/FormAlerts.tsx +81 -0
- package/src/ui/FormAlerts/index.ts +2 -0
- package/src/ui/FormattedNumber/FormattedNumber.tsx +82 -0
- package/src/ui/FormattedNumber/index.ts +2 -0
- package/src/ui/GradientIconContainer/GradientIconContainer.tsx +84 -0
- package/src/ui/GradientIconContainer/index.ts +2 -0
- package/src/ui/Grid/Grid.tsx +144 -0
- package/src/ui/Grid/index.ts +2 -0
- package/src/ui/Heading/Heading.tsx +112 -0
- package/src/ui/Heading/index.ts +2 -0
- package/src/ui/HelperText/HelperText.tsx +91 -0
- package/src/ui/HelperText/index.ts +2 -0
- package/src/ui/IconContainer/IconContainer.tsx +82 -0
- package/src/ui/IconContainer/index.ts +2 -0
- package/src/ui/IconText/IconText.tsx +120 -0
- package/src/ui/IconText/index.ts +2 -0
- package/src/ui/InfiniteScroll/InfiniteScroll.tsx +192 -0
- package/src/ui/InfiniteScroll/index.ts +2 -0
- package/src/ui/InfoBox/InfoBox.tsx +120 -0
- package/src/ui/InfoBox/index.ts +2 -0
- package/src/ui/Input/Input.tsx +74 -0
- package/src/ui/Input/index.ts +1 -0
- package/src/ui/Kbd/Kbd.tsx +71 -0
- package/src/ui/Kbd/index.ts +1 -0
- package/src/ui/KeyValuePair/KeyValuePair.tsx +128 -0
- package/src/ui/KeyValuePair/index.ts +1 -0
- package/src/ui/Label/Label.tsx +54 -0
- package/src/ui/Label/index.ts +2 -0
- package/src/ui/Link/Link.tsx +104 -0
- package/src/ui/Link/index.ts +2 -0
- package/src/ui/List/List.tsx +182 -0
- package/src/ui/List/index.ts +2 -0
- package/src/ui/ListItemWithAction/ListItemWithAction.tsx +114 -0
- package/src/ui/ListItemWithAction/index.ts +2 -0
- package/src/ui/LoadingDots/LoadingDots.tsx +118 -0
- package/src/ui/LoadingDots/index.ts +2 -0
- package/src/ui/LoadingOverlay/LoadingOverlay.tsx +89 -0
- package/src/ui/LoadingOverlay/index.ts +2 -0
- package/src/ui/Logo/Logo.tsx +129 -0
- package/src/ui/Logo/index.ts +2 -0
- package/src/ui/Masonry/Masonry.tsx +57 -0
- package/src/ui/Masonry/index.ts +2 -0
- package/src/ui/MasterDetailLayout/MasterDetailLayout.tsx +272 -0
- package/src/ui/MasterDetailLayout/index.ts +1 -0
- package/src/ui/Modal/Modal.tsx +189 -0
- package/src/ui/Modal/index.ts +7 -0
- package/src/ui/MultiSelect/MultiSelect.tsx +283 -0
- package/src/ui/MultiSelect/index.ts +2 -0
- package/src/ui/NavigationList/NavigationList.tsx +138 -0
- package/src/ui/NavigationList/index.ts +2 -0
- package/src/ui/NumberInput/NumberInput.tsx +267 -0
- package/src/ui/NumberInput/index.ts +2 -0
- package/src/ui/Overlay/Overlay.tsx +86 -0
- package/src/ui/Overlay/index.ts +2 -0
- package/src/ui/PageContainer/PageContainer.tsx +95 -0
- package/src/ui/PageContainer/index.ts +2 -0
- package/src/ui/PageHeader/PageHeader.tsx +46 -0
- package/src/ui/PageHeader/index.ts +1 -0
- package/src/ui/PageSectionHeader/PageSectionHeader.tsx +138 -0
- package/src/ui/PageSectionHeader/index.ts +2 -0
- package/src/ui/Pagination/Pagination.tsx +271 -0
- package/src/ui/Pagination/index.ts +2 -0
- package/src/ui/PhoneInput/PhoneInput.tsx +267 -0
- package/src/ui/PhoneInput/index.ts +2 -0
- package/src/ui/Popover/Popover.tsx +155 -0
- package/src/ui/Popover/index.ts +2 -0
- package/src/ui/Progress/Progress.tsx +221 -0
- package/src/ui/Progress/index.ts +2 -0
- package/src/ui/ProgressCircle/ProgressCircle.tsx +136 -0
- package/src/ui/ProgressCircle/index.ts +2 -0
- package/src/ui/PromotionalBanner/PromotionalBanner.tsx +113 -0
- package/src/ui/PromotionalBanner/index.ts +1 -0
- package/src/ui/QuickActions/QuickActions.tsx +132 -0
- package/src/ui/QuickActions/index.ts +2 -0
- package/src/ui/ScrollArea/ScrollArea.tsx +77 -0
- package/src/ui/ScrollArea/index.ts +2 -0
- package/src/ui/ScrollSpy/ScrollSpy.tsx +313 -0
- package/src/ui/ScrollSpy/index.ts +1 -0
- package/src/ui/SearchInput/SearchInput.tsx +167 -0
- package/src/ui/SearchInput/index.ts +2 -0
- package/src/ui/SectionBadge/SectionBadge.tsx +105 -0
- package/src/ui/SectionBadge/index.ts +2 -0
- package/src/ui/SectionHeader/SectionHeader.tsx +74 -0
- package/src/ui/SectionHeader/index.ts +2 -0
- package/src/ui/Select/Select.tsx +186 -0
- package/src/ui/Select/index.ts +2 -0
- package/src/ui/Separator/Separator.tsx +90 -0
- package/src/ui/Separator/index.ts +2 -0
- package/src/ui/SettingsList/SettingsList.tsx +106 -0
- package/src/ui/SettingsList/index.ts +2 -0
- package/src/ui/Sheet/Sheet.tsx +309 -0
- package/src/ui/Sheet/index.ts +2 -0
- package/src/ui/SideNav/SideNav.tsx +82 -0
- package/src/ui/SideNav/index.ts +2 -0
- package/src/ui/Skeleton/Skeleton.tsx +153 -0
- package/src/ui/Skeleton/index.ts +7 -0
- package/src/ui/SmartLink/SmartLink.tsx +248 -0
- package/src/ui/SmartLink/index.ts +1 -0
- package/src/ui/Spacer/Spacer.tsx +83 -0
- package/src/ui/Spacer/index.ts +2 -0
- package/src/ui/Spinner/Spinner.tsx +63 -0
- package/src/ui/Spinner/index.ts +1 -0
- package/src/ui/SplitPane/SplitPane.tsx +204 -0
- package/src/ui/SplitPane/index.ts +1 -0
- package/src/ui/Stack/Stack.tsx +154 -0
- package/src/ui/Stack/index.ts +2 -0
- package/src/ui/StandardPageLayout/StandardPageLayout.tsx +40 -0
- package/src/ui/StandardPageLayout/index.ts +1 -0
- package/src/ui/StatDisplay/StatDisplay.tsx +124 -0
- package/src/ui/StatDisplay/index.ts +1 -0
- package/src/ui/StepList/StepList.tsx +151 -0
- package/src/ui/StepList/index.ts +1 -0
- package/src/ui/Switch/Switch.tsx +139 -0
- package/src/ui/Switch/index.ts +2 -0
- package/src/ui/Table/Table.tsx +192 -0
- package/src/ui/Table/index.ts +1 -0
- package/src/ui/Tabs/Tabs.tsx +196 -0
- package/src/ui/Tabs/index.ts +7 -0
- package/src/ui/Text/Text.tsx +117 -0
- package/src/ui/Text/index.ts +2 -0
- package/src/ui/TextArea/TextArea.tsx +138 -0
- package/src/ui/TextArea/index.ts +2 -0
- package/src/ui/TextInputModal/TextInputModal.tsx +225 -0
- package/src/ui/TextInputModal/index.ts +2 -0
- package/src/ui/TimePicker/TimePicker.tsx +325 -0
- package/src/ui/TimePicker/index.ts +2 -0
- package/src/ui/Toast/Toast.tsx +218 -0
- package/src/ui/Toast/index.ts +2 -0
- package/src/ui/Tooltip/Tooltip.tsx +183 -0
- package/src/ui/Tooltip/index.ts +2 -0
- package/src/ui/TransferList/TransferList.tsx +339 -0
- package/src/ui/TransferList/index.ts +2 -0
- package/src/ui/TreeView/TreeView.tsx +182 -0
- package/src/ui/TreeView/index.ts +2 -0
- package/src/ui/TruncatedText/TruncatedText.tsx +80 -0
- package/src/ui/TruncatedText/index.ts +2 -0
- package/src/ui/VirtualList/VirtualList.tsx +285 -0
- package/src/ui/VirtualList/index.ts +1 -0
- package/src/ui/VisuallyHidden/VisuallyHidden.tsx +50 -0
- package/src/ui/VisuallyHidden/index.ts +2 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface PageSectionHeaderProps {
|
|
3
|
+
/** Section title */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Optional subtitle/description */
|
|
6
|
+
description?: string;
|
|
7
|
+
/** Item count to display */
|
|
8
|
+
count?: number;
|
|
9
|
+
/** Count label (e.g., "items", "templates") */
|
|
10
|
+
countLabel?: string;
|
|
11
|
+
/** Action button(s) */
|
|
12
|
+
action?: React.ReactNode;
|
|
13
|
+
/** Show loading indicator */
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
/** Loading text */
|
|
16
|
+
loadingText?: string;
|
|
17
|
+
/** Size variant */
|
|
18
|
+
size?: 'sm' | 'md' | 'lg';
|
|
19
|
+
/** Additional className */
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* PageSectionHeader Component
|
|
24
|
+
*
|
|
25
|
+
* A flexible header for page sections with title, description, count, and actions.
|
|
26
|
+
* Commonly used at the top of content sections to provide context and actions.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```tsx
|
|
30
|
+
* <PageSectionHeader
|
|
31
|
+
* title="Templates"
|
|
32
|
+
* count={templates.length}
|
|
33
|
+
* action={<Button onPress={handleAdd}>Add Template</Button>}
|
|
34
|
+
* />
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ```tsx
|
|
39
|
+
* <PageSectionHeader
|
|
40
|
+
* title="Email Filters"
|
|
41
|
+
* description="Manage your email filtering rules"
|
|
42
|
+
* count={12}
|
|
43
|
+
* countLabel="filters"
|
|
44
|
+
* loading={isRefreshing}
|
|
45
|
+
* />
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
export declare const PageSectionHeader: React.FC<PageSectionHeaderProps>;
|
|
49
|
+
//# sourceMappingURL=PageSectionHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageSectionHeader.d.ts","sourceRoot":"","sources":["../../../src/ui/PageSectionHeader/PageSectionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,sBAAsB;IACrC,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,oCAAoC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uBAAuB;IACvB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mBAAmB;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAsF9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/PageSectionHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface PaginationProps {
|
|
3
|
+
/** Current page number (1-indexed) */
|
|
4
|
+
currentPage: number;
|
|
5
|
+
/** Total number of pages */
|
|
6
|
+
totalPages: number;
|
|
7
|
+
/** Page change handler */
|
|
8
|
+
onPageChange: (page: number) => void;
|
|
9
|
+
/** Number of page buttons to show on each side */
|
|
10
|
+
siblingCount?: number;
|
|
11
|
+
/** Show first/last buttons */
|
|
12
|
+
showFirstLast?: boolean;
|
|
13
|
+
/** Size variant */
|
|
14
|
+
size?: 'sm' | 'md' | 'lg';
|
|
15
|
+
/** Previous icon */
|
|
16
|
+
prevIcon?: React.ReactNode;
|
|
17
|
+
/** Next icon */
|
|
18
|
+
nextIcon?: React.ReactNode;
|
|
19
|
+
/** Additional className */
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Pagination Component
|
|
24
|
+
*
|
|
25
|
+
* Flexible pagination controls with page numbers and navigation buttons.
|
|
26
|
+
* Automatically handles ellipsis for large page counts.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```tsx
|
|
30
|
+
* <Pagination
|
|
31
|
+
* currentPage={3}
|
|
32
|
+
* totalPages={10}
|
|
33
|
+
* onPageChange={setPage}
|
|
34
|
+
* />
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ```tsx
|
|
39
|
+
* <Pagination
|
|
40
|
+
* currentPage={currentPage}
|
|
41
|
+
* totalPages={totalPages}
|
|
42
|
+
* onPageChange={handlePageChange}
|
|
43
|
+
* siblingCount={2}
|
|
44
|
+
* showFirstLast
|
|
45
|
+
* size="lg"
|
|
46
|
+
* />
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare const Pagination: React.FC<PaginationProps>;
|
|
50
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/ui/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,eAAe;IAC9B,sCAAsC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,0BAA0B;IAC1B,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,kDAAkD;IAClD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,oBAAoB;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,gBAAgB;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0NhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/Pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface Country {
|
|
3
|
+
/** Country code (ISO 3166-1 alpha-2) */
|
|
4
|
+
code: string;
|
|
5
|
+
/** Country name */
|
|
6
|
+
name: string;
|
|
7
|
+
/** Dial code */
|
|
8
|
+
dialCode: string;
|
|
9
|
+
/** Flag emoji */
|
|
10
|
+
flag: string;
|
|
11
|
+
}
|
|
12
|
+
export interface PhoneInputProps {
|
|
13
|
+
/** Phone value */
|
|
14
|
+
value: string;
|
|
15
|
+
/** Change handler */
|
|
16
|
+
onChange: (value: string) => void;
|
|
17
|
+
/** Selected country code */
|
|
18
|
+
country?: string;
|
|
19
|
+
/** Country change handler */
|
|
20
|
+
onCountryChange?: (country: string) => void;
|
|
21
|
+
/** Available countries (defaults to common countries) */
|
|
22
|
+
countries?: Country[];
|
|
23
|
+
/** Placeholder text */
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
/** Disabled state */
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
/** Additional className */
|
|
28
|
+
className?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* PhoneInput Component
|
|
32
|
+
*
|
|
33
|
+
* Phone number input with country code selector.
|
|
34
|
+
* Formats phone numbers and shows country flags.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```tsx
|
|
38
|
+
* <PhoneInput
|
|
39
|
+
* value={phoneNumber}
|
|
40
|
+
* onChange={setPhoneNumber}
|
|
41
|
+
* country={selectedCountry}
|
|
42
|
+
* onCountryChange={setSelectedCountry}
|
|
43
|
+
* />
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
export declare const PhoneInput: React.FC<PhoneInputProps>;
|
|
47
|
+
//# sourceMappingURL=PhoneInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../../src/ui/PhoneInput/PhoneInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAa/B,MAAM,WAAW,OAAO;IACtB,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,kBAAkB;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,4BAA4B;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6BAA6B;IAC7B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,yDAAyD;IACzD,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAqBD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4LhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/PhoneInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface PopoverProps {
|
|
3
|
+
/** Trigger element */
|
|
4
|
+
trigger: React.ReactNode;
|
|
5
|
+
/** Popover content */
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
/** Placement relative to trigger */
|
|
8
|
+
placement?: 'top' | 'bottom' | 'left' | 'right';
|
|
9
|
+
/** Open state (controlled) */
|
|
10
|
+
isOpen?: boolean;
|
|
11
|
+
/** Open state change handler (controlled) */
|
|
12
|
+
onOpenChange?: (open: boolean) => void;
|
|
13
|
+
/** Additional className */
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Popover Component
|
|
18
|
+
*
|
|
19
|
+
* Floating content container anchored to a trigger element.
|
|
20
|
+
* Useful for contextual information, menus, and form helpers.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```tsx
|
|
24
|
+
* <Popover trigger={<Button>Open</Button>}>
|
|
25
|
+
* <View className="p-4">
|
|
26
|
+
* <Text>Popover content</Text>
|
|
27
|
+
* </View>
|
|
28
|
+
* </Popover>
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare const Popover: React.FC<PopoverProps>;
|
|
32
|
+
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/ui/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,YAAY;IAC3B,sBAAsB;IACtB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,sBAAsB;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,oCAAoC;IACpC,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAChD,8BAA8B;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAuH1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/Popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ProgressProps {
|
|
3
|
+
/** Progress value (0-100) */
|
|
4
|
+
value?: number;
|
|
5
|
+
/** Maximum value */
|
|
6
|
+
max?: number;
|
|
7
|
+
/** Color variant */
|
|
8
|
+
variant?: 'default' | 'success' | 'warning' | 'danger';
|
|
9
|
+
/** Size variant */
|
|
10
|
+
size?: 'sm' | 'md' | 'lg';
|
|
11
|
+
/** Show label */
|
|
12
|
+
showLabel?: boolean;
|
|
13
|
+
/** Custom label */
|
|
14
|
+
label?: string;
|
|
15
|
+
/** Indeterminate state (loading) */
|
|
16
|
+
indeterminate?: boolean;
|
|
17
|
+
/** Additional className */
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Progress Component
|
|
22
|
+
*
|
|
23
|
+
* Linear progress indicator with support for determinate and indeterminate states.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```tsx
|
|
27
|
+
* <Progress value={75} showLabel />
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <Progress indeterminate />
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare const Progress: React.FC<ProgressProps>;
|
|
36
|
+
export interface ProgressBarProps {
|
|
37
|
+
/** Progress value (0-100) */
|
|
38
|
+
value: number;
|
|
39
|
+
/** Maximum value (default: 100) */
|
|
40
|
+
max?: number;
|
|
41
|
+
/** Color variant */
|
|
42
|
+
variant?: 'primary' | 'success' | 'warning' | 'danger' | 'purple' | 'gray';
|
|
43
|
+
/** Size variant */
|
|
44
|
+
size?: 'sm' | 'md' | 'lg';
|
|
45
|
+
/** Show percentage label */
|
|
46
|
+
showLabel?: boolean;
|
|
47
|
+
/** Label position */
|
|
48
|
+
labelPosition?: 'inside' | 'outside' | 'none';
|
|
49
|
+
/** Custom label text */
|
|
50
|
+
label?: string;
|
|
51
|
+
/** Additional className */
|
|
52
|
+
className?: string;
|
|
53
|
+
/** Animated transition */
|
|
54
|
+
animated?: boolean;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* ProgressBar Component
|
|
58
|
+
*
|
|
59
|
+
* A visual progress indicator showing completion percentage.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* ```tsx
|
|
63
|
+
* <ProgressBar value={65} variant="primary" showLabel />
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
export declare const ProgressBar: React.FC<ProgressBarProps>;
|
|
67
|
+
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/ui/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,aAAa;IAC5B,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IACvD,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,iBAAiB;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oCAAoC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA0F5C,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3E,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qBAAqB;IACrB,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;IAC9C,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2DlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/Progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACnD,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ProgressCircleProps {
|
|
3
|
+
/** Progress value (0-100) */
|
|
4
|
+
value: number;
|
|
5
|
+
/** Circle size in pixels */
|
|
6
|
+
size?: number;
|
|
7
|
+
/** Stroke width */
|
|
8
|
+
strokeWidth?: number;
|
|
9
|
+
/** Show percentage text */
|
|
10
|
+
showValue?: boolean;
|
|
11
|
+
/** Custom label */
|
|
12
|
+
label?: string;
|
|
13
|
+
/** Color variant */
|
|
14
|
+
variant?: 'primary' | 'success' | 'warning' | 'danger';
|
|
15
|
+
/** Custom color (hex) */
|
|
16
|
+
color?: string;
|
|
17
|
+
/** Background track color (hex) */
|
|
18
|
+
trackColor?: string;
|
|
19
|
+
/** Additional className */
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* ProgressCircle Component
|
|
24
|
+
*
|
|
25
|
+
* Circular progress indicator with customizable size and colors.
|
|
26
|
+
* Displays percentage or custom label in the center.
|
|
27
|
+
* Uses View-based approach for React Native compatibility.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```tsx
|
|
31
|
+
* <ProgressCircle
|
|
32
|
+
* value={75}
|
|
33
|
+
* size={120}
|
|
34
|
+
* showValue
|
|
35
|
+
* variant="success"
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export declare const ProgressCircle: React.FC<ProgressCircleProps>;
|
|
40
|
+
//# sourceMappingURL=ProgressCircle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressCircle.d.ts","sourceRoot":"","sources":["../../../src/ui/ProgressCircle/ProgressCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,mBAAmB;IAClC,6BAA6B;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mBAAmB;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IACvD,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA6FxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/ProgressCircle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface PromotionalBannerProps {
|
|
3
|
+
/** Banner title */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Optional subtitle */
|
|
6
|
+
subtitle?: string;
|
|
7
|
+
/** Button text */
|
|
8
|
+
buttonText: string;
|
|
9
|
+
/** Button press handler */
|
|
10
|
+
onButtonPress: () => void;
|
|
11
|
+
/** Visual variant */
|
|
12
|
+
variant?: 'default' | 'prominent';
|
|
13
|
+
/** Badge text */
|
|
14
|
+
badgeText?: string;
|
|
15
|
+
/** Icon element (optional) */
|
|
16
|
+
icon?: React.ReactNode;
|
|
17
|
+
/** Additional className */
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* PromotionalBanner Component
|
|
22
|
+
*
|
|
23
|
+
* Banner for promotions, announcements, or CTAs.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```tsx
|
|
27
|
+
* <PromotionalBanner
|
|
28
|
+
* title="Get Started Free"
|
|
29
|
+
* subtitle="No credit card required"
|
|
30
|
+
* buttonText="Sign Up"
|
|
31
|
+
* onButtonPress={handleSignUp}
|
|
32
|
+
* badgeText="FREE"
|
|
33
|
+
* />
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare const PromotionalBanner: React.FC<PromotionalBannerProps>;
|
|
37
|
+
//# sourceMappingURL=PromotionalBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PromotionalBanner.d.ts","sourceRoot":"","sources":["../../../src/ui/PromotionalBanner/PromotionalBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,sBAAsB;IACrC,mBAAmB;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,2BAA2B;IAC3B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8BAA8B;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAyE9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/PromotionalBanner/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface QuickAction {
|
|
3
|
+
/** Unique identifier */
|
|
4
|
+
id: string;
|
|
5
|
+
/** Button label */
|
|
6
|
+
label: string;
|
|
7
|
+
/** Icon component or element */
|
|
8
|
+
icon?: React.ReactNode;
|
|
9
|
+
/** Press handler */
|
|
10
|
+
onPress: () => void;
|
|
11
|
+
/** Button variant */
|
|
12
|
+
variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger';
|
|
13
|
+
/** Whether button is disabled */
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface QuickActionsProps {
|
|
17
|
+
/** Actions to display */
|
|
18
|
+
actions: QuickAction[];
|
|
19
|
+
/** Layout orientation */
|
|
20
|
+
orientation?: 'horizontal' | 'vertical' | 'grid';
|
|
21
|
+
/** Grid columns (when orientation is grid) */
|
|
22
|
+
columns?: number;
|
|
23
|
+
/** Additional className */
|
|
24
|
+
className?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* QuickActions Component
|
|
28
|
+
*
|
|
29
|
+
* Quick action buttons for dashboard.
|
|
30
|
+
* Supports multiple layouts and variants.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```tsx
|
|
34
|
+
* <QuickActions
|
|
35
|
+
* actions={[
|
|
36
|
+
* { id: '1', label: 'New Project', icon: <PlusIcon />, onPress: () => {}, variant: 'primary' },
|
|
37
|
+
* { id: '2', label: 'Upload File', icon: <UploadIcon />, onPress: () => {} },
|
|
38
|
+
* { id: '3', label: 'Export Data', icon: <DownloadIcon />, onPress: () => {} }
|
|
39
|
+
* ]}
|
|
40
|
+
* orientation="grid"
|
|
41
|
+
* columns={3}
|
|
42
|
+
* />
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
export declare const QuickActions: React.FC<QuickActionsProps>;
|
|
46
|
+
//# sourceMappingURL=QuickActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickActions.d.ts","sourceRoot":"","sources":["../../../src/ui/QuickActions/QuickActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,WAAW;IAC1B,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oBAAoB;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IACnE,iCAAiC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,yBAAyB;IACzB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,yBAAyB;IACzB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;IACjD,8CAA8C;IAC9C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkFpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/QuickActions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ScrollAreaProps {
|
|
3
|
+
/** Scrollable content */
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
/** Maximum height */
|
|
6
|
+
maxHeight?: number;
|
|
7
|
+
/** Hide scrollbar */
|
|
8
|
+
hideScrollbar?: boolean;
|
|
9
|
+
/** Scroll direction */
|
|
10
|
+
direction?: 'vertical' | 'horizontal' | 'both';
|
|
11
|
+
/** Show scroll indicators */
|
|
12
|
+
showsIndicator?: boolean;
|
|
13
|
+
/** Additional className */
|
|
14
|
+
className?: string;
|
|
15
|
+
/** Content container className */
|
|
16
|
+
contentClassName?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* ScrollArea Component
|
|
20
|
+
*
|
|
21
|
+
* Container with scrollable content and optional scroll indicators.
|
|
22
|
+
* Provides consistent scrollable areas across the application.
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```tsx
|
|
26
|
+
* <ScrollArea maxHeight={400}>
|
|
27
|
+
* <View>Long content...</View>
|
|
28
|
+
* </ScrollArea>
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```tsx
|
|
33
|
+
* <ScrollArea direction="horizontal" hideScrollbar>
|
|
34
|
+
* <View className="w-[2000px]">Wide content</View>
|
|
35
|
+
* </ScrollArea>
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const ScrollArea: React.FC<ScrollAreaProps>;
|
|
39
|
+
//# sourceMappingURL=ScrollArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollArea.d.ts","sourceRoot":"","sources":["../../../src/ui/ScrollArea/ScrollArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,eAAe;IAC9B,yBAAyB;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB;IACvB,SAAS,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,MAAM,CAAC;IAC/C,6BAA6B;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmChD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/ScrollArea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface ScrollSpySection {
|
|
3
|
+
/** Section ID */
|
|
4
|
+
id: string;
|
|
5
|
+
/** Section label */
|
|
6
|
+
label: string;
|
|
7
|
+
/** Subsections */
|
|
8
|
+
subsections?: ScrollSpySection[];
|
|
9
|
+
}
|
|
10
|
+
export interface ScrollSpyProps {
|
|
11
|
+
/** Sections to track */
|
|
12
|
+
sections: ScrollSpySection[];
|
|
13
|
+
/** Active section ID */
|
|
14
|
+
activeId?: string;
|
|
15
|
+
/** Active section change handler */
|
|
16
|
+
onActiveChange?: (id: string) => void;
|
|
17
|
+
/** Section press handler - called when user taps a section link */
|
|
18
|
+
onSectionPress?: (id: string) => void;
|
|
19
|
+
/** Show subsections */
|
|
20
|
+
showSubsections?: boolean;
|
|
21
|
+
/** Additional className */
|
|
22
|
+
className?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* ScrollSpy Component
|
|
26
|
+
*
|
|
27
|
+
* Navigation that highlights the active section.
|
|
28
|
+
* Pairs with ScrollSpyContainer for automatic scroll tracking.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <ScrollSpy
|
|
33
|
+
* sections={[
|
|
34
|
+
* { id: 'intro', label: 'Introduction' },
|
|
35
|
+
* { id: 'features', label: 'Features' },
|
|
36
|
+
* { id: 'pricing', label: 'Pricing' }
|
|
37
|
+
* ]}
|
|
38
|
+
* activeId={activeSection}
|
|
39
|
+
* onSectionPress={(id) => scrollToSection(id)}
|
|
40
|
+
* />
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
export declare const ScrollSpy: React.FC<ScrollSpyProps>;
|
|
44
|
+
export interface SectionPosition {
|
|
45
|
+
id: string;
|
|
46
|
+
y: number;
|
|
47
|
+
height: number;
|
|
48
|
+
}
|
|
49
|
+
export interface ScrollSpyContainerProps {
|
|
50
|
+
/** Children content with sections */
|
|
51
|
+
children: React.ReactNode;
|
|
52
|
+
/** Sections configuration for tracking */
|
|
53
|
+
sections: ScrollSpySection[];
|
|
54
|
+
/** Active section change handler */
|
|
55
|
+
onActiveChange?: (id: string) => void;
|
|
56
|
+
/** Offset from top for determining active section */
|
|
57
|
+
offset?: number;
|
|
58
|
+
/** Additional className */
|
|
59
|
+
className?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* ScrollSpyContainer Component
|
|
63
|
+
*
|
|
64
|
+
* Scrollable container that tracks section visibility.
|
|
65
|
+
* Use with ScrollSpySection to mark sections for tracking.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```tsx
|
|
69
|
+
* <ScrollSpyContainer
|
|
70
|
+
* sections={tocSections}
|
|
71
|
+
* onActiveChange={setActiveSection}
|
|
72
|
+
* >
|
|
73
|
+
* <ScrollSpySection id="intro">
|
|
74
|
+
* <Introduction />
|
|
75
|
+
* </ScrollSpySection>
|
|
76
|
+
* <ScrollSpySection id="features">
|
|
77
|
+
* <Features />
|
|
78
|
+
* </ScrollSpySection>
|
|
79
|
+
* </ScrollSpyContainer>
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare const ScrollSpyContainer: React.FC<ScrollSpyContainerProps>;
|
|
83
|
+
interface ScrollSpyContextType {
|
|
84
|
+
registerSection: (id: string, y: number, height: number) => void;
|
|
85
|
+
unregisterSection: (id: string) => void;
|
|
86
|
+
scrollToSection: (id: string) => void;
|
|
87
|
+
}
|
|
88
|
+
export declare const useScrollSpy: () => ScrollSpyContextType | null;
|
|
89
|
+
export interface ScrollSpySectionWrapperProps {
|
|
90
|
+
/** Section ID - must match an ID in ScrollSpy sections */
|
|
91
|
+
id: string;
|
|
92
|
+
/** Section content */
|
|
93
|
+
children: React.ReactNode;
|
|
94
|
+
/** Additional className */
|
|
95
|
+
className?: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* ScrollSpySectionWrapper Component
|
|
99
|
+
*
|
|
100
|
+
* Wrapper for content sections that should be tracked by ScrollSpy.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* ```tsx
|
|
104
|
+
* <ScrollSpySectionWrapper id="features">
|
|
105
|
+
* <FeaturesList />
|
|
106
|
+
* </ScrollSpySectionWrapper>
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
export declare const ScrollSpySectionWrapper: React.FC<ScrollSpySectionWrapperProps>;
|
|
110
|
+
export {};
|
|
111
|
+
//# sourceMappingURL=ScrollSpy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollSpy.d.ts","sourceRoot":"","sources":["../../../src/ui/ScrollSpy/ScrollSpy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oCAAoC;IACpC,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,mEAAmE;IACnE,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,uBAAuB;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAwE9C,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,uBAAuB;IACtC,qCAAqC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,0CAA0C;IAC1C,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,oCAAoC;IACpC,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,qDAAqD;IACrD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA+EhE,CAAC;AAGF,UAAU,oBAAoB;IAC5B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAID,eAAO,MAAM,YAAY,mCAGxB,CAAC;AAEF,MAAM,WAAW,4BAA4B;IAC3C,0DAA0D;IAC1D,EAAE,EAAE,MAAM,CAAC;IACX,sBAAsB;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAC5C,4BAA4B,CA2B7B,CAAC"}
|