armtek-uikit-react 1.0.8 → 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
|
@@ -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,6 @@
|
|
|
1
1
|
import RcSlider from 'rc-slider';
|
|
2
2
|
import '!style-loader!css-loader!./style.css';
|
|
3
|
-
import HelperText from '../
|
|
3
|
+
import HelperText from '../HelperText/HelperText';
|
|
4
4
|
import css from './Slider.module.scss';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
@@ -1,98 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "armtek-uikit-react",
|
|
3
|
-
"version": "1.0.8",
|
|
4
|
-
"description": "Armtek UIKit for React",
|
|
5
|
-
"main": "lib/cjs/index.js",
|
|
6
|
-
"module": "lib/esm/index.js",
|
|
7
|
-
"types": "lib/esm/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"lib/**",
|
|
10
|
-
"README.md"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "storybook dev -p 3000",
|
|
14
|
-
"build": "node tools/build.js",
|
|
15
|
-
"build-types": "tsc -d --emitDeclarationOnly --outDir types",
|
|
16
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
17
|
-
"storybook": "storybook dev -p 6006",
|
|
18
|
-
"publish": "node tools/build.js && npm version patch && npm publish"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "ssh://git@gl.corp:10022/int/uikit/uikit_react.git"
|
|
23
|
-
},
|
|
24
|
-
"author": "",
|
|
25
|
-
"license": "ISC",
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"rc-slider": "^10.2.1",
|
|
28
|
-
"react": "*",
|
|
29
|
-
"react-datepicker": "^4.16.0",
|
|
30
|
-
"react-dom": "*"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@babel/cli": "^7.22.15",
|
|
34
|
-
"@babel/core": "^7.22.17",
|
|
35
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
36
|
-
"@babel/plugin-proposal-export-default-from": "^7.22.17",
|
|
37
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
38
|
-
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
39
|
-
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
|
|
40
|
-
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
41
|
-
"@babel/preset-env": "^7.22.10",
|
|
42
|
-
"@babel/preset-react": "^7.22.5",
|
|
43
|
-
"@babel/preset-typescript": "^7.22.5",
|
|
44
|
-
"@storybook/addon-actions": "^7.2.3",
|
|
45
|
-
"@storybook/addon-essentials": "^7.2.3",
|
|
46
|
-
"@storybook/addon-interactions": "^7.2.3",
|
|
47
|
-
"@storybook/addon-links": "^7.2.3",
|
|
48
|
-
"@storybook/addon-mdx-gfm": "^7.2.3",
|
|
49
|
-
"@storybook/cli": "^7.2.3",
|
|
50
|
-
"@storybook/react": "^7.2.3",
|
|
51
|
-
"@storybook/react-webpack5": "^7.2.3",
|
|
52
|
-
"@storybook/testing-library": "^0.2.0",
|
|
53
|
-
"@types/react": "^18.2.20",
|
|
54
|
-
"@types/react-datepicker": "^4.15.0",
|
|
55
|
-
"@types/react-dom": "^18.2.7",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
57
|
-
"@typescript-eslint/parser": "^6.4.0",
|
|
58
|
-
"babel-loader": "^9.1.3",
|
|
59
|
-
"babel-plugin-add-module-exports": "^1.0.4",
|
|
60
|
-
"babel-plugin-dev-expression": "^0.2.3",
|
|
61
|
-
"babel-plugin-transform-next-use-client": "^1.1.1",
|
|
62
|
-
"babel-preset-env-modules": "^1.0.1",
|
|
63
|
-
"cherry-pick": "^0.5.0",
|
|
64
|
-
"clsx": "^2.0.0",
|
|
65
|
-
"css-loader": "^6.8.1",
|
|
66
|
-
"eslint": "^8.47.0",
|
|
67
|
-
"eslint-config-prettier": "^9.0.0",
|
|
68
|
-
"eslint-plugin-import": "^2.28.0",
|
|
69
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
70
|
-
"eslint-plugin-react": "^7.33.1",
|
|
71
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
72
|
-
"eslint-plugin-storybook": "^0.6.13",
|
|
73
|
-
"execa": "^8.0.1",
|
|
74
|
-
"file-loader": "^6.2.0",
|
|
75
|
-
"filemanager-webpack-plugin": "^8.0.0",
|
|
76
|
-
"fs-extra": "^11.1.1",
|
|
77
|
-
"glob": "^10.3.4",
|
|
78
|
-
"html-webpack-plugin": "^5.5.3",
|
|
79
|
-
"modify-source-webpack-plugin": "^4.1.0",
|
|
80
|
-
"prettier": "^3.0.1",
|
|
81
|
-
"read-pkg-up": "^10.1.0",
|
|
82
|
-
"rimraf": "^5.0.4",
|
|
83
|
-
"sass": "^1.65.1",
|
|
84
|
-
"sass-loader": "^13.3.2",
|
|
85
|
-
"storybook": "^7.2.3",
|
|
86
|
-
"style-loader": "^3.3.3",
|
|
87
|
-
"tiny-glob": "^0.2.9",
|
|
88
|
-
"ts-loader": "^9.4.4",
|
|
89
|
-
"typescript": "^5.1.6",
|
|
90
|
-
"webpack": "^5.88.2",
|
|
91
|
-
"webpack-cli": "^5.1.4",
|
|
92
|
-
"webpack-dev-server": "^4.15.1"
|
|
93
|
-
},
|
|
94
|
-
"peerDependencies": {
|
|
95
|
-
"react": "*",
|
|
96
|
-
"react-dom": "*"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
1
|
+
{"name":"armtek-uikit-react","version":"1.0.10","description":"Armtek UIKit for React","main":"cjs/index.js","module":"esm/index.js","types":"esm/index.d.ts","type":"module","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","scripts":{"pub":"npm version patch && npm publish"}}
|
package/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Armtek UIKit
|
package/lib/Alert/package.json
DELETED
package/lib/Avatar/package.json
DELETED
package/lib/Badge/package.json
DELETED
package/lib/Button/package.json
DELETED
package/lib/Card/package.json
DELETED
package/lib/Chip/package.json
DELETED
package/lib/Loader/package.json
DELETED
package/lib/Logo/package.json
DELETED
package/lib/Period/package.json
DELETED
package/lib/Radio/package.json
DELETED
package/lib/Rating/package.json
DELETED
package/lib/Select/package.json
DELETED
package/lib/Slider/package.json
DELETED
package/lib/Status/package.json
DELETED
package/lib/Stepper/package.json
DELETED
package/lib/Switch/package.json
DELETED
package/lib/Tooltip/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "../../assets/styles";
|
package/lib/cjs/index.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export { default as Button } from './Button/Button';
|
|
2
|
-
export { default as ButtonIcon } from './Button/ButtonIcon';
|
|
3
|
-
export type { ButtonProps } from './Button/Button';
|
|
4
|
-
export { default as Alert } from './Alert/Alert';
|
|
5
|
-
export type { AlertProps } from './Alert/Alert';
|
|
6
|
-
export { default as Avatar } from './Avatar/Avatar';
|
|
7
|
-
export type { AvatarProps } from './Avatar/Avatar';
|
|
8
|
-
export { default as AvatarGroup } from './Avatar/AvatarGroup';
|
|
9
|
-
export type { AvatarGroupProps } from './Avatar/AvatarGroup';
|
|
10
|
-
export { default as Badge } from './Badge/Badge';
|
|
11
|
-
export type { BadgeProps } from './Badge/Badge';
|
|
12
|
-
export { default as Card } from './Card/Card';
|
|
13
|
-
export type { CardProps } from './Card/Card';
|
|
14
|
-
export { default as Chip } from './Chip/Chip';
|
|
15
|
-
export type { ChipProps } from './Chip/Chip';
|
|
16
|
-
export { default as ListItem } from './List/ListItem';
|
|
17
|
-
export type { ListItemProps } from './List/ListItem';
|
|
18
|
-
export { default as Loader } from './Loader/Loader';
|
|
19
|
-
export type { LoaderProps } from './Loader/Loader';
|
|
20
|
-
export { default as Logo } from './Logo/Logo';
|
|
21
|
-
export type { LogoProps } from './Logo/Logo';
|
|
22
|
-
export { default as Slider } from './Slider/Slider';
|
|
23
|
-
export type { SliderProps } from './Slider/Slider';
|
|
24
|
-
export { default as Status } from './Status/Status';
|
|
25
|
-
export type { StatusProps } from './Status/Status';
|
|
26
|
-
export { default as Stepper } from './Stepper/Stepper';
|
|
27
|
-
export type { StepperProps } from './Stepper/Stepper';
|
|
28
|
-
export { default as Tooltip } from './Tooltip/Tooltip';
|
|
29
|
-
export type { TooltipProps } from './Tooltip/Tooltip';
|
package/lib/cjs/index.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
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("./Button/Button"));
|
|
7
|
-
exports.Button = _Button.default;
|
|
8
|
-
var _ButtonIcon = _interopRequireDefault(require("./Button/ButtonIcon"));
|
|
9
|
-
exports.ButtonIcon = _ButtonIcon.default;
|
|
10
|
-
var _Alert = _interopRequireDefault(require("./Alert/Alert"));
|
|
11
|
-
exports.Alert = _Alert.default;
|
|
12
|
-
var _Avatar = _interopRequireDefault(require("./Avatar/Avatar"));
|
|
13
|
-
exports.Avatar = _Avatar.default;
|
|
14
|
-
var _AvatarGroup = _interopRequireDefault(require("./Avatar/AvatarGroup"));
|
|
15
|
-
exports.AvatarGroup = _AvatarGroup.default;
|
|
16
|
-
var _Badge = _interopRequireDefault(require("./Badge/Badge"));
|
|
17
|
-
exports.Badge = _Badge.default;
|
|
18
|
-
var _Card = _interopRequireDefault(require("./Card/Card"));
|
|
19
|
-
exports.Card = _Card.default;
|
|
20
|
-
var _Chip = _interopRequireDefault(require("./Chip/Chip"));
|
|
21
|
-
exports.Chip = _Chip.default;
|
|
22
|
-
var _ListItem = _interopRequireDefault(require("./List/ListItem"));
|
|
23
|
-
exports.ListItem = _ListItem.default;
|
|
24
|
-
var _Loader = _interopRequireDefault(require("./Loader/Loader"));
|
|
25
|
-
exports.Loader = _Loader.default;
|
|
26
|
-
var _Logo = _interopRequireDefault(require("./Logo/Logo"));
|
|
27
|
-
exports.Logo = _Logo.default;
|
|
28
|
-
var _Slider = _interopRequireDefault(require("./Slider/Slider"));
|
|
29
|
-
exports.Slider = _Slider.default;
|
|
30
|
-
var _Status = _interopRequireDefault(require("./Status/Status"));
|
|
31
|
-
exports.Status = _Status.default;
|
|
32
|
-
var _Stepper = _interopRequireDefault(require("./Stepper/Stepper"));
|
|
33
|
-
exports.Stepper = _Stepper.default;
|
|
34
|
-
var _Tooltip = _interopRequireDefault(require("./Tooltip/Tooltip"));
|
|
35
|
-
exports.Tooltip = _Tooltip.default;
|