@salutejs/sdds-serv 0.224.0-dev.0 → 0.225.0-canary.1697.12783039602.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/sdds-serv.api.md
CHANGED
@@ -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';
|
@@ -1508,7 +1509,7 @@ secondTextfieldTextBefore?: string | undefined;
|
|
1508
1509
|
dividerVariant?: "none" | "dash" | "icon" | undefined;
|
1509
1510
|
dividerIcon?: ReactNode;
|
1510
1511
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1511
|
-
placement?: DatePickerRangePlacement |
|
1512
|
+
placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
|
1512
1513
|
isDoubleCalendar?: boolean | undefined;
|
1513
1514
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
|
1514
1515
|
|
@@ -102,6 +102,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
102
102
|
dividerVariant?: "none" | "dash" | "icon" | undefined;
|
103
103
|
dividerIcon?: import("react").ReactNode;
|
104
104
|
} & 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"> & {
|
105
|
-
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/
|
105
|
+
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic[] | undefined;
|
106
106
|
isDoubleCalendar?: boolean | undefined;
|
107
107
|
} & 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-serv",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.225.0-canary.1697.12783039602.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS SERV web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"directory": "packages/sdds-serv"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@salutejs/plasma-new-hope": "0.
|
51
|
+
"@salutejs/plasma-new-hope": "0.240.0-canary.1697.12783039602.0",
|
52
52
|
"@salutejs/sdds-themes": "0.31.0"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|
@@ -153,5 +153,5 @@
|
|
153
153
|
"sideEffects": [
|
154
154
|
"*.css"
|
155
155
|
],
|
156
|
-
"gitHead": "
|
156
|
+
"gitHead": "ae27b8acf6e0f8df5ac20c3b2e7ec21a9eaf9e08"
|
157
157
|
}
|