@salutejs/plasma-web 1.395.0-dev.0 → 1.396.0-canary.1421.10845314144.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2515,7 +2515,9 @@ s: PolymorphicClassName;
2515
2515
  disabled: {
2516
2516
  true: PolymorphicClassName;
2517
2517
  };
2518
- }> & ((SingleSliderProps & RefAttributes<HTMLDivElement>) | (DoubleSliderProps & RefAttributes<HTMLDivElement>))>;
2518
+ }> & ((SingleSliderProps & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "value"> & {
2519
+ value?: number[] | undefined;
2520
+ } & RefAttributes<HTMLDivElement>))>;
2519
2521
 
2520
2522
  export { SliderProps }
2521
2523
 
@@ -17,4 +17,6 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
17
17
  disabled: {
18
18
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
19
  };
20
- }> & ((import("@salutejs/plasma-new-hope/styled-components").SingleSliderProps & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps & import("react").RefAttributes<HTMLDivElement>))>;
20
+ }> & ((import("@salutejs/plasma-new-hope/styled-components").SingleSliderProps & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "value"> & {
21
+ value?: number[] | undefined;
22
+ } & import("react").RefAttributes<HTMLDivElement>))>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.395.0-dev.0",
3
+ "version": "1.396.0-canary.1421.10845314144.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",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.179.0",
23
23
  "@salutejs/plasma-hope": "1.310.0",
24
- "@salutejs/plasma-new-hope": "0.144.0-dev.0",
24
+ "@salutejs/plasma-new-hope": "0.145.0-canary.1421.10845314144.0",
25
25
  "@salutejs/plasma-themes": "0.17.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "c97a2af1c1c2d13650b7681c724c6f1a8094d903"
115
+ "gitHead": "aea932f7110a952f5a10fec8e84fc6d81a8e8d35"
116
116
  }