@1interface/shared-core 0.9.0 → 0.10.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ export declare interface BrandingConfig {
130
130
  cornerRadius?: string;
131
131
  themes?: BrandingThemes;
132
132
  orbPosition?: OrbPosition;
133
+ showAmbientWave?: boolean;
133
134
  }
134
135
 
135
136
  export declare const BrandingContext: Context<BrandingContextValue>;
@@ -143,6 +144,7 @@ export declare interface BrandingContextValue {
143
144
  currentThemeColors: BrandingTheme | null;
144
145
  themeStyles: ChatThemeStyles;
145
146
  orbPosition?: OrbPosition;
147
+ showAmbientWave?: boolean;
146
148
  }
147
149
 
148
150
  export declare type BrandingResponseData = BrandingConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1interface/shared-core",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "sideEffects": false,