@ironsource/shared-ui 2.2.0-rc.4 → 2.2.0-rc.40

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 (192) 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_18bc6c0d_lang.css +1 -0
  4. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  5. package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
  6. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
  7. package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
  8. package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
  9. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  10. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  11. package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
  12. package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
  13. package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
  14. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
  15. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  18. package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
  19. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  20. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  21. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  22. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  23. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  24. package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
  25. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  26. package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
  27. package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
  28. package/Tag.vue_vue_type_style_index_0_scoped_3a5abbc4_lang.css +1 -0
  29. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  30. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  31. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  32. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  33. package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
  34. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  35. package/components/alert/Alert.vue.d.ts +3 -8
  36. package/components/alert/Alert.vue.js +2 -2
  37. package/components/alert/Alert.vue2.js +48 -46
  38. package/components/alert/index.d.ts +8 -27
  39. package/components/appHeader/AppHeader.vue.js +2 -2
  40. package/components/appHeader/AppHeader.vue2.js +44 -45
  41. package/components/button/v4/ButtonV4.vue.js +4 -4
  42. package/components/button/v4/ButtonV4.vue2.js +1 -1
  43. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  44. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  45. package/components/chart/Chart.vue.d.ts +5 -0
  46. package/components/chart/Chart.vue.js +3 -3
  47. package/components/chart/Chart.vue2.js +17 -15
  48. package/components/chart/ChartHeader.vue.js +2 -2
  49. package/components/chart/ChartHeader.vue2.js +2 -2
  50. package/components/chart/composables/useChartHeight.d.ts +1 -1
  51. package/components/chart/composables/useChartHeight.js +16 -15
  52. package/components/chart/index.d.ts +20 -1
  53. package/components/chart/types.d.ts +1 -0
  54. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  55. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  56. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  57. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  58. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  59. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  60. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  61. package/components/chip/v4/ChipV4.vue.js +3 -3
  62. package/components/chip/v4/ChipV4.vue2.js +1 -1
  63. package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
  64. package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
  65. package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
  66. package/components/columnPicker/ColumnPicker.vue.js +3 -3
  67. package/components/columnPicker/ColumnPicker.vue2.js +173 -153
  68. package/components/columnPicker/index.d.ts +7 -1
  69. package/components/dateRange/common/CalendarMonth.common.js +46 -41
  70. package/components/dateRange/common/DateRange.common.d.ts +1 -0
  71. package/components/dateRange/common/DateRange.common.js +39 -38
  72. package/components/dateRange/common/consts.common.d.ts +5 -0
  73. package/components/dateRange/common/consts.common.js +9 -0
  74. package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
  75. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  76. package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
  77. package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
  78. package/components/dateRange/v3/DateRange.vue.js +2 -2
  79. package/components/dateRange/v3/DateRange.vue2.js +2 -1
  80. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  81. package/components/dateRange/v3/index.d.ts +27 -8
  82. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
  83. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  84. package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
  85. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  86. package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
  87. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  88. package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
  89. package/components/dateRange/v4/index.d.ts +27 -8
  90. package/components/dialog/v4/DialogV4.vue.js +4 -4
  91. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  92. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  93. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  94. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  95. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  96. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  97. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  98. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  99. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  100. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  101. package/components/forms/FormCard.vue.js +3 -3
  102. package/components/forms/FormCard.vue2.js +5 -5
  103. package/components/helpText/HelpText.vue.d.ts +68 -0
  104. package/components/helpText/HelpText.vue.js +7 -0
  105. package/components/helpText/HelpText.vue2.js +45 -0
  106. package/components/helpText/index.d.ts +190 -0
  107. package/components/helpText/index.js +6 -0
  108. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  109. package/components/icon/v4/IconV4.vue.js +2 -2
  110. package/components/icon/v4/IconV4.vue2.js +27 -26
  111. package/components/icon/v4/index.d.ts +20 -1
  112. package/components/input/v4/TextField.vue.js +2 -2
  113. package/components/input/v4/TextField.vue2.js +1 -1
  114. package/components/link/Link.vue.d.ts +3 -3
  115. package/components/link/Link.vue.js +5 -5
  116. package/components/link/Link.vue2.js +1 -1
  117. package/components/link/index.d.ts +7 -7
  118. package/components/multibar/MultiBar.vue.js +3 -3
  119. package/components/multibar/MultiBar.vue2.js +1 -1
  120. package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
  121. package/components/popover/v4/PopoverV4.vue.js +2 -2
  122. package/components/popover/v4/PopoverV4.vue2.js +11 -9
  123. package/components/popover/v4/index.d.ts +41 -1
  124. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  125. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  126. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  127. package/components/switch/v4/SwitchV4.vue.js +4 -4
  128. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  129. package/components/switch/v4/index.d.ts +9 -0
  130. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  131. package/components/table/v4/DataGrid.vue.js +4 -4
  132. package/components/table/v4/DataGrid.vue2.js +82 -80
  133. package/components/table/v4/index.d.ts +7 -1
  134. package/components/tag/Tag.vue.d.ts +126 -0
  135. package/components/tag/Tag.vue.js +7 -0
  136. package/components/tag/Tag.vue2.js +249 -0
  137. package/components/tag/index.d.ts +183 -0
  138. package/components/tag/index.js +6 -0
  139. package/components/tagsField/index.d.ts +42 -3
  140. package/components/tagsField/index.js +6 -4
  141. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  142. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  143. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  144. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  145. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  146. package/components/tooltip/v4/index.d.ts +20 -1
  147. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  148. package/index.d.ts +270 -44
  149. package/index.js +108 -98
  150. package/package.json +12 -3
  151. package/style/v4/colors.scss +89 -84
  152. package/style/v4/grid.css +1 -1
  153. package/style/v4/grid.css.map +1 -1
  154. package/testids/index.d.ts +4 -0
  155. package/testids/index.js +38 -37
  156. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  157. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  158. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  159. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  160. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  161. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  162. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
  163. package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css +0 -1
  164. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  165. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  166. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  167. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  168. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
  169. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
  170. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  171. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  172. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  173. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
  174. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  175. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  176. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  177. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  178. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
  179. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  180. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
  181. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  182. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  183. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  184. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  185. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
  186. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  187. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  188. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  189. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  190. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  191. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  192. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
@@ -1,4 +1,4 @@
1
- import "../../FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
1
+ import "../../FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
2
2
  import b from "../typography/v4/Typography.vue.js";
3
3
  import k from "../button/v4/ButtonV4.vue.js";
4
4
  import "../button/v4/IconButtonV4.vue.js";
@@ -7,7 +7,7 @@ import "../button/v4/ToggleButtonGroupAB.vue.js";
7
7
  import { FormCardTestIdModifiers as o } from "../../testids/index.js";
8
8
  import { useTestIdAttrs as N } from "../../utils/testIds.js";
9
9
  import i from "../skeleton/v4/SkeletonV4.vue.js";
10
- const p = { class: "form-card" }, h = {
10
+ const h = { class: "form-card" }, p = {
11
11
  key: 1,
12
12
  class: "content-skeleton-container"
13
13
  }, F = /* @__PURE__ */ B({
@@ -27,7 +27,7 @@ const p = { class: "form-card" }, h = {
27
27
  setup(t, { emit: y }) {
28
28
  const l = N(t.testId, o);
29
29
  return (r, s) => (d(), c("div", null, [
30
- f("div", p, [
30
+ f("div", h, [
31
31
  f("header", n({ class: "card-header" }, e(l)[e(o).TITLE]), [
32
32
  t.isLoading ? (d(), T(e(i), {
33
33
  key: 1,
@@ -46,7 +46,7 @@ const p = { class: "form-card" }, h = {
46
46
  f("div", n({
47
47
  class: ["card-content", { "card-content--no-padding": t.noPadding }]
48
48
  }, e(l)[e(o).CONTENT]), [
49
- t.isLoading ? (d(), c("div", h, [
49
+ t.isLoading ? (d(), c("div", p, [
50
50
  a(e(i), {
51
51
  type: "rectangle",
52
52
  size: 20,
@@ -85,7 +85,7 @@ const p = { class: "form-card" }, h = {
85
85
  class: "form-action",
86
86
  loading: t.saveLoading
87
87
  }, e(l)[e(o).SAVE_BUTTON], {
88
- disabled: t.saveDisabled || t.isLoading,
88
+ disabled: t.saveDisabled || t.isLoading || t.saveLoading,
89
89
  onClick: s[1] || (s[1] = (L) => y("save"))
90
90
  }), {
91
91
  default: u(() => [
@@ -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
+ };
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  height?: string;
7
7
  width?: string;
8
8
  platform?: string;
9
+ circled?: boolean;
9
10
  }>, {
10
11
  name: any;
11
12
  size: any;
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
15
  height: any;
15
16
  width: any;
16
17
  platform: any;
18
+ circled: boolean;
17
19
  }>, {}, 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<{
18
20
  type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19
21
  name?: string;
@@ -22,6 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
24
  height?: string;
23
25
  width?: string;
24
26
  platform?: string;
27
+ circled?: boolean;
25
28
  }>, {
26
29
  name: any;
27
30
  size: any;
@@ -30,6 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
33
  height: any;
31
34
  width: any;
32
35
  platform: any;
36
+ circled: boolean;
33
37
  }>>>, {
34
38
  name: string;
35
39
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -38,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
38
42
  height: string;
39
43
  width: string;
40
44
  platform: string;
45
+ circled: boolean;
41
46
  }>, {
42
47
  default?(_: {}): any;
43
48
  }>;
@@ -1,7 +1,7 @@
1
1
  import o from "./IconV4.vue2.js";
2
2
  /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; //*');
4
- const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-dc433d48"]]);
3
+ // import "../../../IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css"; //*');
4
+ const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-6683c5b5"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; import { defineComponent as S, useCssVars as w, unref as s, useSlots as C, computed as o, watch as _, openBlock as u, createElementBlock as f, normalizeClass as b, createCommentVNode as z, renderSlot as I } from "vue";
2
- import { useStorage as T } from "../../../composables/useStorage.js";
3
- import { ASSETS_BASE_URL as U } from "./consts.js";
4
- const V = ["innerHTML"], B = /* @__PURE__ */ S({
1
+ import "../../../IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css"; import { defineComponent as w, useCssVars as C, unref as l, useSlots as b, computed as o, watch as _, openBlock as u, createElementBlock as f, normalizeClass as p, createCommentVNode as z, renderSlot as B } from "vue";
2
+ import { useStorage as I } from "../../../composables/useStorage.js";
3
+ import { ASSETS_BASE_URL as T } from "./consts.js";
4
+ const U = ["innerHTML"], x = /* @__PURE__ */ w({
5
5
  __name: "IconV4",
6
6
  props: {
7
7
  type: { default: "regular" },
@@ -10,62 +10,63 @@ const V = ["innerHTML"], B = /* @__PURE__ */ S({
10
10
  size: { default: null },
11
11
  height: { default: null },
12
12
  width: { default: null },
13
- platform: { default: null }
13
+ platform: { default: null },
14
+ circled: { type: Boolean, default: !1 }
14
15
  },
15
16
  setup(r) {
16
17
  const e = r;
17
- w((t) => ({
18
- "3d423be4": s(d),
19
- "513646c9": s(m),
20
- ad86ac0c: r.color
18
+ C((t) => ({
19
+ "9a94b0d2": l(m),
20
+ eb9f5d14: l(h),
21
+ "047031a6": r.color
21
22
  }));
22
- const a = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, p = C(), d = o(() => e.size || e.width), m = o(() => e.size || e.height), h = o(
23
+ const a = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, d = b(), m = o(() => e.size || e.width), h = o(() => e.size || e.height), y = o(
23
24
  () => e.platform ? `${e.type}/${e.platform}` : e.type
24
- ), y = o(() => {
25
+ ), g = o(() => {
25
26
  if (!e.name)
26
27
  return "";
27
28
  const t = e.name.split("/");
28
29
  return [e.name ? `icon-name--${t.at(-1)}` : ""];
29
30
  }), c = o(() => {
30
- if (p.default)
31
+ if (d.default)
31
32
  return "";
32
33
  if (!e.name)
33
34
  return console.error("Please provided icon name"), "";
34
35
  const t = e.type === "regular" || e.type === "bold" || e.type === "fill" ? "ph/" : "v4/", n = e.type === "bold" || e.type === "fill" ? `-${e.type}` : "";
35
- return `${U}/icons/${t}${h.value}/${e.name}${n}.svg`;
36
- }), l = T(`icon-${e.type}--${e.name}`);
37
- function g(t) {
36
+ return `${T}/icons/${t}${y.value}/${e.name}${n}.svg`;
37
+ }), s = I(`icon-${e.type}--${e.name}`);
38
+ function v(t) {
38
39
  return a[t] || (a[t] = fetch(t).then((n) => n.text()).finally(() => {
39
40
  delete a[t];
40
41
  }).catch((n) => {
41
42
  console.error(n);
42
43
  })), a[t];
43
44
  }
44
- function v(t) {
45
+ function $(t) {
45
46
  return t.replace(
46
47
  /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
47
48
  ""
48
49
  );
49
50
  }
50
51
  function i() {
51
- g(c.value).then((t) => {
52
- typeof t == "string" && t.startsWith("<svg") && (l.value = t);
52
+ v(c.value).then((t) => {
53
+ typeof t == "string" && t.startsWith("<svg") && (s.value = t);
53
54
  });
54
55
  }
55
- !l.value && c.value && i();
56
- const $ = o(() => v(l.value ?? ""));
56
+ !s.value && c.value && i();
57
+ const S = o(() => $(s.value ?? ""));
57
58
  return _(() => e.name, i), (t, n) => (u(), f("span", {
58
- class: b(["icon", s(y)])
59
+ class: p(["icon", l(g)])
59
60
  }, [
60
61
  t.$slots.default ? z("", !0) : (u(), f("span", {
61
62
  key: 0,
62
- class: "icon-wrapper",
63
- innerHTML: s($)
64
- }, null, 8, V)),
65
- I(t.$slots, "default", {}, void 0, !0)
63
+ class: p(["icon-wrapper", { "icon-wrapper--circled": r.circled }]),
64
+ innerHTML: l(S)
65
+ }, null, 10, U)),
66
+ B(t.$slots, "default", {}, void 0, !0)
66
67
  ], 2));
67
68
  }
68
69
  });
69
70
  export {
70
- B as default
71
+ x as default
71
72
  };
@@ -11,6 +11,7 @@ declare const IconTypes: () => ({
11
11
  height: string;
12
12
  width: string;
13
13
  platform: string;
14
+ circled: boolean;
14
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
16
  name: {
16
17
  type: import("vue").PropType<string>;
@@ -40,7 +41,11 @@ declare const IconTypes: () => ({
40
41
  type: import("vue").PropType<string>;
41
42
  default: any;
42
43
  };
43
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
44
+ circled: {
45
+ type: import("vue").PropType<boolean>;
46
+ default: boolean;
47
+ };
48
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
44
49
  $attrs: {
45
50
  [x: string]: unknown;
46
51
  };
@@ -83,6 +88,10 @@ declare const IconTypes: () => ({
83
88
  type: import("vue").PropType<string>;
84
89
  default: any;
85
90
  };
91
+ circled: {
92
+ type: import("vue").PropType<boolean>;
93
+ default: boolean;
94
+ };
86
95
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
87
96
  name: string;
88
97
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -91,6 +100,7 @@ declare const IconTypes: () => ({
91
100
  height: string;
92
101
  width: string;
93
102
  platform: string;
103
+ circled: boolean;
94
104
  }, {}, string> & {
95
105
  beforeCreate?: (() => void) | (() => void)[];
96
106
  created?: (() => void) | (() => void)[];
@@ -140,6 +150,10 @@ declare const IconTypes: () => ({
140
150
  type: import("vue").PropType<string>;
141
151
  default: any;
142
152
  };
153
+ circled: {
154
+ type: import("vue").PropType<boolean>;
155
+ default: boolean;
156
+ };
143
157
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
144
158
  __isFragment?: never;
145
159
  __isTeleport?: never;
@@ -173,6 +187,10 @@ declare const IconTypes: () => ({
173
187
  type: import("vue").PropType<string>;
174
188
  default: any;
175
189
  };
190
+ circled: {
191
+ type: import("vue").PropType<boolean>;
192
+ default: boolean;
193
+ };
176
194
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
177
195
  name: string;
178
196
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -181,6 +199,7 @@ declare const IconTypes: () => ({
181
199
  height: string;
182
200
  width: string;
183
201
  platform: string;
202
+ circled: boolean;
184
203
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
185
204
  $slots: {
186
205
  default?(_: {}): any;
@@ -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
  };