@salutejs/sdds-cs 0.228.0-dev.0 → 0.229.0-dev.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.
@@ -80,6 +80,7 @@ import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-compo
80
80
  import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
81
81
  import { DatePickerProps } from '@salutejs/plasma-new-hope/styled-components';
82
82
  import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-components';
83
+ import { DatePickerRangePlacementBasic } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
83
84
  import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components';
84
85
  import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
85
86
  import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
@@ -1403,7 +1404,7 @@ secondTextfieldTextBefore?: string | undefined;
1403
1404
  dividerVariant?: "none" | "dash" | "icon" | undefined;
1404
1405
  dividerIcon?: ReactNode;
1405
1406
  } & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
1406
- placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
1407
+ placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
1407
1408
  isDoubleCalendar?: boolean | undefined;
1408
1409
  } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
1409
1410
 
@@ -96,6 +96,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
96
96
  dividerVariant?: "none" | "dash" | "icon" | undefined;
97
97
  dividerIcon?: import("react").ReactNode;
98
98
  } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
99
- placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement[] | undefined;
99
+ placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic[] | undefined;
100
100
  isDoubleCalendar?: boolean | undefined;
101
101
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.228.0-dev.0",
3
+ "version": "0.229.0-dev.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",
@@ -52,7 +52,7 @@
52
52
  "directory": "packages/sdds-cs"
53
53
  },
54
54
  "dependencies": {
55
- "@salutejs/plasma-new-hope": "0.239.0-dev.0",
55
+ "@salutejs/plasma-new-hope": "0.240.0-dev.0",
56
56
  "@salutejs/sdds-themes": "0.31.0"
57
57
  },
58
58
  "peerDependencies": {
@@ -144,5 +144,5 @@
144
144
  "Anton Vinogradov"
145
145
  ],
146
146
  "sideEffects": false,
147
- "gitHead": "4efac87175d043cba365570bcd31fa9faf900301"
147
+ "gitHead": "73f59862653eaf171378d65f637ff37a9fd5c69d"
148
148
  }