@aivenio/aquarium 1.4.0 → 1.5.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 (39) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/atoms.cjs +410 -162
  4. package/dist/atoms.mjs +409 -162
  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/Checkbox/Checkbox.js +12 -6
  8. package/dist/src/common/RadioButton/RadioButton.js +2 -2
  9. package/dist/src/common/Select/Select.js +4 -4
  10. package/dist/src/common/Switch/Switch.js +7 -10
  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/MultiSelect/MultiSelect.d.ts +1 -1
  26. package/dist/src/components/MultiSelect/MultiSelect.js +13 -8
  27. package/dist/src/components/Select/Select.js +2 -2
  28. package/dist/src/components/Skeleton/Skeleton.js +3 -2
  29. package/dist/src/components/Tabs/Tabs.js +54 -18
  30. package/dist/src/components/Timeline/Timeline.js +3 -3
  31. package/dist/src/components/Typography/Typography.d.ts +5 -3
  32. package/dist/src/components/Typography/Typography.js +1 -1
  33. package/dist/styles.css +75 -73
  34. package/dist/styles_timescaledb.css +75 -73
  35. package/dist/system.cjs +942 -764
  36. package/dist/system.mjs +909 -731
  37. package/dist/tsconfig.module.tsbuildinfo +1 -1
  38. package/dist/types/tailwindGenerated.d.ts +1 -1
  39. package/package.json +5 -4
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 30 Jan 2023 13:50:22 GMT
3
+ // Generated on Wed, 08 Feb 2023 09:00:09 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 Mon, 30 Jan 2023 13:50:23 GMT
3
+ // Generated on Wed, 08 Feb 2023 09:00:10 GMT
4
4
 
5
5
  $border-radius-none: 0px;
6
6
  $border-radius-sm: 0.125rem;