@aivenio/aquarium 1.20.0 → 1.22.0-rc1

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 (90) hide show
  1. package/dist/_variables.scss +104 -104
  2. package/dist/_variables_timescale.scss +104 -104
  3. package/dist/atoms.cjs +200 -47
  4. package/dist/atoms.mjs +200 -47
  5. package/dist/src/atoms/Alert/Alert.js +1 -1
  6. package/dist/src/atoms/Banner/Banner.js +3 -3
  7. package/dist/src/atoms/Checkbox/Checkbox.js +6 -6
  8. package/dist/src/atoms/InputGroup/InputGroup.js +1 -1
  9. package/dist/src/atoms/RadioButton/RadioButton.js +4 -4
  10. package/dist/src/atoms/Switch/Switch.js +3 -3
  11. package/dist/src/atoms/Table/Table.js +1 -1
  12. package/dist/src/charts/Axis/Axis.js +1 -1
  13. package/dist/src/charts/BarChart/BarChart.d.ts +1 -1
  14. package/dist/src/charts/BarChart/BarChart.js +1 -1
  15. package/dist/src/charts/Container/Container.js +1 -1
  16. package/dist/src/charts/Grid/Grid.d.ts +1 -1
  17. package/dist/src/charts/Grid/Grid.js +1 -1
  18. package/dist/src/icons/index.d.ts +9 -0
  19. package/dist/src/icons/index.js +10 -1
  20. package/dist/src/icons/indexes.d.ts +9 -0
  21. package/dist/src/icons/indexes.js +11 -0
  22. package/dist/src/icons/integrations.d.ts +9 -0
  23. package/dist/src/icons/integrations.js +11 -0
  24. package/dist/src/icons/jobsAndData.d.ts +9 -0
  25. package/dist/src/icons/jobsAndData.js +11 -0
  26. package/dist/src/icons/kafkaTopic.d.ts +9 -0
  27. package/dist/src/icons/kafkaTopic.js +11 -0
  28. package/dist/src/icons/namespaces.d.ts +9 -0
  29. package/dist/src/icons/namespaces.js +11 -0
  30. package/dist/src/icons/networkPrivateLink.d.ts +9 -0
  31. package/dist/src/icons/networkPrivateLink.js +11 -0
  32. package/dist/src/icons/pools.d.ts +9 -0
  33. package/dist/src/icons/pools.js +11 -0
  34. package/dist/src/icons/queries.d.ts +9 -0
  35. package/dist/src/icons/queries.js +11 -0
  36. package/dist/src/icons/replicationFlow.d.ts +9 -0
  37. package/dist/src/icons/replicationFlow.js +11 -0
  38. package/dist/src/molecules/Alert/Alert.js +1 -1
  39. package/dist/src/molecules/Banner/Banner.js +2 -2
  40. package/dist/src/molecules/Box/Box.d.ts +1 -1
  41. package/dist/src/molecules/Box/Box.js +1 -1
  42. package/dist/src/molecules/Breadcrumbs/Breadcrumbs.js +2 -2
  43. package/dist/src/molecules/Button/Button.js +7 -6
  44. package/dist/src/molecules/Card/Card.js +1 -1
  45. package/dist/src/molecules/Card/Compact.js +1 -1
  46. package/dist/src/molecules/Checkbox/Checkbox.js +1 -1
  47. package/dist/src/molecules/CheckboxGroup/CheckboxGroup.js +1 -1
  48. package/dist/src/molecules/Combobox/Combobox.js +1 -1
  49. package/dist/src/molecules/DataList/DataList.js +1 -1
  50. package/dist/src/molecules/DataTable/DataTable.js +1 -1
  51. package/dist/src/molecules/Dialog/Dialog.js +1 -1
  52. package/dist/src/molecules/Dropdown/Dropdown.js +1 -1
  53. package/dist/src/molecules/Icon/Icon.js +1 -1
  54. package/dist/src/molecules/Input/Input.js +1 -1
  55. package/dist/src/molecules/LineClamp/LineClamp.js +1 -1
  56. package/dist/src/molecules/Modal/Modal.js +1 -1
  57. package/dist/src/molecules/MultiInput/MultiInput.js +1 -1
  58. package/dist/src/molecules/MultiSelect/MultiSelect.js +1 -1
  59. package/dist/src/molecules/NativeSelect/NativeSelect.js +1 -1
  60. package/dist/src/molecules/PageHeader/PageHeader.js +1 -1
  61. package/dist/src/molecules/Popover/Popover.js +1 -1
  62. package/dist/src/molecules/PopoverDialog/PopoverDialog.d.ts +1 -1
  63. package/dist/src/molecules/PopoverDialog/PopoverDialog.js +1 -1
  64. package/dist/src/molecules/RadioButton/RadioButton.js +1 -1
  65. package/dist/src/molecules/RadioButtonGroup/RadioButtonGroup.js +1 -1
  66. package/dist/src/molecules/Select/Select.js +1 -1
  67. package/dist/src/molecules/Spacing/Spacing.js +1 -1
  68. package/dist/src/molecules/Switch/Switch.js +1 -1
  69. package/dist/src/molecules/SwitchGroup/SwitchGroup.js +1 -1
  70. package/dist/src/molecules/Table/Table.d.ts +1 -1
  71. package/dist/src/molecules/Table/Table.js +1 -1
  72. package/dist/src/molecules/Tabs/Tabs.js +3 -3
  73. package/dist/src/molecules/Textarea/Textarea.js +1 -1
  74. package/dist/src/molecules/Toast/Toast.js +1 -1
  75. package/dist/src/molecules/Typography/Typography.js +1 -1
  76. package/dist/src/utils/constants.js +3 -3
  77. package/dist/src/utils/form/InputAdornment/InputAdornment.js +1 -1
  78. package/dist/src/utils/form/Label/Label.js +1 -1
  79. package/dist/src/utils/table/utils.js +1 -1
  80. package/dist/styles.css +406 -121
  81. package/dist/styles_timescaledb.css +385 -100
  82. package/dist/system.cjs +206 -54
  83. package/dist/system.mjs +206 -54
  84. package/dist/tailwind.config.js +6 -3
  85. package/dist/tailwind.theme.json +12 -12
  86. package/dist/tokens.json +12 -12
  87. package/dist/tsconfig.module.tsbuildinfo +1 -1
  88. package/dist/types/tailwindGenerated.d.ts +1 -1
  89. package/dist/types/utils.js +1 -1
  90. package/package.json +22 -27
@@ -1 +1 @@
1
- export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>button\]\:p-0" | "\[\&\>button\]\:text-error-20" | "\[\&\>button\]\:text-grey-50" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-grey-50" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-grey-80" | "active\:text-primary-70" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-80" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-opacity-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-navyBlue-100" | "border-none" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-navyBlue-100" | "checked\:bg-opacity-40" | "checked\:border-navyBlue-100" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-0" | "disabled\:bg-grey-5" | "disabled\:bg-primary-5" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-grey-20" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-grey-50" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-100" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-x-6" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[1fr_auto\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-navyBlue-100" | "hover\:cursor-pointer" | "hover\:ring-grey-50" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "icon-stroke-2" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-40" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-grey-30" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-navyBlue-100" | "peer-checked\:text-grey-30" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "recharts-cartesian-axis-tick-value" | "recharts-tooltip-item" | "recharts-tooltip-item-separator" | "recharts-tooltip-wrapper" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "stroke-grey-30" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
1
+ export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>button\]\:p-0" | "\[\&\>button\]\:text-error-20" | "\[\&\>button\]\:text-grey-50" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-primary-90" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-primary-70" | "active\:text-primary-80" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-80" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-primary-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-none" | "border-primary-40" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-opacity-40" | "checked\:bg-primary-40" | "checked\:bg-primary-80" | "checked\:border-primary-40" | "checked\:border-primary-80" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-5" | "disabled\:bg-primary-40" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-primary-40" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-90" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus-visible\:text-primary-80" | "focus-visible\:text-primary-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-x-6" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[1fr_auto\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-primary-80" | "hover\:cursor-pointer" | "hover\:no-underline" | "hover\:ring-primary-70" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "icon-stroke-2" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-primary-10" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-primary-40" | "peer-checked\:border-primary-80" | "peer-checked\:text-primary-10" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "recharts-cartesian-axis-tick-value" | "recharts-tooltip-item" | "recharts-tooltip-item-separator" | "recharts-tooltip-wrapper" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "ring-primary-80" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "underline" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
@@ -1,3 +1,3 @@
1
1
  import { isValidElement } from 'react';
2
2
  export const isComponentType = (c, type) => isValidElement(c) && c.type === type;
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90eXBlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVELGNBQWMsRUFBRSxNQUFNLE9BQU8sQ0FBQztBQUU1RixNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsQ0FBSSxDQUFZLEVBQUUsSUFBb0IsRUFBd0IsRUFBRSxDQUM3RixjQUFjLENBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMifQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90eXBlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9CLGNBQWMsRUFBcUMsTUFBTSxPQUFPLENBQUM7QUFFNUYsTUFBTSxDQUFDLE1BQU0sZUFBZSxHQUFHLENBQUksQ0FBWSxFQUFFLElBQW9CLEVBQXdCLEVBQUUsQ0FDN0YsY0FBYyxDQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aivenio/aquarium",
3
- "version": "1.20.0",
3
+ "version": "1.22.0-rc1",
4
4
  "description": "Aiven Aquarium design system",
5
5
  "main": "dist/system.cjs",
6
6
  "module": "dist/system.mjs",
@@ -51,7 +51,7 @@
51
51
  "prettier:write": "echo 'Deprecated command! Use \"npm run eslint:fix\" instead.' && exit 1",
52
52
  "prettier:check": "echo 'Deprecated command! Use \"npm run eslint\" instead.' && exit 1",
53
53
  "eslint": "npm run eslint:prebuild && npm run eslint:check:src && npm run eslint:check:tools",
54
- "eslint:prebuild": "npm run build:tailwind && npm run build:tailwind:json && npm run build:ds:icons",
54
+ "eslint:prebuild": "npm run build:generated",
55
55
  "eslint:fix": "npm run eslint:check:src -- --fix && npm run eslint:check:tools -- --fix",
56
56
  "eslint:check:src": "eslint --config .eslintrc.js \"{src,types}/**/*.{ts,tsx}\"",
57
57
  "eslint:check:tools": "eslint --config tools/figma/.eslintrc \"tools/**/*.{ts,tsx}\"",
@@ -61,10 +61,10 @@
61
61
  "figma": "NODE_PATH=./ NODE_OPTIONS=--max-old-space-size=2800 ts-node --script-mode tools/figma/index.ts",
62
62
  "release": "NODE_PATH=./ ts-node --script-mode tools/create-release-pr.ts",
63
63
  "build:storybook": "NODE_ENV=development npm run build && NODE_ENV=development STORYBOOK_THEME=$THEME storybook build -c .storybook -o storybook-static",
64
- "build:generated": "npm run build:tailwind && npm run build:tailwind:json && npm run build:ds:icons",
64
+ "build:generated": "npm run build:ds:style-dictionary && npm run build:tailwind && npm run build:tailwind:json && npm run build:ds:icons",
65
65
  "watch": "npm run build:generated && webpack --config=webpack.config.js --watch --progress",
66
66
  "build": "npm run build:ds",
67
- "build:ds": "npm run build:tailwind && npm run build:tailwind:timescale && npm run build:tailwind:json && npm run build:ds:style-dictionary && npm run build:ds:icons && npm run build:ds:module && npm run build:copy-files",
67
+ "build:ds": "npm run build:ds:style-dictionary && npm run build:tailwind && npm run build:tailwind:timescale && npm run build:tailwind:json && npm run build:ds:icons && npm run build:ds:module && npm run build:copy-files",
68
68
  "build:ds:module": "npm run build:ds:tsc && cp tailwind.config.js dist/ && npm run build:ds:bundle -- --format=cjs --out-extension:.js=.cjs && npm run build:ds:bundle -- --format=esm --out-extension:.js=.mjs",
69
69
  "build:ds:bundle": "node tools/esbuild.js",
70
70
  "build:ds:icons": "node tools/svgIconsToDistModules.js",
@@ -84,23 +84,23 @@
84
84
  "devDependencies": {
85
85
  "@actions/core": "^1.10.0",
86
86
  "@aitodotai/json-stringify-pretty-compact": "^1.3.0",
87
- "@aivenio/eslint-config-aiven": "^3.1.0",
87
+ "@aivenio/eslint-config-aiven": "^3.3.0",
88
88
  "@babel/core": "^7.13.10",
89
89
  "@babel/preset-env": "^7.20.2",
90
90
  "@babel/preset-react": "^7.18.6",
91
91
  "@babel/preset-typescript": "^7.18.6",
92
92
  "@iconify/tools": "^2.0.14",
93
- "@storybook/addon-a11y": "^7.0.8",
94
- "@storybook/addon-essentials": "^7.0.8",
95
- "@storybook/addon-links": "^7.0.8",
96
- "@storybook/addon-mdx-gfm": "^7.0.8",
93
+ "@storybook/addon-a11y": "^7.0.15",
94
+ "@storybook/addon-essentials": "^7.0.15",
95
+ "@storybook/addon-links": "^7.0.15",
96
+ "@storybook/addon-mdx-gfm": "^7.0.15",
97
97
  "@storybook/addon-postcss": "^2.0.0",
98
- "@storybook/addon-storyshots": "^7.0.8",
99
- "@storybook/addon-toolbars": "^7.0.8",
100
- "@storybook/addons": "^7.0.8",
98
+ "@storybook/addon-storyshots": "^7.0.15",
99
+ "@storybook/addon-toolbars": "^7.0.15",
100
+ "@storybook/addons": "^7.0.15",
101
101
  "@storybook/preset-typescript": "^3.0.0",
102
- "@storybook/react": "^7.0.8",
103
- "@storybook/react-webpack5": "^7.0.8",
102
+ "@storybook/react": "^7.0.15",
103
+ "@storybook/react-webpack5": "^7.0.15",
104
104
  "@tailwindcss/line-clamp": "^0.4.2",
105
105
  "@testing-library/dom": "^8.20.0",
106
106
  "@testing-library/jest-dom": "^5.16.5",
@@ -116,8 +116,8 @@
116
116
  "@types/react": "^17.0.58",
117
117
  "@types/react-dom": "^17.0.20",
118
118
  "@types/tailwindcss": "^3.1.0",
119
- "@typescript-eslint/eslint-plugin": "^5.48.0",
120
- "@typescript-eslint/parser": "^5.48.0",
119
+ "@typescript-eslint/eslint-plugin": "^5.59.6",
120
+ "@typescript-eslint/parser": "^5.59.6",
121
121
  "@zerollup/ts-transform-paths": "^1.7.18",
122
122
  "arg": "^5.0.0",
123
123
  "autoprefixer": "^10.3.2",
@@ -129,16 +129,11 @@
129
129
  "cssnano": "^4.1.10",
130
130
  "csstype": "^3.1.2",
131
131
  "esbuild": "^0.15.8",
132
- "eslint": "^8.31.0",
133
- "eslint-config-prettier": "^8.6.0",
134
- "eslint-import-resolver-typescript": "^3.5.3",
132
+ "eslint": "^8.40.0",
133
+ "eslint-import-resolver-typescript": "^3.5.5",
135
134
  "eslint-plugin-design-system": "file:contrib/dev/eslint",
136
- "eslint-plugin-import": "^2.26.0",
137
- "eslint-plugin-jsx-a11y": "^6.6.1",
138
- "eslint-plugin-prettier": "^4.2.1",
139
- "eslint-plugin-react": "^7.31.11",
140
- "eslint-plugin-simple-import-sort": "^9.0.0",
141
- "eslint-plugin-sonarjs": "^0.17.0",
135
+ "eslint-plugin-jsx-a11y": "^6.7.1",
136
+ "eslint-plugin-react": "^7.32.2",
142
137
  "figma-js": "^1.15.0",
143
138
  "fp-ts": "^2.9.5",
144
139
  "fp-ts-contrib": "^0.1.21",
@@ -159,7 +154,7 @@
159
154
  "react": "^17.0.2",
160
155
  "react-dom": "^17.0.2",
161
156
  "react-test-renderer": "^17.0.2",
162
- "storybook": "^7.0.8",
157
+ "storybook": "^7.0.15",
163
158
  "style-dictionary": "^3.7.0",
164
159
  "tailwindcss": "^3.2.4",
165
160
  "tailwindcss-children": "^2.1.0",
@@ -196,4 +191,4 @@
196
191
  "resolutions": {
197
192
  "webpack": "^5"
198
193
  }
199
- }
194
+ }