@salutejs/sdds-dfa 0.329.0-canary.2339.19735457854.0 → 0.329.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 (147) 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 +15 -15
  7. package/types/components/Autocomplete/Autocomplete.d.ts +32 -32
  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 +21 -21
  16. package/types/components/Button/Button.d.ts +48 -48
  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 +20 -20
  20. package/types/components/Calendar/CalendarBase.config.d.ts +7 -7
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +7 -7
  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 +13 -13
  29. package/types/components/Checkbox/Checkbox.d.ts +30 -30
  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 +15 -15
  39. package/types/components/Combobox/Combobox.d.ts +100 -100
  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 +9 -9
  43. package/types/components/DatePicker/DatePicker.d.ts +33 -33
  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 +17 -17
  62. package/types/components/IconButton/IconButton.d.ts +20 -20
  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/Link/Link.config.d.ts +11 -11
  67. package/types/components/Link/Link.d.ts +26 -26
  68. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  69. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  70. package/types/components/List/List.config.d.ts +7 -7
  71. package/types/components/List/List.d.ts +8 -8
  72. package/types/components/Mask/Mask.d.ts +209 -209
  73. package/types/components/Modal/Modal.config.d.ts +1 -1
  74. package/types/components/Note/Note.config.d.ts +9 -9
  75. package/types/components/Note/Note.d.ts +10 -10
  76. package/types/components/Notification/Notification.config.d.ts +10 -10
  77. package/types/components/Notification/Notification.d.ts +12 -12
  78. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  79. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  80. package/types/components/Pagination/Pagination.config.d.ts +12 -12
  81. package/types/components/Pagination/Pagination.d.ts +13 -13
  82. package/types/components/Popover/Popover.config.d.ts +1 -1
  83. package/types/components/Popover/Popover.d.ts +3 -3
  84. package/types/components/Price/Price.d.ts +2 -2
  85. package/types/components/Progress/Progress.config.d.ts +9 -9
  86. package/types/components/Progress/Progress.d.ts +10 -10
  87. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  88. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  89. package/types/components/Radiobox/Radiobox.config.d.ts +13 -13
  90. package/types/components/Radiobox/Radiobox.d.ts +30 -30
  91. package/types/components/Range/Range.config.d.ts +8 -8
  92. package/types/components/Range/Range.d.ts +27 -27
  93. package/types/components/Rating/Rating.config.d.ts +15 -15
  94. package/types/components/Rating/Rating.d.ts +16 -16
  95. package/types/components/Segment/Segment.d.ts +25 -25
  96. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  97. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  98. package/types/components/Select/Select.config.d.ts +24 -24
  99. package/types/components/Select/Select.d.ts +44 -44
  100. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  101. package/types/components/Sheet/Sheet.d.ts +4 -4
  102. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  103. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  104. package/types/components/Slider/Slider.config.d.ts +7 -7
  105. package/types/components/Slider/Slider.d.ts +15 -15
  106. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  107. package/types/components/Spinner/Spinner.d.ts +9 -9
  108. package/types/components/Steps/Steps.config.d.ts +11 -11
  109. package/types/components/Steps/Steps.d.ts +12 -12
  110. package/types/components/Switch/Switch.config.d.ts +8 -8
  111. package/types/components/Switch/Switch.d.ts +18 -18
  112. package/types/components/Table/Table.config.d.ts +5 -5
  113. package/types/components/Table/Table.d.ts +6 -6
  114. package/types/components/Tabs/TabItem.d.ts +49 -49
  115. package/types/components/Tabs/Tabs.d.ts +25 -25
  116. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  117. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  118. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +14 -14
  119. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  120. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  121. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  122. package/types/components/TextArea/TextArea.config.d.ts +16 -16
  123. package/types/components/TextArea/TextArea.d.ts +17 -17
  124. package/types/components/TextField/TextField.config.d.ts +23 -23
  125. package/types/components/TextField/TextField.d.ts +40 -40
  126. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  127. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  128. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  129. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  130. package/types/components/Toast/Toast.config.d.ts +8 -8
  131. package/types/components/Toast/Toast.d.ts +12 -12
  132. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  133. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  134. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  135. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  136. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  137. package/types/components/Tour/Tour.config.d.ts +2 -2
  138. package/types/components/Tour/Tour.d.ts +3 -3
  139. package/types/components/Tree/Tree.config.d.ts +5 -5
  140. package/types/components/Tree/Tree.d.ts +6 -6
  141. package/types/components/Typography/Body.config.d.ts +5 -5
  142. package/types/components/Typography/Dspl.config.d.ts +3 -3
  143. package/types/components/Typography/Heading.config.d.ts +5 -5
  144. package/types/components/Typography/Text.config.d.ts +4 -4
  145. package/types/components/Typography/Typography.d.ts +68 -68
  146. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  147. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -1,52 +1,52 @@
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;
5
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  view: {
9
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
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
- tertiary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- paragraph: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").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
+ tertiary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ paragraph: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ negative: 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
  focused: {
22
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
- }> & 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>>;
24
+ }> & 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>>;
25
25
  export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
26
26
  /**
27
27
  * Переключатель, или *радиокнопка*.
28
28
  */
29
- export declare const Radiobox: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
29
+ export declare const Radiobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
30
30
  size: {
31
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  view: {
36
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
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;
39
- tertiary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
- paragraph: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").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
+ tertiary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
+ paragraph: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
44
  };
45
45
  disabled: {
46
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
46
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
47
47
  };
48
48
  focused: {
49
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
49
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
50
50
  };
51
- }> & 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>>;
51
+ }> & 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>>;
52
52
  export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
@@ -5,20 +5,20 @@ 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
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- l: 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
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  disabled: {
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
  readOnly: {
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
  };
24
24
  };
@@ -1,30 +1,30 @@
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
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
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;
9
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").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
  disabled: {
16
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  readOnly: {
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
  label?: string;
23
23
  leftHelper?: string;
24
24
  contentLeft?: import("react").ReactNode;
25
25
  contentRight?: import("react").ReactNode;
26
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
27
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
26
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
27
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
28
28
  firstValueError?: boolean;
29
29
  secondValueError?: boolean;
30
30
  firstValueSuccess?: boolean;
@@ -45,10 +45,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
45
45
  requiredPlacement?: "left" | "right";
46
46
  required?: boolean;
47
47
  hasRequiredIndicator?: boolean;
48
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
49
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
50
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
51
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
48
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
49
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
50
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
51
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
52
52
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
53
53
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
54
54
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -63,8 +63,8 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
63
63
  leftHelper?: string;
64
64
  contentLeft?: import("react").ReactNode;
65
65
  contentRight?: import("react").ReactNode;
66
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
67
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
66
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
67
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
68
68
  firstValueError?: boolean;
69
69
  secondValueError?: boolean;
70
70
  firstValueSuccess?: boolean;
@@ -85,10 +85,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
85
85
  requiredPlacement?: "left" | "right";
86
86
  required?: boolean;
87
87
  hasRequiredIndicator?: boolean;
88
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
89
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
90
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
91
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
88
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
89
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
90
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
91
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
92
92
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
93
93
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
94
94
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -103,8 +103,8 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
103
103
  leftHelper?: string;
104
104
  contentLeft?: import("react").ReactNode;
105
105
  contentRight?: import("react").ReactNode;
106
- firstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
107
- secondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").TextfieldPrimitiveValue;
106
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
107
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
108
108
  firstValueError?: boolean;
109
109
  secondValueError?: boolean;
110
110
  firstValueSuccess?: boolean;
@@ -125,10 +125,10 @@ export declare const Range: import("react").FunctionComponent<import("node_modul
125
125
  requiredPlacement?: "left" | "right";
126
126
  required?: boolean;
127
127
  hasRequiredIndicator?: boolean;
128
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
129
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance;
130
- onSearchFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
131
- onSearchSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackKeyboardInstance;
128
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
129
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
130
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
131
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
132
132
  onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
133
133
  onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
134
134
  onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
@@ -5,23 +5,23 @@ 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
- l: 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
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- displayL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- displayM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- displayS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ displayL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ displayM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ displayS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  };
27
27
  };
@@ -1,22 +1,22 @@
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
- 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;
11
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- displayL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- displayM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- displayS: 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
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ displayL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ displayM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ displayS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  }> & {
22
22
  value?: number | null;
@@ -5,56 +5,56 @@ 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;
15
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xl: 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
  pilled: {
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
  stretch: {
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
  filledBackground: {
30
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  orientation: {
33
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  }> & import("@salutejs/plasma-new-hope/styled-components").SegmentGroupProps & import("react").RefAttributes<HTMLDivElement>>;
36
36
  /**
37
37
  * Компонент сегмента.
38
38
  */
39
- export declare const SegmentItem: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
39
+ export declare const SegmentItem: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
40
40
  view: {
41
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
45
  };
46
46
  size: {
47
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
48
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
49
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
50
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
51
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
49
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
50
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
51
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
52
52
  };
53
53
  disabled: {
54
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
54
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
55
55
  };
56
56
  pilled: {
57
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
57
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
58
58
  };
59
59
  }> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
60
60
  value: string;
@@ -5,30 +5,30 @@ 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;
13
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ xl: 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
  pilled: {
22
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  stretch: {
25
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
26
  };
27
27
  filledBackground: {
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
  orientation: {
31
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
32
  };
33
33
  };
34
34
  };
@@ -5,23 +5,23 @@ 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
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ accent: 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;
15
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xl: 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
  pilled: {
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
  };
@@ -7,44 +7,44 @@ 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
- 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
- accent: 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;
17
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- black: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- white: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ default: 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
+ accent: 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
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  size: {
22
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
26
  };
27
27
  labelPlacement: {
28
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  chipView: {
32
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
35
  };
36
36
  hintView: {
37
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  hintSize: {
40
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ s: 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
  readOnly: {
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
  };
50
50
  };