@salutejs/sdds-finportal 0.152.0-canary.1500.11582881437.0 → 0.152.0-canary.1519.11587412765.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +2 -5
- package/components/Badge/Badge.d.ts +0 -3
- package/components/Select/Select.d.ts +2 -2
- package/components/Tabs/TabItem.d.ts +0 -6
- package/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +0 -3
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -4
- package/components/Tabs/vertical/VerticalTabItem.config.d.ts +0 -3
- package/components/Tabs/vertical/VerticalTabItem.config.js +1 -4
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -4
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -4
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +2 -5
@@ -569,7 +569,6 @@ true: PolymorphicClassName;
|
|
569
569
|
text?: string | undefined;
|
570
570
|
contentLeft?: ReactNode;
|
571
571
|
contentRight?: ReactNode;
|
572
|
-
maxWidth?: string | undefined;
|
573
572
|
size?: string | undefined;
|
574
573
|
view?: string | undefined;
|
575
574
|
} & {
|
@@ -582,7 +581,6 @@ transparent?: false | undefined;
|
|
582
581
|
text?: string | undefined;
|
583
582
|
contentLeft?: ReactNode;
|
584
583
|
contentRight?: ReactNode;
|
585
|
-
maxWidth?: string | undefined;
|
586
584
|
size?: string | undefined;
|
587
585
|
view?: string | undefined;
|
588
586
|
} & {
|
@@ -595,7 +593,6 @@ clear?: false | undefined;
|
|
595
593
|
text?: string | undefined;
|
596
594
|
contentLeft?: ReactNode;
|
597
595
|
contentRight?: ReactNode;
|
598
|
-
maxWidth?: string | undefined;
|
599
596
|
size?: string | undefined;
|
600
597
|
view?: string | undefined;
|
601
598
|
} & {
|
@@ -3343,7 +3340,7 @@ accent: PolymorphicClassName;
|
|
3343
3340
|
chipView?: string | undefined;
|
3344
3341
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3345
3342
|
target?: "button-like" | undefined;
|
3346
|
-
view?: "default" | "
|
3343
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3347
3344
|
contentLeft?: undefined;
|
3348
3345
|
labelPlacement?: undefined;
|
3349
3346
|
placeholder?: undefined;
|
@@ -3381,7 +3378,7 @@ accent: PolymorphicClassName;
|
|
3381
3378
|
chipView?: string | undefined;
|
3382
3379
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3383
3380
|
target?: "button-like" | undefined;
|
3384
|
-
view?: "default" | "
|
3381
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3385
3382
|
contentLeft?: undefined;
|
3386
3383
|
labelPlacement?: undefined;
|
3387
3384
|
placeholder?: undefined;
|
@@ -31,7 +31,6 @@ 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;
|
35
34
|
size?: string | undefined;
|
36
35
|
view?: string | undefined;
|
37
36
|
} & {
|
@@ -44,7 +43,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
44
43
|
text?: string | undefined;
|
45
44
|
contentLeft?: import("react").ReactNode;
|
46
45
|
contentRight?: import("react").ReactNode;
|
47
|
-
maxWidth?: string | undefined;
|
48
46
|
size?: string | undefined;
|
49
47
|
view?: string | undefined;
|
50
48
|
} & {
|
@@ -57,7 +55,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
57
55
|
text?: string | undefined;
|
58
56
|
contentLeft?: import("react").ReactNode;
|
59
57
|
contentRight?: import("react").ReactNode;
|
60
|
-
maxWidth?: string | undefined;
|
61
58
|
size?: string | undefined;
|
62
59
|
view?: string | undefined;
|
63
60
|
} & {
|
@@ -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" | "
|
105
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "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" | "
|
143
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
144
144
|
contentLeft?: undefined;
|
145
145
|
labelPlacement?: undefined;
|
146
146
|
placeholder?: undefined;
|
@@ -23,9 +23,6 @@ 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
|
-
};
|
29
26
|
}> & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
|
30
27
|
orientation?: "horizontal" | undefined;
|
31
28
|
contentLeft?: React.ReactNode;
|
@@ -73,9 +70,6 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
|
|
73
70
|
disabled: {
|
74
71
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
75
72
|
};
|
76
|
-
truncate: {
|
77
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
78
|
-
};
|
79
73
|
}> & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
|
80
74
|
orientation: "vertical";
|
81
75
|
contentLeft?: React.ReactNode;
|
@@ -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;
|
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,9 +35,6 @@ 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([""])))
|
41
38
|
}
|
42
39
|
}
|
43
40
|
};
|
@@ -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;
|
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,9 +24,6 @@ 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([""])))
|
30
27
|
}
|
31
28
|
}
|
32
29
|
};
|
@@ -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;
|
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,9 +29,6 @@ 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([""])))
|
35
32
|
}
|
36
33
|
}
|
37
34
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
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,9 +18,6 @@ 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([""])))
|
24
21
|
}
|
25
22
|
}
|
26
23
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.152.0-canary.
|
3
|
+
"version": "0.152.0-canary.1519.11587412765.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.179.0-canary.
|
22
|
+
"@salutejs/plasma-new-hope": "0.179.0-canary.1519.11587412765.0",
|
23
23
|
"@salutejs/sdds-themes": "0.25.1-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": "3e67d93b74cdf772230918147595aaf49bbf1710"
|
98
98
|
}
|
@@ -569,7 +569,6 @@ true: PolymorphicClassName;
|
|
569
569
|
text?: string | undefined;
|
570
570
|
contentLeft?: ReactNode;
|
571
571
|
contentRight?: ReactNode;
|
572
|
-
maxWidth?: string | undefined;
|
573
572
|
size?: string | undefined;
|
574
573
|
view?: string | undefined;
|
575
574
|
} & {
|
@@ -582,7 +581,6 @@ transparent?: false | undefined;
|
|
582
581
|
text?: string | undefined;
|
583
582
|
contentLeft?: ReactNode;
|
584
583
|
contentRight?: ReactNode;
|
585
|
-
maxWidth?: string | undefined;
|
586
584
|
size?: string | undefined;
|
587
585
|
view?: string | undefined;
|
588
586
|
} & {
|
@@ -595,7 +593,6 @@ clear?: false | undefined;
|
|
595
593
|
text?: string | undefined;
|
596
594
|
contentLeft?: ReactNode;
|
597
595
|
contentRight?: ReactNode;
|
598
|
-
maxWidth?: string | undefined;
|
599
596
|
size?: string | undefined;
|
600
597
|
view?: string | undefined;
|
601
598
|
} & {
|
@@ -3343,7 +3340,7 @@ accent: PolymorphicClassName;
|
|
3343
3340
|
chipView?: string | undefined;
|
3344
3341
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3345
3342
|
target?: "button-like" | undefined;
|
3346
|
-
view?: "default" | "
|
3343
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3347
3344
|
contentLeft?: undefined;
|
3348
3345
|
labelPlacement?: undefined;
|
3349
3346
|
placeholder?: undefined;
|
@@ -3381,7 +3378,7 @@ accent: PolymorphicClassName;
|
|
3381
3378
|
chipView?: string | undefined;
|
3382
3379
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3383
3380
|
target?: "button-like" | undefined;
|
3384
|
-
view?: "default" | "
|
3381
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3385
3382
|
contentLeft?: undefined;
|
3386
3383
|
labelPlacement?: undefined;
|
3387
3384
|
placeholder?: undefined;
|