@adiba-banking-cloud/backoffice 0.0.100 → 0.0.101
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.
|
@@ -11456,7 +11456,8 @@ const initSeries$2 = props => {
|
|
|
11456
11456
|
dataLabelConfig.style = {
|
|
11457
11457
|
color: "#575E77",
|
|
11458
11458
|
fontSize: "12px",
|
|
11459
|
-
fontWeight: "500"
|
|
11459
|
+
fontWeight: "500",
|
|
11460
|
+
textShadow: "none"
|
|
11460
11461
|
};
|
|
11461
11462
|
dataLabelConfig.align = "center";
|
|
11462
11463
|
dataLabelConfig.verticalAlign = props.inverted ? "middle" : "bottom";
|
|
@@ -11512,7 +11513,8 @@ const initSeries$2 = props => {
|
|
|
11512
11513
|
dataLabelConfig.style = {
|
|
11513
11514
|
color: "#575E77",
|
|
11514
11515
|
fontSize: "12px",
|
|
11515
|
-
fontWeight: "500"
|
|
11516
|
+
fontWeight: "500",
|
|
11517
|
+
textShadow: "none"
|
|
11516
11518
|
};
|
|
11517
11519
|
dataLabelConfig.align = "center";
|
|
11518
11520
|
dataLabelConfig.verticalAlign = props.inverted ? "middle" : "bottom";
|
|
@@ -11435,7 +11435,8 @@ const initSeries$2 = props => {
|
|
|
11435
11435
|
dataLabelConfig.style = {
|
|
11436
11436
|
color: "#575E77",
|
|
11437
11437
|
fontSize: "12px",
|
|
11438
|
-
fontWeight: "500"
|
|
11438
|
+
fontWeight: "500",
|
|
11439
|
+
textShadow: "none"
|
|
11439
11440
|
};
|
|
11440
11441
|
dataLabelConfig.align = "center";
|
|
11441
11442
|
dataLabelConfig.verticalAlign = props.inverted ? "middle" : "bottom";
|
|
@@ -11491,7 +11492,8 @@ const initSeries$2 = props => {
|
|
|
11491
11492
|
dataLabelConfig.style = {
|
|
11492
11493
|
color: "#575E77",
|
|
11493
11494
|
fontSize: "12px",
|
|
11494
|
-
fontWeight: "500"
|
|
11495
|
+
fontWeight: "500",
|
|
11496
|
+
textShadow: "none"
|
|
11495
11497
|
};
|
|
11496
11498
|
dataLabelConfig.align = "center";
|
|
11497
11499
|
dataLabelConfig.verticalAlign = props.inverted ? "middle" : "bottom";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.101",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|