@luminix/mui-cms 1.0.0 → 1.2.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/CLAUDE.md +8 -0
- package/bundle/mui-cms.bundle.iife.js +33 -33
- package/dist/mui-cms.js +1175 -1133
- package/docs/componentes.md +19 -0
- package/docs/configuracao.md +44 -1
- package/docs/extensibilidade.md +45 -0
- package/docs/facades.md +12 -0
- package/docs/tipos.md +10 -0
- package/package.json +5 -3
- package/types/components/Layout/Drawer/LogoutButton.d.ts +4 -0
- package/types/dist.d.ts +3 -1
- package/types/services/CmsService.d.ts +3 -0
- package/types/types/PropTypes.d.ts +7 -0
package/CLAUDE.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @luminix/mui-cms
|
|
2
|
+
|
|
3
|
+
This project is a TypeScript/React library to create admin areas on Laravel applications. Part of the Luminix stack. Check if the skills `/luminix` and/or `/luminix-cms` are available to understand the ecossystem and how to use this library.
|
|
4
|
+
|
|
5
|
+
## When working on this project
|
|
6
|
+
|
|
7
|
+
- Always update and/or create new tests, relevant to the context, unless the user explicitly tells you not to.
|
|
8
|
+
- Always update the documentation, keeping its current style, again, unless the user explicitly tells you not to.
|