@ironsource/shared-ui 2.2.0-test.6 → 2.2.0-test.8

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-fabe8ff0],.font-chart-2[data-v-fabe8ff0],.font-chart-1[data-v-fabe8ff0]{font-family:Inter,sans-serif;font-weight:700}.chip-input-sizer[data-v-fabe8ff0],.chip-input[data-v-fabe8ff0],.font-chip-label[data-v-fabe8ff0],.font-table-label[data-v-fabe8ff0],.font-button[data-v-fabe8ff0],.font-heading-6[data-v-fabe8ff0],.font-heading-5[data-v-fabe8ff0],.font-heading-4[data-v-fabe8ff0],.font-heading-3[data-v-fabe8ff0],.font-heading-2[data-v-fabe8ff0],.font-heading-1[data-v-fabe8ff0],.font-title[data-v-fabe8ff0]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-fabe8ff0],.font-input-label[data-v-fabe8ff0],.font-overline[data-v-fabe8ff0],.font-subtitle-2[data-v-fabe8ff0],.font-subtitle-1[data-v-fabe8ff0]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-fabe8ff0],.font-body-2[data-v-fabe8ff0],.font-body-1[data-v-fabe8ff0]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-fabe8ff0]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-fabe8ff0]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-fabe8ff0]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-fabe8ff0]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-fabe8ff0]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-fabe8ff0]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-fabe8ff0]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-fabe8ff0]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-fabe8ff0]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-fabe8ff0]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-fabe8ff0]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-fabe8ff0]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-fabe8ff0]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-fabe8ff0]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-fabe8ff0]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-fabe8ff0]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-fabe8ff0]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-fabe8ff0]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-fabe8ff0],.font-tab-label2[data-v-fabe8ff0]{font-size:.875rem;line-height:1rem}.chip-input-sizer[data-v-fabe8ff0],.chip-input[data-v-fabe8ff0],.font-chip-label[data-v-fabe8ff0]{font-size:.75rem;line-height:1rem}h1[data-v-fabe8ff0],h2[data-v-fabe8ff0],h3[data-v-fabe8ff0],h4[data-v-fabe8ff0],h5[data-v-fabe8ff0],h6[data-v-fabe8ff0]{margin:0}.rounded-chip[data-v-fabe8ff0]{border-radius:100px}.tags-field-chip--editing[data-v-fabe8ff0]{outline:1px solid var(--outline-color)}.chip-content[data-v-fabe8ff0]{display:flex;align-items:center;position:relative;min-width:.625rem;max-width:31.25rem}.chip-label[data-v-fabe8ff0]{min-width:.5rem}.chip-label--hidden[data-v-fabe8ff0]{visibility:hidden}.chip-input[data-v-fabe8ff0]{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-fabe8ff0]:focus{outline:none}.chip-input-outline[data-v-fabe8ff0]::placeholder{color:var(--action-disabled)}.clear-button[data-v-fabe8ff0]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-fabe8ff0]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-fabe8ff0]{color:var(--error-dark)}.clear-button--invalid[data-v-fabe8ff0]:hover{color:var(--error-darker)}.chip-input-sizer[data-v-fabe8ff0]{position:absolute;visibility:hidden;height:0;white-space:pre;pointer-events:none;padding:0}
@@ -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
1
  import e from "./TagsFieldChip.vue2.js";
2
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"]]);
3
+ // import "../../TagsFieldChip.vue_vue_type_style_index_0_scoped_fabe8ff0_lang.css"; //*');
4
+ const f = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fabe8ff0"]]);
5
5
  export {
6
- t as default
6
+ f as default
7
7
  };
@@ -1,81 +1,129 @@
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_fabe8ff0_lang.css"; import { defineComponent as N, ref as d, computed as y, watch as S, nextTick as b, openBlock as s, createBlock as g, unref as t, normalizeClass as c, normalizeStyle as k, withModifiers as o, withCtx as C, createElementVNode as K, createTextVNode as D, toDisplayString as w, withDirectives as z, createElementBlock as x, isRef as F, withKeys as I, vModelText as O, createCommentVNode as W, createVNode as L, vShow as U } from "vue";
2
+ import j from "../typography/v4/Typography.vue.js";
3
+ import q 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 A from "../chip/v4/ChipV4.vue.js";
6
+ const G = { class: "chip-content" }, H = ["placeholder", "onKeyup"], Z = /* @__PURE__ */ N({
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: n }) {
23
+ const i = e, a = d(!1), l = y({
24
+ get: () => i.label,
25
+ set: (h) => {
26
+ n("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");
28
+ }), m = d(null), B = () => m.value?.focus(), E = async () => {
29
+ i.disabled || (a.value = !0, await b(), B());
30
+ }, R = () => {
31
+ n("stopEditing"), u();
32
+ }, u = () => {
33
+ console.log("stopEditing"), a.value = !1, !l.value && !i.placeholder && n("remove");
34
+ }, v = d(null), f = d(void 0);
35
+ S(
36
+ () => [l.value, i.placeholder, a.value],
37
+ async () => {
38
+ await b(), 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
+ }, M = y(() => a.value && i.variant !== "outlined" ? {
51
+ "--outline-color": i.isInvalid ? p.error : p[i.color] || "var(--default-outlined-border)"
52
+ } : {}), T = () => {
53
+ console.log("handleRemove"), n("remove");
24
54
  };
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"])
55
+ return (h, r) => (s(), g(t(A), {
56
+ class: c({
57
+ "rounded-chip": e.rounded,
58
+ "tags-field-chip--editing": a.value && e.variant !== "outlined"
59
+ // outlined chips have an outline
60
+ }),
61
+ label: t(l),
62
+ "test-id": e.testId,
63
+ color: e.isInvalid ? "error" : e.color,
64
+ size: e.size,
65
+ variant: e.variant,
66
+ disabled: e.disabled,
67
+ style: k(t(M)),
68
+ onClick: o(E, ["stop"])
34
69
  }, {
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", {
70
+ default: C(() => [
71
+ K("div", G, [
72
+ a.value ? z((s(), x("input", {
73
+ key: 1,
47
74
  ref_key: "inputRef",
48
- ref: r,
49
- "onUpdate:modelValue": a[0] || (a[0] = (u) => E(e) ? e.value = u : null),
50
- class: "chip-input",
75
+ ref: m,
76
+ "onUpdate:modelValue": r[0] || (r[0] = (V) => F(l) ? l.value = V : null),
77
+ placeholder: e.placeholder,
78
+ class: c(["chip-input", { "chip-input-outline": e.variant === "outlined" }]),
51
79
  spellcheck: "false",
52
- onBlur: o,
80
+ style: k({ width: f.value }),
81
+ onBlur: R,
53
82
  onKeyup: [
54
- h(s(o, ["prevent"]), ["enter"]),
55
- h(s(o, ["prevent"]), ["esc"])
83
+ I(o(u, ["prevent"]), ["enter"]),
84
+ I(o(u, ["prevent"]), ["esc"])
56
85
  ]
57
- }, null, 40, S), [
58
- [V, i.value],
86
+ }, null, 46, H)), [
59
87
  [
60
- K,
61
- t(e),
88
+ O,
89
+ t(l),
62
90
  void 0,
63
91
  { trim: !0 }
64
92
  ]
65
- ])
93
+ ]) : (s(), g(t(j), {
94
+ key: 0,
95
+ variant: "chipLabel",
96
+ class: c(["chip-label", { "chip-label--placeholder": !t(l) && e.placeholder }])
97
+ }, {
98
+ default: C(() => [
99
+ D(w(t(l) || e.placeholder), 1)
100
+ ]),
101
+ _: 1
102
+ }, 8, ["class"])),
103
+ a.value ? (s(), x("span", {
104
+ key: 2,
105
+ ref_key: "sizerRef",
106
+ ref: v,
107
+ class: "chip-input-sizer"
108
+ }, w(t(l) || e.placeholder || ""), 513)) : W("", !0)
66
109
  ]),
67
- m(t(z), {
68
- class: c(["clear-button", { "clear-button--invalid": l.isInvalid }]),
110
+ z(L(t(q), {
111
+ class: c(["clear-button", { "clear-button--invalid": e.isInvalid }]),
69
112
  name: "x-circle",
70
113
  size: "16px",
71
114
  type: "fill",
72
- onClick: a[1] || (a[1] = s((u) => n("remove"), ["stop"]))
73
- }, null, 8, ["class"])
115
+ color: e.isInvalid ? "var(--error-dark)" : e.iconColor,
116
+ onMousedown: r[1] || (r[1] = o(() => {
117
+ }, ["prevent"])),
118
+ onClick: o(T, ["stop"])
119
+ }, null, 8, ["class", "color", "onClick"]), [
120
+ [U, e.removable]
121
+ ])
74
122
  ]),
75
123
  _: 1
76
- }, 8, ["class", "label", "test-id", "color", "onClick"]));
124
+ }, 8, ["class", "label", "test-id", "color", "size", "variant", "disabled", "style", "onClick"]));
77
125
  }
78
126
  });
79
127
  export {
80
- j as default
128
+ Z as default
81
129
  };
@@ -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 './IncludeExcludeOption.vue_vue_type_style_index_0_scoped_91bc7787_lang.css';
1
+ import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_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-test.6",
3
+ "version": "2.2.0-test.8",
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)}