@ironsource/shared-ui 2.1.12-rc.41 → 2.1.12-rc.42
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/components/chart/consts.d.ts +1 -1
- package/components/chart/consts.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ export declare const DROPDOWN_TYPE_OPTIONS: DropdownTypeOption[];
|
|
|
10
10
|
export declare const HEADER_HEIGHT = 76;
|
|
11
11
|
export declare const COMPACT_HEADER_HEIGHT = 43;
|
|
12
12
|
export declare const DEFAULT_CHART_PLANE_HEIGHT = 312;
|
|
13
|
-
export declare const MIN_PLANE_HEIGHT =
|
|
13
|
+
export declare const MIN_PLANE_HEIGHT = 211;
|
|
14
14
|
export declare const TOTALS_HELPER_KEY = "__TOTALS_HELPER_KEY__";
|
|
15
15
|
export declare const BASE_COLOR_KEY = "___BASE_COLOR__";
|
|
16
16
|
export declare const BIDDING_PREFIX = "Bidding";
|
|
@@ -7,7 +7,7 @@ const T = "#fcfcfc", t = "#E4E4E4", n = "#646464", A = {
|
|
|
7
7
|
{ id: _.Line, name: "Line" },
|
|
8
8
|
{ id: _.StackedLine, name: "Stack" },
|
|
9
9
|
{ id: _.Bar, name: "Bar" }
|
|
10
|
-
], c = 76, L = 43, s = 312, I =
|
|
10
|
+
], c = 76, L = 43, s = 312, I = 211, C = "__TOTALS_HELPER_KEY__", D = "___BASE_COLOR__", e = "Bidding", P = "ironSource", S = "UnityAds", i = "Meta", H = "Google", K = "Mintegral", B = "AppLovin", M = "InMobi", a = "DT Exchange", G = "Pangle", r = "Liftoff Monetize", F = 10, W = 70, Y = 10, f = 70, d = 40, g = [4, 4], U = {
|
|
11
11
|
left: 18,
|
|
12
12
|
right: 18,
|
|
13
13
|
top: 18,
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
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";
|