@object-ui/layout 3.3.0 → 3.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.
- package/CHANGELOG.md +10 -0
- package/README.md +21 -1
- package/dist/index.js +170 -148
- package/dist/index.umd.cjs +3 -3
- package/package.json +42 -7
- package/.turbo/turbo-build.log +0 -38
- package/src/AppSchemaRenderer.tsx +0 -480
- package/src/AppShell.tsx +0 -149
- package/src/NavigationRenderer.tsx +0 -746
- package/src/Page.tsx +0 -39
- package/src/PageCard.tsx +0 -12
- package/src/PageHeader.tsx +0 -35
- package/src/ResponsiveGrid.tsx +0 -118
- package/src/SidebarNav.tsx +0 -164
- package/src/__tests__/AppSchemaRenderer.test.tsx +0 -408
- package/src/__tests__/NavigationRenderer.test.tsx +0 -562
- package/src/index.ts +0 -96
- package/src/stories/AppShell.stories.tsx +0 -110
- package/src/stories/ResponsiveGrid.stories.tsx +0 -110
- package/src/stories/SidebarNav.stories.tsx +0 -223
- package/tsconfig.json +0 -9
- package/vite.config.ts +0 -39
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -117,6 +117,26 @@ All components accept `className` prop for Tailwind customization:
|
|
|
117
117
|
|
|
118
118
|
For detailed API documentation, visit the [Object UI Documentation](https://www.objectui.org/docs/layout).
|
|
119
119
|
|
|
120
|
+
<!-- release-metadata:v3.3.0 -->
|
|
121
|
+
|
|
122
|
+
## Compatibility
|
|
123
|
+
|
|
124
|
+
- **React:** 18.x or 19.x
|
|
125
|
+
- **Node.js:** ≥ 18
|
|
126
|
+
- **TypeScript:** ≥ 5.0 (strict mode)
|
|
127
|
+
- **`@objectstack/spec`:** ^3.3.0
|
|
128
|
+
- **`@objectstack/client`:** ^3.3.0
|
|
129
|
+
- **Tailwind CSS:** ≥ 3.4 (for packages with UI)
|
|
130
|
+
|
|
131
|
+
## Links
|
|
132
|
+
|
|
133
|
+
- 📚 [Documentation](https://www.objectui.org/docs/layout)
|
|
134
|
+
- 📦 [npm package](https://www.npmjs.com/package/@object-ui/layout)
|
|
135
|
+
- 📝 [Changelog](./CHANGELOG.md)
|
|
136
|
+
- 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
|
|
137
|
+
- 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
|
|
138
|
+
- 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
|
|
139
|
+
|
|
120
140
|
## License
|
|
121
141
|
|
|
122
|
-
MIT
|
|
142
|
+
MIT — see [LICENSE](./LICENSE).
|