@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.
Files changed (108) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_f18c2785_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c3062e84_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +1 -0
  4. package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +1 -0
  5. package/ChartTooltip.vue_vue_type_style_index_0_scoped_dc7e6298_lang.css +1 -0
  6. package/CheckboxV4.vue_vue_type_style_index_0_scoped_bbfd249c_lang.css +1 -0
  7. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
  9. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  10. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  11. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  12. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  13. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  14. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  15. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  16. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_b3d96cf5_lang.css +1 -0
  17. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  18. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  19. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  20. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  21. package/TooltipHeader.vue_vue_type_style_index_0_scoped_2177211f_lang.css +1 -0
  22. package/components/alert/Alert.vue.d.ts +3 -13
  23. package/components/alert/Alert.vue.js +5 -5
  24. package/components/alert/Alert.vue2.js +48 -47
  25. package/components/alert/index.d.ts +8 -46
  26. package/components/appHeader/AppHeader.vue.js +3 -3
  27. package/components/appHeader/AppHeader.vue2.js +7 -7
  28. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  29. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  30. package/components/chart/ChartPlane.vue.js +3 -3
  31. package/components/chart/ChartPlane.vue2.js +4 -4
  32. package/components/chart/ChartTooltip.vue.js +2 -2
  33. package/components/chart/ChartTooltip.vue2.js +19 -16
  34. package/components/chart/TooltipHeader.vue.js +3 -3
  35. package/components/chart/TooltipHeader.vue2.js +33 -22
  36. package/components/chart/utils/utils.d.ts +5 -1
  37. package/components/chart/utils/utils.js +32 -22
  38. package/components/checkbox/v4/CheckboxV4.vue.js +2 -2
  39. package/components/checkbox/v4/CheckboxV4.vue2.js +59 -79
  40. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  41. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  42. package/components/checkbox/v4/icons/UncheckedState.vue.js +12 -13
  43. package/components/chip/v4/ChipV4.vue.js +3 -3
  44. package/components/chip/v4/ChipV4.vue2.js +1 -1
  45. package/components/columnPicker/ColumnPicker.vue.js +2 -2
  46. package/components/columnPicker/ColumnPicker.vue2.js +1 -1
  47. package/components/dialog/v4/DialogV4.vue.js +4 -4
  48. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  49. package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
  50. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  51. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  52. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  53. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  54. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  55. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  56. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  57. package/components/helpText/HelpText.vue.d.ts +68 -0
  58. package/components/helpText/HelpText.vue.js +7 -0
  59. package/components/helpText/HelpText.vue2.js +45 -0
  60. package/components/helpText/index.d.ts +190 -0
  61. package/components/helpText/index.js +6 -0
  62. package/components/input/v4/TextField.vue.js +2 -2
  63. package/components/input/v4/TextField.vue2.js +1 -1
  64. package/components/link/Link.vue.d.ts +3 -3
  65. package/components/link/Link.vue.js +5 -5
  66. package/components/link/Link.vue2.js +1 -1
  67. package/components/link/index.d.ts +7 -7
  68. package/components/multibar/MultiBar.vue.js +3 -3
  69. package/components/multibar/MultiBar.vue2.js +1 -1
  70. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  71. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  72. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  73. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  74. package/design-foundation.stories/colors/ColorsData.d.ts +51 -47
  75. package/index.d.ts +1 -0
  76. package/index.js +95 -91
  77. package/package.json +7 -2
  78. package/style/v4/colors.scss +88 -83
  79. package/style/v4/grid.css +1 -1
  80. package/style/v4/grid.css.map +1 -1
  81. package/testids/index.d.ts +4 -0
  82. package/testids/index.js +38 -37
  83. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  84. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  85. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  86. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +0 -1
  87. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +0 -1
  88. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  89. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  90. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  91. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  92. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  93. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  94. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  95. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  96. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  97. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  98. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  99. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  100. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  101. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +0 -1
  102. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  103. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  104. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  105. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  106. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  107. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  108. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
@@ -1,4 +1,4 @@
1
- import "../../Link.vue_vue_type_style_index_0_scoped_1a766750_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";
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.vue_vue_type_style_index_0_scoped_71617643_lang.css"; //*');
4
- const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-71617643"]]);
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
- p as default
6
+ c as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../MultiBar.vue_vue_type_style_index_0_scoped_71617643_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";
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.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css"; //*');
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-05c7bca2"]]);
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
- s as default
6
+ c as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_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";
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.vue_vue_type_style_index_0_scoped_4114ef89_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-4114ef89"]]);
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
- p as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_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";
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
- 'modal-elevation-0': string;
8
- 'modal-elevation-1': string;
9
- 'modal-elevation-2': string;
10
- 'modal-elevation-3': string;
11
- 'modal-elevation-4': string;
12
- 'modal-elevation-5': string;
13
- 'modal-elevation-6': string;
14
- 'modal-elevation-7': string;
15
- 'modal-elevation-8': string;
16
- 'modal-elevation-9': string;
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
- disabledBackground: string;
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
- outlinedBorder: string;
33
- contrastText: string;
34
- buttonContrastText: string;
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
- inverseWhite: string;
40
- inverseBlack: string;
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
- main8p: string;
54
- main50p: string;
57
+ 'main-8-p': string;
58
+ 'main-50-p': string;
55
59
  dark: string;
56
60
  darker: string;
57
- outlinedBorder: string;
58
- contrastText: string;
59
- buttonContrastText: string;
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
- main8p: string;
66
- main50p: string;
69
+ 'main-8-p': string;
70
+ 'main-50-p': string;
67
71
  dark: string;
68
72
  darker: string;
69
- outlinedBorder: string;
70
- contrastText: string;
71
- buttonContrastText: string;
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
- main8p: string;
78
- main50p: string;
81
+ 'main-8-p': string;
82
+ 'main-50-p': string;
79
83
  dark: string;
80
84
  darker: string;
81
- outlinedBorder: string;
82
- contrastText: string;
83
- buttonContrastText: string;
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
- main8p: string;
90
- main50p: string;
93
+ 'main-8-p': string;
94
+ 'main-50-p': string;
91
95
  dark: string;
92
96
  darker: string;
93
- outlinedBorder: string;
94
- contrastText: string;
95
- buttonContrastText: string;
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
- main8p: string;
102
- main50p: string;
105
+ 'main-8-p': string;
106
+ 'main-50-p': string;
103
107
  dark: string;
104
108
  darker: string;
105
- outlinedBorder: string;
106
- contrastText: string;
107
- buttonContrastText: string;
109
+ 'outlined-border': string;
110
+ 'contrast-text': string;
111
+ 'button-contrast-text': string;
108
112
  };
109
- 'A/B test': {
110
- 'A Control': string;
111
- 'B test': string;
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 './Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css';
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 O from "./components/loader/v4/index.js";
49
- import * as P from "./components/emptyState/v3/index.js";
50
- import * as S from "./components/emptyState/v4/index.js";
51
- import * as v from "./components/snackbar/v3/index.js";
52
- import * as H from "./components/snackbar/v4/index.js";
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 Po } from "./composables/useToggle.js";
70
- import { useSearch as vo } from "./composables/useSearch.js";
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 { AutocompleteTypes as Uo } from "./components/autocomplete/index.js";
77
- import { ChartTypes as Xo } from "./components/chart/index.js";
78
- import { ColumnPickerTypes as or } from "./components/columnPicker/index.js";
79
- import { ColumnConfiguratorTypes as er } from "./components/columnConfigurator/index.js";
80
- import { TagsFieldTypes as mr } from "./components/tagsField/index.js";
81
- import { default as ar } from "./components/appTrigger/AppTrigger.vue.js";
82
- import { default as ir } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
83
- import { default as xr } from "./components/menuItem/MenuItem.vue.js";
84
- import { default as nr } from "./components/menu/Menu.vue.js";
85
- import { default as ur } from "./components/appIcon/AppIcon.vue.js";
86
- import { default as Tr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
87
- import { default as yr } from "./components/includeExclude/IncludeExclude.vue.js";
88
- import { default as Fr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
89
- import { default as Cr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
90
- import { default as Er } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
91
- import { default as hr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
92
- import { default as Mr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
93
- import { default as wr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
94
- import { default as Or } from "./components/filterDropdown/FilterDropdown.vue.js";
95
- import { default as Sr } from "./components/filterDropdown/AddFilterButton.vue.js";
96
- import { default as Hr } from "./components/typography/Heading.vue.js";
97
- import { default as Nr } from "./components/typography/Text.vue.js";
98
- import { default as Jr } from "./components/typography/v4/Typography.vue.js";
99
- import { default as Rr } from "./components/multibar/MultiBar.vue.js";
100
- import { default as jr } from "./components/layout/FoldableSection.vue.js";
101
- import { default as zr } from "./components/forms/FormRow.vue.js";
102
- import { default as Qr } from "./components/forms/FormCard.vue.js";
103
- import { default as Ur } from "./components/forms/CardPanel.vue.js";
104
- import { default as Xr } from "./components/forms/FormField.vue.js";
105
- import { default as oe } from "./components/banner/Banner.vue.js";
106
- import { default as ee } from "./components/alert/Alert.vue.js";
107
- import { default as me } from "./components/link/Link.vue.js";
108
- import { default as ae } from "./components/autocomplete/Autocomplete.vue.js";
109
- import { default as ie } from "./components/chart/Chart.vue.js";
110
- import { ChartType as xe, TooltipOrder as se, TrendDirection as ne } from "./components/chart/types.js";
111
- import { default as ue } from "./components/columnPicker/ColumnPicker.vue.js";
112
- import { default as Te } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
113
- import { default as ye } from "./components/tagsField/TagsField.vue.js";
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
- Sr as AddFilterButton,
171
- ee as Alert,
172
+ vr as AddFilterButton,
173
+ me as Alert,
172
174
  zo as AlertTypes,
173
- ur as AppIcon,
175
+ Tr as AppIcon,
174
176
  so as AppIconTypes,
175
- ar as AppTrigger,
177
+ ir as AppTrigger,
176
178
  eo as AppTriggerTypes,
177
- ae as Autocomplete,
178
- ir as AutocompleteDropdown,
179
+ xe as Autocomplete,
180
+ xr as AutocompleteDropdown,
179
181
  mo as AutocompleteDropdownTypes,
180
- Uo as AutocompleteTypes,
181
- oe as Banner,
182
+ Xo as AutocompleteTypes,
183
+ ee as Banner,
182
184
  jo as BannerTypes,
183
- Ur as CardPanel,
184
- ie as Chart,
185
- xe as ChartType,
186
- Xo as ChartTypes,
187
- Te as ColumnConfigurator,
188
- er as ColumnConfiguratorTypes,
189
- ue as ColumnPicker,
190
- or as ColumnPickerTypes,
191
- Or as FilterDropdown,
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
- Tr as FloatingToolbar,
195
+ yr as FloatingToolbar,
194
196
  lo as FloatingToolbarTypes,
195
- jr as FoldableSection,
197
+ zr as FoldableSection,
196
198
  Mo as FoldableSectionTypes,
197
- Qr as FormCard,
199
+ Ur as FormCard,
198
200
  wo as FormCardTypes,
199
- Xr as FormField,
201
+ oe as FormField,
200
202
  ko as FormFieldTypes,
201
- zr as FormRow,
202
- Hr as Heading,
203
+ Qr as FormRow,
204
+ Nr as Heading,
205
+ ie as HelpText,
206
+ Uo as HelpTextTypes,
203
207
  co as ID_INJECTION_KEY,
204
- yr as IncludeExclude,
205
- Mr as IncludeExcludeAppHeader,
206
- hr as IncludeExcludeAppTrigger,
207
- wr as IncludeExcludeChipFilter,
208
- Fr as IncludeExcludeDragDrop,
209
- Cr as IncludeExcludeOption,
210
- Er as IncludeExcludeOptionDraggable,
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
- me as Link,
216
+ ae as Link,
213
217
  Qo as LinkTypes,
214
- nr as Menu,
215
- xr as MenuItem,
218
+ ur as Menu,
219
+ nr as MenuItem,
216
220
  ao as MenuItemTypes,
217
221
  io as MenuTypes,
218
- Rr as MultiBar,
222
+ jr as MultiBar,
219
223
  ho as MultiBarTypes,
220
- ye as TagsField,
221
- mr as TagsFieldTypes,
222
- Nr as Text,
223
- se as TooltipOrder,
224
- ne as TrendDirection,
225
- Jr as Typography,
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
- vo as useSearch,
235
- Po as useToggle,
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-rc.1",
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
  ],