@salutejs/sdds-finportal 0.158.1-dev.0 → 0.159.0-canary.1500.11703995241.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +3 -0
- package/components/Badge/Badge.d.ts +3 -0
- 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/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 +5527 -0
@@ -579,6 +579,7 @@ true: PolymorphicClassName;
|
|
579
579
|
text?: string | undefined;
|
580
580
|
contentLeft?: ReactNode;
|
581
581
|
contentRight?: ReactNode;
|
582
|
+
maxWidth?: string | undefined;
|
582
583
|
size?: string | undefined;
|
583
584
|
view?: string | undefined;
|
584
585
|
} & {
|
@@ -591,6 +592,7 @@ transparent?: false | undefined;
|
|
591
592
|
text?: string | undefined;
|
592
593
|
contentLeft?: ReactNode;
|
593
594
|
contentRight?: ReactNode;
|
595
|
+
maxWidth?: string | undefined;
|
594
596
|
size?: string | undefined;
|
595
597
|
view?: string | undefined;
|
596
598
|
} & {
|
@@ -603,6 +605,7 @@ clear?: false | undefined;
|
|
603
605
|
text?: string | undefined;
|
604
606
|
contentLeft?: ReactNode;
|
605
607
|
contentRight?: ReactNode;
|
608
|
+
maxWidth?: string | undefined;
|
606
609
|
size?: string | undefined;
|
607
610
|
view?: string | undefined;
|
608
611
|
} & {
|
@@ -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
|
} & {
|
@@ -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/styled-components").BaseTabItemProps & {
|
27
30
|
orientation?: "horizontal" | undefined;
|
28
31
|
contentLeft?: React.ReactNode;
|
@@ -70,6 +73,9 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
|
|
70
73
|
disabled: {
|
71
74
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
72
75
|
};
|
76
|
+
truncate: {
|
77
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
78
|
+
};
|
73
79
|
}> & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
|
74
80
|
orientation: "vertical";
|
75
81
|
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, _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,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.159.0-canary.1500.11703995241.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.185.0-canary.1500.11703995241.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.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": "75c367516a81abc7a18b0bdbdb06a85e3d243dc6"
|
98
98
|
}
|