@smart-cloud/ai-kit-core 1.1.6 → 1.1.7

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.
package/dist/index.d.cts CHANGED
@@ -179,8 +179,7 @@ type AiWorkerProps = {
179
179
  light?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
180
180
  dark?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
181
181
  };
182
- className?: string;
183
- innerCSS?: string;
182
+ themeOverrides?: string;
184
183
  title?: string;
185
184
  onClose: () => void;
186
185
  };
package/dist/index.d.ts CHANGED
@@ -179,8 +179,7 @@ type AiWorkerProps = {
179
179
  light?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
180
180
  dark?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
181
181
  };
182
- className?: string;
183
- innerCSS?: string;
182
+ themeOverrides?: string;
184
183
  title?: string;
185
184
  onClose: () => void;
186
185
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",