@salutejs/sdds-finportal 0.231.0-canary.1720.13073153224.0 → 0.231.0-canary.1730.13072913854.0

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.
@@ -1448,7 +1448,6 @@ true: PolymorphicClassName;
1448
1448
  }> & DatePickerVariationProps & {
1449
1449
  requiredPlacement?: "right" | "left" | undefined;
1450
1450
  required?: boolean | undefined;
1451
- value?: string | Date | undefined;
1452
1451
  defaultDate?: Date | undefined;
1453
1452
  placeholder?: string | undefined;
1454
1453
  name?: string | undefined;
@@ -1497,7 +1496,6 @@ true: PolymorphicClassName;
1497
1496
  }> & DatePickerVariationProps & {
1498
1497
  requiredPlacement?: "right" | "left" | undefined;
1499
1498
  required?: boolean | undefined;
1500
- value?: [Date | null | undefined, Date | null | undefined] | undefined;
1501
1499
  defaultFirstDate?: Date | undefined;
1502
1500
  defaultSecondDate?: Date | undefined;
1503
1501
  name?: string | undefined;
@@ -18,7 +18,6 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
18
18
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
19
19
  requiredPlacement?: "right" | "left" | undefined;
20
20
  required?: boolean | undefined;
21
- value?: string | Date | undefined;
22
21
  defaultDate?: Date | undefined;
23
22
  placeholder?: string | undefined;
24
23
  name?: string | undefined;
@@ -57,7 +56,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
57
56
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
58
57
  requiredPlacement?: "right" | "left" | undefined;
59
58
  required?: boolean | undefined;
60
- value?: [Date | null | undefined, Date | null | undefined] | undefined;
61
59
  defaultFirstDate?: Date | undefined;
62
60
  defaultSecondDate?: Date | undefined;
63
61
  name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.231.0-canary.1720.13073153224.0",
3
+ "version": "0.231.0-canary.1730.13072913854.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.254.0-canary.1720.13073153224.0",
22
+ "@salutejs/plasma-new-hope": "0.254.0-canary.1730.13072913854.0",
23
23
  "@salutejs/sdds-themes": "0.31.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -95,5 +95,5 @@
95
95
  "Vasiliy Loginevskiy"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "3b298ee73587f4c608df8cd8ef223859a7aea5a8"
98
+ "gitHead": "1138ebc09751ab9500aa08988dc4a3953b34a495"
99
99
  }
@@ -1448,7 +1448,6 @@ true: PolymorphicClassName;
1448
1448
  }> & DatePickerVariationProps & {
1449
1449
  requiredPlacement?: "right" | "left" | undefined;
1450
1450
  required?: boolean | undefined;
1451
- value?: string | Date | undefined;
1452
1451
  defaultDate?: Date | undefined;
1453
1452
  placeholder?: string | undefined;
1454
1453
  name?: string | undefined;
@@ -1497,7 +1496,6 @@ true: PolymorphicClassName;
1497
1496
  }> & DatePickerVariationProps & {
1498
1497
  requiredPlacement?: "right" | "left" | undefined;
1499
1498
  required?: boolean | undefined;
1500
- value?: [Date | null | undefined, Date | null | undefined] | undefined;
1501
1499
  defaultFirstDate?: Date | undefined;
1502
1500
  defaultSecondDate?: Date | undefined;
1503
1501
  name?: string | undefined;