@ironsource/shared-ui 2.2.0-rc.20 → 2.2.0-rc.22

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
+ @import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-bdbc1b68],.font-chart-2[data-v-bdbc1b68],.font-chart-1[data-v-bdbc1b68]{font-family:Inter,sans-serif;font-weight:700}.chip-input-sizer[data-v-bdbc1b68],.chip-input[data-v-bdbc1b68],.font-chip-label[data-v-bdbc1b68],.font-table-label[data-v-bdbc1b68],.font-button[data-v-bdbc1b68],.font-heading-6[data-v-bdbc1b68],.font-heading-5[data-v-bdbc1b68],.font-heading-4[data-v-bdbc1b68],.font-heading-3[data-v-bdbc1b68],.font-heading-2[data-v-bdbc1b68],.font-heading-1[data-v-bdbc1b68],.font-title[data-v-bdbc1b68]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-bdbc1b68],.font-input-label[data-v-bdbc1b68],.font-overline[data-v-bdbc1b68],.font-subtitle-2[data-v-bdbc1b68],.font-subtitle-1[data-v-bdbc1b68]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-bdbc1b68],.font-body-2[data-v-bdbc1b68],.font-body-1[data-v-bdbc1b68]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-bdbc1b68]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-bdbc1b68]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-bdbc1b68]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-bdbc1b68]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-bdbc1b68]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-bdbc1b68]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-bdbc1b68]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-bdbc1b68]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-bdbc1b68]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-bdbc1b68]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-bdbc1b68]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-bdbc1b68]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-bdbc1b68]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-bdbc1b68]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-bdbc1b68]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-bdbc1b68]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-bdbc1b68]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-bdbc1b68]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-bdbc1b68],.font-tab-label2[data-v-bdbc1b68]{font-size:.875rem;line-height:1rem}.chip-input-sizer[data-v-bdbc1b68],.chip-input[data-v-bdbc1b68],.font-chip-label[data-v-bdbc1b68]{font-size:.75rem;line-height:1rem}h1[data-v-bdbc1b68],h2[data-v-bdbc1b68],h3[data-v-bdbc1b68],h4[data-v-bdbc1b68],h5[data-v-bdbc1b68],h6[data-v-bdbc1b68]{margin:0}.rounded-chip[data-v-bdbc1b68]{border-radius:100px}.tags-field-chip--editing[data-v-bdbc1b68]{outline:1px solid var(--outline-color)}.chip-content[data-v-bdbc1b68]{display:flex;align-items:center;position:relative;min-width:.625rem;max-width:31.25rem}.chip-label[data-v-bdbc1b68]{min-width:.5rem}.chip-label--hidden[data-v-bdbc1b68]{visibility:hidden}.chip-input[data-v-bdbc1b68]{position:static;width:auto;background:transparent;min-width:.6rem;padding:0;border:none;max-width:100%;overflow-x:auto;white-space:nowrap}.chip-input[data-v-bdbc1b68]:focus{outline:none}.chip-input-outline[data-v-bdbc1b68]::placeholder{color:var(--action-disabled)}.clear-button[data-v-bdbc1b68]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-bdbc1b68]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-bdbc1b68]{color:var(--error-dark)}.clear-button--invalid[data-v-bdbc1b68]:hover{color:var(--error-darker)}.chip-input-sizer[data-v-bdbc1b68]{position:absolute;visibility:hidden;height:0;white-space:pre;pointer-events:none;padding:0}
@@ -150,7 +150,7 @@ const pe = (o, y) => {
150
150
  const l = C.value.find(
151
151
  (h) => h.id === e.preset
152
152
  );
153
- i.value = l.id, t = !0;
153
+ i.value = l?.id, t = !!l;
154
154
  }
155
155
  const a = {
156
156
  from: new Date(e.from),
@@ -1,29 +1,72 @@
1
+ import { ChipSize, ChipColor, ChipVariant } from '../chip/v4/Chip.types';
1
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
3
  label: string;
3
4
  isInvalid?: boolean;
4
5
  testId?: string;
6
+ size?: ChipSize;
7
+ rounded?: boolean;
8
+ disabled?: boolean;
9
+ removable?: boolean;
10
+ color?: ChipColor;
11
+ iconColor?: string;
12
+ variant?: ChipVariant;
13
+ placeholder?: string;
5
14
  }>, {
6
15
  isInvalid: boolean;
7
16
  label: string;
8
17
  testId: string;
18
+ size: string;
19
+ rounded: boolean;
20
+ disabled: boolean;
21
+ removable: boolean;
22
+ color: string;
23
+ iconColor: string;
24
+ variant: string;
25
+ placeholder: string;
9
26
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
27
  "update:label": (value: string) => void;
11
28
  remove: () => void;
29
+ stopEditing: () => void;
12
30
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
31
  label: string;
14
32
  isInvalid?: boolean;
15
33
  testId?: string;
34
+ size?: ChipSize;
35
+ rounded?: boolean;
36
+ disabled?: boolean;
37
+ removable?: boolean;
38
+ color?: ChipColor;
39
+ iconColor?: string;
40
+ variant?: ChipVariant;
41
+ placeholder?: string;
16
42
  }>, {
17
43
  isInvalid: boolean;
18
44
  label: string;
19
45
  testId: string;
46
+ size: string;
47
+ rounded: boolean;
48
+ disabled: boolean;
49
+ removable: boolean;
50
+ color: string;
51
+ iconColor: string;
52
+ variant: string;
53
+ placeholder: string;
20
54
  }>>> & {
21
55
  onRemove?: () => any;
22
56
  "onUpdate:label"?: (value: string) => any;
57
+ onStopEditing?: () => any;
23
58
  }, {
24
59
  label: string;
25
60
  testId: string;
61
+ variant: ChipVariant;
62
+ disabled: boolean;
63
+ color: ChipColor;
64
+ size: ChipSize;
65
+ rounded: boolean;
66
+ placeholder: string;
26
67
  isInvalid: boolean;
68
+ removable: boolean;
69
+ iconColor: string;
27
70
  }>;
28
71
  export default _default;
29
72
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
- import e from "./TagsFieldChip.vue2.js";
2
- /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css"; //*');
4
- const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d186b7ef"]]);
1
+ import o from "./TagsFieldChip.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../TagsFieldChip.vue_vue_type_style_index_0_scoped_bdbc1b68_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-bdbc1b68"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,81 +1,125 @@
1
- import "../../TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css"; import { defineComponent as k, ref as p, computed as x, openBlock as C, createBlock as I, unref as t, normalizeClass as c, withModifiers as s, withCtx as f, createElementVNode as v, createVNode as m, createTextVNode as w, toDisplayString as T, withDirectives as B, isRef as E, withKeys as h, vShow as V, vModelText as K, nextTick as N } from "vue";
2
- import R from "../typography/v4/Typography.vue.js";
3
- import z from "../icon/v4/IconV4.vue.js";
1
+ import "../../TagsFieldChip.vue_vue_type_style_index_0_scoped_bdbc1b68_lang.css"; import { defineComponent as M, ref as r, computed as b, watch as N, nextTick as k, openBlock as d, createBlock as g, unref as t, normalizeClass as u, normalizeStyle as C, withModifiers as s, withCtx as w, createElementVNode as S, createTextVNode as K, toDisplayString as z, withDirectives as x, createElementBlock as I, isRef as D, withKeys as B, vModelText as F, createCommentVNode as O, createVNode as W, vShow as L } from "vue";
2
+ import U from "../typography/v4/Typography.vue.js";
3
+ import $ from "../icon/v4/IconV4.vue.js";
4
4
  import "../icon/v4/IconFlag.vue.js";
5
- import D from "../chip/v4/ChipV4.vue.js";
6
- const M = { class: "chip-content" }, S = ["onKeyup"], j = /* @__PURE__ */ k({
5
+ import j from "../chip/v4/ChipV4.vue.js";
6
+ const q = { class: "chip-content" }, A = ["placeholder", "onKeyup"], X = /* @__PURE__ */ M({
7
7
  __name: "TagsFieldChip",
8
8
  props: {
9
9
  label: { default: "" },
10
10
  isInvalid: { type: Boolean, default: !1 },
11
- testId: { default: "" }
11
+ testId: { default: "" },
12
+ size: { default: "small" },
13
+ rounded: { type: Boolean, default: !0 },
14
+ disabled: { type: Boolean, default: !1 },
15
+ removable: { type: Boolean, default: !0 },
16
+ color: { default: "default" },
17
+ iconColor: { default: "var(--action-active)" },
18
+ variant: { default: "filled" },
19
+ placeholder: { default: "" }
12
20
  },
13
- emits: ["update:label", "remove"],
14
- setup(l, { emit: n }) {
15
- const b = l, i = p(!1), e = x({
16
- get: () => b.label,
17
- set: (d) => {
18
- n("update:label", d);
21
+ emits: ["update:label", "remove", "stopEditing"],
22
+ setup(e, { emit: o }) {
23
+ const i = e, a = r(!1), l = b({
24
+ get: () => i.label,
25
+ set: (h) => {
26
+ o("update:label", h);
19
27
  }
20
- }), r = p(null), g = () => r.value?.focus(), y = async () => {
21
- i.value = !0, await N(), g();
22
- }, o = () => {
23
- i.value = !1, e.value || n("remove");
24
- };
25
- return (d, a) => (C(), I(t(D), {
26
- class: c(["tags-field-chip", {
27
- "tags-field-chip--editing": i.value,
28
- "tags-field-chip--invalid": l.isInvalid
29
- }]),
30
- label: t(e),
31
- "test-id": l.testId,
32
- color: l.isInvalid ? "error" : "default",
33
- onClick: s(y, ["stop"])
28
+ }), m = r(null), E = () => m.value?.focus(), R = async () => {
29
+ i.disabled || (a.value = !0, await k(), E());
30
+ }, T = () => {
31
+ o("stopEditing"), c();
32
+ }, c = () => {
33
+ a.value = !1, !l.value && !i.placeholder && o("remove");
34
+ }, v = r(null), f = r(void 0);
35
+ N(
36
+ () => [l.value, i.placeholder, a.value],
37
+ async () => {
38
+ await k(), a.value && v.value ? f.value = v.value.offsetWidth + "px" : f.value = void 0;
39
+ },
40
+ { immediate: !0 }
41
+ );
42
+ const p = {
43
+ default: "var(--default-outlined-border)",
44
+ primary: "var(--primary-main)",
45
+ info: "var(--info-dark)",
46
+ error: "var(--error-main)",
47
+ warning: "var(--warning-main)",
48
+ success: "var(--success-main)",
49
+ dark: "var(--common-divider)"
50
+ }, V = b(() => a.value && i.variant !== "outlined" ? {
51
+ "--outline-color": i.isInvalid ? p.error : p[i.color] || "var(--default-outlined-border)"
52
+ } : {});
53
+ return (h, n) => (d(), g(t(j), {
54
+ class: u({
55
+ "rounded-chip": e.rounded,
56
+ "tags-field-chip--editing": a.value && e.variant !== "outlined"
57
+ // outlined chips have an outline
58
+ }),
59
+ label: t(l),
60
+ "test-id": e.testId,
61
+ color: e.isInvalid ? "error" : e.color,
62
+ size: e.size,
63
+ variant: e.variant,
64
+ disabled: e.disabled,
65
+ style: C(t(V)),
66
+ onClick: s(R, ["stop"])
34
67
  }, {
35
- default: f(() => [
36
- v("div", M, [
37
- m(t(R), {
38
- variant: "chipLabel",
39
- class: c(["chip-label", { "chip-label--hidden": i.value }])
40
- }, {
41
- default: f(() => [
42
- w(T(t(e)), 1)
43
- ]),
44
- _: 1
45
- }, 8, ["class"]),
46
- B(v("input", {
68
+ default: w(() => [
69
+ S("div", q, [
70
+ a.value ? x((d(), I("input", {
71
+ key: 1,
47
72
  ref_key: "inputRef",
48
- ref: r,
49
- "onUpdate:modelValue": a[0] || (a[0] = (u) => E(e) ? e.value = u : null),
50
- class: "chip-input",
73
+ ref: m,
74
+ "onUpdate:modelValue": n[0] || (n[0] = (y) => D(l) ? l.value = y : null),
75
+ placeholder: e.placeholder,
76
+ class: u(["chip-input", { "chip-input-outline": e.variant === "outlined" }]),
51
77
  spellcheck: "false",
52
- onBlur: o,
78
+ style: C({ width: f.value }),
79
+ onBlur: T,
53
80
  onKeyup: [
54
- h(s(o, ["prevent"]), ["enter"]),
55
- h(s(o, ["prevent"]), ["esc"])
81
+ B(s(c, ["prevent"]), ["enter"]),
82
+ B(s(c, ["prevent"]), ["esc"])
56
83
  ]
57
- }, null, 40, S), [
58
- [V, i.value],
84
+ }, null, 46, A)), [
59
85
  [
60
- K,
61
- t(e),
86
+ F,
87
+ t(l),
62
88
  void 0,
63
89
  { trim: !0 }
64
90
  ]
65
- ])
91
+ ]) : (d(), g(t(U), {
92
+ key: 0,
93
+ variant: "chipLabel",
94
+ class: u(["chip-label", { "chip-label--placeholder": !t(l) && e.placeholder }])
95
+ }, {
96
+ default: w(() => [
97
+ K(z(t(l) || e.placeholder), 1)
98
+ ]),
99
+ _: 1
100
+ }, 8, ["class"])),
101
+ a.value ? (d(), I("span", {
102
+ key: 2,
103
+ ref_key: "sizerRef",
104
+ ref: v,
105
+ class: "chip-input-sizer"
106
+ }, z(t(l) || e.placeholder || ""), 513)) : O("", !0)
66
107
  ]),
67
- m(t(z), {
68
- class: c(["clear-button", { "clear-button--invalid": l.isInvalid }]),
108
+ x(W(t($), {
109
+ class: u(["clear-button", { "clear-button--invalid": e.isInvalid }]),
69
110
  name: "x-circle",
70
111
  size: "16px",
71
112
  type: "fill",
72
- onClick: a[1] || (a[1] = s((u) => n("remove"), ["stop"]))
73
- }, null, 8, ["class"])
113
+ color: e.isInvalid ? "var(--error-dark)" : e.iconColor,
114
+ onClick: n[1] || (n[1] = s((y) => o("remove"), ["stop"]))
115
+ }, null, 8, ["class", "color"]), [
116
+ [L, e.removable]
117
+ ])
74
118
  ]),
75
119
  _: 1
76
- }, 8, ["class", "label", "test-id", "color", "onClick"]));
120
+ }, 8, ["class", "label", "test-id", "color", "size", "variant", "disabled", "style", "onClick"]));
77
121
  }
78
122
  });
79
123
  export {
80
- j as default
124
+ X as default
81
125
  };
@@ -1,5 +1,118 @@
1
1
  import TagsField from './TagsField.vue';
2
- declare const TagsFieldTypes: () => import("vue").DefineComponent<{
2
+ import TagsFieldChip from './TagsFieldChip.vue';
3
+ declare const TagsFieldTypes: () => (import("vue").DefineComponent<{
4
+ label: {
5
+ type: import("vue").PropType<string>;
6
+ required: true;
7
+ default: string;
8
+ };
9
+ testId: {
10
+ type: import("vue").PropType<string>;
11
+ default: string;
12
+ };
13
+ variant: {
14
+ type: import("vue").PropType<"filled" | "outlined">;
15
+ default: string;
16
+ };
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ color: {
22
+ type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
23
+ default: string;
24
+ };
25
+ size: {
26
+ type: import("vue").PropType<"small" | "medium">;
27
+ default: string;
28
+ };
29
+ rounded: {
30
+ type: import("vue").PropType<boolean>;
31
+ default: boolean;
32
+ };
33
+ placeholder: {
34
+ type: import("vue").PropType<string>;
35
+ default: string;
36
+ };
37
+ isInvalid: {
38
+ type: import("vue").PropType<boolean>;
39
+ default: boolean;
40
+ };
41
+ removable: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
45
+ iconColor: {
46
+ type: import("vue").PropType<string>;
47
+ default: string;
48
+ };
49
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
50
+ "update:label": (value: string) => void;
51
+ remove: () => void;
52
+ stopEditing: () => void;
53
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
+ label: {
55
+ type: import("vue").PropType<string>;
56
+ required: true;
57
+ default: string;
58
+ };
59
+ testId: {
60
+ type: import("vue").PropType<string>;
61
+ default: string;
62
+ };
63
+ variant: {
64
+ type: import("vue").PropType<"filled" | "outlined">;
65
+ default: string;
66
+ };
67
+ disabled: {
68
+ type: import("vue").PropType<boolean>;
69
+ default: boolean;
70
+ };
71
+ color: {
72
+ type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
73
+ default: string;
74
+ };
75
+ size: {
76
+ type: import("vue").PropType<"small" | "medium">;
77
+ default: string;
78
+ };
79
+ rounded: {
80
+ type: import("vue").PropType<boolean>;
81
+ default: boolean;
82
+ };
83
+ placeholder: {
84
+ type: import("vue").PropType<string>;
85
+ default: string;
86
+ };
87
+ isInvalid: {
88
+ type: import("vue").PropType<boolean>;
89
+ default: boolean;
90
+ };
91
+ removable: {
92
+ type: import("vue").PropType<boolean>;
93
+ default: boolean;
94
+ };
95
+ iconColor: {
96
+ type: import("vue").PropType<string>;
97
+ default: string;
98
+ };
99
+ }>> & {
100
+ onRemove?: () => any;
101
+ "onUpdate:label"?: (value: string) => any;
102
+ onStopEditing?: () => any;
103
+ }, {
104
+ label: string;
105
+ testId: string;
106
+ variant: "filled" | "outlined";
107
+ disabled: boolean;
108
+ color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
109
+ size: "small" | "medium";
110
+ rounded: boolean;
111
+ placeholder: string;
112
+ isInvalid: boolean;
113
+ removable: boolean;
114
+ iconColor: string;
115
+ }> | import("vue").DefineComponent<{
3
116
  testId: {
4
117
  type: import("vue").PropType<string>;
5
118
  default: string;
@@ -71,5 +184,5 @@ declare const TagsFieldTypes: () => import("vue").DefineComponent<{
71
184
  feedbackText: string;
72
185
  feedbackVariant: "success" | "warning" | "error";
73
186
  showFeedbackTextIcon: boolean;
74
- }>[];
75
- export { TagsField, TagsFieldTypes };
187
+ }>)[];
188
+ export { TagsField, TagsFieldChip, TagsFieldTypes };
@@ -1,6 +1,8 @@
1
- import e from "./TagsField.vue.js";
2
- const s = () => [e];
1
+ import i from "./TagsField.vue.js";
2
+ import o from "./TagsFieldChip.vue.js";
3
+ const r = () => [i, o];
3
4
  export {
4
- e as TagsField,
5
- s as TagsFieldTypes
5
+ i as TagsField,
6
+ o as TagsFieldChip,
7
+ r as TagsFieldTypes
6
8
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
1
+ import './Heading.vue_vue_type_style_index_0_scoped_19878c4b_lang.css';
2
2
  import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as ao } from "./components/menuItem/index.js";
@@ -113,6 +113,7 @@ import { ChartType as ue, TooltipOrder as $e, TrendDirection as Te } from "./com
113
113
  import { default as ye } from "./components/columnPicker/ColumnPicker.vue.js";
114
114
  import { default as Fe } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
115
115
  import { default as Ce } from "./components/tagsField/TagsField.vue.js";
116
+ import { default as Ee } from "./components/tagsField/TagsFieldChip.vue.js";
116
117
  const Z = {
117
118
  ...e,
118
119
  ...t,
@@ -222,6 +223,7 @@ export {
222
223
  jr as MultiBar,
223
224
  ho as MultiBarTypes,
224
225
  Ce as TagsField,
226
+ Ee as TagsFieldChip,
225
227
  ar as TagsFieldTypes,
226
228
  Jr as Text,
227
229
  $e as TooltipOrder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.2.0-rc.20",
3
+ "version": "2.2.0-rc.22",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- @import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-d186b7ef],.font-chart-2[data-v-d186b7ef],.font-chart-1[data-v-d186b7ef]{font-family:Inter,sans-serif;font-weight:700}.chip-input[data-v-d186b7ef],.font-chip-label[data-v-d186b7ef],.font-table-label[data-v-d186b7ef],.font-button[data-v-d186b7ef],.font-heading-6[data-v-d186b7ef],.font-heading-5[data-v-d186b7ef],.font-heading-4[data-v-d186b7ef],.font-heading-3[data-v-d186b7ef],.font-heading-2[data-v-d186b7ef],.font-heading-1[data-v-d186b7ef],.font-title[data-v-d186b7ef]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-d186b7ef],.font-input-label[data-v-d186b7ef],.font-overline[data-v-d186b7ef],.font-subtitle-2[data-v-d186b7ef],.font-subtitle-1[data-v-d186b7ef]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-d186b7ef],.font-body-2[data-v-d186b7ef],.font-body-1[data-v-d186b7ef]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-d186b7ef]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-d186b7ef]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-d186b7ef]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-d186b7ef]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-d186b7ef]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-d186b7ef]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-d186b7ef]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-d186b7ef]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-d186b7ef]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-d186b7ef]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-d186b7ef]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-d186b7ef]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-d186b7ef]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-d186b7ef]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-d186b7ef]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-d186b7ef]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-d186b7ef]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-d186b7ef]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-d186b7ef],.font-tab-label2[data-v-d186b7ef]{font-size:.875rem;line-height:1rem}.chip-input[data-v-d186b7ef],.font-chip-label[data-v-d186b7ef]{font-size:.75rem;line-height:1rem}h1[data-v-d186b7ef],h2[data-v-d186b7ef],h3[data-v-d186b7ef],h4[data-v-d186b7ef],h5[data-v-d186b7ef],h6[data-v-d186b7ef]{margin:0}.tags-field-chip[data-v-d186b7ef]{--outline-color: var(--default-outlined-border);border-radius:100px}.tags-field-chip--invalid[data-v-d186b7ef]{--outline-color: var(--error-outlined-border)}.tags-field-chip--editing[data-v-d186b7ef]{outline:1px solid var(--outline-color)}.chip-content[data-v-d186b7ef]{display:flex;position:relative}.chip-label[data-v-d186b7ef]{min-width:.5rem}.chip-label--hidden[data-v-d186b7ef]{visibility:hidden}.chip-input[data-v-d186b7ef]{position:absolute;left:0;top:-.5px;width:100%;height:100%;background:transparent;color:var(--text-primary);line-height:normal;min-width:.5rem;padding:0;border:none}.chip-input[data-v-d186b7ef]:focus{outline:none}.clear-button[data-v-d186b7ef]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-d186b7ef]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-d186b7ef]{color:var(--error-dark)}.clear-button--invalid[data-v-d186b7ef]:hover{color:var(--error-darker)}