@smart-cloud/ai-kit-ui 1.3.9 → 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.
- package/dist/ai-kit-ui.css +4 -0
- package/package.json +1 -1
- package/src/styles/ai-kit-ui.css +4 -0
package/dist/ai-kit-ui.css
CHANGED
|
@@ -175,6 +175,9 @@
|
|
|
175
175
|
--ai-kit-chat-feedback-border: var(--ai-kit-color-border);
|
|
176
176
|
--ai-kit-chat-feedback-active-bg: #ffd43b;
|
|
177
177
|
|
|
178
|
+
--mantine-cursor-type: pointer;
|
|
179
|
+
--switch-cursor: pointer;
|
|
180
|
+
|
|
178
181
|
/* Typography apply */
|
|
179
182
|
font-family: var(--ai-kit-font-family);
|
|
180
183
|
}
|
|
@@ -563,6 +566,7 @@
|
|
|
563
566
|
border-top: 1px solid var(--ai-kit-color-border-light);
|
|
564
567
|
background: var(--ai-kit-chat-surface-subtle);
|
|
565
568
|
margin-top: auto;
|
|
569
|
+
z-index: 1;
|
|
566
570
|
}
|
|
567
571
|
|
|
568
572
|
/* Responsive tweaks */
|
package/package.json
CHANGED
package/src/styles/ai-kit-ui.css
CHANGED
|
@@ -175,6 +175,9 @@
|
|
|
175
175
|
--ai-kit-chat-feedback-border: var(--ai-kit-color-border);
|
|
176
176
|
--ai-kit-chat-feedback-active-bg: #ffd43b;
|
|
177
177
|
|
|
178
|
+
--mantine-cursor-type: pointer;
|
|
179
|
+
--switch-cursor: pointer;
|
|
180
|
+
|
|
178
181
|
/* Typography apply */
|
|
179
182
|
font-family: var(--ai-kit-font-family);
|
|
180
183
|
}
|
|
@@ -563,6 +566,7 @@
|
|
|
563
566
|
border-top: 1px solid var(--ai-kit-color-border-light);
|
|
564
567
|
background: var(--ai-kit-chat-surface-subtle);
|
|
565
568
|
margin-top: auto;
|
|
569
|
+
z-index: 1;
|
|
566
570
|
}
|
|
567
571
|
|
|
568
572
|
/* Responsive tweaks */
|