@spaziodati/atoka-design-system 2.2.48 → 2.2.49

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 (61) 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/DatePicker.d.ts +4 -0
  11. package/DatePicker/index.d.ts +1 -1
  12. package/DatePicker/index.js +1 -1
  13. package/DetailPage/index.js +1 -1
  14. package/Dropdown/index.js +1 -1
  15. package/EditableString/index.js +1 -1
  16. package/EllipsableContent/index.js +1 -1
  17. package/EmptyState/index.js +1 -1
  18. package/Facet/index.js +1 -1
  19. package/FacetSection/index.js +1 -1
  20. package/FadeAnimation/index.js +1 -1
  21. package/FeedbackButton/index.js +1 -1
  22. package/Form/index.js +1 -1
  23. package/Funnel/index.js +1 -1
  24. package/Gauge/index.js +1 -1
  25. package/GridCard/index.js +1 -1
  26. package/HighlightableText/index.js +1 -1
  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/MultiModeDatePicker/MultiModeDatePicker.d.ts +64 -0
  34. package/MultiModeDatePicker/index.d.ts +1 -0
  35. package/MultiModeDatePicker/index.js +1 -0
  36. package/Navbar/index.js +1 -1
  37. package/Pagination/index.js +1 -1
  38. package/PieChart/index.js +1 -1
  39. package/PublicFooter/index.js +1 -1
  40. package/PublicNavbar/index.js +1 -1
  41. package/RecordBit/index.js +1 -1
  42. package/ResultItemCard/index.js +1 -1
  43. package/RowCard/index.js +1 -1
  44. package/SelectDropdown/index.js +1 -1
  45. package/Spinner/index.js +1 -1
  46. package/StatisticsItemCard/index.js +1 -1
  47. package/StatisticsItemNumeric/index.js +1 -1
  48. package/StatisticsLegend/index.js +1 -1
  49. package/StatisticsTooltip/index.js +1 -1
  50. package/Suggester/index.js +1 -1
  51. package/SunBurst/index.js +1 -1
  52. package/TabSwitcher/index.js +1 -1
  53. package/Title/index.js +1 -1
  54. package/Toast/index.js +1 -1
  55. package/ToggleButtonGroup/index.js +1 -1
  56. package/Tooltip/index.js +1 -1
  57. package/Utils/index.js +1 -1
  58. package/{atoka-design-system-2.2.48.min.css → atoka-design-system-2.2.49.min.css} +1 -1
  59. package/index.d.ts +1 -0
  60. package/index.js +1 -1
  61. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -29,6 +29,7 @@ export { InputGroup } from './InputGroup';
29
29
  export { Jumbotron } from './Jumbotron';
30
30
  export { Map, MapProps, MapChoroplethProps, MapData, MapDataKind } from './Map';
31
31
  export { Modal, ModalProps } from './Modal';
32
+ export { MultiModeDatePicker, MultiModeDatePickerProps, MultiModeDatePickerErrorLabels } from './MultiModeDatePicker';
32
33
  export { Navbar } from './Navbar';
33
34
  export { Pagination } from './Pagination';
34
35
  export { PieChart, PieChartProps } from './PieChart';