@gsa-tts/graymatter-ui 0.3.3 → 0.3.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,10 +191,10 @@ Components support communication between different applications:
191
191
  ## Component Documentation
192
192
 
193
193
  ### Navigation Control
194
- - **[DesktopSideNav External Control](./docs/NAVIGATION_CONTROL.md)** - Event-based control system for desktop navigation
194
+ - **[DesktopSideNav External Control](./NAVIGATION_CONTROL.md)** - Event-based control system for desktop navigation
195
195
 
196
196
  ### Component-Specific Documentation
197
- - **[ProfileMenu Component](./docs/PROFILE_MENU.md)** - Event-driven profile menu with action handling
197
+ - **[ProfileMenu Component](./PROFILE_MENU.md)** - Event-driven profile menu with action handling
198
198
 
199
199
  ## Framework Support
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gsa-tts/graymatter-ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"