chayns-api 3.1.4 → 3.1.6

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.
@@ -378,9 +378,6 @@ class NavigationQueue {
378
378
  __idx: idx
379
379
  }
380
380
  };
381
- if (url.includes('/intercom/overview') && !!state.idx) {
382
- return;
383
- }
384
381
  if (isReplace) {
385
382
  window.history.replaceState(stateWithMeta, '', url);
386
383
  } else {
@@ -376,9 +376,6 @@ export class NavigationQueue {
376
376
  __idx: idx
377
377
  }
378
378
  };
379
- if (url.includes('/intercom/overview') && !!state.idx) {
380
- return;
381
- }
382
379
  if (isReplace) {
383
380
  window.history.replaceState(stateWithMeta, '', url);
384
381
  } else {
@@ -233,6 +233,10 @@ export interface ChaynsDesignSettings {
233
233
  backgroundType?: number;
234
234
  backgroundColor?: string;
235
235
  headerBarColor?: string;
236
+ /** @experimental May not be available in all environments yet. */
237
+ headerBarBlur?: number;
238
+ /** @experimental May not be available in all environments yet. */
239
+ headerBarOpacity?: number;
236
240
  accordionIcon?: number;
237
241
  accordionLines: boolean;
238
242
  cardBorderRadius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",