@spaziodati/atoka-design-system 2.2.12 → 2.2.14

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 (74) 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/CardsPageCards.d.ts +5 -0
  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/CardMenu.d.ts +5 -0
  25. package/GridCard/CardTitle.d.ts +5 -0
  26. package/GridCard/GridCard.d.ts +4 -4
  27. package/GridCard/GridCardHeader.d.ts +2 -2
  28. package/GridCard/index.js +1 -1
  29. package/HighlightableText/index.js +1 -1
  30. package/Histogram/index.js +1 -1
  31. package/InlineStringEditor/index.js +1 -1
  32. package/InputGroup/index.js +1 -1
  33. package/Jumbotron/index.js +1 -1
  34. package/Map/index.js +1 -1
  35. package/Modal/index.js +1 -1
  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/Fixtures.d.ts +2 -0
  44. package/RowCard/RowCard.d.ts +21 -0
  45. package/RowCard/RowCardActions.d.ts +8 -0
  46. package/RowCard/RowCardContent.d.ts +10 -0
  47. package/RowCard/RowCardHeader.d.ts +8 -0
  48. package/RowCard/RowCardLayout.d.ts +22 -0
  49. package/RowCard/index.d.ts +1 -0
  50. package/RowCard/index.js +1 -0
  51. package/SelectDropdown/index.js +1 -1
  52. package/Spinner/index.js +1 -1
  53. package/StatisticsItemCard/index.js +1 -1
  54. package/StatisticsItemNumeric/index.js +1 -1
  55. package/StatisticsLegend/index.js +1 -1
  56. package/StatisticsTooltip/index.js +1 -1
  57. package/Suggester/index.js +1 -1
  58. package/SunBurst/index.js +1 -1
  59. package/TabSwitcher/index.js +1 -1
  60. package/Title/index.js +1 -1
  61. package/{Toasts → Toast}/Toast.d.ts +0 -0
  62. package/{Toasts → Toast}/ToastContainer.d.ts +0 -0
  63. package/{Toasts → Toast}/ToastHeader.d.ts +0 -0
  64. package/{Toasts → Toast}/index.d.ts +0 -0
  65. package/{Toasts → Toast}/index.js +1 -1
  66. package/ToggleButtonGroup/index.js +1 -1
  67. package/Tooltip/index.js +1 -1
  68. package/Utils/index.js +1 -1
  69. package/{atoka-design-system-2.2.12.min.css → atoka-design-system-2.2.14.min.css} +1 -1
  70. package/index.d.ts +1 -1
  71. package/index.js +1 -1
  72. package/package.json +1 -1
  73. package/GridCard/GridCardMenu.d.ts +0 -5
  74. package/GridCard/GridCardTitle.d.ts +0 -6
package/index.d.ts CHANGED
@@ -46,7 +46,7 @@ export { SunBurst, SunBurstItemData, ComputedDatum } from './SunBurst';
46
46
  export * from './StatisticsTooltip';
47
47
  export { TabSwitcher } from './TabSwitcher';
48
48
  export { Title } from './Title';
49
- export * from './Toasts';
49
+ export * from './Toast';
50
50
  export { ToggleButtonGroup } from './ToggleButtonGroup';
51
51
  export { Tooltip } from './Tooltip';
52
52
  export * from './Alert';