@theguild/components 8.0.0-alpha-20241128102113-21eb56af0789092be7b33cf3ac8e1d5dcf72bb85 → 8.0.0-alpha-20241128110259-4faf4b0f0e3baae85b718c095a0c151af0838820

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.
@@ -4,6 +4,7 @@ import { siteOrigin } from "../../constants";
4
4
  import { HiveCombinationMark } from "../../logos/index";
5
5
  import { PRODUCTS } from "../../products";
6
6
  import { Anchor } from "../anchor";
7
+ import { ContactTextLink } from "../contact-us";
7
8
  import {
8
9
  CSAStarLevelOneIcon,
9
10
  DiscordIcon,
@@ -12,7 +13,6 @@ import {
12
13
  TwitterIcon,
13
14
  YouTubeIcon
14
15
  } from "../icons/index";
15
- import { ContactTextLink } from "../contact-us";
16
16
  const HiveFooter = ({
17
17
  className,
18
18
  logo = /* @__PURE__ */ jsx(HiveCombinationMark, { className: "h-8 w-auto" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.0.0-alpha-20241128102113-21eb56af0789092be7b33cf3ac8e1d5dcf72bb85",
3
+ "version": "8.0.0-alpha-20241128110259-4faf4b0f0e3baae85b718c095a0c151af0838820",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"