@itcase/ui 1.8.4 → 1.8.9
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/dist/{Input_cjs_DkQh0Utd.js → Input_cjs_C8RWS1SD.js} +134 -38
- package/dist/Input_es_FXxp51gq.js +195 -0
- package/dist/cjs/components/DadataHintField.js +1 -1
- package/dist/cjs/components/DatePicker.js +1 -1
- package/dist/cjs/components/Input.js +1 -2
- package/dist/cjs/components/Select.js +18 -7
- package/dist/cjs/components/Switch.js +1 -1
- package/dist/components/DadataHintField.js +1 -1
- package/dist/components/DatePicker.js +1 -1
- package/dist/components/Input.js +1 -1
- package/dist/components/Select.js +18 -7
- package/dist/components/Switch.js +1 -1
- package/dist/css/components/Avatar/Avatar.css +4 -4
- package/dist/css/components/Choice/Choice.css +4 -0
- package/dist/css/components/DadataHintField/DadataHintField.css +1 -1
- package/dist/css/components/DatePicker/DatePicker.css +10 -12
- package/dist/css/components/Input/Input.css +8 -2
- package/dist/css/components/InputPassword/InputPassword.css +1 -1
- package/dist/css/components/Pagination/Pagination.css +3 -3
- package/dist/css/components/Switch/Switch.css +1 -1
- package/dist/types/components/Input/Input.appearance.d.ts +1 -2
- package/dist/types/components/Input/Input.interface.d.ts +1 -2
- package/dist/types/components/Input/appearance/inputDefault.d.ts +24 -0
- package/dist/types/components/Input/appearance/inputDisabled.d.ts +20 -0
- package/dist/types/components/Input/appearance/inputError.d.ts +20 -0
- package/dist/types/components/Input/appearance/inputRequire.d.ts +20 -0
- package/dist/types/components/Input/appearance/inputSize.d.ts +31 -0
- package/dist/types/components/Input/appearance/inputStyle.d.ts +14 -0
- package/dist/types/components/Input/appearance/inputSuccess.d.ts +20 -0
- package/dist/types/components/Input/index.d.ts +1 -1
- package/dist/types/components/Select/appearance/selectDefault.d.ts +21 -0
- package/dist/types/components/Select/appearance/selectSize.d.ts +11 -0
- package/package.json +3 -3
- package/dist/Input_es_Bs0gEq3L.js +0 -98
- package/dist/types/appearance/default/defaultAccent.d.ts +0 -33
- package/dist/types/appearance/default/defaultAppearance.d.ts +0 -33
- package/dist/types/appearance/default/defaultDanger.d.ts +0 -33
- package/dist/types/appearance/default/defaultDisabled.d.ts +0 -33
- package/dist/types/appearance/default/defaultError.d.ts +0 -33
- package/dist/types/appearance/default/defaultInfo.d.ts +0 -33
- package/dist/types/appearance/default/defaultPrimary.d.ts +0 -33
- package/dist/types/appearance/default/defaultSecondary.d.ts +0 -33
- package/dist/types/appearance/default/defaultSuccess.d.ts +0 -33
- package/dist/types/appearance/default/defaultSurface.d.ts +0 -33
- package/dist/types/appearance/default/defaultWarning.d.ts +0 -33
- package/dist/types/appearance/index.d.ts +0 -12
- package/dist/types/appearance/styleAppearance.d.ts +0 -14
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultInfoAppearance: {
|
|
2
|
-
info: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
infoPrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
infoSecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
infoTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
infoQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultInfoAppearance };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultPrimaryAppearance: {
|
|
2
|
-
primary: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
primaryPrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
primarySecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
primaryTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
primaryQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultPrimaryAppearance };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultSecondaryAppearance: {
|
|
2
|
-
secondary: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
secondaryPrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
secondarySecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
secondaryTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
secondaryQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultSecondaryAppearance };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultSuccessAppearance: {
|
|
2
|
-
success: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
successPrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
successSecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
successTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
successQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultSuccessAppearance };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultSurfaceAppearance: {
|
|
2
|
-
surface: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
surfacePrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
surfaceSecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
surfaceTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
surfaceQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultSurfaceAppearance };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const defaultWarningAppearance: {
|
|
2
|
-
warning: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
textColor: string;
|
|
7
|
-
};
|
|
8
|
-
warningPrimary: {
|
|
9
|
-
fill: string;
|
|
10
|
-
borderColor: string;
|
|
11
|
-
textColor: string;
|
|
12
|
-
iconFill: string;
|
|
13
|
-
};
|
|
14
|
-
warningSecondary: {
|
|
15
|
-
fill: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
iconFill: string;
|
|
19
|
-
};
|
|
20
|
-
warningTertiary: {
|
|
21
|
-
fill: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
iconFill: string;
|
|
25
|
-
};
|
|
26
|
-
warningQuaternary: {
|
|
27
|
-
fill: string;
|
|
28
|
-
borderColor: string;
|
|
29
|
-
textColor: string;
|
|
30
|
-
iconFill: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export { defaultWarningAppearance };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { defaultAccentAppearance } from './default/defaultAccent';
|
|
2
|
-
import { defaultAppearance } from './default/defaultAppearance';
|
|
3
|
-
import { defaultDangerAppearance } from './default/defaultDanger';
|
|
4
|
-
import { defaultDisabledAppearance } from './default/defaultDisabled';
|
|
5
|
-
import { defaultErrorAppearance } from './default/defaultError';
|
|
6
|
-
import { defaultInfoAppearance } from './default/defaultInfo';
|
|
7
|
-
import { defaultPrimaryAppearance } from './default/defaultPrimary';
|
|
8
|
-
import { defaultSuccessAppearance } from './default/defaultSuccess';
|
|
9
|
-
import { defaultSurfaceAppearance } from './default/defaultSurface';
|
|
10
|
-
import { defaultWarningAppearance } from './default/defaultWarning';
|
|
11
|
-
import { styleAppearance } from './styleAppearance';
|
|
12
|
-
export { defaultAppearance, defaultAccentAppearance, defaultDangerAppearance, defaultDisabledAppearance, defaultErrorAppearance, defaultInfoAppearance, defaultPrimaryAppearance, defaultSuccessAppearance, defaultSurfaceAppearance, defaultWarningAppearance, styleAppearance, };
|