@ironsource/shared-ui 2.2.0-rc.2 → 2.2.0-test.2

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 (104) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +1 -0
  4. package/ButtonV4.vue_vue_type_style_index_0_scoped_afe44a65_lang.css +1 -0
  5. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  6. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  7. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
  8. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  9. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  10. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  11. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  12. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  13. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  14. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  15. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  16. package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_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/components/alert/Alert.vue.d.ts +3 -8
  22. package/components/alert/Alert.vue.js +2 -2
  23. package/components/alert/Alert.vue2.js +48 -46
  24. package/components/alert/index.d.ts +8 -27
  25. package/components/appHeader/AppHeader.vue.js +3 -3
  26. package/components/appHeader/AppHeader.vue2.js +7 -7
  27. package/components/button/v4/ButtonV4.vue.js +4 -4
  28. package/components/button/v4/ButtonV4.vue2.js +1 -1
  29. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  30. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  31. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  32. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  33. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  34. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  35. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  36. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  37. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  38. package/components/chip/v4/ChipV4.vue.js +3 -3
  39. package/components/chip/v4/ChipV4.vue2.js +1 -1
  40. package/components/columnPicker/ColumnPicker.vue.js +2 -2
  41. package/components/columnPicker/ColumnPicker.vue2.js +1 -1
  42. package/components/dialog/v4/DialogV4.vue.js +4 -4
  43. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  44. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  45. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  46. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  48. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  49. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  50. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  51. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  52. package/components/helpText/HelpText.vue.d.ts +68 -0
  53. package/components/helpText/HelpText.vue.js +7 -0
  54. package/components/helpText/HelpText.vue2.js +45 -0
  55. package/components/helpText/index.d.ts +190 -0
  56. package/components/helpText/index.js +6 -0
  57. package/components/input/v4/TextField.vue.js +2 -2
  58. package/components/input/v4/TextField.vue2.js +1 -1
  59. package/components/link/Link.vue.d.ts +3 -3
  60. package/components/link/Link.vue.js +5 -5
  61. package/components/link/Link.vue2.js +1 -1
  62. package/components/link/index.d.ts +7 -7
  63. package/components/multibar/MultiBar.vue.js +3 -3
  64. package/components/multibar/MultiBar.vue2.js +1 -1
  65. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  66. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  67. package/components/switch/v4/SwitchV4.vue.js +2 -2
  68. package/components/switch/v4/SwitchV4.vue2.js +1 -1
  69. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  70. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  71. package/design-foundation.stories/colors/ColorsData.d.ts +51 -47
  72. package/index.d.ts +1 -0
  73. package/index.js +95 -91
  74. package/package.json +7 -2
  75. package/style/v4/colors.scss +88 -83
  76. package/style/v4/grid.css +1 -1
  77. package/style/v4/grid.css.map +1 -1
  78. package/testids/index.d.ts +4 -0
  79. package/testids/index.js +38 -37
  80. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  81. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  82. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  83. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  84. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  85. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  86. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  87. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  88. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  89. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  90. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  91. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  92. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  93. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  94. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  95. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  96. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  97. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  98. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  99. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  100. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  101. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  102. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  103. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  104. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
@@ -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
  };
@@ -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_4f3c7037_lang.css"; //*');
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4f3c7037"]]);
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_4f3c7037_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 o from "./SwitchV4.vue2.js";
2
2
  /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-cd6621a7"]]);
3
+ // import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-0a80c49f"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css"; import { defineComponent as T, ref as h, onMounted as k, openBlock as c, createElementBlock as r, normalizeClass as m, unref as a, Fragment as x, renderList as V, createBlock as w, withCtx as y, createVNode as C } from "vue";
1
+ import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css"; import { defineComponent as T, ref as h, onMounted as k, openBlock as c, createElementBlock as r, normalizeClass as m, unref as a, Fragment as x, renderList as V, createBlock as w, withCtx as y, createVNode as C } from "vue";
2
2
  import { useVModel as I } from "@vueuse/core";
3
3
  import { SwitchTestIdModifiers as u } from "../../../testids/index.js";
4
4
  import "../../button/v4/ButtonV4.vue.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';