@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,10 +1,10 @@
1
- import { defineComponent as o, openBlock as r, createElementBlock as l, createElementVNode as t, unref as n } from "vue";
1
+ import { defineComponent as o, openBlock as r, createElementBlock as n, createElementVNode as t, unref as l } from "vue";
2
2
  import { darkerColor as i } from "../../../../utils/color.js";
3
3
  const c = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 16 16",
6
6
  fill: "none"
7
- }, s = ["fill"], d = ["stroke"], h = /* @__PURE__ */ t("line", {
7
+ }, s = ["fill"], a = ["stroke"], d = /* @__PURE__ */ t("line", {
8
8
  x1: "4.75",
9
9
  y1: "8.25",
10
10
  x2: "11.25",
@@ -18,14 +18,14 @@ const c = {
18
18
  color: { default: null }
19
19
  },
20
20
  setup(e) {
21
- return (a, m) => (r(), l("svg", c, [
21
+ return (h, m) => (r(), n("svg", c, [
22
22
  t("rect", {
23
23
  x: "0.5",
24
24
  y: "0.5",
25
25
  width: "15",
26
26
  height: "15",
27
27
  rx: "3.5",
28
- fill: e.color || "#0091FF"
28
+ fill: e.color || "var(--primary-main)"
29
29
  }, null, 8, s),
30
30
  t("rect", {
31
31
  x: "0.5",
@@ -33,9 +33,9 @@ const c = {
33
33
  width: "15",
34
34
  height: "15",
35
35
  rx: "3.5",
36
- stroke: e.color ? n(i)(e.color) : "#0880EA"
37
- }, null, 8, d),
38
- h
36
+ stroke: e.color ? l(i)(e.color) : "var(--primary-dark)"
37
+ }, null, 8, a),
38
+ d
39
39
  ]));
40
40
  }
41
41
  });
@@ -1,32 +1,31 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import c from "../../../../_virtual/_plugin-vue_export-helper.js";
3
- const r = {}, n = {
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
+ import r from "../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const n = {}, c = {
4
4
  viewBox: "0 0 16 16",
5
5
  fill: "none",
6
6
  xmlns: "http://www.w3.org/2000/svg"
7
- }, l = /* @__PURE__ */ t("rect", {
7
+ }, s = /* @__PURE__ */ e("rect", {
8
8
  x: "0.5",
9
9
  y: "0.5",
10
10
  width: "15",
11
11
  height: "15",
12
12
  rx: "3.5",
13
- fill: "black",
14
- "fill-opacity": "0.05"
15
- }, null, -1), s = /* @__PURE__ */ t("rect", {
13
+ fill: "var(--background-inset)"
14
+ }, null, -1), i = /* @__PURE__ */ e("rect", {
16
15
  x: "0.5",
17
16
  y: "0.5",
18
17
  width: "15",
19
18
  height: "15",
20
19
  rx: "3.5",
21
20
  stroke: "currentColor"
22
- }, null, -1), i = [
23
- l,
24
- s
21
+ }, null, -1), _ = [
22
+ s,
23
+ i
25
24
  ];
26
- function _(h, d) {
27
- return e(), o("svg", n, i);
25
+ function l(h, d) {
26
+ return t(), o("svg", c, _);
28
27
  }
29
- const x = /* @__PURE__ */ c(r, [["render", _]]);
28
+ const x = /* @__PURE__ */ r(n, [["render", l]]);
30
29
  export {
31
30
  x as default
32
31
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ChipV4.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a4d3a12e"]]);
2
+ /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css"; //*');
4
+ const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-a221c649"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css"; import { defineComponent as i, openBlock as o, createElementBlock as d, mergeProps as s, unref as t, renderSlot as c, createVNode as f, withCtx as n, createTextVNode as p, toDisplayString as u } from "vue";
1
+ import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css"; import { defineComponent as i, openBlock as o, createElementBlock as d, mergeProps as s, unref as t, renderSlot as c, createVNode as f, withCtx as n, createTextVNode as p, toDisplayString as u } from "vue";
2
2
  import { ChipTestIdModifiers as a } from "../../../testids/index.js";
3
3
  import { useTestIdAttrs as m } from "../../../utils/testIds.js";
4
4
  import h from "../../typography/v4/Typography.vue.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./ColumnPicker.vue2.js";
2
2
  /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ea8c7024"]]);
3
+ // import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-01c4e08f"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css"; import { defineComponent as ie, ref as K, watch as ne, computed as c, provide as se, openBlock as d, createElementBlock as m, Fragment as S, renderSlot as oe, createVNode as r, unref as s, withCtx as p, createElementVNode as u, mergeProps as ae, renderList as R, withModifiers as U, createTextVNode as k, toDisplayString as V, withDirectives as de, createBlock as W, vShow as re, createCommentVNode as q, isRef as ue } from "vue";
1
+ import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css"; import { defineComponent as ie, ref as K, watch as ne, computed as c, provide as se, openBlock as d, createElementBlock as m, Fragment as S, renderSlot as oe, createVNode as r, unref as s, withCtx as p, createElementVNode as u, mergeProps as ae, renderList as R, withModifiers as U, createTextVNode as k, toDisplayString as V, withDirectives as de, createBlock as W, vShow as re, createCommentVNode as q, isRef as ue } from "vue";
2
2
  import ce from "./OptionChip.vue.js";
3
3
  import "../dropdown/v4/DropdownV4.vue.js";
4
4
  import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./DialogV4.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-cc99f1e3"]]);
2
+ /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css"; //*');
4
+ const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-a6710278"]]);
5
5
  export {
6
- t as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css"; import { defineComponent as k, openBlock as l, createBlock as s, Teleport as T, createVNode as L, Transition as D, withCtx as d, unref as t, createElementBlock as C, createElementVNode as g, mergeProps as B, renderSlot as b, createCommentVNode as u, createTextVNode as O, toDisplayString as p } from "vue";
1
+ import "../../../DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css"; import { defineComponent as k, openBlock as l, createBlock as s, Teleport as T, createVNode as L, Transition as D, withCtx as d, unref as t, createElementBlock as C, createElementVNode as g, mergeProps as B, renderSlot as b, createCommentVNode as u, createTextVNode as O, toDisplayString as p } from "vue";
2
2
  import { NOOP as I } from "@vue/shared";
3
3
  import N from "../../typography/v4/Typography.vue.js";
4
4
  import { Reason as v } from "../common/Reason.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./AppDropdownTrigger.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-858cefbf"]]);
3
+ // import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c3062e84_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c3062e84"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css"; import { defineComponent as B, computed as y, ref as O, watch as w, nextTick as z, openBlock as a, createElementBlock as i, normalizeClass as N, createElementVNode as d, mergeProps as C, unref as t, renderSlot as f, createCommentVNode as c, createVNode as s, withCtx as m, toDisplayString as S } from "vue";
1
+ import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c3062e84_lang.css"; import { defineComponent as B, computed as y, ref as O, watch as w, nextTick as z, openBlock as a, createElementBlock as i, normalizeClass as N, createElementVNode as d, mergeProps as C, unref as t, renderSlot as f, createCommentVNode as c, createVNode as s, withCtx as m, toDisplayString as S } from "vue";
2
2
  import r from "../../icon/v4/IconV4.vue.js";
3
3
  import "../../icon/v4/IconFlag.vue.js";
4
4
  import D from "../../typography/v4/Typography.vue.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./DefaultDropdownTrigger.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css"; //*');
4
- const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3bc0f416"]]);
3
+ // import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css"; //*');
4
+ const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a6900fa6"]]);
5
5
  export {
6
- p as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css"; import { defineComponent as I, computed as f, openBlock as o, createElementBlock as d, createBlock as T, createCommentVNode as n, createElementVNode as p, mergeProps as y, unref as l, renderSlot as r, createVNode as s, withCtx as g, createTextVNode as x, toDisplayString as B } from "vue";
1
+ import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css"; import { defineComponent as I, computed as f, openBlock as o, createElementBlock as d, createBlock as T, createCommentVNode as n, createElementVNode as p, mergeProps as y, unref as l, renderSlot as r, createVNode as s, withCtx as g, createTextVNode as x, toDisplayString as B } from "vue";
2
2
  import w from "../../typography/v4/Typography.vue.js";
3
3
  import { DropdownTestIdModifiers as c } from "../../../testids/index.js";
4
4
  import m from "../../icon/v4/IconV4.vue.js";
@@ -1,8 +1,8 @@
1
1
  import o from "./DropdownV4.vue2.js";
2
- /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css"; //*');
2
+ /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-445ebb01"]]);
5
+ const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-526bf0a1"]]);
6
6
  export {
7
7
  r as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as he, computed as L, watch as ke, toRaw as S, openBlock as a, createElementBlock as s, mergeProps as m, unref as t, renderSlot as u, createElementVNode as f, createVNode as d, withCtx as c, Transition as we, normalizeClass as B, normalizeStyle as be, createTextVNode as k, createCommentVNode as r, isRef as Ie, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as ve, createSlots as Ce, createBlock as F, resolveDynamicComponent as Ke } from "vue";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as he, computed as L, watch as ke, toRaw as S, openBlock as a, createElementBlock as s, mergeProps as m, unref as t, renderSlot as u, createElementVNode as f, createVNode as d, withCtx as c, Transition as we, normalizeClass as B, normalizeStyle as be, createTextVNode as k, createCommentVNode as r, isRef as Ie, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as ve, createSlots as Ce, createBlock as F, resolveDynamicComponent as Ke } from "vue";
2
2
  import P from "../../button/v4/ButtonV4.vue.js";
3
3
  import "../../button/v4/IconButtonV4.vue.js";
4
4
  import "../../button/v4/ButtonGroup.vue.js";
@@ -419,7 +419,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
419
419
  ref: ce,
420
420
  size: "small",
421
421
  variant: "outlined",
422
- color: "primary"
422
+ color: "default"
423
423
  },
424
424
  t(g)[t(p).ACTION_CANCEL],
425
425
  { onClick: t(ae) }
@@ -1,7 +1,7 @@
1
1
  import o from "./GroupOption.vue2.js";
2
- /* empty css */import p from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css"; //*');
4
- const s = /* @__PURE__ */ p(o, [["__scopeId", "data-v-5f372a81"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-1e5170b3"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css"; import { defineComponent as i, ref as l, openBlock as f, createElementBlock as s, withModifiers as a, unref as o, createVNode as u, withCtx as m, renderSlot as d } from "vue";
1
+ import "../../../GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css"; import { defineComponent as i, ref as l, openBlock as f, createElementBlock as s, withModifiers as a, unref as o, createVNode as u, withCtx as m, renderSlot as d } from "vue";
2
2
  import { NOOP as r } from "@vue/shared";
3
3
  import c from "../../typography/v4/Typography.vue.js";
4
4
  const y = /* @__PURE__ */ i({
@@ -0,0 +1,68 @@
1
+ import { TooltipTriggers } from '@/components/tooltip/common/Tooltip.types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ variant?: "caption" | "h5" | "body1" | "body2";
4
+ color?: "default" | "primary" | "secondary";
5
+ disabled?: boolean;
6
+ testId?: string;
7
+ tooltipDisabled?: boolean;
8
+ tooltipTriggers?: TooltipTriggers[];
9
+ tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
10
+ }>, {
11
+ variant: string;
12
+ color: string;
13
+ disabled: boolean;
14
+ testId: string;
15
+ tooltipDisabled: boolean;
16
+ tooltipTriggers: () => string[];
17
+ tooltipPlacement: string;
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
+ variant?: "caption" | "h5" | "body1" | "body2";
20
+ color?: "default" | "primary" | "secondary";
21
+ disabled?: boolean;
22
+ testId?: string;
23
+ tooltipDisabled?: boolean;
24
+ tooltipTriggers?: TooltipTriggers[];
25
+ tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
26
+ }>, {
27
+ variant: string;
28
+ color: string;
29
+ disabled: boolean;
30
+ testId: string;
31
+ tooltipDisabled: boolean;
32
+ tooltipTriggers: () => string[];
33
+ tooltipPlacement: string;
34
+ }>>>, {
35
+ testId: string;
36
+ variant: "caption" | "h5" | "body1" | "body2";
37
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
38
+ disabled: boolean;
39
+ color: "default" | "primary" | "secondary";
40
+ tooltipDisabled: boolean;
41
+ tooltipTriggers: TooltipTriggers[];
42
+ }>, {
43
+ default?(_: {}): any;
44
+ tooltip?(_: {}): any;
45
+ }>;
46
+ export default _default;
47
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ type __VLS_TypePropsToRuntimeProps<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: import('vue').PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
56
+ type __VLS_WithDefaults<P, D> = {
57
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
58
+ default: D[K];
59
+ }> : P[K];
60
+ };
61
+ type __VLS_Prettify<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
64
+ type __VLS_WithTemplateSlots<T, S> = T & {
65
+ new (): {
66
+ $slots: S;
67
+ };
68
+ };
@@ -0,0 +1,7 @@
1
+ import e from "./HelpText.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-641c2356"]]);
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,45 @@
1
+ import "../../HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css"; import { defineComponent as s, openBlock as n, createBlock as p, unref as e, mergeProps as d, withCtx as l, renderSlot as i, createVNode as f } from "vue";
2
+ import u from "../typography/v4/Typography.vue.js";
3
+ import m from "../tooltip/v4/TooltipV4.vue.js";
4
+ import { useTestIdAttrs as c } from "../../utils/testIds.js";
5
+ import { HelpTextTestIdModifiers as a } from "../../testids/index.js";
6
+ const y = /* @__PURE__ */ s({
7
+ __name: "HelpText",
8
+ props: {
9
+ variant: { default: "body1" },
10
+ color: { default: "default" },
11
+ disabled: { type: Boolean, default: !1 },
12
+ testId: { default: "" },
13
+ tooltipDisabled: { type: Boolean, default: !1 },
14
+ tooltipTriggers: { default: () => ["hover"] },
15
+ tooltipPlacement: { default: "auto" }
16
+ },
17
+ setup(t) {
18
+ const r = c(t.testId, a);
19
+ return (o, g) => (n(), p(e(m), d({
20
+ class: ["help-text", [`help-text--${t.color}`, { "help-text--disabled": t.disabled }]],
21
+ disabled: !o.$slots.tooltip || t.tooltipDisabled,
22
+ triggers: t.tooltipTriggers,
23
+ placement: t.tooltipPlacement
24
+ }, e(r)[e(a).TOOLTIP]), {
25
+ tooltip: l(() => [
26
+ i(o.$slots, "tooltip", {}, void 0, !0)
27
+ ]),
28
+ default: l(() => [
29
+ f(e(u), d(e(r)[e(a).TEXT], {
30
+ class: "underlined",
31
+ variant: t.variant
32
+ }), {
33
+ default: l(() => [
34
+ i(o.$slots, "default", {}, void 0, !0)
35
+ ]),
36
+ _: 3
37
+ }, 16, ["variant"])
38
+ ]),
39
+ _: 3
40
+ }, 16, ["class", "disabled", "triggers", "placement"]));
41
+ }
42
+ });
43
+ export {
44
+ y as default
45
+ };
@@ -0,0 +1,190 @@
1
+ declare const HelpTextTypes: () => ({
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ testId: string;
7
+ variant: "caption" | "h5" | "body1" | "body2";
8
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
9
+ disabled: boolean;
10
+ color: "default" | "primary" | "secondary";
11
+ tooltipDisabled: boolean;
12
+ tooltipTriggers: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
13
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
+ testId: {
15
+ type: import("vue").PropType<string>;
16
+ default: string;
17
+ };
18
+ variant: {
19
+ type: import("vue").PropType<"caption" | "h5" | "body1" | "body2">;
20
+ default: string;
21
+ };
22
+ tooltipPlacement: {
23
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
24
+ default: string;
25
+ };
26
+ disabled: {
27
+ type: import("vue").PropType<boolean>;
28
+ default: boolean;
29
+ };
30
+ color: {
31
+ type: import("vue").PropType<"default" | "primary" | "secondary">;
32
+ default: string;
33
+ };
34
+ tooltipDisabled: {
35
+ type: import("vue").PropType<boolean>;
36
+ default: boolean;
37
+ };
38
+ tooltipTriggers: {
39
+ type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
40
+ default: () => string[];
41
+ };
42
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "tooltipPlacement" | "disabled" | "color" | "tooltipDisabled" | "tooltipTriggers">;
43
+ $attrs: {
44
+ [x: string]: unknown;
45
+ };
46
+ $refs: {
47
+ [x: string]: unknown;
48
+ };
49
+ $slots: Readonly<{
50
+ [name: string]: import("vue").Slot;
51
+ }>;
52
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
53
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
54
+ $emit: (event: string, ...args: any[]) => void;
55
+ $el: any;
56
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
+ testId: {
58
+ type: import("vue").PropType<string>;
59
+ default: string;
60
+ };
61
+ variant: {
62
+ type: import("vue").PropType<"caption" | "h5" | "body1" | "body2">;
63
+ default: string;
64
+ };
65
+ tooltipPlacement: {
66
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
67
+ default: string;
68
+ };
69
+ disabled: {
70
+ type: import("vue").PropType<boolean>;
71
+ default: boolean;
72
+ };
73
+ color: {
74
+ type: import("vue").PropType<"default" | "primary" | "secondary">;
75
+ default: string;
76
+ };
77
+ tooltipDisabled: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
81
+ tooltipTriggers: {
82
+ type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
83
+ default: () => string[];
84
+ };
85
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
86
+ testId: string;
87
+ variant: "caption" | "h5" | "body1" | "body2";
88
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
89
+ disabled: boolean;
90
+ color: "default" | "primary" | "secondary";
91
+ tooltipDisabled: boolean;
92
+ tooltipTriggers: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
93
+ }, {}, string> & {
94
+ beforeCreate?: (() => void) | (() => void)[];
95
+ created?: (() => void) | (() => void)[];
96
+ beforeMount?: (() => void) | (() => void)[];
97
+ mounted?: (() => void) | (() => void)[];
98
+ beforeUpdate?: (() => void) | (() => void)[];
99
+ updated?: (() => void) | (() => void)[];
100
+ activated?: (() => void) | (() => void)[];
101
+ deactivated?: (() => void) | (() => void)[];
102
+ beforeDestroy?: (() => void) | (() => void)[];
103
+ beforeUnmount?: (() => void) | (() => void)[];
104
+ destroyed?: (() => void) | (() => void)[];
105
+ unmounted?: (() => void) | (() => void)[];
106
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
107
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
108
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
109
+ };
110
+ $forceUpdate: () => void;
111
+ $nextTick: typeof import("vue").nextTick;
112
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
113
+ } & Readonly<import("vue").ExtractPropTypes<{
114
+ testId: {
115
+ type: import("vue").PropType<string>;
116
+ default: string;
117
+ };
118
+ variant: {
119
+ type: import("vue").PropType<"caption" | "h5" | "body1" | "body2">;
120
+ default: string;
121
+ };
122
+ tooltipPlacement: {
123
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
124
+ default: string;
125
+ };
126
+ disabled: {
127
+ type: import("vue").PropType<boolean>;
128
+ default: boolean;
129
+ };
130
+ color: {
131
+ type: import("vue").PropType<"default" | "primary" | "secondary">;
132
+ default: string;
133
+ };
134
+ tooltipDisabled: {
135
+ type: import("vue").PropType<boolean>;
136
+ default: boolean;
137
+ };
138
+ tooltipTriggers: {
139
+ type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
140
+ default: () => string[];
141
+ };
142
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
143
+ __isFragment?: never;
144
+ __isTeleport?: never;
145
+ __isSuspense?: never;
146
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
147
+ testId: {
148
+ type: import("vue").PropType<string>;
149
+ default: string;
150
+ };
151
+ variant: {
152
+ type: import("vue").PropType<"caption" | "h5" | "body1" | "body2">;
153
+ default: string;
154
+ };
155
+ tooltipPlacement: {
156
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
157
+ default: string;
158
+ };
159
+ disabled: {
160
+ type: import("vue").PropType<boolean>;
161
+ default: boolean;
162
+ };
163
+ color: {
164
+ type: import("vue").PropType<"default" | "primary" | "secondary">;
165
+ default: string;
166
+ };
167
+ tooltipDisabled: {
168
+ type: import("vue").PropType<boolean>;
169
+ default: boolean;
170
+ };
171
+ tooltipTriggers: {
172
+ type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
173
+ default: () => string[];
174
+ };
175
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
+ testId: string;
177
+ variant: "caption" | "h5" | "body1" | "body2";
178
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
179
+ disabled: boolean;
180
+ color: "default" | "primary" | "secondary";
181
+ tooltipDisabled: boolean;
182
+ tooltipTriggers: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
183
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
184
+ $slots: {
185
+ default?(_: {}): any;
186
+ tooltip?(_: {}): any;
187
+ };
188
+ }))[];
189
+ export { default as HelpText } from './HelpText.vue';
190
+ export { HelpTextTypes };
@@ -0,0 +1,6 @@
1
+ import e from "./HelpText.vue.js";
2
+ const t = () => [e];
3
+ export {
4
+ e as HelpText,
5
+ t as HelpTextTypes
6
+ };
@@ -1,7 +1,7 @@
1
1
  import e from "./TextField.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-3b7a3661"]]);
3
+ // import "../../../TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-28fab783"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css"; import { defineComponent as te, computed as i, ref as le, openBlock as l, createElementBlock as s, mergeProps as d, unref as e, createBlock as f, createCommentVNode as n, createVNode as x, withCtx as b, createElementVNode as V, normalizeClass as F, renderSlot as z, createTextVNode as N, toDisplayString as $, withKeys as ae, withModifiers as D, normalizeProps as H } from "vue";
1
+ import "../../../TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css"; import { defineComponent as te, computed as i, ref as le, openBlock as l, createElementBlock as s, mergeProps as d, unref as e, createBlock as f, createCommentVNode as n, createVNode as x, withCtx as b, createElementVNode as V, normalizeClass as F, renderSlot as z, createTextVNode as N, toDisplayString as $, withKeys as ae, withModifiers as D, normalizeProps as H } from "vue";
2
2
  import h from "../../icon/v4/IconV4.vue.js";
3
3
  import "../../icon/v4/IconFlag.vue.js";
4
4
  import R from "../../tooltip/v4/TooltipV4.vue.js";
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
2
2
  href?: string;
3
3
  disabled?: boolean;
4
4
  color?: "default" | "primary";
5
- variant?: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
5
+ variant?: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
6
6
  iconName?: string;
7
7
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
8
8
  iconPosition?: "end" | "start";
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  href?: string;
31
31
  disabled?: boolean;
32
32
  color?: "default" | "primary";
33
- variant?: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
33
+ variant?: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
34
34
  iconName?: string;
35
35
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
36
36
  iconPosition?: "end" | "start";
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
56
56
  onClick?: () => any;
57
57
  }, {
58
58
  testId: string;
59
- variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
59
+ variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
60
60
  withTooltip: boolean;
61
61
  tooltipText: string;
62
62
  isTruncated: boolean;
@@ -1,7 +1,7 @@
1
- import o from "./Link.vue2.js";
2
- /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css"; //*');
4
- const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-1a766750"]]);
1
+ import e from "./Link.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css"; //*');
4
+ const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fe0e7f6f"]]);
5
5
  export {
6
- p as default
6
+ t as default
7
7
  };