orchid-ai 2.3.0 → 2.3.1

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/orchid-ai.css +2 -1
  2. package/package.json +1 -1
package/orchid-ai.css CHANGED
@@ -1034,7 +1034,8 @@
1034
1034
  .ai-chart-modal {
1035
1035
  display: flex;
1036
1036
  flex-direction: column;
1037
- width: min(1100px, 96vw);
1037
+ width: 96vw;
1038
+ max-width: 1100px;
1038
1039
  max-height: 92vh;
1039
1040
  overflow: hidden;
1040
1041
  background: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchid-ai",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Shared Orchid AI chat UI and visualization components",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",