@salutejs/sdds-dfa 0.164.1-canary.1535.11702289511.0 → 0.165.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-dfa.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-dfa.api.md +3 -0
package/api/sdds-dfa.api.md
CHANGED
@@ -538,6 +538,7 @@ true: PolymorphicClassName;
|
|
538
538
|
text?: string | undefined;
|
539
539
|
contentLeft?: ReactNode;
|
540
540
|
contentRight?: ReactNode;
|
541
|
+
maxWidth?: string | undefined;
|
541
542
|
size?: string | undefined;
|
542
543
|
view?: string | undefined;
|
543
544
|
} & {
|
@@ -550,6 +551,7 @@ transparent?: false | undefined;
|
|
550
551
|
text?: string | undefined;
|
551
552
|
contentLeft?: ReactNode;
|
552
553
|
contentRight?: ReactNode;
|
554
|
+
maxWidth?: string | undefined;
|
553
555
|
size?: string | undefined;
|
554
556
|
view?: string | undefined;
|
555
557
|
} & {
|
@@ -562,6 +564,7 @@ clear?: false | undefined;
|
|
562
564
|
text?: string | undefined;
|
563
565
|
contentLeft?: ReactNode;
|
564
566
|
contentRight?: ReactNode;
|
567
|
+
maxWidth?: string | undefined;
|
565
568
|
size?: string | undefined;
|
566
569
|
view?: string | undefined;
|
567
570
|
} & {
|
@@ -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-dfa",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.165.0-canary.1500.11703995241.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA 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-dfa"
|
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": {
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Anton Vinogradov"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "75c367516a81abc7a18b0bdbdb06a85e3d243dc6"
|
99
99
|
}
|
package/temp/sdds-dfa.api.md
CHANGED
@@ -538,6 +538,7 @@ true: PolymorphicClassName;
|
|
538
538
|
text?: string | undefined;
|
539
539
|
contentLeft?: ReactNode;
|
540
540
|
contentRight?: ReactNode;
|
541
|
+
maxWidth?: string | undefined;
|
541
542
|
size?: string | undefined;
|
542
543
|
view?: string | undefined;
|
543
544
|
} & {
|
@@ -550,6 +551,7 @@ transparent?: false | undefined;
|
|
550
551
|
text?: string | undefined;
|
551
552
|
contentLeft?: ReactNode;
|
552
553
|
contentRight?: ReactNode;
|
554
|
+
maxWidth?: string | undefined;
|
553
555
|
size?: string | undefined;
|
554
556
|
view?: string | undefined;
|
555
557
|
} & {
|
@@ -562,6 +564,7 @@ clear?: false | undefined;
|
|
562
564
|
text?: string | undefined;
|
563
565
|
contentLeft?: ReactNode;
|
564
566
|
contentRight?: ReactNode;
|
567
|
+
maxWidth?: string | undefined;
|
565
568
|
size?: string | undefined;
|
566
569
|
view?: string | undefined;
|
567
570
|
} & {
|