@campxdev/react-native-blueprint 0.1.18 → 0.1.20
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/module/components/DataDisplay/CalendarItem/CalendarItem.js +2 -2
- package/lib/module/components/DataDisplay/CalendarItem/CalendarItem.js.map +1 -1
- package/lib/module/components/Input/Button/Button.js +5 -5
- package/lib/module/components/Input/Button/Button.js.map +1 -1
- package/lib/module/components/Navigation/Popover/Popover.js +1 -1
- package/lib/module/components/Navigation/Popover/Popover.js.map +1 -1
- package/lib/module/components/ui/index.js +34 -34
- package/lib/module/components/ui/index.js.map +1 -1
- package/lib/typescript/babel.config.d.ts +13 -0
- package/lib/typescript/babel.config.d.ts.map +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 +8 -5
- package/src/components/DataDisplay/CalendarItem/CalendarItem.tsx +2 -2
- package/src/components/Input/Button/Button.tsx +6 -6
- package/src/components/Navigation/Popover/Popover.tsx +3 -3
- package/src/components/ui/index.ts +39 -34
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
// @ts-nocheck
|
|
4
|
+
import { cssInterop } from 'nativewind';
|
|
4
5
|
import * as React from 'react';
|
|
5
6
|
import { View } from 'react-native';
|
|
6
|
-
import {
|
|
7
|
+
import { cn } from "../../../lib/utils.js";
|
|
7
8
|
import { Badge } from "../../DataDisplay/Badge/Badge.js";
|
|
8
9
|
import { Text } from "../../Input/Text/Text.js";
|
|
9
|
-
import { cn } from "../../../lib/utils.js";
|
|
10
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
11
|
cssInterop(View, {
|
|
12
12
|
className: 'style'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","
|
|
1
|
+
{"version":3,"names":["cssInterop","React","View","cn","Badge","Text","jsx","_jsx","jsxs","_jsxs","className","View_","getHeightClass","span","getPaddingClass","CalendarItem","forwardRef","time","eventName","eventTime","showBadge","showTrailing","badgeVariant","badgeSize","_badgeSize","badgeText","leftIcon","rightIcon","showRightIcon","style","testID","ref","children","variant","displayName"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/CalendarItem/CalendarItem.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
// @ts-nocheck
|
|
4
|
-
import
|
|
5
|
-
import { Pressable, View, Text as RNText } from 'react-native';
|
|
4
|
+
import { cva } from 'class-variance-authority';
|
|
6
5
|
import { cssInterop } from 'nativewind';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { Pressable, Text as RNText, View } from 'react-native';
|
|
7
8
|
import { SquircleView } from 'react-native-figma-squircle';
|
|
8
|
-
import { cva } from 'class-variance-authority';
|
|
9
|
-
import { cn } from "../../../lib/utils.js";
|
|
10
9
|
import { useThemeColors } from "../../../lib/theme.js";
|
|
10
|
+
import { cn } from "../../../lib/utils.js";
|
|
11
11
|
|
|
12
12
|
// NativeWind interop (className -> style)
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -49,7 +49,7 @@ function useVariantSquircleParams(variant) {
|
|
|
49
49
|
const colors = useThemeColors();
|
|
50
50
|
const map = {
|
|
51
51
|
default: {
|
|
52
|
-
fillColor: colors.
|
|
52
|
+
fillColor: colors.brandSecondary,
|
|
53
53
|
strokeColor: 'transparent',
|
|
54
54
|
strokeWidth: 0
|
|
55
55
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["cva","cssInterop","React","Pressable","Text","RNText","View","SquircleView","useThemeColors","cn","jsx","_jsx","jsxs","_jsxs","className","ButtonVariants","size","variant","DummyIcon","testID","useVariantSquircleParams","colors","map","default","fillColor","brandSecondary","strokeColor","strokeWidth","secondary","brandPrimary","outline","border","ghost","destructive","link","CORNER_RADIUS","CORNER_SMOOTHING","buttonVariants","variants","lg","icon","disabled","false","true","hasIcons","compoundVariants","defaultVariants","buttonTextVariants","normalizeVariant","v","s","String","toLowerCase","includes","normalizeSize","normalizeDisabled","Button","props","showLeftIcon","showRightIcon","style","children","onPress","rest","d","isIconOnly","Boolean","squircleParams","handlePress","useCallback","e","cornerRadius","cornerSmoothing","accessibilityRole","accessibilityState","numberOfLines","ellipsizeMode","displayName"],"sourceRoot":"../../../../../src","sources":["components/Input/Button/Button.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { Text } from 'react-native';
|
|
6
6
|
import { Button } from "../../Input/Button/Button.js";
|
|
7
|
-
import { Popover as PopoverPrimitive, PopoverTrigger
|
|
7
|
+
import { PopoverContainer, PopoverContent, Popover as PopoverPrimitive, PopoverTrigger } from "../../Layout/PopoverContainer/Popover-Container.js";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Popover Component
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","Button","
|
|
1
|
+
{"version":3,"names":["React","Text","Button","PopoverContainer","PopoverContent","Popover","PopoverPrimitive","PopoverTrigger","jsx","_jsx","jsxs","_jsxs","forwardRef","placement","style","testID","ref","side","children","asChild","variant","size","align","sideOffset","displayName"],"sourceRoot":"../../../../../src","sources":["components/Navigation/Popover/Popover.tsx"],"mappings":";;AAAA;AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,QAA8C,cAAc;AAEzE,SAASC,MAAM,QAAQ,8BAA2B;AAClD,SACEC,gBAAgB,EAChBC,cAAc,EACdC,OAAO,IAAIC,gBAAgB,EAC3BC,cAAc,QACT,oDAAiD;;AAExD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAPA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAiBA,OAAO,MAAMN,OAAO,gBAAGL,KAAK,CAACY,UAAU,CAGrC,CAAC;EAAEC,SAAS,GAAG,QAAQ;EAAEC,KAAK;EAAEC;AAAO,CAAC,EAAEC,GAAG,KAAK;EAClD,MAAMC,IAAI,GAAGJ,SAAS,KAAK,KAAK,GAAG,KAAK,GAAG,QAAQ;EAEnD,oBACEF,KAAA,CAACL,gBAAgB;IAAAY,QAAA,gBAEfT,IAAA,CAACF,cAAc;MAACS,GAAG,EAAEA,GAAI;MAACG,OAAO;MAAAD,QAAA,eAC/BT,IAAA,CAACP,MAAM;QACLkB,OAAO,EAAC,SAAS;QACjBC,IAAI,EAAC,SAAS;QACdN,MAAM,EAAEA,MAAM,IAAI,iBAAkB;QACpCD,KAAK,EAAEA,KAAM;QAAAI,QAAA,eAEbT,IAAA,CAACR,IAAI;UAAAiB,QAAA,EAAC;QAAY,CAAM;MAAC,CACnB;IAAC,CACK,CAAC,eAGjBT,IAAA,CAACL,cAAc;MAACkB,KAAK,EAAC,OAAO;MAACL,IAAI,EAAEA,IAAK;MAACM,UAAU,EAAE,CAAE;MAAAL,QAAA,eACtDT,IAAA,CAACN,gBAAgB;QAACkB,IAAI,EAAC;MAAI,CAAE;IAAC,CAChB,CAAC;EAAA,CACD,CAAC;AAEvB,CAAC,CAAC;AAEFhB,OAAO,CAACmB,WAAW,GAAG,SAAS;AAE/B,eAAenB,OAAO","ignoreList":[]}
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
// @ts-nocheck
|
|
4
|
-
export * from "../DataDisplay/Accordion/Accordion.js";
|
|
5
|
-
export * from "../DataDisplay/AccordionItem/AccordionItem.js";
|
|
6
4
|
export * from "../Feedback/Alert/Alert.js";
|
|
7
5
|
export * from "../Feedback/AlertDialog/Alert-Dialog.js";
|
|
8
6
|
export * from "../Feedback/InfoBar/InfoBar.js";
|
|
7
|
+
export * from "../Feedback/ProgressCircular/Progress-circular.js";
|
|
8
|
+
export * from "../Feedback/ProgressLinear/Progress-linear.js";
|
|
9
|
+
export * from "../Feedback/Stepper/Stepper.js";
|
|
9
10
|
export * from "../Navigation/Appbar/AppBar.js";
|
|
11
|
+
export * from "../Navigation/ContextMenu/Context-Menu.js";
|
|
12
|
+
export * from "../Navigation/Dialog/Dialog.js";
|
|
13
|
+
export * from "../Navigation/FloatingAction/Floating-Action.js";
|
|
14
|
+
export * from "../Navigation/Navbar/NavBar.js";
|
|
15
|
+
export * from "../Navigation/Popover/Popover.js";
|
|
16
|
+
export * from "../Navigation/Themetoggle/Theme-Toggle.js";
|
|
10
17
|
export * from "../Layout/AspectRatio/Aspect-Ratio.js";
|
|
18
|
+
export * from "../Layout/Bottomsheet/Bottom-Sheet.js";
|
|
19
|
+
export * from "../Layout/PageContent/PageContent.js";
|
|
20
|
+
export * from "../Layout/PageLayoutFocused/PageLayoutFocused.js";
|
|
21
|
+
export * from "../Layout/PageLayoutShell/PageLayoutShell.js";
|
|
22
|
+
export * from "../Layout/PopoverContainer/Popover-Container.js";
|
|
23
|
+
export * from "../Layout/Tabs/Tabs.js";
|
|
11
24
|
export * from "../DataDisplay/Avatar/Avatar.js";
|
|
25
|
+
export * from "../DataDisplay/Accordion/Accordion.js";
|
|
26
|
+
export * from "../DataDisplay/AccordionItem/AccordionItem.js";
|
|
12
27
|
export * from "../DataDisplay/Badge/Badge.js";
|
|
13
28
|
export * from "../DataDisplay/Banner/Banner.js";
|
|
14
|
-
export * from "../DataDisplay/Chips/Chips.js";
|
|
15
|
-
export * from "../DataDisplay/ChipsRow/ChipsRow.js";
|
|
16
29
|
export * from "../DataDisplay/BannerRow/BannerRow.js";
|
|
17
|
-
export * from "../Layout/PageLayoutShell/PageLayoutShell.js";
|
|
18
|
-
export * from "../Layout/PageLayoutFocused/PageLayoutFocused.js";
|
|
19
|
-
export * from "../Layout/PageContent/PageContent.js";
|
|
20
|
-
export * from "../Layout/Bottomsheet/Bottom-Sheet.js";
|
|
21
|
-
export * from "../Input/Button/Button.js";
|
|
22
|
-
export * from "../DataDisplay/Card/Card.js";
|
|
23
30
|
export * from "../DataDisplay/CalendarItem/CalendarItem.js";
|
|
31
|
+
export * from "../DataDisplay/Card/Card.js";
|
|
32
|
+
export * from "../DataDisplay/Chips/Chips.js";
|
|
33
|
+
export * from "../DataDisplay/ChipsRow/ChipsRow.js";
|
|
34
|
+
export * from "../DataDisplay/DataCard/DataCard.js";
|
|
35
|
+
export * from "../DataDisplay/Datalist/Datalist.js";
|
|
36
|
+
export * from "../DataDisplay/DataListItem/DataListItem.js";
|
|
24
37
|
export * from "../DataDisplay/FeedCard/FeedCard.js";
|
|
25
38
|
export * from "../DataDisplay/Greeting/Greeting.js";
|
|
26
39
|
export * from "../DataDisplay/MonthCalendar/MonthCalendar.js";
|
|
27
|
-
export * from "../DataDisplay/
|
|
40
|
+
export * from "../DataDisplay/Separator/Separator.js";
|
|
41
|
+
export * from "../DataDisplay/Skeleton/Skeleton.js";
|
|
42
|
+
export * from "../DataDisplay/Tooltip/Tooltip.js";
|
|
43
|
+
export * from "../Input/Button/Button.js";
|
|
28
44
|
export * from "../Input/Checkbox/Checkbox.js";
|
|
45
|
+
export * from "../Input/RadioGroup/Radio-Group.js";
|
|
46
|
+
export * from "../Input/Select/Select.js";
|
|
47
|
+
export * from "../Input/switch/Switch.js";
|
|
48
|
+
export * from "../Input/Text/Text.js";
|
|
49
|
+
export * from "../Input/TextField/Textfield.js";
|
|
50
|
+
export * from "../Input/Toggle/Toggle.js";
|
|
51
|
+
export * from "../Input/ToggleGroup/Toggle-Group.js";
|
|
29
52
|
export * from "./Collapsible.js";
|
|
30
|
-
export * from "../Navigation/ContextMenu/Context-Menu.js";
|
|
31
53
|
export * from "./Custom-Card.js";
|
|
32
|
-
export * from "../Navigation/Dialog/Dialog.js";
|
|
33
54
|
export * from "./Dropdown-Menu.js";
|
|
34
|
-
export * from "../Navigation/FloatingAction/Floating-Action.js";
|
|
35
55
|
export * from "./Hover-Card.js";
|
|
36
56
|
export * from "./Icon.js";
|
|
37
57
|
export * from "./Input.js";
|
|
38
58
|
export * from "./Label.js";
|
|
39
59
|
export * from "./Menubar.js";
|
|
40
|
-
export * from "../Navigation/Navbar/NavBar.js";
|
|
41
|
-
export * from "../Navigation/Popover/Popover.js";
|
|
42
|
-
export * from "../Layout/PopoverContainer/Popover-Container.js";
|
|
43
|
-
export * from "../Feedback/ProgressLinear/Progress-linear.js";
|
|
44
|
-
export * from "../Feedback/ProgressCircular/Progress-circular.js";
|
|
45
|
-
export * from "../Feedback/Stepper/Stepper.js";
|
|
46
|
-
export * from "../Input/RadioGroup/Radio-Group.js";
|
|
47
|
-
export * from "../Input/Select/Select.js";
|
|
48
|
-
export * from "../DataDisplay/Separator/Separator.js";
|
|
49
60
|
export * from "./SizedBox.js";
|
|
50
|
-
export * from "../DataDisplay/Skeleton/Skeleton.js";
|
|
51
61
|
export * from "./Slider.js";
|
|
52
|
-
export * from "../Input/switch/Switch.js";
|
|
53
62
|
export * from "./Table.js";
|
|
54
|
-
export * from "../Layout/Tabs/Tabs.js";
|
|
55
|
-
export * from "../Input/Text/Text.js";
|
|
56
|
-
export * from "../Input/TextField/Textfield.js";
|
|
57
|
-
export * from "../Navigation/Themetoggle/Theme-Toggle.js";
|
|
58
63
|
export * from "./Toast.js";
|
|
59
|
-
export * from "../Input/Toggle/Toggle.js";
|
|
60
|
-
export * from "../Input/ToggleGroup/Toggle-Group.js";
|
|
61
|
-
export * from "../DataDisplay/Tooltip/Tooltip.js";
|
|
62
|
-
export * from "../DataDisplay/DataListItem/DataListItem.js";
|
|
63
|
-
export * from "../DataDisplay/Datalist/Datalist.js";
|
|
64
64
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/ui/index.ts"],"mappings":";;AAAA;AACA,cAAc,
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/ui/index.ts"],"mappings":";;AAAA;AACA,cAAc,4BAAyB;AACvC,cAAc,yCAAsC;AACpD,cAAc,gCAA6B;AAC3C,cAAc,mDAAgD;AAC9D,cAAc,+CAA4C;AAC1D,cAAc,gCAA6B;AAE3C,cAAc,gCAA6B;AAC3C,cAAc,2CAAwC;AACtD,cAAc,gCAA6B;AAC3C,cAAc,iDAA8C;AAC5D,cAAc,gCAA6B;AAC3C,cAAc,kCAA+B;AAC7C,cAAc,2CAAwC;AAEtD,cAAc,uCAAoC;AAClD,cAAc,uCAAoC;AAClD,cAAc,sCAAmC;AACjD,cAAc,kDAA+C;AAC7D,cAAc,8CAA2C;AACzD,cAAc,iDAA8C;AAC5D,cAAc,wBAAqB;AAEnC,cAAc,iCAA8B;AAC5C,cAAc,uCAAoC;AAClD,cAAc,+CAA4C;AAC1D,cAAc,+BAA4B;AAC1C,cAAc,iCAA8B;AAC5C,cAAc,uCAAoC;AAClD,cAAc,6CAA0C;AACxD,cAAc,6BAA0B;AACxC,cAAc,+BAA4B;AAC1C,cAAc,qCAAkC;AAChD,cAAc,qCAAkC;AAChD,cAAc,qCAAkC;AAChD,cAAc,6CAA0C;AACxD,cAAc,qCAAkC;AAChD,cAAc,qCAAkC;AAChD,cAAc,+CAA4C;AAC1D,cAAc,uCAAoC;AAClD,cAAc,qCAAkC;AAChD,cAAc,mCAAgC;AAE9C,cAAc,2BAAwB;AACtC,cAAc,+BAA4B;AAC1C,cAAc,oCAAiC;AAC/C,cAAc,2BAAwB;AACtC,cAAc,2BAAwB;AACtC,cAAc,uBAAoB;AAClC,cAAc,iCAA8B;AAC5C,cAAc,2BAAwB;AACtC,cAAc,sCAAmC;AAEjD,cAAc,kBAAe;AAC7B,cAAc,kBAAe;AAC7B,cAAc,oBAAiB;AAE/B,cAAc,iBAAc;AAC5B,cAAc,WAAQ;AACtB,cAAc,YAAS;AACvB,cAAc,YAAS;AACvB,cAAc,cAAW;AACzB,cAAc,eAAY;AAC1B,cAAc,aAAU;AACxB,cAAc,YAAS;AACvB,cAAc,YAAS","ignoreList":[]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export let presets: (string | {
|
|
2
|
+
jsxImportSource: string;
|
|
3
|
+
})[][];
|
|
4
|
+
export let overrides: ({
|
|
5
|
+
exclude: RegExp;
|
|
6
|
+
presets: string[];
|
|
7
|
+
include?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
include: RegExp;
|
|
10
|
+
presets: string[];
|
|
11
|
+
exclude?: undefined;
|
|
12
|
+
})[];
|
|
13
|
+
//# sourceMappingURL=babel.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"babel.config.d.ts","sourceRoot":"","sources":["../../babel.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import '../../global.css';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
interface RootLayoutProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export default function RootLayout({ children }: RootLayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=_layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_layout.d.ts","sourceRoot":"","sources":["../../../../src/app/_layout.tsx"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAM1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,UAAU,eAAe;IACvB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAY/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/assets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const Lotties: {
|
|
2
|
+
readonly notFound: any;
|
|
3
|
+
readonly emptyDocument: any;
|
|
4
|
+
readonly noConnection: any;
|
|
5
|
+
readonly noContent: any;
|
|
6
|
+
readonly noProfile: any;
|
|
7
|
+
readonly noSearch: any;
|
|
8
|
+
readonly noTask: any;
|
|
9
|
+
readonly noWifi: any;
|
|
10
|
+
readonly loading: any;
|
|
11
|
+
readonly success: any;
|
|
12
|
+
};
|
|
13
|
+
export type LottieKey = keyof typeof Lotties;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/assets/lotties/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;;;;;;;CAWV,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
export declare const AccordionVariants: {
|
|
4
|
+
readonly spacing: readonly ["default", "none"];
|
|
5
|
+
readonly state: readonly ["open", "close"];
|
|
6
|
+
readonly type: readonly ["single", "multiple"];
|
|
7
|
+
};
|
|
8
|
+
type AccordionSpacing = (typeof AccordionVariants.spacing)[number];
|
|
9
|
+
type AccordionState = (typeof AccordionVariants.state)[number];
|
|
10
|
+
type AccordionType = (typeof AccordionVariants.type)[number];
|
|
11
|
+
declare const rootVariants: (props?: ({
|
|
12
|
+
spacing?: "default" | "none" | null | undefined;
|
|
13
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
14
|
+
declare const itemShellVariants: (props?: ({
|
|
15
|
+
position?: "middle" | "single" | "first" | "last" | null | undefined;
|
|
16
|
+
spacing?: "default" | "none" | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
export type AccordionProps = Omit<VariantProps<typeof rootVariants>, 'spacing'> & {
|
|
19
|
+
spacing?: AccordionSpacing | 'Default' | 'None';
|
|
20
|
+
state?: AccordionState | 'Open' | 'Close';
|
|
21
|
+
type?: AccordionType | 'Single' | 'Multiple';
|
|
22
|
+
/** Used to override the default root style. */
|
|
23
|
+
style?: StyleProp<ViewStyle>;
|
|
24
|
+
/** Used to locate this view in end-to-end tests. */
|
|
25
|
+
testID?: string;
|
|
26
|
+
/** Prevent passing className */
|
|
27
|
+
className?: never;
|
|
28
|
+
};
|
|
29
|
+
export declare function Accordion(props: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare namespace Accordion {
|
|
31
|
+
var displayName: string;
|
|
32
|
+
}
|
|
33
|
+
export { rootVariants, itemShellVariants };
|
|
34
|
+
export type { AccordionProps };
|
|
35
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Accordion/Accordion.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAYlE,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AACnE,KAAK,cAAc,GAAG,CAAC,OAAO,iBAAiB,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC;AAC/D,KAAK,aAAa,GAAG,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;AAM7D,QAAA,MAAM,YAAY;;8EAUhB,CAAC;AAEH,QAAA,MAAM,iBAAiB;;;8EA8CrB,CAAC;AAMH,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,YAAY,CAAC,OAAO,YAAY,CAAC,EACjC,SAAS,CACV,GAAG;IACF,OAAO,CAAC,EAAE,gBAAgB,GAAG,SAAS,GAAG,MAAM,CAAC;IAChD,KAAK,CAAC,EAAE,cAAc,GAAG,MAAM,GAAG,OAAO,CAAC;IAC1C,IAAI,CAAC,EAAE,aAAa,GAAG,QAAQ,GAAG,UAAU,CAAC;IAE7C,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gCAAgC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AA0BF,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CAqF9C;yBArFe,SAAS;;;AAyFzB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Accordion/Accordion.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
export declare const AccordionItemVariants: {
|
|
4
|
+
readonly state: readonly ["open", "close"];
|
|
5
|
+
};
|
|
6
|
+
type AccordionItemState = (typeof AccordionItemVariants.state)[number];
|
|
7
|
+
declare const rootVariants: (props?: ({
|
|
8
|
+
state?: "open" | "close" | null | undefined;
|
|
9
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
|
+
declare const contentVariants: (props?: ({
|
|
11
|
+
state?: "open" | "close" | null | undefined;
|
|
12
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
|
+
export type AccordionItemProps = Omit<VariantProps<typeof rootVariants>, 'state'> & {
|
|
14
|
+
accordianTitle: string;
|
|
15
|
+
accordianSubtitle: string;
|
|
16
|
+
state?: AccordionItemState | 'Open' | 'Close';
|
|
17
|
+
/** Optional press handler */
|
|
18
|
+
onPress?: () => void;
|
|
19
|
+
/** Used to override the default root style. */
|
|
20
|
+
style?: StyleProp<ViewStyle>;
|
|
21
|
+
/** Used to locate this view in end-to-end tests. */
|
|
22
|
+
testID?: string;
|
|
23
|
+
/** Prevent passing className */
|
|
24
|
+
className?: never;
|
|
25
|
+
};
|
|
26
|
+
export declare function AccordionItem(props: AccordionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare namespace AccordionItem {
|
|
28
|
+
var displayName: string;
|
|
29
|
+
}
|
|
30
|
+
export { rootVariants, contentVariants };
|
|
31
|
+
export type { AccordionItemProps };
|
|
32
|
+
//# sourceMappingURL=AccordionItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/AccordionItem/AccordionItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAclE,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AAEX,KAAK,kBAAkB,GAAG,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC;AAMvE,QAAA,MAAM,YAAY;;8EAajB,CAAC;AAEF,QAAA,MAAM,eAAe;;8EAUnB,CAAC;AAiCH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,YAAY,CAAC,OAAO,YAAY,CAAC,EACjC,OAAO,CACR,GAAG;IACF,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,KAAK,CAAC,EAAE,kBAAkB,GAAG,MAAM,GAAG,OAAO,CAAC;IAE9C,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gCAAgC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAeF,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAqCtD;yBArCe,aAAa;;;AAyC7B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AACzC,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionItem.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/AccordionItem/AccordionItem.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
export declare const AvatarVariants: {
|
|
4
|
+
readonly size: readonly ["sm", "default", "lg"];
|
|
5
|
+
readonly type: readonly ["initials", "image", "icon"];
|
|
6
|
+
};
|
|
7
|
+
type AvatarSize = (typeof AvatarVariants.size)[number];
|
|
8
|
+
type AvatarType = (typeof AvatarVariants.type)[number];
|
|
9
|
+
declare const rootVariants: (props?: ({
|
|
10
|
+
size?: "default" | "lg" | "sm" | null | undefined;
|
|
11
|
+
type?: "image" | "icon" | "initials" | null | undefined;
|
|
12
|
+
ring?: boolean | null | undefined;
|
|
13
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
14
|
+
declare const textVariants: (props?: ({
|
|
15
|
+
size?: "default" | "lg" | "sm" | null | undefined;
|
|
16
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
17
|
+
export type AvatarProps = Omit<VariantProps<typeof rootVariants>, 'size' | 'type'> & {
|
|
18
|
+
initials: string;
|
|
19
|
+
size?: AvatarSize | 'Sm' | 'Default' | 'Lg';
|
|
20
|
+
type?: AvatarType | 'Initials' | 'Image' | 'Icon';
|
|
21
|
+
source?: any;
|
|
22
|
+
icon?: any;
|
|
23
|
+
showRing?: boolean | 'True' | 'False' | 'true' | 'false' | '1' | '0';
|
|
24
|
+
/** Used to override the default root style. */
|
|
25
|
+
style?: StyleProp<ViewStyle>;
|
|
26
|
+
/** Used to locate this view in end-to-end tests. */
|
|
27
|
+
testID?: string;
|
|
28
|
+
/** Prevent passing className */
|
|
29
|
+
className?: never;
|
|
30
|
+
};
|
|
31
|
+
export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export declare namespace Avatar {
|
|
33
|
+
var displayName: string;
|
|
34
|
+
}
|
|
35
|
+
export { rootVariants, textVariants };
|
|
36
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAYlE,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AAEX,KAAK,UAAU,GAAG,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;AACvD,KAAK,UAAU,GAAG,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;AAMvD,QAAA,MAAM,YAAY;;;;8EAsBhB,CAAC;AAEH,QAAA,MAAM,YAAY;;8EAWhB,CAAC;AAMH,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,YAAY,CAAC,OAAO,YAAY,CAAC,EACjC,MAAM,GAAG,MAAM,CAChB,GAAG;IACF,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;IAC5C,IAAI,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,CAAC;IAClD,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,IAAI,CAAC,EAAE,GAAG,CAAC;IAEX,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,GAAG,GAAG,GAAG,CAAC;IAErE,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gCAAgC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AA6BF,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAmBxC;yBAnBe,MAAM;;;AAuBtB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Avatar/Avatar.figma.tsx"],"names":[],"mappings":""}
|