@fluentui/react-charts 0.0.0-nightly-20260113-0406.1 → 0.0.0-nightly-20260115-0406.1
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/CHANGELOG.md +13 -13
- package/dist/index.d.ts +4 -0
- package/lib/components/DonutChart/DonutChart.js +4 -2
- package/lib/components/DonutChart/DonutChart.js.map +1 -1
- package/lib/components/GaugeChart/GaugeChart.js +2 -1
- package/lib/components/GaugeChart/GaugeChart.js.map +1 -1
- package/lib/components/GaugeChart/GaugeChart.types.js.map +1 -1
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.js +25 -16
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.js.map +1 -1
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.raw.js +23 -15
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.raw.js.map +1 -1
- package/lib/components/PolarChart/PolarChart.js +3 -2
- package/lib/components/PolarChart/PolarChart.js.map +1 -1
- package/lib/utilities/utilities.js +1 -1
- package/lib/utilities/utilities.js.map +1 -1
- package/lib-commonjs/components/DonutChart/DonutChart.js +4 -2
- package/lib-commonjs/components/DonutChart/DonutChart.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/GaugeChart.js +2 -1
- package/lib-commonjs/components/GaugeChart/GaugeChart.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/GaugeChart.types.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.js +29 -14
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.raw.js +22 -14
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/PolarChart/PolarChart.js +3 -2
- package/lib-commonjs/components/PolarChart/PolarChart.js.map +1 -1
- package/lib-commonjs/utilities/utilities.js +1 -1
- package/lib-commonjs/utilities/utilities.js.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-charts",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260115-0406.1",
|
|
4
4
|
"description": "React web chart controls for Microsoft fluentui v9 system.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@fluentui/chart-utilities": "^1.1.38",
|
|
25
|
-
"@fluentui/react-button": "0.0.0-nightly-
|
|
26
|
-
"@fluentui/react-jsx-runtime": "0.0.0-nightly-
|
|
27
|
-
"@fluentui/react-overflow": "0.0.0-nightly-
|
|
28
|
-
"@fluentui/react-popover": "0.0.0-nightly-
|
|
29
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
|
30
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
|
31
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
|
32
|
-
"@fluentui/react-tooltip": "0.0.0-nightly-
|
|
33
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
|
25
|
+
"@fluentui/react-button": "0.0.0-nightly-20260115-0406.1",
|
|
26
|
+
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20260115-0406.1",
|
|
27
|
+
"@fluentui/react-overflow": "0.0.0-nightly-20260115-0406.1",
|
|
28
|
+
"@fluentui/react-popover": "0.0.0-nightly-20260115-0406.1",
|
|
29
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20260115-0406.1",
|
|
30
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20260115-0406.1",
|
|
31
|
+
"@fluentui/react-theme": "0.0.0-nightly-20260115-0406.1",
|
|
32
|
+
"@fluentui/react-tooltip": "0.0.0-nightly-20260115-0406.1",
|
|
33
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20260115-0406.1",
|
|
34
34
|
"@griffel/react": "^1.5.32",
|
|
35
35
|
"@swc/helpers": "^0.5.1",
|
|
36
36
|
"@types/d3-array": "^3.0.0",
|