@salutejs/sdds-cs 0.335.0-canary.2339.19735457854.0 → 0.335.0-canary.2339.19757519993.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.
Files changed (127) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +3 -3
  3. package/types/components/Accordion/Accordion.d.ts +4 -4
  4. package/types/components/Attach/Attach.config.d.ts +6 -6
  5. package/types/components/Attach/Attach.d.ts +31 -31
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +7 -7
  7. package/types/components/Autocomplete/Autocomplete.d.ts +24 -24
  8. package/types/components/Avatar/Avatar.config.d.ts +11 -11
  9. package/types/components/Avatar/Avatar.d.ts +39 -39
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +8 -8
  12. package/types/components/Badge/Badge.d.ts +9 -9
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +2 -2
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
  15. package/types/components/Button/Button.config.d.ts +9 -9
  16. package/types/components/Button/Button.d.ts +34 -34
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +14 -14
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +15 -15
  19. package/types/components/Calendar/Calendar.d.ts +10 -10
  20. package/types/components/Calendar/CalendarBase.config.d.ts +2 -2
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +2 -2
  22. package/types/components/Card/Card.config.d.ts +4 -4
  23. package/types/components/Card/Card.d.ts +5 -5
  24. package/types/components/Carousel/Carousel.config.d.ts +2 -2
  25. package/types/components/Carousel/Carousel.d.ts +3 -3
  26. package/types/components/Cell/Cell.config.d.ts +3 -3
  27. package/types/components/Cell/Cell.d.ts +8 -8
  28. package/types/components/Checkbox/Checkbox.config.d.ts +4 -4
  29. package/types/components/Checkbox/Checkbox.d.ts +12 -12
  30. package/types/components/Chip/Chip.config.d.ts +6 -6
  31. package/types/components/Chip/Chip.d.ts +7 -7
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +6 -6
  33. package/types/components/ChipGroup/ChipGroup.d.ts +8 -8
  34. package/types/components/Combobox/Combobox.config.d.ts +7 -7
  35. package/types/components/Combobox/Combobox.d.ts +92 -92
  36. package/types/components/Counter/Counter.config.d.ts +5 -5
  37. package/types/components/Counter/Counter.d.ts +7 -7
  38. package/types/components/DatePicker/DatePicker.config.d.ts +4 -4
  39. package/types/components/DatePicker/DatePicker.d.ts +23 -23
  40. package/types/components/Divider/Divider.config.d.ts +7 -7
  41. package/types/components/Divider/Divider.d.ts +8 -8
  42. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  43. package/types/components/Drawer/Drawer.d.ts +11 -11
  44. package/types/components/Dropdown/Dropdown.config.d.ts +2 -2
  45. package/types/components/Dropdown/Dropdown.d.ts +20 -20
  46. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  47. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  48. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  49. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  50. package/types/components/Flow/Flow.d.ts +1 -1
  51. package/types/components/Grid/Grid.config.d.ts +1 -1
  52. package/types/components/Grid/Grid.d.ts +2 -2
  53. package/types/components/IconButton/IconButton.config.d.ts +6 -6
  54. package/types/components/IconButton/IconButton.d.ts +9 -9
  55. package/types/components/Image/Image.d.ts +1 -1
  56. package/types/components/Indicator/Indicator.config.d.ts +10 -10
  57. package/types/components/Indicator/Indicator.d.ts +32 -32
  58. package/types/components/Link/Link.config.d.ts +11 -11
  59. package/types/components/Link/Link.d.ts +26 -26
  60. package/types/components/Mask/Mask.d.ts +105 -105
  61. package/types/components/Modal/Modal.config.d.ts +1 -1
  62. package/types/components/Notification/Notification.config.d.ts +6 -6
  63. package/types/components/Notification/Notification.d.ts +8 -8
  64. package/types/components/NumberInput/NumberInput.config.d.ts +7 -7
  65. package/types/components/NumberInput/NumberInput.d.ts +8 -8
  66. package/types/components/Pagination/Pagination.config.d.ts +5 -5
  67. package/types/components/Pagination/Pagination.d.ts +6 -6
  68. package/types/components/Popover/Popover.config.d.ts +1 -1
  69. package/types/components/Popover/Popover.d.ts +3 -3
  70. package/types/components/Price/Price.d.ts +2 -2
  71. package/types/components/Progress/Progress.config.d.ts +5 -5
  72. package/types/components/Progress/Progress.d.ts +6 -6
  73. package/types/components/Radiobox/Radiobox.config.d.ts +4 -4
  74. package/types/components/Radiobox/Radiobox.d.ts +12 -12
  75. package/types/components/Range/Range.config.d.ts +4 -4
  76. package/types/components/Range/Range.d.ts +23 -23
  77. package/types/components/Rating/Rating.config.d.ts +4 -4
  78. package/types/components/Rating/Rating.d.ts +5 -5
  79. package/types/components/Segment/Segment.d.ts +15 -15
  80. package/types/components/Segment/SegmentGroup.config.d.ts +8 -8
  81. package/types/components/Segment/SegmentItem.config.d.ts +5 -5
  82. package/types/components/Select/Select.config.d.ts +8 -8
  83. package/types/components/Select/Select.d.ts +28 -28
  84. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  85. package/types/components/Sheet/Sheet.d.ts +4 -4
  86. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  87. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  88. package/types/components/Slider/Slider.config.d.ts +4 -4
  89. package/types/components/Slider/Slider.d.ts +12 -12
  90. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  91. package/types/components/Spinner/Spinner.d.ts +9 -9
  92. package/types/components/Steps/Steps.config.d.ts +2 -2
  93. package/types/components/Steps/Steps.d.ts +4 -4
  94. package/types/components/Switch/Switch.config.d.ts +6 -6
  95. package/types/components/Switch/Switch.d.ts +14 -14
  96. package/types/components/Table/Table.config.d.ts +5 -5
  97. package/types/components/Table/Table.d.ts +6 -6
  98. package/types/components/Tabs/TabItem.d.ts +23 -23
  99. package/types/components/Tabs/Tabs.d.ts +23 -23
  100. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +8 -8
  101. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  102. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +4 -4
  103. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +4 -4
  104. package/types/components/TextArea/TextArea.config.d.ts +10 -10
  105. package/types/components/TextArea/TextArea.d.ts +11 -11
  106. package/types/components/TextField/TextField.config.d.ts +10 -10
  107. package/types/components/TextField/TextField.d.ts +27 -27
  108. package/types/components/Toast/Toast.config.d.ts +6 -6
  109. package/types/components/Toast/Toast.d.ts +10 -10
  110. package/types/components/ToastNew/ToastNew.config.d.ts +3 -3
  111. package/types/components/ToastNew/ToastNew.d.ts +5 -5
  112. package/types/components/Tokens/Colors/Colors.styles.d.ts +7 -7
  113. package/types/components/Tokens/Typography/Typography.styles.d.ts +7 -7
  114. package/types/components/Toolbar/Toolbar.config.d.ts +2 -2
  115. package/types/components/Toolbar/Toolbar.d.ts +4 -4
  116. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  117. package/types/components/Tour/Tour.config.d.ts +2 -2
  118. package/types/components/Tour/Tour.d.ts +3 -3
  119. package/types/components/Tree/Tree.config.d.ts +2 -2
  120. package/types/components/Tree/Tree.d.ts +3 -3
  121. package/types/components/Typography/Body.config.d.ts +5 -5
  122. package/types/components/Typography/Dspl.config.d.ts +3 -3
  123. package/types/components/Typography/Heading.config.d.ts +5 -5
  124. package/types/components/Typography/Text.config.d.ts +4 -4
  125. package/types/components/Typography/Typography.d.ts +68 -68
  126. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  127. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -5,13 +5,13 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  size: {
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  };
17
17
  };
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * Компонент Counter.
3
3
  */
4
- export declare const Counter: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Counter: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
14
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Counter/Counter.types.js").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,16 +5,16 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  disabled: {
14
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  readOnly: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -1,17 +1,17 @@
1
- export declare const DatePicker: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const DatePicker: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  size: {
6
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  disabled: {
9
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  readOnly: {
12
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
14
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
15
15
  requiredPlacement?: "left" | "right";
16
16
  required?: boolean;
17
17
  hasRequiredIndicator?: boolean;
@@ -28,43 +28,43 @@ export declare const DatePicker: import("react").FunctionComponent<import("node_
28
28
  textBefore?: string;
29
29
  textAfter?: string;
30
30
  autoComplete?: string;
31
- onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo, originalDate?: Date, isoDate?: string) => void;
32
- onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, isoDate?: string) => void;
31
+ onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateInfo, originalDate?: Date, isoDate?: string) => void;
32
+ onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType, isoDate?: string) => void;
33
33
  onChange?: (event: {
34
34
  target: {
35
35
  value?: string;
36
36
  name?: string;
37
- originalDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType;
37
+ originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType;
38
38
  isoDate?: string;
39
39
  };
40
40
  }) => void;
41
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
42
- export declare const DatePickerRange: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
41
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
42
+ export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
43
43
  view: {
44
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
45
  };
46
46
  size: {
47
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  disabled: {
50
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
50
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
51
51
  };
52
52
  readOnly: {
53
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
53
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
54
54
  };
55
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
55
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
56
56
  requiredPlacement?: "left" | "right";
57
57
  required?: boolean;
58
58
  hasRequiredIndicator?: boolean;
59
- value?: [import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType | string, import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType | string];
59
+ value?: [import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType | string, import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType | string];
60
60
  preserveInvalidOnBlur?: boolean;
61
61
  defaultFirstDate?: Date;
62
62
  defaultSecondDate?: Date;
63
63
  name?: string;
64
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback;
65
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback;
66
- onCommitFirstDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback;
67
- onCommitSecondDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback;
64
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").ChangeInstanceCallback;
65
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").ChangeInstanceCallback;
66
+ onCommitFirstDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").CommitInstanceCallback;
67
+ onCommitSecondDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").CommitInstanceCallback;
68
68
  onChange?: (event: {
69
69
  target: {
70
70
  value?: string;
@@ -104,7 +104,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
104
104
  secondTextfieldTextBefore?: string | undefined;
105
105
  dividerVariant?: "none" | "icon" | "dash" | undefined;
106
106
  dividerIcon?: React.ReactNode;
107
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
108
- placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic>;
107
+ } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
108
+ placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
109
109
  isDoubleCalendar?: boolean;
110
110
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>>;
@@ -6,17 +6,17 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- inverse: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ inverse: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  orientation: {
18
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  };
22
22
  };
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Компонент Divider.
3
3
  */
4
- export declare const Divider: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Divider: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- inverse: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ inverse: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  orientation: {
15
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  }> & import("@salutejs/plasma-new-hope/styled-components").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,14 +5,14 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  borderRadius: {
14
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  };
18
18
  };
@@ -1,20 +1,20 @@
1
1
  /**
2
2
  * Компонент Drawer.
3
3
  */
4
- export declare const Drawer: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Drawer: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  borderRadius: {
12
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
- }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "resizable"> & import("node_modules/@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
16
- animationInfo?: import("node_modules/@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerAnimationInfo;
17
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerPlacement;
15
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "resizable"> & import("@salutejs/plasma-new-hope/types/components/Panel/Panel.types.js").PanelProps & {
16
+ animationInfo?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types.js").DrawerAnimationInfo;
17
+ placement?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types.js").DrawerPlacement;
18
18
  asModal?: boolean;
19
19
  customBackgroundColor?: string;
20
20
  customContentBackgroundColor?: string;
@@ -30,13 +30,13 @@ export declare const Drawer: import("react").FunctionComponent<import("node_modu
30
30
  /**
31
31
  * Компонент части контента Drawer.
32
32
  */
33
- export declare const DrawerContent: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
33
+ export declare const DrawerContent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
34
34
  view?: string;
35
35
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
36
36
  /**
37
37
  * Компонент верхней части Drawer.
38
38
  */
39
- export declare const DrawerHeader: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
39
+ export declare const DrawerHeader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
40
40
  hasClose?: boolean;
41
41
  closePlacement?: import("@salutejs/plasma-new-hope/styled-components").ClosePlacementType;
42
42
  actions?: import("react").ReactNode;
@@ -46,6 +46,6 @@ export declare const DrawerHeader: import("react").FunctionComponent<import("nod
46
46
  /**
47
47
  * Компонент нижней контента Drawer.
48
48
  */
49
- export declare const DrawerFooter: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
49
+ export declare const DrawerFooter: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
50
50
  view?: string;
51
51
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,10 +5,10 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  size: {
8
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  view: {
11
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  };
14
14
  };
@@ -1,22 +1,22 @@
1
1
  import type { DropdownItemOption, DropdownNewProps } from '@salutejs/plasma-new-hope';
2
2
  import React, { ComponentProps } from 'react';
3
- declare const DropdownNewHope: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
3
+ declare const DropdownNewHope: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
4
4
  size: {
5
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
6
  };
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  }> & {
11
- items: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption[];
11
+ items: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption[];
12
12
  alwaysOpened?: boolean;
13
13
  children?: React.ReactNode;
14
14
  itemRole?: string;
15
- onHover?: ((index: number, item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption) => void) | undefined;
16
- onItemSelect?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
17
- trigger?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types").DropdownTrigger;
15
+ onHover?: ((index: number, item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption) => void) | undefined;
16
+ onItemSelect?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
17
+ trigger?: import("@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types.js").DropdownTrigger;
18
18
  openByRightClick?: boolean;
19
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types").DropdownPlacement;
19
+ placement?: import("@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types.js").DropdownPlacement;
20
20
  offset?: [number, number];
21
21
  listMaxHeight?: React.CSSProperties["height"];
22
22
  listWidth?: React.CSSProperties["width"];
@@ -28,33 +28,33 @@ declare const DropdownNewHope: React.FunctionComponent<import("node_modules/@sal
28
28
  view?: string;
29
29
  variant?: "normal" | "tight";
30
30
  portal?: string | React.RefObject<HTMLElement>;
31
- renderItem?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption) => React.ReactNode) | undefined;
31
+ renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption) => React.ReactNode) | undefined;
32
32
  zIndex?: React.CSSProperties["zIndex"];
33
33
  beforeList?: React.ReactNode;
34
34
  afterList?: React.ReactNode;
35
- onItemClick?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
35
+ onItemClick?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
36
36
  listHeight?: React.CSSProperties["height"];
37
37
  hoverIndex?: number;
38
38
  listOverflow?: React.CSSProperties["overflow"];
39
39
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
40
40
  export type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> & Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;
41
- declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "size" | "view"> & Pick<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
41
+ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "size" | "view"> & Pick<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
42
42
  size: {
43
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
44
  };
45
45
  view: {
46
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
46
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
47
47
  };
48
48
  }> & {
49
- items: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption[];
49
+ items: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption[];
50
50
  alwaysOpened?: boolean;
51
51
  children?: React.ReactNode;
52
52
  itemRole?: string;
53
- onHover?: ((index: number, item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption) => void) | undefined;
54
- onItemSelect?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
55
- trigger?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types").DropdownTrigger;
53
+ onHover?: ((index: number, item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption) => void) | undefined;
54
+ onItemSelect?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
55
+ trigger?: import("@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types.js").DropdownTrigger;
56
56
  openByRightClick?: boolean;
57
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types").DropdownPlacement;
57
+ placement?: import("@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types.js").DropdownPlacement;
58
58
  offset?: [number, number];
59
59
  listMaxHeight?: React.CSSProperties["height"];
60
60
  listWidth?: React.CSSProperties["width"];
@@ -66,11 +66,11 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
66
66
  view?: string;
67
67
  variant?: "normal" | "tight";
68
68
  portal?: string | React.RefObject<HTMLElement>;
69
- renderItem?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption) => React.ReactNode) | undefined;
69
+ renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption) => React.ReactNode) | undefined;
70
70
  zIndex?: React.CSSProperties["zIndex"];
71
71
  beforeList?: React.ReactNode;
72
72
  afterList?: React.ReactNode;
73
- onItemClick?: ((item: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropdown").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
73
+ onItemClick?: ((item: import("@salutejs/plasma-new-hope/types/components/Dropdown/index.js").DropdownItemOption, event: React.SyntheticEvent) => void) | undefined;
74
74
  listHeight?: React.CSSProperties["height"];
75
75
  hoverIndex?: number;
76
76
  listOverflow?: React.CSSProperties["overflow"];
@@ -5,13 +5,13 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  disabled: {
14
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  };
17
17
  };
@@ -1,12 +1,12 @@
1
- export declare const Dropzone: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Dropzone: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  size: {
6
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  disabled: {
9
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  }> & {
12
12
  multiple?: boolean;
@@ -21,7 +21,7 @@ export declare const Dropzone: import("react").FunctionComponent<import("node_mo
21
21
  onDragEnter?: (event: import("react").DragEvent<HTMLDivElement>) => void;
22
22
  onDragLeave?: (event: import("react").DragEvent<HTMLDivElement>) => void;
23
23
  onDragOver?: (event: import("react").DragEvent<HTMLDivElement>) => void;
24
- validator?: (files: File[]) => import("node_modules/@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types").ValidatorReturnType;
25
- onDrop?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types").FileProcessHandler;
26
- onChoseFiles?: import("node_modules/@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types").FileProcessHandler;
24
+ validator?: (files: File[]) => import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").ValidatorReturnType;
25
+ onDrop?: import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").FileProcessHandler;
26
+ onChoseFiles?: import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").FileProcessHandler;
27
27
  } & import("react").InputHTMLAttributes<HTMLInputElement> & import("react").RefAttributes<HTMLInputElement>>;
@@ -4,10 +4,10 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  };
13
13
  };
@@ -1,23 +1,23 @@
1
1
  export declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components").ComponentConfig<string, {
2
2
  size: {
3
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
- }, import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
8
+ }, import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
9
9
  size: {
10
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
- }>, import("node_modules/@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types").Props & import("react").RefAttributes<HTMLDivElement>>;
16
- export declare const EmptyState: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
15
+ }>, import("@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types.js").Props & import("react").RefAttributes<HTMLDivElement>>;
16
+ export declare const EmptyState: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
17
17
  size: {
18
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types").Props & import("react").RefAttributes<HTMLDivElement>>;
23
+ }> & import("@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types.js").Props & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,3 +1,3 @@
1
- export declare const Flow: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{}> & import("@salutejs/plasma-new-hope/styled-components").FlowProps & {
1
+ export declare const Flow: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{}> & import("@salutejs/plasma-new-hope/styled-components").FlowProps & {
2
2
  minColWidth?: string;
3
3
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -4,7 +4,7 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  view: {
7
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -1,6 +1,6 @@
1
1
  export { Row, Col } from '@salutejs/plasma-new-hope/styled-components';
2
- export declare const Grid: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ export declare const Grid: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3
3
  view: {
4
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
5
  };
6
6
  }> & import("@salutejs/plasma-new-hope/styled-components").GridProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -6,18 +6,18 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  size: {
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  disabled: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  focused: {
20
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  };
23
23
  };