@aivenio/aquarium 1.4.1 → 1.6.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 (45) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/atoms.cjs +381 -143
  4. package/dist/atoms.mjs +380 -143
  5. package/dist/src/common/Card/Card.d.ts +35 -0
  6. package/dist/src/common/Card/Card.js +50 -0
  7. package/dist/src/common/DataList/DataList.d.ts +1 -0
  8. package/dist/src/common/DataList/DataList.js +3 -3
  9. package/dist/src/common/Popover/Popover.js +2 -2
  10. package/dist/src/common/Select/Select.js +4 -4
  11. package/dist/src/common/index.d.ts +1 -0
  12. package/dist/src/common/index.js +2 -1
  13. package/dist/src/components/Avatar/Avatar.js +2 -2
  14. package/dist/src/components/Banner/Banner.js +2 -2
  15. package/dist/src/components/Card/Card.d.ts +8 -47
  16. package/dist/src/components/Card/Card.js +15 -27
  17. package/dist/src/components/Card/Compact.d.ts +36 -0
  18. package/dist/src/components/Card/Compact.js +33 -0
  19. package/dist/src/components/Card/types.d.ts +44 -0
  20. package/dist/src/components/Card/types.js +2 -0
  21. package/dist/src/components/Carousel/Carousel.js +4 -2
  22. package/dist/src/components/Chip/Chip.d.ts +1 -1
  23. package/dist/src/components/Chip/Chip.js +2 -2
  24. package/dist/src/components/Combobox/Combobox.js +4 -6
  25. package/dist/src/components/DataList/DataList.d.ts +7 -1
  26. package/dist/src/components/DataList/DataList.js +3 -3
  27. package/dist/src/components/DataTable/DataTable.d.ts +7 -1
  28. package/dist/src/components/DataTable/DataTable.js +3 -3
  29. package/dist/src/components/EmptyState/EmptyState.d.ts +2 -1
  30. package/dist/src/components/EmptyState/EmptyState.js +4 -4
  31. package/dist/src/components/MultiSelect/MultiSelect.d.ts +1 -1
  32. package/dist/src/components/MultiSelect/MultiSelect.js +13 -8
  33. package/dist/src/components/Popover/Popover.js +2 -2
  34. package/dist/src/components/Popover/PopoverWrapper.d.ts +1 -0
  35. package/dist/src/components/Popover/PopoverWrapper.js +3 -3
  36. package/dist/src/components/Select/Select.js +2 -2
  37. package/dist/src/components/Tabs/Tabs.js +54 -18
  38. package/dist/src/components/Timeline/Timeline.js +2 -2
  39. package/dist/styles.css +39 -23
  40. package/dist/styles_timescaledb.css +39 -23
  41. package/dist/system.cjs +932 -753
  42. package/dist/system.mjs +899 -720
  43. package/dist/tsconfig.module.tsbuildinfo +1 -1
  44. package/dist/types/tailwindGenerated.d.ts +1 -1
  45. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Jan 2023 14:01:16 GMT
3
+ // Generated on Fri, 10 Feb 2023 10:15:02 GMT
4
4
 
5
5
  $border-radius-none: 0px !default;
6
6
  $border-radius-sm: 0.125rem !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Jan 2023 14:01:17 GMT
3
+ // Generated on Fri, 10 Feb 2023 10:15:02 GMT
4
4
 
5
5
  $border-radius-none: 0px;
6
6
  $border-radius-sm: 0.125rem;