armtek-uikit-react 1.0.13 → 1.0.15
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/{cjs/assets → assets}/Adornment.scss +2 -0
- package/{esm/ui/Alert/Alert.module.scss → assets/Alert.scss} +1 -1
- package/{esm/ui/Avatar/Avatar.module.scss → assets/Avatar.scss} +1 -1
- package/{cjs/ui/Avatar/AvatarGroup.module.scss → assets/AvatarGroup.scss} +1 -1
- package/{cjs/ui/Badge/Badge.module.scss → assets/Badge.scss} +1 -1
- package/{cjs/assets → assets}/Button.scss +1 -32
- package/assets/ButtonGroup.scss +12 -0
- package/assets/ButtonIcon.scss +24 -0
- package/{cjs/ui/Card/Card.module.scss → assets/Card.scss} +1 -1
- package/{esm/ui/Form/Checkbox/Checkbox.module.scss → assets/Checkbox.scss} +1 -1
- package/{esm/ui/Chip/Chip.module.scss → assets/Chip.scss} +1 -1
- package/{cjs/ui/Form/DatePicker/DatePicker.module.scss → assets/DatePicker.scss} +1 -1
- package/{cjs/ui/HelperText/HelperText.module.scss → assets/HelperText.scss} +1 -1
- package/{esm/ui/Form/Interval/Interval.module.scss → assets/Interval.scss} +1 -1
- package/{esm/ui/List/ListItem.module.scss → assets/ListItem.scss} +1 -1
- package/{esm/ui/Loader/Loader.module.scss → assets/Loader.scss} +1 -1
- package/{esm/ui/Logo/Logo.module.scss → assets/Logo.scss} +1 -1
- package/{esm/ui/Form/Period/Period.module.scss → assets/Period.scss} +1 -1
- package/{esm/ui/Form/Rating/Rating.module.scss → assets/Rating.scss} +1 -1
- package/{cjs/ui/Form/Select/Select.module.scss → assets/Select.scss} +1 -1
- package/{esm/ui/Slider/Slider.module.scss → assets/Slider.scss} +1 -1
- package/{cjs/ui/Status/Status.module.scss → assets/Status.scss} +1 -1
- package/{esm/ui/Stepper/StepItem.module.scss → assets/StepItem.scss} +1 -1
- package/{cjs/ui/Stepper/StepItemIcon.module.scss → assets/StepItemIcon.scss} +1 -1
- package/{cjs/ui/Stepper/Stepper.module.scss → assets/Stepper.scss} +1 -1
- package/{esm/ui/Form/Switch/Switch.module.scss → assets/Switch.scss} +1 -1
- package/{cjs/ui/Form/TextArea/TextArea.module.scss → assets/TextArea.scss} +1 -1
- package/{cjs/ui/Form/TextField/TextField.module.scss → assets/TextField.scss} +1 -1
- package/{cjs/ui/Tooltip/Tooltip.module.scss → assets/Tooltip.scss} +1 -1
- package/assets/styles.scss +31 -0
- package/index.js +15 -0
- package/{esm/lib → lib}/helpers/helpers.js +7 -0
- package/package.json +25 -1
- package/{esm → types}/index.d.ts +3 -3
- package/{esm → types}/lib/helpers/helpers.d.ts +1 -0
- package/{cjs/ui/Button/Button.d.ts → types/ui/Button/index.d.ts} +3 -3
- package/{esm/ui/Button/ButtonIcon.d.ts → types/ui/ButtonIcon/index.d.ts} +1 -1
- package/types/ui/Slider/RcSlider.d.ts +0 -0
- package/{esm → types}/ui/Slider/Slider.d.ts +1 -1
- package/{esm → types}/ui/Stepper/StepItem.d.ts +1 -1
- package/{esm/ui → ui}/Adornment/Adornment.js +10 -5
- package/ui/Adornment/Adornment.module.scss +2 -0
- package/{esm/ui → ui}/Alert/Alert.js +7 -3
- package/ui/Alert/Alert.module.scss +2 -0
- package/{esm/ui → ui}/Avatar/Avatar.js +5 -1
- package/ui/Avatar/Avatar.module.scss +1 -0
- package/{esm/ui → ui}/Avatar/AvatarGroup.js +5 -1
- package/ui/Avatar/AvatarGroup.module.scss +1 -0
- package/{esm/ui → ui}/Badge/Badge.js +5 -1
- package/ui/Badge/Badge.module.scss +1 -0
- package/ui/Button/Button.module.scss +1 -0
- package/{esm/ui/Button/Button.js → ui/Button/index.js} +7 -3
- package/ui/ButtonGroup/ButtonGroup.module.scss +2 -0
- package/{esm/ui/Button/ButtonGroup.js → ui/ButtonGroup/index.js} +5 -1
- package/ui/ButtonIcon/ButtonIcon.module.scss +1 -0
- package/{esm/ui/Button/ButtonIcon.js → ui/ButtonIcon/index.js} +6 -2
- package/{esm/ui → ui}/Card/Card.js +5 -1
- package/ui/Card/Card.module.scss +1 -0
- package/{esm/ui → ui}/Chip/Chip.js +5 -1
- package/ui/Chip/Chip.module.scss +1 -0
- package/{esm/ui → ui}/Form/Checkbox/Checkbox.js +5 -1
- package/ui/Form/Checkbox/Checkbox.module.scss +1 -0
- package/{esm/ui → ui}/Form/Checkbox/Radio.js +7 -3
- package/{esm/ui → ui}/Form/DateField/DateField.js +5 -6
- package/{esm/ui → ui}/Form/DateField/TimeField.js +1 -1
- package/ui/Form/DatePicker/DatePicker.module.scss +1 -0
- package/{esm/ui → ui}/Form/DatePicker/PeriodSelect.js +1 -1
- package/{esm/ui → ui}/Form/DatePicker/TimePicker.js +1 -1
- package/{esm/ui → ui}/Form/Interval/Interval.js +7 -3
- package/ui/Form/Interval/Interval.module.scss +1 -0
- package/{esm/ui → ui}/Form/Interval/IntervalSlide.js +7 -3
- package/{esm/ui → ui}/Form/Password/Password.js +3 -3
- package/{esm/ui → ui}/Form/Period/Period.js +11 -7
- package/ui/Form/Period/Period.module.scss +2 -0
- package/{esm/ui → ui}/Form/Rating/Rating.js +5 -1
- package/ui/Form/Rating/Rating.module.scss +1 -0
- package/{esm/ui → ui}/Form/Select/Select.js +10 -6
- package/ui/Form/Select/Select.module.scss +1 -0
- package/{esm/ui → ui}/Form/Switch/Switch.js +5 -1
- package/ui/Form/Switch/Switch.module.scss +1 -0
- package/{esm/ui → ui}/Form/TextArea/TextArea.js +6 -2
- package/ui/Form/TextArea/TextArea.module.scss +1 -0
- package/{esm/ui → ui}/Form/TextField/TextField.js +6 -2
- package/ui/Form/TextField/TextField.module.scss +1 -0
- package/{esm/ui → ui}/HelperText/HelperText.js +5 -1
- package/ui/HelperText/HelperText.module.scss +1 -0
- package/{esm/ui → ui}/List/ListItem.js +7 -3
- package/ui/List/ListItem.module.scss +1 -0
- package/{esm/ui → ui}/Loader/Loader.js +5 -1
- package/ui/Loader/Loader.module.scss +1 -0
- package/{esm/ui → ui}/Logo/Logo.js +5 -1
- package/ui/Logo/Logo.module.scss +1 -0
- package/ui/Slider/RcSlider.js +0 -0
- package/{esm/ui → ui}/Slider/Slider.js +8 -5
- package/ui/Slider/Slider.module.scss +1 -0
- package/{esm/ui → ui}/Status/Status.js +5 -1
- package/ui/Status/Status.module.scss +1 -0
- package/{esm/ui → ui}/Stepper/StepItem.js +8 -4
- package/ui/Stepper/StepItem.module.scss +1 -0
- package/{esm/ui → ui}/Stepper/StepItemIcon.js +5 -1
- package/ui/Stepper/StepItemIcon.module.scss +1 -0
- package/{esm/ui → ui}/Stepper/Stepper.js +6 -2
- package/ui/Stepper/Stepper.module.scss +1 -0
- package/{esm/ui → ui}/Tooltip/Tooltip.js +5 -1
- package/ui/Tooltip/Tooltip.module.scss +1 -0
- package/Adornment/package.json +0 -7
- package/Alert/package.json +0 -7
- package/Avatar/package.json +0 -7
- package/AvatarGroup/package.json +0 -7
- package/Badge/package.json +0 -7
- package/Button/package.json +0 -7
- package/ButtonClasses/package.json +0 -7
- package/ButtonGroup/package.json +0 -7
- package/ButtonIcon/package.json +0 -7
- package/Card/package.json +0 -7
- package/Checkbox/package.json +0 -7
- package/Chip/package.json +0 -7
- package/DateField/package.json +0 -7
- package/DatePicker/package.json +0 -7
- package/DateService/package.json +0 -7
- package/HelperText/package.json +0 -7
- package/Interval/package.json +0 -7
- package/IntervalSlide/package.json +0 -7
- package/ListItem/package.json +0 -7
- package/Loader/package.json +0 -7
- package/Logo/package.json +0 -7
- package/Password/package.json +0 -7
- package/Period/package.json +0 -7
- package/PeriodSelect/package.json +0 -7
- package/Radio/package.json +0 -7
- package/Rating/package.json +0 -7
- package/RcSlider/package.json +0 -7
- package/Select/package.json +0 -7
- package/Slider/package.json +0 -7
- package/Status/package.json +0 -7
- package/StepItem/package.json +0 -7
- package/StepItemIcon/package.json +0 -7
- package/Stepper/package.json +0 -7
- package/Switch/package.json +0 -7
- package/TextArea/package.json +0 -7
- package/TextField/package.json +0 -7
- package/TimeField/package.json +0 -7
- package/TimePicker/package.json +0 -7
- package/Tooltip/package.json +0 -7
- package/cjs/assets/styles.scss +0 -6
- package/cjs/index.d.ts +0 -29
- package/cjs/index.js +0 -35
- package/cjs/lib/const/styles.js +0 -6
- package/cjs/lib/helpers/helpers.d.ts +0 -5
- package/cjs/lib/helpers/helpers.js +0 -48
- package/cjs/lib/hooks/useClickOutside.js +0 -22
- package/cjs/lib/services/DateService.js +0 -48
- package/cjs/types/theme.js +0 -3
- package/cjs/ui/Adornment/Adornment.js +0 -47
- package/cjs/ui/Adornment/Adornment.module.scss +0 -18
- package/cjs/ui/Alert/Alert.js +0 -46
- package/cjs/ui/Alert/Alert.module.scss +0 -38
- package/cjs/ui/Avatar/Avatar.js +0 -50
- package/cjs/ui/Avatar/Avatar.module.scss +0 -82
- package/cjs/ui/Avatar/AvatarGroup.js +0 -34
- package/cjs/ui/Badge/Badge.js +0 -34
- package/cjs/ui/Button/Button.css +0 -3
- package/cjs/ui/Button/Button.js +0 -43
- package/cjs/ui/Button/Button.module.scss +0 -298
- package/cjs/ui/Button/ButtonClasses.d.ts +0 -3
- package/cjs/ui/Button/ButtonClasses.js +0 -12
- package/cjs/ui/Button/ButtonGroup.js +0 -26
- package/cjs/ui/Button/ButtonIcon.d.ts +0 -3
- package/cjs/ui/Button/ButtonIcon.js +0 -21
- package/cjs/ui/Card/Card.js +0 -19
- package/cjs/ui/Chip/Chip.js +0 -41
- package/cjs/ui/Chip/Chip.module.scss +0 -96
- package/cjs/ui/Form/Checkbox/Checkbox.js +0 -53
- package/cjs/ui/Form/Checkbox/Checkbox.module.scss +0 -297
- package/cjs/ui/Form/Checkbox/Radio.js +0 -21
- package/cjs/ui/Form/DateField/DateField.js +0 -71
- package/cjs/ui/Form/DateField/TimeField.js +0 -19
- package/cjs/ui/Form/DatePicker/DatePicker.js +0 -51
- package/cjs/ui/Form/DatePicker/PeriodSelect.js +0 -29
- package/cjs/ui/Form/DatePicker/TimePicker.js +0 -28
- package/cjs/ui/Form/Interval/Interval.js +0 -98
- package/cjs/ui/Form/Interval/Interval.module.scss +0 -35
- package/cjs/ui/Form/Interval/IntervalSlide.js +0 -48
- package/cjs/ui/Form/Password/Password.js +0 -46
- package/cjs/ui/Form/Password/Password.module.scss +0 -2
- package/cjs/ui/Form/Period/Period.js +0 -69
- package/cjs/ui/Form/Period/Period.module.scss +0 -10
- package/cjs/ui/Form/Rating/Rating.js +0 -54
- package/cjs/ui/Form/Rating/Rating.module.scss +0 -19
- package/cjs/ui/Form/Select/Select.js +0 -139
- package/cjs/ui/Form/Switch/Switch.js +0 -30
- package/cjs/ui/Form/Switch/Switch.module.scss +0 -69
- package/cjs/ui/Form/TextArea/TextArea.js +0 -46
- package/cjs/ui/Form/TextField/TextField.js +0 -152
- package/cjs/ui/HelperText/HelperText.js +0 -28
- package/cjs/ui/List/ListItem.js +0 -60
- package/cjs/ui/List/ListItem.module.scss +0 -34
- package/cjs/ui/Loader/Loader.js +0 -120
- package/cjs/ui/Loader/Loader.module.scss +0 -37
- package/cjs/ui/Logo/Logo.js +0 -102
- package/cjs/ui/Logo/Logo.module.scss +0 -29
- package/cjs/ui/Slider/RcSlider.d.ts +0 -2
- package/cjs/ui/Slider/RcSlider.js +0 -9
- package/cjs/ui/Slider/Slider.d.ts +0 -8
- package/cjs/ui/Slider/Slider.js +0 -36
- package/cjs/ui/Slider/Slider.module.scss +0 -6
- package/cjs/ui/Status/Status.js +0 -31
- package/cjs/ui/Stepper/StepItem.d.ts +0 -14
- package/cjs/ui/Stepper/StepItem.js +0 -56
- package/cjs/ui/Stepper/StepItem.module.scss +0 -67
- package/cjs/ui/Stepper/StepItemIcon.js +0 -40
- package/cjs/ui/Stepper/Stepper.js +0 -45
- package/cjs/ui/Tooltip/Tooltip.js +0 -32
- package/dist/armtek-uikit-react-main.js +0 -1357
- package/dist/armtek-uikit-react-main.min.js +0 -2
- package/dist/armtek-uikit-react-main.min.js.LICENSE.txt +0 -15
- package/dist/css/main.e207d402.css +0 -18
- package/esm/assets/Adornment.scss +0 -16
- package/esm/assets/Button.scss +0 -297
- package/esm/assets/fonts.scss +0 -2
- package/esm/assets/global.css +0 -72
- package/esm/assets/styles.scss +0 -6
- package/esm/assets/variables.scss +0 -67
- package/esm/index.js +0 -15
- package/esm/lib/const/styles.d.ts +0 -1
- package/esm/lib/hooks/useClickOutside.d.ts +0 -3
- package/esm/lib/services/DateService.d.ts +0 -12
- package/esm/types/theme.d.ts +0 -10
- package/esm/ui/Adornment/Adornment.d.ts +0 -7
- package/esm/ui/Adornment/Adornment.module.scss +0 -18
- package/esm/ui/Alert/Alert.d.ts +0 -10
- package/esm/ui/Avatar/Avatar.d.ts +0 -13
- package/esm/ui/Avatar/AvatarGroup.d.ts +0 -8
- package/esm/ui/Avatar/AvatarGroup.module.scss +0 -48
- package/esm/ui/Badge/Badge.d.ts +0 -11
- package/esm/ui/Badge/Badge.module.scss +0 -83
- package/esm/ui/Button/Button.css +0 -3
- package/esm/ui/Button/Button.d.ts +0 -15
- package/esm/ui/Button/Button.module.scss +0 -298
- package/esm/ui/Button/ButtonClasses.d.ts +0 -3
- package/esm/ui/Button/ButtonClasses.js +0 -7
- package/esm/ui/Button/ButtonGroup.d.ts +0 -6
- package/esm/ui/Card/Card.d.ts +0 -4
- package/esm/ui/Card/Card.module.scss +0 -7
- package/esm/ui/Chip/Chip.d.ts +0 -13
- package/esm/ui/Form/Checkbox/Checkbox.d.ts +0 -12
- package/esm/ui/Form/Checkbox/Radio.d.ts +0 -3
- package/esm/ui/Form/DateField/DateField.d.ts +0 -26
- package/esm/ui/Form/DateField/DateField.module.scss +0 -1
- package/esm/ui/Form/DateField/TimeField.d.ts +0 -3
- package/esm/ui/Form/DatePicker/DatePicker.d.ts +0 -7
- package/esm/ui/Form/DatePicker/DatePicker.module.scss +0 -7
- package/esm/ui/Form/DatePicker/PeriodSelect.d.ts +0 -2
- package/esm/ui/Form/DatePicker/TimePicker.d.ts +0 -2
- package/esm/ui/Form/DatePicker/styles.css +0 -766
- package/esm/ui/Form/Interval/Interval.d.ts +0 -21
- package/esm/ui/Form/Interval/IntervalSlide.d.ts +0 -4
- package/esm/ui/Form/Password/Password.d.ts +0 -12
- package/esm/ui/Form/Password/Password.module.scss +0 -2
- package/esm/ui/Form/Period/Period.d.ts +0 -15
- package/esm/ui/Form/Rating/Rating.d.ts +0 -10
- package/esm/ui/Form/Select/Select.d.ts +0 -23
- package/esm/ui/Form/Select/Select.module.scss +0 -26
- package/esm/ui/Form/Switch/Switch.d.ts +0 -7
- package/esm/ui/Form/TextArea/TextArea.d.ts +0 -4
- package/esm/ui/Form/TextArea/TextArea.module.scss +0 -15
- package/esm/ui/Form/TextField/TextField.d.ts +0 -40
- package/esm/ui/Form/TextField/TextField.module.scss +0 -160
- package/esm/ui/HelperText/HelperText.d.ts +0 -6
- package/esm/ui/HelperText/HelperText.module.scss +0 -10
- package/esm/ui/List/ListItem.d.ts +0 -10
- package/esm/ui/Loader/Loader.d.ts +0 -6
- package/esm/ui/Logo/Logo.d.ts +0 -12
- package/esm/ui/Slider/RcSlider.d.ts +0 -2
- package/esm/ui/Slider/RcSlider.js +0 -2
- package/esm/ui/Slider/style.css +0 -281
- package/esm/ui/Status/Status.d.ts +0 -10
- package/esm/ui/Status/Status.module.scss +0 -45
- package/esm/ui/Stepper/StepItemIcon.d.ts +0 -11
- package/esm/ui/Stepper/StepItemIcon.module.scss +0 -47
- package/esm/ui/Stepper/Stepper.d.ts +0 -11
- package/esm/ui/Stepper/Stepper.module.scss +0 -34
- package/esm/ui/Tooltip/Tooltip.d.ts +0 -7
- package/esm/ui/Tooltip/Tooltip.module.scss +0 -18
- package/helpers/package.json +0 -7
- package/styles/package.json +0 -7
- package/theme/package.json +0 -7
- package/useClickOutside/package.json +0 -7
- /package/{cjs/assets → assets}/fonts.scss +0 -0
- /package/{cjs/assets → assets}/global.css +0 -0
- /package/{cjs/assets → assets}/variables.scss +0 -0
- /package/{esm/lib → lib}/const/styles.js +0 -0
- /package/{esm/lib → lib}/hooks/useClickOutside.js +0 -0
- /package/{esm/lib → lib}/services/DateService.js +0 -0
- /package/{cjs → types}/lib/const/styles.d.ts +0 -0
- /package/{cjs → types}/lib/hooks/useClickOutside.d.ts +0 -0
- /package/{cjs → types}/lib/services/DateService.d.ts +0 -0
- /package/{esm/types → types}/theme.js +0 -0
- /package/{cjs → types}/types/theme.d.ts +0 -0
- /package/{cjs → types}/ui/Adornment/Adornment.d.ts +0 -0
- /package/{cjs → types}/ui/Alert/Alert.d.ts +0 -0
- /package/{cjs → types}/ui/Avatar/Avatar.d.ts +0 -0
- /package/{cjs → types}/ui/Avatar/AvatarGroup.d.ts +0 -0
- /package/{cjs → types}/ui/Badge/Badge.d.ts +0 -0
- /package/{cjs/ui/Button/ButtonGroup.d.ts → types/ui/ButtonGroup/index.d.ts} +0 -0
- /package/{cjs → types}/ui/Card/Card.d.ts +0 -0
- /package/{cjs → types}/ui/Chip/Chip.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Checkbox/Checkbox.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Checkbox/Radio.d.ts +0 -0
- /package/{cjs → types}/ui/Form/DateField/DateField.d.ts +0 -0
- /package/{cjs → types}/ui/Form/DateField/TimeField.d.ts +0 -0
- /package/{cjs → types}/ui/Form/DatePicker/DatePicker.d.ts +0 -0
- /package/{cjs → types}/ui/Form/DatePicker/PeriodSelect.d.ts +0 -0
- /package/{cjs → types}/ui/Form/DatePicker/TimePicker.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Interval/Interval.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Interval/IntervalSlide.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Password/Password.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Period/Period.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Rating/Rating.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Select/Select.d.ts +0 -0
- /package/{cjs → types}/ui/Form/Switch/Switch.d.ts +0 -0
- /package/{cjs → types}/ui/Form/TextArea/TextArea.d.ts +0 -0
- /package/{cjs → types}/ui/Form/TextField/TextField.d.ts +0 -0
- /package/{cjs → types}/ui/HelperText/HelperText.d.ts +0 -0
- /package/{cjs → types}/ui/List/ListItem.d.ts +0 -0
- /package/{cjs → types}/ui/Loader/Loader.d.ts +0 -0
- /package/{cjs → types}/ui/Logo/Logo.d.ts +0 -0
- /package/{cjs → types}/ui/Status/Status.d.ts +0 -0
- /package/{cjs → types}/ui/Stepper/StepItemIcon.d.ts +0 -0
- /package/{cjs → types}/ui/Stepper/Stepper.d.ts +0 -0
- /package/{cjs → types}/ui/Tooltip/Tooltip.d.ts +0 -0
- /package/{cjs/ui → ui}/Form/DateField/DateField.module.scss +0 -0
- /package/{esm/ui → ui}/Form/DatePicker/DatePicker.js +0 -0
- /package/{cjs/ui → ui}/Form/DatePicker/styles.css +0 -0
- /package/{cjs/ui → ui}/Slider/style.css +0 -0
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import css from './Chip.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./Chip.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['chip', 'chip__inner', 'chip__icon', 'chip__close', 'chip__close_primary', 'chip__close_secondary', 'chip_small', 'chip__icon_small', 'chip__close_small', 'chip_outlined', 'chip_secondary', 'chip_primary'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
function Chip(props) {
|
|
7
11
|
let {
|
|
8
12
|
size,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "./../../assets/Chip";
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import css from './Checkbox.module.scss';
|
|
4
3
|
import clsx from 'clsx';
|
|
5
4
|
import { useState } from 'react';
|
|
5
|
+
import css from "./Checkbox.module.scss";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
9
|
+
const CssClasses = ['checkbox', 'checkbox__input', 'checkbox__label', 'checkbox__text', 'checkbox_disabled', 'checkbox_medium', 'checkbox_small', 'checkbox__label_intermediate', 'checkbox__label_checked', 'checkbox__label_disabled', 'checkbox_contained', 'checkbox_outlined', 'checkbox_primary', 'checkbox_secondary', 'checkbox_neutral', 'checkbox_success', 'checkbox_error', 'checkbox_warning', 'radio'];
|
|
10
|
+
|
|
11
|
+
// const css = getCssPrefix(CssClasses)
|
|
12
|
+
|
|
9
13
|
const Checkbox = props => {
|
|
10
14
|
let {
|
|
11
15
|
label,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/Checkbox";
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
import Checkbox from
|
|
2
|
-
import css from './Checkbox.module.scss';
|
|
1
|
+
import Checkbox from "./Checkbox";
|
|
3
2
|
import clsx from 'clsx';
|
|
3
|
+
import css from "./Checkbox.module.scss";
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['radio'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
const Radio = props => {
|
|
7
11
|
return /*#__PURE__*/_jsx(_Fragment, {
|
|
8
12
|
children: /*#__PURE__*/_jsx(Checkbox, {
|
|
9
13
|
...props,
|
|
10
|
-
className: clsx(props.className, css.radio
|
|
14
|
+
className: clsx(props.className, css.radio),
|
|
11
15
|
type: 'radio'
|
|
12
16
|
})
|
|
13
17
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import TextField from
|
|
3
|
+
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useState } from 'react';
|
|
5
|
-
import
|
|
6
|
-
import Card from
|
|
7
|
-
import DatePicker from
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
6
|
+
import Card from "../../Card/Card";
|
|
7
|
+
import DatePicker from "../DatePicker/DatePicker";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
10
10
|
const DateInput = /*#__PURE__*/forwardRef((props, ref) => {
|
|
@@ -14,11 +14,10 @@ const DateInput = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14
14
|
...restProps
|
|
15
15
|
} = props;
|
|
16
16
|
let inputIcon = showTime && showTimeOnly ? 'schedule' : 'calendar_today';
|
|
17
|
-
console.log(restProps);
|
|
18
17
|
return /*#__PURE__*/_jsx(TextField, {
|
|
19
18
|
ref: ref,
|
|
20
19
|
...restProps,
|
|
21
|
-
endAdornment: /*#__PURE__*/_jsx(
|
|
20
|
+
endAdornment: /*#__PURE__*/_jsx(Index, {
|
|
22
21
|
size: 'medium',
|
|
23
22
|
variant: 'transparent',
|
|
24
23
|
onClick: props.onClick,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/DatePicker";
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useState } from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
4
|
+
import { TextFieldContainer, TextFieldInput } from "../TextField/TextField";
|
|
5
|
+
import HelperText from "../../HelperText/HelperText";
|
|
6
|
+
import css from "./Interval.module.scss";
|
|
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";
|
|
10
|
+
const CssClasses = ['interval', 'interval__end', 'interval__item', 'interval__helperText', 'intervalslide__slider'];
|
|
11
|
+
|
|
12
|
+
// const css = getCssPrefix(CssClasses)
|
|
13
|
+
|
|
10
14
|
const Interval = /*#__PURE__*/forwardRef((props, ref) => {
|
|
11
15
|
let {
|
|
12
16
|
value,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/Interval";
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import Interval from
|
|
4
|
-
import css from './Interval.module.scss';
|
|
3
|
+
import Interval from "./Interval";
|
|
5
4
|
import { useState } from 'react';
|
|
6
|
-
import Slider from
|
|
5
|
+
import Slider from "../../Slider/Slider";
|
|
6
|
+
import css from "./Interval.module.scss";
|
|
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";
|
|
10
|
+
const CssClasses = ['intervalslide__slider'];
|
|
11
|
+
|
|
12
|
+
// const css = getCssPrefix(CssClasses)
|
|
13
|
+
|
|
10
14
|
const IntervalSlide = props => {
|
|
11
15
|
let {
|
|
12
16
|
onChange,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import TextField from
|
|
3
|
+
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useRef, useState } from 'react';
|
|
5
|
-
import
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
8
|
const Password = /*#__PURE__*/forwardRef((props, ref) => {
|
|
@@ -27,7 +27,7 @@ const Password = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
27
27
|
...restProps,
|
|
28
28
|
type: isPassword ? 'password' : 'text',
|
|
29
29
|
onChange: handleChange,
|
|
30
|
-
endAdornment: /*#__PURE__*/_jsx(
|
|
30
|
+
endAdornment: /*#__PURE__*/_jsx(Index, {
|
|
31
31
|
size: 'medium',
|
|
32
32
|
variant: 'transparent',
|
|
33
33
|
color: 'neutral',
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import TextField from
|
|
3
|
+
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useState } from 'react';
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
6
|
+
import Card from "../../Card/Card";
|
|
7
|
+
import DatePicker from "../DatePicker/DatePicker";
|
|
8
|
+
import { DateService } from "../../../lib/services/DateService";
|
|
9
|
+
import css from "./Period.module.scss";
|
|
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";
|
|
13
|
+
const CssClasses = ['dateField', 'dateField__picker'];
|
|
14
|
+
|
|
15
|
+
// const css = getCssPrefix(CssClasses)
|
|
16
|
+
|
|
13
17
|
const Period = /*#__PURE__*/forwardRef((props, ref) => {
|
|
14
18
|
let {
|
|
15
19
|
onChange,
|
|
@@ -38,7 +42,7 @@ const Period = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
38
42
|
...restProps,
|
|
39
43
|
value: displayValue,
|
|
40
44
|
onFocus: handleClick,
|
|
41
|
-
endAdornment: /*#__PURE__*/_jsx(
|
|
45
|
+
endAdornment: /*#__PURE__*/_jsx(Index, {
|
|
42
46
|
size: 'medium',
|
|
43
47
|
variant: 'transparent',
|
|
44
48
|
color: 'neutral',
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import css from './Rating.module.scss';
|
|
4
3
|
import { useState } from 'react';
|
|
5
4
|
import clsx from 'clsx';
|
|
5
|
+
import css from "./Rating.module.scss";
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
9
|
+
const CssClasses = ['rating', 'rating__item', 'rating_medium', 'rating_small', 'rating__item_disabled'];
|
|
10
|
+
|
|
11
|
+
// const css = getCssPrefix(CssClasses)
|
|
12
|
+
|
|
9
13
|
const Rating = props => {
|
|
10
14
|
let {
|
|
11
15
|
size = 'large',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/Rating";
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import TextField from
|
|
3
|
+
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useRef, useState } from 'react';
|
|
5
|
-
import
|
|
6
|
-
import ButtonIcon from '../../Button/ButtonIcon';
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
7
6
|
import clsx from 'clsx';
|
|
8
|
-
import ListItem from
|
|
9
|
-
import useClickOutside from
|
|
7
|
+
import ListItem from "../../List/ListItem";
|
|
8
|
+
import useClickOutside from "../../../lib/hooks/useClickOutside";
|
|
9
|
+
import css from "./Select.module.scss";
|
|
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";
|
|
13
|
+
const CssClasses = ['select', 'select__input_wrapper', 'select__input', 'options', 'options_inline'];
|
|
14
|
+
|
|
15
|
+
// const css = getCssPrefix(CssClasses)
|
|
16
|
+
|
|
13
17
|
export const getOptionValue = option => option.value || option.text;
|
|
14
18
|
function Select(props) {
|
|
15
19
|
var _options$find;
|
|
@@ -56,7 +60,7 @@ function Select(props) {
|
|
|
56
60
|
// }
|
|
57
61
|
|
|
58
62
|
let selectEndAdornment = /*#__PURE__*/_jsxs(_Fragment, {
|
|
59
|
-
children: [endAdornment, /*#__PURE__*/_jsx(
|
|
63
|
+
children: [endAdornment, /*#__PURE__*/_jsx(Index, {
|
|
60
64
|
onClick: () => handleActive,
|
|
61
65
|
size: 'small',
|
|
62
66
|
variant: 'transparent',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/Select";
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import css from './Switch.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./Switch.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['switch', 'switch__input', 'switch__slider', 'switch_small'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
const Switch = props => {
|
|
7
11
|
let {
|
|
8
12
|
onChange,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/Switch";
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import TextField from
|
|
3
|
+
import TextField from "../TextField/TextField";
|
|
4
4
|
import { useEffect, useRef, useState } from 'react';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import css from
|
|
6
|
+
import css from "./TextArea.module.scss";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
9
|
+
const CssClasses = ['textarea', 'size_small'];
|
|
10
|
+
|
|
11
|
+
// const css = getCssPrefix(CssClasses)
|
|
12
|
+
|
|
9
13
|
const TextArea = props => {
|
|
10
14
|
var _textareaRef$current, _textareaRef$current2;
|
|
11
15
|
let {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/TextArea";
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useRef, useState } from 'react';
|
|
4
|
-
import css from './TextField.module.scss';
|
|
5
4
|
import clsx from 'clsx';
|
|
6
|
-
import HelperText from
|
|
5
|
+
import HelperText from "../../HelperText/HelperText";
|
|
6
|
+
import css from "./TextField.module.scss";
|
|
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";
|
|
10
|
+
const CssClasses = ['textfield__container_outlined', 'textfield__container', 'textfield', 'textfield_outlined', '_focused', '_disabled', '_error', '_label', 'textfield__label_focused', 'textfield__label_small', 'textfield__label_error', 'textfield__label', 'textfield__input', 'textfield__input_outlined', 'size_small', 'textfield__adornment', 'textfield__helperText', 'textfield__icon'];
|
|
11
|
+
|
|
12
|
+
// const css = getCssPrefix(CssClasses)
|
|
13
|
+
|
|
10
14
|
const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
11
15
|
let {
|
|
12
16
|
error,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../../assets/TextField";
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import css from './HelperText.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./HelperText.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
5
|
+
const CssClasses = ['helperText', 'helperText_error'];
|
|
6
|
+
|
|
7
|
+
// const css = getCssPrefix(CssClasses)
|
|
8
|
+
|
|
5
9
|
const HelperText = props => {
|
|
6
10
|
let {
|
|
7
11
|
className,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/HelperText";
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import css from './ListItem.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
3
|
-
import Checkbox from
|
|
4
|
-
import Adornment, { AdornmentContainer } from
|
|
2
|
+
import Checkbox from "../Form/Checkbox/Checkbox";
|
|
3
|
+
import Adornment, { AdornmentContainer } from "../Adornment/Adornment";
|
|
4
|
+
import css from "./ListItem.module.scss";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const CssClasses = ['listitem', 'listitem_active', 'listitem_divider', 'listitemText'];
|
|
9
|
+
|
|
10
|
+
// const css = getCssPrefix(CssClasses)
|
|
11
|
+
|
|
8
12
|
const ListItem = props => {
|
|
9
13
|
let {
|
|
10
14
|
children,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/ListItem";
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import css from './Loader.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./Loader.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['loader'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
const Loader = props => {
|
|
7
11
|
let width = props.size === 'large' ? 25 : props.size === 'medium' ? 23 : props.size === 'small' ? 21 : 27;
|
|
8
12
|
let height = props.size === 'large' ? 24 : props.size === 'medium' ? 22 : props.size === 'small' ? 20 : 26;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Loader";
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import css from './Logo.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./Logo.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['logo', 'logo_shape', 'logo__inner', 'logo__img', 'logo__description', 'logo_inverse'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
const Logo = props => {
|
|
7
11
|
let {
|
|
8
12
|
description,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Logo";
|
|
File without changes
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import RcSlider from 'rc-slider';
|
|
2
3
|
import '!style-loader!css-loader!./style.css';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import HelperText from '../HelperText/HelperText';
|
|
6
|
-
import css from './Slider.module.scss';
|
|
4
|
+
import HelperText from "../HelperText/HelperText";
|
|
5
|
+
import css from "./Slider.module.scss";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
9
|
+
const CssClasses = ['slider__helperText'];
|
|
10
|
+
|
|
11
|
+
// const css = getCssPrefix(CssClasses)
|
|
12
|
+
|
|
10
13
|
const Slider = props => {
|
|
11
14
|
let {
|
|
12
15
|
size = 'large',
|
|
@@ -17,7 +20,7 @@ const Slider = props => {
|
|
|
17
20
|
children: [/*#__PURE__*/_jsx(RcSlider, {
|
|
18
21
|
...restProps,
|
|
19
22
|
className: '_' + size
|
|
20
|
-
}), restProps.min && restProps.max && /*#__PURE__*/_jsxs("div", {
|
|
23
|
+
}), restProps.min !== undefined && restProps.max !== undefined && /*#__PURE__*/_jsxs("div", {
|
|
21
24
|
className: css.slider__helperText,
|
|
22
25
|
children: [/*#__PURE__*/_jsx(HelperText, {
|
|
23
26
|
children: restProps.min
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Slider";
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import css from './Status.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./Status.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CssClasses = ['status', 'status_primary', 'status_secondary', 'status_neutral', 'status_error', 'status_warning', 'status_info', 'status_success', 'status__content', 'status__icon'];
|
|
7
|
+
|
|
8
|
+
// const css = getCssPrefix(CssClasses)
|
|
9
|
+
|
|
6
10
|
function Status(props) {
|
|
7
11
|
let {
|
|
8
12
|
color,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Status";
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import StepItemIcon from
|
|
2
|
-
import css from './StepItem.module.scss';
|
|
1
|
+
import StepItemIcon from "./StepItemIcon";
|
|
3
2
|
import clsx from 'clsx';
|
|
4
|
-
import
|
|
3
|
+
import Index from "../Button";
|
|
4
|
+
import css from "./StepItem.module.scss";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const CssClasses = ['stepItem', 'stepItem__inner', 'stepItem__title', 'stepItem__title_error', 'stepItem__content', 'stepItem__button', 'stepItem_horizontal', 'stepItem_last', 'status_info', 'status_success', 'status__content', 'status__icon'];
|
|
9
|
+
|
|
10
|
+
// const css = getCssPrefix(CssClasses)
|
|
11
|
+
|
|
8
12
|
const StepItem = props => {
|
|
9
13
|
let {
|
|
10
14
|
title,
|
|
@@ -39,7 +43,7 @@ const StepItem = props => {
|
|
|
39
43
|
className: css.stepItem__content,
|
|
40
44
|
children: [content || children, !!button && /*#__PURE__*/_jsx("div", {
|
|
41
45
|
className: css.stepItem__button,
|
|
42
|
-
children: /*#__PURE__*/_jsx(
|
|
46
|
+
children: /*#__PURE__*/_jsx(Index, {
|
|
43
47
|
...buttonProps,
|
|
44
48
|
children: button
|
|
45
49
|
})
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/StepItem";
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import css from './StepItemIcon.module.scss';
|
|
2
1
|
import clsx from 'clsx';
|
|
2
|
+
import css from "./StepItemIcon.module.scss";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
5
|
+
const CssClasses = ['stepItemIcon', 'stepItemIcon__number', 'stepItemIcon_small', 'stepItemIcon_active', 'stepItemIcon_complete', 'stepItemIcon_error', 'stepItemIcon__inner'];
|
|
6
|
+
|
|
7
|
+
// const css = getCssPrefix(CssClasses)
|
|
8
|
+
|
|
5
9
|
const StepItemIcon = props => {
|
|
6
10
|
let icon = '';
|
|
7
11
|
if (!props.number) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/StepItemIcon";
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import StepItem from
|
|
2
|
-
import css from './Stepper.module.scss';
|
|
1
|
+
import StepItem from "./StepItem";
|
|
3
2
|
import clsx from 'clsx';
|
|
4
3
|
import { Fragment } from 'react';
|
|
4
|
+
import css from "./Stepper.module.scss";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const CssClasses = ['stepper', 'stepper_horizontal', 'stepper__connector', 'stepper_small'];
|
|
9
|
+
|
|
10
|
+
// const css = getCssPrefix(CssClasses)
|
|
11
|
+
|
|
8
12
|
const Stepper = props => {
|
|
9
13
|
var _props$steps;
|
|
10
14
|
let {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Stepper";
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import css from './Tooltip.module.scss';
|
|
4
3
|
import { useState } from 'react';
|
|
4
|
+
import css from "./Tooltip.module.scss";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const CssClasses = ['tooltip', 'tooltip__item'];
|
|
9
|
+
|
|
10
|
+
// const css = getCssPrefix(CssClasses)
|
|
11
|
+
|
|
8
12
|
function Tooltip(props) {
|
|
9
13
|
let {
|
|
10
14
|
text,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../assets/Tooltip";
|
package/Adornment/package.json
DELETED
package/Alert/package.json
DELETED
package/Avatar/package.json
DELETED
package/AvatarGroup/package.json
DELETED
package/Badge/package.json
DELETED