@salutejs/sdds-finportal 0.149.1-canary.1510.11572230988.0 → 0.150.0-canary.1500.11571505911.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +5 -4
- package/components/Badge/Badge.d.ts +3 -0
- package/components/Notification/Notification.d.ts +2 -3
- package/components/Notification/Notification.js +3 -5
- package/components/Select/Select.d.ts +2 -2
- package/components/Tabs/TabItem.d.ts +6 -0
- package/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +3 -0
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -1
- package/components/Tabs/vertical/VerticalTabItem.config.d.ts +3 -0
- package/components/Tabs/vertical/VerticalTabItem.config.js +4 -1
- package/es/components/Notification/Notification.js +4 -6
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -1
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +4 -1
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +5 -4
@@ -133,7 +133,6 @@ import { MouseEvent as MouseEvent_2 } from 'react';
|
|
133
133
|
import { MutableRefObject } from 'react';
|
134
134
|
import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
135
135
|
import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
|
136
|
-
import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
137
136
|
import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
|
138
137
|
import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
|
139
138
|
import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -568,6 +567,7 @@ true: PolymorphicClassName;
|
|
568
567
|
text?: string | undefined;
|
569
568
|
contentLeft?: ReactNode;
|
570
569
|
contentRight?: ReactNode;
|
570
|
+
maxWidth?: string | undefined;
|
571
571
|
size?: string | undefined;
|
572
572
|
view?: string | undefined;
|
573
573
|
} & {
|
@@ -580,6 +580,7 @@ transparent?: false | undefined;
|
|
580
580
|
text?: string | undefined;
|
581
581
|
contentLeft?: ReactNode;
|
582
582
|
contentRight?: ReactNode;
|
583
|
+
maxWidth?: string | undefined;
|
583
584
|
size?: string | undefined;
|
584
585
|
view?: string | undefined;
|
585
586
|
} & {
|
@@ -592,6 +593,7 @@ clear?: false | undefined;
|
|
592
593
|
text?: string | undefined;
|
593
594
|
contentLeft?: ReactNode;
|
594
595
|
contentRight?: ReactNode;
|
596
|
+
maxWidth?: string | undefined;
|
595
597
|
size?: string | undefined;
|
596
598
|
view?: string | undefined;
|
597
599
|
} & {
|
@@ -2905,7 +2907,6 @@ export { NotificationProps }
|
|
2905
2907
|
export const NotificationsProvider: React_2.FC<{
|
2906
2908
|
children: ReactNode;
|
2907
2909
|
frame?: string;
|
2908
|
-
placement?: NotificationPlacement;
|
2909
2910
|
}>;
|
2910
2911
|
|
2911
2912
|
export { Overlay }
|
@@ -3339,7 +3340,7 @@ accent: PolymorphicClassName;
|
|
3339
3340
|
chipView?: string | undefined;
|
3340
3341
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3341
3342
|
target?: "button-like" | undefined;
|
3342
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
3343
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
3343
3344
|
contentLeft?: undefined;
|
3344
3345
|
labelPlacement?: undefined;
|
3345
3346
|
placeholder?: undefined;
|
@@ -3377,7 +3378,7 @@ accent: PolymorphicClassName;
|
|
3377
3378
|
chipView?: string | undefined;
|
3378
3379
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3379
3380
|
target?: "button-like" | undefined;
|
3380
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
3381
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
3381
3382
|
contentLeft?: undefined;
|
3382
3383
|
labelPlacement?: undefined;
|
3383
3384
|
placeholder?: undefined;
|
@@ -31,6 +31,7 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
31
31
|
text?: string | undefined;
|
32
32
|
contentLeft?: import("react").ReactNode;
|
33
33
|
contentRight?: import("react").ReactNode;
|
34
|
+
maxWidth?: string | undefined;
|
34
35
|
size?: string | undefined;
|
35
36
|
view?: string | undefined;
|
36
37
|
} & {
|
@@ -43,6 +44,7 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
43
44
|
text?: string | undefined;
|
44
45
|
contentLeft?: import("react").ReactNode;
|
45
46
|
contentRight?: import("react").ReactNode;
|
47
|
+
maxWidth?: string | undefined;
|
46
48
|
size?: string | undefined;
|
47
49
|
view?: string | undefined;
|
48
50
|
} & {
|
@@ -55,6 +57,7 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
55
57
|
text?: string | undefined;
|
56
58
|
contentLeft?: import("react").ReactNode;
|
57
59
|
contentRight?: import("react").ReactNode;
|
60
|
+
maxWidth?: string | undefined;
|
58
61
|
size?: string | undefined;
|
59
62
|
view?: string | undefined;
|
60
63
|
} & {
|
@@ -1,11 +1,10 @@
|
|
1
1
|
import React, { ReactNode } from 'react';
|
2
|
-
import { NotificationProps, NotificationIconPlacement,
|
2
|
+
import { NotificationProps, NotificationIconPlacement, NotificationLayout, addNotification, closeNotification } from '@salutejs/plasma-new-hope/styled-components';
|
3
3
|
export { modalClasses } from '../Modal';
|
4
4
|
export declare const Notification: React.ForwardRefExoticComponent<NotificationProps & React.RefAttributes<HTMLDivElement>>;
|
5
5
|
export declare const NotificationsProvider: React.FC<{
|
6
6
|
children: ReactNode;
|
7
7
|
frame?: string;
|
8
|
-
placement?: NotificationPlacement;
|
9
8
|
}>;
|
10
|
-
export type { NotificationIconPlacement,
|
9
|
+
export type { NotificationIconPlacement, NotificationLayout, NotificationProps };
|
11
10
|
export { addNotification, closeNotification };
|
@@ -27,16 +27,14 @@ var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-c
|
|
27
27
|
var _Notification = /*#__PURE__*/require("./Notification.config");
|
28
28
|
var _Modal = /*#__PURE__*/require("../Modal");
|
29
29
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
30
|
-
var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.
|
30
|
+
var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.noticationConfig, _Notification.config);
|
31
31
|
var Notification = exports.Notification = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
|
32
32
|
var NotificationsProvider = exports.NotificationsProvider = function NotificationsProvider(_ref) {
|
33
33
|
var children = _ref.children,
|
34
34
|
_ref$frame = _ref.frame,
|
35
|
-
frame = _ref$frame === void 0 ? 'document' : _ref$frame
|
36
|
-
placement = _ref.placement;
|
35
|
+
frame = _ref$frame === void 0 ? 'document' : _ref$frame;
|
37
36
|
return /*#__PURE__*/_react["default"].createElement(_styledComponents.NotificationsProvider, {
|
38
37
|
config: mergedConfig,
|
39
|
-
frame: frame
|
40
|
-
placement: placement
|
38
|
+
frame: frame
|
41
39
|
}, children);
|
42
40
|
};
|
@@ -102,7 +102,7 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
102
102
|
chipView?: string | undefined;
|
103
103
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | ({
|
104
104
|
target?: "button-like" | undefined;
|
105
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
105
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
106
106
|
contentLeft?: undefined;
|
107
107
|
labelPlacement?: undefined;
|
108
108
|
placeholder?: undefined;
|
@@ -140,7 +140,7 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
140
140
|
chipView?: string | undefined;
|
141
141
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | ({
|
142
142
|
target?: "button-like" | undefined;
|
143
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
143
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
144
144
|
contentLeft?: undefined;
|
145
145
|
labelPlacement?: undefined;
|
146
146
|
placeholder?: undefined;
|
@@ -23,6 +23,9 @@ declare const HorizontalTabItem: React.FunctionComponent<import("@salutejs/plasm
|
|
23
23
|
pilled: {
|
24
24
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
25
25
|
};
|
26
|
+
truncate: {
|
27
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
28
|
+
};
|
26
29
|
}> & ((import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
27
30
|
orientation?: "horizontal" | undefined;
|
28
31
|
pilled?: boolean | undefined;
|
@@ -57,6 +60,9 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
|
|
57
60
|
disabled: {
|
58
61
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
59
62
|
};
|
63
|
+
truncate: {
|
64
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
65
|
+
};
|
60
66
|
}> & ((import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
61
67
|
orientation: "vertical";
|
62
68
|
view?: string | undefined;
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
|
8
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
|
9
9
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
10
|
var config = exports.config = {
|
11
11
|
defaults: {
|
@@ -35,6 +35,9 @@ var config = exports.config = {
|
|
35
35
|
},
|
36
36
|
pilled: {
|
37
37
|
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n "])), _styledComponents.tabsTokens.itemPilledBorderRadius)
|
38
|
+
},
|
39
|
+
truncate: {
|
40
|
+
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
38
41
|
}
|
39
42
|
}
|
40
43
|
};
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
8
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
9
9
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
10
|
var config = exports.config = {
|
11
11
|
defaults: {
|
@@ -24,6 +24,9 @@ var config = exports.config = {
|
|
24
24
|
},
|
25
25
|
disabled: {
|
26
26
|
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), _styledComponents.tabsTokens.disabledOpacity)
|
27
|
+
},
|
28
|
+
truncate: {
|
29
|
+
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
27
30
|
}
|
28
31
|
}
|
29
32
|
};
|
@@ -1,18 +1,16 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import { component, mergeConfig,
|
2
|
+
import { component, mergeConfig, noticationConfig, NotificationsProvider as Provider, addNotification, closeNotification } from '@salutejs/plasma-new-hope/styled-components';
|
3
3
|
import { config } from './Notification.config';
|
4
4
|
export { modalClasses } from '../Modal';
|
5
|
-
var mergedConfig = /*#__PURE__*/mergeConfig(
|
5
|
+
var mergedConfig = /*#__PURE__*/mergeConfig(noticationConfig, config);
|
6
6
|
export var Notification = /*#__PURE__*/component(mergedConfig);
|
7
7
|
export var NotificationsProvider = function NotificationsProvider(_ref) {
|
8
8
|
var children = _ref.children,
|
9
9
|
_ref$frame = _ref.frame,
|
10
|
-
frame = _ref$frame === void 0 ? 'document' : _ref$frame
|
11
|
-
placement = _ref.placement;
|
10
|
+
frame = _ref$frame === void 0 ? 'document' : _ref$frame;
|
12
11
|
return /*#__PURE__*/React.createElement(Provider, {
|
13
12
|
config: mergedConfig,
|
14
|
-
frame: frame
|
15
|
-
placement: placement
|
13
|
+
frame: frame
|
16
14
|
}, children);
|
17
15
|
};
|
18
16
|
export { addNotification, closeNotification };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css, tabsTokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
4
|
export var config = {
|
@@ -29,6 +29,9 @@ export var config = {
|
|
29
29
|
},
|
30
30
|
pilled: {
|
31
31
|
"true": /*#__PURE__*/css(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n "])), tabsTokens.itemPilledBorderRadius)
|
32
|
+
},
|
33
|
+
truncate: {
|
34
|
+
"true": /*#__PURE__*/css(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
32
35
|
}
|
33
36
|
}
|
34
37
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css, tabsTokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
4
|
export var config = {
|
@@ -18,6 +18,9 @@ export var config = {
|
|
18
18
|
},
|
19
19
|
disabled: {
|
20
20
|
"true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), tabsTokens.disabledOpacity)
|
21
|
+
},
|
22
|
+
truncate: {
|
23
|
+
"true": /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
21
24
|
}
|
22
25
|
}
|
23
26
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.150.0-canary.1500.11571505911.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.
|
22
|
+
"@salutejs/plasma-new-hope": "0.177.0-canary.1500.11571505911.0",
|
23
23
|
"@salutejs/sdds-themes": "0.25.0-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "4e80c404c794392f320c8c778a1c76ee01cb6fb6"
|
98
98
|
}
|
@@ -133,7 +133,6 @@ import { MouseEvent as MouseEvent_2 } from 'react';
|
|
133
133
|
import { MutableRefObject } from 'react';
|
134
134
|
import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
135
135
|
import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
|
136
|
-
import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
137
136
|
import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
|
138
137
|
import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
|
139
138
|
import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -568,6 +567,7 @@ true: PolymorphicClassName;
|
|
568
567
|
text?: string | undefined;
|
569
568
|
contentLeft?: ReactNode;
|
570
569
|
contentRight?: ReactNode;
|
570
|
+
maxWidth?: string | undefined;
|
571
571
|
size?: string | undefined;
|
572
572
|
view?: string | undefined;
|
573
573
|
} & {
|
@@ -580,6 +580,7 @@ transparent?: false | undefined;
|
|
580
580
|
text?: string | undefined;
|
581
581
|
contentLeft?: ReactNode;
|
582
582
|
contentRight?: ReactNode;
|
583
|
+
maxWidth?: string | undefined;
|
583
584
|
size?: string | undefined;
|
584
585
|
view?: string | undefined;
|
585
586
|
} & {
|
@@ -592,6 +593,7 @@ clear?: false | undefined;
|
|
592
593
|
text?: string | undefined;
|
593
594
|
contentLeft?: ReactNode;
|
594
595
|
contentRight?: ReactNode;
|
596
|
+
maxWidth?: string | undefined;
|
595
597
|
size?: string | undefined;
|
596
598
|
view?: string | undefined;
|
597
599
|
} & {
|
@@ -2905,7 +2907,6 @@ export { NotificationProps }
|
|
2905
2907
|
export const NotificationsProvider: React_2.FC<{
|
2906
2908
|
children: ReactNode;
|
2907
2909
|
frame?: string;
|
2908
|
-
placement?: NotificationPlacement;
|
2909
2910
|
}>;
|
2910
2911
|
|
2911
2912
|
export { Overlay }
|
@@ -3339,7 +3340,7 @@ accent: PolymorphicClassName;
|
|
3339
3340
|
chipView?: string | undefined;
|
3340
3341
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3341
3342
|
target?: "button-like" | undefined;
|
3342
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
3343
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
3343
3344
|
contentLeft?: undefined;
|
3344
3345
|
labelPlacement?: undefined;
|
3345
3346
|
placeholder?: undefined;
|
@@ -3377,7 +3378,7 @@ accent: PolymorphicClassName;
|
|
3377
3378
|
chipView?: string | undefined;
|
3378
3379
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3379
3380
|
target?: "button-like" | undefined;
|
3380
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "
|
3381
|
+
view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
|
3381
3382
|
contentLeft?: undefined;
|
3382
3383
|
labelPlacement?: undefined;
|
3383
3384
|
placeholder?: undefined;
|