@salutejs/plasma-web 1.601.0-canary.2339.19735457854.0 → 1.601.0-canary.2339.19756860460.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.
- package/package.json +7 -7
- package/types/components/Accordion/Accordion.config.d.ts +14 -14
- package/types/components/Accordion/Accordion.d.ts +15 -15
- package/types/components/Attach/Attach.config.d.ts +16 -16
- package/types/components/Attach/Attach.d.ts +41 -41
- package/types/components/Autocomplete/Autocomplete.config.d.ts +15 -15
- package/types/components/Autocomplete/Autocomplete.d.ts +32 -32
- package/types/components/Avatar/Avatar.config.d.ts +23 -23
- package/types/components/Avatar/Avatar.d.ts +75 -75
- package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/types/components/Badge/Badge.config.d.ts +15 -15
- package/types/components/Badge/Badge.d.ts +16 -16
- package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
- package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
- package/types/components/Button/Button.config.d.ts +22 -22
- package/types/components/Button/Button.d.ts +25 -25
- package/types/components/ButtonGroup/ButtonGroup.config.d.ts +26 -26
- package/types/components/ButtonGroup/ButtonGroup.d.ts +27 -27
- package/types/components/Calendar/Calendar.d.ts +20 -20
- package/types/components/Calendar/CalendarBase.config.d.ts +7 -7
- package/types/components/Calendar/CalendarDouble.config.d.ts +7 -7
- package/types/components/Card/Card.config.d.ts +4 -4
- package/types/components/Card/Card.d.ts +5 -5
- package/types/components/Carousel/Carousel.config.d.ts +2 -2
- package/types/components/Carousel/Carousel.d.ts +3 -3
- package/types/components/Carousel/Legacy/Carousel.d.ts +1 -1
- package/types/components/Cell/Cell.config.d.ts +5 -5
- package/types/components/Cell/Cell.d.ts +10 -10
- package/types/components/Checkbox/Checkbox.config.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.d.ts +32 -32
- package/types/components/Chip/Chip.config.d.ts +15 -15
- package/types/components/Chip/Chip.d.ts +16 -16
- package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
- package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
- package/types/components/CodeField/CodeField.config.d.ts +6 -6
- package/types/components/CodeField/CodeField.d.ts +9 -9
- package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
- package/types/components/CodeInput/CodeInput.d.ts +8 -8
- package/types/components/Combobox/Combobox.config.d.ts +15 -15
- package/types/components/Combobox/Combobox.d.ts +100 -100
- package/types/components/Combobox/Legacy/Combobox.config.d.ts +5 -5
- package/types/components/Combobox/Legacy/Combobox.d.ts +17 -17
- package/types/components/Counter/Counter.config.d.ts +13 -13
- package/types/components/Counter/Counter.d.ts +15 -15
- package/types/components/DatePicker/DatePicker.config.d.ts +9 -9
- package/types/components/DatePicker/DatePicker.d.ts +33 -33
- package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
- package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
- package/types/components/Divider/Divider.config.d.ts +7 -7
- package/types/components/Divider/Divider.d.ts +8 -8
- package/types/components/Drawer/Drawer.config.d.ts +4 -4
- package/types/components/Drawer/Drawer.d.ts +11 -11
- package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
- package/types/components/Dropdown/Dropdown.d.ts +28 -28
- package/types/components/Dropdown/components/DropdownItem.d.ts +1 -1
- package/types/components/Dropdown/components/DropdownOld.config.d.ts +5 -5
- package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
- package/types/components/Dropzone/Dropzone.d.ts +7 -7
- package/types/components/Editable/Editable.config.d.ts +2 -2
- package/types/components/Editable/Editable.d.ts +4 -4
- package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
- package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
- package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
- package/types/components/EmptyState/EmptyState.d.ts +16 -16
- package/types/components/Flow/Flow.d.ts +1 -1
- package/types/components/Grid/Grid.config.d.ts +2 -2
- package/types/components/Grid/Grid.d.ts +3 -3
- package/types/components/IconButton/IconButton.config.d.ts +17 -17
- package/types/components/IconButton/IconButton.d.ts +20 -20
- package/types/components/Image/Image.d.ts +1 -1
- package/types/components/Indicator/Indicator.config.d.ts +11 -11
- package/types/components/Indicator/Indicator.d.ts +35 -35
- package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
- package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
- package/types/components/Link/Link.config.d.ts +12 -12
- package/types/components/Link/Link.d.ts +14 -14
- package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
- package/types/components/LinkButton/LinkButton.d.ts +14 -14
- package/types/components/List/List.config.d.ts +7 -7
- package/types/components/List/List.d.ts +8 -8
- package/types/components/Loader/Loader.config.d.ts +14 -14
- package/types/components/Loader/Loader.d.ts +16 -16
- package/types/components/Mask/Mask.d.ts +209 -209
- package/types/components/ModalBase/Modal.config.d.ts +1 -1
- package/types/components/NavigationDrawer/NavigationDrawer.config.d.ts +3 -3
- package/types/components/NavigationDrawer/NavigationDrawer.d.ts +6 -6
- package/types/components/Note/Note.config.d.ts +9 -9
- package/types/components/Note/Note.d.ts +10 -10
- package/types/components/Notification/Notification.config.d.ts +10 -10
- package/types/components/Notification/Notification.d.ts +12 -12
- package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
- package/types/components/NumberInput/NumberInput.d.ts +17 -17
- package/types/components/Pagination/Pagination.config.d.ts +14 -14
- package/types/components/Pagination/Pagination.d.ts +15 -15
- package/types/components/Popover/Popover.config.d.ts +1 -1
- package/types/components/Popover/Popover.d.ts +3 -3
- package/types/components/Price/Price.d.ts +2 -2
- package/types/components/Progress/Progress.config.d.ts +9 -9
- package/types/components/Progress/Progress.d.ts +10 -10
- package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
- package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
- package/types/components/Radiobox/Radiobox.config.d.ts +14 -14
- package/types/components/Radiobox/Radiobox.d.ts +32 -32
- package/types/components/Range/Range.config.d.ts +8 -8
- package/types/components/Range/Range.d.ts +27 -27
- package/types/components/Rating/Rating.config.d.ts +15 -15
- package/types/components/Rating/Rating.d.ts +16 -16
- package/types/components/Segment/Segment.d.ts +25 -25
- package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
- package/types/components/Segment/SegmentItem.config.d.ts +11 -11
- package/types/components/Select/Select.config.d.ts +24 -24
- package/types/components/Select/Select.d.ts +44 -44
- package/types/components/Sheet/Sheet.config.d.ts +3 -3
- package/types/components/Sheet/Sheet.d.ts +4 -4
- package/types/components/Skeleton/LineSkeleton.config.d.ts +37 -37
- package/types/components/Skeleton/Skeleton.d.ts +79 -79
- package/types/components/Slider/Slider.config.d.ts +7 -7
- package/types/components/Slider/Slider.d.ts +15 -15
- package/types/components/Spinner/Spinner.config.d.ts +12 -12
- package/types/components/Steps/Steps.config.d.ts +11 -11
- package/types/components/Steps/Steps.d.ts +12 -12
- package/types/components/Switch/Switch.config.d.ts +8 -8
- package/types/components/Switch/Switch.d.ts +18 -18
- package/types/components/Table/Table.config.d.ts +5 -5
- package/types/components/Table/Table.d.ts +6 -6
- package/types/components/Tabs/TabItem.d.ts +49 -49
- package/types/components/Tabs/Tabs.d.ts +9 -9
- package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
- package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
- package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
- package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
- package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
- package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
- package/types/components/TextArea/TextArea.config.d.ts +16 -16
- package/types/components/TextArea/TextArea.d.ts +17 -17
- package/types/components/TextField/TextField.config.d.ts +23 -23
- package/types/components/TextField/TextField.d.ts +40 -40
- package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
- package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
- package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
- package/types/components/TimePicker/TimePicker.d.ts +10 -10
- package/types/components/Toast/Toast.config.d.ts +9 -9
- package/types/components/Toast/Toast.d.ts +13 -13
- package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
- package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
- package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
- package/types/components/Toolbar/Toolbar.d.ts +7 -7
- package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
- package/types/components/Tour/Tour.config.d.ts +2 -2
- package/types/components/Tour/Tour.d.ts +3 -3
- package/types/components/Tree/Tree.config.d.ts +5 -5
- package/types/components/Tree/Tree.d.ts +6 -6
- package/types/components/Typography/Body.config.d.ts +5 -5
- package/types/components/Typography/Dspl.config.d.ts +3 -3
- package/types/components/Typography/Heading.config.d.ts +5 -5
- package/types/components/Typography/Old/Body.config.d.ts +3 -3
- package/types/components/Typography/Old/Button.config.d.ts +2 -2
- package/types/components/Typography/Old/Caption.config.d.ts +1 -1
- package/types/components/Typography/Old/Display.config.d.ts +3 -3
- package/types/components/Typography/Old/Footnote.config.d.ts +2 -2
- package/types/components/Typography/Old/Headline.config.d.ts +5 -5
- package/types/components/Typography/Old/Paragraph.config.d.ts +2 -2
- package/types/components/Typography/Old/ParagraphText.config.d.ts +2 -2
- package/types/components/Typography/Old/Subtitle.config.d.ts +1 -1
- package/types/components/Typography/Old/Underline.config.d.ts +1 -1
- package/types/components/Typography/Old/index.d.ts +68 -68
- package/types/components/Typography/Text.config.d.ts +4 -4
- package/types/components/Typography/Typography.d.ts +68 -68
- package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
- package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.601.0-canary.2339.
|
|
3
|
+
"version": "1.601.0-canary.2339.19756860460.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"directory": "packages/plasma-web"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-core": "1.211.0-canary.2339.
|
|
36
|
-
"@salutejs/plasma-hope": "1.357.0-canary.2339.
|
|
37
|
-
"@salutejs/plasma-new-hope": "0.343.0-canary.2339.
|
|
35
|
+
"@salutejs/plasma-core": "1.211.0-canary.2339.19756860460.0",
|
|
36
|
+
"@salutejs/plasma-hope": "1.357.0-canary.2339.19756860460.0",
|
|
37
|
+
"@salutejs/plasma-new-hope": "0.343.0-canary.2339.19756860460.0",
|
|
38
38
|
"@salutejs/plasma-themes": "0.38.0",
|
|
39
39
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
|
40
40
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
63
63
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
64
64
|
"@salutejs/plasma-colors": "0.16.0",
|
|
65
|
-
"@salutejs/plasma-cy-utils": "0.141.0-canary.2339.
|
|
65
|
+
"@salutejs/plasma-cy-utils": "0.141.0-canary.2339.19756860460.0",
|
|
66
66
|
"@salutejs/plasma-icons": "1.227.0",
|
|
67
|
-
"@salutejs/plasma-sb-utils": "0.211.0-canary.2339.
|
|
67
|
+
"@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19756860460.0",
|
|
68
68
|
"@storybook/addon-docs": "8.6.14",
|
|
69
69
|
"@storybook/addon-essentials": "8.6.14",
|
|
70
70
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"sideEffects": [
|
|
127
127
|
"*.css"
|
|
128
128
|
],
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "f465cee9978792be7f0773c6a1937d4af697877a"
|
|
130
130
|
}
|
|
@@ -5,24 +5,24 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("
|
|
9
|
-
secondary: import("
|
|
10
|
-
outlined: import("
|
|
11
|
-
clear: import("
|
|
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
|
+
outlined: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
l: import("
|
|
15
|
-
m: import("
|
|
16
|
-
s: import("
|
|
17
|
-
xs: import("
|
|
18
|
-
h2: import("
|
|
19
|
-
h3: import("
|
|
20
|
-
h4: import("
|
|
21
|
-
h5: import("
|
|
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
|
+
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
22
|
};
|
|
23
23
|
stretching: {
|
|
24
|
-
filled: import("
|
|
25
|
-
fixed: import("
|
|
24
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Accordion
|
|
3
3
|
*/
|
|
4
|
-
export declare const Accordion: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const Accordion: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("
|
|
7
|
-
secondary: import("
|
|
8
|
-
outlined: import("
|
|
9
|
-
clear: import("
|
|
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
|
+
outlined: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
|
-
l: import("
|
|
13
|
-
m: import("
|
|
14
|
-
s: import("
|
|
15
|
-
xs: import("
|
|
16
|
-
h2: import("
|
|
17
|
-
h3: import("
|
|
18
|
-
h4: import("
|
|
19
|
-
h5: import("
|
|
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
|
+
h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
20
|
};
|
|
21
21
|
stretching: {
|
|
22
|
-
filled: import("
|
|
23
|
-
fixed: import("
|
|
22
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
}> & {
|
|
26
26
|
view?: string;
|
|
@@ -7,26 +7,26 @@ export declare const config: {
|
|
|
7
7
|
};
|
|
8
8
|
variations: {
|
|
9
9
|
view: {
|
|
10
|
-
default: import("
|
|
11
|
-
accent: import("
|
|
12
|
-
secondary: import("
|
|
13
|
-
clear: import("
|
|
14
|
-
success: import("
|
|
15
|
-
warning: import("
|
|
16
|
-
critical: import("
|
|
17
|
-
dark: import("
|
|
18
|
-
black: import("
|
|
19
|
-
white: import("
|
|
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
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
|
+
critical: 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
|
helperTextView: {
|
|
22
|
-
default: import("
|
|
23
|
-
negative: import("
|
|
22
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
size: {
|
|
26
|
-
l: import("
|
|
27
|
-
m: import("
|
|
28
|
-
s: import("
|
|
29
|
-
xs: import("
|
|
26
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
28
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Компонент, позволяющий прикрепить локальный файл
|
|
3
3
|
*/
|
|
4
|
-
export declare const Attach: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const Attach: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("
|
|
7
|
-
accent: import("
|
|
8
|
-
secondary: import("
|
|
9
|
-
clear: import("
|
|
10
|
-
success: import("
|
|
11
|
-
warning: import("
|
|
12
|
-
critical: import("
|
|
13
|
-
dark: import("
|
|
14
|
-
black: import("
|
|
15
|
-
white: import("
|
|
6
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
|
+
critical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
+
white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
17
|
helperTextView: {
|
|
18
|
-
default: import("
|
|
19
|
-
negative: import("
|
|
18
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
20
|
};
|
|
21
21
|
size: {
|
|
22
|
-
l: import("
|
|
23
|
-
m: import("
|
|
24
|
-
s: import("
|
|
25
|
-
xs: import("
|
|
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
|
}> & ((import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
28
28
|
text?: string;
|
|
@@ -36,7 +36,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
36
36
|
square?: boolean;
|
|
37
37
|
focused?: boolean;
|
|
38
38
|
disabled?: boolean;
|
|
39
|
-
pin?: import("
|
|
39
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
40
40
|
view?: string;
|
|
41
41
|
size?: string;
|
|
42
42
|
outlined?: boolean;
|
|
@@ -59,7 +59,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
59
59
|
} & {
|
|
60
60
|
flow?: "horizontal";
|
|
61
61
|
multiple?: boolean;
|
|
62
|
-
dropdownOptions?: import("
|
|
62
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
63
63
|
} & {
|
|
64
64
|
buttonType?: "button";
|
|
65
65
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
@@ -74,7 +74,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
74
74
|
square?: boolean;
|
|
75
75
|
focused?: boolean;
|
|
76
76
|
disabled?: boolean;
|
|
77
|
-
pin?: import("
|
|
77
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
78
78
|
view?: string;
|
|
79
79
|
size?: string;
|
|
80
80
|
outlined?: boolean;
|
|
@@ -97,7 +97,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
97
97
|
} & {
|
|
98
98
|
flow?: "horizontal";
|
|
99
99
|
multiple?: boolean;
|
|
100
|
-
dropdownOptions?: import("
|
|
100
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
101
101
|
} & {
|
|
102
102
|
buttonType?: "button";
|
|
103
103
|
} & {
|
|
@@ -115,7 +115,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
115
115
|
square?: boolean;
|
|
116
116
|
focused?: boolean;
|
|
117
117
|
disabled?: boolean;
|
|
118
|
-
pin?: import("
|
|
118
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
119
119
|
view?: string;
|
|
120
120
|
size?: string;
|
|
121
121
|
outlined?: boolean;
|
|
@@ -138,7 +138,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
138
138
|
} & {
|
|
139
139
|
flow?: "horizontal";
|
|
140
140
|
multiple?: boolean;
|
|
141
|
-
dropdownOptions?: import("
|
|
141
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
142
142
|
} & {
|
|
143
143
|
buttonType?: "iconButton";
|
|
144
144
|
icon?: React.ReactNode;
|
|
@@ -154,7 +154,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
154
154
|
square?: boolean;
|
|
155
155
|
focused?: boolean;
|
|
156
156
|
disabled?: boolean;
|
|
157
|
-
pin?: import("
|
|
157
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
158
158
|
view?: string;
|
|
159
159
|
size?: string;
|
|
160
160
|
outlined?: boolean;
|
|
@@ -177,7 +177,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
177
177
|
} & {
|
|
178
178
|
flow?: "horizontal";
|
|
179
179
|
multiple?: boolean;
|
|
180
|
-
dropdownOptions?: import("
|
|
180
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
181
181
|
} & {
|
|
182
182
|
buttonType?: "iconButton";
|
|
183
183
|
icon?: React.ReactNode;
|
|
@@ -196,7 +196,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
196
196
|
square?: boolean;
|
|
197
197
|
focused?: boolean;
|
|
198
198
|
disabled?: boolean;
|
|
199
|
-
pin?: import("
|
|
199
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
200
200
|
view?: string;
|
|
201
201
|
size?: string;
|
|
202
202
|
outlined?: boolean;
|
|
@@ -234,7 +234,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
234
234
|
square?: boolean;
|
|
235
235
|
focused?: boolean;
|
|
236
236
|
disabled?: boolean;
|
|
237
|
-
pin?: import("
|
|
237
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
238
238
|
view?: string;
|
|
239
239
|
size?: string;
|
|
240
240
|
outlined?: boolean;
|
|
@@ -275,7 +275,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
275
275
|
square?: boolean;
|
|
276
276
|
focused?: boolean;
|
|
277
277
|
disabled?: boolean;
|
|
278
|
-
pin?: import("
|
|
278
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
279
279
|
view?: string;
|
|
280
280
|
size?: string;
|
|
281
281
|
outlined?: boolean;
|
|
@@ -314,7 +314,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
314
314
|
square?: boolean;
|
|
315
315
|
focused?: boolean;
|
|
316
316
|
disabled?: boolean;
|
|
317
|
-
pin?: import("
|
|
317
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
318
318
|
view?: string;
|
|
319
319
|
size?: string;
|
|
320
320
|
outlined?: boolean;
|
|
@@ -356,7 +356,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
356
356
|
square?: boolean;
|
|
357
357
|
focused?: boolean;
|
|
358
358
|
disabled?: boolean;
|
|
359
|
-
pin?: import("
|
|
359
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
360
360
|
view?: string;
|
|
361
361
|
size?: string;
|
|
362
362
|
outlined?: boolean;
|
|
@@ -379,7 +379,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
379
379
|
} & {
|
|
380
380
|
flow?: "horizontal";
|
|
381
381
|
multiple?: boolean;
|
|
382
|
-
dropdownOptions?: import("
|
|
382
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
383
383
|
} & {
|
|
384
384
|
buttonType?: "button";
|
|
385
385
|
} & {
|
|
@@ -397,7 +397,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
397
397
|
square?: boolean;
|
|
398
398
|
focused?: boolean;
|
|
399
399
|
disabled?: boolean;
|
|
400
|
-
pin?: import("
|
|
400
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
401
401
|
view?: string;
|
|
402
402
|
size?: string;
|
|
403
403
|
outlined?: boolean;
|
|
@@ -420,7 +420,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
420
420
|
} & {
|
|
421
421
|
flow?: "horizontal";
|
|
422
422
|
multiple?: boolean;
|
|
423
|
-
dropdownOptions?: import("
|
|
423
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
424
424
|
} & {
|
|
425
425
|
buttonType?: "button";
|
|
426
426
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
@@ -435,7 +435,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
435
435
|
square?: boolean;
|
|
436
436
|
focused?: boolean;
|
|
437
437
|
disabled?: boolean;
|
|
438
|
-
pin?: import("
|
|
438
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
439
439
|
view?: string;
|
|
440
440
|
size?: string;
|
|
441
441
|
outlined?: boolean;
|
|
@@ -458,7 +458,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
458
458
|
} & {
|
|
459
459
|
flow?: "horizontal";
|
|
460
460
|
multiple?: boolean;
|
|
461
|
-
dropdownOptions?: import("
|
|
461
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
462
462
|
} & {
|
|
463
463
|
buttonType?: "iconButton";
|
|
464
464
|
icon?: React.ReactNode;
|
|
@@ -477,7 +477,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
477
477
|
square?: boolean;
|
|
478
478
|
focused?: boolean;
|
|
479
479
|
disabled?: boolean;
|
|
480
|
-
pin?: import("
|
|
480
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
481
481
|
view?: string;
|
|
482
482
|
size?: string;
|
|
483
483
|
outlined?: boolean;
|
|
@@ -500,7 +500,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
500
500
|
} & {
|
|
501
501
|
flow?: "horizontal";
|
|
502
502
|
multiple?: boolean;
|
|
503
|
-
dropdownOptions?: import("
|
|
503
|
+
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
|
|
504
504
|
} & {
|
|
505
505
|
buttonType?: "iconButton";
|
|
506
506
|
icon?: React.ReactNode;
|
|
@@ -516,7 +516,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
516
516
|
square?: boolean;
|
|
517
517
|
focused?: boolean;
|
|
518
518
|
disabled?: boolean;
|
|
519
|
-
pin?: import("
|
|
519
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
520
520
|
view?: string;
|
|
521
521
|
size?: string;
|
|
522
522
|
outlined?: boolean;
|
|
@@ -557,7 +557,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
557
557
|
square?: boolean;
|
|
558
558
|
focused?: boolean;
|
|
559
559
|
disabled?: boolean;
|
|
560
|
-
pin?: import("
|
|
560
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
561
561
|
view?: string;
|
|
562
562
|
size?: string;
|
|
563
563
|
outlined?: boolean;
|
|
@@ -595,7 +595,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
595
595
|
square?: boolean;
|
|
596
596
|
focused?: boolean;
|
|
597
597
|
disabled?: boolean;
|
|
598
|
-
pin?: import("
|
|
598
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
599
599
|
view?: string;
|
|
600
600
|
size?: string;
|
|
601
601
|
outlined?: boolean;
|
|
@@ -637,7 +637,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
|
|
|
637
637
|
square?: boolean;
|
|
638
638
|
focused?: boolean;
|
|
639
639
|
disabled?: boolean;
|
|
640
|
-
pin?: import("
|
|
640
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
641
641
|
view?: string;
|
|
642
642
|
size?: string;
|
|
643
643
|
outlined?: boolean;
|
|
@@ -6,33 +6,33 @@ export declare const config: {
|
|
|
6
6
|
};
|
|
7
7
|
variations: {
|
|
8
8
|
view: {
|
|
9
|
-
default: import("
|
|
10
|
-
positive: import("
|
|
11
|
-
warning: import("
|
|
12
|
-
negative: import("
|
|
9
|
+
default: 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
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
size: {
|
|
15
|
-
l: import("
|
|
16
|
-
m: import("
|
|
17
|
-
s: import("
|
|
18
|
-
xs: import("
|
|
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
|
labelPlacement: {
|
|
21
|
-
inner: import("
|
|
22
|
-
outer: import("
|
|
21
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
23
|
};
|
|
24
24
|
hintView: {
|
|
25
|
-
default: import("
|
|
25
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
26
|
};
|
|
27
27
|
hintSize: {
|
|
28
|
-
m: import("
|
|
29
|
-
s: import("
|
|
28
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
disabled: {
|
|
32
|
-
true: import("
|
|
32
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
33
33
|
};
|
|
34
34
|
readOnly: {
|
|
35
|
-
true: import("
|
|
35
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
};
|