@ukpc-lib/react 0.1.15 → 0.1.17
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/README.md +5 -0
- package/dist/components/index.cjs +26 -22
- package/dist/components/index.js +7366 -2281
- package/dist/index.es-567fdd1d.cjs +173 -0
- package/dist/index.es-ad6a1d12.js +19562 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +19 -18
- package/package.json +2 -2
- package/web-components-bundle/global-menu/index.cjs +21 -21
- package/web-components-bundle/global-menu/index.js +490 -494
- package/dist/index.es-088789c7.cjs +0 -177
- package/dist/index.es-bb5fb95c.js +0 -24653
package/README.md
CHANGED
|
@@ -104,6 +104,11 @@ export default function PrivateLayout() {
|
|
|
104
104
|
- `user`: A JSON string representing the current user.
|
|
105
105
|
- `logo`: The URL of the logo image to be displayed on the topbar.
|
|
106
106
|
|
|
107
|
+
## Details documentation of Components and Shared Authentication Logic Links
|
|
108
|
+
|
|
109
|
+
- [Components](./docs/components.md)
|
|
110
|
+
- [Shared Logic](./docs/share.md)
|
|
111
|
+
|
|
107
112
|
## Contributing
|
|
108
113
|
|
|
109
114
|
We always welcome community contributions. If you want to contribute, please create a Pull Request and we will review it.
|