@ironsource/shared-ui 2.1.12-test.63 → 2.1.12-test.64
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/colorPalette.js +4 -4
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BIDDING_PREFIX as F, NETWORK_ID_UNITY_ADS as N, NETWORK_ID_AD_MOB as R, NETWORK_ID_IRON_SOURCE as $, NON_BIDDING_PREFIX as E, NETWORK_ID_MINTEGRAL as B, NETWORK_ID_APPLOVIN as _, NETWORK_ID_FACEBOOK_META as D, NETWORK_ID_LIFTOFF as A, NETWORK_ID_PANGLE as O, NETWORK_ID_INMOBI as I, NETWORK_ID_DT_EXCHANGE as C } from "./consts.js";
|
|
2
|
-
const
|
|
2
|
+
const K = "#c9c9c9", t = [
|
|
3
3
|
"#80BCFE",
|
|
4
4
|
"#9999FF",
|
|
5
5
|
"#5883E4",
|
|
@@ -11,7 +11,7 @@ const t = "#c9c9c9", K = [
|
|
|
11
11
|
"#CA80DC",
|
|
12
12
|
"#FEBBB2"
|
|
13
13
|
], W = {
|
|
14
|
-
|
|
14
|
+
Total: "#646464",
|
|
15
15
|
// AB tests
|
|
16
16
|
A: "#FFC134",
|
|
17
17
|
B: "#4F4FF5",
|
|
@@ -48,7 +48,7 @@ const t = "#c9c9c9", K = [
|
|
|
48
48
|
[`${E}-${C}`]: "#DD8094"
|
|
49
49
|
};
|
|
50
50
|
export {
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
t as COLOR_PALETTE,
|
|
52
|
+
K as DEFAULT_CHART_COLOR,
|
|
53
53
|
W as RESERVED_COLORS_MAP
|
|
54
54
|
};
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_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";
|