armtek-uikit-react 1.0.9 → 1.0.11
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/Button.classes/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/{lib/cjs/Adornment/Adornment.module.scss → cjs/assets/Adornment.scss} +0 -2
- package/{lib/cjs/Button/Button.module.scss → cjs/assets/Button.scss} +0 -1
- package/{lib/esm → cjs}/assets/global.css +1 -0
- package/cjs/assets/styles.scss +6 -0
- package/cjs/assets/variables.scss +67 -0
- package/cjs/index.d.ts +29 -0
- package/cjs/index.js +35 -0
- package/cjs/lib/const/theme.d.ts +1 -0
- package/cjs/lib/const/theme.js +6 -0
- package/{lib/cjs/shared/utils → cjs/lib/helpers}/helpers.d.ts +1 -1
- package/cjs/ui/Adornment/Adornment.module.scss +18 -0
- 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/cjs/ui/Button/Button.classes.d.ts +3 -0
- package/cjs/ui/Button/Button.classes.js +12 -0
- package/{lib/esm → cjs/ui}/Button/Button.d.ts +1 -1
- package/{lib/cjs → cjs/ui}/Button/Button.js +5 -5
- package/cjs/ui/Button/Button.module.scss +298 -0
- 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.js +2 -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 +3 -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} +311 -289
- package/dist/armtek-uikit-react-main.min.js +2 -0
- package/dist/css/main.e207d402.css +18 -0
- package/{lib/esm/Adornment/Adornment.module.scss → esm/assets/Adornment.scss} +0 -2
- package/{lib/esm/Button/Button.module.scss → esm/assets/Button.scss} +0 -1
- package/{lib/cjs → esm}/assets/global.css +1 -0
- package/esm/assets/styles.scss +6 -0
- package/esm/assets/variables.scss +67 -0
- package/esm/index.d.ts +29 -0
- package/esm/index.js +15 -0
- package/esm/lib/const/theme.d.ts +1 -0
- package/esm/lib/const/theme.js +1 -0
- package/{lib/esm/shared/utils → esm/lib/helpers}/helpers.d.ts +1 -1
- package/esm/ui/Adornment/Adornment.module.scss +18 -0
- 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/esm/ui/Button/Button.classes.d.ts +3 -0
- package/esm/ui/Button/Button.classes.js +7 -0
- package/{lib/cjs → esm/ui}/Button/Button.d.ts +1 -1
- package/{lib/esm → esm/ui}/Button/Button.js +1 -1
- package/esm/ui/Button/Button.module.scss +298 -0
- 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.js +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 +3 -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 +9 -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/assets/styles.scss +0 -122
- 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/assets/styles.scss +0 -122
- 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/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/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/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/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/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/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
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
@import "../../assets/styles";
|
|
2
|
+
|
|
3
|
+
.button{
|
|
4
|
+
outline: none;
|
|
5
|
+
border:1px solid transparent;
|
|
6
|
+
border-radius: $radius;
|
|
7
|
+
text-transform: uppercase;
|
|
8
|
+
padding: $size-step calc(3 * $size-step);
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
@include transition(0.3s);
|
|
11
|
+
font-weight: 500;
|
|
12
|
+
font-size: 16px;
|
|
13
|
+
height: $size-elarge;
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
&:disabled{
|
|
18
|
+
cursor: initial;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.button_contained {
|
|
22
|
+
&.button_primary{
|
|
23
|
+
color: #fff;
|
|
24
|
+
background: $color-primary;
|
|
25
|
+
&:hover{
|
|
26
|
+
background: $color-primary-dark;
|
|
27
|
+
}
|
|
28
|
+
&:active{
|
|
29
|
+
background: $color-blue-800;
|
|
30
|
+
}
|
|
31
|
+
&:disabled{
|
|
32
|
+
background: $color-primary-light;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
&.button_secondary {
|
|
36
|
+
background: $color-secondary;
|
|
37
|
+
color: #fff;
|
|
38
|
+
&:hover{
|
|
39
|
+
background: $color-secondary-dark;
|
|
40
|
+
}
|
|
41
|
+
&:active{
|
|
42
|
+
background: $color-orange-800;
|
|
43
|
+
}
|
|
44
|
+
&:disabled{
|
|
45
|
+
background: $color-secondary-light;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
&.button_neutral {
|
|
49
|
+
background: $color-neutral;
|
|
50
|
+
&:hover{
|
|
51
|
+
background: $color-neutral-dark;
|
|
52
|
+
}
|
|
53
|
+
&:active{
|
|
54
|
+
background: $color-gray-600;
|
|
55
|
+
}
|
|
56
|
+
&:disabled{
|
|
57
|
+
background: $color-secondary-light;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
&.button_black {
|
|
61
|
+
background: $color-gray-900;
|
|
62
|
+
&:hover{
|
|
63
|
+
background: $color-neutral-dark;
|
|
64
|
+
}
|
|
65
|
+
&:active{
|
|
66
|
+
background: $color-gray-600;
|
|
67
|
+
}
|
|
68
|
+
&:disabled{
|
|
69
|
+
background: $color-secondary-light;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
.button_outlined {
|
|
74
|
+
background: transparent;
|
|
75
|
+
&.button_primary{
|
|
76
|
+
|
|
77
|
+
color: $color-primary;
|
|
78
|
+
border-color: $color-primary;
|
|
79
|
+
background: transparent;
|
|
80
|
+
&:hover{
|
|
81
|
+
background: rgba($color-primary, 0.1);
|
|
82
|
+
}
|
|
83
|
+
&:active{
|
|
84
|
+
background: $color-blue-A100;
|
|
85
|
+
}
|
|
86
|
+
&:disabled{
|
|
87
|
+
color: $color-primary-light;
|
|
88
|
+
border-color: $color-primary-light;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
&.button_secondary {
|
|
92
|
+
border-color: $color-secondary;
|
|
93
|
+
color: $color-secondary;
|
|
94
|
+
&:hover{
|
|
95
|
+
background: rgba($color-secondary, 0.1);
|
|
96
|
+
}
|
|
97
|
+
&:active{
|
|
98
|
+
background: $color-orange-100;
|
|
99
|
+
}
|
|
100
|
+
&:disabled{
|
|
101
|
+
color: $color-primary-light;
|
|
102
|
+
border-color: $color-primary-light;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
&.button_neutral,
|
|
106
|
+
&.button_black {
|
|
107
|
+
border-color: $color-gray-900;
|
|
108
|
+
color: $color-gray-900;
|
|
109
|
+
&:hover{
|
|
110
|
+
background: rgba($color-neutral, 0.1);
|
|
111
|
+
}
|
|
112
|
+
&:active{
|
|
113
|
+
background: $color-gray-300;
|
|
114
|
+
}
|
|
115
|
+
&:disabled{
|
|
116
|
+
color: $color-neutral-light;
|
|
117
|
+
border-color: $color-neutral-light;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.button_transparent {
|
|
122
|
+
background: transparent;
|
|
123
|
+
&.button_primary{
|
|
124
|
+
color: $color-primary;
|
|
125
|
+
background: transparent;
|
|
126
|
+
&:hover{
|
|
127
|
+
background: rgba($color-primary, 0.1);
|
|
128
|
+
}
|
|
129
|
+
&:active{
|
|
130
|
+
background: $color-blue-A100;
|
|
131
|
+
}
|
|
132
|
+
&:disabled{
|
|
133
|
+
color: $color-primary-light;
|
|
134
|
+
background: none;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
&.button_secondary {
|
|
138
|
+
color: $color-secondary;
|
|
139
|
+
&:hover{
|
|
140
|
+
background: rgba($color-secondary, 0.1);
|
|
141
|
+
}
|
|
142
|
+
&:active{
|
|
143
|
+
background: $color-orange-100;
|
|
144
|
+
}
|
|
145
|
+
&:disabled{
|
|
146
|
+
color: $color-primary-light;
|
|
147
|
+
background: none;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
&.button_neutral,
|
|
151
|
+
&.button_black {
|
|
152
|
+
color: $color-gray-900;
|
|
153
|
+
&:hover{
|
|
154
|
+
background: rgba($color-neutral, 0.1);
|
|
155
|
+
}
|
|
156
|
+
&:active{
|
|
157
|
+
background: $color-gray-300;
|
|
158
|
+
}
|
|
159
|
+
&:disabled{
|
|
160
|
+
color: $color-neutral-light;
|
|
161
|
+
background: none;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.button__adornment{
|
|
167
|
+
font-size: inherit;
|
|
168
|
+
}
|
|
169
|
+
.button__adornment_end{
|
|
170
|
+
margin-left: $size-step;
|
|
171
|
+
}
|
|
172
|
+
.button__adornment_start{
|
|
173
|
+
margin-right: $size-step;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.button_large{
|
|
177
|
+
height: $size-large;
|
|
178
|
+
font-size: 15px;
|
|
179
|
+
}
|
|
180
|
+
.button_medium{
|
|
181
|
+
height: $size-medium;
|
|
182
|
+
font-size: 14px;
|
|
183
|
+
}
|
|
184
|
+
.button_small{
|
|
185
|
+
height: $size-small;
|
|
186
|
+
font-size: 13px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.button_icon{
|
|
190
|
+
padding: $size-step;
|
|
191
|
+
width: $size-elarge;
|
|
192
|
+
border-radius: 50%;
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
justify-content: center;
|
|
196
|
+
font-size: 30px;
|
|
197
|
+
&.button_large{
|
|
198
|
+
width: $size-large;
|
|
199
|
+
font-size: 24px;
|
|
200
|
+
}
|
|
201
|
+
&.button_medium{
|
|
202
|
+
width: $size-medium;
|
|
203
|
+
font-size: 20px;
|
|
204
|
+
}
|
|
205
|
+
&.button_small{
|
|
206
|
+
width: $size-small;
|
|
207
|
+
padding: calc($size-step / 2);
|
|
208
|
+
font-size: 16px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.button_group{
|
|
213
|
+
display: flex;
|
|
214
|
+
align-items: center;
|
|
215
|
+
}
|
|
216
|
+
.button_group_inline{
|
|
217
|
+
flex-direction: row;
|
|
218
|
+
}
|
|
219
|
+
.button_group_column{
|
|
220
|
+
flex-direction: column;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.button_grouped_inline{
|
|
224
|
+
border-radius: 0;
|
|
225
|
+
&:first-child{
|
|
226
|
+
border-top-left-radius: $radius;
|
|
227
|
+
border-bottom-left-radius: $radius;
|
|
228
|
+
}
|
|
229
|
+
&:last-child{
|
|
230
|
+
border-top-right-radius: $radius;
|
|
231
|
+
border-bottom-right-radius: $radius;
|
|
232
|
+
}
|
|
233
|
+
&.button_contained{
|
|
234
|
+
&.button_primary + *{
|
|
235
|
+
border-left-color: $color-info-dark;
|
|
236
|
+
}
|
|
237
|
+
&.button_secondary + *{
|
|
238
|
+
border-left-color: $color-primary-dark;
|
|
239
|
+
}
|
|
240
|
+
&.button_neutral + *{
|
|
241
|
+
border-left-color: $color-neutral-dark;
|
|
242
|
+
}
|
|
243
|
+
&.button_black + *{
|
|
244
|
+
border-left-color: $color-neutral-dark;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
&.button_outlined{
|
|
248
|
+
&.button_primary + *{
|
|
249
|
+
border-left-color: $color-info-dark;
|
|
250
|
+
}
|
|
251
|
+
&.button_primary:not(:last-child){
|
|
252
|
+
border-right: 0;
|
|
253
|
+
}
|
|
254
|
+
&.button_secondary + *{
|
|
255
|
+
border-left-color: $color-secondary;
|
|
256
|
+
}
|
|
257
|
+
&.button_secondary:not(:last-child){
|
|
258
|
+
border-right: 0;
|
|
259
|
+
}
|
|
260
|
+
&.button_neutral + *{
|
|
261
|
+
border-left-color: $color-neutral;
|
|
262
|
+
}
|
|
263
|
+
&.button_neutral:not(:last-child){
|
|
264
|
+
border-right: 0;
|
|
265
|
+
}
|
|
266
|
+
&.button_black + *{
|
|
267
|
+
border-left-color: $color-neutral;
|
|
268
|
+
}
|
|
269
|
+
&.button_black:not(:last-child){
|
|
270
|
+
border-right: 0;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
&.button_transparent{
|
|
274
|
+
&.button_primary + *{
|
|
275
|
+
border-left-color: $color-gray-200;
|
|
276
|
+
}
|
|
277
|
+
&.button_secondary + *{
|
|
278
|
+
border-left-color: $color-gray-200;
|
|
279
|
+
}
|
|
280
|
+
&.button_neutral + *{
|
|
281
|
+
border-left-color: $color-gray-200;
|
|
282
|
+
}
|
|
283
|
+
&.button_black + *{
|
|
284
|
+
border-left-color: $color-gray-200;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
.button_grouped_column{
|
|
289
|
+
border-radius: 0;
|
|
290
|
+
&:first-child{
|
|
291
|
+
border-top-left-radius: $radius;
|
|
292
|
+
border-top-right-radius: $radius;
|
|
293
|
+
}
|
|
294
|
+
&:last-child{
|
|
295
|
+
border-bottom-left-radius: $radius;
|
|
296
|
+
border-bottom-right-radius: $radius;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
@@ -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";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import ReactDatePicker, { registerLocale } from 'react-datepicker';
|
|
3
3
|
import '!style-loader!css-loader!./styles.css';
|
|
4
|
+
// import './styles.css'
|
|
4
5
|
import ru from 'date-fns/locale/ru';
|
|
5
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useState } from 'react';
|
|
4
4
|
import css from './Interval.module.scss';
|
|
5
5
|
import { TextFieldContainer, TextFieldInput } from '../TextField/TextField';
|
|
6
|
-
import HelperText from '../../
|
|
6
|
+
import HelperText from '../../HelperText/HelperText';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -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;
|
|
@@ -6,7 +6,7 @@ import css from './Period.module.scss';
|
|
|
6
6
|
import ButtonIcon from '../../Button/ButtonIcon';
|
|
7
7
|
import Card from '../../Card/Card';
|
|
8
8
|
import DatePicker from '../DatePicker/DatePicker';
|
|
9
|
-
import { DateService } from '
|
|
9
|
+
import { DateService } from '../../../lib/services/DateService';
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
12
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -6,7 +6,7 @@ import css from './Select.module.scss';
|
|
|
6
6
|
import ButtonIcon from '../../Button/ButtonIcon';
|
|
7
7
|
import clsx from 'clsx';
|
|
8
8
|
import ListItem from '../../List/ListItem';
|
|
9
|
-
import useClickOutside from '
|
|
9
|
+
import useClickOutside from '../../../lib/hooks/useClickOutside';
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
12
12
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputHTMLAttributes } from 'react';
|
|
2
|
-
import { SizeType } from '
|
|
2
|
+
import { SizeType } from '../../../types/theme';
|
|
3
3
|
type SwitchProps = {
|
|
4
4
|
size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
|
|
5
5
|
} & Omit<InputHTMLAttributes<any>, 'size'>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementType, HTMLAttributes, InputHTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { SizeType, VariantType } from '
|
|
2
|
+
import { SizeType, VariantType } from '../../../types/theme';
|
|
3
3
|
export type TextFieldProps = {
|
|
4
4
|
label?: string;
|
|
5
5
|
size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
|
|
@@ -12,7 +12,7 @@ export type TextFieldProps = {
|
|
|
12
12
|
} & Omit<InputHTMLAttributes<any>, 'size'>;
|
|
13
13
|
declare const TextField: import("react").ForwardRefExoticComponent<{
|
|
14
14
|
label?: string | undefined;
|
|
15
|
-
size?: "
|
|
15
|
+
size?: "large" | "small" | undefined;
|
|
16
16
|
variant?: VariantType | undefined;
|
|
17
17
|
error?: boolean | undefined;
|
|
18
18
|
success?: boolean | undefined;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useRef, useState } from 'react';
|
|
4
4
|
import css from './TextField.module.scss';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import HelperText from '../../
|
|
6
|
+
import HelperText from '../../HelperText/HelperText';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '!style-loader!css-loader!./style.css';
|
|
2
2
|
import { SliderProps as RcSliderProps } from 'rc-slider/lib/Slider';
|
|
3
|
-
import { SizeType } from '
|
|
3
|
+
import { SizeType } from 'types/theme';
|
|
4
4
|
export type SliderProps = {
|
|
5
5
|
size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
|
|
6
6
|
} & Omit<RcSliderProps, 'size'>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import RcSlider from 'rc-slider';
|
|
2
2
|
import '!style-loader!css-loader!./style.css';
|
|
3
|
-
import
|
|
3
|
+
// import './style.css'
|
|
4
|
+
|
|
5
|
+
import HelperText from '../HelperText/HelperText';
|
|
4
6
|
import css from './Slider.module.scss';
|
|
5
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
8
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|