@vuu-ui/vuu-layout 0.8.23-debug → 0.8.24-debug

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/esm/index.js CHANGED
@@ -1780,7 +1780,7 @@ import React14, {
1780
1780
  import cx6 from "clsx";
1781
1781
 
1782
1782
  // src/placeholder/LayoutStartPanel.tsx
1783
- import { Button as Button3 } from "@salt-ds/core";
1783
+ import { Button as Button2 } from "@salt-ds/core";
1784
1784
  import { useMemo as useMemo3, useState as useState6 } from "react";
1785
1785
 
1786
1786
  // src/layout-view/useViewActionDispatcher.ts
@@ -3850,8 +3850,7 @@ import React12, {
3850
3850
  } from "react";
3851
3851
 
3852
3852
  // src/layout-header/Header.tsx
3853
- import { EditableLabel } from "@vuu-ui/vuu-ui-controls";
3854
- import { Button as Button2 } from "@salt-ds/core";
3853
+ import { EditableLabel, IconButton } from "@vuu-ui/vuu-ui-controls";
3855
3854
  import { default as classnames2, default as cx4 } from "clsx";
3856
3855
  import {
3857
3856
  cloneElement as cloneElement3,
@@ -3946,9 +3945,9 @@ var Header = ({
3946
3945
  );
3947
3946
  closeable && actionButtons.push(
3948
3947
  /* @__PURE__ */ jsx8(
3949
- Button2,
3948
+ IconButton,
3950
3949
  {
3951
- "data-icon": "close",
3950
+ icon: "close",
3952
3951
  onClick: handleClose,
3953
3952
  onMouseDown: handleButtonMouseDown,
3954
3953
  variant: "secondary"
@@ -4526,7 +4525,7 @@ var LayoutStartPanel = (htmlAttributes) => {
4526
4525
  /* @__PURE__ */ jsx10("div", { className: `${classBase5}-text`, children: "To add a table, drag any of the Vuu Tables to this area or click the button below" })
4527
4526
  ] }) : null,
4528
4527
  /* @__PURE__ */ jsx10(
4529
- Button3,
4528
+ Button2,
4530
4529
  {
4531
4530
  className: `${classBase5}-addButton`,
4532
4531
  "data-icon": "add",