@mdxui/cockpit 7.0.5 → 7.0.7

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": "@mdxui/cockpit",
3
- "version": "7.0.5",
3
+ "version": "7.0.7",
4
4
  "description": "App template components for mdxui - developer dashboards, auth flows, and SaaS patterns",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -67,14 +67,16 @@
67
67
  "./auth/onboarding-page": {
68
68
  "types": "./dist/auth/onboarding-page.d.ts",
69
69
  "import": "./dist/auth/onboarding-page.js"
70
- }
70
+ },
71
+ "./developer/styles/*.css": "./dist/developer/styles/*.css",
72
+ "./developer/styles/dashboard.css": "./dist/developer/styles/dashboard.css"
71
73
  },
72
74
  "files": [
73
75
  "dist",
74
76
  "README.md"
75
77
  ],
76
78
  "scripts": {
77
- "build": "tsup",
79
+ "build": "tsup && tsx scripts/bundle-css.ts",
78
80
  "test": "vitest run",
79
81
  "test:watch": "vitest",
80
82
  "typecheck": "tsc --noEmit",
@@ -82,8 +84,8 @@
82
84
  "prepublishOnly": "pnpm build"
83
85
  },
84
86
  "devDependencies": {
85
- "@mdxui/primitives": "6.0.0",
86
- "@mdxui/themes": "6.0.0",
87
+ "@mdxui/primitives": "6.1.0",
88
+ "@mdxui/themes": "6.2.0",
87
89
  "@mdxui/typescript-config": "6.0.0",
88
90
  "@storybook/test": "^8.6.14",
89
91
  "@testing-library/jest-dom": "^6.6.3",
@@ -91,6 +93,7 @@
91
93
  "@types/react": "^19.2.7",
92
94
  "@types/react-dom": "^19.2.3",
93
95
  "@vitejs/plugin-react": "^5.1.2",
96
+ "esbuild": "^0.25.0",
94
97
  "jsdom": "^26.1.0",
95
98
  "mdxui": "6.1.0",
96
99
  "tsup": "^8.0.0",
@@ -100,15 +103,21 @@
100
103
  },
101
104
  "dependencies": {
102
105
  "@dotdo/react": "^1.0.0",
103
- "@mdxui/auth": "1.5.2",
106
+ "@mdxui/admin": "6.0.3",
107
+ "@mdxui/auth": "1.5.3",
108
+ "@mdxui/navigation": "6.0.0",
109
+ "@mdxui/neo": "0.2.1",
110
+ "@mdxui/primitives": "6.1.0",
111
+ "@mdxui/widgets": "6.1.1",
112
+ "@radix-ui/themes": "^3.3.0",
104
113
  "@tanstack/react-query": "^5.90.12",
105
114
  "@tanstack/react-query-devtools": "^5.91.1",
115
+ "@tanstack/react-router": "^1.158.0",
106
116
  "@tanstack/react-table": "^8.20.6",
117
+ "@workos-inc/widgets": "^1.9.1",
107
118
  "cmdk": "^1.0.4",
108
119
  "lucide-react": "^0.561.0",
109
- "next-themes": "^0.4.6",
110
120
  "platform.do": "^0.1.11",
111
- "react-router-dom": "^7.12.0",
112
121
  "recharts": "^3.5.1",
113
122
  "shiki": "^3.20.0",
114
123
  "sonner": "^2.0.7",