@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
@@ -1,22 +1,22 @@
1
- export declare const NumberInput: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const NumberInput: 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
  shape: {
9
- cornered: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- pilled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ cornered: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ pilled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  inputBackgroundType: {
13
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  segmentation: {
16
- solid: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ solid: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  disabled: {
19
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  }> & (({
22
22
  value?: string | number;
@@ -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;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  viewCurrentPage: {
12
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  type: {
18
- compact: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ compact: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  };
22
22
  };
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Пагинация
3
3
  */
4
- export declare const Pagination: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Pagination: 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
  viewCurrentPage: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: 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
14
  type: {
15
- compact: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ compact: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  }> & import("@salutejs/plasma-new-hope/styled-components").PaginationProps & 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,5 +1,5 @@
1
- export declare const Popover: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Popover: 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
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Popover/Popover.types.js").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Компонент для отображения цены / стоимости / суммы
3
3
  */
4
- export declare const Price: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Price: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {};
6
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/Price/Price.types").PriceProps & import("react").RefAttributes<HTMLSpanElement>>;
6
+ }> & import("@salutejs/plasma-new-hope/types/components/Price/Price.types.js").PriceProps & import("react").RefAttributes<HTMLSpanElement>>;
@@ -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
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  };
17
17
  };
@@ -1,11 +1,11 @@
1
- export declare const Progress: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Progress: 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;
4
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ negative: 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
  }> & import("@salutejs/plasma-new-hope/styled-components").ProgressProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -9,19 +9,19 @@ export declare const config: {
9
9
  * Размер контрола.
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
14
  /**
15
15
  * Вид контрола.
16
16
  */
17
17
  view: {
18
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  disabled: {
21
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  focused: {
24
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  };
27
27
  };
@@ -1,34 +1,34 @@
1
1
  import { ComponentProps } from 'react';
2
- declare const RadioboxComponent: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ declare const RadioboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3
3
  size: {
4
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
5
  };
6
6
  view: {
7
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  disabled: {
10
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  focused: {
13
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
- }> & import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
15
+ }> & import("@salutejs/plasma-new-hope/types/engines/types.js").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
16
16
  export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
17
17
  /**
18
18
  * Переключатель, или *радиокнопка*.
19
19
  */
20
- export declare const Radiobox: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
20
+ export declare const Radiobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
21
21
  size: {
22
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  view: {
25
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
26
  };
27
27
  disabled: {
28
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
29
  };
30
30
  focused: {
31
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
32
  };
33
- }> & import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
33
+ }> & import("@salutejs/plasma-new-hope/types/engines/types.js").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
34
34
  export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
@@ -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,26 +1,26 @@
1
1
  /**
2
2
  * Компонент Range.
3
3
  */
4
- export declare const Range: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Range: 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
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  disabled: {
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
14
  readOnly: {
15
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  }> & (({
18
18
  label?: string;
19
19
  leftHelper?: string;
20
20
  contentLeft?: import("react").ReactNode;
21
21
  contentRight?: import("react").ReactNode;
22
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
23
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
22
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
23
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
24
24
  firstValueError?: boolean;
25
25
  secondValueError?: boolean;
26
26
  firstValueSuccess?: boolean;
@@ -41,10 +41,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
41
41
  requiredPlacement?: "left" | "right";
42
42
  required?: boolean;
43
43
  hasRequiredIndicator?: boolean;
44
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
45
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
46
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
47
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
44
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
45
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
46
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
47
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
48
48
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
49
49
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
50
50
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -59,8 +59,8 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
59
59
  leftHelper?: string;
60
60
  contentLeft?: import("react").ReactNode;
61
61
  contentRight?: import("react").ReactNode;
62
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
63
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
62
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
63
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
64
64
  firstValueError?: boolean;
65
65
  secondValueError?: boolean;
66
66
  firstValueSuccess?: boolean;
@@ -81,10 +81,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
81
81
  requiredPlacement?: "left" | "right";
82
82
  required?: boolean;
83
83
  hasRequiredIndicator?: boolean;
84
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
85
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
86
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
87
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
84
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
85
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
86
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
87
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
88
88
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
89
89
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
90
90
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -99,8 +99,8 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
99
99
  leftHelper?: string;
100
100
  contentLeft?: import("react").ReactNode;
101
101
  contentRight?: import("react").ReactNode;
102
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
103
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
102
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
103
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
104
104
  firstValueError?: boolean;
105
105
  secondValueError?: boolean;
106
106
  firstValueSuccess?: boolean;
@@ -121,10 +121,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
121
121
  requiredPlacement?: "left" | "right";
122
122
  required?: boolean;
123
123
  hasRequiredIndicator?: boolean;
124
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
125
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
126
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
127
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
124
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
125
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
126
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
127
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
128
128
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
129
129
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
130
130
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -5,12 +5,12 @@ 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;
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
10
  };
11
11
  size: {
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  };
16
16
  };
@@ -1,11 +1,11 @@
1
- export declare const Rating: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Rating: 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;
4
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
5
  };
6
6
  size: {
7
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  }> & {
11
11
  value?: number | null;
@@ -5,46 +5,46 @@ export { SegmentProvider, useSegment } from '@salutejs/plasma-new-hope/styled-co
5
5
  /**
6
6
  * Компонент группы сегментов.
7
7
  */
8
- export declare const SegmentGroup: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
8
+ export declare const SegmentGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
9
9
  view: {
10
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- filled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  size: {
14
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ xs: 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
  pilled: {
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
  stretch: {
23
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  filledBackground: {
26
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  orientation: {
29
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  }> & import("@salutejs/plasma-new-hope/styled-components").SegmentGroupProps & import("react").RefAttributes<HTMLDivElement>>;
32
32
  /**
33
33
  * Компонент сегмента.
34
34
  */
35
- export declare const SegmentItem: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
35
+ export declare const SegmentItem: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
36
36
  view: {
37
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
39
  };
40
40
  size: {
41
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
42
  };
43
43
  disabled: {
44
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
45
  };
46
46
  pilled: {
47
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  }> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
50
50
  value: string;
@@ -5,26 +5,26 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- filled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  disabled: {
15
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  pilled: {
18
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  stretch: {
21
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  filledBackground: {
24
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  orientation: {
27
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -5,17 +5,17 @@ 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
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  disabled: {
15
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  pilled: {
18
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  };
21
21
  };
@@ -7,24 +7,24 @@ export declare const config: {
7
7
  };
8
8
  variations: {
9
9
  view: {
10
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ default: 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
  labelPlacement: {
17
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  chipView: {
21
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  disabled: {
24
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  readOnly: {
27
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };