@salutejs/sdds-insol 0.326.0-canary.2339.19735457854.0 → 0.326.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 (149) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +10 -10
  3. package/types/components/Accordion/Accordion.d.ts +11 -11
  4. package/types/components/Attach/Attach.config.d.ts +16 -16
  5. package/types/components/Attach/Attach.d.ts +41 -41
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +16 -16
  7. package/types/components/Autocomplete/Autocomplete.d.ts +33 -33
  8. package/types/components/Avatar/Avatar.config.d.ts +22 -22
  9. package/types/components/Avatar/Avatar.d.ts +72 -72
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +14 -14
  12. package/types/components/Badge/Badge.d.ts +15 -15
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/types/components/Button/Button.config.d.ts +26 -26
  16. package/types/components/Button/Button.d.ts +58 -58
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +25 -25
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +26 -26
  19. package/types/components/Calendar/Calendar.d.ts +22 -22
  20. package/types/components/Calendar/CalendarBase.config.d.ts +8 -8
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +8 -8
  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 +5 -5
  27. package/types/components/Cell/Cell.d.ts +10 -10
  28. package/types/components/Checkbox/Checkbox.config.d.ts +7 -7
  29. package/types/components/Checkbox/Checkbox.d.ts +18 -18
  30. package/types/components/Chip/Chip.config.d.ts +14 -14
  31. package/types/components/Chip/Chip.d.ts +15 -15
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  33. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  34. package/types/components/CodeField/CodeField.config.d.ts +6 -6
  35. package/types/components/CodeField/CodeField.d.ts +9 -9
  36. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  37. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  38. package/types/components/Combobox/Combobox.config.d.ts +16 -16
  39. package/types/components/Combobox/Combobox.d.ts +101 -101
  40. package/types/components/Counter/Counter.config.d.ts +12 -12
  41. package/types/components/Counter/Counter.d.ts +14 -14
  42. package/types/components/DatePicker/DatePicker.config.d.ts +10 -10
  43. package/types/components/DatePicker/DatePicker.d.ts +35 -35
  44. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  45. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  46. package/types/components/Divider/Divider.config.d.ts +7 -7
  47. package/types/components/Divider/Divider.d.ts +8 -8
  48. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  49. package/types/components/Drawer/Drawer.d.ts +11 -11
  50. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  51. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  52. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  53. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  54. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  55. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  56. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  57. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  58. package/types/components/Flow/Flow.d.ts +1 -1
  59. package/types/components/Grid/Grid.config.d.ts +1 -1
  60. package/types/components/Grid/Grid.d.ts +2 -2
  61. package/types/components/IconButton/IconButton.config.d.ts +18 -18
  62. package/types/components/IconButton/IconButton.d.ts +21 -21
  63. package/types/components/Image/Image.d.ts +1 -1
  64. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  65. package/types/components/Indicator/Indicator.d.ts +35 -35
  66. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  67. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  68. package/types/components/Link/Link.config.d.ts +11 -11
  69. package/types/components/Link/Link.d.ts +26 -26
  70. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  71. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  72. package/types/components/List/List.config.d.ts +7 -7
  73. package/types/components/List/List.d.ts +8 -8
  74. package/types/components/Mask/Mask.d.ts +209 -209
  75. package/types/components/Modal/Modal.config.d.ts +1 -1
  76. package/types/components/Note/Note.config.d.ts +9 -9
  77. package/types/components/Note/Note.d.ts +10 -10
  78. package/types/components/Notification/Notification.config.d.ts +10 -10
  79. package/types/components/Notification/Notification.d.ts +12 -12
  80. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  81. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  82. package/types/components/Pagination/Pagination.config.d.ts +12 -12
  83. package/types/components/Pagination/Pagination.d.ts +13 -13
  84. package/types/components/Popover/Popover.config.d.ts +1 -1
  85. package/types/components/Popover/Popover.d.ts +3 -3
  86. package/types/components/Price/Price.d.ts +2 -2
  87. package/types/components/Progress/Progress.config.d.ts +9 -9
  88. package/types/components/Progress/Progress.d.ts +10 -10
  89. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  90. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  91. package/types/components/Radiobox/Radiobox.config.d.ts +7 -7
  92. package/types/components/Radiobox/Radiobox.d.ts +18 -18
  93. package/types/components/Range/Range.config.d.ts +8 -8
  94. package/types/components/Range/Range.d.ts +27 -27
  95. package/types/components/Rating/Rating.config.d.ts +15 -15
  96. package/types/components/Rating/Rating.d.ts +16 -16
  97. package/types/components/Segment/Segment.d.ts +25 -25
  98. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  99. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  100. package/types/components/Select/Select.config.d.ts +25 -25
  101. package/types/components/Select/Select.d.ts +45 -45
  102. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  103. package/types/components/Sheet/Sheet.d.ts +4 -4
  104. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  105. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  106. package/types/components/Slider/Slider.config.d.ts +7 -7
  107. package/types/components/Slider/Slider.d.ts +15 -15
  108. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  109. package/types/components/Spinner/Spinner.d.ts +9 -9
  110. package/types/components/Steps/Steps.config.d.ts +11 -11
  111. package/types/components/Steps/Steps.d.ts +12 -12
  112. package/types/components/Switch/Switch.config.d.ts +8 -8
  113. package/types/components/Switch/Switch.d.ts +18 -18
  114. package/types/components/Table/Table.config.d.ts +5 -5
  115. package/types/components/Table/Table.d.ts +6 -6
  116. package/types/components/Tabs/TabItem.d.ts +49 -49
  117. package/types/components/Tabs/Tabs.d.ts +26 -26
  118. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  119. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  120. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  121. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  122. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  123. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  124. package/types/components/TextArea/TextArea.config.d.ts +14 -14
  125. package/types/components/TextArea/TextArea.d.ts +15 -15
  126. package/types/components/TextField/TextField.config.d.ts +23 -23
  127. package/types/components/TextField/TextField.d.ts +40 -40
  128. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  129. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  130. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  131. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  132. package/types/components/Toast/Toast.config.d.ts +8 -8
  133. package/types/components/Toast/Toast.d.ts +12 -12
  134. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  135. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  136. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  137. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  138. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  139. package/types/components/Tour/Tour.config.d.ts +2 -2
  140. package/types/components/Tour/Tour.d.ts +3 -3
  141. package/types/components/Tree/Tree.config.d.ts +5 -5
  142. package/types/components/Tree/Tree.d.ts +6 -6
  143. package/types/components/Typography/Body.config.d.ts +5 -5
  144. package/types/components/Typography/Dspl.config.d.ts +3 -3
  145. package/types/components/Typography/Heading.config.d.ts +5 -5
  146. package/types/components/Typography/Text.config.d.ts +5 -5
  147. package/types/components/Typography/Typography.d.ts +72 -72
  148. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  149. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -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
  };
@@ -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
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  };
21
21
  };
@@ -1,16 +1,16 @@
1
- export declare const Note: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Note: 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
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
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
15
  }> & {
16
16
  title?: React.ReactNode;
@@ -5,22 +5,22 @@ 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
- negative: 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
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  layout: {
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
  closeIconType: {
19
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  size: {
22
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  };
26
26
  };
@@ -1,26 +1,26 @@
1
1
  import React, { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
2
2
  import { NotificationProps as NotificationPropsNewHope, NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
3
3
  export type { NotificationPlacement };
4
- export declare const NotificationNewHope: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const NotificationNewHope: 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
- negative: 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
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  layout: {
13
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  closeIconType: {
17
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  size: {
20
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
- }> & (React.HTMLAttributes<HTMLElement> | import("node_modules/@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChange<HTMLElement> | import("node_modules/@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement> | import("node_modules/@salutejs/plasma-new-hope/types/engines/types").HTMLAttributesWithoutDraggable<HTMLElement>)>;
23
+ }> & (React.HTMLAttributes<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types.js").HTMLAttributesWithoutOnChange<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types.js").HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement> | import("@salutejs/plasma-new-hope/types/engines/types.js").HTMLAttributesWithoutDraggable<HTMLElement>)>;
24
24
  type ConfigProps = 'size' | 'view' | 'layout' | 'closeIconType';
25
25
  type NotificationProps = Pick<ComponentProps<typeof NotificationNewHope>, ConfigProps> & Omit<NotificationPropsNewHope, ConfigProps>;
26
26
  export declare const Notification: ForwardRefExoticComponent<NotificationProps>;
@@ -7,32 +7,32 @@ 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
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  size: {
16
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  shape: {
22
- cornered: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- pilled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ cornered: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ pilled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  inputBackgroundType: {
26
- fill: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ fill: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  segmentation: {
30
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- segmented: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- solid: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ solid: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
33
  };
34
34
  disabled: {
35
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
36
  };
37
37
  };
38
38
  };
@@ -1,31 +1,31 @@
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;
4
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  shape: {
15
- cornered: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- pilled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ cornered: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ pilled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  inputBackgroundType: {
19
- fill: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ fill: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  segmentation: {
23
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- segmented: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- solid: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ solid: 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
  }> & (({
31
31
  value?: string | number;
@@ -6,24 +6,24 @@ 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
- 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
+ default: 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
  viewCurrentPage: {
14
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  size: {
19
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  type: {
25
- compact: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ compact: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  };
29
29
  };
@@ -1,25 +1,25 @@
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;
7
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  viewCurrentPage: {
11
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  size: {
16
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  type: {
22
- compact: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ compact: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  }> & 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,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;
10
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- success: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- error: 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
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ error: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  size: {
18
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  };
21
21
  };
@@ -1,15 +1,15 @@
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
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- success: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- error: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ error: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  size: {
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  }> & import("@salutejs/plasma-new-hope/styled-components").ProgressProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,22 +5,22 @@ 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;
10
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- info: 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
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  size: {
17
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  };
26
26
  };
@@ -1,20 +1,20 @@
1
- export declare const ProgressBarCircular: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const ProgressBarCircular: 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
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- info: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ info: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/ProgressBarCircular/ProgressBarCircular.types").CustomProgressBarCircularProps & import("react").RefAttributes<HTMLDivElement>>;
20
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/ProgressBarCircular/ProgressBarCircular.types.js").CustomProgressBarCircularProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -9,22 +9,22 @@ export declare const config: {
9
9
  * Размер контрола.
10
10
  */
11
11
  size: {
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  /**
17
17
  * Вид контрола.
18
18
  */
19
19
  view: {
20
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ negative: 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
  focused: {
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
  };