@salutejs/sdds-dfa 0.161.0-canary.1500.11610401138.0 → 0.161.0-canary.1520.11610474283.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.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-dfa.api.md +2 -5
package/api/sdds-dfa.api.md
CHANGED
@@ -528,7 +528,6 @@ true: PolymorphicClassName;
|
|
528
528
|
text?: string | undefined;
|
529
529
|
contentLeft?: ReactNode;
|
530
530
|
contentRight?: ReactNode;
|
531
|
-
maxWidth?: string | undefined;
|
532
531
|
size?: string | undefined;
|
533
532
|
view?: string | undefined;
|
534
533
|
} & {
|
@@ -541,7 +540,6 @@ transparent?: false | undefined;
|
|
541
540
|
text?: string | undefined;
|
542
541
|
contentLeft?: ReactNode;
|
543
542
|
contentRight?: ReactNode;
|
544
|
-
maxWidth?: string | undefined;
|
545
543
|
size?: string | undefined;
|
546
544
|
view?: string | undefined;
|
547
545
|
} & {
|
@@ -554,7 +552,6 @@ clear?: false | undefined;
|
|
554
552
|
text?: string | undefined;
|
555
553
|
contentLeft?: ReactNode;
|
556
554
|
contentRight?: ReactNode;
|
557
|
-
maxWidth?: string | undefined;
|
558
555
|
size?: string | undefined;
|
559
556
|
view?: string | undefined;
|
560
557
|
} & {
|
@@ -3250,7 +3247,7 @@ accent: PolymorphicClassName;
|
|
3250
3247
|
chipView?: string | undefined;
|
3251
3248
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3252
3249
|
target?: "button-like" | undefined;
|
3253
|
-
view?: "default" | "
|
3250
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3254
3251
|
contentLeft?: undefined;
|
3255
3252
|
labelPlacement?: undefined;
|
3256
3253
|
placeholder?: undefined;
|
@@ -3288,7 +3285,7 @@ accent: PolymorphicClassName;
|
|
3288
3285
|
chipView?: string | undefined;
|
3289
3286
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3290
3287
|
target?: "button-like" | undefined;
|
3291
|
-
view?: "default" | "
|
3288
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3292
3289
|
contentLeft?: undefined;
|
3293
3290
|
labelPlacement?: undefined;
|
3294
3291
|
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-dfa",
|
3
|
-
"version": "0.161.0-canary.
|
3
|
+
"version": "0.161.0-canary.1520.11610474283.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.182.0-canary.
|
22
|
+
"@salutejs/plasma-new-hope": "0.182.0-canary.1520.11610474283.0",
|
23
23
|
"@salutejs/sdds-themes": "0.26.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Anton Vinogradov"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "5847d21dd38611151fb0dd5faaab53c646632296"
|
99
99
|
}
|
package/temp/sdds-dfa.api.md
CHANGED
@@ -528,7 +528,6 @@ true: PolymorphicClassName;
|
|
528
528
|
text?: string | undefined;
|
529
529
|
contentLeft?: ReactNode;
|
530
530
|
contentRight?: ReactNode;
|
531
|
-
maxWidth?: string | undefined;
|
532
531
|
size?: string | undefined;
|
533
532
|
view?: string | undefined;
|
534
533
|
} & {
|
@@ -541,7 +540,6 @@ transparent?: false | undefined;
|
|
541
540
|
text?: string | undefined;
|
542
541
|
contentLeft?: ReactNode;
|
543
542
|
contentRight?: ReactNode;
|
544
|
-
maxWidth?: string | undefined;
|
545
543
|
size?: string | undefined;
|
546
544
|
view?: string | undefined;
|
547
545
|
} & {
|
@@ -554,7 +552,6 @@ clear?: false | undefined;
|
|
554
552
|
text?: string | undefined;
|
555
553
|
contentLeft?: ReactNode;
|
556
554
|
contentRight?: ReactNode;
|
557
|
-
maxWidth?: string | undefined;
|
558
555
|
size?: string | undefined;
|
559
556
|
view?: string | undefined;
|
560
557
|
} & {
|
@@ -3250,7 +3247,7 @@ accent: PolymorphicClassName;
|
|
3250
3247
|
chipView?: string | undefined;
|
3251
3248
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3252
3249
|
target?: "button-like" | undefined;
|
3253
|
-
view?: "default" | "
|
3250
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3254
3251
|
contentLeft?: undefined;
|
3255
3252
|
labelPlacement?: undefined;
|
3256
3253
|
placeholder?: undefined;
|
@@ -3288,7 +3285,7 @@ accent: PolymorphicClassName;
|
|
3288
3285
|
chipView?: string | undefined;
|
3289
3286
|
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3290
3287
|
target?: "button-like" | undefined;
|
3291
|
-
view?: "default" | "
|
3288
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3292
3289
|
contentLeft?: undefined;
|
3293
3290
|
labelPlacement?: undefined;
|
3294
3291
|
placeholder?: undefined;
|