@apexcura/ui-components 0.0.14-Beta138 → 0.0.14-Beta139

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/dist/index.js CHANGED
@@ -1484,7 +1484,7 @@ var BarChart = (props) => {
1484
1484
  ],
1485
1485
  datasets: [
1486
1486
  {
1487
- data: [30, 10, 27, 40, 12, 24],
1487
+ data: [30, 100, 270, 140, 120, 240],
1488
1488
  backgroundColor: "#1565C0",
1489
1489
  barThickness: 15
1490
1490
  }
package/dist/index.mjs CHANGED
@@ -1442,7 +1442,7 @@ var BarChart = (props) => {
1442
1442
  ],
1443
1443
  datasets: [
1444
1444
  {
1445
- data: [30, 10, 27, 40, 12, 24],
1445
+ data: [30, 100, 270, 140, 120, 240],
1446
1446
  backgroundColor: "#1565C0",
1447
1447
  barThickness: 15
1448
1448
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta138",
3
+ "version": "0.0.14-Beta139",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",
@@ -52,6 +52,8 @@
52
52
  "autoprefixer": "^10.4.19",
53
53
  "chart.js": "^4.4.3",
54
54
  "date-fns": "^3.6.0",
55
+ "devextreme": "^24.1.3",
56
+ "devextreme-react": "^24.1.3",
55
57
  "esbuild": "^0.21.4",
56
58
  "highcharts": "^11.4.3",
57
59
  "highcharts-react-official": "^3.2.1",