@salutejs/sdds-finportal 0.225.0-canary.1720.12932623654.0 → 0.225.0-canary.1723.12945644036.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.
@@ -1444,7 +1444,6 @@ true: PolymorphicClassName;
1444
1444
  }> & DatePickerVariationProps & {
1445
1445
  requiredPlacement?: "right" | "left" | undefined;
1446
1446
  required?: boolean | undefined;
1447
- value?: Date | undefined;
1448
1447
  defaultDate?: Date | undefined;
1449
1448
  placeholder?: string | undefined;
1450
1449
  name?: string | undefined;
@@ -1493,7 +1492,6 @@ true: PolymorphicClassName;
1493
1492
  }> & DatePickerVariationProps & {
1494
1493
  requiredPlacement?: "right" | "left" | undefined;
1495
1494
  required?: boolean | undefined;
1496
- value?: [(Date | undefined)?, (Date | undefined)?] | undefined;
1497
1495
  defaultFirstDate?: Date | undefined;
1498
1496
  defaultSecondDate?: Date | undefined;
1499
1497
  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?: 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 | undefined)?, (Date | 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.225.0-canary.1720.12932623654.0",
3
+ "version": "0.225.0-canary.1723.12945644036.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.248.0-canary.1720.12932623654.0",
22
+ "@salutejs/plasma-new-hope": "0.248.0-canary.1723.12945644036.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": "6c04264d838ab1336f0d2881d31b7a3d63edb6c2"
98
+ "gitHead": "15ad4f515ea7f571a542a5aa88c95b5e843202aa"
99
99
  }
@@ -1444,7 +1444,6 @@ true: PolymorphicClassName;
1444
1444
  }> & DatePickerVariationProps & {
1445
1445
  requiredPlacement?: "right" | "left" | undefined;
1446
1446
  required?: boolean | undefined;
1447
- value?: Date | undefined;
1448
1447
  defaultDate?: Date | undefined;
1449
1448
  placeholder?: string | undefined;
1450
1449
  name?: string | undefined;
@@ -1493,7 +1492,6 @@ true: PolymorphicClassName;
1493
1492
  }> & DatePickerVariationProps & {
1494
1493
  requiredPlacement?: "right" | "left" | undefined;
1495
1494
  required?: boolean | undefined;
1496
- value?: [(Date | undefined)?, (Date | undefined)?] | undefined;
1497
1495
  defaultFirstDate?: Date | undefined;
1498
1496
  defaultSecondDate?: Date | undefined;
1499
1497
  name?: string | undefined;