@shoplflow/templates 0.1.13 → 0.1.15

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/index.cjs CHANGED
@@ -1108,7 +1108,7 @@ var FixedTable = ({ tableState }) => {
1108
1108
  tableScrollRef.current.scrollLeft = scrollLeft;
1109
1109
  }
1110
1110
  }, []);
1111
- const TableColumns = () => /* @__PURE__ */ jsxRuntime.jsx("colgroup", { children: table.getAllColumns().map((column) => {
1111
+ const TableColumns = () => /* @__PURE__ */ jsxRuntime.jsx("colgroup", { children: table.getVisibleFlatColumns().map((column) => {
1112
1112
  const size = column.columnDef.size;
1113
1113
  const minSize = column.columnDef.minSize;
1114
1114
  const maxSize = column.columnDef.maxSize;
package/dist/index.js CHANGED
@@ -1102,7 +1102,7 @@ var FixedTable = ({ tableState }) => {
1102
1102
  tableScrollRef.current.scrollLeft = scrollLeft;
1103
1103
  }
1104
1104
  }, []);
1105
- const TableColumns = () => /* @__PURE__ */ jsx("colgroup", { children: table.getAllColumns().map((column) => {
1105
+ const TableColumns = () => /* @__PURE__ */ jsx("colgroup", { children: table.getVisibleFlatColumns().map((column) => {
1106
1106
  const size = column.columnDef.size;
1107
1107
  const minSize = column.columnDef.minSize;
1108
1108
  const maxSize = column.columnDef.maxSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/templates",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -91,10 +91,10 @@
91
91
  "react-datepicker": "^7.3.0",
92
92
  "react-dom": "^18.2.0",
93
93
  "simplebar-react": "^3.2.6",
94
- "@shoplflow/base": "^0.41.8",
95
- "@shoplflow/hada-assets": "^0.1.6",
94
+ "@shoplflow/base": "^0.41.9",
95
+ "@shoplflow/utils": "^0.6.5",
96
96
  "@shoplflow/shopl-assets": "^0.12.20",
97
- "@shoplflow/utils": "^0.6.5"
97
+ "@shoplflow/hada-assets": "^0.1.6"
98
98
  },
99
99
  "scripts": {
100
100
  "type-check": "tsc --noEmit",