@flux-ui/statistics 3.1.9 → 3.1.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.
- package/dist/index.css +10 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
- package/src/css/Change.module.scss +1 -0
- package/src/css/Comparison.module.scss +2 -0
- package/src/css/DetailsTable.module.scss +1 -0
- package/src/css/Kpi.module.scss +1 -0
- package/src/css/Legend.module.scss +1 -0
- package/src/css/Meter.module.scss +1 -0
- package/src/css/Metric.module.scss +3 -0
package/dist/index.css
CHANGED
|
@@ -223,6 +223,7 @@
|
|
|
223
223
|
color: var(--color);
|
|
224
224
|
font-size: 12px;
|
|
225
225
|
font-weight: 500;
|
|
226
|
+
font-variant-numeric: tabular-nums;
|
|
226
227
|
}.statistics-chart-pane {
|
|
227
228
|
--aspect-ratio: unset;
|
|
228
229
|
container: chart-pane/inline-size;
|
|
@@ -293,6 +294,7 @@
|
|
|
293
294
|
color: var(--foreground-prominent);
|
|
294
295
|
font-size: 21px;
|
|
295
296
|
font-weight: 800;
|
|
297
|
+
font-variant-numeric: tabular-nums;
|
|
296
298
|
line-height: 28px;
|
|
297
299
|
}
|
|
298
300
|
|
|
@@ -300,6 +302,7 @@
|
|
|
300
302
|
color: var(--foreground-secondary);
|
|
301
303
|
font-size: 18px;
|
|
302
304
|
font-weight: 600;
|
|
305
|
+
font-variant-numeric: tabular-nums;
|
|
303
306
|
line-height: 28px;
|
|
304
307
|
}
|
|
305
308
|
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
}
|
|
344
347
|
|
|
345
348
|
.details-table-row-value {
|
|
349
|
+
font-variant-numeric: tabular-nums;
|
|
346
350
|
text-align: right;
|
|
347
351
|
}
|
|
348
352
|
|
|
@@ -448,6 +452,7 @@
|
|
|
448
452
|
color: var(--foreground-prominent);
|
|
449
453
|
font-size: 21px;
|
|
450
454
|
font-weight: 800;
|
|
455
|
+
font-variant-numeric: tabular-nums;
|
|
451
456
|
line-height: 36px;
|
|
452
457
|
}.statistics-legend {
|
|
453
458
|
display: flex;
|
|
@@ -504,6 +509,7 @@
|
|
|
504
509
|
}
|
|
505
510
|
|
|
506
511
|
.statistics-legend-item-value {
|
|
512
|
+
font-variant-numeric: tabular-nums;
|
|
507
513
|
margin-left: 15px;
|
|
508
514
|
text-align: right;
|
|
509
515
|
}
|
|
@@ -622,6 +628,7 @@
|
|
|
622
628
|
color: var(--foreground-prominent);
|
|
623
629
|
font-size: 16px;
|
|
624
630
|
font-weight: 700;
|
|
631
|
+
font-variant-numeric: tabular-nums;
|
|
625
632
|
}
|
|
626
633
|
|
|
627
634
|
.statistics-meter-header-tip {
|
|
@@ -671,11 +678,13 @@
|
|
|
671
678
|
color: var(--foreground);
|
|
672
679
|
font-size: 18px;
|
|
673
680
|
font-weight: 600;
|
|
681
|
+
font-variant-numeric: tabular-nums;
|
|
674
682
|
}
|
|
675
683
|
.statistics-metric-content strong {
|
|
676
684
|
color: var(--foreground-prominent);
|
|
677
685
|
font-size: 21px;
|
|
678
686
|
font-weight: 800;
|
|
687
|
+
font-variant-numeric: tabular-nums;
|
|
679
688
|
line-height: 36px;
|
|
680
689
|
}
|
|
681
690
|
.statistics-metric-content small:not(:first-child) {
|
|
@@ -703,6 +712,7 @@
|
|
|
703
712
|
color: var(--foreground-prominent);
|
|
704
713
|
font-size: 18px;
|
|
705
714
|
font-weight: 800;
|
|
715
|
+
font-variant-numeric: tabular-nums;
|
|
706
716
|
line-height: 36px;
|
|
707
717
|
text-transform: capitalize;
|
|
708
718
|
}
|
package/dist/index.js
CHANGED
|
@@ -6815,7 +6815,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
6815
6815
|
else throw new InvalidArgumentError(`Unknown datetime argument: ${dateTimeish}, of type ${typeof dateTimeish}`);
|
|
6816
6816
|
}
|
|
6817
6817
|
//#endregion
|
|
6818
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
6818
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.45.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
6819
6819
|
function p$2(e, t = 0) {
|
|
6820
6820
|
let n = typeof navigator < `u` ? navigator.language : `nl-NL`;
|
|
6821
6821
|
return new Intl.NumberFormat(n, {
|
|
@@ -10821,7 +10821,7 @@ useMode(definition$2);
|
|
|
10821
10821
|
useMode(definition$1);
|
|
10822
10822
|
useMode(definition);
|
|
10823
10823
|
//#endregion
|
|
10824
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
10824
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.45.0+4ee6465b33b5b900/node_modules/@basmilius/http-client/dist/index.mjs
|
|
10825
10825
|
function adapter_default(Parent) {
|
|
10826
10826
|
return class extends Parent {
|
|
10827
10827
|
constructor(...args) {
|