@xyo-network/react-shared 2.26.47 → 2.26.48

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.
@@ -1,4 +1,4 @@
1
- export declare const usePixel: (required?: boolean) => {
1
+ export declare const useParadigm: (required?: boolean) => {
2
2
  list: import("../..").ListParadigm;
3
3
  };
4
4
  //# sourceMappingURL=use.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/Paradigm/use.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;CAGpB,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/Paradigm/use.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;CAGvB,CAAA"}
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.usePixel = void 0;
3
+ exports.useParadigm = void 0;
4
4
  const contextEx_1 = require("../contextEx");
5
5
  const Context_1 = require("./Context");
6
- const usePixel = (required = true) => {
6
+ const useParadigm = (required = true) => {
7
7
  const { list } = (0, contextEx_1.useContextEx)(Context_1.ParadigmContext, 'Paradigm', required);
8
8
  return { list };
9
9
  };
10
- exports.usePixel = usePixel;
10
+ exports.useParadigm = useParadigm;
11
11
  //# sourceMappingURL=use.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"use.js","sourceRoot":"","sources":["../../../../src/contexts/Paradigm/use.ts"],"names":[],"mappings":";;;AAAA,4CAA2C;AAC3C,uCAA2C;AAEpC,MAAM,QAAQ,GAAG,CAAC,QAAQ,GAAG,IAAI,EAAE,EAAE;IAC1C,MAAM,EAAE,IAAI,EAAE,GAAG,IAAA,wBAAY,EAAC,yBAAe,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAA;IACpE,OAAO,EAAE,IAAI,EAAE,CAAA;AACjB,CAAC,CAAA;AAHY,QAAA,QAAQ,YAGpB"}
1
+ {"version":3,"file":"use.js","sourceRoot":"","sources":["../../../../src/contexts/Paradigm/use.ts"],"names":[],"mappings":";;;AAAA,4CAA2C;AAC3C,uCAA2C;AAEpC,MAAM,WAAW,GAAG,CAAC,QAAQ,GAAG,IAAI,EAAE,EAAE;IAC7C,MAAM,EAAE,IAAI,EAAE,GAAG,IAAA,wBAAY,EAAC,yBAAe,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAA;IACpE,OAAO,EAAE,IAAI,EAAE,CAAA;AACjB,CAAC,CAAA;AAHY,QAAA,WAAW,eAGvB"}
@@ -1,3 +1,4 @@
1
1
  export * from './contextEx';
2
+ export * from './Paradigm';
2
3
  export * from './Pixel';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA"}
@@ -2,5 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./contextEx"), exports);
5
+ tslib_1.__exportStar(require("./Paradigm"), exports);
5
6
  tslib_1.__exportStar(require("./Pixel"), exports);
6
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":";;;AAAA,sDAA2B;AAC3B,kDAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":";;;AAAA,sDAA2B;AAC3B,qDAA0B;AAC1B,kDAAuB"}