@spaziodati/atoka-design-system 2.2.0-beta.1 → 2.2.1

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/AddableItems.d.ts +1 -1
  2. package/AddableItems/index.js +1 -1
  3. package/Alert/index.js +1 -1
  4. package/Badge/index.js +1 -1
  5. package/Bs4V3Wrapper/index.js +1 -1
  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/Types.d.ts +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/Jumbotron.d.ts +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/Navbar/NavbarUserMenuItem.d.ts +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/SelectDropdown/index.js +1 -1
  43. package/Spinner/index.js +1 -1
  44. package/StatisticsItemCard/index.js +1 -1
  45. package/StatisticsItemNumeric/index.js +1 -1
  46. package/StatisticsLegend/index.js +1 -1
  47. package/StatisticsTooltip/index.js +1 -1
  48. package/Suggester/index.js +1 -1
  49. package/SunBurst/index.js +1 -1
  50. package/TabSwitcher/index.js +1 -1
  51. package/Title/index.js +1 -1
  52. package/Toasts/Toast.d.ts +1 -1
  53. package/Toasts/index.js +1 -1
  54. package/ToggleButtonGroup/index.js +1 -1
  55. package/Tooltip/index.js +1 -1
  56. package/Utils/index.js +1 -1
  57. package/{atoka-design-system-2.2.0-beta.1.min.css → atoka-design-system-2.2.1.min.css} +1 -1
  58. package/index.d.ts +2 -2
  59. package/index.js +1 -1
  60. package/package.json +1 -1
  61. package/styles/atoka-bs.less +34 -2
package/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export { Alert } from './Alert';
4
4
  export * from './Button';
5
5
  export * from './Badge';
6
6
  export { ButtonDropdown } from './ButtonDropdown';
7
- export { BubbleChart, BubbleChartDataPoint, BubbleChartTooltip } from './BubbleChart';
7
+ export { BubbleChart, BubbleChartDataPoint, BubbleChartTooltip, ComputedDatum as BubbleChartComputedDatum, } from './BubbleChart';
8
8
  export { CardsPage } from './CardsPage';
9
9
  export { CursorPagination } from './CursorPagination';
10
10
  export * from './Utils';
@@ -22,7 +22,7 @@ export { Form } from './Form';
22
22
  export { Funnel, FunnelData } from './Funnel';
23
23
  export { GridCard } from './GridCard';
24
24
  export { HighlightableText } from './HighlightableText';
25
- export { Histogram, CanvasLegendConfig, RenderHistogramSVGLegend, GetHistogramCanvasLegendConfig } from './Histogram';
25
+ export { Histogram, CanvasLegendConfig, RenderHistogramSVGLegend, GetHistogramCanvasLegendConfig, BarCustomLayerProps, } from './Histogram';
26
26
  export { TooltipProp } from './Histogram/Types';
27
27
  export { InlineStringEditor, InlineStringValueType } from './InlineStringEditor';
28
28
  export { InputGroup } from './InputGroup';