@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.
Files changed (60) hide show
  1. package/AddableItems/index.js +1 -1
  2. package/Alert/index.js +1 -1
  3. package/Badge/index.js +1 -1
  4. package/Bs4V3Wrapper/index.js +1 -1
  5. package/BubbleChart/index.js +1 -1
  6. package/Button/index.js +1 -1
  7. package/ButtonDropdown/index.js +1 -1
  8. package/CardsPage/index.js +1 -1
  9. package/CursorPagination/index.js +1 -1
  10. package/DatePicker/index.js +1 -1
  11. package/DetailPage/index.js +1 -1
  12. package/Dropdown/index.js +1 -1
  13. package/EditableString/index.js +1 -1
  14. package/EllipsableContent/index.js +1 -1
  15. package/EmptyState/index.js +1 -1
  16. package/Facet/index.js +1 -1
  17. package/FacetSection/index.js +1 -1
  18. package/FadeAnimation/index.js +1 -1
  19. package/FeedbackButton/index.js +1 -1
  20. package/Form/index.js +1 -1
  21. package/Funnel/Funnel.d.ts +7 -23
  22. package/Funnel/FunnelUI.d.ts +34 -0
  23. package/Funnel/SVGDataLabel.d.ts +3 -2
  24. package/Funnel/fixture.d.ts +23 -0
  25. package/Funnel/index.js +1 -1
  26. package/Gauge/index.js +1 -1
  27. package/GridCard/index.js +1 -1
  28. package/HighlightableText/index.js +1 -1
  29. package/Histogram/index.js +1 -1
  30. package/InlineStringEditor/index.js +1 -1
  31. package/InputGroup/index.js +1 -1
  32. package/Jumbotron/index.js +1 -1
  33. package/Map/index.js +1 -1
  34. package/Modal/index.js +1 -1
  35. package/Navbar/index.js +1 -1
  36. package/Pagination/index.js +1 -1
  37. package/PieChart/index.js +1 -1
  38. package/PublicFooter/index.js +1 -1
  39. package/PublicNavbar/index.js +1 -1
  40. package/RecordBit/index.js +1 -1
  41. package/ResultItemCard/index.js +1 -1
  42. package/RowCard/index.js +1 -1
  43. package/SelectDropdown/index.js +1 -1
  44. package/Spinner/index.js +1 -1
  45. package/StatisticsItemCard/index.js +1 -1
  46. package/StatisticsItemNumeric/index.js +1 -1
  47. package/StatisticsLegend/index.js +1 -1
  48. package/StatisticsTooltip/index.js +1 -1
  49. package/Suggester/index.js +1 -1
  50. package/SunBurst/index.js +1 -1
  51. package/TabSwitcher/index.js +1 -1
  52. package/Title/index.js +1 -1
  53. package/Toast/index.js +1 -1
  54. package/ToggleButtonGroup/index.js +1 -1
  55. package/Tooltip/index.js +1 -1
  56. package/Utils/CommonTypes.d.ts +1 -0
  57. package/Utils/index.js +1 -1
  58. package/{atoka-design-system-2.2.18.min.css → atoka-design-system-2.2.19.min.css} +1 -1
  59. package/index.js +1 -1
  60. 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.18",
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.72.0",
43
- "@nivo/bar": "0.72.0",
44
- "@nivo/circle-packing": "0.72.0",
45
- "@nivo/core": "0.72.0",
46
- "@nivo/funnel": "0.72.0",
47
- "@nivo/pie": "0.72.0",
48
- "@nivo/sunburst": "0.72.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.0",
72
- "@nivo/bar": "0.72.0",
73
- "@nivo/circle-packing": "0.72.0",
74
- "@nivo/core": "0.72.0",
75
- "@nivo/funnel": "0.72.0",
76
- "@nivo/pie": "0.72.0",
77
- "@nivo/sunburst": "0.72.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",