@autogames/sdk 1.5.1 → 1.6.0
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/autogames-sdk.esm.js +1 -1
- package/dist/autogames-sdk.js +257 -257
- package/dist/{basic-BBZhqs7d.js → basic-DV6TdjBr.js} +3 -3
- package/dist/{ccip-D9NenQot.js → ccip-ztp95LKl.js} +1 -1
- package/dist/{core-DTsAxiJb.js → core-CXtJRzmk.js} +5 -5
- package/dist/{features-1Q0Qu1SB.js → features-BHCRYoZV.js} +1 -1
- package/dist/{index-G2_zkv6d.js → index-BFXOCwz7.js} +2 -2
- package/dist/{index-BQfg7MNL.js → index-Dyc59rXu.js} +4 -4
- package/dist/{index-C6j0n9K2.js → index-Qkvrcl05.js} +1 -1
- package/dist/{main-u_ysRES3.js → main-U3Dcm1Dt.js} +8202 -8202
- package/dist/main.d.ts +11 -0
- package/dist/{parseSignature-bsxMEuDr.js → parseSignature-C95pV-l4.js} +1 -1
- package/dist/{secp256k1-TMxX_1sg.js → secp256k1-woYfdRaQ.js} +1 -1
- package/dist/stats-confirm.html +1 -1
- package/dist/{w3m-modal-PxWWCSxK.js → w3m-modal-BaYsio8m.js} +2 -2
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -196,8 +196,19 @@ export declare type ChatWidgetOptions = {
|
|
|
196
196
|
*/
|
|
197
197
|
offsetY?: number;
|
|
198
198
|
};
|
|
199
|
+
/**
|
|
200
|
+
* Color theme (defaults to 'dark')
|
|
201
|
+
*/
|
|
202
|
+
theme?: ChatWidgetTheme;
|
|
199
203
|
};
|
|
200
204
|
|
|
205
|
+
/**
|
|
206
|
+
* Chat widget theme
|
|
207
|
+
* - 'dark': Dark background (default)
|
|
208
|
+
* - 'light': Light background
|
|
209
|
+
*/
|
|
210
|
+
export declare type ChatWidgetTheme = 'dark' | 'light';
|
|
211
|
+
|
|
201
212
|
declare type CreatedToken = {
|
|
202
213
|
token: Token;
|
|
203
214
|
user_token: UserToken;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as m, bV as y, bI as w, a5 as x, bX as p, cj as z, cg as M, d9 as k, ci as d, da as T, Z as E, db as N, a4 as P, dc as S, bx as B, dd as L, cc as $, de as A } from "./main-
|
|
1
|
+
import { M as m, bV as y, bI as w, a5 as x, bX as p, cj as z, cg as M, d9 as k, ci as d, da as T, Z as E, db as N, a4 as P, dc as S, bx as B, dd as L, cc as $, de as A } from "./main-U3Dcm1Dt.js";
|
|
2
2
|
function H(s, e) {
|
|
3
3
|
if (s.length !== e.length)
|
|
4
4
|
throw new m({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { df as nt, dg as qt, dh as ht, di as ue, dj as D, dk as ae, dl as le, dm as Ct, dn as de, dp as he } from "./main-
|
|
1
|
+
import { df as nt, dg as qt, dh as ht, di as ue, dj as D, dk as ae, dl as le, dm as Ct, dn as de, dp as he } from "./main-U3Dcm1Dt.js";
|
|
2
2
|
const Nt = /* @__PURE__ */ BigInt(0), xt = /* @__PURE__ */ BigInt(1);
|
|
3
3
|
function wt(e, n = "") {
|
|
4
4
|
if (typeof e != "boolean") {
|