armtek-uikit-react 1.0.9 → 1.0.10
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/Adornment/package.json +7 -0
- package/Alert/package.json +7 -0
- package/Avatar/package.json +7 -0
- package/AvatarGroup/package.json +7 -0
- package/Badge/package.json +7 -0
- package/Button/package.json +7 -0
- package/ButtonGroup/package.json +7 -0
- package/ButtonIcon/package.json +7 -0
- package/Card/package.json +7 -0
- package/Checkbox/package.json +7 -0
- package/Chip/package.json +7 -0
- package/DateField/package.json +7 -0
- package/DatePicker/package.json +7 -0
- package/DateService/package.json +7 -0
- package/HelperText/package.json +7 -0
- package/Interval/package.json +7 -0
- package/IntervalSlide/package.json +7 -0
- package/ListItem/package.json +7 -0
- package/Loader/package.json +7 -0
- package/Logo/package.json +7 -0
- package/Password/package.json +7 -0
- package/Period/package.json +7 -0
- package/PeriodSelect/package.json +7 -0
- package/Radio/package.json +7 -0
- package/Rating/package.json +7 -0
- package/RcSlider/package.json +7 -0
- package/Select/package.json +7 -0
- package/Slider/package.json +7 -0
- package/Status/package.json +7 -0
- package/StepItem/package.json +7 -0
- package/StepItemIcon/package.json +7 -0
- package/Stepper/package.json +7 -0
- package/Switch/package.json +7 -0
- package/TextArea/package.json +7 -0
- package/TextField/package.json +7 -0
- package/TimeField/package.json +7 -0
- package/TimePicker/package.json +7 -0
- package/Tooltip/package.json +7 -0
- package/cjs/index.d.ts +29 -0
- package/cjs/index.js +35 -0
- package/{lib/cjs/shared/utils → cjs/lib/helpers}/helpers.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Adornment/Adornment.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Alert/Alert.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Alert/Alert.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Avatar/Avatar.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Avatar/Avatar.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Badge/Badge.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Badge/Badge.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Button/Button.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Button/Button.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Card/Card.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Chip/Chip.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Chip/Chip.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Form/Checkbox/Checkbox.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Form/Checkbox/Checkbox.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Form/DateField/DateField.d.ts +2 -2
- package/cjs/ui/Form/DateField/DateField.module.scss +1 -0
- package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Form/Interval/Interval.js +1 -1
- package/{lib/cjs → cjs/ui}/Form/Interval/Interval.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Form/Password/Password.d.ts +2 -2
- package/cjs/ui/Form/Password/Password.module.scss +2 -0
- package/{lib/esm → cjs/ui}/Form/Period/Period.d.ts +2 -2
- package/{lib/cjs → cjs/ui}/Form/Period/Period.js +1 -1
- package/{lib/esm → cjs/ui}/Form/Period/Period.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Form/Rating/Rating.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Form/Rating/Rating.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Form/Select/Select.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Form/Select/Select.js +1 -1
- package/{lib/esm → cjs/ui}/Form/Select/Select.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Form/Switch/Switch.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Form/Switch/Switch.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Form/TextField/TextField.d.ts +2 -2
- package/{lib/cjs → cjs/ui}/Form/TextField/TextField.js +1 -1
- package/{lib/esm → cjs/ui}/Form/TextField/TextField.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/List/ListItem.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Loader/Loader.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Loader/Loader.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Logo/Logo.module.scss +1 -1
- package/{lib/esm → cjs/ui}/Slider/Slider.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Slider/Slider.js +1 -1
- package/{lib/esm → cjs/ui}/Slider/Slider.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Status/Status.d.ts +1 -1
- package/{lib/esm → cjs/ui}/Status/Status.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Stepper/StepItem.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Stepper/Stepper.module.scss +1 -1
- package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.module.scss +1 -1
- package/{lib/dist/armtek-uikit-react-index.js → dist/armtek-uikit-react-main.js} +289 -289
- package/dist/armtek-uikit-react-main.min.js +2 -0
- package/dist/css/main.e207d402.css +18 -0
- package/esm/index.d.ts +29 -0
- package/esm/index.js +15 -0
- package/{lib/esm/shared/utils → esm/lib/helpers}/helpers.d.ts +1 -1
- package/{lib/esm → esm/ui}/Adornment/Adornment.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Alert/Alert.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Alert/Alert.module.scss +1 -1
- package/{lib/esm → esm/ui}/Avatar/Avatar.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Avatar/Avatar.module.scss +1 -1
- package/{lib/esm → esm/ui}/Avatar/AvatarGroup.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Badge/Badge.d.ts +1 -1
- package/{lib/esm → esm/ui}/Badge/Badge.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Button/Button.d.ts +1 -1
- package/{lib/esm → esm/ui}/Button/Button.module.scss +1 -1
- package/{lib/esm → esm/ui}/Card/Card.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Chip/Chip.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Chip/Chip.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Form/Checkbox/Checkbox.d.ts +1 -1
- package/{lib/esm → esm/ui}/Form/Checkbox/Checkbox.module.scss +1 -1
- package/{lib/esm → esm/ui}/Form/DateField/DateField.d.ts +2 -2
- package/esm/ui/Form/DateField/DateField.module.scss +1 -0
- package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.module.scss +1 -1
- package/{lib/esm → esm/ui}/Form/Interval/Interval.js +1 -1
- package/{lib/esm → esm/ui}/Form/Interval/Interval.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Form/Password/Password.d.ts +2 -2
- package/esm/ui/Form/Password/Password.module.scss +2 -0
- package/{lib/cjs → esm/ui}/Form/Period/Period.d.ts +2 -2
- package/{lib/esm → esm/ui}/Form/Period/Period.js +1 -1
- package/{lib/cjs → esm/ui}/Form/Period/Period.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Form/Rating/Rating.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Form/Rating/Rating.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Form/Select/Select.d.ts +1 -1
- package/{lib/esm → esm/ui}/Form/Select/Select.js +1 -1
- package/{lib/cjs → esm/ui}/Form/Select/Select.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Form/Switch/Switch.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Form/Switch/Switch.module.scss +1 -1
- package/{lib/esm → esm/ui}/Form/TextArea/TextArea.module.scss +1 -1
- package/{lib/esm → esm/ui}/Form/TextField/TextField.d.ts +2 -2
- package/{lib/esm → esm/ui}/Form/TextField/TextField.js +1 -1
- package/{lib/cjs → esm/ui}/Form/TextField/TextField.module.scss +1 -1
- package/{lib/esm → esm/ui}/List/ListItem.module.scss +1 -1
- package/{lib/esm → esm/ui}/Loader/Loader.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Loader/Loader.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Logo/Logo.module.scss +1 -1
- package/{lib/cjs → esm/ui}/Slider/Slider.d.ts +1 -1
- package/{lib/esm → esm/ui}/Slider/Slider.js +1 -1
- package/{lib/cjs → esm/ui}/Slider/Slider.module.scss +1 -1
- package/{lib/esm → esm/ui}/Status/Status.d.ts +1 -1
- package/{lib/cjs → esm/ui}/Status/Status.module.scss +1 -1
- package/{lib/esm → esm/ui}/Stepper/StepItem.module.scss +1 -1
- package/{lib/esm → esm/ui}/Stepper/StepItemIcon.d.ts +1 -1
- package/{lib/esm → esm/ui}/Stepper/StepItemIcon.module.scss +1 -1
- package/{lib/esm → esm/ui}/Stepper/Stepper.module.scss +1 -1
- package/{lib/esm → esm/ui}/Tooltip/Tooltip.module.scss +1 -1
- package/helpers/package.json +7 -0
- package/package.json +1 -98
- package/theme/package.json +7 -0
- package/useClickOutside/package.json +7 -0
- package/README.md +0 -1
- package/lib/Adornment/package.json +0 -7
- package/lib/Alert/package.json +0 -7
- package/lib/Avatar/package.json +0 -7
- package/lib/AvatarGroup/package.json +0 -6
- package/lib/Badge/package.json +0 -7
- package/lib/Button/package.json +0 -7
- package/lib/ButtonGroup/package.json +0 -6
- package/lib/ButtonIcon/package.json +0 -6
- package/lib/Card/package.json +0 -7
- package/lib/Checkbox/package.json +0 -6
- package/lib/Chip/package.json +0 -7
- package/lib/DateField/package.json +0 -6
- package/lib/DatePicker/package.json +0 -6
- package/lib/DateService/package.json +0 -6
- package/lib/HelperText/package.json +0 -6
- package/lib/Interval/package.json +0 -6
- package/lib/IntervalSlide/package.json +0 -6
- package/lib/ListItem/package.json +0 -6
- package/lib/Loader/package.json +0 -7
- package/lib/Logo/package.json +0 -7
- package/lib/Password/package.json +0 -6
- package/lib/Period/package.json +0 -6
- package/lib/PeriodSelect/package.json +0 -6
- package/lib/Radio/package.json +0 -6
- package/lib/Rating/package.json +0 -6
- package/lib/RcSlider/package.json +0 -6
- package/lib/Select/package.json +0 -6
- package/lib/Slider/package.json +0 -7
- package/lib/Status/package.json +0 -7
- package/lib/StepItem/package.json +0 -6
- package/lib/StepItemIcon/package.json +0 -6
- package/lib/Stepper/package.json +0 -7
- package/lib/Switch/package.json +0 -6
- package/lib/TextArea/package.json +0 -6
- package/lib/TextField/package.json +0 -6
- package/lib/TimeField/package.json +0 -6
- package/lib/TimePicker/package.json +0 -6
- package/lib/Tooltip/package.json +0 -7
- package/lib/cjs/Form/DateField/DateField.module.scss +0 -1
- package/lib/cjs/Form/Password/Password.module.scss +0 -2
- package/lib/cjs/index.d.ts +0 -29
- package/lib/cjs/index.js +0 -35
- package/lib/dist/armtek-uikit-react-index.min.js +0 -2
- package/lib/esm/Form/DateField/DateField.module.scss +0 -1
- package/lib/esm/Form/Password/Password.module.scss +0 -2
- package/lib/esm/index.d.ts +0 -29
- package/lib/esm/index.js +0 -15
- package/lib/helpers/package.json +0 -6
- package/lib/theme/package.json +0 -6
- package/lib/useClickOutside/package.json +0 -6
- /package/{lib/cjs → cjs}/assets/fonts.scss +0 -0
- /package/{lib/cjs → cjs}/assets/global.css +0 -0
- /package/{lib/cjs → cjs}/assets/styles.scss +0 -0
- /package/{lib/cjs/shared/utils → cjs/lib/helpers}/helpers.js +0 -0
- /package/{lib/cjs → cjs/lib}/hooks/useClickOutside.d.ts +0 -0
- /package/{lib/cjs → cjs/lib}/hooks/useClickOutside.js +0 -0
- /package/{lib/cjs → cjs/lib}/services/DateService.d.ts +0 -0
- /package/{lib/cjs → cjs/lib}/services/DateService.js +0 -0
- /package/{lib/cjs/shared → cjs}/types/theme.d.ts +0 -0
- /package/{lib/cjs/shared → cjs}/types/theme.js +0 -0
- /package/{lib/cjs → cjs/ui}/Adornment/Adornment.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Adornment/Adornment.js +0 -0
- /package/{lib/cjs → cjs/ui}/Alert/Alert.js +0 -0
- /package/{lib/cjs → cjs/ui}/Avatar/Avatar.js +0 -0
- /package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.js +0 -0
- /package/{lib/cjs → cjs/ui}/Badge/Badge.js +0 -0
- /package/{lib/cjs → cjs/ui}/Button/Button.css +0 -0
- /package/{lib/cjs → cjs/ui}/Button/Button.js +0 -0
- /package/{lib/cjs → cjs/ui}/Button/ButtonGroup.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Button/ButtonGroup.js +0 -0
- /package/{lib/cjs → cjs/ui}/Button/ButtonIcon.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Button/ButtonIcon.js +0 -0
- /package/{lib/cjs → cjs/ui}/Card/Card.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Card/Card.js +0 -0
- /package/{lib/cjs → cjs/ui}/Chip/Chip.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Checkbox/Checkbox.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Checkbox/Radio.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Checkbox/Radio.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DateField/DateField.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DateField/TimeField.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DateField/TimeField.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/PeriodSelect.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/PeriodSelect.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/TimePicker.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/TimePicker.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/DatePicker/styles.css +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Interval/Interval.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Interval/IntervalSlide.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Interval/IntervalSlide.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Password/Password.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Rating/Rating.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/Switch/Switch.js +0 -0
- /package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.js +0 -0
- /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.d.ts +0 -0
- /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.js +0 -0
- /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.module.scss +0 -0
- /package/{lib/cjs → cjs/ui}/List/ListItem.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/List/ListItem.js +0 -0
- /package/{lib/cjs → cjs/ui}/Loader/Loader.js +0 -0
- /package/{lib/cjs → cjs/ui}/Logo/Logo.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Logo/Logo.js +0 -0
- /package/{lib/cjs → cjs/ui}/Slider/RcSlider.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Slider/RcSlider.js +0 -0
- /package/{lib/cjs → cjs/ui}/Slider/style.css +0 -0
- /package/{lib/cjs → cjs/ui}/Status/Status.js +0 -0
- /package/{lib/cjs → cjs/ui}/Stepper/StepItem.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Stepper/StepItem.js +0 -0
- /package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.js +0 -0
- /package/{lib/cjs → cjs/ui}/Stepper/Stepper.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Stepper/Stepper.js +0 -0
- /package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.d.ts +0 -0
- /package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.js +0 -0
- /package/{lib/dist/armtek-uikit-react-index.min.js.LICENSE.txt → dist/armtek-uikit-react-main.min.js.LICENSE.txt} +0 -0
- /package/{lib/esm → esm}/assets/fonts.scss +0 -0
- /package/{lib/esm → esm}/assets/global.css +0 -0
- /package/{lib/esm → esm}/assets/styles.scss +0 -0
- /package/{lib/esm/shared/utils → esm/lib/helpers}/helpers.js +0 -0
- /package/{lib/esm → esm/lib}/hooks/useClickOutside.d.ts +0 -0
- /package/{lib/esm → esm/lib}/hooks/useClickOutside.js +0 -0
- /package/{lib/esm → esm/lib}/services/DateService.d.ts +0 -0
- /package/{lib/esm → esm/lib}/services/DateService.js +0 -0
- /package/{lib/esm/shared → esm}/types/theme.d.ts +0 -0
- /package/{lib/esm/shared → esm}/types/theme.js +0 -0
- /package/{lib/esm → esm/ui}/Adornment/Adornment.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Adornment/Adornment.js +0 -0
- /package/{lib/esm → esm/ui}/Alert/Alert.js +0 -0
- /package/{lib/esm → esm/ui}/Avatar/Avatar.js +0 -0
- /package/{lib/esm → esm/ui}/Avatar/AvatarGroup.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Avatar/AvatarGroup.js +0 -0
- /package/{lib/esm → esm/ui}/Badge/Badge.js +0 -0
- /package/{lib/esm → esm/ui}/Button/Button.css +0 -0
- /package/{lib/esm → esm/ui}/Button/Button.js +0 -0
- /package/{lib/esm → esm/ui}/Button/ButtonGroup.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Button/ButtonGroup.js +0 -0
- /package/{lib/esm → esm/ui}/Button/ButtonIcon.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Button/ButtonIcon.js +0 -0
- /package/{lib/esm → esm/ui}/Card/Card.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Card/Card.js +0 -0
- /package/{lib/esm → esm/ui}/Chip/Chip.js +0 -0
- /package/{lib/esm → esm/ui}/Form/Checkbox/Checkbox.js +0 -0
- /package/{lib/esm → esm/ui}/Form/Checkbox/Radio.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/Checkbox/Radio.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DateField/DateField.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DateField/TimeField.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/DateField/TimeField.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/PeriodSelect.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/PeriodSelect.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/TimePicker.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/TimePicker.js +0 -0
- /package/{lib/esm → esm/ui}/Form/DatePicker/styles.css +0 -0
- /package/{lib/esm → esm/ui}/Form/Interval/Interval.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/Interval/IntervalSlide.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/Interval/IntervalSlide.js +0 -0
- /package/{lib/esm → esm/ui}/Form/Password/Password.js +0 -0
- /package/{lib/esm → esm/ui}/Form/Rating/Rating.js +0 -0
- /package/{lib/esm → esm/ui}/Form/Switch/Switch.js +0 -0
- /package/{lib/esm → esm/ui}/Form/TextArea/TextArea.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Form/TextArea/TextArea.js +0 -0
- /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.d.ts +0 -0
- /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.js +0 -0
- /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.module.scss +0 -0
- /package/{lib/esm → esm/ui}/List/ListItem.d.ts +0 -0
- /package/{lib/esm → esm/ui}/List/ListItem.js +0 -0
- /package/{lib/esm → esm/ui}/Loader/Loader.js +0 -0
- /package/{lib/esm → esm/ui}/Logo/Logo.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Logo/Logo.js +0 -0
- /package/{lib/esm → esm/ui}/Slider/RcSlider.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Slider/RcSlider.js +0 -0
- /package/{lib/esm → esm/ui}/Slider/style.css +0 -0
- /package/{lib/esm → esm/ui}/Status/Status.js +0 -0
- /package/{lib/esm → esm/ui}/Stepper/StepItem.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Stepper/StepItem.js +0 -0
- /package/{lib/esm → esm/ui}/Stepper/StepItemIcon.js +0 -0
- /package/{lib/esm → esm/ui}/Stepper/Stepper.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Stepper/Stepper.js +0 -0
- /package/{lib/esm → esm/ui}/Tooltip/Tooltip.d.ts +0 -0
- /package/{lib/esm → esm/ui}/Tooltip/Tooltip.js +0 -0
package/cjs/index.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { default as Button } from './ui/Button/Button';
|
|
2
|
+
export { default as ButtonIcon } from './ui/Button/ButtonIcon';
|
|
3
|
+
export type { ButtonProps } from './ui/Button/Button';
|
|
4
|
+
export { default as Alert } from './ui/Alert/Alert';
|
|
5
|
+
export type { AlertProps } from './ui/Alert/Alert';
|
|
6
|
+
export { default as Avatar } from './ui/Avatar/Avatar';
|
|
7
|
+
export type { AvatarProps } from './ui/Avatar/Avatar';
|
|
8
|
+
export { default as AvatarGroup } from './ui/Avatar/AvatarGroup';
|
|
9
|
+
export type { AvatarGroupProps } from './ui/Avatar/AvatarGroup';
|
|
10
|
+
export { default as Badge } from './ui/Badge/Badge';
|
|
11
|
+
export type { BadgeProps } from './ui/Badge/Badge';
|
|
12
|
+
export { default as Card } from './ui/Card/Card';
|
|
13
|
+
export type { CardProps } from './ui/Card/Card';
|
|
14
|
+
export { default as Chip } from './ui/Chip/Chip';
|
|
15
|
+
export type { ChipProps } from './ui/Chip/Chip';
|
|
16
|
+
export { default as ListItem } from './ui/List/ListItem';
|
|
17
|
+
export type { ListItemProps } from './ui/List/ListItem';
|
|
18
|
+
export { default as Loader } from './ui/Loader/Loader';
|
|
19
|
+
export type { LoaderProps } from './ui/Loader/Loader';
|
|
20
|
+
export { default as Logo } from './ui/Logo/Logo';
|
|
21
|
+
export type { LogoProps } from './ui/Logo/Logo';
|
|
22
|
+
export { default as Slider } from './ui/Slider/Slider';
|
|
23
|
+
export type { SliderProps } from './ui/Slider/Slider';
|
|
24
|
+
export { default as Status } from './ui/Status/Status';
|
|
25
|
+
export type { StatusProps } from './ui/Status/Status';
|
|
26
|
+
export { default as Stepper } from './ui/Stepper/Stepper';
|
|
27
|
+
export type { StepperProps } from './ui/Stepper/Stepper';
|
|
28
|
+
export { default as Tooltip } from './ui/Tooltip/Tooltip';
|
|
29
|
+
export type { TooltipProps } from './ui/Tooltip/Tooltip';
|
package/cjs/index.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports.Tooltip = exports.Stepper = exports.Status = exports.Slider = exports.Logo = exports.Loader = exports.ListItem = exports.Chip = exports.Card = exports.ButtonIcon = exports.Button = exports.Badge = exports.AvatarGroup = exports.Avatar = exports.Alert = void 0;
|
|
6
|
+
var _Button = _interopRequireDefault(require("./ui/Button/Button"));
|
|
7
|
+
exports.Button = _Button.default;
|
|
8
|
+
var _ButtonIcon = _interopRequireDefault(require("./ui/Button/ButtonIcon"));
|
|
9
|
+
exports.ButtonIcon = _ButtonIcon.default;
|
|
10
|
+
var _Alert = _interopRequireDefault(require("./ui/Alert/Alert"));
|
|
11
|
+
exports.Alert = _Alert.default;
|
|
12
|
+
var _Avatar = _interopRequireDefault(require("./ui/Avatar/Avatar"));
|
|
13
|
+
exports.Avatar = _Avatar.default;
|
|
14
|
+
var _AvatarGroup = _interopRequireDefault(require("./ui/Avatar/AvatarGroup"));
|
|
15
|
+
exports.AvatarGroup = _AvatarGroup.default;
|
|
16
|
+
var _Badge = _interopRequireDefault(require("./ui/Badge/Badge"));
|
|
17
|
+
exports.Badge = _Badge.default;
|
|
18
|
+
var _Card = _interopRequireDefault(require("./ui/Card/Card"));
|
|
19
|
+
exports.Card = _Card.default;
|
|
20
|
+
var _Chip = _interopRequireDefault(require("./ui/Chip/Chip"));
|
|
21
|
+
exports.Chip = _Chip.default;
|
|
22
|
+
var _ListItem = _interopRequireDefault(require("./ui/List/ListItem"));
|
|
23
|
+
exports.ListItem = _ListItem.default;
|
|
24
|
+
var _Loader = _interopRequireDefault(require("./ui/Loader/Loader"));
|
|
25
|
+
exports.Loader = _Loader.default;
|
|
26
|
+
var _Logo = _interopRequireDefault(require("./ui/Logo/Logo"));
|
|
27
|
+
exports.Logo = _Logo.default;
|
|
28
|
+
var _Slider = _interopRequireDefault(require("./ui/Slider/Slider"));
|
|
29
|
+
exports.Slider = _Slider.default;
|
|
30
|
+
var _Status = _interopRequireDefault(require("./ui/Status/Status"));
|
|
31
|
+
exports.Status = _Status.default;
|
|
32
|
+
var _Stepper = _interopRequireDefault(require("./ui/Stepper/Stepper"));
|
|
33
|
+
exports.Stepper = _Stepper.default;
|
|
34
|
+
var _Tooltip = _interopRequireDefault(require("./ui/Tooltip/Tooltip"));
|
|
35
|
+
exports.Tooltip = _Tooltip.default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorStatusType, ColorType, SizeType, VariantType } from '
|
|
1
|
+
import { ColorStatusType, ColorType, SizeType, VariantType } from '../../types/theme';
|
|
2
2
|
export declare const getVariants: (except?: string[]) => Record<VariantType, string>;
|
|
3
3
|
export declare const getColors: () => Record<ColorType, string>;
|
|
4
4
|
export declare const getStatusColors: () => Record<ColorStatusType, string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef, ElementType, HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { ColorThemeType, ColorType, SizeType, VariantType } from '
|
|
2
|
+
import { ColorThemeType, ColorType, SizeType, VariantType } from '../../types/theme';
|
|
3
3
|
type OwnProps<T extends ElementType = ElementType> = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
size?: SizeType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef, ElementType, HTMLAttributes } from 'react';
|
|
2
|
-
import { ColorType, SizeType, VariantType } from '
|
|
2
|
+
import { ColorType, SizeType, VariantType } from '../../types/theme';
|
|
3
3
|
export type ChipProps<T extends ElementType = ElementType<HTMLAttributes<HTMLSpanElement>>> = Omit<ComponentPropsWithoutRef<T>, 'color'> & {
|
|
4
4
|
size?: Exclude<SizeType, 'large' | 'extraLarge'>;
|
|
5
5
|
color?: ColorType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputHTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { ColorType, SizeType, VariantType } from '
|
|
2
|
+
import { ColorType, SizeType, VariantType } from '../../../types/theme';
|
|
3
3
|
type BaseCheckboxPropsType = {
|
|
4
4
|
label?: string | ReactNode;
|
|
5
5
|
size?: Exclude<SizeType, 'extraLarge'>;
|
|
@@ -15,8 +15,8 @@ declare const DateField: import("react").ForwardRefExoticComponent<{
|
|
|
15
15
|
showTimeOnly?: boolean | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
label?: string | undefined;
|
|
18
|
-
size?: "
|
|
19
|
-
variant?: import("
|
|
18
|
+
size?: "large" | "small" | undefined;
|
|
19
|
+
variant?: import("../../../types/theme").VariantType | undefined;
|
|
20
20
|
error?: boolean | undefined;
|
|
21
21
|
success?: boolean | undefined;
|
|
22
22
|
helperText?: string | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/styles";
|
|
@@ -7,7 +7,7 @@ exports.default = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _IntervalModule = _interopRequireDefault(require("./Interval.module.scss"));
|
|
9
9
|
var _TextField = require("../TextField/TextField");
|
|
10
|
-
var _HelperText = _interopRequireDefault(require("../../
|
|
10
|
+
var _HelperText = _interopRequireDefault(require("../../HelperText/HelperText"));
|
|
11
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
12
|
const Interval = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
13
13
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const Password: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
label?: string | undefined;
|
|
4
|
-
size?: "
|
|
5
|
-
variant?: import("
|
|
4
|
+
size?: "large" | "small" | undefined;
|
|
5
|
+
variant?: import("../../../types/theme").VariantType | undefined;
|
|
6
6
|
error?: boolean | undefined;
|
|
7
7
|
success?: boolean | undefined;
|
|
8
8
|
helperText?: string | undefined;
|
|
@@ -4,8 +4,8 @@ declare const Period: import("react").ForwardRefExoticComponent<{
|
|
|
4
4
|
onChange?: ((value: [Date | null, Date | null]) => void) | undefined;
|
|
5
5
|
} & {
|
|
6
6
|
label?: string | undefined;
|
|
7
|
-
size?: "
|
|
8
|
-
variant?: import("
|
|
7
|
+
size?: "large" | "small" | undefined;
|
|
8
|
+
variant?: import("../../../types/theme").VariantType | undefined;
|
|
9
9
|
error?: boolean | undefined;
|
|
10
10
|
success?: boolean | undefined;
|
|
11
11
|
helperText?: string | undefined;
|
|
@@ -10,7 +10,7 @@ var _PeriodModule = _interopRequireDefault(require("./Period.module.scss"));
|
|
|
10
10
|
var _ButtonIcon = _interopRequireDefault(require("../../Button/ButtonIcon"));
|
|
11
11
|
var _Card = _interopRequireDefault(require("../../Card/Card"));
|
|
12
12
|
var _DatePicker = _interopRequireDefault(require("../DatePicker/DatePicker"));
|
|
13
|
-
var _DateService = require("
|
|
13
|
+
var _DateService = require("../../../lib/services/DateService");
|
|
14
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
15
|
const Period = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
16
16
|
let {
|