@smart-cloud/ai-kit-ui 1.3.10 → 1.3.11

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.
@@ -177,7 +177,7 @@
177
177
 
178
178
  --mantine-cursor-type: pointer;
179
179
  --switch-cursor: pointer;
180
-
180
+
181
181
  /* Typography apply */
182
182
  font-family: var(--ai-kit-font-family);
183
183
  }
@@ -566,6 +566,7 @@
566
566
  border-top: 1px solid var(--ai-kit-color-border-light);
567
567
  background: var(--ai-kit-chat-surface-subtle);
568
568
  margin-top: auto;
569
+ z-index: 1;
569
570
  }
570
571
 
571
572
  /* Responsive tweaks */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-ui",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -177,7 +177,7 @@
177
177
 
178
178
  --mantine-cursor-type: pointer;
179
179
  --switch-cursor: pointer;
180
-
180
+
181
181
  /* Typography apply */
182
182
  font-family: var(--ai-kit-font-family);
183
183
  }
@@ -566,6 +566,7 @@
566
566
  border-top: 1px solid var(--ai-kit-color-border-light);
567
567
  background: var(--ai-kit-chat-surface-subtle);
568
568
  margin-top: auto;
569
+ z-index: 1;
569
570
  }
570
571
 
571
572
  /* Responsive tweaks */