@salutejs/sdds-cs 0.228.0-canary.1696.12706339837.0 → 0.228.0-canary.1696.12711678920.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-cs.api.md +1 -57
- package/components/Avatar/Avatar.d.ts +2 -114
- package/package.json +3 -3
package/api/sdds-cs.api.md
CHANGED
@@ -783,40 +783,12 @@ type?: "badge" | "counter" | undefined;
|
|
783
783
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
784
784
|
} & {
|
785
785
|
badgeView?: string | undefined;
|
786
|
+
pilled?: boolean | undefined;
|
786
787
|
text?: string | undefined;
|
787
788
|
customColor?: string | undefined;
|
788
789
|
customBackgroundColor?: string | undefined;
|
789
790
|
contentLeft?: ReactNode;
|
790
791
|
contentRight?: ReactNode;
|
791
|
-
clear?: true | undefined;
|
792
|
-
pilled?: undefined;
|
793
|
-
transparent?: undefined;
|
794
|
-
} & {
|
795
|
-
counterView?: undefined;
|
796
|
-
count?: undefined;
|
797
|
-
maxCount?: undefined;
|
798
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
799
|
-
size?: string | undefined;
|
800
|
-
name?: string | undefined;
|
801
|
-
url?: string | undefined;
|
802
|
-
customText?: string | undefined;
|
803
|
-
status?: "active" | "inactive" | undefined;
|
804
|
-
isScalable?: boolean | undefined;
|
805
|
-
focused?: boolean | undefined;
|
806
|
-
statusLabels?: StatusLabels | undefined;
|
807
|
-
hasExtra?: boolean | undefined;
|
808
|
-
type?: "badge" | "counter" | undefined;
|
809
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
810
|
-
} & {
|
811
|
-
badgeView?: string | undefined;
|
812
|
-
text?: string | undefined;
|
813
|
-
customColor?: string | undefined;
|
814
|
-
customBackgroundColor?: string | undefined;
|
815
|
-
contentLeft?: ReactNode;
|
816
|
-
contentRight?: ReactNode;
|
817
|
-
pilled?: boolean | undefined;
|
818
|
-
transparent?: boolean | undefined;
|
819
|
-
clear?: undefined;
|
820
792
|
} & {
|
821
793
|
counterView?: undefined;
|
822
794
|
count?: undefined;
|
@@ -839,40 +811,12 @@ count?: number | undefined;
|
|
839
811
|
maxCount?: number | undefined;
|
840
812
|
} & {
|
841
813
|
badgeView?: undefined;
|
842
|
-
text?: undefined;
|
843
|
-
customColor?: undefined;
|
844
|
-
customBackgroundColor?: undefined;
|
845
|
-
contentLeft?: undefined;
|
846
|
-
contentRight?: undefined;
|
847
|
-
clear?: undefined;
|
848
814
|
pilled?: undefined;
|
849
|
-
transparent?: undefined;
|
850
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
851
|
-
size?: string | undefined;
|
852
|
-
name?: string | undefined;
|
853
|
-
url?: string | undefined;
|
854
|
-
customText?: string | undefined;
|
855
|
-
status?: "active" | "inactive" | undefined;
|
856
|
-
isScalable?: boolean | undefined;
|
857
|
-
focused?: boolean | undefined;
|
858
|
-
statusLabels?: StatusLabels | undefined;
|
859
|
-
hasExtra?: boolean | undefined;
|
860
|
-
type?: "badge" | "counter" | undefined;
|
861
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
862
|
-
} & {
|
863
|
-
counterView?: string | undefined;
|
864
|
-
count?: number | undefined;
|
865
|
-
maxCount?: number | undefined;
|
866
|
-
} & {
|
867
|
-
badgeView?: undefined;
|
868
815
|
text?: undefined;
|
869
816
|
customColor?: undefined;
|
870
817
|
customBackgroundColor?: undefined;
|
871
818
|
contentLeft?: undefined;
|
872
819
|
contentRight?: undefined;
|
873
|
-
pilled?: undefined;
|
874
|
-
transparent?: undefined;
|
875
|
-
clear?: undefined;
|
876
820
|
} & RefAttributes<HTMLDivElement>))>;
|
877
821
|
|
878
822
|
// @public (undocumented)
|
@@ -37,40 +37,12 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
37
37
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
38
38
|
} & {
|
39
39
|
badgeView?: string | undefined;
|
40
|
+
pilled?: boolean | undefined;
|
40
41
|
text?: string | undefined;
|
41
42
|
customColor?: string | undefined;
|
42
43
|
customBackgroundColor?: string | undefined;
|
43
44
|
contentLeft?: import("react").ReactNode;
|
44
45
|
contentRight?: import("react").ReactNode;
|
45
|
-
clear?: true | undefined;
|
46
|
-
pilled?: undefined;
|
47
|
-
transparent?: undefined;
|
48
|
-
} & {
|
49
|
-
counterView?: undefined;
|
50
|
-
count?: undefined;
|
51
|
-
maxCount?: undefined;
|
52
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
53
|
-
size?: string | undefined;
|
54
|
-
name?: string | undefined;
|
55
|
-
url?: string | undefined;
|
56
|
-
customText?: string | undefined;
|
57
|
-
status?: "active" | "inactive" | undefined;
|
58
|
-
isScalable?: boolean | undefined;
|
59
|
-
focused?: boolean | undefined;
|
60
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
61
|
-
hasExtra?: boolean | undefined;
|
62
|
-
type?: "badge" | "counter" | undefined;
|
63
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
64
|
-
} & {
|
65
|
-
badgeView?: string | undefined;
|
66
|
-
text?: string | undefined;
|
67
|
-
customColor?: string | undefined;
|
68
|
-
customBackgroundColor?: string | undefined;
|
69
|
-
contentLeft?: import("react").ReactNode;
|
70
|
-
contentRight?: import("react").ReactNode;
|
71
|
-
pilled?: boolean | undefined;
|
72
|
-
transparent?: boolean | undefined;
|
73
|
-
clear?: undefined;
|
74
46
|
} & {
|
75
47
|
counterView?: undefined;
|
76
48
|
count?: undefined;
|
@@ -93,40 +65,12 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
93
65
|
maxCount?: number | undefined;
|
94
66
|
} & {
|
95
67
|
badgeView?: undefined;
|
96
|
-
text?: undefined;
|
97
|
-
customColor?: undefined;
|
98
|
-
customBackgroundColor?: undefined;
|
99
|
-
contentLeft?: undefined;
|
100
|
-
contentRight?: undefined;
|
101
|
-
clear?: undefined;
|
102
68
|
pilled?: undefined;
|
103
|
-
transparent?: undefined;
|
104
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
105
|
-
size?: string | undefined;
|
106
|
-
name?: string | undefined;
|
107
|
-
url?: string | undefined;
|
108
|
-
customText?: string | undefined;
|
109
|
-
status?: "active" | "inactive" | undefined;
|
110
|
-
isScalable?: boolean | undefined;
|
111
|
-
focused?: boolean | undefined;
|
112
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
113
|
-
hasExtra?: boolean | undefined;
|
114
|
-
type?: "badge" | "counter" | undefined;
|
115
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
116
|
-
} & {
|
117
|
-
counterView?: string | undefined;
|
118
|
-
count?: number | undefined;
|
119
|
-
maxCount?: number | undefined;
|
120
|
-
} & {
|
121
|
-
badgeView?: undefined;
|
122
69
|
text?: undefined;
|
123
70
|
customColor?: undefined;
|
124
71
|
customBackgroundColor?: undefined;
|
125
72
|
contentLeft?: undefined;
|
126
73
|
contentRight?: undefined;
|
127
|
-
pilled?: undefined;
|
128
|
-
transparent?: undefined;
|
129
|
-
clear?: undefined;
|
130
74
|
} & import("react").RefAttributes<HTMLDivElement>)>;
|
131
75
|
declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
132
76
|
view: {
|
@@ -154,40 +98,12 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
154
98
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
155
99
|
} & {
|
156
100
|
badgeView?: string | undefined;
|
101
|
+
pilled?: boolean | undefined;
|
157
102
|
text?: string | undefined;
|
158
103
|
customColor?: string | undefined;
|
159
104
|
customBackgroundColor?: string | undefined;
|
160
105
|
contentLeft?: import("react").ReactNode;
|
161
106
|
contentRight?: import("react").ReactNode;
|
162
|
-
clear?: true | undefined;
|
163
|
-
pilled?: undefined;
|
164
|
-
transparent?: undefined;
|
165
|
-
} & {
|
166
|
-
counterView?: undefined;
|
167
|
-
count?: undefined;
|
168
|
-
maxCount?: undefined;
|
169
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
170
|
-
size?: string | undefined;
|
171
|
-
name?: string | undefined;
|
172
|
-
url?: string | undefined;
|
173
|
-
customText?: string | undefined;
|
174
|
-
status?: "active" | "inactive" | undefined;
|
175
|
-
isScalable?: boolean | undefined;
|
176
|
-
focused?: boolean | undefined;
|
177
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
178
|
-
hasExtra?: boolean | undefined;
|
179
|
-
type?: "badge" | "counter" | undefined;
|
180
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
181
|
-
} & {
|
182
|
-
badgeView?: string | undefined;
|
183
|
-
text?: string | undefined;
|
184
|
-
customColor?: string | undefined;
|
185
|
-
customBackgroundColor?: string | undefined;
|
186
|
-
contentLeft?: import("react").ReactNode;
|
187
|
-
contentRight?: import("react").ReactNode;
|
188
|
-
pilled?: boolean | undefined;
|
189
|
-
transparent?: boolean | undefined;
|
190
|
-
clear?: undefined;
|
191
107
|
} & {
|
192
108
|
counterView?: undefined;
|
193
109
|
count?: undefined;
|
@@ -210,39 +126,11 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
210
126
|
maxCount?: number | undefined;
|
211
127
|
} & {
|
212
128
|
badgeView?: undefined;
|
213
|
-
text?: undefined;
|
214
|
-
customColor?: undefined;
|
215
|
-
customBackgroundColor?: undefined;
|
216
|
-
contentLeft?: undefined;
|
217
|
-
contentRight?: undefined;
|
218
|
-
clear?: undefined;
|
219
129
|
pilled?: undefined;
|
220
|
-
transparent?: undefined;
|
221
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
222
|
-
size?: string | undefined;
|
223
|
-
name?: string | undefined;
|
224
|
-
url?: string | undefined;
|
225
|
-
customText?: string | undefined;
|
226
|
-
status?: "active" | "inactive" | undefined;
|
227
|
-
isScalable?: boolean | undefined;
|
228
|
-
focused?: boolean | undefined;
|
229
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
230
|
-
hasExtra?: boolean | undefined;
|
231
|
-
type?: "badge" | "counter" | undefined;
|
232
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
233
|
-
} & {
|
234
|
-
counterView?: string | undefined;
|
235
|
-
count?: number | undefined;
|
236
|
-
maxCount?: number | undefined;
|
237
|
-
} & {
|
238
|
-
badgeView?: undefined;
|
239
130
|
text?: undefined;
|
240
131
|
customColor?: undefined;
|
241
132
|
customBackgroundColor?: undefined;
|
242
133
|
contentLeft?: undefined;
|
243
134
|
contentRight?: undefined;
|
244
|
-
pilled?: undefined;
|
245
|
-
transparent?: undefined;
|
246
|
-
clear?: undefined;
|
247
135
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
248
136
|
export { Avatar, mergedConfig };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.228.0-canary.1696.
|
3
|
+
"version": "0.228.0-canary.1696.12711678920.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"directory": "packages/sdds-cs"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@salutejs/plasma-new-hope": "0.239.0-canary.1696.
|
55
|
+
"@salutejs/plasma-new-hope": "0.239.0-canary.1696.12711678920.0",
|
56
56
|
"@salutejs/sdds-themes": "0.31.0"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
@@ -144,5 +144,5 @@
|
|
144
144
|
"Anton Vinogradov"
|
145
145
|
],
|
146
146
|
"sideEffects": false,
|
147
|
-
"gitHead": "
|
147
|
+
"gitHead": "79465aa968c16930ab25c6c4f4c2cdecac1ed813"
|
148
148
|
}
|