@ai-matrx/records-ui 0.6.0 → 0.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/records-ui",
3
- "version": "0.6.0",
3
+ "version": "0.9.0",
4
4
  "description": "The thirty-one canonical screens of the AI Matrx record store: grid, generated record form, field editor, table settings, relation picker, peek, views, import/export, custom fields, action inbox, history, comments, forms, charts, documents, record chat, AI field fill, checklists, bookings, offline capture, portals, public pages and embeds. Built on @ai-matrx/design-system's data table, carrying @ai-matrx/alchemy's menu, and reading and writing ONLY through @ai-matrx/records.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -49,24 +49,26 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@ai-matrx/alchemy": "latest",
52
+ "@ai-matrx/design-system": "latest",
52
53
  "@ai-matrx/print": "latest",
53
- "@ai-matrx/records": "latest",
54
- "@ai-matrx/design-system": "latest"
54
+ "@ai-matrx/records": "latest"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.18.5",
58
+ "@tailwindcss/vite": "^4.3.3",
59
+ "@testing-library/react": "^16.3.3",
58
60
  "@types/node": "^26.6.1",
59
61
  "@types/react": "19.3.0",
60
62
  "@types/react-dom": "19.3.0",
61
63
  "@vitejs/plugin-react": "^5.1.1",
64
+ "jsdom": "^30.0.1",
62
65
  "publint": "^0.3.24",
63
66
  "react": "^19.3.0",
64
67
  "react-dom": "^19.3.0",
68
+ "tailwindcss": "^4.3.3",
65
69
  "tsup": "^8.5.1",
66
70
  "typescript": "^5.9.3",
67
71
  "vite": "^7.3.1",
68
- "@testing-library/react": "^16.3.3",
69
- "jsdom": "^30.0.1",
70
72
  "vitest": "^5.0.1"
71
73
  },
72
74
  "publishConfig": {