@xenide-io/the-old-ui-theme 0.6.8 → 0.6.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.
package/dist/suite.js CHANGED
@@ -2754,7 +2754,7 @@ function consumePendingAskAiPrompt() {
2754
2754
  }
2755
2755
  function SuiteAiPanel({
2756
2756
  presets = [],
2757
- emptyState = "Ask anything about your workspace, or look something up online.",
2757
+ emptyState = "Ask when you are ready \u2014 overdue work, a running timer, or anything else.",
2758
2758
  title = "Shelly AI",
2759
2759
  fetchChat,
2760
2760
  sendMessage,
package/dist/suite.mjs CHANGED
@@ -2195,7 +2195,7 @@ function consumePendingAskAiPrompt() {
2195
2195
  }
2196
2196
  function SuiteAiPanel({
2197
2197
  presets = [],
2198
- emptyState = "Ask anything about your workspace, or look something up online.",
2198
+ emptyState = "Ask when you are ready \u2014 overdue work, a running timer, or anything else.",
2199
2199
  title = "Shelly AI",
2200
2200
  fetchChat,
2201
2201
  sendMessage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenide-io/the-old-ui-theme",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Props-driven React components and theme tokens inspired by classic interface design \u2014 optimized for Next.js apps and internal tools.",
5
5
  "author": "Xenide",
6
6
  "license": "MIT",
@@ -73,7 +73,7 @@ export interface SuiteAiChatMessage {
73
73
  */
74
74
  export function SuiteAiPanel({
75
75
  presets = [],
76
- emptyState = "Ask anything about your workspace, or look something up online.",
76
+ emptyState = "Ask when you are ready — overdue work, a running timer, or anything else.",
77
77
  title = "Shelly AI",
78
78
  fetchChat,
79
79
  sendMessage,