chayns-api 2.2.0-beta.4 → 2.2.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.
@@ -194,7 +194,6 @@ export declare enum IconStyle {
194
194
  SHARP = 4
195
195
  }
196
196
  export interface ChaynsDesignSettings {
197
- siteId?: string;
198
197
  color: string;
199
198
  secondaryColor?: string;
200
199
  colorMode: ColorMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.2.0-beta.4",
3
+ "version": "2.2.0",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",