bt-core-app 1.4.547 → 1.4.548
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/bt-core-app.js +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -40770,7 +40770,7 @@ function qV(e) {
|
|
|
40770
40770
|
dates: c,
|
|
40771
40771
|
demo: o,
|
|
40772
40772
|
filters: e.filters
|
|
40773
|
-
}), H2(), vx({
|
|
40773
|
+
}), e.usePWA ?? (e.usePWA = !0), e.usePWA && H2(), vx({
|
|
40774
40774
|
api: s,
|
|
40775
40775
|
auth: i,
|
|
40776
40776
|
dates: c,
|
package/dist/index.d.ts
CHANGED
|
@@ -396,6 +396,7 @@ export declare interface CreateCoreOptions {
|
|
|
396
396
|
/**suboptions */
|
|
397
397
|
subscriptionOptions?: AuthSubscription[];
|
|
398
398
|
urls: CreateUrlOptions;
|
|
399
|
+
usePWA?: boolean;
|
|
399
400
|
}
|
|
400
401
|
|
|
401
402
|
export declare function createCosmetics<T extends BaseCosmeticTheme>(options: UseCosmeticsOptions<T>): BTCosmetics;
|
package/package.json
CHANGED