@ironsource/shared-ui 2.2.0-test.7 → 2.2.0-test.89
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.
- package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_b0662035_lang.css +1 -0
- package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +17 -15
- package/components/chart/composables/useChartHeight.d.ts +1 -1
- package/components/chart/composables/useChartHeight.js +16 -15
- package/components/chart/index.d.ts +20 -1
- package/components/chart/types.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +1 -1
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +7 -7
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
- package/components/dateRange/v4/index.d.ts +7 -7
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +13 -12
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +5 -5
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +11 -9
- package/components/popover/v4/index.d.ts +41 -1
- package/components/tag/Tag.vue.d.ts +131 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +295 -0
- package/components/tag/index.d.ts +192 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/TagsFieldChip.vue.d.ts +0 -41
- package/components/tagsField/TagsFieldChip.vue.js +5 -5
- package/components/tagsField/TagsFieldChip.vue2.js +54 -96
- package/components/tagsField/index.d.ts +0 -72
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
- package/components/tooltip/v4/index.d.ts +20 -1
- package/index.d.ts +157 -38
- package/index.js +84 -80
- package/package.json +6 -2
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
- package/TagsFieldChip.vue_vue_type_style_index_0_scoped_a5f2dd8b_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Text.vue_vue_type_style_index_0_scoped_94bd409b_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";
|
|
@@ -6,7 +6,7 @@ import { MenuTypes as io } from "./components/menu/index.js";
|
|
|
6
6
|
import { AppIconTypes as so } from "./components/appIcon/index.js";
|
|
7
7
|
import { FloatingToolbarTypes as lo } from "./components/floatingToolbar/index.js";
|
|
8
8
|
import { IncludeExcludeTypes as $o } from "./components/includeExclude/index.js";
|
|
9
|
-
import { ID_INJECTION_KEY as
|
|
9
|
+
import { ID_INJECTION_KEY as yo, useId as co } from "./composables/useId.js";
|
|
10
10
|
import { FilterDropdownTypes as Fo } from "./components/filterDropdown/index.js";
|
|
11
11
|
import { TypographyTypes as Co } from "./components/typography/index.js";
|
|
12
12
|
import { TypographyTypesV4 as Eo } from "./components/typography/v4/index.js";
|
|
@@ -30,8 +30,8 @@ import * as l from "./components/checkbox/v4/index.js";
|
|
|
30
30
|
import * as u from "./components/icon/v3/index.js";
|
|
31
31
|
import * as $ from "./components/icon/v4/index.js";
|
|
32
32
|
import * as T from "./components/input/v3/index.js";
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
33
|
+
import * as y from "./components/input/v4/index.js";
|
|
34
|
+
import * as c from "./components/tabs/v3/index.js";
|
|
35
35
|
import * as g from "./components/tabs/v4/index.js";
|
|
36
36
|
import * as F from "./components/dialog/v3/index.js";
|
|
37
37
|
import * as I from "./components/dialog/v4/index.js";
|
|
@@ -79,41 +79,43 @@ import { ChartTypes as or } from "./components/chart/index.js";
|
|
|
79
79
|
import { ColumnPickerTypes as er } from "./components/columnPicker/index.js";
|
|
80
80
|
import { ColumnConfiguratorTypes as mr } from "./components/columnConfigurator/index.js";
|
|
81
81
|
import { TagsFieldTypes as ar } from "./components/tagsField/index.js";
|
|
82
|
-
import {
|
|
83
|
-
import { default as xr } from "./components/
|
|
84
|
-
import { default as nr } from "./components/
|
|
85
|
-
import { default as ur } from "./components/
|
|
86
|
-
import { default as Tr } from "./components/
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as Fr } from "./components/
|
|
89
|
-
import { default as Cr } from "./components/includeExclude/
|
|
90
|
-
import { default as Er } from "./components/includeExclude/
|
|
91
|
-
import { default as hr } from "./components/includeExclude/
|
|
92
|
-
import { default as Mr } from "./components/includeExclude/
|
|
93
|
-
import { default as wr } from "./components/includeExclude/
|
|
94
|
-
import { default as Hr } from "./components/includeExclude/
|
|
95
|
-
import { default as Pr } from "./components/
|
|
96
|
-
import { default as vr } from "./components/filterDropdown/
|
|
97
|
-
import { default as Nr } from "./components/
|
|
98
|
-
import { default as Jr } from "./components/typography/
|
|
99
|
-
import { default as Rr } from "./components/typography/
|
|
100
|
-
import { default as jr } from "./components/
|
|
101
|
-
import { default as zr } from "./components/
|
|
102
|
-
import { default as Qr } from "./components/
|
|
103
|
-
import { default as Ur } from "./components/forms/
|
|
104
|
-
import { default as Xr } from "./components/forms/
|
|
105
|
-
import { default as oe } from "./components/forms/
|
|
106
|
-
import { default as ee } from "./components/
|
|
107
|
-
import { default as me } from "./components/
|
|
108
|
-
import { default as ae } from "./components/
|
|
109
|
-
import { default as ie } from "./components/
|
|
110
|
-
import { default as xe } from "./components/
|
|
111
|
-
import { default as ne } from "./components/
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import { default as Fe } from "./components/
|
|
115
|
-
import { default as Ce } from "./components/
|
|
116
|
-
import { default as Ee } from "./components/tagsField/
|
|
82
|
+
import { TagTypes as ir } from "./components/tag/index.js";
|
|
83
|
+
import { default as xr } from "./components/appTrigger/AppTrigger.vue.js";
|
|
84
|
+
import { default as nr } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
85
|
+
import { default as ur } from "./components/menuItem/MenuItem.vue.js";
|
|
86
|
+
import { default as Tr } from "./components/menu/Menu.vue.js";
|
|
87
|
+
import { default as cr } from "./components/appIcon/AppIcon.vue.js";
|
|
88
|
+
import { default as Fr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
89
|
+
import { default as Cr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
90
|
+
import { default as Er } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
91
|
+
import { default as hr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
92
|
+
import { default as Mr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
93
|
+
import { default as wr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
94
|
+
import { default as Hr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
95
|
+
import { default as Pr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
96
|
+
import { default as vr } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
97
|
+
import { default as Nr } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
98
|
+
import { default as Jr } from "./components/typography/Heading.vue.js";
|
|
99
|
+
import { default as Rr } from "./components/typography/Text.vue.js";
|
|
100
|
+
import { default as jr } from "./components/typography/v4/Typography.vue.js";
|
|
101
|
+
import { default as zr } from "./components/multibar/MultiBar.vue.js";
|
|
102
|
+
import { default as Qr } from "./components/layout/FoldableSection.vue.js";
|
|
103
|
+
import { default as Ur } from "./components/forms/FormRow.vue.js";
|
|
104
|
+
import { default as Xr } from "./components/forms/FormCard.vue.js";
|
|
105
|
+
import { default as oe } from "./components/forms/CardPanel.vue.js";
|
|
106
|
+
import { default as ee } from "./components/forms/FormField.vue.js";
|
|
107
|
+
import { default as me } from "./components/banner/Banner.vue.js";
|
|
108
|
+
import { default as ae } from "./components/alert/Alert.vue.js";
|
|
109
|
+
import { default as ie } from "./components/link/Link.vue.js";
|
|
110
|
+
import { default as xe } from "./components/helpText/HelpText.vue.js";
|
|
111
|
+
import { default as ne } from "./components/autocomplete/Autocomplete.vue.js";
|
|
112
|
+
import { default as ue } from "./components/chart/Chart.vue.js";
|
|
113
|
+
import { ChartType as Te, TooltipOrder as ye, TrendDirection as ce } from "./components/chart/types.js";
|
|
114
|
+
import { default as Fe } from "./components/columnPicker/ColumnPicker.vue.js";
|
|
115
|
+
import { default as Ce } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
|
|
116
|
+
import { default as Ee } from "./components/tagsField/TagsField.vue.js";
|
|
117
|
+
import { default as he } from "./components/tagsField/TagsFieldChip.vue.js";
|
|
118
|
+
import { default as Me } from "./components/tag/Tag.vue.js";
|
|
117
119
|
const Z = {
|
|
118
120
|
...e,
|
|
119
121
|
...t,
|
|
@@ -128,10 +130,10 @@ const Z = {
|
|
|
128
130
|
...x,
|
|
129
131
|
...s,
|
|
130
132
|
...T,
|
|
131
|
-
...
|
|
133
|
+
...y,
|
|
132
134
|
...u,
|
|
133
135
|
...$,
|
|
134
|
-
...
|
|
136
|
+
...c,
|
|
135
137
|
...g,
|
|
136
138
|
...F,
|
|
137
139
|
...I,
|
|
@@ -170,65 +172,67 @@ const Z = {
|
|
|
170
172
|
...X
|
|
171
173
|
};
|
|
172
174
|
export {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
+
Nr as AddFilterButton,
|
|
176
|
+
ae as Alert,
|
|
175
177
|
zo as AlertTypes,
|
|
176
|
-
|
|
178
|
+
cr as AppIcon,
|
|
177
179
|
so as AppIconTypes,
|
|
178
|
-
|
|
180
|
+
xr as AppTrigger,
|
|
179
181
|
eo as AppTriggerTypes,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
ne as Autocomplete,
|
|
183
|
+
nr as AutocompleteDropdown,
|
|
182
184
|
mo as AutocompleteDropdownTypes,
|
|
183
185
|
Xo as AutocompleteTypes,
|
|
184
|
-
|
|
186
|
+
me as Banner,
|
|
185
187
|
jo as BannerTypes,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
oe as CardPanel,
|
|
189
|
+
ue as Chart,
|
|
190
|
+
Te as ChartType,
|
|
189
191
|
or as ChartTypes,
|
|
190
|
-
|
|
192
|
+
Ce as ColumnConfigurator,
|
|
191
193
|
mr as ColumnConfiguratorTypes,
|
|
192
|
-
|
|
194
|
+
Fe as ColumnPicker,
|
|
193
195
|
er as ColumnPickerTypes,
|
|
194
|
-
|
|
196
|
+
vr as FilterDropdown,
|
|
195
197
|
Fo as FilterDropdownTypes,
|
|
196
|
-
|
|
198
|
+
Fr as FloatingToolbar,
|
|
197
199
|
lo as FloatingToolbarTypes,
|
|
198
|
-
|
|
200
|
+
Qr as FoldableSection,
|
|
199
201
|
Mo as FoldableSectionTypes,
|
|
200
|
-
|
|
202
|
+
Xr as FormCard,
|
|
201
203
|
wo as FormCardTypes,
|
|
202
|
-
|
|
204
|
+
ee as FormField,
|
|
203
205
|
ko as FormFieldTypes,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
206
|
+
Ur as FormRow,
|
|
207
|
+
Jr as Heading,
|
|
208
|
+
xe as HelpText,
|
|
207
209
|
Uo as HelpTextTypes,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
210
|
+
yo as ID_INJECTION_KEY,
|
|
211
|
+
Cr as IncludeExclude,
|
|
212
|
+
Hr as IncludeExcludeAppHeader,
|
|
213
|
+
wr as IncludeExcludeAppTrigger,
|
|
214
|
+
Pr as IncludeExcludeChipFilter,
|
|
215
|
+
Er as IncludeExcludeDragDrop,
|
|
216
|
+
hr as IncludeExcludeOption,
|
|
217
|
+
Mr as IncludeExcludeOptionDraggable,
|
|
216
218
|
$o as IncludeExcludeTypes,
|
|
217
|
-
|
|
219
|
+
ie as Link,
|
|
218
220
|
Qo as LinkTypes,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
+
Tr as Menu,
|
|
222
|
+
ur as MenuItem,
|
|
221
223
|
ao as MenuItemTypes,
|
|
222
224
|
io as MenuTypes,
|
|
223
|
-
|
|
225
|
+
zr as MultiBar,
|
|
224
226
|
ho as MultiBarTypes,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
+
Me as Tag,
|
|
228
|
+
ir as TagTypes,
|
|
229
|
+
Ee as TagsField,
|
|
230
|
+
he as TagsFieldChip,
|
|
227
231
|
ar as TagsFieldTypes,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
+
Rr as Text,
|
|
233
|
+
ye as TooltipOrder,
|
|
234
|
+
ce as TrendDirection,
|
|
235
|
+
jr as Typography,
|
|
232
236
|
Co as TypographyTypes,
|
|
233
237
|
Eo as TypographyTypesV4,
|
|
234
238
|
Z as default,
|
|
@@ -236,7 +240,7 @@ export {
|
|
|
236
240
|
No as scrollToFirstInvalidElement,
|
|
237
241
|
Ro as useDateService,
|
|
238
242
|
Vo as useFormValidation,
|
|
239
|
-
|
|
243
|
+
co as useId,
|
|
240
244
|
So as useSearch,
|
|
241
245
|
Oo as useToggle,
|
|
242
246
|
Jo as yupValidation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.2.0-test.
|
|
3
|
+
"version": "2.2.0-test.89",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -239,7 +239,8 @@
|
|
|
239
239
|
"./sortableList": "./components/sortableList/index.js",
|
|
240
240
|
"./composables/useFormValidation": "./composables/useFormValidation.js",
|
|
241
241
|
"./composables/useDateService": "./composables/useDateService.js",
|
|
242
|
-
"./utils/": "./utils/index.ts"
|
|
242
|
+
"./utils/": "./utils/index.ts",
|
|
243
|
+
"./tag": "./components/tag/index.js"
|
|
243
244
|
},
|
|
244
245
|
"typesVersions": {
|
|
245
246
|
"*": {
|
|
@@ -494,6 +495,9 @@
|
|
|
494
495
|
],
|
|
495
496
|
"composables/useDateService": [
|
|
496
497
|
"./composables/useDateService.d.ts"
|
|
498
|
+
],
|
|
499
|
+
"tag": [
|
|
500
|
+
"./components/tag/index.d.ts"
|
|
497
501
|
]
|
|
498
502
|
}
|
|
499
503
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-container[data-v-22477735]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%}.chart-planes[data-v-22477735]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-22477735]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-22477735]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-22477735]{border-left:1px solid var(--common-divider)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-card[data-v-86feae7b]{border-radius:var(--border-radius-sm);border:1px solid var(--common-divider);background:var(--background-paper)}.card-header[data-v-86feae7b]{display:flex;flex-direction:row;align-items:center;min-height:var(--spacing-600);border-radius:calc(var(--border-radius-sm) - 1px) calc(var(--border-radius-sm) - 1px) 0 0;color:var(--text-primary);background:var(--background-paper-elevation-0);padding:0 var(--spacing-300);border-bottom:1px solid var(--common-divider)}.card-header .skeleton-header[data-v-86feae7b]{width:220px;height:20px}.card-content[data-v-86feae7b]{padding:var(--spacing-350) var(--spacing-500)}.card-content--no-padding[data-v-86feae7b]{padding:0}.form-actions[data-v-86feae7b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;min-height:var(--spacing-700)}.form-action[data-v-86feae7b]{margin-left:var(--spacing-100)}.content-skeleton-container[data-v-86feae7b]{display:flex;flex-direction:column}.content-skeleton-container .skeleton-long[data-v-86feae7b]{margin-bottom:24px;width:100%;max-width:896px;height:16px}.content-skeleton-container .skeleton-short[data-v-86feae7b]{margin-bottom:24px;width:100%;max-width:436px;height:16px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.label[data-v-752a357d]{color:#41454d}.item-container[data-v-752a357d]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-752a357d]{cursor:not-allowed;color:var(--text-disabled)}.item-container--disabled .item .start-icon[data-v-752a357d],.item-container--disabled .item .end-icon[data-v-752a357d],.item-container--disabled .item .end-text-icon[data-v-752a357d]{color:var(--text-disabled)}.item-container--disabled .item .image img[data-v-752a357d]{opacity:.5}.item-container[data-v-752a357d]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-752a357d],.item-container[data-v-752a357d]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-752a357d]{background-color:var(--action-selected)}.subtitle[data-v-752a357d]{color:#7b838c;line-height:1rem}.clear-button[data-v-752a357d]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-752a357d]:hover{color:#3083ff}.item[data-v-752a357d]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-752a357d],.item--multi[data-v-752a357d]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-752a357d]{width:20px;height:20px;flex:none}.item .image img[data-v-752a357d]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-752a357d]{width:16px;height:16px}.item .flag img[data-v-752a357d]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-752a357d],.item .end-icon[data-v-752a357d]{display:flex;color:var(--action-active)}.item .end-text-icon[data-v-752a357d]{display:inline-flex}.item .option-text[data-v-752a357d]{line-height:1.1875rem}.text-container[data-v-752a357d]{width:100%;text-overflow:ellipsis;overflow:hidden}.v4-tooltip.tooltip-option[data-v-752a357d]{display:block}.tooltip-option[data-v-752a357d] .container{width:100%}.app-trigger--icon[data-v-752a357d]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-752a357d]{transform:rotate(0)}.option-warning[data-v-752a357d]{display:flex}.option-warning__icon[data-v-752a357d]{color:var(--warning-main)}.option-content[data-v-752a357d]{display:flex}.option-content[data-v-752a357d]:not(.option-content-vertical){gap:.5rem;align-items:center}.option-content-horizontal[data-v-752a357d]{justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-752a357d]{flex-direction:column}.option-text .main-text[data-v-752a357d]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .main-text .conditional-option-label[data-v-752a357d]{color:var(--text-secondary);display:inline-flex}.option-text .main-text .conditional-option-value[data-v-752a357d]{margin-left:4px;display:inline-flex;color:var(--primary-main)}.option-text .caption-text[data-v-752a357d]{color:var(--text-secondary)}.multiline-tooltip[data-v-752a357d]{display:flex;flex-direction:column}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-66694b4e]{display:block}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-a5f2dd8b],.font-chart-2[data-v-a5f2dd8b],.font-chart-1[data-v-a5f2dd8b]{font-family:Inter,sans-serif;font-weight:700}.chip-input-sizer[data-v-a5f2dd8b],.chip-input[data-v-a5f2dd8b],.font-chip-label[data-v-a5f2dd8b],.font-table-label[data-v-a5f2dd8b],.font-button[data-v-a5f2dd8b],.font-heading-6[data-v-a5f2dd8b],.font-heading-5[data-v-a5f2dd8b],.font-heading-4[data-v-a5f2dd8b],.font-heading-3[data-v-a5f2dd8b],.font-heading-2[data-v-a5f2dd8b],.font-heading-1[data-v-a5f2dd8b],.font-title[data-v-a5f2dd8b]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-a5f2dd8b],.font-input-label[data-v-a5f2dd8b],.font-overline[data-v-a5f2dd8b],.font-subtitle-2[data-v-a5f2dd8b],.font-subtitle-1[data-v-a5f2dd8b]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-a5f2dd8b],.font-body-2[data-v-a5f2dd8b],.font-body-1[data-v-a5f2dd8b]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-a5f2dd8b]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-a5f2dd8b]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-a5f2dd8b]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-a5f2dd8b]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-a5f2dd8b]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-a5f2dd8b]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-a5f2dd8b]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-a5f2dd8b]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-a5f2dd8b]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-a5f2dd8b]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-a5f2dd8b]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-a5f2dd8b]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-a5f2dd8b]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-a5f2dd8b]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-a5f2dd8b]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-a5f2dd8b]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-a5f2dd8b]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-a5f2dd8b]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-a5f2dd8b],.font-tab-label2[data-v-a5f2dd8b]{font-size:.875rem;line-height:1rem}.chip-input-sizer[data-v-a5f2dd8b],.chip-input[data-v-a5f2dd8b],.font-chip-label[data-v-a5f2dd8b]{font-size:.75rem;line-height:1rem}h1[data-v-a5f2dd8b],h2[data-v-a5f2dd8b],h3[data-v-a5f2dd8b],h4[data-v-a5f2dd8b],h5[data-v-a5f2dd8b],h6[data-v-a5f2dd8b]{margin:0}.rounded-chip[data-v-a5f2dd8b]{border-radius:100px}.tags-field-chip--editing[data-v-a5f2dd8b]{outline:1px solid var(--outline-color)}.chip-content[data-v-a5f2dd8b]{display:flex;align-items:center;position:relative;min-width:.625rem;max-width:31.25rem}.chip-label[data-v-a5f2dd8b]{min-width:.5rem}.chip-label--hidden[data-v-a5f2dd8b]{visibility:hidden}.chip-input[data-v-a5f2dd8b]{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-a5f2dd8b]:focus{outline:none}.chip-input-outline[data-v-a5f2dd8b]::placeholder{color:var(--action-disabled)}.clear-button[data-v-a5f2dd8b]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-a5f2dd8b]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-a5f2dd8b]{color:var(--error-dark)}.clear-button--invalid[data-v-a5f2dd8b]:hover{color:var(--error-darker)}.chip-input-sizer[data-v-a5f2dd8b]{position:absolute;visibility:hidden;height:0;white-space:pre;pointer-events:none;padding:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-8a451e54]{display:block}
|