@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 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Radio/Radio.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,mGAoCjB,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { RadioProps as MuiRadioProps } from '@mui/material/Radio';
|
|
2
|
+
/**
|
|
3
|
+
* MRS Radio component props
|
|
4
|
+
* Extends Material-UI RadioProps
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* <Radio checked />
|
|
9
|
+
* <Radio color="primary" />
|
|
10
|
+
* <Radio size="small" />
|
|
11
|
+
* <Radio disabled />
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export interface RadioProps extends Omit<MuiRadioProps, 'size' | 'color'> {
|
|
15
|
+
/**
|
|
16
|
+
* If `true`, the component is checked.
|
|
17
|
+
*/
|
|
18
|
+
checked?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The size of the component.
|
|
21
|
+
* @default "medium"
|
|
22
|
+
*/
|
|
23
|
+
size?: 'small' | 'medium' | 'large';
|
|
24
|
+
/**
|
|
25
|
+
* The color of the component.
|
|
26
|
+
* It supports both default and custom theme colors.
|
|
27
|
+
* @default "primary"
|
|
28
|
+
*/
|
|
29
|
+
color?: 'default' | 'primary';
|
|
30
|
+
/**
|
|
31
|
+
* If `true`, the component is disabled.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If `true`, the ripple effect is disabled.
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
39
|
+
disableRipple?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* If `true`, the component appears indeterminate.
|
|
42
|
+
* This does not set the native input element to indeterminate due
|
|
43
|
+
* to inconsistent behavior across browsers.
|
|
44
|
+
* However, we set a `data-indeterminate` attribute on the `input`.
|
|
45
|
+
* @default false
|
|
46
|
+
*/
|
|
47
|
+
required?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Callback fired when the state is changed.
|
|
50
|
+
*
|
|
51
|
+
* @param {React.ChangeEvent<HTMLInputElement>} event The event source of the callback.
|
|
52
|
+
* You can pull out the new checked state by accessing `event.target.checked` (boolean).
|
|
53
|
+
*/
|
|
54
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, checked: boolean) => void;
|
|
55
|
+
/**
|
|
56
|
+
* The value of the component. The DOM API casts this to a string.
|
|
57
|
+
*/
|
|
58
|
+
value?: unknown;
|
|
59
|
+
/**
|
|
60
|
+
* The id of the `input` element.
|
|
61
|
+
*/
|
|
62
|
+
id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Attributes applied to the `input` element.
|
|
65
|
+
*/
|
|
66
|
+
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
67
|
+
/**
|
|
68
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
69
|
+
*/
|
|
70
|
+
sx?: MuiRadioProps['sx'];
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=Radio.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Radio/Radio.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEvE;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC;IACvE;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAEpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAElF;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IAEzD;;OAEG;IACH,EAAE,CAAC,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Radio/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { RadioGroupProps } from './RadioGroup.types';
|
|
3
|
+
/**
|
|
4
|
+
* RadioGroup component - groups Radio buttons together
|
|
5
|
+
* Provides a wrapper around a set of Radio components
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <RadioGroup value={value} onChange={handleChange}>
|
|
10
|
+
* <FormControlLabel value="option1" control={<Radio />} label="Option 1" />
|
|
11
|
+
* <FormControlLabel value="option2" control={<Radio />} label="Option 2" />
|
|
12
|
+
* </RadioGroup>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export default RadioGroup;
|
|
17
|
+
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/RadioGroup/RadioGroup.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,UAAU,qGAQtB,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { RadioGroupProps as MuiRadioGroupProps } from '@mui/material/RadioGroup';
|
|
2
|
+
/**
|
|
3
|
+
* Props for the RadioGroup component
|
|
4
|
+
*/
|
|
5
|
+
export interface RadioGroupProps extends MuiRadioGroupProps {
|
|
6
|
+
/**
|
|
7
|
+
* The name used to reference the value of the control
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The value of the selected radio button
|
|
12
|
+
*/
|
|
13
|
+
value?: any;
|
|
14
|
+
/**
|
|
15
|
+
* Callback fired when a radio button is selected
|
|
16
|
+
*/
|
|
17
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, value: string) => void;
|
|
18
|
+
/**
|
|
19
|
+
* The default value. Use when the component is not controlled
|
|
20
|
+
*/
|
|
21
|
+
defaultValue?: any;
|
|
22
|
+
/**
|
|
23
|
+
* Display group of elements in a compact row
|
|
24
|
+
*/
|
|
25
|
+
row?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The content of the component
|
|
28
|
+
*/
|
|
29
|
+
children?: React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=RadioGroup.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/RadioGroup/RadioGroup.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IACzD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,GAAG,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAE/E;;OAEG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC;IAEnB;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd;;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/RadioGroup/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SelectProps } from './Select.types';
|
|
3
|
+
/**
|
|
4
|
+
* Select component
|
|
5
|
+
*
|
|
6
|
+
* Select components are used for collecting user provided information from a list of options.
|
|
7
|
+
* Supports single and multiple selection, different variants, sizes, and states.
|
|
8
|
+
*
|
|
9
|
+
* @param props - Select component props
|
|
10
|
+
* @returns Select component
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <Select value={age} onChange={handleChange}>
|
|
16
|
+
* <MenuItem value={10}>Ten</MenuItem>
|
|
17
|
+
* <MenuItem value={20}>Twenty</MenuItem>
|
|
18
|
+
* <MenuItem value={30}>Thirty</MenuItem>
|
|
19
|
+
* </Select>
|
|
20
|
+
*
|
|
21
|
+
* // With label (use FormControl)
|
|
22
|
+
* <FormControl>
|
|
23
|
+
* <InputLabel>Age</InputLabel>
|
|
24
|
+
* <Select value={age} onChange={handleChange}>
|
|
25
|
+
* <MenuItem value={10}>Ten</MenuItem>
|
|
26
|
+
* <MenuItem value={20}>Twenty</MenuItem>
|
|
27
|
+
* </Select>
|
|
28
|
+
* </FormControl>
|
|
29
|
+
*
|
|
30
|
+
* // Multiple selection
|
|
31
|
+
* <Select multiple value={values} onChange={handleChange}>
|
|
32
|
+
* <MenuItem value="option1">Option 1</MenuItem>
|
|
33
|
+
* <MenuItem value="option2">Option 2</MenuItem>
|
|
34
|
+
* </Select>
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
export declare const Select: React.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & React.RefAttributes<any>>;
|
|
38
|
+
export default Select;
|
|
39
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Select/Select.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,MAAM,sFA+DlB,CAAC;AAIF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { SelectProps as MuiSelectProps, SelectChangeEvent } from '@mui/material/Select';
|
|
2
|
+
/**
|
|
3
|
+
* Select color options
|
|
4
|
+
*/
|
|
5
|
+
export type SelectColor = 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success';
|
|
6
|
+
/**
|
|
7
|
+
* Select variant options
|
|
8
|
+
*/
|
|
9
|
+
export type SelectVariant = 'filled' | 'outlined' | 'standard';
|
|
10
|
+
/**
|
|
11
|
+
* Select size options
|
|
12
|
+
*/
|
|
13
|
+
export type SelectSize = 'small' | 'medium';
|
|
14
|
+
/**
|
|
15
|
+
* MRS Select component props
|
|
16
|
+
* Extends Material-UI SelectProps with custom properties
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <Select value={value} onChange={handleChange}>
|
|
21
|
+
* <MenuItem value="option1">Option 1</MenuItem>
|
|
22
|
+
* <MenuItem value="option2">Option 2</MenuItem>
|
|
23
|
+
* </Select>
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export interface SelectProps extends Omit<MuiSelectProps, 'color' | 'variant' | 'size'> {
|
|
27
|
+
/**
|
|
28
|
+
* The color of the component
|
|
29
|
+
* @default 'primary'
|
|
30
|
+
*/
|
|
31
|
+
color?: SelectColor;
|
|
32
|
+
/**
|
|
33
|
+
* The variant to use
|
|
34
|
+
* @default 'outlined'
|
|
35
|
+
*/
|
|
36
|
+
variant?: SelectVariant;
|
|
37
|
+
/**
|
|
38
|
+
* The size of the component
|
|
39
|
+
* @default 'medium'
|
|
40
|
+
*/
|
|
41
|
+
size?: SelectSize;
|
|
42
|
+
/**
|
|
43
|
+
* The input value
|
|
44
|
+
*/
|
|
45
|
+
value?: any;
|
|
46
|
+
/**
|
|
47
|
+
* Callback fired when the value is changed
|
|
48
|
+
*/
|
|
49
|
+
onChange?: (event: SelectChangeEvent<any>, child: React.ReactNode) => void;
|
|
50
|
+
/**
|
|
51
|
+
* If true, the component is disabled
|
|
52
|
+
* @default false
|
|
53
|
+
*/
|
|
54
|
+
disabled?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* If true, the select will indicate an error
|
|
57
|
+
* @default false
|
|
58
|
+
*/
|
|
59
|
+
error?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* If true, the select will take up the full width
|
|
62
|
+
* @default false
|
|
63
|
+
*/
|
|
64
|
+
fullWidth?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* The label content
|
|
67
|
+
*/
|
|
68
|
+
label?: string;
|
|
69
|
+
/**
|
|
70
|
+
* If true, value must be an array and the menu will support multiple selections
|
|
71
|
+
* @default false
|
|
72
|
+
*/
|
|
73
|
+
multiple?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* If true, the component is required
|
|
76
|
+
* @default false
|
|
77
|
+
*/
|
|
78
|
+
required?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* If true, the select is in native mode (uses native HTML select)
|
|
81
|
+
* @default false
|
|
82
|
+
*/
|
|
83
|
+
native?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Render the selected value
|
|
86
|
+
*/
|
|
87
|
+
renderValue?: (value: any) => React.ReactNode;
|
|
88
|
+
/**
|
|
89
|
+
* If true, the Select opens automatically on mount
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
autoFocus?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* If true, the component is auto-width
|
|
95
|
+
* @default false
|
|
96
|
+
*/
|
|
97
|
+
autoWidth?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* The default value. Use when the component is not controlled
|
|
100
|
+
*/
|
|
101
|
+
defaultValue?: any;
|
|
102
|
+
/**
|
|
103
|
+
* The id of the wrapper element
|
|
104
|
+
*/
|
|
105
|
+
id?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Name attribute of the select element
|
|
108
|
+
*/
|
|
109
|
+
name?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Callback fired when the component requests to be closed
|
|
112
|
+
*/
|
|
113
|
+
onClose?: (event: React.SyntheticEvent) => void;
|
|
114
|
+
/**
|
|
115
|
+
* Callback fired when the component requests to be opened
|
|
116
|
+
*/
|
|
117
|
+
onOpen?: (event: React.SyntheticEvent) => void;
|
|
118
|
+
/**
|
|
119
|
+
* If true, the menu is open
|
|
120
|
+
*/
|
|
121
|
+
open?: boolean;
|
|
122
|
+
}
|
|
123
|
+
export type { SelectChangeEvent };
|
|
124
|
+
//# sourceMappingURL=Select.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Select/Select.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE7F;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAE7F;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE5C;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACrF;;;OAGG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,GAAG,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC;IAE3E;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,KAAK,CAAC,SAAS,CAAC;IAE9C;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC;IAEnB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;IAEhD;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;IAE/C;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Select/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAC7G,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SkeletonProps } from './Skeleton.types';
|
|
3
|
+
/**
|
|
4
|
+
* Skeleton component
|
|
5
|
+
*
|
|
6
|
+
* Display a placeholder preview of your content before the data gets loaded
|
|
7
|
+
* to reduce load-time frustration.
|
|
8
|
+
*
|
|
9
|
+
* @param props - Skeleton component props
|
|
10
|
+
* @returns Skeleton component
|
|
11
|
+
*/
|
|
12
|
+
export declare const Skeleton: React.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
13
|
+
//# sourceMappingURL=Skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,oGAgCpB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SkeletonProps as MuiSkeletonProps } from '@mui/material/Skeleton';
|
|
2
|
+
/**
|
|
3
|
+
* MRS Skeleton component props
|
|
4
|
+
* Extends Material-UI SkeletonProps
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* <Skeleton variant="text" />
|
|
9
|
+
* <Skeleton variant="circular" width={40} height={40} />
|
|
10
|
+
* <Skeleton variant="rectangular" width={120} height={120} />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export interface SkeletonProps extends MuiSkeletonProps {
|
|
14
|
+
/**
|
|
15
|
+
* The type of content that will be rendered
|
|
16
|
+
* @default 'text'
|
|
17
|
+
*/
|
|
18
|
+
variant?: 'text' | 'circular' | 'rectangular' | 'rounded';
|
|
19
|
+
/**
|
|
20
|
+
* Width of the skeleton
|
|
21
|
+
* Use number for pixel values or string for other CSS units
|
|
22
|
+
*/
|
|
23
|
+
width?: number | string;
|
|
24
|
+
/**
|
|
25
|
+
* Height of the skeleton
|
|
26
|
+
* Use number for pixel values or string for other CSS units
|
|
27
|
+
*/
|
|
28
|
+
height?: number | string;
|
|
29
|
+
/**
|
|
30
|
+
* The animation type
|
|
31
|
+
* @default 'pulse'
|
|
32
|
+
*/
|
|
33
|
+
animation?: 'pulse' | 'wave' | false;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=Skeleton.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAEhF;;;;;;;;;;GAUG;AACH,MAAM,WAAW,aAAc,SAAQ,gBAAgB;IACrD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,aAAa,GAAG,SAAS,CAAC;IAE1D;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Skeleton/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SliderProps } from './Slider.types';
|
|
3
|
+
/**
|
|
4
|
+
* Slider component
|
|
5
|
+
*
|
|
6
|
+
* Sliders allow users to make selections from a range of values.
|
|
7
|
+
* Sliders reflect a range of values along a bar, from which users may select a single value.
|
|
8
|
+
* They are ideal for adjusting settings such as volume, brightness, or applying image filters.
|
|
9
|
+
*
|
|
10
|
+
* @param props - Slider component props
|
|
11
|
+
* @returns Slider component
|
|
12
|
+
*/
|
|
13
|
+
export declare const Slider: React.ForwardRefExoticComponent<Omit<SliderProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
14
|
+
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Slider/Slider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;;;GASG;AACH,eAAO,MAAM,MAAM,kGA0DlB,CAAC"}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { SliderProps as MuiSliderProps } from '@mui/material/Slider';
|
|
2
|
+
/**
|
|
3
|
+
* MRS Slider component props
|
|
4
|
+
* Extends Material-UI SliderProps
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* <Slider defaultValue={30} />
|
|
9
|
+
* <Slider value={50} onChange={handleChange} />
|
|
10
|
+
* <Slider value={[20, 40]} marks step={10} />
|
|
11
|
+
* <Slider orientation="vertical" />
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export interface SliderProps extends Omit<MuiSliderProps, 'size' | 'color'> {
|
|
15
|
+
/**
|
|
16
|
+
* The size of the slider.
|
|
17
|
+
* @default 'medium'
|
|
18
|
+
*/
|
|
19
|
+
size?: 'small' | 'medium';
|
|
20
|
+
/**
|
|
21
|
+
* The color of the slider.
|
|
22
|
+
* @default 'primary'
|
|
23
|
+
*/
|
|
24
|
+
color?: 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning';
|
|
25
|
+
/**
|
|
26
|
+
* The component orientation.
|
|
27
|
+
* @default 'horizontal'
|
|
28
|
+
*/
|
|
29
|
+
orientation?: 'horizontal' | 'vertical';
|
|
30
|
+
/**
|
|
31
|
+
* The value of the slider.
|
|
32
|
+
* For ranged sliders, provide an array with two values.
|
|
33
|
+
*/
|
|
34
|
+
value?: number | number[];
|
|
35
|
+
/**
|
|
36
|
+
* The default value. Use when the component is not controlled.
|
|
37
|
+
*/
|
|
38
|
+
defaultValue?: number | number[];
|
|
39
|
+
/**
|
|
40
|
+
* If `true`, the slider is disabled.
|
|
41
|
+
* @default false
|
|
42
|
+
*/
|
|
43
|
+
disabled?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Marks indicate predetermined values to which the user can move the slider.
|
|
46
|
+
* If `true` the marks are spaced according the value of the `step` prop.
|
|
47
|
+
* If an array, it should contain objects with `value` and an optional `label` keys.
|
|
48
|
+
* @default false
|
|
49
|
+
*/
|
|
50
|
+
marks?: boolean | Array<{
|
|
51
|
+
value: number;
|
|
52
|
+
label?: React.ReactNode;
|
|
53
|
+
}>;
|
|
54
|
+
/**
|
|
55
|
+
* The granularity with which the slider can step through values.
|
|
56
|
+
* @default 1
|
|
57
|
+
*/
|
|
58
|
+
step?: number | null;
|
|
59
|
+
/**
|
|
60
|
+
* The minimum allowed value of the slider.
|
|
61
|
+
* Should not be equal to max.
|
|
62
|
+
* @default 0
|
|
63
|
+
*/
|
|
64
|
+
min?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The maximum allowed value of the slider.
|
|
67
|
+
* Should not be equal to min.
|
|
68
|
+
* @default 100
|
|
69
|
+
*/
|
|
70
|
+
max?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Callback function that is fired when the slider's value changed.
|
|
73
|
+
*
|
|
74
|
+
* @param {Event} event The event source of the callback.
|
|
75
|
+
* You can pull out the new value by accessing `event.target.value` (any).
|
|
76
|
+
* **Warning**: This is a generic event not a change event.
|
|
77
|
+
* @param {number | number[]} value The new value.
|
|
78
|
+
* @param {number} activeThumb Index of the currently moved thumb.
|
|
79
|
+
*/
|
|
80
|
+
onChange?: (event: Event, value: number | number[], activeThumb: number) => void;
|
|
81
|
+
/**
|
|
82
|
+
* Callback function that is fired when the `mouseup` is triggered.
|
|
83
|
+
*
|
|
84
|
+
* @param {React.SyntheticEvent | Event} event The event source of the callback. **Warning**: This is a generic event not a change event.
|
|
85
|
+
* @param {number | number[]} value The new value.
|
|
86
|
+
*/
|
|
87
|
+
onChangeCommitted?: (event: React.SyntheticEvent | Event, value: number | number[]) => void;
|
|
88
|
+
/**
|
|
89
|
+
* Controls when the value label is displayed:
|
|
90
|
+
* - `auto` the value label will display when the thumb is hovered or focused.
|
|
91
|
+
* - `on` will display persistently.
|
|
92
|
+
* - `off` will never display.
|
|
93
|
+
* @default 'off'
|
|
94
|
+
*/
|
|
95
|
+
valueLabelDisplay?: 'auto' | 'on' | 'off';
|
|
96
|
+
/**
|
|
97
|
+
* The format function the value label's value.
|
|
98
|
+
*/
|
|
99
|
+
valueLabelFormat?: string | ((value: number, index: number) => React.ReactNode);
|
|
100
|
+
/**
|
|
101
|
+
* A transformation function, to change the scale of the slider.
|
|
102
|
+
* @default (x) => x
|
|
103
|
+
*/
|
|
104
|
+
scale?: (value: number) => number;
|
|
105
|
+
/**
|
|
106
|
+
* The track presentation:
|
|
107
|
+
* - `normal` the track will render a bar representing the slider value.
|
|
108
|
+
* - `inverted` the track will render a bar representing the remaining slider value.
|
|
109
|
+
* - `false` the track will render without a bar.
|
|
110
|
+
* @default 'normal'
|
|
111
|
+
*/
|
|
112
|
+
track?: 'normal' | 'inverted' | false;
|
|
113
|
+
/**
|
|
114
|
+
* The name attribute of the input element.
|
|
115
|
+
*/
|
|
116
|
+
name?: string;
|
|
117
|
+
/**
|
|
118
|
+
* The id of the input element.
|
|
119
|
+
*/
|
|
120
|
+
id?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The component used for the root node.
|
|
123
|
+
* Either a string to use a HTML element or a component.
|
|
124
|
+
*/
|
|
125
|
+
component?: React.ElementType;
|
|
126
|
+
/**
|
|
127
|
+
* If `true`, the active thumb doesn't swap when moving pointer over a thumb while dragging another thumb.
|
|
128
|
+
* @default false
|
|
129
|
+
*/
|
|
130
|
+
disableSwap?: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider.
|
|
133
|
+
* This is important for screen reader users.
|
|
134
|
+
* @param {number} value The thumb label's value to format.
|
|
135
|
+
* @param {number} index The thumb label's index to format.
|
|
136
|
+
*/
|
|
137
|
+
getAriaValueText?: (value: number, index: number) => string;
|
|
138
|
+
/**
|
|
139
|
+
* The label of the slider.
|
|
140
|
+
*/
|
|
141
|
+
'aria-label'?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The id of the element containing a label for the slider.
|
|
144
|
+
*/
|
|
145
|
+
'aria-labelledby'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
148
|
+
*/
|
|
149
|
+
sx?: MuiSliderProps['sx'];
|
|
150
|
+
}
|
|
151
|
+
//# sourceMappingURL=Slider.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Slider/Slider.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE1E;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC;IACzE;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IAE3E;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAExC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAEjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC,CAAC;IAEpE;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAEjF;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IAE5F;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC;IAE1C;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAEhF;;;OAGG;IACH,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAElC;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,KAAK,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAE9B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAE5D;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,EAAE,CAAC,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Slider/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { StackProps } from './Stack.types';
|
|
3
|
+
/**
|
|
4
|
+
* Stack component - manages layout of immediate children along vertical or horizontal axis
|
|
5
|
+
* Provides spacing between children with optional dividers
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Stack spacing={2} direction="row">
|
|
10
|
+
* <Item>Item 1</Item>
|
|
11
|
+
* <Item>Item 2</Item>
|
|
12
|
+
* </Stack>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare const Stack: React.ForwardRefExoticComponent<Omit<StackProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export default Stack;
|
|
17
|
+
//# sourceMappingURL=Stack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Stack/Stack.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,KAAK,gGAQjB,CAAC;AAIF,eAAe,KAAK,CAAC"}
|