@ultraviolet/ui 1.82.1 → 1.82.2

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.
@@ -22,7 +22,7 @@ const Provider = ({
22
22
  columns,
23
23
  stripped
24
24
  }), [bordered, columns, stripped, subscribeHandler, listContext]);
25
- return /* @__PURE__ */ jsxRuntime.jsx(TableContext, { value, children });
25
+ return /* @__PURE__ */ jsxRuntime.jsx(TableContext.Provider, { value, children });
26
26
  };
27
27
  const TableProvider = ({
28
28
  children,
@@ -20,7 +20,7 @@ const Provider = ({
20
20
  columns,
21
21
  stripped
22
22
  }), [bordered, columns, stripped, subscribeHandler, listContext]);
23
- return /* @__PURE__ */ jsx(TableContext, { value, children });
23
+ return /* @__PURE__ */ jsx(TableContext.Provider, { value, children });
24
24
  };
25
25
  const TableProvider = ({
26
26
  children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "1.82.1",
3
+ "version": "1.82.2",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {