@salutejs/sdds-finportal 0.159.0-canary.1500.11703995241.0 → 0.159.0-canary.1536.11704107927.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +0 -3
- package/components/Badge/Badge.d.ts +0 -3
- 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 +0 -3
@@ -579,7 +579,6 @@ true: PolymorphicClassName;
|
|
579
579
|
text?: string | undefined;
|
580
580
|
contentLeft?: ReactNode;
|
581
581
|
contentRight?: ReactNode;
|
582
|
-
maxWidth?: string | undefined;
|
583
582
|
size?: string | undefined;
|
584
583
|
view?: string | undefined;
|
585
584
|
} & {
|
@@ -592,7 +591,6 @@ transparent?: false | undefined;
|
|
592
591
|
text?: string | undefined;
|
593
592
|
contentLeft?: ReactNode;
|
594
593
|
contentRight?: ReactNode;
|
595
|
-
maxWidth?: string | undefined;
|
596
594
|
size?: string | undefined;
|
597
595
|
view?: string | undefined;
|
598
596
|
} & {
|
@@ -605,7 +603,6 @@ clear?: false | undefined;
|
|
605
603
|
text?: string | undefined;
|
606
604
|
contentLeft?: ReactNode;
|
607
605
|
contentRight?: ReactNode;
|
608
|
-
maxWidth?: string | undefined;
|
609
606
|
size?: string | undefined;
|
610
607
|
view?: string | undefined;
|
611
608
|
} & {
|
@@ -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
|
} & {
|
@@ -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.159.0-canary.
|
3
|
+
"version": "0.159.0-canary.1536.11704107927.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.185.0-canary.
|
22
|
+
"@salutejs/plasma-new-hope": "0.185.0-canary.1536.11704107927.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": "2725c4779b452b52c2db76339a726bb2125dcf6e"
|
98
98
|
}
|
@@ -579,7 +579,6 @@ true: PolymorphicClassName;
|
|
579
579
|
text?: string | undefined;
|
580
580
|
contentLeft?: ReactNode;
|
581
581
|
contentRight?: ReactNode;
|
582
|
-
maxWidth?: string | undefined;
|
583
582
|
size?: string | undefined;
|
584
583
|
view?: string | undefined;
|
585
584
|
} & {
|
@@ -592,7 +591,6 @@ transparent?: false | undefined;
|
|
592
591
|
text?: string | undefined;
|
593
592
|
contentLeft?: ReactNode;
|
594
593
|
contentRight?: ReactNode;
|
595
|
-
maxWidth?: string | undefined;
|
596
594
|
size?: string | undefined;
|
597
595
|
view?: string | undefined;
|
598
596
|
} & {
|
@@ -605,7 +603,6 @@ clear?: false | undefined;
|
|
605
603
|
text?: string | undefined;
|
606
604
|
contentLeft?: ReactNode;
|
607
605
|
contentRight?: ReactNode;
|
608
|
-
maxWidth?: string | undefined;
|
609
606
|
size?: string | undefined;
|
610
607
|
view?: string | undefined;
|
611
608
|
} & {
|