chayns-api 3.1.5 → 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.
@@ -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.5",
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",