@opendata-ai/openchart-core 2.13.1 → 6.0.0

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/styles.css CHANGED
@@ -224,7 +224,10 @@
224
224
  * React wrapper roots
225
225
  * --------------------------------------------------------------------------- */
226
226
 
227
- .viz-chart-root,
227
+ .viz-chart-root {
228
+ width: 100%;
229
+ }
230
+
228
231
  .viz-table-root,
229
232
  .viz-graph-root {
230
233
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendata-ai/openchart-core",
3
- "version": "2.13.1",
3
+ "version": "6.0.0",
4
4
  "description": "Types, theme, colors, accessibility, and utilities for openchart",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Riley Hilliard",
@@ -224,7 +224,10 @@
224
224
  * React wrapper roots
225
225
  * --------------------------------------------------------------------------- */
226
226
 
227
- .viz-chart-root,
227
+ .viz-chart-root {
228
+ width: 100%;
229
+ }
230
+
228
231
  .viz-table-root,
229
232
  .viz-graph-root {
230
233
  width: 100%;