@salutejs/plasma-web 1.495.0-dev.0 → 1.496.0-canary.1697.12783039602.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-web.api.md
CHANGED
@@ -115,6 +115,7 @@ import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-compo
|
|
115
115
|
import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
116
116
|
import { DatePickerProps } from '@salutejs/plasma-new-hope/styled-components';
|
117
117
|
import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-components';
|
118
|
+
import { DatePickerRangePlacementBasic } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
|
118
119
|
import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components';
|
119
120
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
120
121
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
@@ -1794,7 +1795,7 @@ secondTextfieldTextBefore?: string | undefined;
|
|
1794
1795
|
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1795
1796
|
dividerIcon?: ReactNode;
|
1796
1797
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1797
|
-
placement?: DatePickerRangePlacement |
|
1798
|
+
placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
|
1798
1799
|
isDoubleCalendar?: boolean | undefined;
|
1799
1800
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
|
1800
1801
|
|
@@ -102,6 +102,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
102
102
|
dividerVariant?: "none" | "icon" | "dash" | 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/plasma-web",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.496.0-canary.1697.12783039602.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.191.0-dev.0",
|
23
23
|
"@salutejs/plasma-hope": "1.328.1-dev.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.
|
24
|
+
"@salutejs/plasma-new-hope": "0.240.0-canary.1697.12783039602.0",
|
25
25
|
"@salutejs/plasma-themes": "0.28.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.45.0-dev.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "ae27b8acf6e0f8df5ac20c3b2e7ec21a9eaf9e08"
|
115
115
|
}
|