@gsa-tts/graymatter-ui 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -190,11 +190,12 @@ Components support communication between different applications:
190
190
 
191
191
  ## Component Documentation
192
192
 
193
- ### Navigation Control
194
- - **[DesktopSideNav External Control](./NAVIGATION_CONTROL.md)** - Event-based control system for desktop navigation
193
+ Detailed documentation for specific components is available in the package:
195
194
 
196
- ### Component-Specific Documentation
197
- - **[ProfileMenu Component](./PROFILE_MENU.md)** - Event-driven profile menu with action handling
195
+ - **[NAVIGATION_CONTROL.md](https://github.com/GSA-TTS/usai-gov/blob/main/packages/ui/NAVIGATION_CONTROL.md)** - DesktopSideNav external control system with event-based API
196
+ - **[PROFILE_MENU.md](https://github.com/GSA-TTS/usai-gov/blob/main/packages/ui/PROFILE_MENU.md)** - ProfileMenu component usage and event handling
197
+
198
+ These files are also included with the package in your `node_modules/@gsa-tts/graymatter-ui/` directory. If you don't have access to the private repository, you can find the documentation files locally after installation.
198
199
 
199
200
  ## Framework Support
200
201
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gsa-tts/graymatter-ui",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"