@app-studio/web 0.7.15 → 0.7.16

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/web.esm.js CHANGED
@@ -6197,12 +6197,13 @@ var Table = function Table(_ref) {
6197
6197
  }, children);
6198
6198
  };
6199
6199
  Table.Head = TableHead;
6200
+ Table.HeadCell = TableHeadCell;
6200
6201
  Table.Body = TableBody;
6201
6202
  Table.Row = TableRow;
6202
6203
  Table.Cell = TableCell;
6203
6204
  Table.Footer = TableFooter;
6204
6205
  Table.Caption = TableCaption;
6205
- Table.TableContainer = TableContainer;
6206
+ Table.Container = TableContainer;
6206
6207
  Table.Template = TableView;
6207
6208
 
6208
6209
  // Initializes a custom hook for managing tab states with an array of 'Tab' objects passed as properties.