@smart-cloud/ai-kit-ui 1.1.8 → 1.1.9

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.
@@ -6,7 +6,9 @@
6
6
  - Mantine Button radius override supported via --button-radius
7
7
  ========================================================================== */
8
8
 
9
- :host {
9
+ :host,
10
+ .ai-kit-inline-root,
11
+ .ai-kit-portal-root {
10
12
  /* ---------------------------
11
13
  0) Core typography & rhythm
12
14
  --------------------------- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -6,7 +6,9 @@
6
6
  - Mantine Button radius override supported via --button-radius
7
7
  ========================================================================== */
8
8
 
9
- :host {
9
+ :host,
10
+ .ai-kit-inline-root,
11
+ .ai-kit-portal-root {
10
12
  /* ---------------------------
11
13
  0) Core typography & rhythm
12
14
  --------------------------- */