@salutejs/plasma-web 1.584.0-canary.2011.15533728863.0 → 1.584.0-canary.2011.15544508573.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.
@@ -30,7 +30,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
30
30
  textBefore?: string;
31
31
  textAfter?: string;
32
32
  autoComplete?: string;
33
- onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("src/components/Calendar/Calendar.types").DateInfo, originalDate?: Date, isoDate?: string) => void;
33
+ onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: DateInfo, originalDate?: Date, isoDate?: string) => void;
34
34
  onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: DateType, isoDate?: string) => void;
35
35
  onChange?: (event: {
36
36
  target: {
@@ -111,5 +111,4 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
111
111
  } & 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"> & {
112
112
  placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic>;
113
113
  isDoubleCalendar?: boolean;
114
- closeAfterDateSelect?: boolean;
115
114
  } & 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.584.0-canary.2011.15533728863.0",
3
+ "version": "1.584.0-canary.2011.15544508573.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",
@@ -19,13 +19,13 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.198.0-canary.2011.15533728863.0",
23
- "@salutejs/plasma-hope": "1.343.0-canary.2011.15533728863.0",
24
- "@salutejs/plasma-new-hope": "0.326.0-canary.2011.15533728863.0",
25
- "@salutejs/plasma-themes": "0.34.0-canary.2011.15533728863.0",
26
- "@salutejs/plasma-tokens-b2b": "1.50.0-canary.2011.15533728863.0",
27
- "@salutejs/plasma-tokens-b2c": "0.61.0-canary.2011.15533728863.0",
28
- "@salutejs/plasma-tokens-web": "1.65.0-canary.2011.15533728863.0",
22
+ "@salutejs/plasma-core": "1.198.0-canary.2011.15544508573.0",
23
+ "@salutejs/plasma-hope": "1.343.0-canary.2011.15544508573.0",
24
+ "@salutejs/plasma-new-hope": "0.326.0-canary.2011.15544508573.0",
25
+ "@salutejs/plasma-themes": "0.34.0-canary.2011.15544508573.0",
26
+ "@salutejs/plasma-tokens-b2b": "1.50.0-canary.2011.15544508573.0",
27
+ "@salutejs/plasma-tokens-b2c": "0.61.0-canary.2011.15544508573.0",
28
+ "@salutejs/plasma-tokens-web": "1.65.0-canary.2011.15544508573.0",
29
29
  "@salutejs/plasma-typo": "0.42.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.15.0",
52
- "@salutejs/plasma-cy-utils": "0.129.0-canary.2011.15533728863.0",
52
+ "@salutejs/plasma-cy-utils": "0.129.0-canary.2011.15544508573.0",
53
53
  "@salutejs/plasma-icons": "1.218.0",
54
- "@salutejs/plasma-sb-utils": "0.199.0-canary.2011.15533728863.0",
54
+ "@salutejs/plasma-sb-utils": "0.199.0-canary.2011.15544508573.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "90e4d7725da6cc72cd0cd6212e8830d25a8f15d0"
114
+ "gitHead": "c5e1a215ebde1a8b182e1f6a5a927b5a28b7bf9c"
115
115
  }