@rfkit/charts 1.3.11 → 1.3.12

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.
Files changed (2) hide show
  1. package/index.js +6 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1470,10 +1470,11 @@ var __webpack_modules__ = {
1470
1470
 
1471
1471
  .item-ks0EjM {
1472
1472
  z-index: 9;
1473
- max-width: 160px;
1473
+ max-width: 200px;
1474
1474
  color: var(--theme-color-base);
1475
1475
  justify-content: space-between;
1476
1476
  align-items: center;
1477
+ gap: 4px;
1477
1478
  margin-top: 4px;
1478
1479
  font-size: 12px;
1479
1480
  display: flex;
@@ -1482,13 +1483,15 @@ var __webpack_modules__ = {
1482
1483
  .item-ks0EjM .label-X7Yrft {
1483
1484
  white-space: nowrap;
1484
1485
  text-overflow: ellipsis;
1485
- width: 60px;
1486
+ flex: 1;
1487
+ min-width: 0;
1486
1488
  overflow: hidden;
1487
1489
  }
1488
1490
 
1489
1491
  .item-ks0EjM .value-rc8WPG {
1492
+ flex-shrink: 0;
1490
1493
  justify-content: flex-end;
1491
- width: 36px;
1494
+ min-width: 36px;
1492
1495
  display: inline-flex;
1493
1496
  }
1494
1497
  `,
package/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "types": "index.d.ts",
6
6
  "author": "Hxgh",
7
7
  "license": "MIT",
8
- "version": "1.3.11",
8
+ "version": "1.3.12",
9
9
  "private": false
10
10
  }