@aivenio/aquarium 1.7.0 → 1.8.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 (57) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/atoms.cjs +139 -132
  4. package/dist/atoms.mjs +138 -132
  5. package/dist/src/common/Card/Card.d.ts +8 -2
  6. package/dist/src/common/Card/Card.js +10 -7
  7. package/dist/src/common/Link/Link.d.ts +3 -0
  8. package/dist/src/common/Link/Link.js +19 -0
  9. package/dist/src/common/Popover/Popover.js +2 -2
  10. package/dist/src/common/index.d.ts +1 -0
  11. package/dist/src/common/index.js +2 -1
  12. package/dist/src/components/Avatar/Avatar.js +2 -1
  13. package/dist/src/components/Badge/Badge.js +2 -1
  14. package/dist/src/components/Button/Button.js +3 -2
  15. package/dist/src/components/Card/Card.d.ts +1 -1
  16. package/dist/src/components/Card/Card.js +24 -17
  17. package/dist/src/components/Card/Compact.js +18 -13
  18. package/dist/src/components/Card/types.d.ts +5 -0
  19. package/dist/src/components/Checkbox/Checkbox.js +3 -1
  20. package/dist/src/components/CheckboxGroup/CheckboxGroup.js +2 -1
  21. package/dist/src/components/Chip/Chip.js +2 -1
  22. package/dist/src/components/Combobox/Combobox.d.ts +1 -1
  23. package/dist/src/components/Combobox/Combobox.js +6 -4
  24. package/dist/src/components/DataTable/DataTable.js +2 -2
  25. package/dist/src/components/DropdownMenu/DropdownMenu.js +5 -1
  26. package/dist/src/components/Link/Link.d.ts +5 -0
  27. package/dist/src/components/Link/Link.js +4 -0
  28. package/dist/src/components/MultiSelect/MultiSelect.js +14 -4
  29. package/dist/src/components/NativeSelect/NativeSelect.js +3 -1
  30. package/dist/src/components/ProgressBar/ProgressBar.js +4 -2
  31. package/dist/src/components/RadioButton/RadioButton.js +3 -1
  32. package/dist/src/components/RadioButtonGroup/RadioButtonGroup.js +2 -1
  33. package/dist/src/components/Select/Select.js +2 -1
  34. package/dist/src/components/Skeleton/Skeleton.d.ts +3 -3
  35. package/dist/src/components/Skeleton/Skeleton.js +1 -1
  36. package/dist/src/components/Stepper/Stepper.js +2 -1
  37. package/dist/src/components/Switch/Switch.js +3 -1
  38. package/dist/src/components/SwitchGroup/SwitchGroup.js +2 -1
  39. package/dist/src/components/Textarea/Textarea.js +3 -1
  40. package/dist/src/components/Timeline/Timeline.js +2 -1
  41. package/dist/src/components/index.d.ts +1 -0
  42. package/dist/src/components/index.js +2 -1
  43. package/dist/src/utils/constants.d.ts +2 -0
  44. package/dist/src/utils/constants.js +4 -2
  45. package/dist/src/utils/form/HelperText/HelperText.js +2 -1
  46. package/dist/src/utils/table/types.d.ts +2 -0
  47. package/dist/src/utils/table/types.js +2 -2
  48. package/dist/styles.css +19 -16
  49. package/dist/styles_timescaledb.css +19 -16
  50. package/dist/system.cjs +520 -441
  51. package/dist/system.mjs +515 -437
  52. package/dist/tailwind.config.js +1 -1
  53. package/dist/tsconfig.module.tsbuildinfo +1 -1
  54. package/dist/types/DimensionProps.d.ts +3 -0
  55. package/dist/types/DimensionProps.js +2 -0
  56. package/dist/types/tailwindGenerated.d.ts +1 -1
  57. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 13 Feb 2023 10:36:33 GMT
3
+ // Generated on Mon, 27 Feb 2023 09:12:12 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, 13 Feb 2023 10:36:34 GMT
3
+ // Generated on Mon, 27 Feb 2023 09:12:12 GMT
4
4
 
5
5
  $border-radius-none: 0px;
6
6
  $border-radius-sm: 0.125rem;