@spaziodati/atoka-design-system 2.2.53 → 2.2.55

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 (65) 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/DatePickerInput/DatePickerInput.d.ts +22 -0
  12. package/DatePickerInput/index.d.ts +1 -0
  13. package/DatePickerInput/index.js +1 -0
  14. package/DetailPage/index.js +1 -1
  15. package/Dropdown/index.js +1 -1
  16. package/EditableString/index.js +1 -1
  17. package/EllipsableContent/index.js +1 -1
  18. package/EmptyState/index.js +1 -1
  19. package/Facet/index.js +1 -1
  20. package/FacetSection/index.js +1 -1
  21. package/FadeAnimation/index.js +1 -1
  22. package/FeedbackButton/index.js +1 -1
  23. package/Form/index.js +1 -1
  24. package/Funnel/index.js +1 -1
  25. package/Gauge/index.js +1 -1
  26. package/GridCard/index.js +1 -1
  27. package/HighlightableText/index.js +1 -1
  28. package/Histogram/index.js +1 -1
  29. package/InlineStringEditor/index.js +1 -1
  30. package/InputGroup/index.js +1 -1
  31. package/Jumbotron/index.js +1 -1
  32. package/Map/index.js +1 -1
  33. package/Modal/index.js +1 -1
  34. package/MultiModeDatePicker/MultiModeDatePicker.d.ts +3 -55
  35. package/MultiModeDatePicker/Types.d.ts +65 -0
  36. package/MultiModeDatePicker/index.d.ts +2 -1
  37. package/MultiModeDatePicker/index.js +1 -1
  38. package/Navbar/index.js +1 -1
  39. package/Pagination/index.js +1 -1
  40. package/PieChart/index.js +1 -1
  41. package/PublicFooter/index.js +1 -1
  42. package/PublicNavbar/index.js +1 -1
  43. package/RecordBit/index.js +1 -1
  44. package/ResultItemCard/index.js +1 -1
  45. package/RowCard/index.js +1 -1
  46. package/SelectDropdown/index.js +1 -1
  47. package/Spinner/index.js +1 -1
  48. package/StatisticsItemCard/index.js +1 -1
  49. package/StatisticsItemNumeric/index.js +1 -1
  50. package/StatisticsLegend/index.js +1 -1
  51. package/StatisticsTooltip/index.js +1 -1
  52. package/Suggester/getRenderCustomMultiValueWithIcon.d.ts +1 -1
  53. package/Suggester/index.js +1 -1
  54. package/SunBurst/index.js +1 -1
  55. package/TabSwitcher/index.js +1 -1
  56. package/Title/index.js +1 -1
  57. package/Toast/index.js +1 -1
  58. package/ToggleButtonGroup/index.js +1 -1
  59. package/Tooltip/index.js +1 -1
  60. package/Utils/index.js +1 -1
  61. package/{atoka-design-system-2.2.53.min.css → atoka-design-system-2.2.55.min.css} +1 -1
  62. package/index.d.ts +1 -1
  63. package/index.js +1 -1
  64. package/package.json +5 -1
  65. package/styles/variables.less +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "2.2.53",
3
+ "version": "2.2.55",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
@@ -75,6 +75,9 @@
75
75
  "@storybook/builder-webpack5": "^6.5.8",
76
76
  "@storybook/manager-webpack5": "^6.5.8",
77
77
  "@storybook/react": "6.5.8",
78
+ "@testing-library/jest-dom": "5.17.0",
79
+ "@testing-library/react": "12.1.5",
80
+ "@testing-library/user-event": "14.4.3",
78
81
  "@types/classnames": "2.2.10",
79
82
  "@types/d3-color": "2.0.1",
80
83
  "@types/d3-scale": "^3.2.2",
@@ -116,6 +119,7 @@
116
119
  "eslint-plugin-prefer-arrow": "1.2.3",
117
120
  "eslint-plugin-react": "7.30.0",
118
121
  "eslint-plugin-react-hooks": "4.5.0",
122
+ "eslint-plugin-testing-library": "5.11.0",
119
123
  "file-loader": "6.2.0",
120
124
  "http-server": "14.1.1",
121
125
  "jest": "28.1.3",
@@ -37,10 +37,9 @@
37
37
  @black: #222222;
38
38
  @gray500: #474747;
39
39
  @gray400: #717171;
40
- @gray-border: @gray275;
40
+ @gray-border: @gray250;
41
41
  @gray350: #999999;
42
42
  @gray300: #b0b0b0;
43
- @gray275: #d7d7d7;
44
43
  @gray250: #d2d2d2;
45
44
  @gray200: #ebebeb;
46
45
  @gray150: #f6f6f6;