@ironsource/shared-ui 2.2.0-rc.1 → 2.2.0-test.1
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/Alert.vue_vue_type_style_index_0_scoped_f18c2785_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c3062e84_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_dc7e6298_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_bbfd249c_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_b3d96cf5_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_2177211f_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +3 -13
- package/components/alert/Alert.vue.js +5 -5
- package/components/alert/Alert.vue2.js +48 -47
- package/components/alert/index.d.ts +8 -46
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +7 -7
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +4 -4
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +19 -16
- package/components/chart/TooltipHeader.vue.js +3 -3
- package/components/chart/TooltipHeader.vue2.js +33 -22
- package/components/chart/utils/utils.d.ts +5 -1
- package/components/chart/utils/utils.js +32 -22
- package/components/checkbox/v4/CheckboxV4.vue.js +2 -2
- package/components/checkbox/v4/CheckboxV4.vue2.js +59 -79
- package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
- package/components/checkbox/v4/icons/UncheckedState.vue.js +12 -13
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/columnPicker/ColumnPicker.vue.js +2 -2
- package/components/columnPicker/ColumnPicker.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
- package/components/dropdown/v4/GroupOption.vue.js +3 -3
- package/components/dropdown/v4/GroupOption.vue2.js +1 -1
- package/components/helpText/HelpText.vue.d.ts +68 -0
- package/components/helpText/HelpText.vue.js +7 -0
- package/components/helpText/HelpText.vue2.js +45 -0
- package/components/helpText/index.d.ts +190 -0
- package/components/helpText/index.js +6 -0
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/link/Link.vue.d.ts +3 -3
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +1 -1
- package/components/link/index.d.ts +7 -7
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +51 -47
- package/index.d.ts +1 -0
- package/index.js +95 -91
- package/package.json +7 -2
- package/style/v4/colors.scss +88 -83
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +38 -37
- package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +0 -1
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../Link.
|
|
1
|
+
import "../../Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css"; import { defineComponent as m, openBlock as n, createBlock as l, unref as t, mergeProps as c, withCtx as y, createCommentVNode as d, renderSlot as T } from "vue";
|
|
2
2
|
import k from "../typography/v4/Typography.vue.js";
|
|
3
3
|
import r from "../icon/v4/IconV4.vue.js";
|
|
4
4
|
import "../icon/v4/IconFlag.vue.js";
|
|
@@ -4,7 +4,7 @@ declare const LinkTypes: () => ({
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
6
|
testId: string;
|
|
7
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
7
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
8
8
|
withTooltip: boolean;
|
|
9
9
|
tooltipText: string;
|
|
10
10
|
isTruncated: boolean;
|
|
@@ -21,7 +21,7 @@ declare const LinkTypes: () => ({
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
variant: {
|
|
24
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
24
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
withTooltip: {
|
|
@@ -86,7 +86,7 @@ declare const LinkTypes: () => ({
|
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
variant: {
|
|
89
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
89
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
90
90
|
default: string;
|
|
91
91
|
};
|
|
92
92
|
withTooltip: {
|
|
@@ -135,7 +135,7 @@ declare const LinkTypes: () => ({
|
|
|
135
135
|
click: () => void;
|
|
136
136
|
}, string, {
|
|
137
137
|
testId: string;
|
|
138
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
138
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
139
139
|
withTooltip: boolean;
|
|
140
140
|
tooltipText: string;
|
|
141
141
|
isTruncated: boolean;
|
|
@@ -172,7 +172,7 @@ declare const LinkTypes: () => ({
|
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
variant: {
|
|
175
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
175
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
178
|
withTooltip: {
|
|
@@ -227,7 +227,7 @@ declare const LinkTypes: () => ({
|
|
|
227
227
|
default: string;
|
|
228
228
|
};
|
|
229
229
|
variant: {
|
|
230
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
230
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
withTooltip: {
|
|
@@ -276,7 +276,7 @@ declare const LinkTypes: () => ({
|
|
|
276
276
|
click: () => void;
|
|
277
277
|
}, string, {
|
|
278
278
|
testId: string;
|
|
279
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
279
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
280
280
|
withTooltip: boolean;
|
|
281
281
|
tooltipText: string;
|
|
282
282
|
isTruncated: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./MultiBar.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../MultiBar.
|
|
4
|
-
const
|
|
3
|
+
// import "../../MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-c4395fb6"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../MultiBar.
|
|
1
|
+
import "../../MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css"; import { defineComponent as k, computed as v, openBlock as l, createBlock as d, Teleport as x, createVNode as u, Transition as g, withCtx as c, unref as t, createElementBlock as r, mergeProps as B, createElementVNode as V, createTextVNode as h, toDisplayString as A, createCommentVNode as m, Fragment as z, renderList as M, normalizeClass as N } from "vue";
|
|
2
2
|
import { useVModel as $ } from "@vueuse/core";
|
|
3
3
|
import E from "../typography/v4/Typography.vue.js";
|
|
4
4
|
import S from "../button/v4/ButtonV4.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RadioButtonV4.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../RadioButtonV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_b3d96cf5_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b3d96cf5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../RadioButtonV4.
|
|
1
|
+
import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_b3d96cf5_lang.css"; import { defineComponent as R, ref as g, inject as k, computed as c, openBlock as b, createElementBlock as B, normalizeClass as v, unref as e, createElementVNode as l, withDirectives as w, mergeProps as m, isRef as C, vModelRadio as L, renderSlot as N, createVNode as T, withCtx as V, createTextVNode as h, toDisplayString as y, createBlock as A, createCommentVNode as x } from "vue";
|
|
2
2
|
import I from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import { radioGroupKey as G } from "../common/useRadio.js";
|
|
4
4
|
import { RadioTestIdModifiers as r } from "../../../testids/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextAreaV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextAreaV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0feea75e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TextAreaV4.
|
|
1
|
+
import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; import { defineComponent as f, computed as b, openBlock as t, createElementBlock as r, mergeProps as c, unref as a, createBlock as d, createCommentVNode as l, createElementVNode as g } from "vue";
|
|
2
2
|
import v from "../../shared/FieldLabel.vue.js";
|
|
3
3
|
import k from "../../shared/FieldMaxLength.vue.js";
|
|
4
4
|
import T from "../../shared/FieldHelpText.vue.js";
|
|
@@ -2,18 +2,19 @@ export declare const colorPaletteLight: {
|
|
|
2
2
|
background: {
|
|
3
3
|
default: string;
|
|
4
4
|
paper: string;
|
|
5
|
-
backdrop: string;
|
|
6
5
|
'modal-elevation': string;
|
|
7
|
-
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
6
|
+
backdrop: string;
|
|
7
|
+
'paper-elevation-0': string;
|
|
8
|
+
'paper-elevation-1': string;
|
|
9
|
+
'paper-elevation-2': string;
|
|
10
|
+
'paper-elevation-3': string;
|
|
11
|
+
'paper-elevation-4': string;
|
|
12
|
+
'paper-elevation-5': string;
|
|
13
|
+
'paper-elevation-6': string;
|
|
14
|
+
'paper-elevation-7': string;
|
|
15
|
+
'paper-elevation-8': string;
|
|
16
|
+
'paper-elevation-9': string;
|
|
17
|
+
inset: string;
|
|
17
18
|
};
|
|
18
19
|
action: {
|
|
19
20
|
primary: string;
|
|
@@ -21,23 +22,26 @@ export declare const colorPaletteLight: {
|
|
|
21
22
|
hover: string;
|
|
22
23
|
selected: string;
|
|
23
24
|
disabled: string;
|
|
24
|
-
|
|
25
|
+
'disabled-background': string;
|
|
25
26
|
focus: string;
|
|
26
|
-
outlinedBorder: string;
|
|
27
27
|
};
|
|
28
28
|
default: {
|
|
29
|
-
light: string;
|
|
30
29
|
main: string;
|
|
30
|
+
lighter: string;
|
|
31
|
+
light: string;
|
|
31
32
|
dark: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
darker: string;
|
|
34
|
+
'contrast-text': string;
|
|
35
|
+
'outlined-border': string;
|
|
36
|
+
'main-8-p': string;
|
|
37
|
+
'main-50-p': string;
|
|
38
|
+
'button-contrast-text': string;
|
|
35
39
|
};
|
|
36
40
|
common: {
|
|
37
41
|
white: string;
|
|
38
42
|
black: string;
|
|
39
|
-
|
|
40
|
-
|
|
43
|
+
'inverse-white': string;
|
|
44
|
+
'inverse-black': string;
|
|
41
45
|
divider: string;
|
|
42
46
|
'divider-elevation-0': string;
|
|
43
47
|
};
|
|
@@ -50,64 +54,64 @@ export declare const colorPaletteLight: {
|
|
|
50
54
|
lighter: string;
|
|
51
55
|
light: string;
|
|
52
56
|
main: string;
|
|
53
|
-
|
|
54
|
-
|
|
57
|
+
'main-8-p': string;
|
|
58
|
+
'main-50-p': string;
|
|
55
59
|
dark: string;
|
|
56
60
|
darker: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
61
|
+
'outlined-border': string;
|
|
62
|
+
'contrast-text': string;
|
|
63
|
+
'button-contrast-text': string;
|
|
60
64
|
};
|
|
61
65
|
info: {
|
|
62
66
|
lighter: string;
|
|
63
67
|
light: string;
|
|
64
68
|
main: string;
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
'main-8-p': string;
|
|
70
|
+
'main-50-p': string;
|
|
67
71
|
dark: string;
|
|
68
72
|
darker: string;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
73
|
+
'outlined-border': string;
|
|
74
|
+
'contrast-text': string;
|
|
75
|
+
'button-contrast-text': string;
|
|
72
76
|
};
|
|
73
77
|
success: {
|
|
74
78
|
lighter: string;
|
|
75
79
|
light: string;
|
|
76
80
|
main: string;
|
|
77
|
-
|
|
78
|
-
|
|
81
|
+
'main-8-p': string;
|
|
82
|
+
'main-50-p': string;
|
|
79
83
|
dark: string;
|
|
80
84
|
darker: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
85
|
+
'outlined-border': string;
|
|
86
|
+
'contrast-text': string;
|
|
87
|
+
'button-contrast-text': string;
|
|
84
88
|
};
|
|
85
89
|
warning: {
|
|
86
90
|
lighter: string;
|
|
87
91
|
light: string;
|
|
88
92
|
main: string;
|
|
89
|
-
|
|
90
|
-
|
|
93
|
+
'main-8-p': string;
|
|
94
|
+
'main-50-p': string;
|
|
91
95
|
dark: string;
|
|
92
96
|
darker: string;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
'outlined-border': string;
|
|
98
|
+
'contrast-text': string;
|
|
99
|
+
'button-contrast-text': string;
|
|
96
100
|
};
|
|
97
101
|
error: {
|
|
98
102
|
lighter: string;
|
|
99
103
|
light: string;
|
|
100
104
|
main: string;
|
|
101
|
-
|
|
102
|
-
|
|
105
|
+
'main-8-p': string;
|
|
106
|
+
'main-50-p': string;
|
|
103
107
|
dark: string;
|
|
104
108
|
darker: string;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
109
|
+
'outlined-border': string;
|
|
110
|
+
'contrast-text': string;
|
|
111
|
+
'button-contrast-text': string;
|
|
108
112
|
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
113
|
+
ab: {
|
|
114
|
+
a: string;
|
|
115
|
+
b: string;
|
|
112
116
|
};
|
|
113
117
|
};
|
package/index.d.ts
CHANGED
|
@@ -28421,6 +28421,7 @@ export * from '@/composables/useDateService';
|
|
|
28421
28421
|
export * from '@/components/banner';
|
|
28422
28422
|
export * from '@/components/alert';
|
|
28423
28423
|
export * from '@/components/link';
|
|
28424
|
+
export * from '@/components/helpText';
|
|
28424
28425
|
export * from '@/components/autocomplete';
|
|
28425
28426
|
export * from '@/components/chart';
|
|
28426
28427
|
export * from '@/components/columnPicker';
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|
|
@@ -45,11 +45,11 @@ import * as M from "./components/table-cells/v3/index.js";
|
|
|
45
45
|
import * as b from "./components/table-cells/v4/index.js";
|
|
46
46
|
import * as w from "./components/skeleton/v3/index.js";
|
|
47
47
|
import * as k from "./components/skeleton/v4/index.js";
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
48
|
+
import * as H from "./components/loader/v4/index.js";
|
|
49
|
+
import * as O from "./components/emptyState/v3/index.js";
|
|
50
|
+
import * as P from "./components/emptyState/v4/index.js";
|
|
51
|
+
import * as S from "./components/snackbar/v3/index.js";
|
|
52
|
+
import * as v from "./components/snackbar/v4/index.js";
|
|
53
53
|
import * as L from "./components/radioButton/v3/index.js";
|
|
54
54
|
import * as N from "./components/radioButton/v4/index.js";
|
|
55
55
|
import * as V from "./components/textArea/v3/index.js";
|
|
@@ -66,51 +66,53 @@ import * as Y from "./components/dateRange/v4/index.js";
|
|
|
66
66
|
import * as U from "./components/popover/v3/index.js";
|
|
67
67
|
import * as W from "./components/popover/v4/index.js";
|
|
68
68
|
import * as X from "./utils/index.js";
|
|
69
|
-
import { useToggle as
|
|
70
|
-
import { useSearch as
|
|
69
|
+
import { useToggle as Oo } from "./composables/useToggle.js";
|
|
70
|
+
import { useSearch as So } from "./composables/useSearch.js";
|
|
71
71
|
import { scrollToElementByClass as Lo, scrollToFirstInvalidElement as No, useFormValidation as Vo, yupValidation as Jo } from "./composables/useFormValidation.js";
|
|
72
72
|
import { useDateService as Ro } from "./composables/useDateService.js";
|
|
73
73
|
import { BannerTypes as jo } from "./components/banner/index.js";
|
|
74
74
|
import { AlertTypes as zo } from "./components/alert/index.js";
|
|
75
75
|
import { LinkTypes as Qo } from "./components/link/index.js";
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import { default as ir } from "./components/
|
|
83
|
-
import { default as xr } from "./components/
|
|
84
|
-
import { default as nr } from "./components/
|
|
85
|
-
import { default as ur } from "./components/
|
|
86
|
-
import { default as Tr } from "./components/
|
|
87
|
-
import { default as yr } from "./components/
|
|
88
|
-
import { default as Fr } from "./components/includeExclude/
|
|
89
|
-
import { default as Cr } from "./components/includeExclude/
|
|
90
|
-
import { default as Er } from "./components/includeExclude/
|
|
91
|
-
import { default as hr } from "./components/includeExclude/
|
|
92
|
-
import { default as Mr } from "./components/includeExclude/
|
|
93
|
-
import { default as wr } from "./components/includeExclude/
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as Nr } from "./components/typography/
|
|
98
|
-
import { default as Jr } from "./components/typography/
|
|
99
|
-
import { default as Rr } from "./components/
|
|
100
|
-
import { default as jr } from "./components/
|
|
101
|
-
import { default as zr } from "./components/
|
|
102
|
-
import { default as Qr } from "./components/forms/
|
|
103
|
-
import { default as Ur } from "./components/forms/
|
|
104
|
-
import { default as Xr } from "./components/forms/
|
|
105
|
-
import { default as oe } from "./components/
|
|
106
|
-
import { default as ee } from "./components/
|
|
107
|
-
import { default as me } from "./components/
|
|
108
|
-
import { default as ae } from "./components/
|
|
109
|
-
import { default as ie } from "./components/
|
|
110
|
-
import {
|
|
111
|
-
import { default as
|
|
112
|
-
import {
|
|
113
|
-
import { default as ye } from "./components/
|
|
76
|
+
import { HelpTextTypes as Uo } from "./components/helpText/index.js";
|
|
77
|
+
import { AutocompleteTypes as Xo } from "./components/autocomplete/index.js";
|
|
78
|
+
import { ChartTypes as or } from "./components/chart/index.js";
|
|
79
|
+
import { ColumnPickerTypes as er } from "./components/columnPicker/index.js";
|
|
80
|
+
import { ColumnConfiguratorTypes as mr } from "./components/columnConfigurator/index.js";
|
|
81
|
+
import { TagsFieldTypes as ar } from "./components/tagsField/index.js";
|
|
82
|
+
import { default as ir } from "./components/appTrigger/AppTrigger.vue.js";
|
|
83
|
+
import { default as xr } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
84
|
+
import { default as nr } from "./components/menuItem/MenuItem.vue.js";
|
|
85
|
+
import { default as ur } from "./components/menu/Menu.vue.js";
|
|
86
|
+
import { default as Tr } from "./components/appIcon/AppIcon.vue.js";
|
|
87
|
+
import { default as yr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
88
|
+
import { default as Fr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
89
|
+
import { default as Cr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
90
|
+
import { default as Er } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
91
|
+
import { default as hr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
92
|
+
import { default as Mr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
93
|
+
import { default as wr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
94
|
+
import { default as Hr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
95
|
+
import { default as Pr } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
96
|
+
import { default as vr } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
97
|
+
import { default as Nr } from "./components/typography/Heading.vue.js";
|
|
98
|
+
import { default as Jr } from "./components/typography/Text.vue.js";
|
|
99
|
+
import { default as Rr } from "./components/typography/v4/Typography.vue.js";
|
|
100
|
+
import { default as jr } from "./components/multibar/MultiBar.vue.js";
|
|
101
|
+
import { default as zr } from "./components/layout/FoldableSection.vue.js";
|
|
102
|
+
import { default as Qr } from "./components/forms/FormRow.vue.js";
|
|
103
|
+
import { default as Ur } from "./components/forms/FormCard.vue.js";
|
|
104
|
+
import { default as Xr } from "./components/forms/CardPanel.vue.js";
|
|
105
|
+
import { default as oe } from "./components/forms/FormField.vue.js";
|
|
106
|
+
import { default as ee } from "./components/banner/Banner.vue.js";
|
|
107
|
+
import { default as me } from "./components/alert/Alert.vue.js";
|
|
108
|
+
import { default as ae } from "./components/link/Link.vue.js";
|
|
109
|
+
import { default as ie } from "./components/helpText/HelpText.vue.js";
|
|
110
|
+
import { default as xe } from "./components/autocomplete/Autocomplete.vue.js";
|
|
111
|
+
import { default as ne } from "./components/chart/Chart.vue.js";
|
|
112
|
+
import { ChartType as ue, TooltipOrder as $e, TrendDirection as Te } from "./components/chart/types.js";
|
|
113
|
+
import { default as ye } from "./components/columnPicker/ColumnPicker.vue.js";
|
|
114
|
+
import { default as Fe } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
|
|
115
|
+
import { default as Ce } from "./components/tagsField/TagsField.vue.js";
|
|
114
116
|
const Z = {
|
|
115
117
|
...e,
|
|
116
118
|
...t,
|
|
@@ -140,13 +142,13 @@ const Z = {
|
|
|
140
142
|
...B,
|
|
141
143
|
...M,
|
|
142
144
|
...b,
|
|
145
|
+
...O,
|
|
143
146
|
...P,
|
|
144
|
-
...S,
|
|
145
147
|
...w,
|
|
146
148
|
...k,
|
|
147
|
-
...O,
|
|
148
|
-
...v,
|
|
149
149
|
...H,
|
|
150
|
+
...S,
|
|
151
|
+
...v,
|
|
150
152
|
...n,
|
|
151
153
|
...l,
|
|
152
154
|
...V,
|
|
@@ -167,62 +169,64 @@ const Z = {
|
|
|
167
169
|
...X
|
|
168
170
|
};
|
|
169
171
|
export {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
vr as AddFilterButton,
|
|
173
|
+
me as Alert,
|
|
172
174
|
zo as AlertTypes,
|
|
173
|
-
|
|
175
|
+
Tr as AppIcon,
|
|
174
176
|
so as AppIconTypes,
|
|
175
|
-
|
|
177
|
+
ir as AppTrigger,
|
|
176
178
|
eo as AppTriggerTypes,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
+
xe as Autocomplete,
|
|
180
|
+
xr as AutocompleteDropdown,
|
|
179
181
|
mo as AutocompleteDropdownTypes,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
Xo as AutocompleteTypes,
|
|
183
|
+
ee as Banner,
|
|
182
184
|
jo as BannerTypes,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
185
|
+
Xr as CardPanel,
|
|
186
|
+
ne as Chart,
|
|
187
|
+
ue as ChartType,
|
|
188
|
+
or as ChartTypes,
|
|
189
|
+
Fe as ColumnConfigurator,
|
|
190
|
+
mr as ColumnConfiguratorTypes,
|
|
191
|
+
ye as ColumnPicker,
|
|
192
|
+
er as ColumnPickerTypes,
|
|
193
|
+
Pr as FilterDropdown,
|
|
192
194
|
Fo as FilterDropdownTypes,
|
|
193
|
-
|
|
195
|
+
yr as FloatingToolbar,
|
|
194
196
|
lo as FloatingToolbarTypes,
|
|
195
|
-
|
|
197
|
+
zr as FoldableSection,
|
|
196
198
|
Mo as FoldableSectionTypes,
|
|
197
|
-
|
|
199
|
+
Ur as FormCard,
|
|
198
200
|
wo as FormCardTypes,
|
|
199
|
-
|
|
201
|
+
oe as FormField,
|
|
200
202
|
ko as FormFieldTypes,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
+
Qr as FormRow,
|
|
204
|
+
Nr as Heading,
|
|
205
|
+
ie as HelpText,
|
|
206
|
+
Uo as HelpTextTypes,
|
|
203
207
|
co as ID_INJECTION_KEY,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
Fr as IncludeExclude,
|
|
209
|
+
wr as IncludeExcludeAppHeader,
|
|
210
|
+
Mr as IncludeExcludeAppTrigger,
|
|
211
|
+
Hr as IncludeExcludeChipFilter,
|
|
212
|
+
Cr as IncludeExcludeDragDrop,
|
|
213
|
+
Er as IncludeExcludeOption,
|
|
214
|
+
hr as IncludeExcludeOptionDraggable,
|
|
211
215
|
$o as IncludeExcludeTypes,
|
|
212
|
-
|
|
216
|
+
ae as Link,
|
|
213
217
|
Qo as LinkTypes,
|
|
214
|
-
|
|
215
|
-
|
|
218
|
+
ur as Menu,
|
|
219
|
+
nr as MenuItem,
|
|
216
220
|
ao as MenuItemTypes,
|
|
217
221
|
io as MenuTypes,
|
|
218
|
-
|
|
222
|
+
jr as MultiBar,
|
|
219
223
|
ho as MultiBarTypes,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
Ce as TagsField,
|
|
225
|
+
ar as TagsFieldTypes,
|
|
226
|
+
Jr as Text,
|
|
227
|
+
$e as TooltipOrder,
|
|
228
|
+
Te as TrendDirection,
|
|
229
|
+
Rr as Typography,
|
|
226
230
|
Co as TypographyTypes,
|
|
227
231
|
Eo as TypographyTypesV4,
|
|
228
232
|
Z as default,
|
|
@@ -231,7 +235,7 @@ export {
|
|
|
231
235
|
Ro as useDateService,
|
|
232
236
|
Vo as useFormValidation,
|
|
233
237
|
yo as useId,
|
|
234
|
-
|
|
235
|
-
|
|
238
|
+
So as useSearch,
|
|
239
|
+
Oo as useToggle,
|
|
236
240
|
Jo as yupValidation
|
|
237
241
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.2.0-
|
|
3
|
+
"version": "2.2.0-test.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"upload:visual": "aws s3 cp ./visual-tests s3://mobile-shared-ui-platform/visual-tests/$FOLDER --recursive --exclude '.gitkeep' ",
|
|
48
48
|
"release": "commit-and-tag-version",
|
|
49
49
|
"pw:ci": "cd e2e/playwright && BASE_URL=http://localhost:6006/ npx playwright test --reporter=list --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}",
|
|
50
|
-
"test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first"
|
|
50
|
+
"test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first",
|
|
51
|
+
"migrate-colors": "node scripts/migrate-colors.mjs"
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@phosphor-icons/vue": "^2.1.6",
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
"./banner": "./components/banner/Banner.vue.js",
|
|
228
229
|
"./alert": "./components/alert/index.js",
|
|
229
230
|
"./link": "./components/link/index.js",
|
|
231
|
+
"./helpText": "./components/helpText/index.js",
|
|
230
232
|
"./multibar": "./components/multibar/index.js",
|
|
231
233
|
"./typography": "./components/typography/v4/index.js",
|
|
232
234
|
"./themeWrapper": "./components/ThemeWrapper/index.js",
|
|
@@ -454,6 +456,9 @@
|
|
|
454
456
|
"link": [
|
|
455
457
|
"./components/link/index.d.ts"
|
|
456
458
|
],
|
|
459
|
+
"helpText": [
|
|
460
|
+
"./components/helpText/index.d.ts"
|
|
461
|
+
],
|
|
457
462
|
"multibar": [
|
|
458
463
|
"./components/multibar/index.d.ts"
|
|
459
464
|
],
|