@aivenio/aquarium 1.48.2 → 1.49.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.
package/dist/system.mjs CHANGED
@@ -7604,7 +7604,7 @@ var createBanner = (displayName, opts = {}) => {
7604
7604
  variant
7605
7605
  }, /* @__PURE__ */ React24.createElement(Banner3.ContentContainer, {
7606
7606
  layout
7607
- }, /* @__PURE__ */ React24.createElement(Banner3.Title, {
7607
+ }, title && /* @__PURE__ */ React24.createElement(Banner3.Title, {
7608
7608
  layout
7609
7609
  }, title), /* @__PURE__ */ React24.createElement(Banner3.Description, {
7610
7610
  flexGrow: isDismissable ? false : true
@@ -10673,7 +10673,8 @@ var DataList2 = ({
10673
10673
  columns: templateColumns,
10674
10674
  role: "table"
10675
10675
  }, /* @__PURE__ */ React65.createElement(DataList.Row, null, isCollapsible && /* @__PURE__ */ React65.createElement(DataList.HeadCell, {
10676
- align: "left"
10676
+ align: "left",
10677
+ sticky
10677
10678
  }), columns.map((column) => {
10678
10679
  const content = column.headerTooltip ? /* @__PURE__ */ React65.createElement(Tooltip, {
10679
10680
  placement: column.headerTooltip.placement,
@@ -10688,7 +10689,8 @@ var DataList2 = ({
10688
10689
  }), content);
10689
10690
  }), menu && /* @__PURE__ */ React65.createElement(DataList.HeadCell, {
10690
10691
  align: "right",
10691
- "aria-label": menuAriaLabel
10692
+ "aria-label": menuAriaLabel,
10693
+ sticky
10692
10694
  }, menuHeaderName)), groups && groupKeys ? /* @__PURE__ */ React65.createElement(List2, {
10693
10695
  items: sortGroupKeys(groupKeys),
10694
10696
  renderItem: (key) => {