@masters-union/union-stack 0.3.6 → 0.3.7
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/cdn/loader.v1.global.js +3 -2
- package/dist/cdn/loader.v1.global.js.map +1 -1
- package/dist/{chunk-OXMJVFTZ.js → chunk-J6UVDGJO.js} +3 -3
- package/dist/{chunk-OXMJVFTZ.js.map → chunk-J6UVDGJO.js.map} +1 -1
- package/dist/{chunk-DFXYQU7F.cjs → chunk-M4COFGFO.cjs} +3 -3
- package/dist/{chunk-DFXYQU7F.cjs.map → chunk-M4COFGFO.cjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/dist/picker.cjs +126 -12
- package/dist/picker.cjs.map +1 -1
- package/dist/picker.d.cts +7 -0
- package/dist/picker.d.ts +7 -0
- package/dist/picker.js +126 -12
- package/dist/picker.js.map +1 -1
- package/dist/react.cjs +2 -2
- package/dist/react.js +1 -1
- package/package.json +1 -1
package/dist/react.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkM4COFGFO_cjs = require('./chunk-M4COFGFO.cjs');
|
|
4
4
|
var React3 = require('react');
|
|
5
5
|
|
|
6
6
|
function _interopNamespace(e) {
|
|
@@ -26,7 +26,7 @@ var React3__namespace = /*#__PURE__*/_interopNamespace(React3);
|
|
|
26
26
|
var UnionStackContext = React3__namespace.createContext(null);
|
|
27
27
|
function UnionStackProvider({ children, ...cfg }) {
|
|
28
28
|
const client = React3__namespace.useMemo(
|
|
29
|
-
() => new
|
|
29
|
+
() => new chunkM4COFGFO_cjs.UnionStackClient(cfg),
|
|
30
30
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
31
31
|
[cfg.apiKey, cfg.chunkSize]
|
|
32
32
|
);
|
package/dist/react.js
CHANGED
package/package.json
CHANGED