@salutejs/sdds-cs 0.238.0-canary.1720.13031638569.0 → 0.238.0-canary.1724.12986049597.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1320,7 +1320,6 @@ true: PolymorphicClassName;
1320
1320
  }> & DatePickerVariationProps & {
1321
1321
  requiredPlacement?: "right" | "left" | undefined;
1322
1322
  required?: boolean | undefined;
1323
- value?: Date | null | undefined;
1324
1323
  defaultDate?: Date | undefined;
1325
1324
  placeholder?: string | undefined;
1326
1325
  name?: string | undefined;
@@ -1366,7 +1365,6 @@ true: PolymorphicClassName;
1366
1365
  }> & DatePickerVariationProps & {
1367
1366
  requiredPlacement?: "right" | "left" | undefined;
1368
1367
  required?: boolean | undefined;
1369
- value?: [Date | null | undefined, Date | null | undefined] | undefined;
1370
1368
  defaultFirstDate?: Date | undefined;
1371
1369
  defaultSecondDate?: Date | undefined;
1372
1370
  name?: string | undefined;
@@ -15,7 +15,6 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
15
15
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
16
16
  requiredPlacement?: "right" | "left" | undefined;
17
17
  required?: boolean | undefined;
18
- value?: Date | null | undefined;
19
18
  defaultDate?: Date | undefined;
20
19
  placeholder?: string | undefined;
21
20
  name?: string | undefined;
@@ -51,7 +50,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
51
50
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
52
51
  requiredPlacement?: "right" | "left" | undefined;
53
52
  required?: boolean | undefined;
54
- value?: [Date | null | undefined, Date | null | undefined] | undefined;
55
53
  defaultFirstDate?: Date | undefined;
56
54
  defaultSecondDate?: Date | undefined;
57
55
  name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.238.0-canary.1720.13031638569.0",
3
+ "version": "0.238.0-canary.1724.12986049597.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.249.0-canary.1720.13031638569.0",
33
+ "@salutejs/plasma-new-hope": "0.249.0-canary.1724.12986049597.0",
34
34
  "@salutejs/sdds-themes": "0.31.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "6708aaa71651c4db309892c0ecc19cb334c2bf96"
126
+ "gitHead": "bbfd5900984d7fbb6749f3b8571257e51374ceba"
127
127
  }