@ironsource/shared-ui 2.1.8-test.1 → 2.1.9-test.0
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_ea1e5c3e_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_119e4bc3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +51 -49
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +35 -22
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +35 -28
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +33 -26
- package/components/chart/index.d.ts +20 -1
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +207 -178
- package/components/dropdown/common/consts.d.ts +1 -0
- package/components/dropdown/common/consts.js +4 -0
- package/components/dropdown/common/useGroupedOptions.d.ts +10 -0
- package/components/dropdown/common/useGroupedOptions.js +57 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +12 -0
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +184 -162
- package/components/dropdown/v4/GroupOption.vue.d.ts +9 -0
- package/components/dropdown/v4/GroupOption.vue.js +7 -0
- package/components/dropdown/v4/GroupOption.vue2.js +29 -0
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +45 -1
- package/components/typography/v4/Typography.vue.js +2 -2
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/index.d.ts +90 -3
- package/index.js +111 -116
- package/mocks/apps.d.ts +7 -0
- package/package.json +1 -1
- package/utils/formatNumbers.js +7 -15
- package/Chart.vue_vue_type_style_index_0_scoped_df85e0af_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_2e3de9c5_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_00ccab6b_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +0 -1
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MultiBar.vue_vue_type_style_index_0_scoped_71617643_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";
|
|
@@ -7,12 +7,12 @@ import { AppIconTypes as xo } from "./components/appIcon/index.js";
|
|
|
7
7
|
import { FloatingToolbarTypes as no } from "./components/floatingToolbar/index.js";
|
|
8
8
|
import { IncludeExcludeTypes as uo } from "./components/includeExclude/index.js";
|
|
9
9
|
import { ID_INJECTION_KEY as To, useId as co } from "./composables/useId.js";
|
|
10
|
-
import { FilterDropdownTypes as
|
|
10
|
+
import { FilterDropdownTypes as go } from "./components/filterDropdown/index.js";
|
|
11
11
|
import { TypographyTypes as Io } from "./components/typography/index.js";
|
|
12
12
|
import { TypographyTypesV4 as Eo } from "./components/typography/v4/index.js";
|
|
13
13
|
import { MultiBarTypes as Do } from "./components/multibar/index.js";
|
|
14
14
|
import { FoldableSectionTypes as Bo } from "./components/layout/index.js";
|
|
15
|
-
import { FormCardTypes as
|
|
15
|
+
import { FormCardTypes as bo, FormFieldTypes as wo } from "./components/forms/index.js";
|
|
16
16
|
import * as o from "./components/button/v3/index.js";
|
|
17
17
|
import * as r from "./components/button/v4/index.js";
|
|
18
18
|
import * as e from "./components/chip/v3/index.js";
|
|
@@ -32,8 +32,8 @@ import * as $ from "./components/icon/v4/index.js";
|
|
|
32
32
|
import * as T from "./components/input/v3/index.js";
|
|
33
33
|
import * as c from "./components/input/v4/index.js";
|
|
34
34
|
import * as y from "./components/tabs/v3/index.js";
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
35
|
+
import * as g from "./components/tabs/v4/index.js";
|
|
36
|
+
import * as F from "./components/dialog/v3/index.js";
|
|
37
37
|
import * as I from "./components/dialog/v4/index.js";
|
|
38
38
|
import * as A from "./components/toggle/v3/index.js";
|
|
39
39
|
import * as E from "./components/toggle/v4/index.js";
|
|
@@ -41,66 +41,65 @@ import * as C from "./components/tooltip/v3/index.js";
|
|
|
41
41
|
import * as D from "./components/tooltip/v4/index.js";
|
|
42
42
|
import * as h from "./components/table/v3/index.js";
|
|
43
43
|
import * as B from "./components/table/v4/index.js";
|
|
44
|
-
import * as
|
|
45
|
-
import * as
|
|
44
|
+
import * as M from "./components/table-cells/v3/index.js";
|
|
45
|
+
import * as b from "./components/table-cells/v4/index.js";
|
|
46
46
|
import * as w from "./components/skeleton/v3/index.js";
|
|
47
|
-
import * as
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
47
|
+
import * as O from "./components/skeleton/v4/index.js";
|
|
48
|
+
import * as H from "./components/loader/v4/index.js";
|
|
49
|
+
import * as N from "./components/emptyState/v3/index.js";
|
|
50
|
+
import * as S from "./components/emptyState/v4/index.js";
|
|
51
|
+
import * as V from "./components/snackbar/v3/index.js";
|
|
52
|
+
import * as v from "./components/snackbar/v4/index.js";
|
|
53
|
+
import * as J from "./components/radioButton/v3/index.js";
|
|
54
|
+
import * as K from "./components/radioButton/v4/index.js";
|
|
55
|
+
import * as P from "./components/textArea/v3/index.js";
|
|
56
|
+
import * as _ from "./components/textArea/v4/index.js";
|
|
57
|
+
import * as j from "./components/ThemeWrapper/index.js";
|
|
58
|
+
import * as k from "./components/appHeader/index.js";
|
|
59
|
+
import * as q from "./components/inlineCopy/index.js";
|
|
60
|
+
import * as z from "./components/statusDot/index.js";
|
|
61
|
+
import * as G from "./components/sortableList/index.js";
|
|
62
|
+
import * as L from "./components/datePicker/v3/index.js";
|
|
63
63
|
import * as Q from "./components/datePicker/v4/index.js";
|
|
64
64
|
import * as R from "./components/dateRange/v3/index.js";
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import { useToggle as
|
|
69
|
-
import { useSearch as
|
|
70
|
-
import { scrollToElementByClass as
|
|
71
|
-
import { BannerTypes as
|
|
72
|
-
import { AlertTypes as
|
|
73
|
-
import { AutocompleteTypes as
|
|
65
|
+
import * as Y from "./components/dateRange/v4/index.js";
|
|
66
|
+
import * as U from "./components/popover/v3/index.js";
|
|
67
|
+
import * as W from "./components/popover/v4/index.js";
|
|
68
|
+
import { useToggle as Ho } from "./composables/useToggle.js";
|
|
69
|
+
import { useSearch as So } from "./composables/useSearch.js";
|
|
70
|
+
import { scrollToElementByClass as vo, scrollToFirstInvalidElement as Jo, useFormValidation as Ko, yupValidation as Po } from "./composables/useFormValidation.js";
|
|
71
|
+
import { BannerTypes as jo } from "./components/banner/index.js";
|
|
72
|
+
import { AlertTypes as qo } from "./components/alert/index.js";
|
|
73
|
+
import { AutocompleteTypes as Go } from "./components/autocomplete/index.js";
|
|
74
74
|
import { ChartTypes as Qo } from "./components/chart/index.js";
|
|
75
|
-
import {
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as Vr } from "./components/
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as oe } from "./components/chart/Chart.vue.js";
|
|
75
|
+
import { default as Yo } from "./components/appTrigger/AppTrigger.vue.js";
|
|
76
|
+
import { default as Wo } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
77
|
+
import { default as Zo } from "./components/menuItem/MenuItem.vue.js";
|
|
78
|
+
import { default as rr } from "./components/menu/Menu.vue.js";
|
|
79
|
+
import { default as mr } from "./components/appIcon/AppIcon.vue.js";
|
|
80
|
+
import { default as pr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
81
|
+
import { default as fr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
82
|
+
import { default as dr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
83
|
+
import { default as sr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
84
|
+
import { default as lr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
85
|
+
import { default as $r } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
86
|
+
import { default as cr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
87
|
+
import { default as gr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
88
|
+
import { default as Ir } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
89
|
+
import { default as Er } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
90
|
+
import { default as Dr } from "./components/typography/Heading.vue.js";
|
|
91
|
+
import { default as Br } from "./components/typography/Text.vue.js";
|
|
92
|
+
import { default as br } from "./components/typography/v4/Typography.vue.js";
|
|
93
|
+
import { default as Or } from "./components/multibar/MultiBar.vue.js";
|
|
94
|
+
import { default as Nr } from "./components/layout/FoldableSection.vue.js";
|
|
95
|
+
import { default as Vr } from "./components/forms/FormRow.vue.js";
|
|
96
|
+
import { default as Jr } from "./components/forms/FormCard.vue.js";
|
|
97
|
+
import { default as Pr } from "./components/forms/CardPanel.vue.js";
|
|
98
|
+
import { default as jr } from "./components/forms/FormField.vue.js";
|
|
99
|
+
import { default as qr } from "./components/banner/Banner.vue.js";
|
|
100
|
+
import { default as Gr } from "./components/alert/Alert.vue.js";
|
|
101
|
+
import { default as Qr } from "./components/autocomplete/Autocomplete.vue.js";
|
|
102
|
+
import { default as Yr } from "./components/chart/Chart.vue.js";
|
|
104
103
|
const X = {
|
|
105
104
|
...e,
|
|
106
105
|
...m,
|
|
@@ -119,8 +118,8 @@ const X = {
|
|
|
119
118
|
...u,
|
|
120
119
|
...$,
|
|
121
120
|
...y,
|
|
122
|
-
...F,
|
|
123
121
|
...g,
|
|
122
|
+
...F,
|
|
124
123
|
...I,
|
|
125
124
|
...C,
|
|
126
125
|
...D,
|
|
@@ -128,91 +127,87 @@ const X = {
|
|
|
128
127
|
...E,
|
|
129
128
|
...h,
|
|
130
129
|
...B,
|
|
131
|
-
...b,
|
|
132
130
|
...M,
|
|
131
|
+
...b,
|
|
132
|
+
...N,
|
|
133
|
+
...S,
|
|
134
|
+
...w,
|
|
133
135
|
...O,
|
|
134
136
|
...H,
|
|
135
|
-
...
|
|
136
|
-
...
|
|
137
|
-
...N,
|
|
138
|
-
...K,
|
|
139
|
-
...P,
|
|
137
|
+
...V,
|
|
138
|
+
...v,
|
|
140
139
|
...n,
|
|
141
140
|
...l,
|
|
141
|
+
...P,
|
|
142
142
|
..._,
|
|
143
|
-
...v,
|
|
144
|
-
...S,
|
|
145
|
-
...V,
|
|
146
143
|
...J,
|
|
144
|
+
...K,
|
|
147
145
|
...j,
|
|
148
146
|
...k,
|
|
149
147
|
...q,
|
|
150
148
|
...z,
|
|
151
149
|
...G,
|
|
150
|
+
...L,
|
|
152
151
|
...Q,
|
|
153
152
|
...R,
|
|
153
|
+
...Y,
|
|
154
154
|
...U,
|
|
155
|
-
...W
|
|
156
|
-
...Y
|
|
155
|
+
...W
|
|
157
156
|
};
|
|
158
157
|
export {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
158
|
+
Er as AddFilterButton,
|
|
159
|
+
Gr as Alert,
|
|
160
|
+
qo as AlertTypes,
|
|
161
|
+
mr as AppIcon,
|
|
163
162
|
xo as AppIconTypes,
|
|
164
|
-
|
|
163
|
+
Yo as AppTrigger,
|
|
165
164
|
ro as AppTriggerTypes,
|
|
166
|
-
|
|
167
|
-
|
|
165
|
+
Qr as Autocomplete,
|
|
166
|
+
Wo as AutocompleteDropdown,
|
|
168
167
|
mo as AutocompleteDropdownTypes,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
168
|
+
Go as AutocompleteTypes,
|
|
169
|
+
qr as Banner,
|
|
170
|
+
jo as BannerTypes,
|
|
171
|
+
Pr as CardPanel,
|
|
172
|
+
Yr as Chart,
|
|
174
173
|
Qo as ChartTypes,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
xr as FloatingToolbar,
|
|
174
|
+
Ir as FilterDropdown,
|
|
175
|
+
go as FilterDropdownTypes,
|
|
176
|
+
pr as FloatingToolbar,
|
|
179
177
|
no as FloatingToolbarTypes,
|
|
180
|
-
|
|
178
|
+
Nr as FoldableSection,
|
|
181
179
|
Bo as FoldableSectionTypes,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
180
|
+
Jr as FormCard,
|
|
181
|
+
bo as FormCardTypes,
|
|
182
|
+
jr as FormField,
|
|
185
183
|
wo as FormFieldTypes,
|
|
186
|
-
|
|
187
|
-
|
|
184
|
+
Vr as FormRow,
|
|
185
|
+
Dr as Heading,
|
|
188
186
|
To as ID_INJECTION_KEY,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
187
|
+
fr as IncludeExclude,
|
|
188
|
+
cr as IncludeExcludeAppHeader,
|
|
189
|
+
$r as IncludeExcludeAppTrigger,
|
|
190
|
+
gr as IncludeExcludeChipFilter,
|
|
191
|
+
dr as IncludeExcludeDragDrop,
|
|
192
|
+
sr as IncludeExcludeOption,
|
|
193
|
+
lr as IncludeExcludeOptionDraggable,
|
|
196
194
|
uo as IncludeExcludeTypes,
|
|
197
|
-
|
|
198
|
-
|
|
195
|
+
rr as Menu,
|
|
196
|
+
Zo as MenuItem,
|
|
199
197
|
po as MenuItemTypes,
|
|
200
198
|
fo as MenuTypes,
|
|
201
|
-
|
|
199
|
+
Or as MultiBar,
|
|
202
200
|
Do as MultiBarTypes,
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
Br as Text,
|
|
202
|
+
br as Typography,
|
|
205
203
|
Io as TypographyTypes,
|
|
206
204
|
Eo as TypographyTypesV4,
|
|
207
205
|
X as default,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
Po as scrollToElementByClass,
|
|
212
|
-
So as scrollToFirstInvalidElement,
|
|
213
|
-
Vo as useFormValidation,
|
|
206
|
+
vo as scrollToElementByClass,
|
|
207
|
+
Jo as scrollToFirstInvalidElement,
|
|
208
|
+
Ko as useFormValidation,
|
|
214
209
|
co as useId,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
210
|
+
So as useSearch,
|
|
211
|
+
Ho as useToggle,
|
|
212
|
+
Po as yupValidation
|
|
218
213
|
};
|
package/mocks/apps.d.ts
CHANGED
package/package.json
CHANGED
package/utils/formatNumbers.js
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
const
|
|
1
|
+
const s = "N/A", r = (n, e, t) => n.toLocaleString("en", {
|
|
2
2
|
minimumFractionDigits: e,
|
|
3
|
-
maximumFractionDigits:
|
|
4
|
-
}),
|
|
5
|
-
const
|
|
6
|
-
return isNaN(
|
|
7
|
-
}, o = (s, e, r = i) => {
|
|
8
|
-
const t = Number(s), u = Number(e);
|
|
9
|
-
return r && (isNaN(t) || isNaN(u)) ? r : t >= u ? (u - t) / t * 100 : (t - u) / t * -100;
|
|
10
|
-
}, N = (s, e = i) => {
|
|
11
|
-
const r = Number(s);
|
|
12
|
-
return isNaN(r) && e ? e : n(r, 0, 2);
|
|
3
|
+
maximumFractionDigits: t
|
|
4
|
+
}), u = (n, e = s) => {
|
|
5
|
+
const t = Number(n), a = t % 1 !== 0;
|
|
6
|
+
return isNaN(t) && e ? e : Math.abs(t) >= 1e12 ? "∞" : Math.abs(t) >= 1e9 ? `${r(t / 1e9, 0, 1)}B` : Math.abs(t) >= 1e6 ? `${r(t / 1e6, 0, 1)}M` : Math.abs(t) >= 1e3 ? `${r(t / 1e3, 0, 1)}K` : a && Math.abs(t) >= 100 ? r(t, 0, 0) : a && Math.abs(t) >= 10 ? r(t, 0, 1) : a ? r(t, 2, 2) : r(t, 0, 0);
|
|
13
7
|
};
|
|
14
8
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
N as formatNumberWithCommas,
|
|
18
|
-
a as nFormatter
|
|
9
|
+
s as DEFAULT_FALLBACK,
|
|
10
|
+
u as nFormatter
|
|
19
11
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-container[data-v-df85e0af]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;height:388px;border-radius:0 0 6px 6px}.header-wrapper[data-v-df85e0af]{height:76px}.chart-content[data-v-df85e0af]{flex:1}.chart-sidebar[data-v-df85e0af]{border-left:1px solid var(--common-divider)}.chart[data-v-df85e0af]{width:100%;height:312px;position:relative}.chart__canvas[data-v-df85e0af]{width:100%;height:100%}.chart__tooltip[data-v-df85e0af]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-header[data-v-2e3de9c5]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.header-texts[data-v-2e3de9c5]{display:flex;flex-direction:column;color:var(--text-primary);gap:4px}.type-switch[data-v-2e3de9c5]{display:flex;align-items:center;gap:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-legend[data-v-efc608f9]{display:flex;flex-direction:column;width:220px;height:100%;padding-bottom:8px}.search-box[data-v-efc608f9]{padding:12px 12px 4px}.legend[data-v-efc608f9]{overflow-y:auto;color:var(--text-primary)}.legend__list[data-v-efc608f9]{list-style:none;padding:0 12px 0 20px}.legend__list>li[data-v-efc608f9]{display:flex;align-items:center;gap:8px;height:32px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.v-enter-active[data-v-00ccab6b],.v-leave-active[data-v-00ccab6b]{transition:opacity .25s ease}ol[data-v-00ccab6b],ul[data-v-00ccab6b],menu[data-v-00ccab6b]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-00ccab6b],.dropdown.full-width .button__container[data-v-00ccab6b]{width:100%}.dropdown-list-wrapper[data-v-00ccab6b]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-00ccab6b]{padding:.5rem}.list-container--multi[data-v-00ccab6b]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-00ccab6b]{padding-bottom:.25rem}.inline-search .list-container[data-v-00ccab6b]{padding-top:0}.no-result-container[data-v-00ccab6b]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-00ccab6b]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-00ccab6b]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-00ccab6b]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.image-slot[data-v-00ccab6b]{margin-right:.5rem}.actions-wrapper[data-v-00ccab6b]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-00ccab6b]{margin-left:.5rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.settings-header-container[data-v-1791e4fe]{display:flex;border:.0625rem solid var(--common-divider);border-radius:.375rem .375rem 0 0;border-bottom:none;background-color:var(--background-paper-elevation-0, #f9f9f9);justify-content:space-between}.settings-header-container .settings[data-v-1791e4fe]{display:flex;flex-direction:row;justify-content:space-between;height:4rem;padding:.75rem 0 .75rem 1.5rem;align-items:center;gap:.75rem;flex:1}.settings-header-container .settings .chart-type-selection[data-v-1791e4fe]{display:flex;height:1.75rem;max-width:8.125rem}.settings-header-container .settings .chart-type-selection[data-v-1791e4fe] .displayed-value{font-weight:600}.settings-header-container .settings-spacer[data-v-1791e4fe]{padding:.75rem 1.5rem}.settings-header-container .breakdowns[data-v-1791e4fe]{display:flex;width:13.8125rem;height:4rem;padding:0 .75rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem}.settings-header-container .breakdowns-border[data-v-1791e4fe]{border-left:.0625rem solid var(--common-divider)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-b00956b7],.font-chart-2[data-v-b00956b7],.font-chart-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-b00956b7],.font-table-label[data-v-b00956b7],.font-button[data-v-b00956b7],.font-heading-6[data-v-b00956b7],.font-heading-5[data-v-b00956b7],.font-heading-4[data-v-b00956b7],.font-heading-3[data-v-b00956b7],.font-heading-2[data-v-b00956b7],.font-heading-1[data-v-b00956b7],.font-title[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-b00956b7],.font-input-label[data-v-b00956b7],.font-overline[data-v-b00956b7],.font-subtitle-2[data-v-b00956b7],.font-subtitle-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-b00956b7],.font-body-2[data-v-b00956b7],.font-body-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-b00956b7]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-b00956b7]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-b00956b7]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-b00956b7]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-b00956b7]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-b00956b7]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-b00956b7]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-b00956b7]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-b00956b7]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-b00956b7]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-b00956b7]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-b00956b7]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-b00956b7],.font-tab-label2[data-v-b00956b7]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-b00956b7]{font-size:.75rem;line-height:1rem}h1[data-v-b00956b7],h2[data-v-b00956b7],h3[data-v-b00956b7],h4[data-v-b00956b7],h5[data-v-b00956b7],h6[data-v-b00956b7]{margin:0}.antialiased[data-v-b00956b7]{-webkit-font-smoothing:antialiased}.truncate[data-v-b00956b7]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.typography-tooltip[data-v-b00956b7],.typography-tooltip[data-v-b00956b7] .container{display:block}
|