@atipicus/mrs-ui 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +6 -0
- package/README.md +602 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +68535 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +68519 -0
- package/dist/index.mjs.map +1 -0
- package/dist/mrs-ui.css +185 -0
- package/dist/src/components/atoms/AccountStack/AccountStack.d.ts +6 -0
- package/dist/src/components/atoms/AccountStack/AccountStack.d.ts.map +1 -0
- package/dist/src/components/atoms/AccountStack/AccountStack.types.d.ts +51 -0
- package/dist/src/components/atoms/AccountStack/AccountStack.types.d.ts.map +1 -0
- package/dist/src/components/atoms/AccountStack/index.d.ts +3 -0
- package/dist/src/components/atoms/AccountStack/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Avatar/Avatar.d.ts +12 -0
- package/dist/src/components/atoms/Avatar/Avatar.d.ts.map +1 -0
- package/dist/src/components/atoms/Avatar/Avatar.types.d.ts +46 -0
- package/dist/src/components/atoms/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Avatar/index.d.ts +6 -0
- package/dist/src/components/atoms/Avatar/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Badge/Badge.d.ts +13 -0
- package/dist/src/components/atoms/Badge/Badge.d.ts.map +1 -0
- package/dist/src/components/atoms/Badge/Badge.types.d.ts +57 -0
- package/dist/src/components/atoms/Badge/Badge.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Badge/index.d.ts +6 -0
- package/dist/src/components/atoms/Badge/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Box/Box.d.ts +16 -0
- package/dist/src/components/atoms/Box/Box.d.ts.map +1 -0
- package/dist/src/components/atoms/Box/Box.types.d.ts +19 -0
- package/dist/src/components/atoms/Box/Box.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Box/index.d.ts +7 -0
- package/dist/src/components/atoms/Box/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Button/Button.d.ts +10 -0
- package/dist/src/components/atoms/Button/Button.d.ts.map +1 -0
- package/dist/src/components/atoms/Button/Button.types.d.ts +15 -0
- package/dist/src/components/atoms/Button/Button.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Button/index.d.ts +6 -0
- package/dist/src/components/atoms/Button/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.d.ts +12 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.types.d.ts +81 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Checkbox/index.d.ts +6 -0
- package/dist/src/components/atoms/Checkbox/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Chip/Chip.d.ts +12 -0
- package/dist/src/components/atoms/Chip/Chip.d.ts.map +1 -0
- package/dist/src/components/atoms/Chip/Chip.types.d.ts +68 -0
- package/dist/src/components/atoms/Chip/Chip.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Chip/index.d.ts +6 -0
- package/dist/src/components/atoms/Chip/index.d.ts.map +1 -0
- package/dist/src/components/atoms/CircularProgress/CircularProgress.d.ts +13 -0
- package/dist/src/components/atoms/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/dist/src/components/atoms/CircularProgress/CircularProgress.types.d.ts +40 -0
- package/dist/src/components/atoms/CircularProgress/CircularProgress.types.d.ts.map +1 -0
- package/dist/src/components/atoms/CircularProgress/index.d.ts +6 -0
- package/dist/src/components/atoms/CircularProgress/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Container/Container.d.ts +16 -0
- package/dist/src/components/atoms/Container/Container.d.ts.map +1 -0
- package/dist/src/components/atoms/Container/Container.types.d.ts +35 -0
- package/dist/src/components/atoms/Container/Container.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Container/index.d.ts +7 -0
- package/dist/src/components/atoms/Container/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Divider/Divider.d.ts +13 -0
- package/dist/src/components/atoms/Divider/Divider.d.ts.map +1 -0
- package/dist/src/components/atoms/Divider/Divider.types.d.ts +39 -0
- package/dist/src/components/atoms/Divider/Divider.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Divider/index.d.ts +6 -0
- package/dist/src/components/atoms/Divider/index.d.ts.map +1 -0
- package/dist/src/components/atoms/FormControlLabel/FormControlLabel.d.ts +17 -0
- package/dist/src/components/atoms/FormControlLabel/FormControlLabel.d.ts.map +1 -0
- package/dist/src/components/atoms/FormControlLabel/FormControlLabel.types.d.ts +43 -0
- package/dist/src/components/atoms/FormControlLabel/FormControlLabel.types.d.ts.map +1 -0
- package/dist/src/components/atoms/FormControlLabel/index.d.ts +7 -0
- package/dist/src/components/atoms/FormControlLabel/index.d.ts.map +1 -0
- package/dist/src/components/atoms/FormGroup/FormGroup.d.ts +17 -0
- package/dist/src/components/atoms/FormGroup/FormGroup.d.ts.map +1 -0
- package/dist/src/components/atoms/FormGroup/FormGroup.types.d.ts +19 -0
- package/dist/src/components/atoms/FormGroup/FormGroup.types.d.ts.map +1 -0
- package/dist/src/components/atoms/FormGroup/index.d.ts +7 -0
- package/dist/src/components/atoms/FormGroup/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Grid/Grid.d.ts +21 -0
- package/dist/src/components/atoms/Grid/Grid.d.ts.map +1 -0
- package/dist/src/components/atoms/Grid/Grid.types.d.ts +77 -0
- package/dist/src/components/atoms/Grid/Grid.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Grid/index.d.ts +7 -0
- package/dist/src/components/atoms/Grid/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Icon/Icon.d.ts +13 -0
- package/dist/src/components/atoms/Icon/Icon.d.ts.map +1 -0
- package/dist/src/components/atoms/Icon/Icon.types.d.ts +59 -0
- package/dist/src/components/atoms/Icon/Icon.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Icon/index.d.ts +6 -0
- package/dist/src/components/atoms/Icon/index.d.ts.map +1 -0
- package/dist/src/components/atoms/IconButton/IconButton.d.ts +13 -0
- package/dist/src/components/atoms/IconButton/IconButton.d.ts.map +1 -0
- package/dist/src/components/atoms/IconButton/IconButton.types.d.ts +45 -0
- package/dist/src/components/atoms/IconButton/IconButton.types.d.ts.map +1 -0
- package/dist/src/components/atoms/IconButton/index.d.ts +6 -0
- package/dist/src/components/atoms/IconButton/index.d.ts.map +1 -0
- package/dist/src/components/atoms/LinearProgress/LinearProgress.d.ts +13 -0
- package/dist/src/components/atoms/LinearProgress/LinearProgress.d.ts.map +1 -0
- package/dist/src/components/atoms/LinearProgress/LinearProgress.types.d.ts +40 -0
- package/dist/src/components/atoms/LinearProgress/LinearProgress.types.d.ts.map +1 -0
- package/dist/src/components/atoms/LinearProgress/index.d.ts +6 -0
- package/dist/src/components/atoms/LinearProgress/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Link/Link.d.ts +15 -0
- package/dist/src/components/atoms/Link/Link.d.ts.map +1 -0
- package/dist/src/components/atoms/Link/Link.types.d.ts +51 -0
- package/dist/src/components/atoms/Link/Link.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Link/index.d.ts +7 -0
- package/dist/src/components/atoms/Link/index.d.ts.map +1 -0
- package/dist/src/components/atoms/MaterialSymbol/MaterialSymbol.d.ts +134 -0
- package/dist/src/components/atoms/MaterialSymbol/MaterialSymbol.d.ts.map +1 -0
- package/dist/src/components/atoms/MaterialSymbol/index.d.ts +3 -0
- package/dist/src/components/atoms/MaterialSymbol/index.d.ts.map +1 -0
- package/dist/src/components/atoms/MenuItem/MenuItem.d.ts +33 -0
- package/dist/src/components/atoms/MenuItem/MenuItem.d.ts.map +1 -0
- package/dist/src/components/atoms/MenuItem/MenuItem.types.d.ts +43 -0
- package/dist/src/components/atoms/MenuItem/MenuItem.types.d.ts.map +1 -0
- package/dist/src/components/atoms/MenuItem/index.d.ts +7 -0
- package/dist/src/components/atoms/MenuItem/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Paper/Paper.d.ts +13 -0
- package/dist/src/components/atoms/Paper/Paper.d.ts.map +1 -0
- package/dist/src/components/atoms/Paper/Paper.types.d.ts +36 -0
- package/dist/src/components/atoms/Paper/Paper.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Paper/index.d.ts +6 -0
- package/dist/src/components/atoms/Paper/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Radio/Radio.d.ts +14 -0
- package/dist/src/components/atoms/Radio/Radio.d.ts.map +1 -0
- package/dist/src/components/atoms/Radio/Radio.types.d.ts +72 -0
- package/dist/src/components/atoms/Radio/Radio.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Radio/index.d.ts +6 -0
- package/dist/src/components/atoms/Radio/index.d.ts.map +1 -0
- package/dist/src/components/atoms/RadioGroup/RadioGroup.d.ts +17 -0
- package/dist/src/components/atoms/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/src/components/atoms/RadioGroup/RadioGroup.types.d.ts +31 -0
- package/dist/src/components/atoms/RadioGroup/RadioGroup.types.d.ts.map +1 -0
- package/dist/src/components/atoms/RadioGroup/index.d.ts +7 -0
- package/dist/src/components/atoms/RadioGroup/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Select/Select.d.ts +39 -0
- package/dist/src/components/atoms/Select/Select.d.ts.map +1 -0
- package/dist/src/components/atoms/Select/Select.types.d.ts +124 -0
- package/dist/src/components/atoms/Select/Select.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Select/index.d.ts +7 -0
- package/dist/src/components/atoms/Select/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Skeleton/Skeleton.d.ts +13 -0
- package/dist/src/components/atoms/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/src/components/atoms/Skeleton/Skeleton.types.d.ts +35 -0
- package/dist/src/components/atoms/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Skeleton/index.d.ts +6 -0
- package/dist/src/components/atoms/Skeleton/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Slider/Slider.d.ts +14 -0
- package/dist/src/components/atoms/Slider/Slider.d.ts.map +1 -0
- package/dist/src/components/atoms/Slider/Slider.types.d.ts +151 -0
- package/dist/src/components/atoms/Slider/Slider.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Slider/index.d.ts +6 -0
- package/dist/src/components/atoms/Slider/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Stack/Stack.d.ts +17 -0
- package/dist/src/components/atoms/Stack/Stack.d.ts.map +1 -0
- package/dist/src/components/atoms/Stack/Stack.types.d.ts +51 -0
- package/dist/src/components/atoms/Stack/Stack.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Stack/index.d.ts +7 -0
- package/dist/src/components/atoms/Stack/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Switch/Switch.d.ts +13 -0
- package/dist/src/components/atoms/Switch/Switch.d.ts.map +1 -0
- package/dist/src/components/atoms/Switch/Switch.types.d.ts +71 -0
- package/dist/src/components/atoms/Switch/Switch.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Switch/index.d.ts +3 -0
- package/dist/src/components/atoms/Switch/index.d.ts.map +1 -0
- package/dist/src/components/atoms/TextField/TextField.d.ts +37 -0
- package/dist/src/components/atoms/TextField/TextField.d.ts.map +1 -0
- package/dist/src/components/atoms/TextField/TextField.types.d.ts +128 -0
- package/dist/src/components/atoms/TextField/TextField.types.d.ts.map +1 -0
- package/dist/src/components/atoms/TextField/index.d.ts +7 -0
- package/dist/src/components/atoms/TextField/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Toolbar/Toolbar.d.ts +14 -0
- package/dist/src/components/atoms/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/src/components/atoms/Toolbar/Toolbar.types.d.ts +24 -0
- package/dist/src/components/atoms/Toolbar/Toolbar.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Toolbar/index.d.ts +7 -0
- package/dist/src/components/atoms/Toolbar/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Tooltip/Tooltip.d.ts +12 -0
- package/dist/src/components/atoms/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/src/components/atoms/Tooltip/Tooltip.types.d.ts +30 -0
- package/dist/src/components/atoms/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Tooltip/index.d.ts +6 -0
- package/dist/src/components/atoms/Tooltip/index.d.ts.map +1 -0
- package/dist/src/components/atoms/Typography/Typography.d.ts +13 -0
- package/dist/src/components/atoms/Typography/Typography.d.ts.map +1 -0
- package/dist/src/components/atoms/Typography/Typography.types.d.ts +25 -0
- package/dist/src/components/atoms/Typography/Typography.types.d.ts.map +1 -0
- package/dist/src/components/atoms/Typography/index.d.ts +6 -0
- package/dist/src/components/atoms/Typography/index.d.ts.map +1 -0
- package/dist/src/components/atoms/index.d.ts +36 -0
- package/dist/src/components/atoms/index.d.ts.map +1 -0
- package/dist/src/components/effects/AnimatedBadge/AnimatedBadge.d.ts +28 -0
- package/dist/src/components/effects/AnimatedBadge/AnimatedBadge.d.ts.map +1 -0
- package/dist/src/components/effects/AnimatedBadge/index.d.ts +3 -0
- package/dist/src/components/effects/AnimatedBadge/index.d.ts.map +1 -0
- package/dist/src/components/effects/LoadingDots/LoadingDots.d.ts +25 -0
- package/dist/src/components/effects/LoadingDots/LoadingDots.d.ts.map +1 -0
- package/dist/src/components/effects/LoadingDots/index.d.ts +3 -0
- package/dist/src/components/effects/LoadingDots/index.d.ts.map +1 -0
- package/dist/src/components/effects/RippleButton/RippleButton.d.ts +23 -0
- package/dist/src/components/effects/RippleButton/RippleButton.d.ts.map +1 -0
- package/dist/src/components/effects/RippleButton/index.d.ts +3 -0
- package/dist/src/components/effects/RippleButton/index.d.ts.map +1 -0
- package/dist/src/components/effects/index.d.ts +9 -0
- package/dist/src/components/effects/index.d.ts.map +1 -0
- package/dist/src/components/index.d.ts +8 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/Accordion.d.ts +14 -0
- package/dist/src/components/molecules/Accordion/Accordion.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/Accordion.types.d.ts +93 -0
- package/dist/src/components/molecules/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/AccordionActions.d.ts +14 -0
- package/dist/src/components/molecules/Accordion/AccordionActions.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/AccordionDetails.d.ts +14 -0
- package/dist/src/components/molecules/Accordion/AccordionDetails.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/AccordionSummary.d.ts +14 -0
- package/dist/src/components/molecules/Accordion/AccordionSummary.d.ts.map +1 -0
- package/dist/src/components/molecules/Accordion/index.d.ts +12 -0
- package/dist/src/components/molecules/Accordion/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Alert/Alert.d.ts +5 -0
- package/dist/src/components/molecules/Alert/Alert.d.ts.map +1 -0
- package/dist/src/components/molecules/Alert/Alert.types.d.ts +53 -0
- package/dist/src/components/molecules/Alert/Alert.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Alert/index.d.ts +3 -0
- package/dist/src/components/molecules/Alert/index.d.ts.map +1 -0
- package/dist/src/components/molecules/AppBar/AppBar.d.ts +21 -0
- package/dist/src/components/molecules/AppBar/AppBar.d.ts.map +1 -0
- package/dist/src/components/molecules/AppBar/AppBar.types.d.ts +44 -0
- package/dist/src/components/molecules/AppBar/AppBar.types.d.ts.map +1 -0
- package/dist/src/components/molecules/AppBar/index.d.ts +7 -0
- package/dist/src/components/molecules/AppBar/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Autocomplete/Autocomplete.d.ts +16 -0
- package/dist/src/components/molecules/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/dist/src/components/molecules/Autocomplete/Autocomplete.types.d.ts +88 -0
- package/dist/src/components/molecules/Autocomplete/Autocomplete.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Autocomplete/index.d.ts +6 -0
- package/dist/src/components/molecules/Autocomplete/index.d.ts.map +1 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigation.d.ts +12 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigation.d.ts.map +1 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigation.types.d.ts +47 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigation.types.d.ts.map +1 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigationAction.d.ts +4 -0
- package/dist/src/components/molecules/BottomNavigation/BottomNavigationAction.d.ts.map +1 -0
- package/dist/src/components/molecules/BottomNavigation/index.d.ts +7 -0
- package/dist/src/components/molecules/BottomNavigation/index.d.ts.map +1 -0
- package/dist/src/components/molecules/ButtonGroup/ButtonGroup.d.ts +12 -0
- package/dist/src/components/molecules/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/src/components/molecules/ButtonGroup/ButtonGroup.types.d.ts +70 -0
- package/dist/src/components/molecules/ButtonGroup/ButtonGroup.types.d.ts.map +1 -0
- package/dist/src/components/molecules/ButtonGroup/index.d.ts +6 -0
- package/dist/src/components/molecules/ButtonGroup/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/Card.d.ts +15 -0
- package/dist/src/components/molecules/Card/Card.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/Card.types.d.ts +134 -0
- package/dist/src/components/molecules/Card/Card.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/CardActionArea.d.ts +14 -0
- package/dist/src/components/molecules/Card/CardActionArea.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/CardActions.d.ts +14 -0
- package/dist/src/components/molecules/Card/CardActions.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/CardContent.d.ts +14 -0
- package/dist/src/components/molecules/Card/CardContent.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/CardHeader.d.ts +14 -0
- package/dist/src/components/molecules/Card/CardHeader.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/CardMedia.d.ts +14 -0
- package/dist/src/components/molecules/Card/CardMedia.d.ts.map +1 -0
- package/dist/src/components/molecules/Card/index.d.ts +14 -0
- package/dist/src/components/molecules/Card/index.d.ts.map +1 -0
- package/dist/src/components/molecules/DatePicker/DatePicker.d.ts +9 -0
- package/dist/src/components/molecules/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/src/components/molecules/DatePicker/DatePicker.types.d.ts +7 -0
- package/dist/src/components/molecules/DatePicker/DatePicker.types.d.ts.map +1 -0
- package/dist/src/components/molecules/DatePicker/index.d.ts +7 -0
- package/dist/src/components/molecules/DatePicker/index.d.ts.map +1 -0
- package/dist/src/components/molecules/DateTimePicker/DateTimePicker.d.ts +9 -0
- package/dist/src/components/molecules/DateTimePicker/DateTimePicker.d.ts.map +1 -0
- package/dist/src/components/molecules/DateTimePicker/DateTimePicker.types.d.ts +7 -0
- package/dist/src/components/molecules/DateTimePicker/DateTimePicker.types.d.ts.map +1 -0
- package/dist/src/components/molecules/DateTimePicker/index.d.ts +7 -0
- package/dist/src/components/molecules/DateTimePicker/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Dialog/Dialog.d.ts +5 -0
- package/dist/src/components/molecules/Dialog/Dialog.d.ts.map +1 -0
- package/dist/src/components/molecules/Dialog/Dialog.types.d.ts +68 -0
- package/dist/src/components/molecules/Dialog/Dialog.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Dialog/index.d.ts +14 -0
- package/dist/src/components/molecules/Dialog/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Drawer/Drawer.d.ts +23 -0
- package/dist/src/components/molecules/Drawer/Drawer.d.ts.map +1 -0
- package/dist/src/components/molecules/Drawer/Drawer.types.d.ts +63 -0
- package/dist/src/components/molecules/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Drawer/index.d.ts +3 -0
- package/dist/src/components/molecules/Drawer/index.d.ts.map +1 -0
- package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.d.ts +24 -0
- package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.d.ts.map +1 -0
- package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.types.d.ts +63 -0
- package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.types.d.ts.map +1 -0
- package/dist/src/components/molecules/DrawerNavigation/index.d.ts +3 -0
- package/dist/src/components/molecules/DrawerNavigation/index.d.ts.map +1 -0
- package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.d.ts +23 -0
- package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.d.ts.map +1 -0
- package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.types.d.ts +41 -0
- package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.types.d.ts.map +1 -0
- package/dist/src/components/molecules/ExpandableNavItem/index.d.ts +3 -0
- package/dist/src/components/molecules/ExpandableNavItem/index.d.ts.map +1 -0
- package/dist/src/components/molecules/List/List.d.ts +13 -0
- package/dist/src/components/molecules/List/List.d.ts.map +1 -0
- package/dist/src/components/molecules/List/List.types.d.ts +48 -0
- package/dist/src/components/molecules/List/List.types.d.ts.map +1 -0
- package/dist/src/components/molecules/List/index.d.ts +6 -0
- package/dist/src/components/molecules/List/index.d.ts.map +1 -0
- package/dist/src/components/molecules/ListItem/ListItem.d.ts +19 -0
- package/dist/src/components/molecules/ListItem/ListItem.d.ts.map +1 -0
- package/dist/src/components/molecules/ListItem/ListItem.types.d.ts +114 -0
- package/dist/src/components/molecules/ListItem/ListItem.types.d.ts.map +1 -0
- package/dist/src/components/molecules/ListItem/index.d.ts +6 -0
- package/dist/src/components/molecules/ListItem/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Menu/Menu.d.ts +5 -0
- package/dist/src/components/molecules/Menu/Menu.d.ts.map +1 -0
- package/dist/src/components/molecules/Menu/Menu.types.d.ts +50 -0
- package/dist/src/components/molecules/Menu/Menu.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Menu/index.d.ts +8 -0
- package/dist/src/components/molecules/Menu/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Pagination/Pagination.d.ts +5 -0
- package/dist/src/components/molecules/Pagination/Pagination.d.ts.map +1 -0
- package/dist/src/components/molecules/Pagination/Pagination.types.d.ts +76 -0
- package/dist/src/components/molecules/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Pagination/index.d.ts +8 -0
- package/dist/src/components/molecules/Pagination/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Rating/Rating.d.ts +13 -0
- package/dist/src/components/molecules/Rating/Rating.d.ts.map +1 -0
- package/dist/src/components/molecules/Rating/Rating.types.d.ts +71 -0
- package/dist/src/components/molecules/Rating/Rating.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Rating/index.d.ts +6 -0
- package/dist/src/components/molecules/Rating/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Sidenav/Sidenav.d.ts +25 -0
- package/dist/src/components/molecules/Sidenav/Sidenav.d.ts.map +1 -0
- package/dist/src/components/molecules/Sidenav/Sidenav.types.d.ts +73 -0
- package/dist/src/components/molecules/Sidenav/Sidenav.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Sidenav/index.d.ts +7 -0
- package/dist/src/components/molecules/Sidenav/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.d.ts +5 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.d.ts.map +1 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.types.d.ts +60 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Snackbar/index.d.ts +8 -0
- package/dist/src/components/molecules/Snackbar/index.d.ts.map +1 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDial.d.ts +12 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDial.d.ts.map +1 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDial.types.d.ts +49 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDial.types.d.ts.map +1 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDialAction.d.ts +12 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDialAction.d.ts.map +1 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDialIcon.d.ts +12 -0
- package/dist/src/components/molecules/SpeedDial/SpeedDialIcon.d.ts.map +1 -0
- package/dist/src/components/molecules/SpeedDial/index.d.ts +8 -0
- package/dist/src/components/molecules/SpeedDial/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Stepper/Stepper.d.ts +7 -0
- package/dist/src/components/molecules/Stepper/Stepper.d.ts.map +1 -0
- package/dist/src/components/molecules/Stepper/Stepper.types.d.ts +23 -0
- package/dist/src/components/molecules/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Stepper/index.d.ts +8 -0
- package/dist/src/components/molecules/Stepper/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Table/Table.d.ts +32 -0
- package/dist/src/components/molecules/Table/Table.d.ts.map +1 -0
- package/dist/src/components/molecules/Table/Table.types.d.ts +138 -0
- package/dist/src/components/molecules/Table/Table.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Table/index.d.ts +8 -0
- package/dist/src/components/molecules/Table/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Tabs/Tabs.d.ts +12 -0
- package/dist/src/components/molecules/Tabs/Tabs.d.ts.map +1 -0
- package/dist/src/components/molecules/Tabs/Tabs.types.d.ts +97 -0
- package/dist/src/components/molecules/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Tabs/index.d.ts +8 -0
- package/dist/src/components/molecules/Tabs/index.d.ts.map +1 -0
- package/dist/src/components/molecules/TimePicker/TimePicker.d.ts +9 -0
- package/dist/src/components/molecules/TimePicker/TimePicker.d.ts.map +1 -0
- package/dist/src/components/molecules/TimePicker/TimePicker.types.d.ts +7 -0
- package/dist/src/components/molecules/TimePicker/TimePicker.types.d.ts.map +1 -0
- package/dist/src/components/molecules/TimePicker/index.d.ts +7 -0
- package/dist/src/components/molecules/TimePicker/index.d.ts.map +1 -0
- package/dist/src/components/molecules/Timeline/Timeline.d.ts +66 -0
- package/dist/src/components/molecules/Timeline/Timeline.d.ts.map +1 -0
- package/dist/src/components/molecules/Timeline/Timeline.types.d.ts +75 -0
- package/dist/src/components/molecules/Timeline/Timeline.types.d.ts.map +1 -0
- package/dist/src/components/molecules/Timeline/index.d.ts +6 -0
- package/dist/src/components/molecules/Timeline/index.d.ts.map +1 -0
- package/dist/src/components/molecules/index.d.ts +31 -0
- package/dist/src/components/molecules/index.d.ts.map +1 -0
- package/dist/src/components/organisms/index.d.ts +5 -0
- package/dist/src/components/organisms/index.d.ts.map +1 -0
- package/dist/src/components/providers/LocalizationProvider.d.ts +19 -0
- package/dist/src/components/providers/LocalizationProvider.d.ts.map +1 -0
- package/dist/src/components/providers/index.d.ts +6 -0
- package/dist/src/components/providers/index.d.ts.map +1 -0
- package/dist/src/hooks/animations/index.d.ts +11 -0
- package/dist/src/hooks/animations/index.d.ts.map +1 -0
- package/dist/src/hooks/animations/useBounce.d.ts +28 -0
- package/dist/src/hooks/animations/useBounce.d.ts.map +1 -0
- package/dist/src/hooks/animations/useHoverScale.d.ts +42 -0
- package/dist/src/hooks/animations/useHoverScale.d.ts.map +1 -0
- package/dist/src/hooks/animations/usePulse.d.ts +25 -0
- package/dist/src/hooks/animations/usePulse.d.ts.map +1 -0
- package/dist/src/hooks/animations/useRipple.d.ts +31 -0
- package/dist/src/hooks/animations/useRipple.d.ts.map +1 -0
- package/dist/src/hooks/animations/useShake.d.ts +29 -0
- package/dist/src/hooks/animations/useShake.d.ts.map +1 -0
- package/dist/src/index.d.ts +12 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/theme/index.d.ts +7 -0
- package/dist/src/theme/index.d.ts.map +1 -0
- package/dist/src/theme/theme.d.ts +22 -0
- package/dist/src/theme/theme.d.ts.map +1 -0
- package/dist/src/theme/tokens-import.d.ts +337 -0
- package/dist/src/theme/tokens-import.d.ts.map +1 -0
- package/dist/src/theme/tokens.d.ts +864 -0
- package/dist/src/theme/tokens.d.ts.map +1 -0
- package/dist/src/theme/types.d.ts +235 -0
- package/dist/src/theme/types.d.ts.map +1 -0
- package/dist/src/tokens/examples/typescript-usage.d.ts +79 -0
- package/dist/src/tokens/examples/typescript-usage.d.ts.map +1 -0
- package/dist/src/tokens/generated/ts/tokens.d.ts +415 -0
- package/dist/src/tokens/index.d.ts +17 -0
- package/dist/src/tokens/index.d.ts.map +1 -0
- package/dist/src/utils/index.d.ts +5 -0
- package/dist/src/utils/index.d.ts.map +1 -0
- package/package.json +138 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ChipProps } from './Chip.types';
|
|
3
|
+
/**
|
|
4
|
+
* Chip component
|
|
5
|
+
*
|
|
6
|
+
* Chips are compact elements that represent an input, attribute, or action.
|
|
7
|
+
*
|
|
8
|
+
* @param props - Chip component props
|
|
9
|
+
* @returns Chip component
|
|
10
|
+
*/
|
|
11
|
+
export declare const Chip: React.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=Chip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Chip/Chip.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;;;;GAOG;AACH,eAAO,MAAM,IAAI,+FAkDhB,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { ChipProps as MuiChipProps } from '@mui/material/Chip';
|
|
2
|
+
import { ReactElement } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* MRS Chip component props
|
|
5
|
+
* Extends Material-UI ChipProps
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Chip label="Chip" />
|
|
10
|
+
* <Chip label="Primary" color="primary" />
|
|
11
|
+
* <Chip label="Deletable" onDelete={() => {}} />
|
|
12
|
+
* <Chip label="With Avatar" avatar={<Avatar>M</Avatar>} />
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export interface ChipProps extends Omit<MuiChipProps, 'color'> {
|
|
16
|
+
/**
|
|
17
|
+
* The content of the component
|
|
18
|
+
*/
|
|
19
|
+
label: string | ReactElement;
|
|
20
|
+
/**
|
|
21
|
+
* The size of the component
|
|
22
|
+
* @default 'medium'
|
|
23
|
+
*/
|
|
24
|
+
size?: 'small' | 'medium';
|
|
25
|
+
/**
|
|
26
|
+
* The color of the component
|
|
27
|
+
* @default 'default'
|
|
28
|
+
*/
|
|
29
|
+
color?: 'default' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning';
|
|
30
|
+
/**
|
|
31
|
+
* The variant to use
|
|
32
|
+
* @default 'filled'
|
|
33
|
+
*/
|
|
34
|
+
variant?: 'filled' | 'outlined';
|
|
35
|
+
/**
|
|
36
|
+
* If true, the component is disabled
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Avatar element
|
|
42
|
+
*/
|
|
43
|
+
avatar?: ReactElement;
|
|
44
|
+
/**
|
|
45
|
+
* Callback fired when the delete icon is clicked
|
|
46
|
+
* If set, the delete icon will be shown
|
|
47
|
+
*/
|
|
48
|
+
onDelete?: MuiChipProps['onDelete'];
|
|
49
|
+
/**
|
|
50
|
+
* Callback fired when the chip is clicked
|
|
51
|
+
*/
|
|
52
|
+
onClick?: MuiChipProps['onClick'];
|
|
53
|
+
/**
|
|
54
|
+
* If true, the chip will appear clickable and will
|
|
55
|
+
* raise when pressed, even if onClick is not set
|
|
56
|
+
* @default false
|
|
57
|
+
*/
|
|
58
|
+
clickable?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Icon element
|
|
61
|
+
*/
|
|
62
|
+
icon?: ReactElement;
|
|
63
|
+
/**
|
|
64
|
+
* Override the delete icon element
|
|
65
|
+
*/
|
|
66
|
+
deleteIcon?: ReactElement;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=Chip.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Chip/Chip.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC;IAC5D;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IAEvF;;;OAGG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IAEhC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;IAEpC;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IAElC;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Chip/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CircularProgressProps } from './CircularProgress.types';
|
|
3
|
+
/**
|
|
4
|
+
* CircularProgress component
|
|
5
|
+
*
|
|
6
|
+
* Progress indicators commonly known as spinners, express an unspecified wait time
|
|
7
|
+
* or display the length of a process.
|
|
8
|
+
*
|
|
9
|
+
* @param props - CircularProgress component props
|
|
10
|
+
* @returns CircularProgress component
|
|
11
|
+
*/
|
|
12
|
+
export declare const CircularProgress: React.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
13
|
+
//# sourceMappingURL=CircularProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircularProgress.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/CircularProgress/CircularProgress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAEtE;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,4GAgE5B,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { CircularProgressProps as MuiCircularProgressProps } from '@mui/material/CircularProgress';
|
|
2
|
+
/**
|
|
3
|
+
* MRS CircularProgress component props
|
|
4
|
+
* Extends Material-UI CircularProgressProps
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* <CircularProgress />
|
|
9
|
+
* <CircularProgress value={50} />
|
|
10
|
+
* <CircularProgress size={16} color="secondary" />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export interface CircularProgressProps extends Omit<MuiCircularProgressProps, 'size'> {
|
|
14
|
+
/**
|
|
15
|
+
* The size of the circle
|
|
16
|
+
* @default 32
|
|
17
|
+
*/
|
|
18
|
+
size?: 16 | 32;
|
|
19
|
+
/**
|
|
20
|
+
* The color of the component
|
|
21
|
+
* @default 'primary'
|
|
22
|
+
*/
|
|
23
|
+
color?: 'primary' | 'secondary' | 'inherit';
|
|
24
|
+
/**
|
|
25
|
+
* If true, shows the progress value as a label in the center
|
|
26
|
+
* @default false
|
|
27
|
+
*/
|
|
28
|
+
showLabel?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The value of the progress indicator for the determinate variant.
|
|
31
|
+
* Value between 0 and 100.
|
|
32
|
+
*/
|
|
33
|
+
value?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The variant to use
|
|
36
|
+
* @default 'indeterminate'
|
|
37
|
+
*/
|
|
38
|
+
variant?: 'determinate' | 'indeterminate';
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=CircularProgress.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircularProgress.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/CircularProgress/CircularProgress.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,IAAI,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAExG;;;;;;;;;;GAUG;AACH,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,wBAAwB,EAAE,MAAM,CAAC;IACnF;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,CAAC;IAE5C;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,GAAG,eAAe,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/CircularProgress/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ContainerProps } from './Container.types';
|
|
3
|
+
/**
|
|
4
|
+
* Container component - centers content horizontally with max-width constraints
|
|
5
|
+
* The most basic layout element that provides responsive horizontal padding
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Container maxWidth="lg">
|
|
10
|
+
* <Typography>Content</Typography>
|
|
11
|
+
* </Container>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const Container: React.ForwardRefExoticComponent<Omit<ContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export default Container;
|
|
16
|
+
//# sourceMappingURL=Container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Container/Container.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,oGAQrB,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ContainerProps as MuiContainerProps } from '@mui/material/Container';
|
|
2
|
+
/**
|
|
3
|
+
* Container max width options
|
|
4
|
+
*/
|
|
5
|
+
export type ContainerMaxWidth = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | false;
|
|
6
|
+
/**
|
|
7
|
+
* Props for the Container component
|
|
8
|
+
*/
|
|
9
|
+
export interface ContainerProps extends MuiContainerProps {
|
|
10
|
+
/**
|
|
11
|
+
* Determine the max-width of the container
|
|
12
|
+
*/
|
|
13
|
+
maxWidth?: ContainerMaxWidth;
|
|
14
|
+
/**
|
|
15
|
+
* If true, the left and right padding is removed
|
|
16
|
+
*/
|
|
17
|
+
disableGutters?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Set the max-width to match the min-width of the current breakpoint
|
|
20
|
+
*/
|
|
21
|
+
fixed?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* The component used for the root node
|
|
24
|
+
*/
|
|
25
|
+
component?: React.ElementType;
|
|
26
|
+
/**
|
|
27
|
+
* The system prop that allows defining system overrides as well as additional CSS styles
|
|
28
|
+
*/
|
|
29
|
+
sx?: MuiContainerProps['sx'];
|
|
30
|
+
/**
|
|
31
|
+
* The content of the component
|
|
32
|
+
*/
|
|
33
|
+
children?: React.ReactNode;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=Container.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Container/Container.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAEnF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD;;OAEG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAE7B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Container/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DividerProps } from './Divider.types';
|
|
3
|
+
/**
|
|
4
|
+
* Divider component
|
|
5
|
+
*
|
|
6
|
+
* A thin line that groups content in lists and layouts.
|
|
7
|
+
* Supports both horizontal and vertical orientations.
|
|
8
|
+
*
|
|
9
|
+
* @param props - Divider component props
|
|
10
|
+
* @returns Divider component
|
|
11
|
+
*/
|
|
12
|
+
export declare const Divider: React.ForwardRefExoticComponent<Omit<DividerProps, "ref"> & React.RefAttributes<HTMLHRElement>>;
|
|
13
|
+
//# sourceMappingURL=Divider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Divider/Divider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;;;;;GAQG;AACH,eAAO,MAAM,OAAO,iGAiBnB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { DividerProps as MuiDividerProps } from '@mui/material/Divider';
|
|
2
|
+
/**
|
|
3
|
+
* MRS Divider component props
|
|
4
|
+
* Extends Material-UI DividerProps
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* <Divider />
|
|
9
|
+
* <Divider orientation="vertical" />
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export interface DividerProps extends MuiDividerProps {
|
|
13
|
+
/**
|
|
14
|
+
* Orientation of the divider
|
|
15
|
+
* @default 'horizontal'
|
|
16
|
+
*/
|
|
17
|
+
orientation?: 'horizontal' | 'vertical';
|
|
18
|
+
/**
|
|
19
|
+
* If true, the divider will have a lighter color
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
light?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Variant of the divider
|
|
25
|
+
* @default 'fullWidth'
|
|
26
|
+
*/
|
|
27
|
+
variant?: 'fullWidth' | 'inset' | 'middle';
|
|
28
|
+
/**
|
|
29
|
+
* If true, the divider will be absolutely positioned
|
|
30
|
+
* @default false
|
|
31
|
+
*/
|
|
32
|
+
absolute?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* If true, a vertical divider will have the correct height when used in flex container
|
|
35
|
+
* @default false
|
|
36
|
+
*/
|
|
37
|
+
flexItem?: boolean;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=Divider.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Divider/Divider.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,YAAY,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7E;;;;;;;;;GASG;AACH,MAAM,WAAW,YAAa,SAAQ,eAAe;IACnD;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAExC;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;IAE3C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Divider/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FormControlLabelProps } from './FormControlLabel.types';
|
|
3
|
+
/**
|
|
4
|
+
* FormControlLabel component - label wrapper for form controls
|
|
5
|
+
* Drop-in replacement for checkboxes, radio buttons, and switches
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <FormControlLabel
|
|
10
|
+
* control={<Checkbox />}
|
|
11
|
+
* label="Remember me"
|
|
12
|
+
* />
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare const FormControlLabel: React.ForwardRefExoticComponent<Omit<FormControlLabelProps, "ref"> & React.RefAttributes<HTMLLabelElement>>;
|
|
16
|
+
export default FormControlLabel;
|
|
17
|
+
//# sourceMappingURL=FormControlLabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormControlLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormControlLabel/FormControlLabel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAEtE;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,6GAmB5B,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { FormControlLabelProps as MuiFormControlLabelProps } from '@mui/material/FormControlLabel';
|
|
2
|
+
/**
|
|
3
|
+
* Label placement options
|
|
4
|
+
*/
|
|
5
|
+
export type FormControlLabelPlacement = 'end' | 'start' | 'top' | 'bottom';
|
|
6
|
+
/**
|
|
7
|
+
* Props for the FormControlLabel component
|
|
8
|
+
*/
|
|
9
|
+
export interface FormControlLabelProps extends Omit<MuiFormControlLabelProps, 'labelPlacement'> {
|
|
10
|
+
/**
|
|
11
|
+
* A control element. For instance, a Radio, Switch, or Checkbox
|
|
12
|
+
*/
|
|
13
|
+
control: React.ReactElement;
|
|
14
|
+
/**
|
|
15
|
+
* The text to be used in an enclosing label element
|
|
16
|
+
*/
|
|
17
|
+
label: React.ReactNode;
|
|
18
|
+
/**
|
|
19
|
+
* If true, the component is disabled
|
|
20
|
+
*/
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* If true, the label is displayed in an error state
|
|
24
|
+
*/
|
|
25
|
+
error?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* If true, the control is required
|
|
28
|
+
*/
|
|
29
|
+
required?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* The position of the label
|
|
32
|
+
*/
|
|
33
|
+
labelPlacement?: FormControlLabelPlacement;
|
|
34
|
+
/**
|
|
35
|
+
* The value of the component
|
|
36
|
+
*/
|
|
37
|
+
value?: any;
|
|
38
|
+
/**
|
|
39
|
+
* Callback fired when the state is changed
|
|
40
|
+
*/
|
|
41
|
+
onChange?: (event: React.SyntheticEvent, checked: boolean) => void;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=FormControlLabel.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormControlLabel.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormControlLabel/FormControlLabel.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,IAAI,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAExG;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAE3E;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,wBAAwB,EAAE,gBAAgB,CAAC;IAC7F;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAE3C;;OAEG;IACH,KAAK,CAAC,EAAE,GAAG,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACpE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FormControlLabel component exports
|
|
3
|
+
*/
|
|
4
|
+
export { FormControlLabel } from './FormControlLabel';
|
|
5
|
+
export type { FormControlLabelProps, FormControlLabelPlacement } from './FormControlLabel.types';
|
|
6
|
+
export { default } from './FormControlLabel';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormControlLabel/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACjG,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FormGroupProps } from './FormGroup.types';
|
|
3
|
+
/**
|
|
4
|
+
* FormGroup component - groups form controls
|
|
5
|
+
* Provides a helpful wrapper used to group selection control components
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <FormGroup>
|
|
10
|
+
* <FormControlLabel control={<Checkbox />} label="Option 1" />
|
|
11
|
+
* <FormControlLabel control={<Checkbox />} label="Option 2" />
|
|
12
|
+
* </FormGroup>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare const FormGroup: React.ForwardRefExoticComponent<Omit<FormGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export default FormGroup;
|
|
17
|
+
//# sourceMappingURL=FormGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormGroup/FormGroup.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,SAAS,oGAQrB,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FormGroupProps as MuiFormGroupProps } from '@mui/material/FormGroup';
|
|
2
|
+
/**
|
|
3
|
+
* Props for the FormGroup component
|
|
4
|
+
*/
|
|
5
|
+
export interface FormGroupProps extends MuiFormGroupProps {
|
|
6
|
+
/**
|
|
7
|
+
* Display group of elements in a compact row
|
|
8
|
+
*/
|
|
9
|
+
row?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* The content of the component
|
|
12
|
+
*/
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* The system prop that allows defining system overrides as well as additional CSS styles
|
|
16
|
+
*/
|
|
17
|
+
sx?: MuiFormGroupProps['sx'];
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=FormGroup.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGroup.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormGroup/FormGroup.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,EAAE,CAAC,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/FormGroup/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { GridProps } from './Grid.types';
|
|
3
|
+
/**
|
|
4
|
+
* Grid component - responsive grid layout using CSS Grid
|
|
5
|
+
* Uses the new Grid2 component from MUI for improved performance and flexibility
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Grid container spacing={2}>
|
|
10
|
+
* <Grid xs={12} md={6}>
|
|
11
|
+
* <Item>1</Item>
|
|
12
|
+
* </Grid>
|
|
13
|
+
* <Grid xs={12} md={6}>
|
|
14
|
+
* <Item>2</Item>
|
|
15
|
+
* </Grid>
|
|
16
|
+
* </Grid>
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare const Grid: React.ForwardRefExoticComponent<Omit<GridProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export default Grid;
|
|
21
|
+
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Grid/Grid.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,IAAI,+FAQhB,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Grid2Props as MuiGridProps } from '@mui/material/Grid2';
|
|
2
|
+
/**
|
|
3
|
+
* Grid size type (1-12 or auto or true)
|
|
4
|
+
*/
|
|
5
|
+
export type GridSize = boolean | 'auto' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
6
|
+
/**
|
|
7
|
+
* Props for the Grid component
|
|
8
|
+
*/
|
|
9
|
+
export interface GridProps extends MuiGridProps {
|
|
10
|
+
/**
|
|
11
|
+
* If true, the component will have the flex container behavior
|
|
12
|
+
*/
|
|
13
|
+
container?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the number of grids the component is going to use
|
|
16
|
+
*/
|
|
17
|
+
xs?: GridSize;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the number of grids for sm breakpoint
|
|
20
|
+
*/
|
|
21
|
+
sm?: GridSize;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the number of grids for md breakpoint
|
|
24
|
+
*/
|
|
25
|
+
md?: GridSize;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the number of grids for lg breakpoint
|
|
28
|
+
*/
|
|
29
|
+
lg?: GridSize;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the number of grids for xl breakpoint
|
|
32
|
+
*/
|
|
33
|
+
xl?: GridSize;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the space between the type item components
|
|
36
|
+
*/
|
|
37
|
+
spacing?: number | string | {
|
|
38
|
+
xs?: number | string;
|
|
39
|
+
sm?: number | string;
|
|
40
|
+
md?: number | string;
|
|
41
|
+
lg?: number | string;
|
|
42
|
+
xl?: number | string;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Defines the column-gap
|
|
46
|
+
*/
|
|
47
|
+
columnSpacing?: number | string | {
|
|
48
|
+
xs?: number | string;
|
|
49
|
+
sm?: number | string;
|
|
50
|
+
md?: number | string;
|
|
51
|
+
lg?: number | string;
|
|
52
|
+
xl?: number | string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Defines the row-gap
|
|
56
|
+
*/
|
|
57
|
+
rowSpacing?: number | string | {
|
|
58
|
+
xs?: number | string;
|
|
59
|
+
sm?: number | string;
|
|
60
|
+
md?: number | string;
|
|
61
|
+
lg?: number | string;
|
|
62
|
+
xl?: number | string;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* The component used for the root node
|
|
66
|
+
*/
|
|
67
|
+
component?: React.ElementType;
|
|
68
|
+
/**
|
|
69
|
+
* The system prop that allows defining system overrides as well as additional CSS styles
|
|
70
|
+
*/
|
|
71
|
+
sx?: MuiGridProps['sx'];
|
|
72
|
+
/**
|
|
73
|
+
* The content of the component
|
|
74
|
+
*/
|
|
75
|
+
children?: React.ReactNode;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=Grid.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Grid/Grid.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEtE;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,SAAU,SAAQ,YAAY;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE7I;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAEnJ;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAEhJ;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Grid/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconSvgProps, IconFontProps } from './Icon.types';
|
|
3
|
+
/**
|
|
4
|
+
* Icon component
|
|
5
|
+
*
|
|
6
|
+
* Displays icons with predefined sizes from the theme.
|
|
7
|
+
* Supports both SVG icons from @mui/icons-material and Font icons from Material Icons.
|
|
8
|
+
*
|
|
9
|
+
* @param props - Icon component props
|
|
10
|
+
* @returns Icon component
|
|
11
|
+
*/
|
|
12
|
+
export declare const Icon: React.ForwardRefExoticComponent<(Omit<IconSvgProps, "ref"> | Omit<IconFontProps, "ref">) & React.RefAttributes<HTMLElement>>;
|
|
13
|
+
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Icon/Icon.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAa,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAgB3E;;;;;;;;GAQG;AACH,eAAO,MAAM,IAAI,8HA6Cf,CAAC"}
|