@ironsource/shared-ui 2.1.11-rc.2 → 2.1.11-rc.5

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.
@@ -0,0 +1 @@
1
+ div[data-v-43b5cba4]{display:block}
@@ -0,0 +1 @@
1
+ .group-button-wrapper[data-v-c81a7d3e]{display:flex}.group-button-wrapper[data-v-c81a7d3e] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-c81a7d3e]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-c81a7d3e]{background:var(--default-light)}.group-button-wrapper .primary[data-v-c81a7d3e]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
@@ -15,7 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  };
16
16
  }>, {
17
17
  testId: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ }>, {
19
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
20
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
21
  "update:modelValue": (...args: any[]) => void;
20
22
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
23
  modelValue: "a" | "b";
@@ -1,7 +1,7 @@
1
1
  import o from "./ToggleButtonGroupAB.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9d9e51c0"]]);
3
+ // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c81a7d3e"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,12 +1,12 @@
1
- import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css"; import { defineComponent as I, ref as i, onMounted as b, openBlock as g, createElementBlock as k, createVNode as n, mergeProps as a, unref as e, withCtx as r, createTextVNode as f, createBlock as A, createElementVNode as C, renderSlot as N, createCommentVNode as w } from "vue";
2
- import c from "./ButtonV4.vue.js";
3
- import { useVModel as y } from "@vueuse/core";
4
- import O from "../../icon/v4/IconV4.vue.js";
1
+ import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; import { defineComponent as A, ref as s, onMounted as C, computed as y, openBlock as f, createElementBlock as N, createVNode as a, mergeProps as p, unref as e, withCtx as r, createTextVNode as B, createBlock as w, createElementVNode as O, renderSlot as R, createCommentVNode as x } from "vue";
2
+ import i from "./ButtonV4.vue.js";
3
+ import { useVModel as E } from "@vueuse/core";
4
+ import G from "../../icon/v4/IconV4.vue.js";
5
5
  import "../../icon/v4/IconFlag.vue.js";
6
- import x from "../../popover/v4/PopoverV4.vue.js";
7
- import { useTestIdAttrs as E } from "../../../utils/testIds.js";
8
- import { ToggleButtonGroupABTestIdModifiers as p } from "../../../testids/index.js";
9
- const G = { class: "group-button-wrapper" }, M = { class: "popover-trigger" }, D = /* @__PURE__ */ I({
6
+ import M from "../../popover/v4/PopoverV4.vue.js";
7
+ import { useTestIdAttrs as $ } from "../../../utils/testIds.js";
8
+ import { ToggleButtonGroupABTestIdModifiers as u } from "../../../testids/index.js";
9
+ const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K = /* @__PURE__ */ A({
10
10
  __name: "ToggleButtonGroupAB",
11
11
  props: {
12
12
  modelValue: null,
@@ -15,81 +15,86 @@ const G = { class: "group-button-wrapper" }, M = { class: "popover-trigger" }, D
15
15
  popoverProps: null
16
16
  },
17
17
  emits: ["update:modelValue"],
18
- setup(d, { emit: B }) {
19
- const t = d, m = i(!1), T = (o) => {
20
- m.value = o;
21
- }, u = E(
18
+ setup(d, { expose: T, emit: P }) {
19
+ const t = d, m = s(null), v = s(!1), _ = (o) => {
20
+ v.value = o;
21
+ }, c = $(
22
22
  t.testId,
23
- p,
23
+ u,
24
24
  !0
25
- ), P = i(
25
+ ), V = s(
26
26
  t.popoverProps ? { ...t.popoverProps } : {}
27
- ), l = i(), V = y(t, "modelValue", B);
28
- b(() => {
27
+ ), l = s(), k = E(t, "modelValue", P);
28
+ C(() => {
29
29
  l.value = t.modelValue;
30
30
  });
31
- const v = (o) => {
32
- l.value = o, V.value = o;
33
- };
34
- return (o, s) => (g(), k("div", G, [
35
- n(c, a({
31
+ const g = (o) => {
32
+ l.value = o, k.value = o;
33
+ }, I = y(() => m.value?.toggle);
34
+ return T({
35
+ toggle: I
36
+ }), (o, n) => (f(), N("div", h, [
37
+ a(i, p({
36
38
  class: ["toggle-button", { "selected-a": l.value === "a" }],
37
39
  color: "primary",
38
40
  variant: "outlined"
39
- }, e(u)[e(p).BUTTON_A], {
40
- onClick: s[0] || (s[0] = (_) => v("a"))
41
+ }, e(c)[e(u).BUTTON_A], {
42
+ onClick: n[0] || (n[0] = (b) => g("a"))
41
43
  }), {
42
44
  default: r(() => [
43
- f(" A ")
45
+ B(" A ")
44
46
  ]),
45
47
  _: 1
46
48
  }, 16, ["class"]),
47
- n(c, a({
49
+ a(i, p({
48
50
  class: ["toggle-button", { "selected-b": l.value === "b" }],
49
51
  color: "primary",
50
52
  variant: "outlined"
51
- }, e(u)[e(p).BUTTON_B], {
52
- onClick: s[1] || (s[1] = (_) => v("b"))
53
+ }, e(c)[e(u).BUTTON_B], {
54
+ onClick: n[1] || (n[1] = (b) => g("b"))
53
55
  }), {
54
56
  default: r(() => [
55
- f(" B ")
57
+ B(" B ")
56
58
  ]),
57
59
  _: 1
58
60
  }, 16, ["class"]),
59
- d.withPopover ? (g(), A(c, a({
61
+ d.withPopover ? (f(), w(i, p({
60
62
  key: 0,
61
63
  class: [
62
64
  "toggle-button",
63
65
  {
64
- "trigger-active": m.value
66
+ "trigger-active": v.value
65
67
  }
66
68
  ],
67
69
  color: "primary",
68
70
  variant: "outlined"
69
- }, e(u)[e(p).POPOVER_TRIGGER]), {
71
+ }, e(c)[e(u).POPOVER_TRIGGER]), {
70
72
  default: r(() => [
71
- n(e(x), a({
72
- ...P.value
73
- }, { onIsOpen: T }), {
73
+ a(e(M), p({
74
+ ref_key: "popoverRef",
75
+ ref: m
76
+ }, {
77
+ ...V.value
78
+ }, { onIsOpen: _ }), {
74
79
  trigger: r(() => [
75
- C("div", M, [
76
- n(e(O), {
80
+ O("div", U, [
81
+ a(e(G), {
77
82
  name: "caret-down",
78
83
  size: "16px"
79
84
  })
80
85
  ])
81
86
  ]),
82
87
  content: r(() => [
83
- N(o.$slots, "popover-content", {}, void 0, !0)
88
+ R(o.$slots, "popover-content", {}, void 0, !0)
84
89
  ]),
85
90
  _: 3
86
91
  }, 16)
87
92
  ]),
88
93
  _: 3
89
- }, 16, ["class"])) : w("", !0)
94
+ }, 16, ["class"])) : x("", !0)
90
95
  ]));
91
96
  }
92
97
  });
93
98
  export {
94
- D as default
99
+ K as default
95
100
  };
@@ -374,7 +374,9 @@ declare const ButtonTypes: () => (({
374
374
  };
375
375
  }>> & {
376
376
  "onUpdate:modelValue"?: (...args: any[]) => any;
377
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
377
+ }, {
378
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
379
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
378
380
  "update:modelValue": (...args: any[]) => void;
379
381
  }, string, {
380
382
  testId: string;
@@ -426,7 +428,9 @@ declare const ButtonTypes: () => (({
426
428
  };
427
429
  }>> & {
428
430
  "onUpdate:modelValue"?: (...args: any[]) => any;
429
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
431
+ } & import("vue").ShallowUnwrapRef<{
432
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
433
+ }> & {} & import("vue").ComponentCustomProperties & {};
430
434
  __isFragment?: never;
431
435
  __isTeleport?: never;
432
436
  __isSuspense?: never;
@@ -458,7 +462,9 @@ declare const ButtonTypes: () => (({
458
462
  };
459
463
  }>> & {
460
464
  "onUpdate:modelValue"?: (...args: any[]) => any;
461
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
465
+ }, {
466
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
467
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
462
468
  "update:modelValue": (...args: any[]) => void;
463
469
  }, string, {
464
470
  testId: string;
@@ -17,7 +17,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
17
  skidding: number;
18
18
  testId: string;
19
19
  popperClass: string;
20
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }>, {
21
+ toggle: (value?: boolean) => boolean;
22
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
23
  isOpen: (value: boolean) => void;
22
24
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
23
25
  autoHide?: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./PopoverV4.vue2.js";
2
2
  /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-74bbce13"]]);
3
+ // import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-43b5cba4"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css"; import { defineComponent as m, watch as c, openBlock as d, createBlock as f, unref as o, withCtx as i, createElementBlock as g, renderSlot as n, createCommentVNode as k, createElementVNode as v } from "vue";
2
- import { Dropdown as h } from "floating-vue";
3
- import { popoverCommon as C } from "../common/Popover.common.js";
4
- const w = ["data-testid"], b = /* @__PURE__ */ m({
1
+ import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css"; import { defineComponent as c, watch as f, openBlock as i, createBlock as g, unref as o, withCtx as n, createElementBlock as k, renderSlot as p, createCommentVNode as v, createElementVNode as h } from "vue";
2
+ import { Dropdown as C } from "floating-vue";
3
+ import { popoverCommon as w } from "../common/Popover.common.js";
4
+ const y = ["data-testid"], E = /* @__PURE__ */ c({
5
5
  __name: "PopoverV4",
6
6
  props: {
7
7
  autoHide: { type: Boolean, default: !1 },
@@ -14,11 +14,13 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
14
14
  popperClass: { default: "" }
15
15
  },
16
16
  emits: ["isOpen"],
17
- setup(e, { emit: p }) {
18
- const { popup: s, open: t, toggle: l, triggerRef: u } = C();
19
- return c(t, () => {
20
- p("isOpen", t.value);
21
- }), (a, r) => (d(), f(o(h), {
17
+ setup(e, { expose: s, emit: l }) {
18
+ const { popup: u, open: t, toggle: a, triggerRef: m } = w();
19
+ return f(t, () => {
20
+ l("isOpen", t.value);
21
+ }), s({
22
+ toggle: a
23
+ }), (r, d) => (i(), g(o(C), {
22
24
  theme: "custom-popover",
23
25
  placement: e.placement,
24
26
  shown: !!o(t),
@@ -28,24 +30,24 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
28
30
  skidding: e.skidding,
29
31
  "popper-class": [e.popperClass, "v4-popover__popper light-theme-v4"]
30
32
  }, {
31
- popper: i(() => [
32
- o(t) ? (d(), g("div", {
33
+ popper: n(() => [
34
+ o(t) ? (i(), k("div", {
33
35
  key: 0,
34
36
  ref_key: "popup",
35
- ref: s,
37
+ ref: u,
36
38
  class: "menu-popup",
37
39
  "data-testid": e.testId
38
40
  }, [
39
- n(a.$slots, "content", {}, void 0, !0)
40
- ], 8, w)) : k("", !0)
41
+ p(r.$slots, "content", {}, void 0, !0)
42
+ ], 8, y)) : v("", !0)
41
43
  ]),
42
- default: i(() => [
43
- v("div", {
44
+ default: n(() => [
45
+ h("div", {
44
46
  ref_key: "triggerRef",
45
- ref: u,
46
- onClick: r[0] || (r[0] = (y) => o(l)(!o(t)))
47
+ ref: m,
48
+ onClick: d[0] || (d[0] = (B) => o(a)(!o(t)))
47
49
  }, [
48
- n(a.$slots, "trigger", {}, void 0, !0)
50
+ p(r.$slots, "trigger", {}, void 0, !0)
49
51
  ], 512)
50
52
  ]),
51
53
  _: 3
@@ -53,5 +55,5 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
53
55
  }
54
56
  });
55
57
  export {
56
- b as default
58
+ E as default
57
59
  };
@@ -96,7 +96,9 @@ declare const PopoverTypes: () => ({
96
96
  };
97
97
  }>> & {
98
98
  onIsOpen?: (value: boolean) => any;
99
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
99
+ }, {
100
+ toggle: (value?: boolean) => boolean;
101
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
100
102
  isOpen: (value: boolean) => void;
101
103
  }, string, {
102
104
  testId: string;
@@ -162,7 +164,9 @@ declare const PopoverTypes: () => ({
162
164
  };
163
165
  }>> & {
164
166
  onIsOpen?: (value: boolean) => any;
165
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
167
+ } & import("vue").ShallowUnwrapRef<{
168
+ toggle: (value?: boolean) => boolean;
169
+ }> & {} & import("vue").ComponentCustomProperties & {};
166
170
  __isFragment?: never;
167
171
  __isTeleport?: never;
168
172
  __isSuspense?: never;
@@ -201,7 +205,9 @@ declare const PopoverTypes: () => ({
201
205
  };
202
206
  }>> & {
203
207
  onIsOpen?: (value: boolean) => any;
204
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
208
+ }, {
209
+ toggle: (value?: boolean) => boolean;
210
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
205
211
  isOpen: (value: boolean) => void;
206
212
  }, string, {
207
213
  testId: string;
package/index.d.ts CHANGED
@@ -116,7 +116,9 @@ declare const _default: {
116
116
  };
117
117
  }>> & {
118
118
  onIsOpen?: (value: boolean) => any;
119
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
119
+ }, {
120
+ toggle: (value?: boolean) => boolean;
121
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
122
  isOpen: (value: boolean) => void;
121
123
  }, string, {
122
124
  testId: string;
@@ -182,7 +184,9 @@ declare const _default: {
182
184
  };
183
185
  }>> & {
184
186
  onIsOpen?: (value: boolean) => any;
185
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
187
+ } & import("vue").ShallowUnwrapRef<{
188
+ toggle: (value?: boolean) => boolean;
189
+ }> & {} & import("vue").ComponentCustomProperties & {};
186
190
  __isFragment?: never;
187
191
  __isTeleport?: never;
188
192
  __isSuspense?: never;
@@ -221,7 +225,9 @@ declare const _default: {
221
225
  };
222
226
  }>> & {
223
227
  onIsOpen?: (value: boolean) => any;
224
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
228
+ }, {
229
+ toggle: (value?: boolean) => boolean;
230
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
225
231
  isOpen: (value: boolean) => void;
226
232
  }, string, {
227
233
  testId: string;
@@ -335,7 +341,9 @@ declare const _default: {
335
341
  };
336
342
  }>> & {
337
343
  onIsOpen?: (value: boolean) => any;
338
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
344
+ }, {
345
+ toggle: (value?: boolean) => boolean;
346
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
339
347
  isOpen: (value: boolean) => void;
340
348
  }, string, {
341
349
  testId: string;
@@ -401,7 +409,9 @@ declare const _default: {
401
409
  };
402
410
  }>> & {
403
411
  onIsOpen?: (value: boolean) => any;
404
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
412
+ } & import("vue").ShallowUnwrapRef<{
413
+ toggle: (value?: boolean) => boolean;
414
+ }> & {} & import("vue").ComponentCustomProperties & {};
405
415
  __isFragment?: never;
406
416
  __isTeleport?: never;
407
417
  __isSuspense?: never;
@@ -440,7 +450,9 @@ declare const _default: {
440
450
  };
441
451
  }>> & {
442
452
  onIsOpen?: (value: boolean) => any;
443
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
453
+ }, {
454
+ toggle: (value?: boolean) => boolean;
455
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
444
456
  isOpen: (value: boolean) => void;
445
457
  }, string, {
446
458
  testId: string;
@@ -23498,7 +23510,9 @@ declare const _default: {
23498
23510
  };
23499
23511
  }>> & {
23500
23512
  "onUpdate:modelValue"?: (...args: any[]) => any;
23501
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23513
+ }, {
23514
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23515
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23502
23516
  "update:modelValue": (...args: any[]) => void;
23503
23517
  }, string, {
23504
23518
  testId: string;
@@ -23550,7 +23564,9 @@ declare const _default: {
23550
23564
  };
23551
23565
  }>> & {
23552
23566
  "onUpdate:modelValue"?: (...args: any[]) => any;
23553
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
23567
+ } & import("vue").ShallowUnwrapRef<{
23568
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23569
+ }> & {} & import("vue").ComponentCustomProperties & {};
23554
23570
  __isFragment?: never;
23555
23571
  __isTeleport?: never;
23556
23572
  __isSuspense?: never;
@@ -23582,7 +23598,9 @@ declare const _default: {
23582
23598
  };
23583
23599
  }>> & {
23584
23600
  "onUpdate:modelValue"?: (...args: any[]) => any;
23585
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23601
+ }, {
23602
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23603
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23586
23604
  "update:modelValue": (...args: any[]) => void;
23587
23605
  }, string, {
23588
23606
  testId: string;
@@ -23963,7 +23981,9 @@ declare const _default: {
23963
23981
  };
23964
23982
  }>> & {
23965
23983
  "onUpdate:modelValue"?: (...args: any[]) => any;
23966
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23984
+ }, {
23985
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23986
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23967
23987
  "update:modelValue": (...args: any[]) => void;
23968
23988
  }, string, {
23969
23989
  testId: string;
@@ -24015,7 +24035,9 @@ declare const _default: {
24015
24035
  };
24016
24036
  }>> & {
24017
24037
  "onUpdate:modelValue"?: (...args: any[]) => any;
24018
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
24038
+ } & import("vue").ShallowUnwrapRef<{
24039
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24040
+ }> & {} & import("vue").ComponentCustomProperties & {};
24019
24041
  __isFragment?: never;
24020
24042
  __isTeleport?: never;
24021
24043
  __isSuspense?: never;
@@ -24047,7 +24069,9 @@ declare const _default: {
24047
24069
  };
24048
24070
  }>> & {
24049
24071
  "onUpdate:modelValue"?: (...args: any[]) => any;
24050
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24072
+ }, {
24073
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24074
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24051
24075
  "update:modelValue": (...args: any[]) => void;
24052
24076
  }, string, {
24053
24077
  testId: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AppIcon.vue_vue_type_style_index_0_scoped_56ba337c_lang.css';
1
+ import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
2
2
  import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as po } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.11-rc.2",
3
+ "version": "2.1.11-rc.5",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -209,7 +209,7 @@
209
209
  "./text": "./components/typography/Text.vue.js",
210
210
  "./heading": "./components/typography/Heading.vue.js",
211
211
  "./popover": "./components/popover/v3/Popover.vue.js",
212
- "./popove/v4": "./components/popover/v4/index.js",
212
+ "./popover/v4": "./components/popover/v4/index.js",
213
213
  "./input": "./components/input/v3/Input.vue.js",
214
214
  "./input/v4": "./components/input/v4/index.js",
215
215
  "./dollarInput": "./components/input/v3/DollarInput.vue.js",
@@ -1 +0,0 @@
1
- div[data-v-74bbce13]{display:block}
@@ -1 +0,0 @@
1
- .group-button-wrapper[data-v-9d9e51c0]{display:flex}.group-button-wrapper[data-v-9d9e51c0] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-9d9e51c0]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-9d9e51c0]{background:var(--default-light)}.group-button-wrapper .primary[data-v-9d9e51c0]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0]:hover{background-color:var(--abb);color:var(--common-inverse-white)}