@ironsource/shared-ui 2.1.6-rc.32 → 2.1.6-rc.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_a9f31e34_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_69abfd4a_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.d.ts +7 -7
- package/components/button/v4/IconButtonV4.vue.d.ts +4 -4
- package/components/button/v4/index.d.ts +61 -61
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +9 -9
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +20 -20
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +6 -6
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +41 -40
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
- package/components/dropdown/v4/DropdownV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +42 -39
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +52 -52
- package/components/emptyState/v3/EmptyState.vue.d.ts +2 -2
- package/components/emptyState/v3/index.d.ts +47 -47
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
- package/components/emptyState/v4/index.d.ts +7 -7
- package/components/icon/v4/Icon.types.d.ts +1 -1
- package/components/icon/v4/IconV4.vue.d.ts +16 -6
- package/components/icon/v4/IconV4.vue.js +3 -3
- package/components/icon/v4/IconV4.vue2.js +36 -33
- package/components/icon/v4/index.d.ts +53 -15
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +20 -20
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/design-foundation.stories/icons/iconsData.d.ts +5 -1
- package/index.d.ts +407 -331
- package/package.json +1 -1
- package/utils/text.d.ts +1 -0
- package/utils/text.js +9 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c700276e_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_1df23c31_lang.css +0 -1
|
@@ -18,15 +18,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
18
18
|
actionButtons: (Partial<{
|
|
19
19
|
variant: "text" | "contained" | "outlined";
|
|
20
20
|
disabled: boolean;
|
|
21
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
22
21
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
22
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
23
23
|
content: string;
|
|
24
24
|
loading: boolean;
|
|
25
25
|
testId: string;
|
|
26
26
|
startIconName: string;
|
|
27
27
|
endIconName: string;
|
|
28
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
29
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
28
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
29
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
30
30
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
variant: {
|
|
32
32
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
@@ -36,14 +36,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
36
36
|
type: import("vue").PropType<boolean>;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
-
size: {
|
|
40
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
39
|
color: {
|
|
44
40
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
45
41
|
default: string;
|
|
46
42
|
};
|
|
43
|
+
size: {
|
|
44
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
47
|
content: {
|
|
48
48
|
type: import("vue").PropType<string>;
|
|
49
49
|
default: string;
|
|
@@ -65,14 +65,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
65
65
|
default: any;
|
|
66
66
|
};
|
|
67
67
|
startIconType: {
|
|
68
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
68
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
endIconType: {
|
|
72
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
72
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "
|
|
75
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
|
|
76
76
|
testId: string;
|
|
77
77
|
}>, {
|
|
78
78
|
type: string;
|
|
@@ -103,15 +103,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
103
103
|
actionButtons: (Partial<{
|
|
104
104
|
variant: "text" | "contained" | "outlined";
|
|
105
105
|
disabled: boolean;
|
|
106
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
107
106
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
107
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
108
108
|
content: string;
|
|
109
109
|
loading: boolean;
|
|
110
110
|
testId: string;
|
|
111
111
|
startIconName: string;
|
|
112
112
|
endIconName: string;
|
|
113
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
114
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
113
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
114
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
115
115
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
116
116
|
variant: {
|
|
117
117
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
@@ -121,14 +121,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
121
121
|
type: import("vue").PropType<boolean>;
|
|
122
122
|
default: boolean;
|
|
123
123
|
};
|
|
124
|
-
size: {
|
|
125
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
126
|
-
default: string;
|
|
127
|
-
};
|
|
128
124
|
color: {
|
|
129
125
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
130
126
|
default: string;
|
|
131
127
|
};
|
|
128
|
+
size: {
|
|
129
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
132
|
content: {
|
|
133
133
|
type: import("vue").PropType<string>;
|
|
134
134
|
default: string;
|
|
@@ -150,14 +150,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
150
150
|
default: any;
|
|
151
151
|
};
|
|
152
152
|
startIconType: {
|
|
153
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
153
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
154
154
|
default: string;
|
|
155
155
|
};
|
|
156
156
|
endIconType: {
|
|
157
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
157
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
158
158
|
default: string;
|
|
159
159
|
};
|
|
160
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "
|
|
160
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
|
|
161
161
|
testId: string;
|
|
162
162
|
}>, {
|
|
163
163
|
type: string;
|
|
@@ -58,8 +58,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
58
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
59
59
|
}, {
|
|
60
60
|
text: string;
|
|
61
|
-
size: "small" | "medium";
|
|
62
61
|
color: "primary" | "test";
|
|
62
|
+
size: "small" | "medium";
|
|
63
63
|
testId: string;
|
|
64
64
|
isLoading: boolean;
|
|
65
65
|
hoverHelpText: string;
|
|
@@ -4,8 +4,8 @@ declare const ToggleTypes: () => ({
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
6
|
text: string;
|
|
7
|
-
size: "small" | "medium";
|
|
8
7
|
color: "primary" | "test";
|
|
8
|
+
size: "small" | "medium";
|
|
9
9
|
testId: string;
|
|
10
10
|
isLoading: boolean;
|
|
11
11
|
hoverHelpText: string;
|
|
@@ -20,14 +20,14 @@ declare const ToggleTypes: () => ({
|
|
|
20
20
|
type: import("vue").PropType<string>;
|
|
21
21
|
default: any;
|
|
22
22
|
};
|
|
23
|
-
size: {
|
|
24
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
23
|
color: {
|
|
28
24
|
type: import("vue").PropType<"primary" | "test">;
|
|
29
25
|
default: string;
|
|
30
26
|
};
|
|
27
|
+
size: {
|
|
28
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
31
|
testId: {
|
|
32
32
|
type: import("vue").PropType<string>;
|
|
33
33
|
default: string;
|
|
@@ -70,7 +70,7 @@ declare const ToggleTypes: () => ({
|
|
|
70
70
|
};
|
|
71
71
|
}>> & {
|
|
72
72
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
73
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "
|
|
73
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "color" | "size" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "activeText" | "inactiveText" | "isDisabled">;
|
|
74
74
|
$attrs: {
|
|
75
75
|
[x: string]: unknown;
|
|
76
76
|
};
|
|
@@ -89,14 +89,14 @@ declare const ToggleTypes: () => ({
|
|
|
89
89
|
type: import("vue").PropType<string>;
|
|
90
90
|
default: any;
|
|
91
91
|
};
|
|
92
|
-
size: {
|
|
93
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
92
|
color: {
|
|
97
93
|
type: import("vue").PropType<"primary" | "test">;
|
|
98
94
|
default: string;
|
|
99
95
|
};
|
|
96
|
+
size: {
|
|
97
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
100
|
testId: {
|
|
101
101
|
type: import("vue").PropType<string>;
|
|
102
102
|
default: string;
|
|
@@ -143,8 +143,8 @@ declare const ToggleTypes: () => ({
|
|
|
143
143
|
"update:modelValue": (value: boolean) => void;
|
|
144
144
|
}, string, {
|
|
145
145
|
text: string;
|
|
146
|
-
size: "small" | "medium";
|
|
147
146
|
color: "primary" | "test";
|
|
147
|
+
size: "small" | "medium";
|
|
148
148
|
testId: string;
|
|
149
149
|
isLoading: boolean;
|
|
150
150
|
hoverHelpText: string;
|
|
@@ -179,14 +179,14 @@ declare const ToggleTypes: () => ({
|
|
|
179
179
|
type: import("vue").PropType<string>;
|
|
180
180
|
default: any;
|
|
181
181
|
};
|
|
182
|
-
size: {
|
|
183
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
182
|
color: {
|
|
187
183
|
type: import("vue").PropType<"primary" | "test">;
|
|
188
184
|
default: string;
|
|
189
185
|
};
|
|
186
|
+
size: {
|
|
187
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
190
|
testId: {
|
|
191
191
|
type: import("vue").PropType<string>;
|
|
192
192
|
default: string;
|
|
@@ -238,14 +238,14 @@ declare const ToggleTypes: () => ({
|
|
|
238
238
|
type: import("vue").PropType<string>;
|
|
239
239
|
default: any;
|
|
240
240
|
};
|
|
241
|
-
size: {
|
|
242
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
243
|
-
default: string;
|
|
244
|
-
};
|
|
245
241
|
color: {
|
|
246
242
|
type: import("vue").PropType<"primary" | "test">;
|
|
247
243
|
default: string;
|
|
248
244
|
};
|
|
245
|
+
size: {
|
|
246
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
249
|
testId: {
|
|
250
250
|
type: import("vue").PropType<string>;
|
|
251
251
|
default: string;
|
|
@@ -292,8 +292,8 @@ declare const ToggleTypes: () => ({
|
|
|
292
292
|
"update:modelValue": (value: boolean) => void;
|
|
293
293
|
}, string, {
|
|
294
294
|
text: string;
|
|
295
|
-
size: "small" | "medium";
|
|
296
295
|
color: "primary" | "test";
|
|
296
|
+
size: "small" | "medium";
|
|
297
297
|
testId: string;
|
|
298
298
|
isLoading: boolean;
|
|
299
299
|
hoverHelpText: string;
|
|
@@ -11,4 +11,8 @@ declare const iconsABTestData: {
|
|
|
11
11
|
name: string;
|
|
12
12
|
path: string;
|
|
13
13
|
}[];
|
|
14
|
-
|
|
14
|
+
declare const iconsAdNetworks: {
|
|
15
|
+
name: string;
|
|
16
|
+
path: string;
|
|
17
|
+
}[];
|
|
18
|
+
export { assetsPath, iconsBrandedData, iconsADUnitData, iconsABTestData, iconsAdNetworks, };
|