@smart-cloud/ai-kit-ui 1.0.2 → 1.1.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.
@@ -36,7 +36,7 @@ export function withAiKitShell<P extends object>(
36
36
  primaryColor,
37
37
  primaryShade,
38
38
  className,
39
- styleText,
39
+ innerCSS,
40
40
  language,
41
41
  direction,
42
42
  } = { ...props, ...propOverrides } as AiWorkerProps & P;
@@ -164,7 +164,7 @@ export function withAiKitShell<P extends object>(
164
164
  mode={variation === "modal" && !showOpenButton ? "overlay" : "local"}
165
165
  overlayRootId="ai-kit-overlay-root"
166
166
  stylesheets={stylesheets}
167
- styleText={styleText}
167
+ innerCSS={innerCSS}
168
168
  className={className}
169
169
  rootElementId={
170
170
  variation === "modal" && !showOpenButton
package/.gitattributes DELETED
@@ -1,8 +0,0 @@
1
- # Ignore tests, docs and examples when Composer creates the ZIP
2
- src export-ignore
3
- /.gitattributes export-ignore
4
- /*.cjs export-ignore
5
- /*.js export-ignore
6
- /*.json export-ignore
7
- /*.ts export-ignore
8
- /*.lock export-ignore