chayns-api 2.2.0-beta.0 → 2.2.0-beta.1

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.
@@ -204,7 +204,7 @@ export interface DesignSettings {
204
204
  backgroundColor?: string;
205
205
  headerBarColor?: string;
206
206
  accordionIcon?: number;
207
- accordionLines?: boolean;
207
+ accordionLines: boolean;
208
208
  cardBorderRadius?: number;
209
209
  cardBackgroundOpacity?: number;
210
210
  cardShadow?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.2.0-beta.0",
3
+ "version": "2.2.0-beta.1",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",