@campxdev/react-native-blueprint 0.1.18 → 0.1.19
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/lib/global.css +1 -672
- package/lib/typescript/babel.config.d.ts +13 -0
- package/lib/typescript/babel.config.d.ts.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/app/_layout.d.ts +8 -0
- package/lib/typescript/src/app/_layout.d.ts.map +1 -0
- package/lib/typescript/src/assets/index.d.ts +2 -0
- package/lib/typescript/src/assets/index.d.ts.map +1 -0
- package/lib/typescript/src/assets/lotties/index.d.ts +14 -0
- package/lib/typescript/src/assets/lotties/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts +35 -0
- package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts +32 -0
- package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts +36 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts +219 -0
- package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts +15 -0
- package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts +61 -0
- package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts +44 -0
- package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts +65 -0
- package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts +37 -0
- package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts +31 -0
- package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts +25 -0
- package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts +47 -0
- package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts +3 -0
- package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts +14 -0
- package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts +49 -0
- package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts +58 -0
- package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts +6 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts +3 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts +29 -0
- package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts +45 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts +178 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts +32 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts +28 -0
- package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts +22 -0
- package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts +47 -0
- package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts +39 -0
- package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts +37 -0
- package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts +2 -0
- package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Button/Button.d.ts +50 -0
- package/lib/typescript/src/components/Input/Button/Button.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Button/Button.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/Button/Button.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts +35 -0
- package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts +46 -0
- package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Select/Select.d.ts +68 -0
- package/lib/typescript/src/components/Input/Select/Select.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Select/Select.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/Select/Select.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Text/Text.d.ts +116 -0
- package/lib/typescript/src/components/Input/Text/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/TextField/Textfield.d.ts +57 -0
- package/lib/typescript/src/components/Input/TextField/Textfield.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts +14 -0
- package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts +34 -0
- package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/switch/Switch.d.ts +11 -0
- package/lib/typescript/src/components/Input/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts +2 -0
- package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts +12 -0
- package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts +63 -0
- package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts +19 -0
- package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts +40 -0
- package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts +52 -0
- package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts +288 -0
- package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts +32 -0
- package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts +2 -0
- package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts +29 -0
- package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts +2 -0
- package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts +30 -0
- package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts +3 -0
- package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts +24 -0
- package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts +2 -0
- package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts +12 -0
- package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts +2 -0
- package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts +40 -0
- package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts +3 -0
- package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts +19 -0
- package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts +2 -0
- package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts +7 -0
- package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts +3 -0
- package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts.map +1 -0
- package/lib/typescript/src/components/theme-config.d.ts +174 -0
- package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
- package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Custom-Card.d.ts +864 -0
- package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +430 -0
- package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Hover-Card.d.ts +214 -0
- package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Icon.d.ts +43 -0
- package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Input.d.ts +52 -0
- package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Label.d.ts +105 -0
- package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Menubar.d.ts +142 -0
- package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +28 -0
- package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
- package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Slider.d.ts +55 -0
- package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Table.d.ts +70 -0
- package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/Toast.d.ts +55 -0
- package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
- package/lib/typescript/src/components/ui/index.d.ts +61 -0
- package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +10 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/lib/ThemeProvider.d.ts +137 -0
- package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/lib/cornerRadius.d.ts +112 -0
- package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
- package/lib/typescript/src/lib/fonts.d.ts +21 -0
- package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
- package/lib/typescript/src/lib/theme.d.ts +136 -0
- package/lib/typescript/src/lib/theme.d.ts.map +1 -0
- package/lib/typescript/src/lib/utils.d.ts +111 -0
- package/lib/typescript/src/lib/utils.d.ts.map +1 -0
- package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts +4 -0
- package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/index.d.ts +2 -0
- package/lib/typescript/src/patterns/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts +27 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts +23 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts +22 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts +37 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts +70 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts +45 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts +49 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts +24 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts +38 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts +35 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts +42 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts +43 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts +42 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts +41 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts +42 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts +45 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts +2 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts +3 -0
- package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts.map +1 -0
- package/lib/typescript/src/patterns/pattern-components/index.d.ts +16 -0
- package/lib/typescript/src/patterns/pattern-components/index.d.ts.map +1 -0
- package/lib/typescript/tailwind.config.d.ts +3 -0
- package/lib/typescript/tailwind.config.d.ts.map +1 -0
- package/package.json +7 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DashboardPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { type ChipItem } from '../../../components/DataDisplay/ChipsRow/ChipsRow';
|
|
2
|
+
import { type BannerItem } from '../../../components/DataDisplay/BannerRow/BannerRow';
|
|
3
|
+
import { type DataListProps } from '../../../components/DataDisplay/Datalist/Datalist';
|
|
4
|
+
export interface DataListPatternProps {
|
|
5
|
+
/** Whether to show the chips row */
|
|
6
|
+
showChips?: boolean;
|
|
7
|
+
/** Whether to show the banner row */
|
|
8
|
+
showBanners?: boolean;
|
|
9
|
+
/** Chips data for ChipsRow */
|
|
10
|
+
chips?: ChipItem[];
|
|
11
|
+
/** Banners data for BannerRow */
|
|
12
|
+
banners?: BannerItem[];
|
|
13
|
+
/** Data for DataList */
|
|
14
|
+
data: DataListProps['data'];
|
|
15
|
+
/** Style variant for DataList */
|
|
16
|
+
listStyle?: DataListProps['style'];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* DataListPattern Component
|
|
20
|
+
*
|
|
21
|
+
* A pattern component that composes BannerRow, ChipsRow, and DataList.
|
|
22
|
+
* BannerRow and ChipsRow visibility is controlled by boolean props.
|
|
23
|
+
*
|
|
24
|
+
* Order:
|
|
25
|
+
* 1. BannerRow (optional)
|
|
26
|
+
* 2. ChipsRow (optional)
|
|
27
|
+
* 3. DataList (always shown)
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```tsx
|
|
31
|
+
* <DataListPattern
|
|
32
|
+
* showBanners={true}
|
|
33
|
+
* showChips={true}
|
|
34
|
+
* banners={[{ id: '1' }, { id: '2' }]}
|
|
35
|
+
* chips={[
|
|
36
|
+
* { id: '1', label: 'Chip 1' },
|
|
37
|
+
* { id: '2', label: 'Chip 2' },
|
|
38
|
+
* ]}
|
|
39
|
+
* data={[
|
|
40
|
+
* { name: 'John Doe', subtitle: '123456789', avatarUrl: '' },
|
|
41
|
+
* ]}
|
|
42
|
+
* />
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
export declare const DataListPattern: {
|
|
46
|
+
({ showChips, showBanners, chips, banners, data, listStyle, }: DataListPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
47
|
+
displayName: string;
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=DataListPattern.d.ts.map
|
package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataListPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/DataListPattern.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,QAAQ,EACd,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAEL,KAAK,UAAU,EAChB,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,mDAAmD,CAAC;AAM3D,MAAM,WAAW,oBAAoB;IACnC,oCAAoC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,qCAAqC;IACrC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IAEnB,iCAAiC;IACjC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IAEvB,wBAAwB;IACxB,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAE5B,iCAAiC;IACjC,SAAS,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACpC;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,eAAe;mEAOzB,oBAAoB;;CAQtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataListPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/DataListPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface DialogPatternProps {
|
|
2
|
+
/** Dialog title */
|
|
3
|
+
title?: string;
|
|
4
|
+
/** Dialog description */
|
|
5
|
+
description?: string;
|
|
6
|
+
/** Whether to show dialog header */
|
|
7
|
+
showDialogHeader?: boolean;
|
|
8
|
+
/** Whether to show title */
|
|
9
|
+
showTitle?: boolean;
|
|
10
|
+
/** Whether to show description */
|
|
11
|
+
showDescription?: boolean;
|
|
12
|
+
/** Whether to show close icon */
|
|
13
|
+
showCloseIcon?: boolean;
|
|
14
|
+
/** Whether to show footer actions */
|
|
15
|
+
showFooterActions?: boolean;
|
|
16
|
+
/** Content type for dialog body */
|
|
17
|
+
dialogContentType?: 'placeholder' | 'form' | 'text' | 'list';
|
|
18
|
+
}
|
|
19
|
+
export declare function DialogPattern({ title, description, showDialogHeader, showTitle, showDescription, showCloseIcon, showFooterActions, dialogContentType, }: DialogPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare namespace DialogPattern {
|
|
21
|
+
var displayName: string;
|
|
22
|
+
}
|
|
23
|
+
export default DialogPattern;
|
|
24
|
+
//# sourceMappingURL=DialogPattern.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/DialogPattern.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,kBAAkB;IACjC,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,oCAAoC;IACpC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,kCAAkC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,iCAAiC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,qCAAqC;IACrC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,mCAAmC;IACnC,iBAAiB,CAAC,EAAE,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAC9D;AAMD,wBAAgB,aAAa,CAAC,EAC5B,KAAsB,EACtB,WAA6C,EAC7C,gBAAuB,EACvB,SAAgB,EAChB,eAAsB,EACtB,aAAoB,EACpB,iBAAwB,EACxB,iBAAiC,GAClC,EAAE,kBAAkB,2CAepB;yBAxBe,aAAa;;;AA4B7B,eAAe,aAAa,CAAC"}
|
package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/DialogPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const EmptyStateTypes: readonly ["no-content", "no-connection", "no-profile", "no-search", "no-task", "no-wifi", "empty-document", "404"];
|
|
2
|
+
export type EmptyStateType = (typeof EmptyStateTypes)[number];
|
|
3
|
+
export interface EmptyStateProps {
|
|
4
|
+
/** Type of empty state to display */
|
|
5
|
+
type: EmptyStateType;
|
|
6
|
+
/** Whether to show the action button */
|
|
7
|
+
showButton?: boolean;
|
|
8
|
+
/** Custom button text (optional) */
|
|
9
|
+
buttonText?: string;
|
|
10
|
+
/** Button press handler */
|
|
11
|
+
onButtonPress?: () => void;
|
|
12
|
+
/** Custom title (optional - defaults based on type) */
|
|
13
|
+
title?: string;
|
|
14
|
+
/** Custom description (optional - defaults based on type) */
|
|
15
|
+
description?: string;
|
|
16
|
+
/** className should not be passed */
|
|
17
|
+
className?: never;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* EmptyState Component
|
|
21
|
+
*
|
|
22
|
+
* Displays an empty state with a Lottie animation, title, description,
|
|
23
|
+
* and optional action button. Used for various empty/error states in the app.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```tsx
|
|
27
|
+
* <EmptyState
|
|
28
|
+
* type="no-content"
|
|
29
|
+
* showButton={true}
|
|
30
|
+
* onButtonPress={() => console.log('Refresh')}
|
|
31
|
+
* />
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare function EmptyState({ type, showButton, buttonText, onButtonPress, title, description, }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export declare namespace EmptyState {
|
|
36
|
+
var displayName: string;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=EmptyState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/EmptyState.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe,oHASlB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,MAAM,WAAW,eAAe;IAC9B,qCAAqC;IACrC,IAAI,EAAE,cAAc,CAAC;IACrB,wCAAwC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2BAA2B;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qCAAqC;IACrC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB;AAgED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,UAAkB,EAClB,UAAU,EACV,aAAa,EACb,KAAK,EACL,WAAW,GACZ,EAAE,eAAe,2CAsCjB;yBA7Ce,UAAU"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyState.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/EmptyState.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
|
package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { type CardProps } from '../../../components/DataDisplay/Card/Card';
|
|
2
|
+
import { type StepperProps } from '../../../components/Feedback/Stepper/Stepper';
|
|
3
|
+
export interface EntityPatternGuidedProps extends Partial<CardProps>, Partial<StepperProps> {
|
|
4
|
+
showCard?: boolean;
|
|
5
|
+
showStepperSection?: boolean;
|
|
6
|
+
stepperSectionLabel?: string;
|
|
7
|
+
showStepper?: boolean;
|
|
8
|
+
stepperActiveIndex?: number;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* EntityPatternGuided Component
|
|
12
|
+
*
|
|
13
|
+
* A pattern component that combines Card and Stepper components
|
|
14
|
+
* to create guided entity workflows with step-by-step processes.
|
|
15
|
+
*
|
|
16
|
+
* Layout:
|
|
17
|
+
* 1. Card section (optional - header with image, title, subtitle)
|
|
18
|
+
* 2. Stepper section (optional - titled section with step-by-step progression)
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```tsx
|
|
22
|
+
* <EntityPatternGuided
|
|
23
|
+
* title="Entity Title"
|
|
24
|
+
* subtitle="Entity Subtitle"
|
|
25
|
+
* showCard={true}
|
|
26
|
+
* showStepperSection={true}
|
|
27
|
+
* stepperSectionLabel="Setup Steps"
|
|
28
|
+
* />
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare const EntityPatternGuided: {
|
|
32
|
+
({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showStepperSection, stepperSectionLabel, showStepper, stepperActiveIndex, steps, ...restProps }: EntityPatternGuidedProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
displayName: string;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=EntityPatternGuided.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternGuided.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,YAAY,EAClB,MAAM,8CAA8C,CAAC;AAMtD,MAAM,WAAW,wBACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,YAAY,CAAC;IAEvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAG7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,mBAAmB;yKA4D7B,wBAAwB;;CA6C1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternGuided.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { type CardProps } from '../../../components/DataDisplay/Card/Card';
|
|
2
|
+
import { type DataListItemProps } from '../../../components/DataDisplay/DataListItem/DataListItem';
|
|
3
|
+
export interface EntityPatternOverviewProps extends Partial<CardProps>, Partial<DataListItemProps> {
|
|
4
|
+
showCard?: boolean;
|
|
5
|
+
showDataListSection?: boolean;
|
|
6
|
+
dataListSectionLabel?: string;
|
|
7
|
+
showDataListItems?: boolean;
|
|
8
|
+
dataListItemCount?: number;
|
|
9
|
+
showFooterActions?: boolean;
|
|
10
|
+
primaryActionText?: string;
|
|
11
|
+
secondaryActionText?: string;
|
|
12
|
+
onPrimaryActionPress?: () => void;
|
|
13
|
+
onSecondaryActionPress?: () => void;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* EntityPatternOverview Component
|
|
17
|
+
*
|
|
18
|
+
* A pattern component that combines Card, DataListItem, and Button components
|
|
19
|
+
* to create entity overview layouts with detailed information.
|
|
20
|
+
*
|
|
21
|
+
* Layout:
|
|
22
|
+
* 1. Card section (optional - header with image, title, subtitle)
|
|
23
|
+
* 2. Data List section (optional - titled section with list items)
|
|
24
|
+
* 3. Footer actions (optional - primary and secondary buttons)
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```tsx
|
|
28
|
+
* <EntityPatternOverview
|
|
29
|
+
* title="Entity Title"
|
|
30
|
+
* subtitle="Entity Subtitle"
|
|
31
|
+
* showCard={true}
|
|
32
|
+
* showDataListSection={true}
|
|
33
|
+
* showFooterActions={true}
|
|
34
|
+
* dataListItemCount={2}
|
|
35
|
+
* />
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const EntityPatternOverview: {
|
|
39
|
+
({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showDataListSection, dataListSectionLabel, showDataListItems, dataListItemCount, showMeta, showDivider, showFooterActions, primaryActionText, secondaryActionText, onPrimaryActionPress, onSecondaryActionPress, ...restProps }: EntityPatternOverviewProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=EntityPatternOverview.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,2DAA2D,CAAC;AAOnE,MAAM,WAAW,0BACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,iBAAiB,CAAC;IAE5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,qBAAqB;ySA2B/B,0BAA0B;;CA+E5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternOverview.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,YAAY,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { type CardProps } from '../../../components/DataDisplay/Card/Card';
|
|
2
|
+
import { type AccordionProps } from '../../../components/DataDisplay/Accordion/Accordion';
|
|
3
|
+
import { type AccordionItemProps } from '../../../components/DataDisplay/AccordionItem/AccordionItem';
|
|
4
|
+
export interface EntityPatternStructuredProps extends Partial<CardProps>, Partial<AccordionProps>, Partial<AccordionItemProps> {
|
|
5
|
+
showCard?: boolean;
|
|
6
|
+
showAccordionSection?: boolean;
|
|
7
|
+
accordionSectionLabel?: string;
|
|
8
|
+
showAccordionItems?: boolean;
|
|
9
|
+
accordionItemCount?: number;
|
|
10
|
+
showFooterActions?: boolean;
|
|
11
|
+
primaryActionText?: string;
|
|
12
|
+
secondaryActionText?: string;
|
|
13
|
+
onPrimaryActionPress?: () => void;
|
|
14
|
+
onSecondaryActionPress?: () => void;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* EntityPatternStructured Component
|
|
18
|
+
*
|
|
19
|
+
* A pattern component that combines Card, Accordion, AccordionItem, and Button components
|
|
20
|
+
* to create structured entity layouts with collapsible sections.
|
|
21
|
+
*
|
|
22
|
+
* Layout:
|
|
23
|
+
* 1. Card section (optional - header with title, subtitle, badges, leading)
|
|
24
|
+
* 2. Accordion section (optional - titled section with accordion items)
|
|
25
|
+
* 3. Footer actions (optional - primary and secondary buttons)
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```tsx
|
|
29
|
+
* <EntityPatternStructured
|
|
30
|
+
* title="Entity Title"
|
|
31
|
+
* subtitle="Entity Subtitle"
|
|
32
|
+
* showCard={true}
|
|
33
|
+
* showAccordionSection={true}
|
|
34
|
+
* accordionItemCount={3}
|
|
35
|
+
* showFooterActions={true}
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export declare const EntityPatternStructured: {
|
|
40
|
+
({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showBadges, showAccordionSection, accordionSectionLabel, showAccordionItems, accordionItemCount, spacing, state, type, accordianTitle, accordianSubtitle, showFooterActions, primaryActionText, secondaryActionText, onPrimaryActionPress, onSecondaryActionPress, ...restProps }: EntityPatternStructuredProps): import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
displayName: string;
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=EntityPatternStructured.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternStructured.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,6DAA6D,CAAC;AAOrE,MAAM,WAAW,4BACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,cAAc,CAAC,EACvB,OAAO,CAAC,kBAAkB,CAAC;IAE7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,uBAAuB;2VAiCjC,4BAA4B;;CAiF9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityPatternStructured.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,YAAY,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export interface FormPatternProps {
|
|
2
|
+
showSelectLabel?: boolean;
|
|
3
|
+
showSelectHelpText?: boolean;
|
|
4
|
+
showSelectLeftIcon?: boolean;
|
|
5
|
+
showTextFieldLabel?: boolean;
|
|
6
|
+
showTextFieldHelpText?: boolean;
|
|
7
|
+
showTextFieldLeftIcon?: boolean;
|
|
8
|
+
showTextFieldRightIcon?: boolean;
|
|
9
|
+
textFieldState?: 'default' | 'focused' | 'error' | 'success' | 'disabled';
|
|
10
|
+
textFieldContent?: 'filled' | 'placeholder';
|
|
11
|
+
textFieldType?: 'text' | 'search' | 'ai' | 'composer';
|
|
12
|
+
showSecondaryButton?: boolean;
|
|
13
|
+
showPrimaryButton?: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* FormPattern Component
|
|
17
|
+
*
|
|
18
|
+
* A pattern component that composes Select and TextField components to create
|
|
19
|
+
* common form layouts.
|
|
20
|
+
*
|
|
21
|
+
* Layout:
|
|
22
|
+
* 1. Select field (with optional label and help text)
|
|
23
|
+
* 2. TextField field (with optional label and help text)
|
|
24
|
+
* 3. Action buttons row (optional primary/secondary buttons)
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```tsx
|
|
28
|
+
* <FormPattern
|
|
29
|
+
* showSelectLabel={true}
|
|
30
|
+
* showSelectHelpText={true}
|
|
31
|
+
* showTextFieldLabel={true}
|
|
32
|
+
* showTextFieldHelpText={true}
|
|
33
|
+
* textFieldState="default"
|
|
34
|
+
* showPrimaryButton={true}
|
|
35
|
+
* />
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const FormPattern: {
|
|
39
|
+
({ showSelectLabel, showSelectHelpText, showSelectLeftIcon, showTextFieldLabel, showTextFieldHelpText, showTextFieldLeftIcon, showTextFieldRightIcon, textFieldState, textFieldContent, textFieldType, showSecondaryButton, showPrimaryButton, }: FormPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=FormPattern.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/FormPattern.tsx"],"names":[],"mappings":"AAWA,MAAM,WAAW,gBAAgB;IAE/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAG7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAGjC,cAAc,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;IAC1E,gBAAgB,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAC5C,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,UAAU,CAAC;IAGtD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,WAAW;sPAoBrB,gBAAgB;;CAwDlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/FormPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export interface LegendItemProps {
|
|
2
|
+
label: string;
|
|
3
|
+
color: string;
|
|
4
|
+
}
|
|
5
|
+
export interface MonthlyCalendarPatternProps {
|
|
6
|
+
/** Months to display */
|
|
7
|
+
months?: string[];
|
|
8
|
+
/** Whether to show legend */
|
|
9
|
+
showLegend?: boolean;
|
|
10
|
+
/** Custom legend items */
|
|
11
|
+
legendItems?: LegendItemProps[];
|
|
12
|
+
/** Spacing between elements */
|
|
13
|
+
spacing?: number;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* MonthlyCalendarPattern Component
|
|
17
|
+
*
|
|
18
|
+
* A pattern component that displays multiple months with an event legend.
|
|
19
|
+
*
|
|
20
|
+
* Layout:
|
|
21
|
+
* 1. Legend badges (optional) showing event types
|
|
22
|
+
* 2. Multiple MonthCalendar components for different months
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```tsx
|
|
26
|
+
* <MonthlyCalendarPattern
|
|
27
|
+
* months={['January', 'February', 'March']}
|
|
28
|
+
* showLegend={true}
|
|
29
|
+
* legendItems={[
|
|
30
|
+
* { label: 'Theory Class', color: '#4baabe' },
|
|
31
|
+
* { label: 'Practical', color: '#88b053' },
|
|
32
|
+
* ]}
|
|
33
|
+
* />
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare const MonthlyCalendarPattern: {
|
|
37
|
+
({ months, showLegend, legendItems, spacing, }: MonthlyCalendarPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
displayName: string;
|
|
39
|
+
};
|
|
40
|
+
export default MonthlyCalendarPattern;
|
|
41
|
+
//# sourceMappingURL=MonthlyCalendarPattern.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonthlyCalendarPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,2BAA2B;IAC1C,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAElB,6BAA6B;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,0BAA0B;IAC1B,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAEhC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AA6CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,sBAAsB;oDAWhC,2BAA2B;;CAiC7B,CAAC;AAIF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonthlyCalendarPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export interface SkeletonPatternProps {
|
|
2
|
+
/** Whether to show the large header skeleton */
|
|
3
|
+
showHeader?: boolean;
|
|
4
|
+
/** Whether to show the avatar and text skeleton */
|
|
5
|
+
showAvatarWithText?: boolean;
|
|
6
|
+
/** Whether to show the text lines skeleton */
|
|
7
|
+
showTextLines?: boolean;
|
|
8
|
+
/** Number of text lines to show */
|
|
9
|
+
textLineCount?: number;
|
|
10
|
+
/** Whether to show footer skeleton */
|
|
11
|
+
showFooter?: boolean;
|
|
12
|
+
/** Custom spacing between skeleton items */
|
|
13
|
+
spacing?: number;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* SkeletonPattern Component
|
|
17
|
+
*
|
|
18
|
+
* A pattern component that composes multiple Skeleton variants to create
|
|
19
|
+
* common loading placeholder layouts.
|
|
20
|
+
*
|
|
21
|
+
* Order:
|
|
22
|
+
* 1. Large header rectangle (optional)
|
|
23
|
+
* 2. Avatar circle with text line (optional)
|
|
24
|
+
* 3. Multiple text lines (optional)
|
|
25
|
+
* 4. Footer rectangle (optional)
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```tsx
|
|
29
|
+
* <SkeletonPattern
|
|
30
|
+
* showHeader={true}
|
|
31
|
+
* showAvatarWithText={true}
|
|
32
|
+
* showTextLines={true}
|
|
33
|
+
* textLineCount={4}
|
|
34
|
+
* showFooter={true}
|
|
35
|
+
* />
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const SkeletonPattern: {
|
|
39
|
+
({ showHeader, showAvatarWithText, showTextLines, textLineCount, showFooter, spacing, }: SkeletonPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=SkeletonPattern.d.ts.map
|
package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,oBAAoB;IACnC,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,mDAAmD;IACnD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,8CAA8C;IAC9C,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,mCAAmC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,eAAe;6FAOzB,oBAAoB;;CAmCtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export interface SuccessPatternProps {
|
|
2
|
+
/** Main success message text */
|
|
3
|
+
successMessage?: string;
|
|
4
|
+
/** Secondary description text */
|
|
5
|
+
description?: string;
|
|
6
|
+
/** Whether to show the lottie animation */
|
|
7
|
+
showAnimation?: boolean;
|
|
8
|
+
/** Animation duration in milliseconds */
|
|
9
|
+
animationDuration?: number;
|
|
10
|
+
/** Loop the animation */
|
|
11
|
+
loop?: boolean;
|
|
12
|
+
/** Auto-play the animation */
|
|
13
|
+
autoplay?: boolean;
|
|
14
|
+
/** Custom className for styling */
|
|
15
|
+
className?: string;
|
|
16
|
+
/** Test ID for testing */
|
|
17
|
+
testID?: string;
|
|
18
|
+
/** Callback when animation completes */
|
|
19
|
+
onAnimationFinish?: () => void;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* SuccessPattern Component
|
|
23
|
+
*
|
|
24
|
+
* A pattern component that displays a success state with:
|
|
25
|
+
* - Animated success tick/checkmark (Lottie animation)
|
|
26
|
+
* - Success message
|
|
27
|
+
* - Description text
|
|
28
|
+
*
|
|
29
|
+
* Perfect for use after form submissions, confirmations, or successful operations.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```tsx
|
|
33
|
+
* <SuccessPattern
|
|
34
|
+
* successMessage="Order Placed Successfully!"
|
|
35
|
+
* description="Your order has been confirmed"
|
|
36
|
+
* showAnimation={true}
|
|
37
|
+
* onAnimationFinish={() => navigation.navigate('Home')}
|
|
38
|
+
* />
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
export declare const SuccessPattern: {
|
|
42
|
+
({ successMessage, description, showAnimation, animationDuration, loop, autoplay, className, testID, onAnimationFinish, }: SuccessPatternProps): import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
displayName: string;
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=SuccessPattern.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SuccessPattern/SuccessPattern.tsx"],"names":[],"mappings":"AAkBA,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yBAAyB;IACzB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wCAAwC;IACxC,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AAMD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,cAAc;+HAUxB,mBAAmB;;CA2CrB,CAAC"}
|