@salutejs/plasma-web 1.477.1-canary.1641.12351647715.0 → 1.478.0-canary.1603.12350693014.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-web.api.md
CHANGED
@@ -3051,7 +3051,7 @@ onDecrement?: ((value: number) => void) | undefined;
|
|
3051
3051
|
} & {
|
3052
3052
|
segmentation?: "clear" | undefined;
|
3053
3053
|
inputBackgroundType?: undefined;
|
3054
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "
|
3054
|
+
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>) | ({
|
3055
3055
|
value?: number | undefined;
|
3056
3056
|
min?: number | undefined;
|
3057
3057
|
max?: number | undefined;
|
@@ -3076,7 +3076,7 @@ onDecrement?: ((value: number) => void) | undefined;
|
|
3076
3076
|
} & {
|
3077
3077
|
segmentation?: string | undefined;
|
3078
3078
|
inputBackgroundType?: string | undefined;
|
3079
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "
|
3079
|
+
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>))>;
|
3080
3080
|
|
3081
3081
|
export { numberInputClasses }
|
3082
3082
|
|
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
9
9
|
view: {
|
10
10
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
11
|
};
|
12
|
-
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
12
|
+
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
13
13
|
valueType?: "single" | undefined;
|
14
14
|
value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined;
|
15
15
|
onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined) => void) | undefined;
|
16
|
-
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
16
|
+
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
17
17
|
valueType: "multiple";
|
18
18
|
value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined;
|
19
19
|
onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
|
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
53
53
|
} & {
|
54
54
|
segmentation?: "clear" | undefined;
|
55
55
|
inputBackgroundType?: undefined;
|
56
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
56
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
57
57
|
value?: number | undefined;
|
58
58
|
min?: number | undefined;
|
59
59
|
max?: number | undefined;
|
@@ -78,4 +78,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
78
78
|
} & {
|
79
79
|
segmentation?: string | undefined;
|
80
80
|
inputBackgroundType?: string | undefined;
|
81
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
81
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -113,7 +113,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
113
113
|
isOpen?: boolean | undefined;
|
114
114
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
115
115
|
target: "button-like";
|
116
|
-
view?: "default" | "
|
116
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
|
117
117
|
contentLeft?: undefined;
|
118
118
|
placeholder?: undefined;
|
119
119
|
helperText?: undefined;
|
@@ -153,7 +153,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
153
153
|
isOpen?: boolean | undefined;
|
154
154
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
155
155
|
target: "button-like";
|
156
|
-
view?: "default" | "
|
156
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
|
157
157
|
contentLeft?: undefined;
|
158
158
|
placeholder?: undefined;
|
159
159
|
helperText?: undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.478.0-canary.1603.12350693014.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,14 +19,14 @@
|
|
19
19
|
"directory": "packages/plasma-web"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-core": "1.188.
|
23
|
-
"@salutejs/plasma-hope": "1.324.
|
24
|
-
"@salutejs/plasma-new-hope": "0.
|
25
|
-
"@salutejs/plasma-themes": "0.24.
|
26
|
-
"@salutejs/plasma-tokens-b2b": "1.43.
|
27
|
-
"@salutejs/plasma-tokens-b2c": "0.54.
|
28
|
-
"@salutejs/plasma-tokens-web": "1.59.
|
29
|
-
"@salutejs/plasma-typo": "0.40.
|
22
|
+
"@salutejs/plasma-core": "1.188.0",
|
23
|
+
"@salutejs/plasma-hope": "1.324.0",
|
24
|
+
"@salutejs/plasma-new-hope": "0.223.0-canary.1603.12350693014.0",
|
25
|
+
"@salutejs/plasma-themes": "0.24.0",
|
26
|
+
"@salutejs/plasma-tokens-b2b": "1.43.0",
|
27
|
+
"@salutejs/plasma-tokens-b2c": "0.54.0",
|
28
|
+
"@salutejs/plasma-tokens-web": "1.59.0",
|
29
|
+
"@salutejs/plasma-typo": "0.40.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"@salutejs/plasma-icons": "^1.0.0",
|
@@ -48,10 +48,10 @@
|
|
48
48
|
"@rollup/plugin-babel": "6.0.4",
|
49
49
|
"@rollup/plugin-commonjs": "25.0.7",
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
51
|
-
"@salutejs/plasma-colors": "0.13.
|
52
|
-
"@salutejs/plasma-cy-utils": "0.119.
|
53
|
-
"@salutejs/plasma-icons": "1.209.
|
54
|
-
"@salutejs/plasma-sb-utils": "0.187.
|
51
|
+
"@salutejs/plasma-colors": "0.13.0",
|
52
|
+
"@salutejs/plasma-cy-utils": "0.119.0",
|
53
|
+
"@salutejs/plasma-icons": "1.209.0",
|
54
|
+
"@salutejs/plasma-sb-utils": "0.187.0",
|
55
55
|
"@storybook/addon-docs": "7.6.17",
|
56
56
|
"@storybook/addon-essentials": "7.6.17",
|
57
57
|
"@storybook/addons": "7.6.17",
|
@@ -73,6 +73,7 @@
|
|
73
73
|
"rollup": "3.28.0",
|
74
74
|
"storybook": "7.6.17",
|
75
75
|
"styled-components": "5.3.1",
|
76
|
+
"typescript": "4.2.4",
|
76
77
|
"typescript-coverage-report": "0.7.0",
|
77
78
|
"vite": "4.5.3"
|
78
79
|
},
|
@@ -111,5 +112,5 @@
|
|
111
112
|
"Fanil Zubairov"
|
112
113
|
],
|
113
114
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
115
|
+
"gitHead": "02eae2bdd5d525efa817ad5284c8e51840df8712"
|
115
116
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -3051,7 +3051,7 @@ onDecrement?: ((value: number) => void) | undefined;
|
|
3051
3051
|
} & {
|
3052
3052
|
segmentation?: "clear" | undefined;
|
3053
3053
|
inputBackgroundType?: undefined;
|
3054
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "
|
3054
|
+
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>) | ({
|
3055
3055
|
value?: number | undefined;
|
3056
3056
|
min?: number | undefined;
|
3057
3057
|
max?: number | undefined;
|
@@ -3076,7 +3076,7 @@ onDecrement?: ((value: number) => void) | undefined;
|
|
3076
3076
|
} & {
|
3077
3077
|
segmentation?: string | undefined;
|
3078
3078
|
inputBackgroundType?: string | undefined;
|
3079
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "
|
3079
|
+
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>))>;
|
3080
3080
|
|
3081
3081
|
export { numberInputClasses }
|
3082
3082
|
|