@carbon/charts-react 1.9.0-rc.5 → 1.9.0-rc.6
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/LICENSE.md +201 -0
- package/dist/charts/AlluvialChart.d.ts +5 -5
- package/dist/charts/AreaChart.d.ts +5 -5
- package/dist/charts/BaseChart.d.ts +16 -16
- package/dist/charts/BoxplotChart.d.ts +5 -5
- package/dist/charts/BubbleChart.d.ts +5 -5
- package/dist/charts/BulletChart.d.ts +5 -5
- package/dist/charts/ChoroplethChart.d.ts +5 -5
- package/dist/charts/CirclePackChart.d.ts +5 -5
- package/dist/charts/ComboChart.d.ts +5 -5
- package/dist/charts/DonutChart.d.ts +5 -5
- package/dist/charts/GaugeChart.d.ts +5 -5
- package/dist/charts/GroupedBarChart.d.ts +5 -5
- package/dist/charts/HeatmapChart.d.ts +5 -5
- package/dist/charts/HistogramChart.d.ts +5 -5
- package/dist/charts/LineChart.d.ts +5 -5
- package/dist/charts/LollipopChart.d.ts +5 -5
- package/dist/charts/MeterChart.d.ts +5 -5
- package/dist/charts/PieChart.d.ts +5 -5
- package/dist/charts/RadarChart.d.ts +5 -5
- package/dist/charts/ScatterChart.d.ts +5 -5
- package/dist/charts/SimpleBarChart.d.ts +5 -5
- package/dist/charts/StackedAreaChart.d.ts +5 -5
- package/dist/charts/StackedBarChart.d.ts +5 -5
- package/dist/charts/TreeChart.d.ts +5 -5
- package/dist/charts/TreemapChart.d.ts +5 -5
- package/dist/charts/WordCloudChart.d.ts +5 -5
- package/dist/charts/index.d.ts +26 -26
- package/dist/diagrams/CardNode.d.ts +12 -12
- package/dist/diagrams/CardNodeColumn.d.ts +7 -7
- package/dist/diagrams/CardNodeLabel.d.ts +6 -6
- package/dist/diagrams/CardNodeSubtitle.d.ts +6 -6
- package/dist/diagrams/CardNodeTitle.d.ts +6 -6
- package/dist/diagrams/Edge.d.ts +17 -17
- package/dist/diagrams/Marker.d.ts +20 -20
- package/dist/diagrams/ShapeNode.d.ts +17 -17
- package/dist/diagrams/index.d.ts +9 -9
- package/dist/diagrams/utils.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/styles.css +386 -187
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +30 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "1.9.0-rc.
|
|
3
|
+
"version": "1.9.0-rc.6",
|
|
4
4
|
"description": "Carbon charting components for React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -26,7 +26,9 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"postinstall": "carbon-telemetry collect --install",
|
|
28
28
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
29
|
-
"
|
|
29
|
+
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
30
|
+
"postbundle": "concurrently \"yarn:file:*\"",
|
|
31
|
+
"build:package": "vite build && yarn postbundle",
|
|
30
32
|
"demo:mdx:react": "cp ../core/src/stories/getting-started/react.stories.mdx src/stories",
|
|
31
33
|
"demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
|
|
32
34
|
"demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
|
|
@@ -39,8 +41,8 @@
|
|
|
39
41
|
"clean": "rm -rf dist demo/bundle"
|
|
40
42
|
},
|
|
41
43
|
"dependencies": {
|
|
42
|
-
"@carbon/charts": "^1.9.0-rc.
|
|
43
|
-
"@carbon/icons-react": "^11.
|
|
44
|
+
"@carbon/charts": "^1.9.0-rc.6",
|
|
45
|
+
"@carbon/icons-react": "^11.21.0",
|
|
44
46
|
"@carbon/telemetry": "~0.1.0"
|
|
45
47
|
},
|
|
46
48
|
"peerDependencies": {
|
|
@@ -48,34 +50,35 @@
|
|
|
48
50
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
49
51
|
},
|
|
50
52
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.22.
|
|
52
|
-
"@babel/plugin-external-helpers": "^7.
|
|
53
|
+
"@babel/core": "^7.22.5",
|
|
54
|
+
"@babel/plugin-external-helpers": "^7.22.5",
|
|
53
55
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
54
|
-
"@babel/plugin-transform-react-jsx": "^7.22.
|
|
55
|
-
"@babel/preset-env": "^7.22.
|
|
56
|
-
"@babel/preset-react": "^7.22.
|
|
57
|
-
"@babel/preset-typescript": "^7.
|
|
58
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
56
|
+
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
|
57
|
+
"@babel/preset-env": "^7.22.5",
|
|
58
|
+
"@babel/preset-react": "^7.22.5",
|
|
59
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
60
|
+
"@rushstack/eslint-patch": "^1.3.1",
|
|
59
61
|
"@stackblitz/sdk": "1.9.0",
|
|
60
|
-
"@storybook/addon-essentials": "^7.0.
|
|
61
|
-
"@storybook/addon-interactions": "^7.0.
|
|
62
|
-
"@storybook/addon-links": "^7.0.
|
|
63
|
-
"@storybook/blocks": "^7.0.
|
|
64
|
-
"@storybook/manager-api": "^7.0.
|
|
65
|
-
"@storybook/react": "^7.0.
|
|
66
|
-
"@storybook/react-vite": "^7.0.
|
|
67
|
-
"@storybook/react-webpack5": "^7.0.
|
|
62
|
+
"@storybook/addon-essentials": "^7.0.20",
|
|
63
|
+
"@storybook/addon-interactions": "^7.0.20",
|
|
64
|
+
"@storybook/addon-links": "^7.0.20",
|
|
65
|
+
"@storybook/blocks": "^7.0.20",
|
|
66
|
+
"@storybook/manager-api": "^7.0.20",
|
|
67
|
+
"@storybook/react": "^7.0.20",
|
|
68
|
+
"@storybook/react-vite": "^7.0.20",
|
|
69
|
+
"@storybook/react-webpack5": "^7.0.20",
|
|
68
70
|
"@storybook/testing-library": "^0.1.0",
|
|
69
|
-
"@storybook/theming": "^7.0.
|
|
71
|
+
"@storybook/theming": "^7.0.20",
|
|
70
72
|
"@types/carbon__icons-react": "^11.20.0",
|
|
71
|
-
"@types/react": "^18.2.
|
|
73
|
+
"@types/react": "^18.2.11",
|
|
72
74
|
"@types/react-dom": "^18.2.4",
|
|
73
75
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
74
76
|
"@typescript-eslint/parser": "^5.59.9",
|
|
75
77
|
"@vitejs/plugin-react": "^4.0.0",
|
|
76
78
|
"classnames": "^2.3.2",
|
|
77
|
-
"concurrently": "^8.
|
|
79
|
+
"concurrently": "^8.2.0",
|
|
78
80
|
"css-loader": "6.8.1",
|
|
81
|
+
"downlevel-dts": "^0.11.0",
|
|
79
82
|
"eslint": "^8.42.0",
|
|
80
83
|
"eslint-config-prettier": "^8.8.0",
|
|
81
84
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -84,13 +87,13 @@
|
|
|
84
87
|
"prettier": "^2.8.8",
|
|
85
88
|
"react": "^18.2.0",
|
|
86
89
|
"react-dom": "^18.2.0",
|
|
87
|
-
"sass": "^1.
|
|
88
|
-
"storybook": "^7.0.
|
|
90
|
+
"sass": "^1.63.3",
|
|
91
|
+
"storybook": "^7.0.20",
|
|
89
92
|
"style-loader": "^3.3.3",
|
|
90
93
|
"typescript": "^5.1.3",
|
|
91
94
|
"vite": "^4.3.9",
|
|
92
95
|
"vite-plugin-dts": "~2.3.0",
|
|
93
|
-
"webpack": "5.
|
|
96
|
+
"webpack": "5.86.0"
|
|
94
97
|
},
|
|
95
98
|
"prettier": "../../prettier.config.cjs",
|
|
96
99
|
"publishConfig": {
|
|
@@ -143,5 +146,6 @@
|
|
|
143
146
|
"email": "iliadm@ca.ibm.com",
|
|
144
147
|
"url": "https://github.com/theiliad"
|
|
145
148
|
}
|
|
146
|
-
]
|
|
149
|
+
],
|
|
150
|
+
"gitHead": "5a8496221c3b7d7cfa94b84d966d350195b0409b"
|
|
147
151
|
}
|