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

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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-ui",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -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
  }