@gsa-tts/graymatter-ui 0.3.20 → 0.3.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gsa-tts/graymatter-ui",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,3 @@
1
- // Astro Components
2
- export { default as Head } from './Head.astro';
3
-
4
1
  // Svelte Components
5
2
  export { default as UsaBanner } from './UsaBanner.svelte';
6
3
  export { default as Logo } from './Logo.svelte';
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  import '../styles/base/global.css';
3
- import Head from '../components/Head.astro';
3
+ import Head from './Head.astro';
4
4
  import UsaSkipNav from '../components/UsaSkipNav.svelte';
5
5
  const { title, description, openGraphImage, gtmID } = Astro.props;
6
6
  ---
@@ -63,10 +63,6 @@ const { api, chat, console, discover } = getAppUrls();
63
63
  profileMenuData={profileMenuData}
64
64
  logoLinkUrl={logoLinkUrl}
65
65
  logoLinkLabel={logoLinkLabel}
66
- apiUrl={api}
67
- chatUrl={chat}
68
- consoleUrl={console}
69
- discoverUrl={discover}
70
66
  />
71
67
  <MobileSideMenu client:load {logoLinkUrl} {logoLinkLabel}>
72
68
  <slot name="sub-nav" />
File without changes