@theguild/components 8.2.1-alpha-20250114083243-6ed468cfc07f3190adfc103eefedd548814bba29 → 8.2.1-alpha-20250114083600-4edd0128723e72ee4602b933d6dd94b5af1bd8f0

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.
@@ -31,8 +31,8 @@ import { Giscus } from "./giscus";
31
31
  export * from "./product-card";
32
32
  export * from "./version-dropdown";
33
33
  export * from "./dropdown";
34
- import { FrequentlyAskedQuestions } from "./faq/index.js";
35
- import { ComparisonTable } from "./comparison-table/index.js";
34
+ import { FrequentlyAskedQuestions } from "./faq";
35
+ import { ComparisonTable } from "./comparison-table";
36
36
  export {
37
37
  Anchor,
38
38
  Button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.2.1-alpha-20250114083243-6ed468cfc07f3190adfc103eefedd548814bba29",
3
+ "version": "8.2.1-alpha-20250114083600-4edd0128723e72ee4602b933d6dd94b5af1bd8f0",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"