@pushchain/ui-kit 1.1.26-alpha.2 → 1.1.26-alpha.4

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/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@pushchain/ui-kit",
3
- "version": "1.1.26-alpha.2",
3
+ "version": "1.1.26-alpha.4",
4
4
  "dependencies": {
5
5
  "@coral-xyz/anchor": "^0.31.1",
6
6
  "@metamask/sdk": "^0.32.0",
7
7
  "@pushchain/core": "^0.1.40",
8
8
  "@solana/web3.js": "^1.98.2",
9
9
  "@walletconnect/ethereum-provider": "^2.21.5",
10
+ "buffer": "^6.0.3",
10
11
  "ethers": "^6.13.5",
11
12
  "react": "^18.3.1",
12
13
  "react-is": "^19.1.0",
package/src/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ import './lib/shim';
1
2
  export * from './lib';
package/src/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ require("./lib/shim");
4
5
  tslib_1.__exportStar(require("./lib"), exports);
5
6
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ui-kit/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ui-kit/src/index.ts"],"names":[],"mappings":";;;AAAA,sBAAoB;AACpB,gDAAsB"}
File without changes
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ThemeContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeContext.js","sourceRoot":"","sources":["../../../../../../../packages/ui-kit/src/lib/providers/theme/ThemeContext.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // Polyfill for Buffer
4
+ const buffer_1 = require("buffer");
5
+ if (!globalThis.Buffer) {
6
+ globalThis.Buffer = buffer_1.Buffer;
7
+ }
8
+ //# sourceMappingURL=shim.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shim.js","sourceRoot":"","sources":["../../../../../packages/ui-kit/src/lib/shim.ts"],"names":[],"mappings":";;AAAA,sBAAsB;AACtB,mCAAgC;AAEhC,IAAI,CAAE,UAAkB,CAAC,MAAM,EAAE,CAAC;IAC/B,UAAkB,CAAC,MAAM,GAAG,eAAM,CAAC;AACtC,CAAC"}