@brainfish-ai/components 0.19.3 → 0.19.5

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 (32) hide show
  1. package/dist/convos.d.ts +4 -0
  2. package/dist/esm/chunks/{ChatSearch.C6nUXNy4.js → ChatSearch.DOH90EUx.js} +3 -306
  3. package/dist/esm/chunks/ChatSearch.DOH90EUx.js.map +1 -0
  4. package/dist/esm/chunks/blue.CNWYlAkf.js +17 -0
  5. package/dist/esm/chunks/blue.CNWYlAkf.js.map +1 -0
  6. package/dist/esm/chunks/{generating-star.CozjECmM.js → generating-star.BMQgTqs7.js} +13 -5
  7. package/dist/esm/chunks/{generating-star.CozjECmM.js.map → generating-star.BMQgTqs7.js.map} +1 -1
  8. package/dist/esm/chunks/hooks.B9tkXVNJ.js +309 -0
  9. package/dist/esm/chunks/hooks.B9tkXVNJ.js.map +1 -0
  10. package/dist/esm/colors.js +1 -15
  11. package/dist/esm/colors.js.map +1 -1
  12. package/dist/esm/components/chat-search.js +1 -1
  13. package/dist/esm/components/convos.js +14 -7
  14. package/dist/esm/components/convos.js.map +1 -1
  15. package/dist/esm/components/generating-star.js +1 -1
  16. package/dist/esm/components/metric-card.js +3 -1
  17. package/dist/esm/components/metric-card.js.map +1 -1
  18. package/dist/esm/components/sidebar.js +380 -0
  19. package/dist/esm/components/sidebar.js.map +1 -0
  20. package/dist/esm/components/ui/accordion.js +1 -1
  21. package/dist/esm/components/ui/accordion.js.map +1 -1
  22. package/dist/esm/convos.css +1 -1
  23. package/dist/esm/global.css +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/esm/tailwind.preset.js +3 -1
  26. package/dist/esm/tailwind.preset.js.map +1 -1
  27. package/dist/generating-star.d.ts +1 -1
  28. package/dist/sidebar.d.ts +56 -0
  29. package/dist/stats.html +1 -1
  30. package/package.json +2 -1
  31. package/tailwind.preset.ts +2 -0
  32. package/dist/esm/chunks/ChatSearch.C6nUXNy4.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainfish-ai/components",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "description": "Brainfish Components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/esm/index.js",
@@ -173,6 +173,7 @@
173
173
  "prosemirror-model": "^1.25.3",
174
174
  "prosemirror-state": "^1.4.3",
175
175
  "prosemirror-view": "^1.40.1",
176
+ "react-aria-components": "^1.14.0",
176
177
  "react-day-picker": "^8.9.1",
177
178
  "react-dropzone": "^14.3.8",
178
179
  "react-hook-form": "^7.54.2",
@@ -62,6 +62,7 @@ const preset: Partial<Config> = {
62
62
  red,
63
63
 
64
64
  border: 'var(--bfc-border)',
65
+ 'border-subtle': 'var(--bfc-border-subtle)',
65
66
  input: 'var(--bfc-input)',
66
67
  ring: 'color-mix(in srgb, var(--bfc-primary) 85%, transparent)',
67
68
  background: 'var(--bfc-background)',
@@ -205,6 +206,7 @@ const preset: Partial<Config> = {
205
206
  },
206
207
  {} as Record<string, any>,
207
208
  ),
209
+ '.text-subtlest': { fontWeight: '400' },
208
210
  });
209
211
  }),
210
212
  plugin(function ({ addUtilities }) {