@fluxy-chat/ui-kit 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluxy-chat/ui-kit
2
2
 
3
- Drop-in **polished chat widget** and **inbox panel** for FluxyChat closes the "headless only" gap vs hosted SDKs.
3
+ Drop-in polished chat widget and inbox panel for FluxyChat. Closes the "headless only" gap compared to hosted SDKs.
4
4
 
5
5
  Built on `@fluxy-chat/ui` + `@fluxy-chat/react`. Optional bridge to [`assistant-ui`](https://assistant-ui.com) via `useFluxyAssistantRuntime`.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluxy-chat/ui-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Polished drop-in FluxyChat widget and inbox — built on @fluxy-chat/ui with optional assistant-ui runtime",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,9 +19,9 @@
19
19
  ],
20
20
  "peerDependencies": {
21
21
  "react": ">=18",
22
- "@fluxy-chat/sdk": "^0.6.0",
23
- "@fluxy-chat/react": "^0.1.1",
24
- "@fluxy-chat/ui": "^0.1.2",
22
+ "@fluxy-chat/sdk": "^0.6.4",
23
+ "@fluxy-chat/react": "^0.1.4",
24
+ "@fluxy-chat/ui": "^0.1.4",
25
25
  "@assistant-ui/react": ">=0.10.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
@@ -30,9 +30,9 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@fluxy-chat/sdk": "0.6.0",
34
- "@fluxy-chat/react": "0.1.1",
35
- "@fluxy-chat/ui": "0.1.2"
33
+ "@fluxy-chat/sdk": "0.6.4",
34
+ "@fluxy-chat/react": "0.1.4",
35
+ "@fluxy-chat/ui": "0.1.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/react": "^19.2.14",