@sproutsocial/seeds-react-data-viz 0.7.19 → 0.7.23
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { AxisLabelsFormatterContextObject, TimeTicksInfoObject, Chart, Annotation, TooltipFormatterContextObject, Options, SeriesSplineOptions, SeriesAreasplineOptions, SeriesColumnOptions, AxisTickPositionsArray } from 'highcharts';
|
|
4
4
|
import * as _sproutsocial_seeds_react_box from '@sproutsocial/seeds-react-box';
|
|
5
5
|
import { TypeBoxProps } from '@sproutsocial/seeds-react-box';
|
|
6
6
|
import { Table } from '@sproutsocial/seeds-react-table';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { AxisLabelsFormatterContextObject, TimeTicksInfoObject, Chart, Annotation, TooltipFormatterContextObject, Options, SeriesSplineOptions, SeriesAreasplineOptions, SeriesColumnOptions, AxisTickPositionsArray } from 'highcharts';
|
|
4
4
|
import * as _sproutsocial_seeds_react_box from '@sproutsocial/seeds-react-box';
|
|
5
5
|
import { TypeBoxProps } from '@sproutsocial/seeds-react-box';
|
|
6
6
|
import { Table } from '@sproutsocial/seeds-react-table';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-data-viz",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.23",
|
|
4
4
|
"description": "Seeds React Data Viz Components",
|
|
5
5
|
"author": "Sprout Social, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@sproutsocial/seeds-dataviz": "^0.7.3",
|
|
25
25
|
"@sproutsocial/seeds-networkcolor": "^2.22.0",
|
|
26
|
-
"@sproutsocial/seeds-react-box": "^1.1.
|
|
27
|
-
"@sproutsocial/seeds-react-duration": "^1.0.
|
|
28
|
-
"@sproutsocial/seeds-react-icon": "^2.2.
|
|
29
|
-
"@sproutsocial/seeds-react-numeral": "^1.0.
|
|
30
|
-
"@sproutsocial/seeds-react-partner-logo": "^1.7.
|
|
26
|
+
"@sproutsocial/seeds-react-box": "^1.1.14",
|
|
27
|
+
"@sproutsocial/seeds-react-duration": "^1.0.15",
|
|
28
|
+
"@sproutsocial/seeds-react-icon": "^2.2.6",
|
|
29
|
+
"@sproutsocial/seeds-react-numeral": "^1.0.30",
|
|
30
|
+
"@sproutsocial/seeds-react-partner-logo": "^1.7.3",
|
|
31
31
|
"@sproutsocial/seeds-react-system-props": "^3.0.1",
|
|
32
|
-
"@sproutsocial/seeds-react-table": "^1.0.
|
|
32
|
+
"@sproutsocial/seeds-react-table": "^1.0.25",
|
|
33
33
|
"@sproutsocial/seeds-react-text": "^1.4.0",
|
|
34
|
-
"@sproutsocial/seeds-react-theme": "^3.
|
|
34
|
+
"@sproutsocial/seeds-react-theme": "^3.6.0",
|
|
35
35
|
"highcharts": "^11.4.3",
|
|
36
36
|
"highcharts-react-official": "^3.2.1",
|
|
37
37
|
"lodash": "^4.17.23"
|