@spaziodati/atoka-design-system 2.2.18 → 2.2.19
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/AddableItems/index.js +1 -1
- package/Alert/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Bs4V3Wrapper/index.js +1 -1
- package/BubbleChart/index.js +1 -1
- package/Button/index.js +1 -1
- package/ButtonDropdown/index.js +1 -1
- package/CardsPage/index.js +1 -1
- package/CursorPagination/index.js +1 -1
- package/DatePicker/index.js +1 -1
- package/DetailPage/index.js +1 -1
- package/Dropdown/index.js +1 -1
- package/EditableString/index.js +1 -1
- package/EllipsableContent/index.js +1 -1
- package/EmptyState/index.js +1 -1
- package/Facet/index.js +1 -1
- package/FacetSection/index.js +1 -1
- package/FadeAnimation/index.js +1 -1
- package/FeedbackButton/index.js +1 -1
- package/Form/index.js +1 -1
- package/Funnel/Funnel.d.ts +7 -23
- package/Funnel/FunnelUI.d.ts +34 -0
- package/Funnel/SVGDataLabel.d.ts +3 -2
- package/Funnel/fixture.d.ts +23 -0
- package/Funnel/index.js +1 -1
- package/Gauge/index.js +1 -1
- package/GridCard/index.js +1 -1
- package/HighlightableText/index.js +1 -1
- package/Histogram/index.js +1 -1
- package/InlineStringEditor/index.js +1 -1
- package/InputGroup/index.js +1 -1
- package/Jumbotron/index.js +1 -1
- package/Map/index.js +1 -1
- package/Modal/index.js +1 -1
- package/Navbar/index.js +1 -1
- package/Pagination/index.js +1 -1
- package/PieChart/index.js +1 -1
- package/PublicFooter/index.js +1 -1
- package/PublicNavbar/index.js +1 -1
- package/RecordBit/index.js +1 -1
- package/ResultItemCard/index.js +1 -1
- package/RowCard/index.js +1 -1
- package/SelectDropdown/index.js +1 -1
- package/Spinner/index.js +1 -1
- package/StatisticsItemCard/index.js +1 -1
- package/StatisticsItemNumeric/index.js +1 -1
- package/StatisticsLegend/index.js +1 -1
- package/StatisticsTooltip/index.js +1 -1
- package/Suggester/index.js +1 -1
- package/SunBurst/index.js +1 -1
- package/TabSwitcher/index.js +1 -1
- package/Title/index.js +1 -1
- package/Toast/index.js +1 -1
- package/ToggleButtonGroup/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/Utils/CommonTypes.d.ts +1 -0
- package/Utils/index.js +1 -1
- package/{atoka-design-system-2.2.18.min.css → atoka-design-system-2.2.19.min.css} +1 -1
- package/index.js +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaziodati/atoka-design-system",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "start-storybook -p 6006 --quiet",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@fortawesome/pro-light-svg-icons": "5.15.4",
|
|
40
40
|
"@fortawesome/pro-regular-svg-icons": "5.15.4",
|
|
41
41
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
42
|
-
"@nivo/axes": "0.
|
|
43
|
-
"@nivo/bar": "0.
|
|
44
|
-
"@nivo/circle-packing": "0.
|
|
45
|
-
"@nivo/core": "0.
|
|
46
|
-
"@nivo/funnel": "0.
|
|
47
|
-
"@nivo/pie": "0.
|
|
48
|
-
"@nivo/sunburst": "0.
|
|
42
|
+
"@nivo/axes": "0.79.0",
|
|
43
|
+
"@nivo/bar": "0.79.0",
|
|
44
|
+
"@nivo/circle-packing": "0.79.1",
|
|
45
|
+
"@nivo/core": "0.79.0",
|
|
46
|
+
"@nivo/funnel": "0.79.1",
|
|
47
|
+
"@nivo/pie": "0.79.1",
|
|
48
|
+
"@nivo/sunburst": "0.79.1",
|
|
49
49
|
"leaflet": "1.7.1",
|
|
50
50
|
"leaflet-image": "0.4.0",
|
|
51
51
|
"react": "17.0.2",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"@fortawesome/pro-solid-svg-icons": "5.14.0",
|
|
69
69
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
70
70
|
"@mdx-js/loader": "1.6.6",
|
|
71
|
-
"@nivo/axes": "0.
|
|
72
|
-
"@nivo/bar": "0.
|
|
73
|
-
"@nivo/circle-packing": "0.
|
|
74
|
-
"@nivo/core": "0.
|
|
75
|
-
"@nivo/funnel": "0.
|
|
76
|
-
"@nivo/pie": "0.
|
|
77
|
-
"@nivo/sunburst": "0.
|
|
71
|
+
"@nivo/axes": "0.79.0",
|
|
72
|
+
"@nivo/bar": "0.79.0",
|
|
73
|
+
"@nivo/circle-packing": "0.79.1",
|
|
74
|
+
"@nivo/core": "0.79.0",
|
|
75
|
+
"@nivo/funnel": "0.79.1",
|
|
76
|
+
"@nivo/pie": "0.79.1",
|
|
77
|
+
"@nivo/sunburst": "0.79.1",
|
|
78
78
|
"@storybook/addon-actions": "6.5.8",
|
|
79
79
|
"@storybook/addon-controls": "6.5.8",
|
|
80
80
|
"@storybook/addon-docs": "6.5.8",
|