@salutejs/plasma-b2c 1.493.0-dev.0 → 1.494.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-b2c.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';
|
@@ -1792,7 +1793,7 @@ secondTextfieldTextBefore?: string | undefined;
|
|
1792
1793
|
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1793
1794
|
dividerIcon?: ReactNode;
|
1794
1795
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1795
|
-
placement?: DatePickerRangePlacement |
|
1796
|
+
placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
|
1796
1797
|
isDoubleCalendar?: boolean | undefined;
|
1797
1798
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
|
1798
1799
|
|
@@ -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-b2c",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.494.0-dev.0",
|
4
4
|
"description": "Salute Design System / React UI kit for business-related web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"dependencies": {
|
45
45
|
"@salutejs/plasma-core": "1.191.0-dev.0",
|
46
46
|
"@salutejs/plasma-hope": "1.328.1-dev.0",
|
47
|
-
"@salutejs/plasma-new-hope": "0.
|
47
|
+
"@salutejs/plasma-new-hope": "0.240.0-dev.0",
|
48
48
|
"@salutejs/plasma-themes": "0.28.0",
|
49
49
|
"@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
|
50
50
|
"@salutejs/plasma-tokens-web": "1.61.0-dev.0",
|
@@ -108,5 +108,5 @@
|
|
108
108
|
"react"
|
109
109
|
],
|
110
110
|
"sideEffects": false,
|
111
|
-
"gitHead": "
|
111
|
+
"gitHead": "73f59862653eaf171378d65f637ff37a9fd5c69d"
|
112
112
|
}
|