@spaziodati/atoka-design-system 2.1.18 → 2.2.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.
Files changed (57) 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.d.ts +1 -0
  6. package/BubbleChart/index.js +1 -1
  7. package/Button/index.js +1 -1
  8. package/ButtonDropdown/index.js +1 -1
  9. package/CardsPage/index.js +1 -1
  10. package/CursorPagination/index.js +1 -1
  11. package/DatePicker/index.js +1 -1
  12. package/DetailPage/index.js +1 -1
  13. package/Dropdown/index.js +1 -1
  14. package/EditableString/index.js +1 -1
  15. package/EllipsableContent/index.js +1 -1
  16. package/EmptyState/index.js +1 -1
  17. package/Facet/index.js +1 -1
  18. package/FacetSection/index.js +1 -1
  19. package/FadeAnimation/index.js +1 -1
  20. package/FeedbackButton/index.js +1 -1
  21. package/Form/index.js +1 -1
  22. package/Funnel/index.js +1 -1
  23. package/Gauge/index.js +1 -1
  24. package/GridCard/index.js +1 -1
  25. package/HighlightableText/index.js +1 -1
  26. package/Histogram/index.d.ts +1 -0
  27. package/Histogram/index.js +1 -1
  28. package/InlineStringEditor/index.js +1 -1
  29. package/InputGroup/index.js +1 -1
  30. package/Jumbotron/index.js +1 -1
  31. package/Map/index.js +1 -1
  32. package/Modal/index.js +1 -1
  33. package/Navbar/index.js +1 -1
  34. package/Pagination/index.js +1 -1
  35. package/PieChart/index.js +1 -1
  36. package/PublicFooter/index.js +1 -1
  37. package/PublicNavbar/index.js +1 -1
  38. package/RecordBit/index.js +1 -1
  39. package/ResultItemCard/index.js +1 -1
  40. package/SelectDropdown/index.js +1 -1
  41. package/Spinner/index.js +1 -1
  42. package/StatisticsItemCard/index.js +1 -1
  43. package/StatisticsItemNumeric/index.js +1 -1
  44. package/StatisticsLegend/index.js +1 -1
  45. package/StatisticsTooltip/index.js +1 -1
  46. package/Suggester/index.js +1 -1
  47. package/SunBurst/index.js +1 -1
  48. package/TabSwitcher/index.js +1 -1
  49. package/Title/index.js +1 -1
  50. package/Toasts/index.js +1 -1
  51. package/ToggleButtonGroup/index.js +1 -1
  52. package/Tooltip/index.js +1 -1
  53. package/Utils/index.js +1 -1
  54. package/{atoka-design-system-2.1.18.min.css → atoka-design-system-2.2.0.min.css} +0 -0
  55. package/index.d.ts +2 -2
  56. package/index.js +1 -1
  57. package/package.json +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "2.1.18",
3
+ "version": "2.2.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "storybook": "start-storybook -p 6006 --quiet",
@@ -33,12 +33,12 @@
33
33
  "author": "Pandas",
34
34
  "license": "ISC",
35
35
  "peerDependencies": {
36
- "@fortawesome/fontawesome-pro": "^5.13.0",
37
- "@fortawesome/fontawesome-svg-core": "^1.2.30",
38
- "@fortawesome/free-brands-svg-icons": "^5.14.0",
39
- "@fortawesome/pro-light-svg-icons": "^5.14.0",
40
- "@fortawesome/pro-regular-svg-icons": "^5.14.0",
41
- "@fortawesome/react-fontawesome": "^0.1.11",
36
+ "@fortawesome/fontawesome-pro": "5.15.4",
37
+ "@fortawesome/fontawesome-svg-core": "1.2.35",
38
+ "@fortawesome/free-brands-svg-icons": "5.12.0-2",
39
+ "@fortawesome/pro-light-svg-icons": "5.15.4",
40
+ "@fortawesome/pro-regular-svg-icons": "5.15.4",
41
+ "@fortawesome/react-fontawesome": "0.2.0",
42
42
  "@nivo/axes": "0.72.0",
43
43
  "@nivo/bar": "0.72.0",
44
44
  "@nivo/circle-packing": "0.72.0",
@@ -48,10 +48,10 @@
48
48
  "@nivo/sunburst": "0.72.0",
49
49
  "leaflet": "1.7.1",
50
50
  "leaflet-image": "0.4.0",
51
- "react": "^16.14.0",
51
+ "react": "17.0.2",
52
52
  "react-bootstrap": "^1.5.2",
53
53
  "react-datepicker": "4.6.0",
54
- "react-dom": "^16.14.0",
54
+ "react-dom": "17.0.2",
55
55
  "react-select": "4.3.0"
56
56
  },
57
57
  "devDependencies": {
@@ -66,7 +66,7 @@
66
66
  "@fortawesome/pro-light-svg-icons": "5.14.0",
67
67
  "@fortawesome/pro-regular-svg-icons": "5.14.0",
68
68
  "@fortawesome/pro-solid-svg-icons": "5.14.0",
69
- "@fortawesome/react-fontawesome": "0.1.11",
69
+ "@fortawesome/react-fontawesome": "0.2.0",
70
70
  "@mdx-js/loader": "1.6.6",
71
71
  "@nivo/axes": "0.72.0",
72
72
  "@nivo/bar": "0.72.0",
@@ -94,9 +94,9 @@
94
94
  "@types/jest-image-snapshot": "4.3.0",
95
95
  "@types/leaflet": "1.7.0",
96
96
  "@types/puppeteer": "3.0.1",
97
- "@types/react": "16.9.42",
97
+ "@types/react": "17.0.47",
98
98
  "@types/react-datepicker": "4.3.4",
99
- "@types/react-dom": "16.9.9",
99
+ "@types/react-dom": "17.0.17",
100
100
  "@types/react-leaflet-v2": "npm:@types/react-leaflet@2.8.2",
101
101
  "@types/react-motion": "0.0.29",
102
102
  "@types/react-select": "4.0.17",
@@ -104,6 +104,7 @@
104
104
  "@typescript-eslint/eslint-plugin": "5.27.1",
105
105
  "@typescript-eslint/eslint-plugin-tslint": "5.27.1",
106
106
  "@typescript-eslint/parser": "5.27.1",
107
+ "@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
107
108
  "autobind-decorator": "2.4.0",
108
109
  "babel-loader": "8.2.5",
109
110
  "bootstrap-less-port": "2.3.1",
@@ -114,7 +115,6 @@
114
115
  "csso-cli": "3.0.0",
115
116
  "dotenv-webpack": "7.1.0",
116
117
  "enzyme": "3.11.0",
117
- "enzyme-adapter-react-16": "1.15.2",
118
118
  "enzyme-to-json": "3.5.0",
119
119
  "eslint": "8.17.0",
120
120
  "eslint-config-prettier": "8.3.0",
@@ -137,10 +137,10 @@
137
137
  "pre-commit": "1.2.2",
138
138
  "prettier": "2.6.0",
139
139
  "puppeteer": "3.3.0",
140
- "react": "16.14.0",
140
+ "react": "17.0.2",
141
141
  "react-bootstrap": "1.5.2",
142
142
  "react-datepicker": "4.6.0",
143
- "react-dom": "16.14.0",
143
+ "react-dom": "17.0.2",
144
144
  "react-leaflet-v2": "npm:react-leaflet@2.8.0",
145
145
  "react-select": "4.3.0",
146
146
  "react-transition-group": "4.4.2",
@@ -148,6 +148,7 @@
148
148
  "start-server-and-test": "1.11.2",
149
149
  "story-description-loader": "1.0.0",
150
150
  "style-loader": "1.2.1",
151
+ "terser-webpack-plugin": "5.3.3",
151
152
  "ts-dedent": "2.2.0",
152
153
  "ts-jest": "28.0.4",
153
154
  "ts-loader": "9.3.0",