mimir-ui-kit 1.33.2 → 1.34.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{Input-CCNRdc6Q.js → Input-DspsU5F4.js} +25 -22
- package/dist/{ProgressBar-CwLwhaeM.js → ProgressBar-DWKyrXzd.js} +23 -23
- package/dist/assets/Accordion.css +1 -1
- package/dist/assets/AccordionItem.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/CheckboxMimir.css +1 -1
- package/dist/assets/Chip.css +1 -1
- package/dist/assets/Drawer.css +1 -1
- package/dist/assets/GosZnak.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputPassword.css +1 -1
- package/dist/assets/InputRangeSlider.css +1 -1
- package/dist/assets/Link.css +1 -1
- package/dist/assets/ListFiles.css +1 -1
- package/dist/assets/ListPhotos.css +1 -1
- package/dist/assets/MergedButton.css +1 -1
- package/dist/assets/NotificationBadge.css +1 -1
- package/dist/assets/OtpInput.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/ProgressBar2.css +1 -1
- package/dist/assets/RadioGroup.css +1 -1
- package/dist/assets/SelectSearch.css +1 -1
- package/dist/assets/SkeletonText.css +1 -1
- package/dist/assets/Slider.css +1 -1
- package/dist/assets/Switcher.css +1 -1
- package/dist/assets/TabTrail.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/TextArea.css +1 -1
- package/dist/assets/Timer.css +1 -1
- package/dist/assets/TwinSwitcher.css +1 -1
- package/dist/assets/Uploader.css +1 -1
- package/dist/assets/UploaderPhotos.css +1 -1
- package/dist/assets/Vote.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/components/Accordion/Accordion.js +15 -15
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +3 -3
- package/dist/components/AnchorLink/Link.js +9 -9
- package/dist/components/Button/Button.js +33 -33
- package/dist/components/CheckboxMimir/CheckboxMimir.js +4 -4
- package/dist/components/Chip/Chip.js +12 -12
- package/dist/components/DatePicker/DatePicker.js +5 -4
- package/dist/components/DatePicker/DatePickerModal.js +1 -1
- package/dist/components/DatePicker/MonthPickerModal.js +1 -1
- package/dist/components/DatePicker/YearPickerModal.js +1 -1
- package/dist/components/Drawer/Drawer.js +20 -20
- package/dist/components/GosZnak/GosZnak.js +13 -13
- package/dist/components/Input/Input.d.ts +5 -1
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Input/constants.d.ts +5 -3
- package/dist/components/Input/constants.js +7 -3
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +3 -2
- package/dist/components/Input/types.d.ts +2 -6
- package/dist/components/InputPassword/InputPassword.js +8 -8
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +1 -1
- package/dist/components/InputRangeSlider/InputRangeSlider.js +16 -16
- package/dist/components/ListFiles/ListFiles.js +7 -7
- package/dist/components/ListPhotos/ListPhotos.js +4 -4
- package/dist/components/MergedButton/MergedButton.js +6 -6
- package/dist/components/NotificationBadge/NotificationBadge.js +4 -4
- package/dist/components/OtpInput/OtpInput.js +5 -5
- package/dist/components/Pagination/Pagination.d.ts +1 -3
- package/dist/components/Pagination/Pagination.js +7 -11
- package/dist/components/RadioGroup/RadioGroup.js +8 -8
- package/dist/components/SelectSearch/SelectSearch.js +20 -20
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +1 -1
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +2 -2
- package/dist/components/Slider/Slider.js +8 -8
- package/dist/components/Switcher/Switcher.js +8 -8
- package/dist/components/TabTrail/TabTrail.js +9 -9
- package/dist/components/Tag/Tag.js +6 -6
- package/dist/components/TextArea/TextArea.js +14 -12
- package/dist/components/Timer/Timer.js +1 -1
- package/dist/components/Toasts/ProgressBar.js +1 -1
- package/dist/components/Toasts/Toast.js +1 -1
- package/dist/components/Toasts/ToastList.js +1 -1
- package/dist/components/Toasts/ToastsProvider.js +1 -1
- package/dist/components/TwinSwitcher/TwinSwitcher.js +7 -7
- package/dist/components/UniversalUploader/UniversalUploader.js +1 -1
- package/dist/components/Uploader/Uploader.js +3 -3
- package/dist/components/UploaderFiles/UploaderFiles.js +1 -1
- package/dist/components/UploaderPhotos/UploaderPhotos.js +1 -1
- package/dist/components/Vote/Vote.js +3 -3
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +3 -2
- package/dist/index.js +3 -2
- package/dist/styles.module-B9L4B63y.js +40 -0
- package/package.json +1 -1
- package/dist/styles.module-7wzJYhR3.js +0 -40
@@ -4,9 +4,9 @@ import { forwardRef, useState, useEffect } from "react";
|
|
4
4
|
import { DEFAULT_TITLE, EVoteSize, ZERO_VALUE } from "./constants.js";
|
5
5
|
import { Steps } from "../Steps/Steps.js";
|
6
6
|
import { ZERO_STEP, StepSize } from "../Steps/constants.js";
|
7
|
-
import '../../assets/Vote.css';const container = "
|
8
|
-
const title = "
|
9
|
-
const score = "
|
7
|
+
import '../../assets/Vote.css';const container = "_container_17n0d_2";
|
8
|
+
const title = "_title_17n0d_9";
|
9
|
+
const score = "_score_17n0d_16";
|
10
10
|
const cls = {
|
11
11
|
container,
|
12
12
|
title,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export { Button, EButtonForm, EButtonSize, EButtonVariantDefault, EButtonVariantRound, EButtonVariantOutline, EButtonVariantBorderless, type TButtonProps } from './Button';
|
2
|
-
export { Input, EInputSize, EInputVariant } from './Input';
|
3
|
-
export type { TInputProps, TSize, TVariant } from './Input';
|
2
|
+
export { Input, EInputSize, EInputVariant, EInputStatus } from './Input';
|
3
|
+
export type { TInputProps, TSize, TVariant, TStatus } from './Input';
|
4
4
|
export { TextArea } from './TextArea';
|
5
5
|
export type { TTextAreaProps } from './TextArea';
|
6
6
|
export { InputPassword } from './InputPassword';
|
package/dist/components/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Button } from "./Button/Button.js";
|
2
2
|
import { EButtonForm, EButtonSize, EButtonVariantBorderless, EButtonVariantDefault, EButtonVariantOutline, EButtonVariantRound } from "./Button/constants.js";
|
3
|
-
import { I } from "../Input-
|
4
|
-
import { EInputSize, EInputVariant } from "./Input/constants.js";
|
3
|
+
import { I } from "../Input-DspsU5F4.js";
|
4
|
+
import { EInputSize, EInputStatus, EInputVariant } from "./Input/constants.js";
|
5
5
|
import { TextArea } from "./TextArea/TextArea.js";
|
6
6
|
import { InputPassword } from "./InputPassword/InputPassword.js";
|
7
7
|
import { InputPhoneNumber } from "./InputPhoneNumber/InputPhoneNumber.js";
|
@@ -83,6 +83,7 @@ export {
|
|
83
83
|
EInputRangeSliderBorderState,
|
84
84
|
EInputRangeSliderPositions,
|
85
85
|
EInputSize,
|
86
|
+
EInputStatus,
|
86
87
|
EInputVariant,
|
87
88
|
ELabelPositions,
|
88
89
|
ELinkSize,
|
package/dist/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Button } from "./components/Button/Button.js";
|
2
2
|
import { EButtonForm, EButtonSize, EButtonVariantBorderless, EButtonVariantDefault, EButtonVariantOutline, EButtonVariantRound } from "./components/Button/constants.js";
|
3
|
-
import { I } from "./Input-
|
4
|
-
import { EInputSize, EInputVariant } from "./components/Input/constants.js";
|
3
|
+
import { I } from "./Input-DspsU5F4.js";
|
4
|
+
import { EInputSize, EInputStatus, EInputVariant } from "./components/Input/constants.js";
|
5
5
|
import { TextArea } from "./components/TextArea/TextArea.js";
|
6
6
|
import { InputPassword } from "./components/InputPassword/InputPassword.js";
|
7
7
|
import { InputPhoneNumber } from "./components/InputPhoneNumber/InputPhoneNumber.js";
|
@@ -94,6 +94,7 @@ import './assets/index.css';export {
|
|
94
94
|
EInputRangeSliderBorderState,
|
95
95
|
EInputRangeSliderPositions,
|
96
96
|
EInputSize,
|
97
|
+
EInputStatus,
|
97
98
|
EInputVariant,
|
98
99
|
ELabelPositions,
|
99
100
|
ELinkSize,
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import './assets/styles.css';const input = "_input_ot5z6_2";
|
2
|
+
const inputBorderControl = "_inputBorderControl_ot5z6_14";
|
3
|
+
const editable = "_editable_ot5z6_27";
|
4
|
+
const wrapper = "_wrapper_ot5z6_50";
|
5
|
+
const active = "_active_ot5z6_56";
|
6
|
+
const button = "_button_ot5z6_44";
|
7
|
+
const h = "_h_ot5z6_107";
|
8
|
+
const b = "_b_ot5z6_44";
|
9
|
+
const d = "_d_ot5z6_10";
|
10
|
+
const m = "_m_ot5z6_128";
|
11
|
+
const a = "_a_ot5z6_56";
|
12
|
+
const prev = "_prev_ot5z6_130";
|
13
|
+
const orange = "_orange_ot5z6_146";
|
14
|
+
const current = "_current_ot5z6_171";
|
15
|
+
const monthGrid = "_monthGrid_ot5z6_176";
|
16
|
+
const cls = {
|
17
|
+
input,
|
18
|
+
"input-wrapper": "_input-wrapper_ot5z6_6",
|
19
|
+
"date-wrapper": "_date-wrapper_ot5z6_10",
|
20
|
+
inputBorderControl,
|
21
|
+
editable,
|
22
|
+
"button-wrapper": "_button-wrapper_ot5z6_44",
|
23
|
+
wrapper,
|
24
|
+
active,
|
25
|
+
button,
|
26
|
+
"field-overlow": "_field-overlow_ot5z6_78",
|
27
|
+
"calendar-block": "_calendar-block_ot5z6_84",
|
28
|
+
h,
|
29
|
+
b,
|
30
|
+
d,
|
31
|
+
m,
|
32
|
+
a,
|
33
|
+
prev,
|
34
|
+
orange,
|
35
|
+
current,
|
36
|
+
monthGrid
|
37
|
+
};
|
38
|
+
export {
|
39
|
+
cls as c
|
40
|
+
};
|
package/package.json
CHANGED
@@ -1,40 +0,0 @@
|
|
1
|
-
import './assets/styles.css';const input = "_input_1i5h3_2";
|
2
|
-
const inputBorderControl = "_inputBorderControl_1i5h3_14";
|
3
|
-
const editable = "_editable_1i5h3_27";
|
4
|
-
const wrapper = "_wrapper_1i5h3_50";
|
5
|
-
const active = "_active_1i5h3_56";
|
6
|
-
const button = "_button_1i5h3_44";
|
7
|
-
const h = "_h_1i5h3_107";
|
8
|
-
const b = "_b_1i5h3_44";
|
9
|
-
const d = "_d_1i5h3_10";
|
10
|
-
const m = "_m_1i5h3_128";
|
11
|
-
const a = "_a_1i5h3_56";
|
12
|
-
const prev = "_prev_1i5h3_130";
|
13
|
-
const orange = "_orange_1i5h3_146";
|
14
|
-
const current = "_current_1i5h3_171";
|
15
|
-
const monthGrid = "_monthGrid_1i5h3_176";
|
16
|
-
const cls = {
|
17
|
-
input,
|
18
|
-
"input-wrapper": "_input-wrapper_1i5h3_6",
|
19
|
-
"date-wrapper": "_date-wrapper_1i5h3_10",
|
20
|
-
inputBorderControl,
|
21
|
-
editable,
|
22
|
-
"button-wrapper": "_button-wrapper_1i5h3_44",
|
23
|
-
wrapper,
|
24
|
-
active,
|
25
|
-
button,
|
26
|
-
"field-overlow": "_field-overlow_1i5h3_78",
|
27
|
-
"calendar-block": "_calendar-block_1i5h3_84",
|
28
|
-
h,
|
29
|
-
b,
|
30
|
-
d,
|
31
|
-
m,
|
32
|
-
a,
|
33
|
-
prev,
|
34
|
-
orange,
|
35
|
-
current,
|
36
|
-
monthGrid
|
37
|
-
};
|
38
|
-
export {
|
39
|
-
cls as c
|
40
|
-
};
|