diff --git a/.changeset/strong-seas-teach.md b/.changeset/strong-seas-teach.md new file mode 100644 index 0000000000..d633e4ccb5 --- /dev/null +++ b/.changeset/strong-seas-teach.md @@ -0,0 +1,5 @@ +--- +"shadcn": patch +--- + +update docs and info urls diff --git a/apps/v4/content/docs/changelog/2026-03-cli-v4.mdx b/apps/v4/content/docs/changelog/2026-03-cli-v4.mdx index 77f5e67eb0..20840ec09a 100644 --- a/apps/v4/content/docs/changelog/2026-03-cli-v4.mdx +++ b/apps/v4/content/docs/changelog/2026-03-cli-v4.mdx @@ -116,7 +116,7 @@ npx shadcn@latest docs combobox combobox - docs https://ui.shadcn.com/docs/components/radix/combobox - - examples https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx + - examples https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx - api https://base-ui.com/react/components/combobox ``` diff --git a/apps/v4/next.config.mjs b/apps/v4/next.config.mjs index a8349ba53b..b9520c6ab3 100644 --- a/apps/v4/next.config.mjs +++ b/apps/v4/next.config.mjs @@ -132,6 +132,12 @@ const nextConfig = { destination: "/create", permanent: true, }, + { + source: "/code/:path*", + destination: + "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/:path*", + permanent: false, + }, ] }, rewrites() { diff --git a/apps/v4/public/r/index.json b/apps/v4/public/r/index.json index 7d3fc8e7c0..ba6c61b5ae 100644 --- a/apps/v4/public/r/index.json +++ b/apps/v4/public/r/index.json @@ -12,12 +12,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } } @@ -36,11 +36,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } } } @@ -59,12 +59,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } } @@ -83,12 +83,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } } } @@ -106,12 +106,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } } @@ -130,11 +130,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } } } @@ -152,11 +152,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } } } @@ -174,11 +174,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } } } @@ -197,11 +197,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } } } @@ -221,12 +221,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } } @@ -245,11 +245,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } } } @@ -269,12 +269,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } } @@ -294,11 +294,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } } } @@ -316,12 +316,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } } @@ -340,12 +340,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } } @@ -366,12 +366,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } } @@ -392,12 +392,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } } @@ -416,12 +416,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } } @@ -441,12 +441,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } } @@ -488,12 +488,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } } @@ -512,12 +512,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } } @@ -536,11 +536,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } } } @@ -559,11 +559,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } } } @@ -585,12 +585,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } } @@ -609,11 +609,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } } } @@ -632,11 +632,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } } } @@ -655,12 +655,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } } @@ -680,11 +680,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } } } @@ -702,11 +702,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } } } @@ -724,12 +724,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } } @@ -748,12 +748,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } } @@ -772,11 +772,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } } } @@ -794,12 +794,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } } @@ -819,11 +819,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } } } @@ -841,12 +841,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } } @@ -865,12 +865,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } } @@ -889,12 +889,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } } @@ -914,12 +914,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } } @@ -938,12 +938,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } } @@ -962,12 +962,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } } @@ -986,12 +986,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } } @@ -1011,12 +1011,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } } @@ -1044,11 +1044,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } } } @@ -1066,11 +1066,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } } } @@ -1088,12 +1088,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } } @@ -1113,12 +1113,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } } @@ -1137,11 +1137,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } } } @@ -1159,12 +1159,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } } @@ -1183,11 +1183,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } } } @@ -1205,12 +1205,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } } @@ -1229,11 +1229,11 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } } } @@ -1251,12 +1251,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } } @@ -1276,12 +1276,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } } @@ -1301,12 +1301,12 @@ "links": { "radix": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" }, "base": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } } diff --git a/apps/v4/public/r/styles/base-luma/accordion.json b/apps/v4/public/r/styles/base-luma/accordion.json index e3912a1a00..111d3ce65b 100644 --- a/apps/v4/public/r/styles/base-luma/accordion.json +++ b/apps/v4/public/r/styles/base-luma/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/alert-dialog.json b/apps/v4/public/r/styles/base-luma/alert-dialog.json index f647599858..3f71d078e5 100644 --- a/apps/v4/public/r/styles/base-luma/alert-dialog.json +++ b/apps/v4/public/r/styles/base-luma/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/alert.json b/apps/v4/public/r/styles/base-luma/alert.json index 5bba5ab522..35cb597cea 100644 --- a/apps/v4/public/r/styles/base-luma/alert.json +++ b/apps/v4/public/r/styles/base-luma/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/aspect-ratio.json b/apps/v4/public/r/styles/base-luma/aspect-ratio.json index f437f1472b..c0d975580d 100644 --- a/apps/v4/public/r/styles/base-luma/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-luma/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/avatar.json b/apps/v4/public/r/styles/base-luma/avatar.json index 1f4c61cef5..b188346414 100644 --- a/apps/v4/public/r/styles/base-luma/avatar.json +++ b/apps/v4/public/r/styles/base-luma/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/badge.json b/apps/v4/public/r/styles/base-luma/badge.json index cacc194cdd..c405504b47 100644 --- a/apps/v4/public/r/styles/base-luma/badge.json +++ b/apps/v4/public/r/styles/base-luma/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/breadcrumb.json b/apps/v4/public/r/styles/base-luma/breadcrumb.json index ce34c85fc0..540a95e52c 100644 --- a/apps/v4/public/r/styles/base-luma/breadcrumb.json +++ b/apps/v4/public/r/styles/base-luma/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/button-group.json b/apps/v4/public/r/styles/base-luma/button-group.json index e509c31720..4d32908db1 100644 --- a/apps/v4/public/r/styles/base-luma/button-group.json +++ b/apps/v4/public/r/styles/base-luma/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/button.json b/apps/v4/public/r/styles/base-luma/button.json index 8614049951..f9967448c7 100644 --- a/apps/v4/public/r/styles/base-luma/button.json +++ b/apps/v4/public/r/styles/base-luma/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/calendar.json b/apps/v4/public/r/styles/base-luma/calendar.json index 7db7995e33..7ac90fde5e 100644 --- a/apps/v4/public/r/styles/base-luma/calendar.json +++ b/apps/v4/public/r/styles/base-luma/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-luma/card.json b/apps/v4/public/r/styles/base-luma/card.json index 0b930ce695..7eff78c269 100644 --- a/apps/v4/public/r/styles/base-luma/card.json +++ b/apps/v4/public/r/styles/base-luma/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/carousel.json b/apps/v4/public/r/styles/base-luma/carousel.json index 3ff8cfd8e5..299fd6d2a0 100644 --- a/apps/v4/public/r/styles/base-luma/carousel.json +++ b/apps/v4/public/r/styles/base-luma/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-luma/chart.json b/apps/v4/public/r/styles/base-luma/chart.json index 5d393eb9ca..48def9f3bc 100644 --- a/apps/v4/public/r/styles/base-luma/chart.json +++ b/apps/v4/public/r/styles/base-luma/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/checkbox.json b/apps/v4/public/r/styles/base-luma/checkbox.json index 6ae0cefaee..f6b8404fe0 100644 --- a/apps/v4/public/r/styles/base-luma/checkbox.json +++ b/apps/v4/public/r/styles/base-luma/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/collapsible.json b/apps/v4/public/r/styles/base-luma/collapsible.json index b2c835f61c..b9f47f7a5f 100644 --- a/apps/v4/public/r/styles/base-luma/collapsible.json +++ b/apps/v4/public/r/styles/base-luma/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/combobox.json b/apps/v4/public/r/styles/base-luma/combobox.json index 736fbf6e30..214e513015 100644 --- a/apps/v4/public/r/styles/base-luma/combobox.json +++ b/apps/v4/public/r/styles/base-luma/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/command.json b/apps/v4/public/r/styles/base-luma/command.json index 56f23cbc6e..5c687bf4d2 100644 --- a/apps/v4/public/r/styles/base-luma/command.json +++ b/apps/v4/public/r/styles/base-luma/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-luma/context-menu.json b/apps/v4/public/r/styles/base-luma/context-menu.json index 8b287807d0..fdea1ce656 100644 --- a/apps/v4/public/r/styles/base-luma/context-menu.json +++ b/apps/v4/public/r/styles/base-luma/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/dialog.json b/apps/v4/public/r/styles/base-luma/dialog.json index 270db86092..c454097a87 100644 --- a/apps/v4/public/r/styles/base-luma/dialog.json +++ b/apps/v4/public/r/styles/base-luma/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/drawer.json b/apps/v4/public/r/styles/base-luma/drawer.json index 7d645b8418..e286adaeca 100644 --- a/apps/v4/public/r/styles/base-luma/drawer.json +++ b/apps/v4/public/r/styles/base-luma/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-luma/dropdown-menu.json b/apps/v4/public/r/styles/base-luma/dropdown-menu.json index d0dacd9b25..e22c179804 100644 --- a/apps/v4/public/r/styles/base-luma/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-luma/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/empty.json b/apps/v4/public/r/styles/base-luma/empty.json index 96b8012c1a..78032e6e52 100644 --- a/apps/v4/public/r/styles/base-luma/empty.json +++ b/apps/v4/public/r/styles/base-luma/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/field.json b/apps/v4/public/r/styles/base-luma/field.json index 82a3cf3dff..8dc98cefea 100644 --- a/apps/v4/public/r/styles/base-luma/field.json +++ b/apps/v4/public/r/styles/base-luma/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/hover-card.json b/apps/v4/public/r/styles/base-luma/hover-card.json index fa2dac14ac..1378afb095 100644 --- a/apps/v4/public/r/styles/base-luma/hover-card.json +++ b/apps/v4/public/r/styles/base-luma/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/input-group.json b/apps/v4/public/r/styles/base-luma/input-group.json index 2cbfaec37c..3b71ebfc4d 100644 --- a/apps/v4/public/r/styles/base-luma/input-group.json +++ b/apps/v4/public/r/styles/base-luma/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/input-otp.json b/apps/v4/public/r/styles/base-luma/input-otp.json index 667748240a..a7f30bd569 100644 --- a/apps/v4/public/r/styles/base-luma/input-otp.json +++ b/apps/v4/public/r/styles/base-luma/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-luma/input.json b/apps/v4/public/r/styles/base-luma/input.json index 0f53ce119c..d5ee5479bd 100644 --- a/apps/v4/public/r/styles/base-luma/input.json +++ b/apps/v4/public/r/styles/base-luma/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/item.json b/apps/v4/public/r/styles/base-luma/item.json index aea244f585..eab31eeef7 100644 --- a/apps/v4/public/r/styles/base-luma/item.json +++ b/apps/v4/public/r/styles/base-luma/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/kbd.json b/apps/v4/public/r/styles/base-luma/kbd.json index 59cadeb36b..a424189ef4 100644 --- a/apps/v4/public/r/styles/base-luma/kbd.json +++ b/apps/v4/public/r/styles/base-luma/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/label.json b/apps/v4/public/r/styles/base-luma/label.json index 15ca423d6e..9cc037e606 100644 --- a/apps/v4/public/r/styles/base-luma/label.json +++ b/apps/v4/public/r/styles/base-luma/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/menubar.json b/apps/v4/public/r/styles/base-luma/menubar.json index d41c712e0b..c1c91bd0f8 100644 --- a/apps/v4/public/r/styles/base-luma/menubar.json +++ b/apps/v4/public/r/styles/base-luma/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/native-select.json b/apps/v4/public/r/styles/base-luma/native-select.json index 9be3fea89d..f0f2d4a2ce 100644 --- a/apps/v4/public/r/styles/base-luma/native-select.json +++ b/apps/v4/public/r/styles/base-luma/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/navigation-menu.json b/apps/v4/public/r/styles/base-luma/navigation-menu.json index 298773de82..da0d81e8e8 100644 --- a/apps/v4/public/r/styles/base-luma/navigation-menu.json +++ b/apps/v4/public/r/styles/base-luma/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/pagination.json b/apps/v4/public/r/styles/base-luma/pagination.json index af3bc022a7..818cec728d 100644 --- a/apps/v4/public/r/styles/base-luma/pagination.json +++ b/apps/v4/public/r/styles/base-luma/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/popover.json b/apps/v4/public/r/styles/base-luma/popover.json index 16f5a3d672..271fe3f52b 100644 --- a/apps/v4/public/r/styles/base-luma/popover.json +++ b/apps/v4/public/r/styles/base-luma/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/progress.json b/apps/v4/public/r/styles/base-luma/progress.json index 9ecd2e2690..00696d04a8 100644 --- a/apps/v4/public/r/styles/base-luma/progress.json +++ b/apps/v4/public/r/styles/base-luma/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/radio-group.json b/apps/v4/public/r/styles/base-luma/radio-group.json index 2a6a920008..17668e7a54 100644 --- a/apps/v4/public/r/styles/base-luma/radio-group.json +++ b/apps/v4/public/r/styles/base-luma/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/registry.json b/apps/v4/public/r/styles/base-luma/registry.json index 27f8a36af1..c748a29d36 100644 --- a/apps/v4/public/r/styles/base-luma/registry.json +++ b/apps/v4/public/r/styles/base-luma/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/resizable.json b/apps/v4/public/r/styles/base-luma/resizable.json index e62bc55457..d01cfc2da5 100644 --- a/apps/v4/public/r/styles/base-luma/resizable.json +++ b/apps/v4/public/r/styles/base-luma/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-luma/scroll-area.json b/apps/v4/public/r/styles/base-luma/scroll-area.json index 11e412ba29..86ba728362 100644 --- a/apps/v4/public/r/styles/base-luma/scroll-area.json +++ b/apps/v4/public/r/styles/base-luma/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/select.json b/apps/v4/public/r/styles/base-luma/select.json index ecc93a9230..ab5dd84f68 100644 --- a/apps/v4/public/r/styles/base-luma/select.json +++ b/apps/v4/public/r/styles/base-luma/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/separator.json b/apps/v4/public/r/styles/base-luma/separator.json index c7a6df1d90..0300a8526c 100644 --- a/apps/v4/public/r/styles/base-luma/separator.json +++ b/apps/v4/public/r/styles/base-luma/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/sheet.json b/apps/v4/public/r/styles/base-luma/sheet.json index 7e1bc77ee3..b43a0c7151 100644 --- a/apps/v4/public/r/styles/base-luma/sheet.json +++ b/apps/v4/public/r/styles/base-luma/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/sidebar.json b/apps/v4/public/r/styles/base-luma/sidebar.json index 297579f62c..0596cfd341 100644 --- a/apps/v4/public/r/styles/base-luma/sidebar.json +++ b/apps/v4/public/r/styles/base-luma/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/skeleton.json b/apps/v4/public/r/styles/base-luma/skeleton.json index d67b476da9..3629d00188 100644 --- a/apps/v4/public/r/styles/base-luma/skeleton.json +++ b/apps/v4/public/r/styles/base-luma/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/slider.json b/apps/v4/public/r/styles/base-luma/slider.json index 157d7ca68c..be56af6bed 100644 --- a/apps/v4/public/r/styles/base-luma/slider.json +++ b/apps/v4/public/r/styles/base-luma/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/sonner.json b/apps/v4/public/r/styles/base-luma/sonner.json index 3c9a975449..d64d4c6322 100644 --- a/apps/v4/public/r/styles/base-luma/sonner.json +++ b/apps/v4/public/r/styles/base-luma/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-luma/spinner.json b/apps/v4/public/r/styles/base-luma/spinner.json index b00025ba42..da98d27258 100644 --- a/apps/v4/public/r/styles/base-luma/spinner.json +++ b/apps/v4/public/r/styles/base-luma/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/switch.json b/apps/v4/public/r/styles/base-luma/switch.json index 1722a498ab..34c8142850 100644 --- a/apps/v4/public/r/styles/base-luma/switch.json +++ b/apps/v4/public/r/styles/base-luma/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/table.json b/apps/v4/public/r/styles/base-luma/table.json index 12e1031843..3bd47f3206 100644 --- a/apps/v4/public/r/styles/base-luma/table.json +++ b/apps/v4/public/r/styles/base-luma/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/tabs.json b/apps/v4/public/r/styles/base-luma/tabs.json index 007b722cdb..b8830fbfea 100644 --- a/apps/v4/public/r/styles/base-luma/tabs.json +++ b/apps/v4/public/r/styles/base-luma/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/textarea.json b/apps/v4/public/r/styles/base-luma/textarea.json index b846796d2e..da3b3f5e10 100644 --- a/apps/v4/public/r/styles/base-luma/textarea.json +++ b/apps/v4/public/r/styles/base-luma/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-luma/toggle-group.json b/apps/v4/public/r/styles/base-luma/toggle-group.json index 47d27a42f6..6e5c8c8007 100644 --- a/apps/v4/public/r/styles/base-luma/toggle-group.json +++ b/apps/v4/public/r/styles/base-luma/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/toggle.json b/apps/v4/public/r/styles/base-luma/toggle.json index 2bef76bfda..d29bef0331 100644 --- a/apps/v4/public/r/styles/base-luma/toggle.json +++ b/apps/v4/public/r/styles/base-luma/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-luma/tooltip.json b/apps/v4/public/r/styles/base-luma/tooltip.json index 8610f0f883..cab7363049 100644 --- a/apps/v4/public/r/styles/base-luma/tooltip.json +++ b/apps/v4/public/r/styles/base-luma/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/accordion.json b/apps/v4/public/r/styles/base-lyra/accordion.json index 543ad1d031..b0a9dc32e2 100644 --- a/apps/v4/public/r/styles/base-lyra/accordion.json +++ b/apps/v4/public/r/styles/base-lyra/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/alert-dialog.json b/apps/v4/public/r/styles/base-lyra/alert-dialog.json index 1253ae3162..282c17a40e 100644 --- a/apps/v4/public/r/styles/base-lyra/alert-dialog.json +++ b/apps/v4/public/r/styles/base-lyra/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/alert.json b/apps/v4/public/r/styles/base-lyra/alert.json index 08c185c066..5de4f53d03 100644 --- a/apps/v4/public/r/styles/base-lyra/alert.json +++ b/apps/v4/public/r/styles/base-lyra/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/aspect-ratio.json b/apps/v4/public/r/styles/base-lyra/aspect-ratio.json index e983c588ae..b68ba3b177 100644 --- a/apps/v4/public/r/styles/base-lyra/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-lyra/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/avatar.json b/apps/v4/public/r/styles/base-lyra/avatar.json index 0ca47f1c8b..1ca45ae98e 100644 --- a/apps/v4/public/r/styles/base-lyra/avatar.json +++ b/apps/v4/public/r/styles/base-lyra/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/badge.json b/apps/v4/public/r/styles/base-lyra/badge.json index 278f62c145..4a7acce185 100644 --- a/apps/v4/public/r/styles/base-lyra/badge.json +++ b/apps/v4/public/r/styles/base-lyra/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/breadcrumb.json b/apps/v4/public/r/styles/base-lyra/breadcrumb.json index ed34938c90..9a2beab961 100644 --- a/apps/v4/public/r/styles/base-lyra/breadcrumb.json +++ b/apps/v4/public/r/styles/base-lyra/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/button-group.json b/apps/v4/public/r/styles/base-lyra/button-group.json index 43c0e4fc4c..b04b162c3b 100644 --- a/apps/v4/public/r/styles/base-lyra/button-group.json +++ b/apps/v4/public/r/styles/base-lyra/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/button.json b/apps/v4/public/r/styles/base-lyra/button.json index dcc1632416..a58014fe4a 100644 --- a/apps/v4/public/r/styles/base-lyra/button.json +++ b/apps/v4/public/r/styles/base-lyra/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/calendar.json b/apps/v4/public/r/styles/base-lyra/calendar.json index ea80d99d4c..46570ebc2b 100644 --- a/apps/v4/public/r/styles/base-lyra/calendar.json +++ b/apps/v4/public/r/styles/base-lyra/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-lyra/card.json b/apps/v4/public/r/styles/base-lyra/card.json index c3491751eb..396187b5d6 100644 --- a/apps/v4/public/r/styles/base-lyra/card.json +++ b/apps/v4/public/r/styles/base-lyra/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/carousel.json b/apps/v4/public/r/styles/base-lyra/carousel.json index 96bd3bd548..567d1d0d23 100644 --- a/apps/v4/public/r/styles/base-lyra/carousel.json +++ b/apps/v4/public/r/styles/base-lyra/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-lyra/chart.json b/apps/v4/public/r/styles/base-lyra/chart.json index aeddcf561b..c50fb48c2b 100644 --- a/apps/v4/public/r/styles/base-lyra/chart.json +++ b/apps/v4/public/r/styles/base-lyra/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/checkbox.json b/apps/v4/public/r/styles/base-lyra/checkbox.json index 78fabce030..58cde45818 100644 --- a/apps/v4/public/r/styles/base-lyra/checkbox.json +++ b/apps/v4/public/r/styles/base-lyra/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/collapsible.json b/apps/v4/public/r/styles/base-lyra/collapsible.json index 7e9c785d4d..97c3f1db91 100644 --- a/apps/v4/public/r/styles/base-lyra/collapsible.json +++ b/apps/v4/public/r/styles/base-lyra/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/combobox.json b/apps/v4/public/r/styles/base-lyra/combobox.json index 4f6b02d9ec..67b34ae1da 100644 --- a/apps/v4/public/r/styles/base-lyra/combobox.json +++ b/apps/v4/public/r/styles/base-lyra/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/command.json b/apps/v4/public/r/styles/base-lyra/command.json index 1838c1c52c..199742b7a9 100644 --- a/apps/v4/public/r/styles/base-lyra/command.json +++ b/apps/v4/public/r/styles/base-lyra/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-lyra/context-menu.json b/apps/v4/public/r/styles/base-lyra/context-menu.json index ab02516458..324f0559d2 100644 --- a/apps/v4/public/r/styles/base-lyra/context-menu.json +++ b/apps/v4/public/r/styles/base-lyra/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/dialog.json b/apps/v4/public/r/styles/base-lyra/dialog.json index 15b7c44726..3fe3b3acb7 100644 --- a/apps/v4/public/r/styles/base-lyra/dialog.json +++ b/apps/v4/public/r/styles/base-lyra/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/drawer.json b/apps/v4/public/r/styles/base-lyra/drawer.json index a763c431dd..fe97127676 100644 --- a/apps/v4/public/r/styles/base-lyra/drawer.json +++ b/apps/v4/public/r/styles/base-lyra/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-lyra/dropdown-menu.json b/apps/v4/public/r/styles/base-lyra/dropdown-menu.json index 1d5f027d99..1796410709 100644 --- a/apps/v4/public/r/styles/base-lyra/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-lyra/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/empty.json b/apps/v4/public/r/styles/base-lyra/empty.json index 6006701c21..38b87420e9 100644 --- a/apps/v4/public/r/styles/base-lyra/empty.json +++ b/apps/v4/public/r/styles/base-lyra/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/field.json b/apps/v4/public/r/styles/base-lyra/field.json index 24b524ebac..2d41b3e80c 100644 --- a/apps/v4/public/r/styles/base-lyra/field.json +++ b/apps/v4/public/r/styles/base-lyra/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/hover-card.json b/apps/v4/public/r/styles/base-lyra/hover-card.json index d245904808..3fe31b3e87 100644 --- a/apps/v4/public/r/styles/base-lyra/hover-card.json +++ b/apps/v4/public/r/styles/base-lyra/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/input-group.json b/apps/v4/public/r/styles/base-lyra/input-group.json index 4b610488cf..ff31a12720 100644 --- a/apps/v4/public/r/styles/base-lyra/input-group.json +++ b/apps/v4/public/r/styles/base-lyra/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/input-otp.json b/apps/v4/public/r/styles/base-lyra/input-otp.json index bdafbd7e5a..acb2dcf3e1 100644 --- a/apps/v4/public/r/styles/base-lyra/input-otp.json +++ b/apps/v4/public/r/styles/base-lyra/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-lyra/input.json b/apps/v4/public/r/styles/base-lyra/input.json index a931276e50..fe380caec1 100644 --- a/apps/v4/public/r/styles/base-lyra/input.json +++ b/apps/v4/public/r/styles/base-lyra/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/item.json b/apps/v4/public/r/styles/base-lyra/item.json index c499dd5a8f..0bc9068265 100644 --- a/apps/v4/public/r/styles/base-lyra/item.json +++ b/apps/v4/public/r/styles/base-lyra/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/kbd.json b/apps/v4/public/r/styles/base-lyra/kbd.json index 6e7ae41672..df61335015 100644 --- a/apps/v4/public/r/styles/base-lyra/kbd.json +++ b/apps/v4/public/r/styles/base-lyra/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/label.json b/apps/v4/public/r/styles/base-lyra/label.json index 7e277700b0..dab51d8518 100644 --- a/apps/v4/public/r/styles/base-lyra/label.json +++ b/apps/v4/public/r/styles/base-lyra/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/menubar.json b/apps/v4/public/r/styles/base-lyra/menubar.json index f32621c303..9606303d0d 100644 --- a/apps/v4/public/r/styles/base-lyra/menubar.json +++ b/apps/v4/public/r/styles/base-lyra/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/native-select.json b/apps/v4/public/r/styles/base-lyra/native-select.json index b03a23b8f5..39449553d4 100644 --- a/apps/v4/public/r/styles/base-lyra/native-select.json +++ b/apps/v4/public/r/styles/base-lyra/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/navigation-menu.json b/apps/v4/public/r/styles/base-lyra/navigation-menu.json index 96d2494fb9..83b3c5da75 100644 --- a/apps/v4/public/r/styles/base-lyra/navigation-menu.json +++ b/apps/v4/public/r/styles/base-lyra/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/pagination.json b/apps/v4/public/r/styles/base-lyra/pagination.json index 10c693f6bd..baae7e06c8 100644 --- a/apps/v4/public/r/styles/base-lyra/pagination.json +++ b/apps/v4/public/r/styles/base-lyra/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/popover.json b/apps/v4/public/r/styles/base-lyra/popover.json index 279b882ddc..74479753c8 100644 --- a/apps/v4/public/r/styles/base-lyra/popover.json +++ b/apps/v4/public/r/styles/base-lyra/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/progress.json b/apps/v4/public/r/styles/base-lyra/progress.json index 1bf1a821ba..807e793193 100644 --- a/apps/v4/public/r/styles/base-lyra/progress.json +++ b/apps/v4/public/r/styles/base-lyra/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/radio-group.json b/apps/v4/public/r/styles/base-lyra/radio-group.json index aeb45c228e..8abf593fc2 100644 --- a/apps/v4/public/r/styles/base-lyra/radio-group.json +++ b/apps/v4/public/r/styles/base-lyra/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/registry.json b/apps/v4/public/r/styles/base-lyra/registry.json index e5d28a57c8..9035d3e875 100644 --- a/apps/v4/public/r/styles/base-lyra/registry.json +++ b/apps/v4/public/r/styles/base-lyra/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/resizable.json b/apps/v4/public/r/styles/base-lyra/resizable.json index ae2b4c136b..f5071055a8 100644 --- a/apps/v4/public/r/styles/base-lyra/resizable.json +++ b/apps/v4/public/r/styles/base-lyra/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-lyra/scroll-area.json b/apps/v4/public/r/styles/base-lyra/scroll-area.json index e2186ef8d0..3f4274d9a6 100644 --- a/apps/v4/public/r/styles/base-lyra/scroll-area.json +++ b/apps/v4/public/r/styles/base-lyra/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/select.json b/apps/v4/public/r/styles/base-lyra/select.json index 961471d01f..3ac1344580 100644 --- a/apps/v4/public/r/styles/base-lyra/select.json +++ b/apps/v4/public/r/styles/base-lyra/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/separator.json b/apps/v4/public/r/styles/base-lyra/separator.json index 62153d6b18..50a4526447 100644 --- a/apps/v4/public/r/styles/base-lyra/separator.json +++ b/apps/v4/public/r/styles/base-lyra/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/sheet.json b/apps/v4/public/r/styles/base-lyra/sheet.json index e67d236879..76a9bf3190 100644 --- a/apps/v4/public/r/styles/base-lyra/sheet.json +++ b/apps/v4/public/r/styles/base-lyra/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/sidebar.json b/apps/v4/public/r/styles/base-lyra/sidebar.json index ccfc128bc0..5c37fecf1d 100644 --- a/apps/v4/public/r/styles/base-lyra/sidebar.json +++ b/apps/v4/public/r/styles/base-lyra/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/skeleton.json b/apps/v4/public/r/styles/base-lyra/skeleton.json index 80e9f11afa..7bcdf7b6f1 100644 --- a/apps/v4/public/r/styles/base-lyra/skeleton.json +++ b/apps/v4/public/r/styles/base-lyra/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/slider.json b/apps/v4/public/r/styles/base-lyra/slider.json index bf86ab7224..dc4d2c3a55 100644 --- a/apps/v4/public/r/styles/base-lyra/slider.json +++ b/apps/v4/public/r/styles/base-lyra/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/sonner.json b/apps/v4/public/r/styles/base-lyra/sonner.json index 79d75d79f3..8822354c42 100644 --- a/apps/v4/public/r/styles/base-lyra/sonner.json +++ b/apps/v4/public/r/styles/base-lyra/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-lyra/spinner.json b/apps/v4/public/r/styles/base-lyra/spinner.json index cf6748a112..457f1e866f 100644 --- a/apps/v4/public/r/styles/base-lyra/spinner.json +++ b/apps/v4/public/r/styles/base-lyra/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/switch.json b/apps/v4/public/r/styles/base-lyra/switch.json index fbb40f3e7a..ca38eee8c2 100644 --- a/apps/v4/public/r/styles/base-lyra/switch.json +++ b/apps/v4/public/r/styles/base-lyra/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/table.json b/apps/v4/public/r/styles/base-lyra/table.json index c624676aa5..c5d174f9e8 100644 --- a/apps/v4/public/r/styles/base-lyra/table.json +++ b/apps/v4/public/r/styles/base-lyra/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/tabs.json b/apps/v4/public/r/styles/base-lyra/tabs.json index 5c6db3a637..2d82811db4 100644 --- a/apps/v4/public/r/styles/base-lyra/tabs.json +++ b/apps/v4/public/r/styles/base-lyra/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/textarea.json b/apps/v4/public/r/styles/base-lyra/textarea.json index 7375ecfd7c..9bd69e401b 100644 --- a/apps/v4/public/r/styles/base-lyra/textarea.json +++ b/apps/v4/public/r/styles/base-lyra/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-lyra/toggle-group.json b/apps/v4/public/r/styles/base-lyra/toggle-group.json index 28243787f2..44df803e96 100644 --- a/apps/v4/public/r/styles/base-lyra/toggle-group.json +++ b/apps/v4/public/r/styles/base-lyra/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/toggle.json b/apps/v4/public/r/styles/base-lyra/toggle.json index 08955753ed..03309fab23 100644 --- a/apps/v4/public/r/styles/base-lyra/toggle.json +++ b/apps/v4/public/r/styles/base-lyra/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-lyra/tooltip.json b/apps/v4/public/r/styles/base-lyra/tooltip.json index 68f32bb56a..9201295725 100644 --- a/apps/v4/public/r/styles/base-lyra/tooltip.json +++ b/apps/v4/public/r/styles/base-lyra/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/accordion.json b/apps/v4/public/r/styles/base-maia/accordion.json index 59d1813086..2b00b9ef7a 100644 --- a/apps/v4/public/r/styles/base-maia/accordion.json +++ b/apps/v4/public/r/styles/base-maia/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/alert-dialog.json b/apps/v4/public/r/styles/base-maia/alert-dialog.json index e3c2ad10b4..c0e8e53b0f 100644 --- a/apps/v4/public/r/styles/base-maia/alert-dialog.json +++ b/apps/v4/public/r/styles/base-maia/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/alert.json b/apps/v4/public/r/styles/base-maia/alert.json index 4ca9653afe..b019746119 100644 --- a/apps/v4/public/r/styles/base-maia/alert.json +++ b/apps/v4/public/r/styles/base-maia/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/aspect-ratio.json b/apps/v4/public/r/styles/base-maia/aspect-ratio.json index 7f010234ee..6d39cd9363 100644 --- a/apps/v4/public/r/styles/base-maia/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-maia/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/avatar.json b/apps/v4/public/r/styles/base-maia/avatar.json index 562e8a7f70..205848abad 100644 --- a/apps/v4/public/r/styles/base-maia/avatar.json +++ b/apps/v4/public/r/styles/base-maia/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/badge.json b/apps/v4/public/r/styles/base-maia/badge.json index a17a2c2fc6..9a8f51d344 100644 --- a/apps/v4/public/r/styles/base-maia/badge.json +++ b/apps/v4/public/r/styles/base-maia/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/breadcrumb.json b/apps/v4/public/r/styles/base-maia/breadcrumb.json index 7e9c5f3603..7df1ffcc70 100644 --- a/apps/v4/public/r/styles/base-maia/breadcrumb.json +++ b/apps/v4/public/r/styles/base-maia/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/button-group.json b/apps/v4/public/r/styles/base-maia/button-group.json index a6e4534cf1..d4ce96b089 100644 --- a/apps/v4/public/r/styles/base-maia/button-group.json +++ b/apps/v4/public/r/styles/base-maia/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/button.json b/apps/v4/public/r/styles/base-maia/button.json index 63a1f04c09..6701360c70 100644 --- a/apps/v4/public/r/styles/base-maia/button.json +++ b/apps/v4/public/r/styles/base-maia/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/calendar.json b/apps/v4/public/r/styles/base-maia/calendar.json index 0b20a154bc..fefa97c959 100644 --- a/apps/v4/public/r/styles/base-maia/calendar.json +++ b/apps/v4/public/r/styles/base-maia/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-maia/card.json b/apps/v4/public/r/styles/base-maia/card.json index 63ca914117..7215aa7427 100644 --- a/apps/v4/public/r/styles/base-maia/card.json +++ b/apps/v4/public/r/styles/base-maia/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/carousel.json b/apps/v4/public/r/styles/base-maia/carousel.json index 6abcfffb37..3c934e204d 100644 --- a/apps/v4/public/r/styles/base-maia/carousel.json +++ b/apps/v4/public/r/styles/base-maia/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-maia/chart.json b/apps/v4/public/r/styles/base-maia/chart.json index 8bac800685..3ae8f7200e 100644 --- a/apps/v4/public/r/styles/base-maia/chart.json +++ b/apps/v4/public/r/styles/base-maia/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/checkbox.json b/apps/v4/public/r/styles/base-maia/checkbox.json index afaebdd67c..41de735c5c 100644 --- a/apps/v4/public/r/styles/base-maia/checkbox.json +++ b/apps/v4/public/r/styles/base-maia/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/collapsible.json b/apps/v4/public/r/styles/base-maia/collapsible.json index c3948023b9..e78cb7a729 100644 --- a/apps/v4/public/r/styles/base-maia/collapsible.json +++ b/apps/v4/public/r/styles/base-maia/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/combobox.json b/apps/v4/public/r/styles/base-maia/combobox.json index f84cd5525d..4d8e7736c6 100644 --- a/apps/v4/public/r/styles/base-maia/combobox.json +++ b/apps/v4/public/r/styles/base-maia/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/command.json b/apps/v4/public/r/styles/base-maia/command.json index 94a3ac749e..c40ab20128 100644 --- a/apps/v4/public/r/styles/base-maia/command.json +++ b/apps/v4/public/r/styles/base-maia/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-maia/context-menu.json b/apps/v4/public/r/styles/base-maia/context-menu.json index 3f3ffabdc6..17c6f9fced 100644 --- a/apps/v4/public/r/styles/base-maia/context-menu.json +++ b/apps/v4/public/r/styles/base-maia/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/dialog.json b/apps/v4/public/r/styles/base-maia/dialog.json index 7c1d9cc820..e3e8cfc0f3 100644 --- a/apps/v4/public/r/styles/base-maia/dialog.json +++ b/apps/v4/public/r/styles/base-maia/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/drawer.json b/apps/v4/public/r/styles/base-maia/drawer.json index 104a4ab1e1..f343572ea7 100644 --- a/apps/v4/public/r/styles/base-maia/drawer.json +++ b/apps/v4/public/r/styles/base-maia/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-maia/dropdown-menu.json b/apps/v4/public/r/styles/base-maia/dropdown-menu.json index 9c0127e6ea..a052752fa0 100644 --- a/apps/v4/public/r/styles/base-maia/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-maia/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/empty.json b/apps/v4/public/r/styles/base-maia/empty.json index 69edbbbc09..24138a6cec 100644 --- a/apps/v4/public/r/styles/base-maia/empty.json +++ b/apps/v4/public/r/styles/base-maia/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/field.json b/apps/v4/public/r/styles/base-maia/field.json index c27093338a..be286258e3 100644 --- a/apps/v4/public/r/styles/base-maia/field.json +++ b/apps/v4/public/r/styles/base-maia/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/hover-card.json b/apps/v4/public/r/styles/base-maia/hover-card.json index 08c4763a68..eb943faaad 100644 --- a/apps/v4/public/r/styles/base-maia/hover-card.json +++ b/apps/v4/public/r/styles/base-maia/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/input-group.json b/apps/v4/public/r/styles/base-maia/input-group.json index 76d31c5a94..dba836cad1 100644 --- a/apps/v4/public/r/styles/base-maia/input-group.json +++ b/apps/v4/public/r/styles/base-maia/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/input-otp.json b/apps/v4/public/r/styles/base-maia/input-otp.json index d49c1cad48..ec0564437f 100644 --- a/apps/v4/public/r/styles/base-maia/input-otp.json +++ b/apps/v4/public/r/styles/base-maia/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-maia/input.json b/apps/v4/public/r/styles/base-maia/input.json index 7439b92b87..d52d3c824c 100644 --- a/apps/v4/public/r/styles/base-maia/input.json +++ b/apps/v4/public/r/styles/base-maia/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/item.json b/apps/v4/public/r/styles/base-maia/item.json index fe2943140f..7b06cac3d1 100644 --- a/apps/v4/public/r/styles/base-maia/item.json +++ b/apps/v4/public/r/styles/base-maia/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/kbd.json b/apps/v4/public/r/styles/base-maia/kbd.json index 63b57ceb47..c88bd7fbaa 100644 --- a/apps/v4/public/r/styles/base-maia/kbd.json +++ b/apps/v4/public/r/styles/base-maia/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/label.json b/apps/v4/public/r/styles/base-maia/label.json index 083b54af63..58570c5f72 100644 --- a/apps/v4/public/r/styles/base-maia/label.json +++ b/apps/v4/public/r/styles/base-maia/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/menubar.json b/apps/v4/public/r/styles/base-maia/menubar.json index 8a0e73220e..15dff17a1d 100644 --- a/apps/v4/public/r/styles/base-maia/menubar.json +++ b/apps/v4/public/r/styles/base-maia/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/native-select.json b/apps/v4/public/r/styles/base-maia/native-select.json index 14a0e4a11b..ccf08e4924 100644 --- a/apps/v4/public/r/styles/base-maia/native-select.json +++ b/apps/v4/public/r/styles/base-maia/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/navigation-menu.json b/apps/v4/public/r/styles/base-maia/navigation-menu.json index cf0000e2da..4507d167be 100644 --- a/apps/v4/public/r/styles/base-maia/navigation-menu.json +++ b/apps/v4/public/r/styles/base-maia/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/pagination.json b/apps/v4/public/r/styles/base-maia/pagination.json index 38fc23d92e..29caf94acb 100644 --- a/apps/v4/public/r/styles/base-maia/pagination.json +++ b/apps/v4/public/r/styles/base-maia/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/popover.json b/apps/v4/public/r/styles/base-maia/popover.json index adb0dc030a..f1bca64688 100644 --- a/apps/v4/public/r/styles/base-maia/popover.json +++ b/apps/v4/public/r/styles/base-maia/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/progress.json b/apps/v4/public/r/styles/base-maia/progress.json index 2cfe255bab..f9bdf83d83 100644 --- a/apps/v4/public/r/styles/base-maia/progress.json +++ b/apps/v4/public/r/styles/base-maia/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/radio-group.json b/apps/v4/public/r/styles/base-maia/radio-group.json index 16ffa5535f..ee980afdc4 100644 --- a/apps/v4/public/r/styles/base-maia/radio-group.json +++ b/apps/v4/public/r/styles/base-maia/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/registry.json b/apps/v4/public/r/styles/base-maia/registry.json index db42598474..1ff199e865 100644 --- a/apps/v4/public/r/styles/base-maia/registry.json +++ b/apps/v4/public/r/styles/base-maia/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/resizable.json b/apps/v4/public/r/styles/base-maia/resizable.json index 1523cf2f01..4b8c7b8b14 100644 --- a/apps/v4/public/r/styles/base-maia/resizable.json +++ b/apps/v4/public/r/styles/base-maia/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-maia/scroll-area.json b/apps/v4/public/r/styles/base-maia/scroll-area.json index 1efdf0ef6c..8b6cd59c79 100644 --- a/apps/v4/public/r/styles/base-maia/scroll-area.json +++ b/apps/v4/public/r/styles/base-maia/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/select.json b/apps/v4/public/r/styles/base-maia/select.json index 4bb2798b95..2d00b5ca3d 100644 --- a/apps/v4/public/r/styles/base-maia/select.json +++ b/apps/v4/public/r/styles/base-maia/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/separator.json b/apps/v4/public/r/styles/base-maia/separator.json index f5e78431de..07da211062 100644 --- a/apps/v4/public/r/styles/base-maia/separator.json +++ b/apps/v4/public/r/styles/base-maia/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/sheet.json b/apps/v4/public/r/styles/base-maia/sheet.json index 50642ed96f..8e72040f8a 100644 --- a/apps/v4/public/r/styles/base-maia/sheet.json +++ b/apps/v4/public/r/styles/base-maia/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/sidebar.json b/apps/v4/public/r/styles/base-maia/sidebar.json index 07579ae13a..c454be8d8c 100644 --- a/apps/v4/public/r/styles/base-maia/sidebar.json +++ b/apps/v4/public/r/styles/base-maia/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/skeleton.json b/apps/v4/public/r/styles/base-maia/skeleton.json index 3001f9d26b..3313ae816a 100644 --- a/apps/v4/public/r/styles/base-maia/skeleton.json +++ b/apps/v4/public/r/styles/base-maia/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/slider.json b/apps/v4/public/r/styles/base-maia/slider.json index 7dff55b056..8f3e8e549d 100644 --- a/apps/v4/public/r/styles/base-maia/slider.json +++ b/apps/v4/public/r/styles/base-maia/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/sonner.json b/apps/v4/public/r/styles/base-maia/sonner.json index 7210be4116..9ffe8cb851 100644 --- a/apps/v4/public/r/styles/base-maia/sonner.json +++ b/apps/v4/public/r/styles/base-maia/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-maia/spinner.json b/apps/v4/public/r/styles/base-maia/spinner.json index bafb6a9fdc..2424c84842 100644 --- a/apps/v4/public/r/styles/base-maia/spinner.json +++ b/apps/v4/public/r/styles/base-maia/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/switch.json b/apps/v4/public/r/styles/base-maia/switch.json index 49ac396b68..ec7ceb4c39 100644 --- a/apps/v4/public/r/styles/base-maia/switch.json +++ b/apps/v4/public/r/styles/base-maia/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/table.json b/apps/v4/public/r/styles/base-maia/table.json index d53e04d7ce..4182bf9965 100644 --- a/apps/v4/public/r/styles/base-maia/table.json +++ b/apps/v4/public/r/styles/base-maia/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/tabs.json b/apps/v4/public/r/styles/base-maia/tabs.json index 04e1719ae9..e8f382fabe 100644 --- a/apps/v4/public/r/styles/base-maia/tabs.json +++ b/apps/v4/public/r/styles/base-maia/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/textarea.json b/apps/v4/public/r/styles/base-maia/textarea.json index dfea610b14..003a0e8c27 100644 --- a/apps/v4/public/r/styles/base-maia/textarea.json +++ b/apps/v4/public/r/styles/base-maia/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-maia/toggle-group.json b/apps/v4/public/r/styles/base-maia/toggle-group.json index 3ad285bb11..78a44efac8 100644 --- a/apps/v4/public/r/styles/base-maia/toggle-group.json +++ b/apps/v4/public/r/styles/base-maia/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/toggle.json b/apps/v4/public/r/styles/base-maia/toggle.json index c515641169..54b76618bb 100644 --- a/apps/v4/public/r/styles/base-maia/toggle.json +++ b/apps/v4/public/r/styles/base-maia/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-maia/tooltip.json b/apps/v4/public/r/styles/base-maia/tooltip.json index eecd5234bc..3290ece581 100644 --- a/apps/v4/public/r/styles/base-maia/tooltip.json +++ b/apps/v4/public/r/styles/base-maia/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/accordion.json b/apps/v4/public/r/styles/base-mira/accordion.json index ec5101d6bd..41331e9988 100644 --- a/apps/v4/public/r/styles/base-mira/accordion.json +++ b/apps/v4/public/r/styles/base-mira/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/alert-dialog.json b/apps/v4/public/r/styles/base-mira/alert-dialog.json index 34994d84ec..3a200435c1 100644 --- a/apps/v4/public/r/styles/base-mira/alert-dialog.json +++ b/apps/v4/public/r/styles/base-mira/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/alert.json b/apps/v4/public/r/styles/base-mira/alert.json index 47548fb7db..076e8064af 100644 --- a/apps/v4/public/r/styles/base-mira/alert.json +++ b/apps/v4/public/r/styles/base-mira/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/aspect-ratio.json b/apps/v4/public/r/styles/base-mira/aspect-ratio.json index 2eb609a5ba..c5d33f54d1 100644 --- a/apps/v4/public/r/styles/base-mira/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-mira/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/avatar.json b/apps/v4/public/r/styles/base-mira/avatar.json index 7e298b625a..4a8dfa08f3 100644 --- a/apps/v4/public/r/styles/base-mira/avatar.json +++ b/apps/v4/public/r/styles/base-mira/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/badge.json b/apps/v4/public/r/styles/base-mira/badge.json index eda6428956..a0233609a5 100644 --- a/apps/v4/public/r/styles/base-mira/badge.json +++ b/apps/v4/public/r/styles/base-mira/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/breadcrumb.json b/apps/v4/public/r/styles/base-mira/breadcrumb.json index 6b72f62606..522b5257f1 100644 --- a/apps/v4/public/r/styles/base-mira/breadcrumb.json +++ b/apps/v4/public/r/styles/base-mira/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/button-group.json b/apps/v4/public/r/styles/base-mira/button-group.json index 86bcec60e5..aec1a24bc8 100644 --- a/apps/v4/public/r/styles/base-mira/button-group.json +++ b/apps/v4/public/r/styles/base-mira/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/button.json b/apps/v4/public/r/styles/base-mira/button.json index f7c8e9ac1d..2c2e517140 100644 --- a/apps/v4/public/r/styles/base-mira/button.json +++ b/apps/v4/public/r/styles/base-mira/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/calendar.json b/apps/v4/public/r/styles/base-mira/calendar.json index 95f13a717c..8dc5caa9ed 100644 --- a/apps/v4/public/r/styles/base-mira/calendar.json +++ b/apps/v4/public/r/styles/base-mira/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-mira/card.json b/apps/v4/public/r/styles/base-mira/card.json index 7b24b8b333..289fc88da8 100644 --- a/apps/v4/public/r/styles/base-mira/card.json +++ b/apps/v4/public/r/styles/base-mira/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/carousel.json b/apps/v4/public/r/styles/base-mira/carousel.json index f88f94f7b5..56acc26154 100644 --- a/apps/v4/public/r/styles/base-mira/carousel.json +++ b/apps/v4/public/r/styles/base-mira/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-mira/chart.json b/apps/v4/public/r/styles/base-mira/chart.json index 25ba3376bd..fa63e93cf4 100644 --- a/apps/v4/public/r/styles/base-mira/chart.json +++ b/apps/v4/public/r/styles/base-mira/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/checkbox.json b/apps/v4/public/r/styles/base-mira/checkbox.json index 4a3a0cb827..29f9c470ee 100644 --- a/apps/v4/public/r/styles/base-mira/checkbox.json +++ b/apps/v4/public/r/styles/base-mira/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/collapsible.json b/apps/v4/public/r/styles/base-mira/collapsible.json index 1c57fbf703..fb1ce2529f 100644 --- a/apps/v4/public/r/styles/base-mira/collapsible.json +++ b/apps/v4/public/r/styles/base-mira/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/combobox.json b/apps/v4/public/r/styles/base-mira/combobox.json index ff97a96eb0..7cfd8f3f18 100644 --- a/apps/v4/public/r/styles/base-mira/combobox.json +++ b/apps/v4/public/r/styles/base-mira/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/command.json b/apps/v4/public/r/styles/base-mira/command.json index 0fc46d7137..f6ad948885 100644 --- a/apps/v4/public/r/styles/base-mira/command.json +++ b/apps/v4/public/r/styles/base-mira/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-mira/context-menu.json b/apps/v4/public/r/styles/base-mira/context-menu.json index 11ab88b93b..4f2eefe935 100644 --- a/apps/v4/public/r/styles/base-mira/context-menu.json +++ b/apps/v4/public/r/styles/base-mira/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/dialog.json b/apps/v4/public/r/styles/base-mira/dialog.json index 5dd4aeda49..7ad36fd2a2 100644 --- a/apps/v4/public/r/styles/base-mira/dialog.json +++ b/apps/v4/public/r/styles/base-mira/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/drawer.json b/apps/v4/public/r/styles/base-mira/drawer.json index 30574dd89e..6f1590ba18 100644 --- a/apps/v4/public/r/styles/base-mira/drawer.json +++ b/apps/v4/public/r/styles/base-mira/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-mira/dropdown-menu.json b/apps/v4/public/r/styles/base-mira/dropdown-menu.json index 6ccbc7b833..985800e0e1 100644 --- a/apps/v4/public/r/styles/base-mira/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-mira/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/empty.json b/apps/v4/public/r/styles/base-mira/empty.json index b087080569..2cbe044920 100644 --- a/apps/v4/public/r/styles/base-mira/empty.json +++ b/apps/v4/public/r/styles/base-mira/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/field.json b/apps/v4/public/r/styles/base-mira/field.json index d2b777281b..f91967cdcc 100644 --- a/apps/v4/public/r/styles/base-mira/field.json +++ b/apps/v4/public/r/styles/base-mira/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/hover-card.json b/apps/v4/public/r/styles/base-mira/hover-card.json index 5d218ad05e..d8ca9d6166 100644 --- a/apps/v4/public/r/styles/base-mira/hover-card.json +++ b/apps/v4/public/r/styles/base-mira/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/input-group.json b/apps/v4/public/r/styles/base-mira/input-group.json index 2b0cac513e..b65e816748 100644 --- a/apps/v4/public/r/styles/base-mira/input-group.json +++ b/apps/v4/public/r/styles/base-mira/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/input-otp.json b/apps/v4/public/r/styles/base-mira/input-otp.json index f8b69a85ff..0f06a2416e 100644 --- a/apps/v4/public/r/styles/base-mira/input-otp.json +++ b/apps/v4/public/r/styles/base-mira/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-mira/input.json b/apps/v4/public/r/styles/base-mira/input.json index cb27aef6be..a2b8daf8d0 100644 --- a/apps/v4/public/r/styles/base-mira/input.json +++ b/apps/v4/public/r/styles/base-mira/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/item.json b/apps/v4/public/r/styles/base-mira/item.json index d635944223..13577818e2 100644 --- a/apps/v4/public/r/styles/base-mira/item.json +++ b/apps/v4/public/r/styles/base-mira/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/kbd.json b/apps/v4/public/r/styles/base-mira/kbd.json index 155f3158d6..0e99e7c806 100644 --- a/apps/v4/public/r/styles/base-mira/kbd.json +++ b/apps/v4/public/r/styles/base-mira/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/label.json b/apps/v4/public/r/styles/base-mira/label.json index 718b329b64..855b28f719 100644 --- a/apps/v4/public/r/styles/base-mira/label.json +++ b/apps/v4/public/r/styles/base-mira/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/menubar.json b/apps/v4/public/r/styles/base-mira/menubar.json index 9166b335eb..b09e716b02 100644 --- a/apps/v4/public/r/styles/base-mira/menubar.json +++ b/apps/v4/public/r/styles/base-mira/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/native-select.json b/apps/v4/public/r/styles/base-mira/native-select.json index 8196554468..ccf29abb8c 100644 --- a/apps/v4/public/r/styles/base-mira/native-select.json +++ b/apps/v4/public/r/styles/base-mira/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/navigation-menu.json b/apps/v4/public/r/styles/base-mira/navigation-menu.json index 1d13624907..d972408f95 100644 --- a/apps/v4/public/r/styles/base-mira/navigation-menu.json +++ b/apps/v4/public/r/styles/base-mira/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/pagination.json b/apps/v4/public/r/styles/base-mira/pagination.json index 265acb10bb..5b6d61098a 100644 --- a/apps/v4/public/r/styles/base-mira/pagination.json +++ b/apps/v4/public/r/styles/base-mira/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/popover.json b/apps/v4/public/r/styles/base-mira/popover.json index e4e27d6360..e216e5437a 100644 --- a/apps/v4/public/r/styles/base-mira/popover.json +++ b/apps/v4/public/r/styles/base-mira/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/progress.json b/apps/v4/public/r/styles/base-mira/progress.json index f7464363f3..ea049f0e21 100644 --- a/apps/v4/public/r/styles/base-mira/progress.json +++ b/apps/v4/public/r/styles/base-mira/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/radio-group.json b/apps/v4/public/r/styles/base-mira/radio-group.json index c121ff0248..27c2c963ff 100644 --- a/apps/v4/public/r/styles/base-mira/radio-group.json +++ b/apps/v4/public/r/styles/base-mira/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/registry.json b/apps/v4/public/r/styles/base-mira/registry.json index 49651f207c..9c370bb9f8 100644 --- a/apps/v4/public/r/styles/base-mira/registry.json +++ b/apps/v4/public/r/styles/base-mira/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/resizable.json b/apps/v4/public/r/styles/base-mira/resizable.json index 6f0888b97c..f67cf633ea 100644 --- a/apps/v4/public/r/styles/base-mira/resizable.json +++ b/apps/v4/public/r/styles/base-mira/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-mira/scroll-area.json b/apps/v4/public/r/styles/base-mira/scroll-area.json index 583192c5f0..2f3350cad5 100644 --- a/apps/v4/public/r/styles/base-mira/scroll-area.json +++ b/apps/v4/public/r/styles/base-mira/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/select.json b/apps/v4/public/r/styles/base-mira/select.json index 903e3c2dfa..9aa001119c 100644 --- a/apps/v4/public/r/styles/base-mira/select.json +++ b/apps/v4/public/r/styles/base-mira/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/separator.json b/apps/v4/public/r/styles/base-mira/separator.json index fa7721521b..cc0aa73bec 100644 --- a/apps/v4/public/r/styles/base-mira/separator.json +++ b/apps/v4/public/r/styles/base-mira/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/sheet.json b/apps/v4/public/r/styles/base-mira/sheet.json index bed4b36b8e..1c7177f53f 100644 --- a/apps/v4/public/r/styles/base-mira/sheet.json +++ b/apps/v4/public/r/styles/base-mira/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/sidebar.json b/apps/v4/public/r/styles/base-mira/sidebar.json index 9f07d3ffab..33887db30e 100644 --- a/apps/v4/public/r/styles/base-mira/sidebar.json +++ b/apps/v4/public/r/styles/base-mira/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/skeleton.json b/apps/v4/public/r/styles/base-mira/skeleton.json index 52c94a67e1..8fb77adb14 100644 --- a/apps/v4/public/r/styles/base-mira/skeleton.json +++ b/apps/v4/public/r/styles/base-mira/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/slider.json b/apps/v4/public/r/styles/base-mira/slider.json index 578ce5475d..d77e971e30 100644 --- a/apps/v4/public/r/styles/base-mira/slider.json +++ b/apps/v4/public/r/styles/base-mira/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/sonner.json b/apps/v4/public/r/styles/base-mira/sonner.json index 8df4f01d36..de184a5805 100644 --- a/apps/v4/public/r/styles/base-mira/sonner.json +++ b/apps/v4/public/r/styles/base-mira/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-mira/spinner.json b/apps/v4/public/r/styles/base-mira/spinner.json index fb89a836e7..52d646a9cb 100644 --- a/apps/v4/public/r/styles/base-mira/spinner.json +++ b/apps/v4/public/r/styles/base-mira/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/switch.json b/apps/v4/public/r/styles/base-mira/switch.json index dfeb5a9397..e6324c5c2f 100644 --- a/apps/v4/public/r/styles/base-mira/switch.json +++ b/apps/v4/public/r/styles/base-mira/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/table.json b/apps/v4/public/r/styles/base-mira/table.json index dbb25408a6..26af130e8f 100644 --- a/apps/v4/public/r/styles/base-mira/table.json +++ b/apps/v4/public/r/styles/base-mira/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/tabs.json b/apps/v4/public/r/styles/base-mira/tabs.json index 0af94ff9c6..1ee2e564c2 100644 --- a/apps/v4/public/r/styles/base-mira/tabs.json +++ b/apps/v4/public/r/styles/base-mira/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/textarea.json b/apps/v4/public/r/styles/base-mira/textarea.json index 4259c40abe..e5387d4637 100644 --- a/apps/v4/public/r/styles/base-mira/textarea.json +++ b/apps/v4/public/r/styles/base-mira/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-mira/toggle-group.json b/apps/v4/public/r/styles/base-mira/toggle-group.json index 017365074f..f04eba885a 100644 --- a/apps/v4/public/r/styles/base-mira/toggle-group.json +++ b/apps/v4/public/r/styles/base-mira/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/toggle.json b/apps/v4/public/r/styles/base-mira/toggle.json index 753aa929af..c43c7bc796 100644 --- a/apps/v4/public/r/styles/base-mira/toggle.json +++ b/apps/v4/public/r/styles/base-mira/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-mira/tooltip.json b/apps/v4/public/r/styles/base-mira/tooltip.json index e12e79f392..95462c3240 100644 --- a/apps/v4/public/r/styles/base-mira/tooltip.json +++ b/apps/v4/public/r/styles/base-mira/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/accordion.json b/apps/v4/public/r/styles/base-nova/accordion.json index 84fec7acf5..b499b7b6b1 100644 --- a/apps/v4/public/r/styles/base-nova/accordion.json +++ b/apps/v4/public/r/styles/base-nova/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/alert-dialog.json b/apps/v4/public/r/styles/base-nova/alert-dialog.json index 18d433c349..5d79edc709 100644 --- a/apps/v4/public/r/styles/base-nova/alert-dialog.json +++ b/apps/v4/public/r/styles/base-nova/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/alert.json b/apps/v4/public/r/styles/base-nova/alert.json index e5d5ede505..8f1d883119 100644 --- a/apps/v4/public/r/styles/base-nova/alert.json +++ b/apps/v4/public/r/styles/base-nova/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/aspect-ratio.json b/apps/v4/public/r/styles/base-nova/aspect-ratio.json index c75b3d9823..303e588b5e 100644 --- a/apps/v4/public/r/styles/base-nova/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-nova/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/avatar.json b/apps/v4/public/r/styles/base-nova/avatar.json index 693bdaeee3..0884cf4fbf 100644 --- a/apps/v4/public/r/styles/base-nova/avatar.json +++ b/apps/v4/public/r/styles/base-nova/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/badge.json b/apps/v4/public/r/styles/base-nova/badge.json index d8f1f9aa43..8171eb1ee0 100644 --- a/apps/v4/public/r/styles/base-nova/badge.json +++ b/apps/v4/public/r/styles/base-nova/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/breadcrumb.json b/apps/v4/public/r/styles/base-nova/breadcrumb.json index 1d6c401202..db1811967e 100644 --- a/apps/v4/public/r/styles/base-nova/breadcrumb.json +++ b/apps/v4/public/r/styles/base-nova/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/button-group.json b/apps/v4/public/r/styles/base-nova/button-group.json index bad7a7d818..dcb6ba2b56 100644 --- a/apps/v4/public/r/styles/base-nova/button-group.json +++ b/apps/v4/public/r/styles/base-nova/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/button.json b/apps/v4/public/r/styles/base-nova/button.json index f747e1c247..1db35497e0 100644 --- a/apps/v4/public/r/styles/base-nova/button.json +++ b/apps/v4/public/r/styles/base-nova/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/calendar.json b/apps/v4/public/r/styles/base-nova/calendar.json index 8fcc307b86..c9bfbecd8e 100644 --- a/apps/v4/public/r/styles/base-nova/calendar.json +++ b/apps/v4/public/r/styles/base-nova/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-nova/card.json b/apps/v4/public/r/styles/base-nova/card.json index 38b5f64bed..693c9310fe 100644 --- a/apps/v4/public/r/styles/base-nova/card.json +++ b/apps/v4/public/r/styles/base-nova/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/carousel.json b/apps/v4/public/r/styles/base-nova/carousel.json index b942259c47..284d502d96 100644 --- a/apps/v4/public/r/styles/base-nova/carousel.json +++ b/apps/v4/public/r/styles/base-nova/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-nova/chart.json b/apps/v4/public/r/styles/base-nova/chart.json index 6a00bc9310..cb215615bf 100644 --- a/apps/v4/public/r/styles/base-nova/chart.json +++ b/apps/v4/public/r/styles/base-nova/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/checkbox.json b/apps/v4/public/r/styles/base-nova/checkbox.json index 3c50a05bc4..2c9ca70819 100644 --- a/apps/v4/public/r/styles/base-nova/checkbox.json +++ b/apps/v4/public/r/styles/base-nova/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/collapsible.json b/apps/v4/public/r/styles/base-nova/collapsible.json index 5547036a90..0e6b6f5d6f 100644 --- a/apps/v4/public/r/styles/base-nova/collapsible.json +++ b/apps/v4/public/r/styles/base-nova/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/combobox.json b/apps/v4/public/r/styles/base-nova/combobox.json index 59e648b768..53ed09c46c 100644 --- a/apps/v4/public/r/styles/base-nova/combobox.json +++ b/apps/v4/public/r/styles/base-nova/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/command.json b/apps/v4/public/r/styles/base-nova/command.json index 979d8f1b63..4c1ff4e76b 100644 --- a/apps/v4/public/r/styles/base-nova/command.json +++ b/apps/v4/public/r/styles/base-nova/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-nova/context-menu.json b/apps/v4/public/r/styles/base-nova/context-menu.json index cf9ff1cf2a..afa861dfe2 100644 --- a/apps/v4/public/r/styles/base-nova/context-menu.json +++ b/apps/v4/public/r/styles/base-nova/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/dialog.json b/apps/v4/public/r/styles/base-nova/dialog.json index 0ff1cf1660..3312361609 100644 --- a/apps/v4/public/r/styles/base-nova/dialog.json +++ b/apps/v4/public/r/styles/base-nova/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/drawer.json b/apps/v4/public/r/styles/base-nova/drawer.json index 8f49c1c605..cac12aab3b 100644 --- a/apps/v4/public/r/styles/base-nova/drawer.json +++ b/apps/v4/public/r/styles/base-nova/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-nova/dropdown-menu.json b/apps/v4/public/r/styles/base-nova/dropdown-menu.json index 3566eb577c..1344d7bea6 100644 --- a/apps/v4/public/r/styles/base-nova/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-nova/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/empty.json b/apps/v4/public/r/styles/base-nova/empty.json index c9db9e3ab4..f65b414d2d 100644 --- a/apps/v4/public/r/styles/base-nova/empty.json +++ b/apps/v4/public/r/styles/base-nova/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/field.json b/apps/v4/public/r/styles/base-nova/field.json index 1e3155f00b..00e7c5f9d5 100644 --- a/apps/v4/public/r/styles/base-nova/field.json +++ b/apps/v4/public/r/styles/base-nova/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/hover-card.json b/apps/v4/public/r/styles/base-nova/hover-card.json index 9448b17125..393762020a 100644 --- a/apps/v4/public/r/styles/base-nova/hover-card.json +++ b/apps/v4/public/r/styles/base-nova/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/input-group.json b/apps/v4/public/r/styles/base-nova/input-group.json index 529b0b60d5..95e36c441b 100644 --- a/apps/v4/public/r/styles/base-nova/input-group.json +++ b/apps/v4/public/r/styles/base-nova/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/input-otp.json b/apps/v4/public/r/styles/base-nova/input-otp.json index 0e739ce94a..1c44be9190 100644 --- a/apps/v4/public/r/styles/base-nova/input-otp.json +++ b/apps/v4/public/r/styles/base-nova/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-nova/input.json b/apps/v4/public/r/styles/base-nova/input.json index 4fb39a6d13..206d6592b0 100644 --- a/apps/v4/public/r/styles/base-nova/input.json +++ b/apps/v4/public/r/styles/base-nova/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/item.json b/apps/v4/public/r/styles/base-nova/item.json index 662a83bc42..f69d6ee74a 100644 --- a/apps/v4/public/r/styles/base-nova/item.json +++ b/apps/v4/public/r/styles/base-nova/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/kbd.json b/apps/v4/public/r/styles/base-nova/kbd.json index e24bc8bc94..012dd5cfbc 100644 --- a/apps/v4/public/r/styles/base-nova/kbd.json +++ b/apps/v4/public/r/styles/base-nova/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/label.json b/apps/v4/public/r/styles/base-nova/label.json index be2d8853c2..57201e634a 100644 --- a/apps/v4/public/r/styles/base-nova/label.json +++ b/apps/v4/public/r/styles/base-nova/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/menubar.json b/apps/v4/public/r/styles/base-nova/menubar.json index 22456000af..3cc721e1d7 100644 --- a/apps/v4/public/r/styles/base-nova/menubar.json +++ b/apps/v4/public/r/styles/base-nova/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/native-select.json b/apps/v4/public/r/styles/base-nova/native-select.json index 90d6d88762..cf02bded13 100644 --- a/apps/v4/public/r/styles/base-nova/native-select.json +++ b/apps/v4/public/r/styles/base-nova/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/navigation-menu.json b/apps/v4/public/r/styles/base-nova/navigation-menu.json index 1d0cecf1a6..bf32bddbbe 100644 --- a/apps/v4/public/r/styles/base-nova/navigation-menu.json +++ b/apps/v4/public/r/styles/base-nova/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/pagination.json b/apps/v4/public/r/styles/base-nova/pagination.json index 2b93ac1e07..2b08f3356d 100644 --- a/apps/v4/public/r/styles/base-nova/pagination.json +++ b/apps/v4/public/r/styles/base-nova/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/popover.json b/apps/v4/public/r/styles/base-nova/popover.json index 491256c107..a51e14b6ac 100644 --- a/apps/v4/public/r/styles/base-nova/popover.json +++ b/apps/v4/public/r/styles/base-nova/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/progress.json b/apps/v4/public/r/styles/base-nova/progress.json index 4194ee38a1..0a99bfefbd 100644 --- a/apps/v4/public/r/styles/base-nova/progress.json +++ b/apps/v4/public/r/styles/base-nova/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/radio-group.json b/apps/v4/public/r/styles/base-nova/radio-group.json index d25f10d79c..e468a4bf97 100644 --- a/apps/v4/public/r/styles/base-nova/radio-group.json +++ b/apps/v4/public/r/styles/base-nova/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/registry.json b/apps/v4/public/r/styles/base-nova/registry.json index 7de54403d4..62b63f3c51 100644 --- a/apps/v4/public/r/styles/base-nova/registry.json +++ b/apps/v4/public/r/styles/base-nova/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/resizable.json b/apps/v4/public/r/styles/base-nova/resizable.json index 8c96fd99d0..a1b982a152 100644 --- a/apps/v4/public/r/styles/base-nova/resizable.json +++ b/apps/v4/public/r/styles/base-nova/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-nova/scroll-area.json b/apps/v4/public/r/styles/base-nova/scroll-area.json index 1646757392..352130eea5 100644 --- a/apps/v4/public/r/styles/base-nova/scroll-area.json +++ b/apps/v4/public/r/styles/base-nova/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/select.json b/apps/v4/public/r/styles/base-nova/select.json index 0997e7646f..1dd2a52f3c 100644 --- a/apps/v4/public/r/styles/base-nova/select.json +++ b/apps/v4/public/r/styles/base-nova/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/separator.json b/apps/v4/public/r/styles/base-nova/separator.json index dcae1a14d3..eb411cf524 100644 --- a/apps/v4/public/r/styles/base-nova/separator.json +++ b/apps/v4/public/r/styles/base-nova/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/sheet.json b/apps/v4/public/r/styles/base-nova/sheet.json index 5daa70baed..9e1aa946ea 100644 --- a/apps/v4/public/r/styles/base-nova/sheet.json +++ b/apps/v4/public/r/styles/base-nova/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/sidebar.json b/apps/v4/public/r/styles/base-nova/sidebar.json index 8e28480d2f..857e786d61 100644 --- a/apps/v4/public/r/styles/base-nova/sidebar.json +++ b/apps/v4/public/r/styles/base-nova/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/skeleton.json b/apps/v4/public/r/styles/base-nova/skeleton.json index fcc21a4c9f..8ffde47516 100644 --- a/apps/v4/public/r/styles/base-nova/skeleton.json +++ b/apps/v4/public/r/styles/base-nova/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/slider.json b/apps/v4/public/r/styles/base-nova/slider.json index acc3d55ccd..8d801a3065 100644 --- a/apps/v4/public/r/styles/base-nova/slider.json +++ b/apps/v4/public/r/styles/base-nova/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/sonner.json b/apps/v4/public/r/styles/base-nova/sonner.json index 37b2ef2441..25a02ef86b 100644 --- a/apps/v4/public/r/styles/base-nova/sonner.json +++ b/apps/v4/public/r/styles/base-nova/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-nova/spinner.json b/apps/v4/public/r/styles/base-nova/spinner.json index f64663ce08..a49fb5d74d 100644 --- a/apps/v4/public/r/styles/base-nova/spinner.json +++ b/apps/v4/public/r/styles/base-nova/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/switch.json b/apps/v4/public/r/styles/base-nova/switch.json index e009136db3..805c0e1997 100644 --- a/apps/v4/public/r/styles/base-nova/switch.json +++ b/apps/v4/public/r/styles/base-nova/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/table.json b/apps/v4/public/r/styles/base-nova/table.json index 007ca2e734..c025530b4d 100644 --- a/apps/v4/public/r/styles/base-nova/table.json +++ b/apps/v4/public/r/styles/base-nova/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/tabs.json b/apps/v4/public/r/styles/base-nova/tabs.json index a975d98e1a..f47e74fbde 100644 --- a/apps/v4/public/r/styles/base-nova/tabs.json +++ b/apps/v4/public/r/styles/base-nova/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/textarea.json b/apps/v4/public/r/styles/base-nova/textarea.json index 08ede804c8..1f5c0528f2 100644 --- a/apps/v4/public/r/styles/base-nova/textarea.json +++ b/apps/v4/public/r/styles/base-nova/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-nova/toggle-group.json b/apps/v4/public/r/styles/base-nova/toggle-group.json index 5629cdac39..c9e973efae 100644 --- a/apps/v4/public/r/styles/base-nova/toggle-group.json +++ b/apps/v4/public/r/styles/base-nova/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/toggle.json b/apps/v4/public/r/styles/base-nova/toggle.json index 7c71e8c8c3..467b3f328b 100644 --- a/apps/v4/public/r/styles/base-nova/toggle.json +++ b/apps/v4/public/r/styles/base-nova/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-nova/tooltip.json b/apps/v4/public/r/styles/base-nova/tooltip.json index 6e99932626..3708a65d55 100644 --- a/apps/v4/public/r/styles/base-nova/tooltip.json +++ b/apps/v4/public/r/styles/base-nova/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/accordion.json b/apps/v4/public/r/styles/base-sera/accordion.json index a50754e735..e5c236cc7f 100644 --- a/apps/v4/public/r/styles/base-sera/accordion.json +++ b/apps/v4/public/r/styles/base-sera/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/alert-dialog.json b/apps/v4/public/r/styles/base-sera/alert-dialog.json index 7051cad8ad..903e9646af 100644 --- a/apps/v4/public/r/styles/base-sera/alert-dialog.json +++ b/apps/v4/public/r/styles/base-sera/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/alert.json b/apps/v4/public/r/styles/base-sera/alert.json index bd6b584254..647740395e 100644 --- a/apps/v4/public/r/styles/base-sera/alert.json +++ b/apps/v4/public/r/styles/base-sera/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/aspect-ratio.json b/apps/v4/public/r/styles/base-sera/aspect-ratio.json index 53d7c919b3..808cf0ff0b 100644 --- a/apps/v4/public/r/styles/base-sera/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-sera/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/avatar.json b/apps/v4/public/r/styles/base-sera/avatar.json index 2f5dd05143..1cbc1b1f37 100644 --- a/apps/v4/public/r/styles/base-sera/avatar.json +++ b/apps/v4/public/r/styles/base-sera/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/badge.json b/apps/v4/public/r/styles/base-sera/badge.json index d7d8960d71..15ef21b96f 100644 --- a/apps/v4/public/r/styles/base-sera/badge.json +++ b/apps/v4/public/r/styles/base-sera/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/breadcrumb.json b/apps/v4/public/r/styles/base-sera/breadcrumb.json index 84a9bfae7d..f9c7bb2afc 100644 --- a/apps/v4/public/r/styles/base-sera/breadcrumb.json +++ b/apps/v4/public/r/styles/base-sera/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/button-group.json b/apps/v4/public/r/styles/base-sera/button-group.json index 0aa153ce08..e49840b796 100644 --- a/apps/v4/public/r/styles/base-sera/button-group.json +++ b/apps/v4/public/r/styles/base-sera/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/button.json b/apps/v4/public/r/styles/base-sera/button.json index 02aeacdd3d..05aaf3709b 100644 --- a/apps/v4/public/r/styles/base-sera/button.json +++ b/apps/v4/public/r/styles/base-sera/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/calendar.json b/apps/v4/public/r/styles/base-sera/calendar.json index 25011d5d24..f1a775dcf3 100644 --- a/apps/v4/public/r/styles/base-sera/calendar.json +++ b/apps/v4/public/r/styles/base-sera/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-sera/card.json b/apps/v4/public/r/styles/base-sera/card.json index 1c6098e450..dd5af77601 100644 --- a/apps/v4/public/r/styles/base-sera/card.json +++ b/apps/v4/public/r/styles/base-sera/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/carousel.json b/apps/v4/public/r/styles/base-sera/carousel.json index 4038c27b50..f8c93135b8 100644 --- a/apps/v4/public/r/styles/base-sera/carousel.json +++ b/apps/v4/public/r/styles/base-sera/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-sera/chart.json b/apps/v4/public/r/styles/base-sera/chart.json index 90708fd1c8..d31a18d0e5 100644 --- a/apps/v4/public/r/styles/base-sera/chart.json +++ b/apps/v4/public/r/styles/base-sera/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/checkbox.json b/apps/v4/public/r/styles/base-sera/checkbox.json index 1b9ba4b0f9..81ce161837 100644 --- a/apps/v4/public/r/styles/base-sera/checkbox.json +++ b/apps/v4/public/r/styles/base-sera/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/collapsible.json b/apps/v4/public/r/styles/base-sera/collapsible.json index f805028bbd..b6831db2e6 100644 --- a/apps/v4/public/r/styles/base-sera/collapsible.json +++ b/apps/v4/public/r/styles/base-sera/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/combobox.json b/apps/v4/public/r/styles/base-sera/combobox.json index 96ac25d6b9..674c5b02af 100644 --- a/apps/v4/public/r/styles/base-sera/combobox.json +++ b/apps/v4/public/r/styles/base-sera/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/command.json b/apps/v4/public/r/styles/base-sera/command.json index 152de1ee96..044477fcb1 100644 --- a/apps/v4/public/r/styles/base-sera/command.json +++ b/apps/v4/public/r/styles/base-sera/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-sera/context-menu.json b/apps/v4/public/r/styles/base-sera/context-menu.json index dc7661fb38..e1d0f9ca9e 100644 --- a/apps/v4/public/r/styles/base-sera/context-menu.json +++ b/apps/v4/public/r/styles/base-sera/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/dialog.json b/apps/v4/public/r/styles/base-sera/dialog.json index f839bd19d8..cc2d2c4342 100644 --- a/apps/v4/public/r/styles/base-sera/dialog.json +++ b/apps/v4/public/r/styles/base-sera/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/drawer.json b/apps/v4/public/r/styles/base-sera/drawer.json index ce0a3c5de9..4c4febf9ad 100644 --- a/apps/v4/public/r/styles/base-sera/drawer.json +++ b/apps/v4/public/r/styles/base-sera/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-sera/dropdown-menu.json b/apps/v4/public/r/styles/base-sera/dropdown-menu.json index 6d0e23882c..9298ef8cf5 100644 --- a/apps/v4/public/r/styles/base-sera/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-sera/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/empty.json b/apps/v4/public/r/styles/base-sera/empty.json index 7a57716b56..16819f733e 100644 --- a/apps/v4/public/r/styles/base-sera/empty.json +++ b/apps/v4/public/r/styles/base-sera/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/field.json b/apps/v4/public/r/styles/base-sera/field.json index 656fab8efa..c27a1e2dc6 100644 --- a/apps/v4/public/r/styles/base-sera/field.json +++ b/apps/v4/public/r/styles/base-sera/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/hover-card.json b/apps/v4/public/r/styles/base-sera/hover-card.json index 23399b835f..182177365b 100644 --- a/apps/v4/public/r/styles/base-sera/hover-card.json +++ b/apps/v4/public/r/styles/base-sera/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/input-group.json b/apps/v4/public/r/styles/base-sera/input-group.json index be63672534..595972eab9 100644 --- a/apps/v4/public/r/styles/base-sera/input-group.json +++ b/apps/v4/public/r/styles/base-sera/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/input-otp.json b/apps/v4/public/r/styles/base-sera/input-otp.json index dc8273df8e..84321ca454 100644 --- a/apps/v4/public/r/styles/base-sera/input-otp.json +++ b/apps/v4/public/r/styles/base-sera/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-sera/input.json b/apps/v4/public/r/styles/base-sera/input.json index 8e023264e2..68d7e4e51c 100644 --- a/apps/v4/public/r/styles/base-sera/input.json +++ b/apps/v4/public/r/styles/base-sera/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/item.json b/apps/v4/public/r/styles/base-sera/item.json index e1e8b5f5f9..bcb9fc0716 100644 --- a/apps/v4/public/r/styles/base-sera/item.json +++ b/apps/v4/public/r/styles/base-sera/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/kbd.json b/apps/v4/public/r/styles/base-sera/kbd.json index dd529f3b8f..b9db00ac7a 100644 --- a/apps/v4/public/r/styles/base-sera/kbd.json +++ b/apps/v4/public/r/styles/base-sera/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/label.json b/apps/v4/public/r/styles/base-sera/label.json index 06478aae91..7041159815 100644 --- a/apps/v4/public/r/styles/base-sera/label.json +++ b/apps/v4/public/r/styles/base-sera/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/menubar.json b/apps/v4/public/r/styles/base-sera/menubar.json index b6884e6503..277cea2e08 100644 --- a/apps/v4/public/r/styles/base-sera/menubar.json +++ b/apps/v4/public/r/styles/base-sera/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/native-select.json b/apps/v4/public/r/styles/base-sera/native-select.json index 82e9bd2471..7cc97c31e5 100644 --- a/apps/v4/public/r/styles/base-sera/native-select.json +++ b/apps/v4/public/r/styles/base-sera/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/navigation-menu.json b/apps/v4/public/r/styles/base-sera/navigation-menu.json index b1c8e87fc5..8f3bd6540f 100644 --- a/apps/v4/public/r/styles/base-sera/navigation-menu.json +++ b/apps/v4/public/r/styles/base-sera/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/pagination.json b/apps/v4/public/r/styles/base-sera/pagination.json index b2e1236722..3a67bd73a0 100644 --- a/apps/v4/public/r/styles/base-sera/pagination.json +++ b/apps/v4/public/r/styles/base-sera/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/popover.json b/apps/v4/public/r/styles/base-sera/popover.json index eb3090ab63..6e942be0f2 100644 --- a/apps/v4/public/r/styles/base-sera/popover.json +++ b/apps/v4/public/r/styles/base-sera/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/progress.json b/apps/v4/public/r/styles/base-sera/progress.json index d9811d81e2..c741767605 100644 --- a/apps/v4/public/r/styles/base-sera/progress.json +++ b/apps/v4/public/r/styles/base-sera/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/radio-group.json b/apps/v4/public/r/styles/base-sera/radio-group.json index 305b204e63..6fde6fa704 100644 --- a/apps/v4/public/r/styles/base-sera/radio-group.json +++ b/apps/v4/public/r/styles/base-sera/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/registry.json b/apps/v4/public/r/styles/base-sera/registry.json index b4e3ae3fb1..843868b576 100644 --- a/apps/v4/public/r/styles/base-sera/registry.json +++ b/apps/v4/public/r/styles/base-sera/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/resizable.json b/apps/v4/public/r/styles/base-sera/resizable.json index 0ccca126b1..2bfb90decf 100644 --- a/apps/v4/public/r/styles/base-sera/resizable.json +++ b/apps/v4/public/r/styles/base-sera/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-sera/scroll-area.json b/apps/v4/public/r/styles/base-sera/scroll-area.json index ffafece59d..605233555a 100644 --- a/apps/v4/public/r/styles/base-sera/scroll-area.json +++ b/apps/v4/public/r/styles/base-sera/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/select.json b/apps/v4/public/r/styles/base-sera/select.json index d39b67f582..2a973aeb38 100644 --- a/apps/v4/public/r/styles/base-sera/select.json +++ b/apps/v4/public/r/styles/base-sera/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/separator.json b/apps/v4/public/r/styles/base-sera/separator.json index e85d78ba86..978ed03135 100644 --- a/apps/v4/public/r/styles/base-sera/separator.json +++ b/apps/v4/public/r/styles/base-sera/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/sheet.json b/apps/v4/public/r/styles/base-sera/sheet.json index b26cdeec3f..01e3c73fbd 100644 --- a/apps/v4/public/r/styles/base-sera/sheet.json +++ b/apps/v4/public/r/styles/base-sera/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/sidebar.json b/apps/v4/public/r/styles/base-sera/sidebar.json index a986ca73a5..252507fc4f 100644 --- a/apps/v4/public/r/styles/base-sera/sidebar.json +++ b/apps/v4/public/r/styles/base-sera/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/skeleton.json b/apps/v4/public/r/styles/base-sera/skeleton.json index 2d98ce4877..1e6f68a1c4 100644 --- a/apps/v4/public/r/styles/base-sera/skeleton.json +++ b/apps/v4/public/r/styles/base-sera/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/slider.json b/apps/v4/public/r/styles/base-sera/slider.json index 024b819d24..72d907987a 100644 --- a/apps/v4/public/r/styles/base-sera/slider.json +++ b/apps/v4/public/r/styles/base-sera/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/sonner.json b/apps/v4/public/r/styles/base-sera/sonner.json index 47b652302e..3555fb181b 100644 --- a/apps/v4/public/r/styles/base-sera/sonner.json +++ b/apps/v4/public/r/styles/base-sera/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-sera/spinner.json b/apps/v4/public/r/styles/base-sera/spinner.json index 3a0a4fdee2..92da8ad4ca 100644 --- a/apps/v4/public/r/styles/base-sera/spinner.json +++ b/apps/v4/public/r/styles/base-sera/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/switch.json b/apps/v4/public/r/styles/base-sera/switch.json index 38a67170c8..eaffe76919 100644 --- a/apps/v4/public/r/styles/base-sera/switch.json +++ b/apps/v4/public/r/styles/base-sera/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/table.json b/apps/v4/public/r/styles/base-sera/table.json index ad7797e788..ec0d49dfe3 100644 --- a/apps/v4/public/r/styles/base-sera/table.json +++ b/apps/v4/public/r/styles/base-sera/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/tabs.json b/apps/v4/public/r/styles/base-sera/tabs.json index 2df85630bc..d9f731b089 100644 --- a/apps/v4/public/r/styles/base-sera/tabs.json +++ b/apps/v4/public/r/styles/base-sera/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/textarea.json b/apps/v4/public/r/styles/base-sera/textarea.json index 974a889a0c..4a1386fc92 100644 --- a/apps/v4/public/r/styles/base-sera/textarea.json +++ b/apps/v4/public/r/styles/base-sera/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-sera/toggle-group.json b/apps/v4/public/r/styles/base-sera/toggle-group.json index 8f61ed8845..87ef975d76 100644 --- a/apps/v4/public/r/styles/base-sera/toggle-group.json +++ b/apps/v4/public/r/styles/base-sera/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/toggle.json b/apps/v4/public/r/styles/base-sera/toggle.json index 07949be508..e14c54b2fb 100644 --- a/apps/v4/public/r/styles/base-sera/toggle.json +++ b/apps/v4/public/r/styles/base-sera/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-sera/tooltip.json b/apps/v4/public/r/styles/base-sera/tooltip.json index 323db172ed..cfdc8bc674 100644 --- a/apps/v4/public/r/styles/base-sera/tooltip.json +++ b/apps/v4/public/r/styles/base-sera/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/accordion.json b/apps/v4/public/r/styles/base-vega/accordion.json index 71f811de01..a37d39e89f 100644 --- a/apps/v4/public/r/styles/base-vega/accordion.json +++ b/apps/v4/public/r/styles/base-vega/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/alert-dialog.json b/apps/v4/public/r/styles/base-vega/alert-dialog.json index b09b04fdb1..9d2182c793 100644 --- a/apps/v4/public/r/styles/base-vega/alert-dialog.json +++ b/apps/v4/public/r/styles/base-vega/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/alert.json b/apps/v4/public/r/styles/base-vega/alert.json index 6d683f84b1..a3058b241f 100644 --- a/apps/v4/public/r/styles/base-vega/alert.json +++ b/apps/v4/public/r/styles/base-vega/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/aspect-ratio.json b/apps/v4/public/r/styles/base-vega/aspect-ratio.json index d8763c0bf3..b77d5b6dec 100644 --- a/apps/v4/public/r/styles/base-vega/aspect-ratio.json +++ b/apps/v4/public/r/styles/base-vega/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/avatar.json b/apps/v4/public/r/styles/base-vega/avatar.json index cd64286deb..3b78a8f0b2 100644 --- a/apps/v4/public/r/styles/base-vega/avatar.json +++ b/apps/v4/public/r/styles/base-vega/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/badge.json b/apps/v4/public/r/styles/base-vega/badge.json index 90fa3b9442..eb43bd8bf9 100644 --- a/apps/v4/public/r/styles/base-vega/badge.json +++ b/apps/v4/public/r/styles/base-vega/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/breadcrumb.json b/apps/v4/public/r/styles/base-vega/breadcrumb.json index b777d1fb3b..05866e2013 100644 --- a/apps/v4/public/r/styles/base-vega/breadcrumb.json +++ b/apps/v4/public/r/styles/base-vega/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/button-group.json b/apps/v4/public/r/styles/base-vega/button-group.json index 334475bef6..cc2d8e960f 100644 --- a/apps/v4/public/r/styles/base-vega/button-group.json +++ b/apps/v4/public/r/styles/base-vega/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/button.json b/apps/v4/public/r/styles/base-vega/button.json index 3c88810725..a64d011ac4 100644 --- a/apps/v4/public/r/styles/base-vega/button.json +++ b/apps/v4/public/r/styles/base-vega/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/calendar.json b/apps/v4/public/r/styles/base-vega/calendar.json index 12980e8741..70ee71cd03 100644 --- a/apps/v4/public/r/styles/base-vega/calendar.json +++ b/apps/v4/public/r/styles/base-vega/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/base-vega/card.json b/apps/v4/public/r/styles/base-vega/card.json index 18822ce5ab..1dc0944619 100644 --- a/apps/v4/public/r/styles/base-vega/card.json +++ b/apps/v4/public/r/styles/base-vega/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/carousel.json b/apps/v4/public/r/styles/base-vega/carousel.json index 33fc3401aa..0fd5601ce0 100644 --- a/apps/v4/public/r/styles/base-vega/carousel.json +++ b/apps/v4/public/r/styles/base-vega/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/base-vega/chart.json b/apps/v4/public/r/styles/base-vega/chart.json index e33c17190f..1fc69974ad 100644 --- a/apps/v4/public/r/styles/base-vega/chart.json +++ b/apps/v4/public/r/styles/base-vega/chart.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/checkbox.json b/apps/v4/public/r/styles/base-vega/checkbox.json index f078d87666..2f2147d6cf 100644 --- a/apps/v4/public/r/styles/base-vega/checkbox.json +++ b/apps/v4/public/r/styles/base-vega/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/collapsible.json b/apps/v4/public/r/styles/base-vega/collapsible.json index 6a37d55fb1..19338a32d8 100644 --- a/apps/v4/public/r/styles/base-vega/collapsible.json +++ b/apps/v4/public/r/styles/base-vega/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/combobox.json b/apps/v4/public/r/styles/base-vega/combobox.json index 758bf78abb..93610e68fc 100644 --- a/apps/v4/public/r/styles/base-vega/combobox.json +++ b/apps/v4/public/r/styles/base-vega/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/command.json b/apps/v4/public/r/styles/base-vega/command.json index 62a751642e..8a013b4ea3 100644 --- a/apps/v4/public/r/styles/base-vega/command.json +++ b/apps/v4/public/r/styles/base-vega/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/base-vega/context-menu.json b/apps/v4/public/r/styles/base-vega/context-menu.json index c6a303b14f..cf5d84d905 100644 --- a/apps/v4/public/r/styles/base-vega/context-menu.json +++ b/apps/v4/public/r/styles/base-vega/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/dialog.json b/apps/v4/public/r/styles/base-vega/dialog.json index b0d95b4dd5..890bb25c96 100644 --- a/apps/v4/public/r/styles/base-vega/dialog.json +++ b/apps/v4/public/r/styles/base-vega/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/drawer.json b/apps/v4/public/r/styles/base-vega/drawer.json index 992b1f39a5..16b6912abd 100644 --- a/apps/v4/public/r/styles/base-vega/drawer.json +++ b/apps/v4/public/r/styles/base-vega/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/base-vega/dropdown-menu.json b/apps/v4/public/r/styles/base-vega/dropdown-menu.json index d5eaaeecba..fed40df0b4 100644 --- a/apps/v4/public/r/styles/base-vega/dropdown-menu.json +++ b/apps/v4/public/r/styles/base-vega/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/empty.json b/apps/v4/public/r/styles/base-vega/empty.json index c6514d7958..a32cd9d9b1 100644 --- a/apps/v4/public/r/styles/base-vega/empty.json +++ b/apps/v4/public/r/styles/base-vega/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/field.json b/apps/v4/public/r/styles/base-vega/field.json index 2eb5de8b96..7e3e5e8415 100644 --- a/apps/v4/public/r/styles/base-vega/field.json +++ b/apps/v4/public/r/styles/base-vega/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/hover-card.json b/apps/v4/public/r/styles/base-vega/hover-card.json index 3dd5561f3e..1955ea9d62 100644 --- a/apps/v4/public/r/styles/base-vega/hover-card.json +++ b/apps/v4/public/r/styles/base-vega/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/input-group.json b/apps/v4/public/r/styles/base-vega/input-group.json index 1e4553bfd6..ea06c79523 100644 --- a/apps/v4/public/r/styles/base-vega/input-group.json +++ b/apps/v4/public/r/styles/base-vega/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/input-otp.json b/apps/v4/public/r/styles/base-vega/input-otp.json index 3eda831d00..750120f763 100644 --- a/apps/v4/public/r/styles/base-vega/input-otp.json +++ b/apps/v4/public/r/styles/base-vega/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/base-vega/input.json b/apps/v4/public/r/styles/base-vega/input.json index b56418168d..403d3955e2 100644 --- a/apps/v4/public/r/styles/base-vega/input.json +++ b/apps/v4/public/r/styles/base-vega/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/item.json b/apps/v4/public/r/styles/base-vega/item.json index dd4f3b0f4d..a1c5bb096e 100644 --- a/apps/v4/public/r/styles/base-vega/item.json +++ b/apps/v4/public/r/styles/base-vega/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/kbd.json b/apps/v4/public/r/styles/base-vega/kbd.json index bc47661797..8a8a6e6815 100644 --- a/apps/v4/public/r/styles/base-vega/kbd.json +++ b/apps/v4/public/r/styles/base-vega/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/label.json b/apps/v4/public/r/styles/base-vega/label.json index 1bcae885c9..248cfce1c7 100644 --- a/apps/v4/public/r/styles/base-vega/label.json +++ b/apps/v4/public/r/styles/base-vega/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/menubar.json b/apps/v4/public/r/styles/base-vega/menubar.json index a3c4992c84..f7532e5859 100644 --- a/apps/v4/public/r/styles/base-vega/menubar.json +++ b/apps/v4/public/r/styles/base-vega/menubar.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/native-select.json b/apps/v4/public/r/styles/base-vega/native-select.json index 885005d16d..bc13059965 100644 --- a/apps/v4/public/r/styles/base-vega/native-select.json +++ b/apps/v4/public/r/styles/base-vega/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/navigation-menu.json b/apps/v4/public/r/styles/base-vega/navigation-menu.json index dcbb71b861..9537e260c8 100644 --- a/apps/v4/public/r/styles/base-vega/navigation-menu.json +++ b/apps/v4/public/r/styles/base-vega/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/pagination.json b/apps/v4/public/r/styles/base-vega/pagination.json index 4657e5c8f9..9db1d9e738 100644 --- a/apps/v4/public/r/styles/base-vega/pagination.json +++ b/apps/v4/public/r/styles/base-vega/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/popover.json b/apps/v4/public/r/styles/base-vega/popover.json index b0700e1990..cff3c6ca35 100644 --- a/apps/v4/public/r/styles/base-vega/popover.json +++ b/apps/v4/public/r/styles/base-vega/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/progress.json b/apps/v4/public/r/styles/base-vega/progress.json index e96a0d163f..7c77a67f9b 100644 --- a/apps/v4/public/r/styles/base-vega/progress.json +++ b/apps/v4/public/r/styles/base-vega/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/radio-group.json b/apps/v4/public/r/styles/base-vega/radio-group.json index b894b6f698..5f9a1f7b49 100644 --- a/apps/v4/public/r/styles/base-vega/radio-group.json +++ b/apps/v4/public/r/styles/base-vega/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/registry.json b/apps/v4/public/r/styles/base-vega/registry.json index ab48bc8601..6b4281706c 100644 --- a/apps/v4/public/r/styles/base-vega/registry.json +++ b/apps/v4/public/r/styles/base-vega/registry.json @@ -63,7 +63,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", "api": "https://base-ui.com/react/components/accordion.md" } }, @@ -80,7 +80,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -97,7 +97,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", "api": "https://base-ui.com/react/components/alert-dialog.md" } }, @@ -114,7 +114,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" @@ -130,7 +130,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", "api": "https://base-ui.com/react/components/avatar.md" } }, @@ -147,7 +147,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -163,7 +163,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -179,7 +179,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx" } }, "type": "registry:ui" @@ -196,7 +196,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -214,7 +214,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -231,7 +231,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx" } }, "type": "registry:ui" @@ -249,7 +249,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -268,7 +268,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -284,7 +284,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", "api": "https://base-ui.com/react/components/checkbox.md" } }, @@ -301,7 +301,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", "api": "https://base-ui.com/react/components/collapsible.md" } }, @@ -320,7 +320,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox.md" } }, @@ -339,7 +339,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -356,7 +356,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", "api": "https://base-ui.com/react/components/context-menu.md" } }, @@ -374,7 +374,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -392,7 +392,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -409,7 +409,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", "api": "https://base-ui.com/react/components/menu.md" } }, @@ -426,7 +426,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -443,7 +443,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx" } }, "type": "registry:ui" @@ -463,7 +463,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", "api": "https://base-ui.com/react/components/hover-card.md" } }, @@ -480,7 +480,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx" } }, "type": "registry:ui" @@ -497,7 +497,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -514,7 +514,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -532,7 +532,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx" } }, "type": "registry:ui" @@ -548,7 +548,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, @@ -566,7 +566,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", "api": "https://base-ui.com/react/components/menubar.md" } }, @@ -583,7 +583,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", "api": "https://base-ui.com/react/components/navigation-menu.md" } }, @@ -601,7 +601,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -617,7 +617,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", "api": "https://base-ui.com/react/components/popover.md" } }, @@ -634,7 +634,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", "api": "https://base-ui.com/react/components/progress.md" } }, @@ -651,7 +651,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", "api": "https://base-ui.com/react/components/radio-group.md" } }, @@ -669,7 +669,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -686,7 +686,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, @@ -703,7 +703,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, @@ -720,7 +720,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, @@ -738,7 +738,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, @@ -764,7 +764,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -780,7 +780,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -796,7 +796,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, @@ -814,7 +814,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -831,7 +831,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -847,7 +847,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, @@ -864,7 +864,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" @@ -880,7 +880,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, @@ -897,7 +897,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -913,7 +913,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, @@ -931,7 +931,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, @@ -948,7 +948,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, @@ -966,7 +966,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -982,7 +982,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/resizable.json b/apps/v4/public/r/styles/base-vega/resizable.json index 23c5b84a0a..412f99930f 100644 --- a/apps/v4/public/r/styles/base-vega/resizable.json +++ b/apps/v4/public/r/styles/base-vega/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/base-vega/scroll-area.json b/apps/v4/public/r/styles/base-vega/scroll-area.json index 63e0edfac4..121ffb81a3 100644 --- a/apps/v4/public/r/styles/base-vega/scroll-area.json +++ b/apps/v4/public/r/styles/base-vega/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", "api": "https://base-ui.com/react/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/select.json b/apps/v4/public/r/styles/base-vega/select.json index 4fb1474ab9..524b48d555 100644 --- a/apps/v4/public/r/styles/base-vega/select.json +++ b/apps/v4/public/r/styles/base-vega/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", "api": "https://base-ui.com/react/components/select.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/separator.json b/apps/v4/public/r/styles/base-vega/separator.json index 4b9fe0601c..fcda961e2f 100644 --- a/apps/v4/public/r/styles/base-vega/separator.json +++ b/apps/v4/public/r/styles/base-vega/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", "api": "https://base-ui.com/react/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/sheet.json b/apps/v4/public/r/styles/base-vega/sheet.json index 18eeb79a5c..a60a1eae74 100644 --- a/apps/v4/public/r/styles/base-vega/sheet.json +++ b/apps/v4/public/r/styles/base-vega/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", "api": "https://base-ui.com/react/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/sidebar.json b/apps/v4/public/r/styles/base-vega/sidebar.json index 91c9118dd8..e4049b0e55 100644 --- a/apps/v4/public/r/styles/base-vega/sidebar.json +++ b/apps/v4/public/r/styles/base-vega/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/skeleton.json b/apps/v4/public/r/styles/base-vega/skeleton.json index 1b4c2f82f0..26b8ab163e 100644 --- a/apps/v4/public/r/styles/base-vega/skeleton.json +++ b/apps/v4/public/r/styles/base-vega/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/slider.json b/apps/v4/public/r/styles/base-vega/slider.json index 8c87cd33c9..4911dd0137 100644 --- a/apps/v4/public/r/styles/base-vega/slider.json +++ b/apps/v4/public/r/styles/base-vega/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", "api": "https://base-ui.com/react/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/sonner.json b/apps/v4/public/r/styles/base-vega/sonner.json index 40aa70e58f..6b25a658b5 100644 --- a/apps/v4/public/r/styles/base-vega/sonner.json +++ b/apps/v4/public/r/styles/base-vega/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/base-vega/spinner.json b/apps/v4/public/r/styles/base-vega/spinner.json index 9a027ed81e..1ba552f3a7 100644 --- a/apps/v4/public/r/styles/base-vega/spinner.json +++ b/apps/v4/public/r/styles/base-vega/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/switch.json b/apps/v4/public/r/styles/base-vega/switch.json index 547f757f2d..fd8d7e39d1 100644 --- a/apps/v4/public/r/styles/base-vega/switch.json +++ b/apps/v4/public/r/styles/base-vega/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", "api": "https://base-ui.com/react/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/table.json b/apps/v4/public/r/styles/base-vega/table.json index 5615ce20f2..259321fd52 100644 --- a/apps/v4/public/r/styles/base-vega/table.json +++ b/apps/v4/public/r/styles/base-vega/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/tabs.json b/apps/v4/public/r/styles/base-vega/tabs.json index 344f15d24c..f256d78f41 100644 --- a/apps/v4/public/r/styles/base-vega/tabs.json +++ b/apps/v4/public/r/styles/base-vega/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", "api": "https://base-ui.com/react/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/textarea.json b/apps/v4/public/r/styles/base-vega/textarea.json index 4b6a4e54cb..df923a87cc 100644 --- a/apps/v4/public/r/styles/base-vega/textarea.json +++ b/apps/v4/public/r/styles/base-vega/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/base-vega/toggle-group.json b/apps/v4/public/r/styles/base-vega/toggle-group.json index 52820c7175..5673cd211c 100644 --- a/apps/v4/public/r/styles/base-vega/toggle-group.json +++ b/apps/v4/public/r/styles/base-vega/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", "api": "https://base-ui.com/react/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/toggle.json b/apps/v4/public/r/styles/base-vega/toggle.json index e94a20e218..35610795db 100644 --- a/apps/v4/public/r/styles/base-vega/toggle.json +++ b/apps/v4/public/r/styles/base-vega/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", "api": "https://base-ui.com/react/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/base-vega/tooltip.json b/apps/v4/public/r/styles/base-vega/tooltip.json index b8c9506462..e45d1e3fea 100644 --- a/apps/v4/public/r/styles/base-vega/tooltip.json +++ b/apps/v4/public/r/styles/base-vega/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", "api": "https://base-ui.com/react/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/accordion.json b/apps/v4/public/r/styles/radix-luma/accordion.json index e9e5539fd4..a6a1111ed8 100644 --- a/apps/v4/public/r/styles/radix-luma/accordion.json +++ b/apps/v4/public/r/styles/radix-luma/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/alert-dialog.json b/apps/v4/public/r/styles/radix-luma/alert-dialog.json index d5bbc7b1d9..21f6ae5a3a 100644 --- a/apps/v4/public/r/styles/radix-luma/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-luma/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/alert.json b/apps/v4/public/r/styles/radix-luma/alert.json index a4ab4becd2..d6b8934be1 100644 --- a/apps/v4/public/r/styles/radix-luma/alert.json +++ b/apps/v4/public/r/styles/radix-luma/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/aspect-ratio.json b/apps/v4/public/r/styles/radix-luma/aspect-ratio.json index 77f78feb09..49802a5005 100644 --- a/apps/v4/public/r/styles/radix-luma/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-luma/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/avatar.json b/apps/v4/public/r/styles/radix-luma/avatar.json index 3511e6c7bd..2036a77c77 100644 --- a/apps/v4/public/r/styles/radix-luma/avatar.json +++ b/apps/v4/public/r/styles/radix-luma/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/badge.json b/apps/v4/public/r/styles/radix-luma/badge.json index d3cc85d1c9..dd59a44055 100644 --- a/apps/v4/public/r/styles/radix-luma/badge.json +++ b/apps/v4/public/r/styles/radix-luma/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/breadcrumb.json b/apps/v4/public/r/styles/radix-luma/breadcrumb.json index 4a453cecfd..b9c9d1f194 100644 --- a/apps/v4/public/r/styles/radix-luma/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-luma/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/button-group.json b/apps/v4/public/r/styles/radix-luma/button-group.json index e7d71a6f02..68ad1ab059 100644 --- a/apps/v4/public/r/styles/radix-luma/button-group.json +++ b/apps/v4/public/r/styles/radix-luma/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/button.json b/apps/v4/public/r/styles/radix-luma/button.json index bc0293c994..e07dd6da3d 100644 --- a/apps/v4/public/r/styles/radix-luma/button.json +++ b/apps/v4/public/r/styles/radix-luma/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/calendar.json b/apps/v4/public/r/styles/radix-luma/calendar.json index be619a8ec8..7c2f13f6e8 100644 --- a/apps/v4/public/r/styles/radix-luma/calendar.json +++ b/apps/v4/public/r/styles/radix-luma/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-luma/card.json b/apps/v4/public/r/styles/radix-luma/card.json index 9e8e8273df..7c9bc9c723 100644 --- a/apps/v4/public/r/styles/radix-luma/card.json +++ b/apps/v4/public/r/styles/radix-luma/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/carousel.json b/apps/v4/public/r/styles/radix-luma/carousel.json index f972dbfe27..33025fb800 100644 --- a/apps/v4/public/r/styles/radix-luma/carousel.json +++ b/apps/v4/public/r/styles/radix-luma/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-luma/chart.json b/apps/v4/public/r/styles/radix-luma/chart.json index 59e164b026..55b7e57d57 100644 --- a/apps/v4/public/r/styles/radix-luma/chart.json +++ b/apps/v4/public/r/styles/radix-luma/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/checkbox.json b/apps/v4/public/r/styles/radix-luma/checkbox.json index 85e3091d85..4aca782aef 100644 --- a/apps/v4/public/r/styles/radix-luma/checkbox.json +++ b/apps/v4/public/r/styles/radix-luma/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/collapsible.json b/apps/v4/public/r/styles/radix-luma/collapsible.json index 8c7a3ccf58..0dea90a48d 100644 --- a/apps/v4/public/r/styles/radix-luma/collapsible.json +++ b/apps/v4/public/r/styles/radix-luma/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/combobox.json b/apps/v4/public/r/styles/radix-luma/combobox.json index 371b304d79..47f70cb1dc 100644 --- a/apps/v4/public/r/styles/radix-luma/combobox.json +++ b/apps/v4/public/r/styles/radix-luma/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-luma/command.json b/apps/v4/public/r/styles/radix-luma/command.json index 278cf18fd7..26ada9c561 100644 --- a/apps/v4/public/r/styles/radix-luma/command.json +++ b/apps/v4/public/r/styles/radix-luma/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-luma/context-menu.json b/apps/v4/public/r/styles/radix-luma/context-menu.json index ee6166e86e..e6917be3cd 100644 --- a/apps/v4/public/r/styles/radix-luma/context-menu.json +++ b/apps/v4/public/r/styles/radix-luma/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/dialog.json b/apps/v4/public/r/styles/radix-luma/dialog.json index 61c6b60695..bd602da576 100644 --- a/apps/v4/public/r/styles/radix-luma/dialog.json +++ b/apps/v4/public/r/styles/radix-luma/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/drawer.json b/apps/v4/public/r/styles/radix-luma/drawer.json index 2126791be7..bd963ed802 100644 --- a/apps/v4/public/r/styles/radix-luma/drawer.json +++ b/apps/v4/public/r/styles/radix-luma/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-luma/dropdown-menu.json b/apps/v4/public/r/styles/radix-luma/dropdown-menu.json index 1c6b9f164e..2b52487dca 100644 --- a/apps/v4/public/r/styles/radix-luma/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-luma/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/empty.json b/apps/v4/public/r/styles/radix-luma/empty.json index 8b20c8c35d..34ba279412 100644 --- a/apps/v4/public/r/styles/radix-luma/empty.json +++ b/apps/v4/public/r/styles/radix-luma/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/field.json b/apps/v4/public/r/styles/radix-luma/field.json index 38baffd26f..e7f8d852f4 100644 --- a/apps/v4/public/r/styles/radix-luma/field.json +++ b/apps/v4/public/r/styles/radix-luma/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/hover-card.json b/apps/v4/public/r/styles/radix-luma/hover-card.json index 6a2c63830f..e68ae18ea0 100644 --- a/apps/v4/public/r/styles/radix-luma/hover-card.json +++ b/apps/v4/public/r/styles/radix-luma/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/input-group.json b/apps/v4/public/r/styles/radix-luma/input-group.json index a4fc11beec..00768c5cd3 100644 --- a/apps/v4/public/r/styles/radix-luma/input-group.json +++ b/apps/v4/public/r/styles/radix-luma/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/input-otp.json b/apps/v4/public/r/styles/radix-luma/input-otp.json index 01a91e8b26..00a5e522d8 100644 --- a/apps/v4/public/r/styles/radix-luma/input-otp.json +++ b/apps/v4/public/r/styles/radix-luma/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-luma/input.json b/apps/v4/public/r/styles/radix-luma/input.json index e8166e97d3..b3a5db5cca 100644 --- a/apps/v4/public/r/styles/radix-luma/input.json +++ b/apps/v4/public/r/styles/radix-luma/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/item.json b/apps/v4/public/r/styles/radix-luma/item.json index 2a2eec86f9..2178a1ec0d 100644 --- a/apps/v4/public/r/styles/radix-luma/item.json +++ b/apps/v4/public/r/styles/radix-luma/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/kbd.json b/apps/v4/public/r/styles/radix-luma/kbd.json index f5a4c29c59..3955074a83 100644 --- a/apps/v4/public/r/styles/radix-luma/kbd.json +++ b/apps/v4/public/r/styles/radix-luma/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/label.json b/apps/v4/public/r/styles/radix-luma/label.json index 225acaca7a..ad4ff5f5c7 100644 --- a/apps/v4/public/r/styles/radix-luma/label.json +++ b/apps/v4/public/r/styles/radix-luma/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/menubar.json b/apps/v4/public/r/styles/radix-luma/menubar.json index 722211fbc3..0a0f5dfa34 100644 --- a/apps/v4/public/r/styles/radix-luma/menubar.json +++ b/apps/v4/public/r/styles/radix-luma/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/native-select.json b/apps/v4/public/r/styles/radix-luma/native-select.json index 238f935c76..28e9014f11 100644 --- a/apps/v4/public/r/styles/radix-luma/native-select.json +++ b/apps/v4/public/r/styles/radix-luma/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/navigation-menu.json b/apps/v4/public/r/styles/radix-luma/navigation-menu.json index f657b257e1..67e25e8cff 100644 --- a/apps/v4/public/r/styles/radix-luma/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-luma/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/pagination.json b/apps/v4/public/r/styles/radix-luma/pagination.json index b196e30d9a..79baea5862 100644 --- a/apps/v4/public/r/styles/radix-luma/pagination.json +++ b/apps/v4/public/r/styles/radix-luma/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/popover.json b/apps/v4/public/r/styles/radix-luma/popover.json index cc2427f2de..c911e2838a 100644 --- a/apps/v4/public/r/styles/radix-luma/popover.json +++ b/apps/v4/public/r/styles/radix-luma/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/progress.json b/apps/v4/public/r/styles/radix-luma/progress.json index 9e8037ac51..09b40aae9e 100644 --- a/apps/v4/public/r/styles/radix-luma/progress.json +++ b/apps/v4/public/r/styles/radix-luma/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/radio-group.json b/apps/v4/public/r/styles/radix-luma/radio-group.json index 993f760ad8..488ab8615b 100644 --- a/apps/v4/public/r/styles/radix-luma/radio-group.json +++ b/apps/v4/public/r/styles/radix-luma/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/registry.json b/apps/v4/public/r/styles/radix-luma/registry.json index f1c5366436..5ea0ceb724 100644 --- a/apps/v4/public/r/styles/radix-luma/registry.json +++ b/apps/v4/public/r/styles/radix-luma/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/resizable.json b/apps/v4/public/r/styles/radix-luma/resizable.json index 0fd3a2f15a..06e991b08c 100644 --- a/apps/v4/public/r/styles/radix-luma/resizable.json +++ b/apps/v4/public/r/styles/radix-luma/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-luma/scroll-area.json b/apps/v4/public/r/styles/radix-luma/scroll-area.json index d9f2e09898..a280e754b7 100644 --- a/apps/v4/public/r/styles/radix-luma/scroll-area.json +++ b/apps/v4/public/r/styles/radix-luma/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/select.json b/apps/v4/public/r/styles/radix-luma/select.json index 4335874a7f..655dd4fb04 100644 --- a/apps/v4/public/r/styles/radix-luma/select.json +++ b/apps/v4/public/r/styles/radix-luma/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/separator.json b/apps/v4/public/r/styles/radix-luma/separator.json index 236d73f466..2c8029bf5c 100644 --- a/apps/v4/public/r/styles/radix-luma/separator.json +++ b/apps/v4/public/r/styles/radix-luma/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/sheet.json b/apps/v4/public/r/styles/radix-luma/sheet.json index 0fa4852de4..03a5b7d035 100644 --- a/apps/v4/public/r/styles/radix-luma/sheet.json +++ b/apps/v4/public/r/styles/radix-luma/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/sidebar.json b/apps/v4/public/r/styles/radix-luma/sidebar.json index 8ebf6350f5..f49dfd70d9 100644 --- a/apps/v4/public/r/styles/radix-luma/sidebar.json +++ b/apps/v4/public/r/styles/radix-luma/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/skeleton.json b/apps/v4/public/r/styles/radix-luma/skeleton.json index c4b636ac83..3006b6624c 100644 --- a/apps/v4/public/r/styles/radix-luma/skeleton.json +++ b/apps/v4/public/r/styles/radix-luma/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/slider.json b/apps/v4/public/r/styles/radix-luma/slider.json index 3182a19f84..bdb47c717c 100644 --- a/apps/v4/public/r/styles/radix-luma/slider.json +++ b/apps/v4/public/r/styles/radix-luma/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/sonner.json b/apps/v4/public/r/styles/radix-luma/sonner.json index 697bebdc43..8ff28c2dde 100644 --- a/apps/v4/public/r/styles/radix-luma/sonner.json +++ b/apps/v4/public/r/styles/radix-luma/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-luma/spinner.json b/apps/v4/public/r/styles/radix-luma/spinner.json index fcf5eb9e84..4ac4059a5f 100644 --- a/apps/v4/public/r/styles/radix-luma/spinner.json +++ b/apps/v4/public/r/styles/radix-luma/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/switch.json b/apps/v4/public/r/styles/radix-luma/switch.json index f78ff4afe2..fa762f1a9e 100644 --- a/apps/v4/public/r/styles/radix-luma/switch.json +++ b/apps/v4/public/r/styles/radix-luma/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/table.json b/apps/v4/public/r/styles/radix-luma/table.json index 828fa550b2..975c46c7d5 100644 --- a/apps/v4/public/r/styles/radix-luma/table.json +++ b/apps/v4/public/r/styles/radix-luma/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/tabs.json b/apps/v4/public/r/styles/radix-luma/tabs.json index dcae2df428..43ee38a262 100644 --- a/apps/v4/public/r/styles/radix-luma/tabs.json +++ b/apps/v4/public/r/styles/radix-luma/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/textarea.json b/apps/v4/public/r/styles/radix-luma/textarea.json index 0ce76104fd..02bcd4698f 100644 --- a/apps/v4/public/r/styles/radix-luma/textarea.json +++ b/apps/v4/public/r/styles/radix-luma/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-luma/toggle-group.json b/apps/v4/public/r/styles/radix-luma/toggle-group.json index 520d63dc04..22b312797f 100644 --- a/apps/v4/public/r/styles/radix-luma/toggle-group.json +++ b/apps/v4/public/r/styles/radix-luma/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/toggle.json b/apps/v4/public/r/styles/radix-luma/toggle.json index 616deaa34d..825565b915 100644 --- a/apps/v4/public/r/styles/radix-luma/toggle.json +++ b/apps/v4/public/r/styles/radix-luma/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-luma/tooltip.json b/apps/v4/public/r/styles/radix-luma/tooltip.json index 024d84a178..a36cbca42a 100644 --- a/apps/v4/public/r/styles/radix-luma/tooltip.json +++ b/apps/v4/public/r/styles/radix-luma/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/accordion.json b/apps/v4/public/r/styles/radix-lyra/accordion.json index 9fc9d1d3cd..3e1433c8e4 100644 --- a/apps/v4/public/r/styles/radix-lyra/accordion.json +++ b/apps/v4/public/r/styles/radix-lyra/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/alert-dialog.json b/apps/v4/public/r/styles/radix-lyra/alert-dialog.json index 75c3c9c82f..5bc6ce1ac9 100644 --- a/apps/v4/public/r/styles/radix-lyra/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-lyra/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/alert.json b/apps/v4/public/r/styles/radix-lyra/alert.json index 8e74002cc3..59904aa2b0 100644 --- a/apps/v4/public/r/styles/radix-lyra/alert.json +++ b/apps/v4/public/r/styles/radix-lyra/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/aspect-ratio.json b/apps/v4/public/r/styles/radix-lyra/aspect-ratio.json index 1832974b92..4ca53bd9d0 100644 --- a/apps/v4/public/r/styles/radix-lyra/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-lyra/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/avatar.json b/apps/v4/public/r/styles/radix-lyra/avatar.json index 2f7c9c2b31..7fbaf33d8d 100644 --- a/apps/v4/public/r/styles/radix-lyra/avatar.json +++ b/apps/v4/public/r/styles/radix-lyra/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/badge.json b/apps/v4/public/r/styles/radix-lyra/badge.json index 6e7aedf60b..92dc3763e3 100644 --- a/apps/v4/public/r/styles/radix-lyra/badge.json +++ b/apps/v4/public/r/styles/radix-lyra/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/breadcrumb.json b/apps/v4/public/r/styles/radix-lyra/breadcrumb.json index c4c4a949c9..e1a31dce46 100644 --- a/apps/v4/public/r/styles/radix-lyra/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-lyra/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/button-group.json b/apps/v4/public/r/styles/radix-lyra/button-group.json index b72441cc57..be0d803fbf 100644 --- a/apps/v4/public/r/styles/radix-lyra/button-group.json +++ b/apps/v4/public/r/styles/radix-lyra/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/button.json b/apps/v4/public/r/styles/radix-lyra/button.json index 31cee25ca6..bb0ca3c666 100644 --- a/apps/v4/public/r/styles/radix-lyra/button.json +++ b/apps/v4/public/r/styles/radix-lyra/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/calendar.json b/apps/v4/public/r/styles/radix-lyra/calendar.json index d108f69e82..ac268fb153 100644 --- a/apps/v4/public/r/styles/radix-lyra/calendar.json +++ b/apps/v4/public/r/styles/radix-lyra/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/card.json b/apps/v4/public/r/styles/radix-lyra/card.json index 8d200683ae..6a9d18c357 100644 --- a/apps/v4/public/r/styles/radix-lyra/card.json +++ b/apps/v4/public/r/styles/radix-lyra/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/carousel.json b/apps/v4/public/r/styles/radix-lyra/carousel.json index d9eb7b5910..63b5db4378 100644 --- a/apps/v4/public/r/styles/radix-lyra/carousel.json +++ b/apps/v4/public/r/styles/radix-lyra/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/chart.json b/apps/v4/public/r/styles/radix-lyra/chart.json index 77a70626e8..e1c63a251f 100644 --- a/apps/v4/public/r/styles/radix-lyra/chart.json +++ b/apps/v4/public/r/styles/radix-lyra/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/checkbox.json b/apps/v4/public/r/styles/radix-lyra/checkbox.json index 84eb8169f0..801a48b9ac 100644 --- a/apps/v4/public/r/styles/radix-lyra/checkbox.json +++ b/apps/v4/public/r/styles/radix-lyra/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/collapsible.json b/apps/v4/public/r/styles/radix-lyra/collapsible.json index 5f4fd59280..be464c3f22 100644 --- a/apps/v4/public/r/styles/radix-lyra/collapsible.json +++ b/apps/v4/public/r/styles/radix-lyra/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/combobox.json b/apps/v4/public/r/styles/radix-lyra/combobox.json index 156221399b..b73a0e82b9 100644 --- a/apps/v4/public/r/styles/radix-lyra/combobox.json +++ b/apps/v4/public/r/styles/radix-lyra/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/command.json b/apps/v4/public/r/styles/radix-lyra/command.json index 708ba7cb1e..2dd640274e 100644 --- a/apps/v4/public/r/styles/radix-lyra/command.json +++ b/apps/v4/public/r/styles/radix-lyra/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/context-menu.json b/apps/v4/public/r/styles/radix-lyra/context-menu.json index 53f503bfc5..ba91f61a26 100644 --- a/apps/v4/public/r/styles/radix-lyra/context-menu.json +++ b/apps/v4/public/r/styles/radix-lyra/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/dialog.json b/apps/v4/public/r/styles/radix-lyra/dialog.json index 167dc8cb10..4b17cbbf48 100644 --- a/apps/v4/public/r/styles/radix-lyra/dialog.json +++ b/apps/v4/public/r/styles/radix-lyra/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/drawer.json b/apps/v4/public/r/styles/radix-lyra/drawer.json index ea01dbc85f..61282daa61 100644 --- a/apps/v4/public/r/styles/radix-lyra/drawer.json +++ b/apps/v4/public/r/styles/radix-lyra/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/dropdown-menu.json b/apps/v4/public/r/styles/radix-lyra/dropdown-menu.json index 3061d9cc42..1ea72fb31d 100644 --- a/apps/v4/public/r/styles/radix-lyra/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-lyra/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/empty.json b/apps/v4/public/r/styles/radix-lyra/empty.json index 40cc563455..6a99e7668e 100644 --- a/apps/v4/public/r/styles/radix-lyra/empty.json +++ b/apps/v4/public/r/styles/radix-lyra/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/field.json b/apps/v4/public/r/styles/radix-lyra/field.json index b7847901a1..12f770f682 100644 --- a/apps/v4/public/r/styles/radix-lyra/field.json +++ b/apps/v4/public/r/styles/radix-lyra/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/hover-card.json b/apps/v4/public/r/styles/radix-lyra/hover-card.json index cf2eaeb545..39386b3d28 100644 --- a/apps/v4/public/r/styles/radix-lyra/hover-card.json +++ b/apps/v4/public/r/styles/radix-lyra/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/input-group.json b/apps/v4/public/r/styles/radix-lyra/input-group.json index e2b2e2efa1..2b2e59d6f2 100644 --- a/apps/v4/public/r/styles/radix-lyra/input-group.json +++ b/apps/v4/public/r/styles/radix-lyra/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/input-otp.json b/apps/v4/public/r/styles/radix-lyra/input-otp.json index 45a2660232..a29a5cb96f 100644 --- a/apps/v4/public/r/styles/radix-lyra/input-otp.json +++ b/apps/v4/public/r/styles/radix-lyra/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/input.json b/apps/v4/public/r/styles/radix-lyra/input.json index bc6446029a..4faf117c98 100644 --- a/apps/v4/public/r/styles/radix-lyra/input.json +++ b/apps/v4/public/r/styles/radix-lyra/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/item.json b/apps/v4/public/r/styles/radix-lyra/item.json index b4e140ef5c..c70cdda45b 100644 --- a/apps/v4/public/r/styles/radix-lyra/item.json +++ b/apps/v4/public/r/styles/radix-lyra/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/kbd.json b/apps/v4/public/r/styles/radix-lyra/kbd.json index ade8ec780f..aead3c84b8 100644 --- a/apps/v4/public/r/styles/radix-lyra/kbd.json +++ b/apps/v4/public/r/styles/radix-lyra/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/label.json b/apps/v4/public/r/styles/radix-lyra/label.json index 552172d80c..a9fcfa30cc 100644 --- a/apps/v4/public/r/styles/radix-lyra/label.json +++ b/apps/v4/public/r/styles/radix-lyra/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/menubar.json b/apps/v4/public/r/styles/radix-lyra/menubar.json index 3c19999ffa..f72252b0da 100644 --- a/apps/v4/public/r/styles/radix-lyra/menubar.json +++ b/apps/v4/public/r/styles/radix-lyra/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/native-select.json b/apps/v4/public/r/styles/radix-lyra/native-select.json index 08b89ef83c..9eef8aaabd 100644 --- a/apps/v4/public/r/styles/radix-lyra/native-select.json +++ b/apps/v4/public/r/styles/radix-lyra/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/navigation-menu.json b/apps/v4/public/r/styles/radix-lyra/navigation-menu.json index ec1484246d..5888a2f9e3 100644 --- a/apps/v4/public/r/styles/radix-lyra/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-lyra/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/pagination.json b/apps/v4/public/r/styles/radix-lyra/pagination.json index f37291c252..50e8cc5214 100644 --- a/apps/v4/public/r/styles/radix-lyra/pagination.json +++ b/apps/v4/public/r/styles/radix-lyra/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/popover.json b/apps/v4/public/r/styles/radix-lyra/popover.json index 430fe7e1f3..11ffffa90a 100644 --- a/apps/v4/public/r/styles/radix-lyra/popover.json +++ b/apps/v4/public/r/styles/radix-lyra/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/progress.json b/apps/v4/public/r/styles/radix-lyra/progress.json index c091bcfb84..2e6d2204e7 100644 --- a/apps/v4/public/r/styles/radix-lyra/progress.json +++ b/apps/v4/public/r/styles/radix-lyra/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/radio-group.json b/apps/v4/public/r/styles/radix-lyra/radio-group.json index 3e3a1c305f..42943fc654 100644 --- a/apps/v4/public/r/styles/radix-lyra/radio-group.json +++ b/apps/v4/public/r/styles/radix-lyra/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/registry.json b/apps/v4/public/r/styles/radix-lyra/registry.json index b499aa715c..65f1a71060 100644 --- a/apps/v4/public/r/styles/radix-lyra/registry.json +++ b/apps/v4/public/r/styles/radix-lyra/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/resizable.json b/apps/v4/public/r/styles/radix-lyra/resizable.json index e10b27ec8a..f4fd73b9ea 100644 --- a/apps/v4/public/r/styles/radix-lyra/resizable.json +++ b/apps/v4/public/r/styles/radix-lyra/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/scroll-area.json b/apps/v4/public/r/styles/radix-lyra/scroll-area.json index 89bf205ae7..6512a68f42 100644 --- a/apps/v4/public/r/styles/radix-lyra/scroll-area.json +++ b/apps/v4/public/r/styles/radix-lyra/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/select.json b/apps/v4/public/r/styles/radix-lyra/select.json index 2d808af368..f4b04b2e3f 100644 --- a/apps/v4/public/r/styles/radix-lyra/select.json +++ b/apps/v4/public/r/styles/radix-lyra/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/separator.json b/apps/v4/public/r/styles/radix-lyra/separator.json index c9c2d98737..a9560bc6df 100644 --- a/apps/v4/public/r/styles/radix-lyra/separator.json +++ b/apps/v4/public/r/styles/radix-lyra/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/sheet.json b/apps/v4/public/r/styles/radix-lyra/sheet.json index c79fc31a4a..40f605ece4 100644 --- a/apps/v4/public/r/styles/radix-lyra/sheet.json +++ b/apps/v4/public/r/styles/radix-lyra/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/sidebar.json b/apps/v4/public/r/styles/radix-lyra/sidebar.json index 44453a1b7c..0d20b9c400 100644 --- a/apps/v4/public/r/styles/radix-lyra/sidebar.json +++ b/apps/v4/public/r/styles/radix-lyra/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/skeleton.json b/apps/v4/public/r/styles/radix-lyra/skeleton.json index d0af6a6014..09c39e55f0 100644 --- a/apps/v4/public/r/styles/radix-lyra/skeleton.json +++ b/apps/v4/public/r/styles/radix-lyra/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/slider.json b/apps/v4/public/r/styles/radix-lyra/slider.json index 3f4f50f824..42b180c023 100644 --- a/apps/v4/public/r/styles/radix-lyra/slider.json +++ b/apps/v4/public/r/styles/radix-lyra/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/sonner.json b/apps/v4/public/r/styles/radix-lyra/sonner.json index cf518845ff..7b91695337 100644 --- a/apps/v4/public/r/styles/radix-lyra/sonner.json +++ b/apps/v4/public/r/styles/radix-lyra/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/spinner.json b/apps/v4/public/r/styles/radix-lyra/spinner.json index c275ef842b..703f7d73c3 100644 --- a/apps/v4/public/r/styles/radix-lyra/spinner.json +++ b/apps/v4/public/r/styles/radix-lyra/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/switch.json b/apps/v4/public/r/styles/radix-lyra/switch.json index 89fd9c6b8b..702d5c32d0 100644 --- a/apps/v4/public/r/styles/radix-lyra/switch.json +++ b/apps/v4/public/r/styles/radix-lyra/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/table.json b/apps/v4/public/r/styles/radix-lyra/table.json index 641bc990fe..88d767801d 100644 --- a/apps/v4/public/r/styles/radix-lyra/table.json +++ b/apps/v4/public/r/styles/radix-lyra/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/tabs.json b/apps/v4/public/r/styles/radix-lyra/tabs.json index bb50a07181..33af7a18a2 100644 --- a/apps/v4/public/r/styles/radix-lyra/tabs.json +++ b/apps/v4/public/r/styles/radix-lyra/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/textarea.json b/apps/v4/public/r/styles/radix-lyra/textarea.json index 8925d1d77b..00c6811bfb 100644 --- a/apps/v4/public/r/styles/radix-lyra/textarea.json +++ b/apps/v4/public/r/styles/radix-lyra/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-lyra/toggle-group.json b/apps/v4/public/r/styles/radix-lyra/toggle-group.json index 8da4580a94..1649aa2006 100644 --- a/apps/v4/public/r/styles/radix-lyra/toggle-group.json +++ b/apps/v4/public/r/styles/radix-lyra/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/toggle.json b/apps/v4/public/r/styles/radix-lyra/toggle.json index 19786ad77e..df4484b202 100644 --- a/apps/v4/public/r/styles/radix-lyra/toggle.json +++ b/apps/v4/public/r/styles/radix-lyra/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-lyra/tooltip.json b/apps/v4/public/r/styles/radix-lyra/tooltip.json index fbc0266670..b33822072a 100644 --- a/apps/v4/public/r/styles/radix-lyra/tooltip.json +++ b/apps/v4/public/r/styles/radix-lyra/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/accordion.json b/apps/v4/public/r/styles/radix-maia/accordion.json index 11b009397f..4261f436e9 100644 --- a/apps/v4/public/r/styles/radix-maia/accordion.json +++ b/apps/v4/public/r/styles/radix-maia/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/alert-dialog.json b/apps/v4/public/r/styles/radix-maia/alert-dialog.json index 7493081a9a..035e710faf 100644 --- a/apps/v4/public/r/styles/radix-maia/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-maia/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/alert.json b/apps/v4/public/r/styles/radix-maia/alert.json index 617e8ae739..e02bde5238 100644 --- a/apps/v4/public/r/styles/radix-maia/alert.json +++ b/apps/v4/public/r/styles/radix-maia/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/aspect-ratio.json b/apps/v4/public/r/styles/radix-maia/aspect-ratio.json index 221dedbf6f..7dc7926887 100644 --- a/apps/v4/public/r/styles/radix-maia/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-maia/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/avatar.json b/apps/v4/public/r/styles/radix-maia/avatar.json index fa8d5989db..45508658c7 100644 --- a/apps/v4/public/r/styles/radix-maia/avatar.json +++ b/apps/v4/public/r/styles/radix-maia/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/badge.json b/apps/v4/public/r/styles/radix-maia/badge.json index b508417191..8227118301 100644 --- a/apps/v4/public/r/styles/radix-maia/badge.json +++ b/apps/v4/public/r/styles/radix-maia/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/breadcrumb.json b/apps/v4/public/r/styles/radix-maia/breadcrumb.json index 0af9cedfcf..ca06e925ed 100644 --- a/apps/v4/public/r/styles/radix-maia/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-maia/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/button-group.json b/apps/v4/public/r/styles/radix-maia/button-group.json index 84b438c252..33a07d3e9e 100644 --- a/apps/v4/public/r/styles/radix-maia/button-group.json +++ b/apps/v4/public/r/styles/radix-maia/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/button.json b/apps/v4/public/r/styles/radix-maia/button.json index edcceb9267..096fc3553e 100644 --- a/apps/v4/public/r/styles/radix-maia/button.json +++ b/apps/v4/public/r/styles/radix-maia/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/calendar.json b/apps/v4/public/r/styles/radix-maia/calendar.json index 79d47bb6c2..14db6ae6fd 100644 --- a/apps/v4/public/r/styles/radix-maia/calendar.json +++ b/apps/v4/public/r/styles/radix-maia/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-maia/card.json b/apps/v4/public/r/styles/radix-maia/card.json index e7097c61b6..c215bded29 100644 --- a/apps/v4/public/r/styles/radix-maia/card.json +++ b/apps/v4/public/r/styles/radix-maia/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/carousel.json b/apps/v4/public/r/styles/radix-maia/carousel.json index 14c684ec43..cfff527416 100644 --- a/apps/v4/public/r/styles/radix-maia/carousel.json +++ b/apps/v4/public/r/styles/radix-maia/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-maia/chart.json b/apps/v4/public/r/styles/radix-maia/chart.json index 76d7b7a86e..61cf854686 100644 --- a/apps/v4/public/r/styles/radix-maia/chart.json +++ b/apps/v4/public/r/styles/radix-maia/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/checkbox.json b/apps/v4/public/r/styles/radix-maia/checkbox.json index 1c18f1b185..1e53b80ade 100644 --- a/apps/v4/public/r/styles/radix-maia/checkbox.json +++ b/apps/v4/public/r/styles/radix-maia/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/collapsible.json b/apps/v4/public/r/styles/radix-maia/collapsible.json index 44627fe5d5..f7621ef71a 100644 --- a/apps/v4/public/r/styles/radix-maia/collapsible.json +++ b/apps/v4/public/r/styles/radix-maia/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/combobox.json b/apps/v4/public/r/styles/radix-maia/combobox.json index f21057c825..8d39e9d11e 100644 --- a/apps/v4/public/r/styles/radix-maia/combobox.json +++ b/apps/v4/public/r/styles/radix-maia/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-maia/command.json b/apps/v4/public/r/styles/radix-maia/command.json index 482e086e3b..dc0daa9eb8 100644 --- a/apps/v4/public/r/styles/radix-maia/command.json +++ b/apps/v4/public/r/styles/radix-maia/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-maia/context-menu.json b/apps/v4/public/r/styles/radix-maia/context-menu.json index cc0ce16a74..3899e9d48a 100644 --- a/apps/v4/public/r/styles/radix-maia/context-menu.json +++ b/apps/v4/public/r/styles/radix-maia/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/dialog.json b/apps/v4/public/r/styles/radix-maia/dialog.json index ca512bcd41..9f28633a4a 100644 --- a/apps/v4/public/r/styles/radix-maia/dialog.json +++ b/apps/v4/public/r/styles/radix-maia/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/drawer.json b/apps/v4/public/r/styles/radix-maia/drawer.json index 37a6225a87..1bf550e463 100644 --- a/apps/v4/public/r/styles/radix-maia/drawer.json +++ b/apps/v4/public/r/styles/radix-maia/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-maia/dropdown-menu.json b/apps/v4/public/r/styles/radix-maia/dropdown-menu.json index e4d4deacc8..66f4977af9 100644 --- a/apps/v4/public/r/styles/radix-maia/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-maia/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/empty.json b/apps/v4/public/r/styles/radix-maia/empty.json index b7a7f0b43a..f64734c71d 100644 --- a/apps/v4/public/r/styles/radix-maia/empty.json +++ b/apps/v4/public/r/styles/radix-maia/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/field.json b/apps/v4/public/r/styles/radix-maia/field.json index 8cecf52b7f..dea9a7828b 100644 --- a/apps/v4/public/r/styles/radix-maia/field.json +++ b/apps/v4/public/r/styles/radix-maia/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/hover-card.json b/apps/v4/public/r/styles/radix-maia/hover-card.json index bb2fc51186..cf3ed8697c 100644 --- a/apps/v4/public/r/styles/radix-maia/hover-card.json +++ b/apps/v4/public/r/styles/radix-maia/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/input-group.json b/apps/v4/public/r/styles/radix-maia/input-group.json index 80ef54f436..c5c9b88692 100644 --- a/apps/v4/public/r/styles/radix-maia/input-group.json +++ b/apps/v4/public/r/styles/radix-maia/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/input-otp.json b/apps/v4/public/r/styles/radix-maia/input-otp.json index 2796c69b03..c28c5f18dd 100644 --- a/apps/v4/public/r/styles/radix-maia/input-otp.json +++ b/apps/v4/public/r/styles/radix-maia/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-maia/input.json b/apps/v4/public/r/styles/radix-maia/input.json index a3d5f07574..13c6444e8c 100644 --- a/apps/v4/public/r/styles/radix-maia/input.json +++ b/apps/v4/public/r/styles/radix-maia/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/item.json b/apps/v4/public/r/styles/radix-maia/item.json index 6911d34ec7..6a4b1d3145 100644 --- a/apps/v4/public/r/styles/radix-maia/item.json +++ b/apps/v4/public/r/styles/radix-maia/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/kbd.json b/apps/v4/public/r/styles/radix-maia/kbd.json index a7254d4722..89ec6487f1 100644 --- a/apps/v4/public/r/styles/radix-maia/kbd.json +++ b/apps/v4/public/r/styles/radix-maia/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/label.json b/apps/v4/public/r/styles/radix-maia/label.json index 479e676472..8674abfdac 100644 --- a/apps/v4/public/r/styles/radix-maia/label.json +++ b/apps/v4/public/r/styles/radix-maia/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/menubar.json b/apps/v4/public/r/styles/radix-maia/menubar.json index 3aceb8057e..33870c973b 100644 --- a/apps/v4/public/r/styles/radix-maia/menubar.json +++ b/apps/v4/public/r/styles/radix-maia/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/native-select.json b/apps/v4/public/r/styles/radix-maia/native-select.json index d2940259f7..c20e2c4ef3 100644 --- a/apps/v4/public/r/styles/radix-maia/native-select.json +++ b/apps/v4/public/r/styles/radix-maia/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/navigation-menu.json b/apps/v4/public/r/styles/radix-maia/navigation-menu.json index 9a1872e65e..b51a5f18fc 100644 --- a/apps/v4/public/r/styles/radix-maia/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-maia/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/pagination.json b/apps/v4/public/r/styles/radix-maia/pagination.json index 222c6df196..0fb7f70e42 100644 --- a/apps/v4/public/r/styles/radix-maia/pagination.json +++ b/apps/v4/public/r/styles/radix-maia/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/popover.json b/apps/v4/public/r/styles/radix-maia/popover.json index 9eef0e13f0..2a12bd9081 100644 --- a/apps/v4/public/r/styles/radix-maia/popover.json +++ b/apps/v4/public/r/styles/radix-maia/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/progress.json b/apps/v4/public/r/styles/radix-maia/progress.json index a25af7530a..d146f456dd 100644 --- a/apps/v4/public/r/styles/radix-maia/progress.json +++ b/apps/v4/public/r/styles/radix-maia/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/radio-group.json b/apps/v4/public/r/styles/radix-maia/radio-group.json index 8d35efe6e7..c1c07520d6 100644 --- a/apps/v4/public/r/styles/radix-maia/radio-group.json +++ b/apps/v4/public/r/styles/radix-maia/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/registry.json b/apps/v4/public/r/styles/radix-maia/registry.json index c37036ecf6..f07c2dc5f0 100644 --- a/apps/v4/public/r/styles/radix-maia/registry.json +++ b/apps/v4/public/r/styles/radix-maia/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/resizable.json b/apps/v4/public/r/styles/radix-maia/resizable.json index 383a874612..a00fb7d5a4 100644 --- a/apps/v4/public/r/styles/radix-maia/resizable.json +++ b/apps/v4/public/r/styles/radix-maia/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-maia/scroll-area.json b/apps/v4/public/r/styles/radix-maia/scroll-area.json index d1e197e794..5ae75e6bd2 100644 --- a/apps/v4/public/r/styles/radix-maia/scroll-area.json +++ b/apps/v4/public/r/styles/radix-maia/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/select.json b/apps/v4/public/r/styles/radix-maia/select.json index 583065c752..ac92fbaad0 100644 --- a/apps/v4/public/r/styles/radix-maia/select.json +++ b/apps/v4/public/r/styles/radix-maia/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/separator.json b/apps/v4/public/r/styles/radix-maia/separator.json index 3a9ee01f26..f8509c4345 100644 --- a/apps/v4/public/r/styles/radix-maia/separator.json +++ b/apps/v4/public/r/styles/radix-maia/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/sheet.json b/apps/v4/public/r/styles/radix-maia/sheet.json index d2014ecbd2..7dac09cc7d 100644 --- a/apps/v4/public/r/styles/radix-maia/sheet.json +++ b/apps/v4/public/r/styles/radix-maia/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/sidebar.json b/apps/v4/public/r/styles/radix-maia/sidebar.json index e44f100d7f..5b5a7ccf63 100644 --- a/apps/v4/public/r/styles/radix-maia/sidebar.json +++ b/apps/v4/public/r/styles/radix-maia/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/skeleton.json b/apps/v4/public/r/styles/radix-maia/skeleton.json index 5af31c65c0..6f61bf8b1b 100644 --- a/apps/v4/public/r/styles/radix-maia/skeleton.json +++ b/apps/v4/public/r/styles/radix-maia/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/slider.json b/apps/v4/public/r/styles/radix-maia/slider.json index 4e5592ce57..bb4a211ccc 100644 --- a/apps/v4/public/r/styles/radix-maia/slider.json +++ b/apps/v4/public/r/styles/radix-maia/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/sonner.json b/apps/v4/public/r/styles/radix-maia/sonner.json index 5eb31c86fa..140f62e23f 100644 --- a/apps/v4/public/r/styles/radix-maia/sonner.json +++ b/apps/v4/public/r/styles/radix-maia/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-maia/spinner.json b/apps/v4/public/r/styles/radix-maia/spinner.json index d9461a66c1..4926c086d4 100644 --- a/apps/v4/public/r/styles/radix-maia/spinner.json +++ b/apps/v4/public/r/styles/radix-maia/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/switch.json b/apps/v4/public/r/styles/radix-maia/switch.json index e4b3f1686f..a3fe228f0a 100644 --- a/apps/v4/public/r/styles/radix-maia/switch.json +++ b/apps/v4/public/r/styles/radix-maia/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/table.json b/apps/v4/public/r/styles/radix-maia/table.json index c64c147f0a..39b908f238 100644 --- a/apps/v4/public/r/styles/radix-maia/table.json +++ b/apps/v4/public/r/styles/radix-maia/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/tabs.json b/apps/v4/public/r/styles/radix-maia/tabs.json index 4f0cfff2f2..e7e733b8c8 100644 --- a/apps/v4/public/r/styles/radix-maia/tabs.json +++ b/apps/v4/public/r/styles/radix-maia/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/textarea.json b/apps/v4/public/r/styles/radix-maia/textarea.json index 6db3137e29..7909e3dfc3 100644 --- a/apps/v4/public/r/styles/radix-maia/textarea.json +++ b/apps/v4/public/r/styles/radix-maia/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-maia/toggle-group.json b/apps/v4/public/r/styles/radix-maia/toggle-group.json index 197a0bad5b..e6db53afaa 100644 --- a/apps/v4/public/r/styles/radix-maia/toggle-group.json +++ b/apps/v4/public/r/styles/radix-maia/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/toggle.json b/apps/v4/public/r/styles/radix-maia/toggle.json index b865ca59c7..4cd8c7fad9 100644 --- a/apps/v4/public/r/styles/radix-maia/toggle.json +++ b/apps/v4/public/r/styles/radix-maia/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-maia/tooltip.json b/apps/v4/public/r/styles/radix-maia/tooltip.json index 9946e7d3ef..ebf202f3b4 100644 --- a/apps/v4/public/r/styles/radix-maia/tooltip.json +++ b/apps/v4/public/r/styles/radix-maia/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/accordion.json b/apps/v4/public/r/styles/radix-mira/accordion.json index 680330b116..51841d6e7a 100644 --- a/apps/v4/public/r/styles/radix-mira/accordion.json +++ b/apps/v4/public/r/styles/radix-mira/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/alert-dialog.json b/apps/v4/public/r/styles/radix-mira/alert-dialog.json index 2c631f6f10..a8143731f9 100644 --- a/apps/v4/public/r/styles/radix-mira/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-mira/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/alert.json b/apps/v4/public/r/styles/radix-mira/alert.json index 56633efffe..9f6f245bbf 100644 --- a/apps/v4/public/r/styles/radix-mira/alert.json +++ b/apps/v4/public/r/styles/radix-mira/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/aspect-ratio.json b/apps/v4/public/r/styles/radix-mira/aspect-ratio.json index 590ccc11b9..205cfbe370 100644 --- a/apps/v4/public/r/styles/radix-mira/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-mira/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/avatar.json b/apps/v4/public/r/styles/radix-mira/avatar.json index e0f90b1079..47c242d960 100644 --- a/apps/v4/public/r/styles/radix-mira/avatar.json +++ b/apps/v4/public/r/styles/radix-mira/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/badge.json b/apps/v4/public/r/styles/radix-mira/badge.json index 4a9fe51438..f18e6380fa 100644 --- a/apps/v4/public/r/styles/radix-mira/badge.json +++ b/apps/v4/public/r/styles/radix-mira/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/breadcrumb.json b/apps/v4/public/r/styles/radix-mira/breadcrumb.json index 64dda44ae8..2e1710012f 100644 --- a/apps/v4/public/r/styles/radix-mira/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-mira/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/button-group.json b/apps/v4/public/r/styles/radix-mira/button-group.json index 42c4446163..b55d96bf20 100644 --- a/apps/v4/public/r/styles/radix-mira/button-group.json +++ b/apps/v4/public/r/styles/radix-mira/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/button.json b/apps/v4/public/r/styles/radix-mira/button.json index b5ee352f8b..045a2785a2 100644 --- a/apps/v4/public/r/styles/radix-mira/button.json +++ b/apps/v4/public/r/styles/radix-mira/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/calendar.json b/apps/v4/public/r/styles/radix-mira/calendar.json index b3f119d7eb..e173f2d216 100644 --- a/apps/v4/public/r/styles/radix-mira/calendar.json +++ b/apps/v4/public/r/styles/radix-mira/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-mira/card.json b/apps/v4/public/r/styles/radix-mira/card.json index fe0f3d9da6..7a9bed5ef6 100644 --- a/apps/v4/public/r/styles/radix-mira/card.json +++ b/apps/v4/public/r/styles/radix-mira/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/carousel.json b/apps/v4/public/r/styles/radix-mira/carousel.json index 6f67b0890f..b2488ead1c 100644 --- a/apps/v4/public/r/styles/radix-mira/carousel.json +++ b/apps/v4/public/r/styles/radix-mira/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-mira/chart.json b/apps/v4/public/r/styles/radix-mira/chart.json index d8db7d4397..b5e64849f0 100644 --- a/apps/v4/public/r/styles/radix-mira/chart.json +++ b/apps/v4/public/r/styles/radix-mira/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/checkbox.json b/apps/v4/public/r/styles/radix-mira/checkbox.json index 560bd114cd..f6b01d5021 100644 --- a/apps/v4/public/r/styles/radix-mira/checkbox.json +++ b/apps/v4/public/r/styles/radix-mira/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/collapsible.json b/apps/v4/public/r/styles/radix-mira/collapsible.json index a167ef1fa2..88dc14ff14 100644 --- a/apps/v4/public/r/styles/radix-mira/collapsible.json +++ b/apps/v4/public/r/styles/radix-mira/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/combobox.json b/apps/v4/public/r/styles/radix-mira/combobox.json index 41eea454fa..eeb5b25d62 100644 --- a/apps/v4/public/r/styles/radix-mira/combobox.json +++ b/apps/v4/public/r/styles/radix-mira/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-mira/command.json b/apps/v4/public/r/styles/radix-mira/command.json index 72e18b2f55..0f124663ef 100644 --- a/apps/v4/public/r/styles/radix-mira/command.json +++ b/apps/v4/public/r/styles/radix-mira/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-mira/context-menu.json b/apps/v4/public/r/styles/radix-mira/context-menu.json index cc58840a3b..c7549ae887 100644 --- a/apps/v4/public/r/styles/radix-mira/context-menu.json +++ b/apps/v4/public/r/styles/radix-mira/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/dialog.json b/apps/v4/public/r/styles/radix-mira/dialog.json index d2d9bab2e9..f886681de4 100644 --- a/apps/v4/public/r/styles/radix-mira/dialog.json +++ b/apps/v4/public/r/styles/radix-mira/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/drawer.json b/apps/v4/public/r/styles/radix-mira/drawer.json index 5606388b50..6743ed290b 100644 --- a/apps/v4/public/r/styles/radix-mira/drawer.json +++ b/apps/v4/public/r/styles/radix-mira/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-mira/dropdown-menu.json b/apps/v4/public/r/styles/radix-mira/dropdown-menu.json index f40b5d7046..aec8476038 100644 --- a/apps/v4/public/r/styles/radix-mira/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-mira/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/empty.json b/apps/v4/public/r/styles/radix-mira/empty.json index 5d56380ca1..72c01b9888 100644 --- a/apps/v4/public/r/styles/radix-mira/empty.json +++ b/apps/v4/public/r/styles/radix-mira/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/field.json b/apps/v4/public/r/styles/radix-mira/field.json index 92508863ac..50a7ed6aa2 100644 --- a/apps/v4/public/r/styles/radix-mira/field.json +++ b/apps/v4/public/r/styles/radix-mira/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/hover-card.json b/apps/v4/public/r/styles/radix-mira/hover-card.json index a6cb097ec9..1b9d8bb9f3 100644 --- a/apps/v4/public/r/styles/radix-mira/hover-card.json +++ b/apps/v4/public/r/styles/radix-mira/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/input-group.json b/apps/v4/public/r/styles/radix-mira/input-group.json index 4746259961..8ee420293e 100644 --- a/apps/v4/public/r/styles/radix-mira/input-group.json +++ b/apps/v4/public/r/styles/radix-mira/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/input-otp.json b/apps/v4/public/r/styles/radix-mira/input-otp.json index 48e362a741..8d2f9323ab 100644 --- a/apps/v4/public/r/styles/radix-mira/input-otp.json +++ b/apps/v4/public/r/styles/radix-mira/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-mira/input.json b/apps/v4/public/r/styles/radix-mira/input.json index 8448194d72..8bb84cda07 100644 --- a/apps/v4/public/r/styles/radix-mira/input.json +++ b/apps/v4/public/r/styles/radix-mira/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/item.json b/apps/v4/public/r/styles/radix-mira/item.json index db31f5a441..91b337b8c8 100644 --- a/apps/v4/public/r/styles/radix-mira/item.json +++ b/apps/v4/public/r/styles/radix-mira/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/kbd.json b/apps/v4/public/r/styles/radix-mira/kbd.json index ca1ba4540c..330f69315e 100644 --- a/apps/v4/public/r/styles/radix-mira/kbd.json +++ b/apps/v4/public/r/styles/radix-mira/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/label.json b/apps/v4/public/r/styles/radix-mira/label.json index e370d545e0..eb9f55802d 100644 --- a/apps/v4/public/r/styles/radix-mira/label.json +++ b/apps/v4/public/r/styles/radix-mira/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/menubar.json b/apps/v4/public/r/styles/radix-mira/menubar.json index 5e6da0f1a7..f714eadc26 100644 --- a/apps/v4/public/r/styles/radix-mira/menubar.json +++ b/apps/v4/public/r/styles/radix-mira/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/native-select.json b/apps/v4/public/r/styles/radix-mira/native-select.json index c4a64cfbe0..49ff14658a 100644 --- a/apps/v4/public/r/styles/radix-mira/native-select.json +++ b/apps/v4/public/r/styles/radix-mira/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/navigation-menu.json b/apps/v4/public/r/styles/radix-mira/navigation-menu.json index 145f3477d0..46ed7834ff 100644 --- a/apps/v4/public/r/styles/radix-mira/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-mira/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/pagination.json b/apps/v4/public/r/styles/radix-mira/pagination.json index 56c1f71d52..0b0df47167 100644 --- a/apps/v4/public/r/styles/radix-mira/pagination.json +++ b/apps/v4/public/r/styles/radix-mira/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/popover.json b/apps/v4/public/r/styles/radix-mira/popover.json index 2ab1a9653e..b7e71d6a6b 100644 --- a/apps/v4/public/r/styles/radix-mira/popover.json +++ b/apps/v4/public/r/styles/radix-mira/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/progress.json b/apps/v4/public/r/styles/radix-mira/progress.json index 6373db064c..15ac963f83 100644 --- a/apps/v4/public/r/styles/radix-mira/progress.json +++ b/apps/v4/public/r/styles/radix-mira/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/radio-group.json b/apps/v4/public/r/styles/radix-mira/radio-group.json index c4b07456b1..ace28d097c 100644 --- a/apps/v4/public/r/styles/radix-mira/radio-group.json +++ b/apps/v4/public/r/styles/radix-mira/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/registry.json b/apps/v4/public/r/styles/radix-mira/registry.json index 7957739c62..67e932c304 100644 --- a/apps/v4/public/r/styles/radix-mira/registry.json +++ b/apps/v4/public/r/styles/radix-mira/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/resizable.json b/apps/v4/public/r/styles/radix-mira/resizable.json index 92248a6a3c..35f3c7d21c 100644 --- a/apps/v4/public/r/styles/radix-mira/resizable.json +++ b/apps/v4/public/r/styles/radix-mira/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-mira/scroll-area.json b/apps/v4/public/r/styles/radix-mira/scroll-area.json index d47f526731..64464c1ae8 100644 --- a/apps/v4/public/r/styles/radix-mira/scroll-area.json +++ b/apps/v4/public/r/styles/radix-mira/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/select.json b/apps/v4/public/r/styles/radix-mira/select.json index 8e035a3536..1597d8e878 100644 --- a/apps/v4/public/r/styles/radix-mira/select.json +++ b/apps/v4/public/r/styles/radix-mira/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/separator.json b/apps/v4/public/r/styles/radix-mira/separator.json index a81245eaf3..afba3d5dc2 100644 --- a/apps/v4/public/r/styles/radix-mira/separator.json +++ b/apps/v4/public/r/styles/radix-mira/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/sheet.json b/apps/v4/public/r/styles/radix-mira/sheet.json index b3edb41888..4bcbad07ac 100644 --- a/apps/v4/public/r/styles/radix-mira/sheet.json +++ b/apps/v4/public/r/styles/radix-mira/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/sidebar.json b/apps/v4/public/r/styles/radix-mira/sidebar.json index bcff879107..c620c6248c 100644 --- a/apps/v4/public/r/styles/radix-mira/sidebar.json +++ b/apps/v4/public/r/styles/radix-mira/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/skeleton.json b/apps/v4/public/r/styles/radix-mira/skeleton.json index 92c74cd1cb..d21fee7c5c 100644 --- a/apps/v4/public/r/styles/radix-mira/skeleton.json +++ b/apps/v4/public/r/styles/radix-mira/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/slider.json b/apps/v4/public/r/styles/radix-mira/slider.json index 0130de9f3b..147a35c682 100644 --- a/apps/v4/public/r/styles/radix-mira/slider.json +++ b/apps/v4/public/r/styles/radix-mira/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/sonner.json b/apps/v4/public/r/styles/radix-mira/sonner.json index 1e9e09fc4c..f13bdbf974 100644 --- a/apps/v4/public/r/styles/radix-mira/sonner.json +++ b/apps/v4/public/r/styles/radix-mira/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-mira/spinner.json b/apps/v4/public/r/styles/radix-mira/spinner.json index 71f45dabeb..97170e4954 100644 --- a/apps/v4/public/r/styles/radix-mira/spinner.json +++ b/apps/v4/public/r/styles/radix-mira/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/switch.json b/apps/v4/public/r/styles/radix-mira/switch.json index 1cf7a11151..62459157fe 100644 --- a/apps/v4/public/r/styles/radix-mira/switch.json +++ b/apps/v4/public/r/styles/radix-mira/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/table.json b/apps/v4/public/r/styles/radix-mira/table.json index 59e4e40ab4..e96c97def4 100644 --- a/apps/v4/public/r/styles/radix-mira/table.json +++ b/apps/v4/public/r/styles/radix-mira/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/tabs.json b/apps/v4/public/r/styles/radix-mira/tabs.json index 3f5823d053..5a4214fdbb 100644 --- a/apps/v4/public/r/styles/radix-mira/tabs.json +++ b/apps/v4/public/r/styles/radix-mira/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/textarea.json b/apps/v4/public/r/styles/radix-mira/textarea.json index 9d1fe10bfc..123a10dcf8 100644 --- a/apps/v4/public/r/styles/radix-mira/textarea.json +++ b/apps/v4/public/r/styles/radix-mira/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-mira/toggle-group.json b/apps/v4/public/r/styles/radix-mira/toggle-group.json index 8a20963bd6..d570bf07cd 100644 --- a/apps/v4/public/r/styles/radix-mira/toggle-group.json +++ b/apps/v4/public/r/styles/radix-mira/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/toggle.json b/apps/v4/public/r/styles/radix-mira/toggle.json index 2497172838..9a686d7714 100644 --- a/apps/v4/public/r/styles/radix-mira/toggle.json +++ b/apps/v4/public/r/styles/radix-mira/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-mira/tooltip.json b/apps/v4/public/r/styles/radix-mira/tooltip.json index 7b4a1ce8e9..a280c5d74f 100644 --- a/apps/v4/public/r/styles/radix-mira/tooltip.json +++ b/apps/v4/public/r/styles/radix-mira/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/accordion.json b/apps/v4/public/r/styles/radix-nova/accordion.json index 7c1aae02f2..c7c4eb9e38 100644 --- a/apps/v4/public/r/styles/radix-nova/accordion.json +++ b/apps/v4/public/r/styles/radix-nova/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/alert-dialog.json b/apps/v4/public/r/styles/radix-nova/alert-dialog.json index 1765deaea9..4b8953640b 100644 --- a/apps/v4/public/r/styles/radix-nova/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-nova/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/alert.json b/apps/v4/public/r/styles/radix-nova/alert.json index 6cfc3272b2..6936577f57 100644 --- a/apps/v4/public/r/styles/radix-nova/alert.json +++ b/apps/v4/public/r/styles/radix-nova/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/aspect-ratio.json b/apps/v4/public/r/styles/radix-nova/aspect-ratio.json index c9c8a8078c..5ae85a16f5 100644 --- a/apps/v4/public/r/styles/radix-nova/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-nova/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/avatar.json b/apps/v4/public/r/styles/radix-nova/avatar.json index bbe5fab17e..6f78866276 100644 --- a/apps/v4/public/r/styles/radix-nova/avatar.json +++ b/apps/v4/public/r/styles/radix-nova/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/badge.json b/apps/v4/public/r/styles/radix-nova/badge.json index 65980a69b6..1337caf9a2 100644 --- a/apps/v4/public/r/styles/radix-nova/badge.json +++ b/apps/v4/public/r/styles/radix-nova/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/breadcrumb.json b/apps/v4/public/r/styles/radix-nova/breadcrumb.json index 0ae5d337de..0a811cf945 100644 --- a/apps/v4/public/r/styles/radix-nova/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-nova/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/button-group.json b/apps/v4/public/r/styles/radix-nova/button-group.json index 05e6b08d91..7b5809f9c1 100644 --- a/apps/v4/public/r/styles/radix-nova/button-group.json +++ b/apps/v4/public/r/styles/radix-nova/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/button.json b/apps/v4/public/r/styles/radix-nova/button.json index 63bc7056d4..6444e0cd48 100644 --- a/apps/v4/public/r/styles/radix-nova/button.json +++ b/apps/v4/public/r/styles/radix-nova/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/calendar.json b/apps/v4/public/r/styles/radix-nova/calendar.json index d4211ff23e..c96461fefc 100644 --- a/apps/v4/public/r/styles/radix-nova/calendar.json +++ b/apps/v4/public/r/styles/radix-nova/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-nova/card.json b/apps/v4/public/r/styles/radix-nova/card.json index efabe364f6..ce876976a1 100644 --- a/apps/v4/public/r/styles/radix-nova/card.json +++ b/apps/v4/public/r/styles/radix-nova/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/carousel.json b/apps/v4/public/r/styles/radix-nova/carousel.json index c7c2b64bfc..aec6c1a1af 100644 --- a/apps/v4/public/r/styles/radix-nova/carousel.json +++ b/apps/v4/public/r/styles/radix-nova/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-nova/chart.json b/apps/v4/public/r/styles/radix-nova/chart.json index 11bb470eb5..4a7d5e330c 100644 --- a/apps/v4/public/r/styles/radix-nova/chart.json +++ b/apps/v4/public/r/styles/radix-nova/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/checkbox.json b/apps/v4/public/r/styles/radix-nova/checkbox.json index ed7031c9b1..a682ee9083 100644 --- a/apps/v4/public/r/styles/radix-nova/checkbox.json +++ b/apps/v4/public/r/styles/radix-nova/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/collapsible.json b/apps/v4/public/r/styles/radix-nova/collapsible.json index a8862c261a..0d9ed0858c 100644 --- a/apps/v4/public/r/styles/radix-nova/collapsible.json +++ b/apps/v4/public/r/styles/radix-nova/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/combobox.json b/apps/v4/public/r/styles/radix-nova/combobox.json index 3a8da68232..12478edbd3 100644 --- a/apps/v4/public/r/styles/radix-nova/combobox.json +++ b/apps/v4/public/r/styles/radix-nova/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-nova/command.json b/apps/v4/public/r/styles/radix-nova/command.json index 85a51eccd1..088a42cc22 100644 --- a/apps/v4/public/r/styles/radix-nova/command.json +++ b/apps/v4/public/r/styles/radix-nova/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-nova/context-menu.json b/apps/v4/public/r/styles/radix-nova/context-menu.json index 78d707c117..548a0ca1d6 100644 --- a/apps/v4/public/r/styles/radix-nova/context-menu.json +++ b/apps/v4/public/r/styles/radix-nova/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/dialog.json b/apps/v4/public/r/styles/radix-nova/dialog.json index c6276b1c45..9c67814a1a 100644 --- a/apps/v4/public/r/styles/radix-nova/dialog.json +++ b/apps/v4/public/r/styles/radix-nova/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/drawer.json b/apps/v4/public/r/styles/radix-nova/drawer.json index ce479167a1..52f8ddb077 100644 --- a/apps/v4/public/r/styles/radix-nova/drawer.json +++ b/apps/v4/public/r/styles/radix-nova/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-nova/dropdown-menu.json b/apps/v4/public/r/styles/radix-nova/dropdown-menu.json index 7e9d319227..8685bd1828 100644 --- a/apps/v4/public/r/styles/radix-nova/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-nova/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/empty.json b/apps/v4/public/r/styles/radix-nova/empty.json index 07d0bde562..87aa425097 100644 --- a/apps/v4/public/r/styles/radix-nova/empty.json +++ b/apps/v4/public/r/styles/radix-nova/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/field.json b/apps/v4/public/r/styles/radix-nova/field.json index 8514fb4f29..6162d66541 100644 --- a/apps/v4/public/r/styles/radix-nova/field.json +++ b/apps/v4/public/r/styles/radix-nova/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/hover-card.json b/apps/v4/public/r/styles/radix-nova/hover-card.json index af36f6fd8b..81d5919c48 100644 --- a/apps/v4/public/r/styles/radix-nova/hover-card.json +++ b/apps/v4/public/r/styles/radix-nova/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/input-group.json b/apps/v4/public/r/styles/radix-nova/input-group.json index 5b02f92418..b9798aa6ff 100644 --- a/apps/v4/public/r/styles/radix-nova/input-group.json +++ b/apps/v4/public/r/styles/radix-nova/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/input-otp.json b/apps/v4/public/r/styles/radix-nova/input-otp.json index e933bdb204..64c2ddf106 100644 --- a/apps/v4/public/r/styles/radix-nova/input-otp.json +++ b/apps/v4/public/r/styles/radix-nova/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-nova/input.json b/apps/v4/public/r/styles/radix-nova/input.json index 297e297c06..852afcf369 100644 --- a/apps/v4/public/r/styles/radix-nova/input.json +++ b/apps/v4/public/r/styles/radix-nova/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/item.json b/apps/v4/public/r/styles/radix-nova/item.json index 5fce361f0e..2ffc442cc6 100644 --- a/apps/v4/public/r/styles/radix-nova/item.json +++ b/apps/v4/public/r/styles/radix-nova/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/kbd.json b/apps/v4/public/r/styles/radix-nova/kbd.json index 596f500968..a6ca5ce8eb 100644 --- a/apps/v4/public/r/styles/radix-nova/kbd.json +++ b/apps/v4/public/r/styles/radix-nova/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/label.json b/apps/v4/public/r/styles/radix-nova/label.json index 07d81a5ddb..6062388819 100644 --- a/apps/v4/public/r/styles/radix-nova/label.json +++ b/apps/v4/public/r/styles/radix-nova/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/menubar.json b/apps/v4/public/r/styles/radix-nova/menubar.json index ad93c20224..9c9ebf3cc4 100644 --- a/apps/v4/public/r/styles/radix-nova/menubar.json +++ b/apps/v4/public/r/styles/radix-nova/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/native-select.json b/apps/v4/public/r/styles/radix-nova/native-select.json index 0531745e9e..0fdaee8816 100644 --- a/apps/v4/public/r/styles/radix-nova/native-select.json +++ b/apps/v4/public/r/styles/radix-nova/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/navigation-menu.json b/apps/v4/public/r/styles/radix-nova/navigation-menu.json index 69502848ae..696471afea 100644 --- a/apps/v4/public/r/styles/radix-nova/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-nova/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/pagination.json b/apps/v4/public/r/styles/radix-nova/pagination.json index 7448f7970d..3de863ca2b 100644 --- a/apps/v4/public/r/styles/radix-nova/pagination.json +++ b/apps/v4/public/r/styles/radix-nova/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/popover.json b/apps/v4/public/r/styles/radix-nova/popover.json index 8fd4fa1bcf..29bfda3e22 100644 --- a/apps/v4/public/r/styles/radix-nova/popover.json +++ b/apps/v4/public/r/styles/radix-nova/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/progress.json b/apps/v4/public/r/styles/radix-nova/progress.json index d23b39cc73..7c00445091 100644 --- a/apps/v4/public/r/styles/radix-nova/progress.json +++ b/apps/v4/public/r/styles/radix-nova/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/radio-group.json b/apps/v4/public/r/styles/radix-nova/radio-group.json index ed23631b1b..fade88e2b9 100644 --- a/apps/v4/public/r/styles/radix-nova/radio-group.json +++ b/apps/v4/public/r/styles/radix-nova/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/registry.json b/apps/v4/public/r/styles/radix-nova/registry.json index 629d0ed6f2..fc956d7e73 100644 --- a/apps/v4/public/r/styles/radix-nova/registry.json +++ b/apps/v4/public/r/styles/radix-nova/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/resizable.json b/apps/v4/public/r/styles/radix-nova/resizable.json index 0d378d3d42..ed24b510a6 100644 --- a/apps/v4/public/r/styles/radix-nova/resizable.json +++ b/apps/v4/public/r/styles/radix-nova/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-nova/scroll-area.json b/apps/v4/public/r/styles/radix-nova/scroll-area.json index 40a9294d9a..f7882dcbe9 100644 --- a/apps/v4/public/r/styles/radix-nova/scroll-area.json +++ b/apps/v4/public/r/styles/radix-nova/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/select.json b/apps/v4/public/r/styles/radix-nova/select.json index f171a978a7..27421dcf48 100644 --- a/apps/v4/public/r/styles/radix-nova/select.json +++ b/apps/v4/public/r/styles/radix-nova/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/separator.json b/apps/v4/public/r/styles/radix-nova/separator.json index 6b6d763a07..df5468abfd 100644 --- a/apps/v4/public/r/styles/radix-nova/separator.json +++ b/apps/v4/public/r/styles/radix-nova/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/sheet.json b/apps/v4/public/r/styles/radix-nova/sheet.json index 806a9fa850..e5831ef057 100644 --- a/apps/v4/public/r/styles/radix-nova/sheet.json +++ b/apps/v4/public/r/styles/radix-nova/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/sidebar.json b/apps/v4/public/r/styles/radix-nova/sidebar.json index a15754ea21..16d9935762 100644 --- a/apps/v4/public/r/styles/radix-nova/sidebar.json +++ b/apps/v4/public/r/styles/radix-nova/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/skeleton.json b/apps/v4/public/r/styles/radix-nova/skeleton.json index 65be48ae87..6da3812bcf 100644 --- a/apps/v4/public/r/styles/radix-nova/skeleton.json +++ b/apps/v4/public/r/styles/radix-nova/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/slider.json b/apps/v4/public/r/styles/radix-nova/slider.json index 60e4d317c1..44bac42fdd 100644 --- a/apps/v4/public/r/styles/radix-nova/slider.json +++ b/apps/v4/public/r/styles/radix-nova/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/sonner.json b/apps/v4/public/r/styles/radix-nova/sonner.json index dd96fe19ad..d9525f1b0d 100644 --- a/apps/v4/public/r/styles/radix-nova/sonner.json +++ b/apps/v4/public/r/styles/radix-nova/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-nova/spinner.json b/apps/v4/public/r/styles/radix-nova/spinner.json index d4a7a4cd80..54061ad181 100644 --- a/apps/v4/public/r/styles/radix-nova/spinner.json +++ b/apps/v4/public/r/styles/radix-nova/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/switch.json b/apps/v4/public/r/styles/radix-nova/switch.json index 6fe4077167..7814bbf43a 100644 --- a/apps/v4/public/r/styles/radix-nova/switch.json +++ b/apps/v4/public/r/styles/radix-nova/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/table.json b/apps/v4/public/r/styles/radix-nova/table.json index b388094f36..9d64b76335 100644 --- a/apps/v4/public/r/styles/radix-nova/table.json +++ b/apps/v4/public/r/styles/radix-nova/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/tabs.json b/apps/v4/public/r/styles/radix-nova/tabs.json index d279cc5128..08fd126aa2 100644 --- a/apps/v4/public/r/styles/radix-nova/tabs.json +++ b/apps/v4/public/r/styles/radix-nova/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/textarea.json b/apps/v4/public/r/styles/radix-nova/textarea.json index d10e4a28b4..4f0c88fafa 100644 --- a/apps/v4/public/r/styles/radix-nova/textarea.json +++ b/apps/v4/public/r/styles/radix-nova/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-nova/toggle-group.json b/apps/v4/public/r/styles/radix-nova/toggle-group.json index e754672b2b..e8f8d067e7 100644 --- a/apps/v4/public/r/styles/radix-nova/toggle-group.json +++ b/apps/v4/public/r/styles/radix-nova/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/toggle.json b/apps/v4/public/r/styles/radix-nova/toggle.json index 2720635ab0..051acd61cd 100644 --- a/apps/v4/public/r/styles/radix-nova/toggle.json +++ b/apps/v4/public/r/styles/radix-nova/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-nova/tooltip.json b/apps/v4/public/r/styles/radix-nova/tooltip.json index 2848a3d212..e2e1ac95ba 100644 --- a/apps/v4/public/r/styles/radix-nova/tooltip.json +++ b/apps/v4/public/r/styles/radix-nova/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/accordion.json b/apps/v4/public/r/styles/radix-sera/accordion.json index 27520cb7aa..de1b1ea631 100644 --- a/apps/v4/public/r/styles/radix-sera/accordion.json +++ b/apps/v4/public/r/styles/radix-sera/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/alert-dialog.json b/apps/v4/public/r/styles/radix-sera/alert-dialog.json index 27a7811d88..0eacac6845 100644 --- a/apps/v4/public/r/styles/radix-sera/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-sera/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/alert.json b/apps/v4/public/r/styles/radix-sera/alert.json index f224882628..533c45a6ff 100644 --- a/apps/v4/public/r/styles/radix-sera/alert.json +++ b/apps/v4/public/r/styles/radix-sera/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/aspect-ratio.json b/apps/v4/public/r/styles/radix-sera/aspect-ratio.json index 4fde7d8c38..acad275112 100644 --- a/apps/v4/public/r/styles/radix-sera/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-sera/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/avatar.json b/apps/v4/public/r/styles/radix-sera/avatar.json index f0a5285133..27fc665478 100644 --- a/apps/v4/public/r/styles/radix-sera/avatar.json +++ b/apps/v4/public/r/styles/radix-sera/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/badge.json b/apps/v4/public/r/styles/radix-sera/badge.json index 799b3d6f6b..a4db75917d 100644 --- a/apps/v4/public/r/styles/radix-sera/badge.json +++ b/apps/v4/public/r/styles/radix-sera/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/breadcrumb.json b/apps/v4/public/r/styles/radix-sera/breadcrumb.json index f0d6549871..c110217d1b 100644 --- a/apps/v4/public/r/styles/radix-sera/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-sera/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/button-group.json b/apps/v4/public/r/styles/radix-sera/button-group.json index 94b22dbdea..2f5f0956da 100644 --- a/apps/v4/public/r/styles/radix-sera/button-group.json +++ b/apps/v4/public/r/styles/radix-sera/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/button.json b/apps/v4/public/r/styles/radix-sera/button.json index cc20a33e73..e9f7bad44d 100644 --- a/apps/v4/public/r/styles/radix-sera/button.json +++ b/apps/v4/public/r/styles/radix-sera/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/calendar.json b/apps/v4/public/r/styles/radix-sera/calendar.json index b1f35258e6..2909f8fda4 100644 --- a/apps/v4/public/r/styles/radix-sera/calendar.json +++ b/apps/v4/public/r/styles/radix-sera/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-sera/card.json b/apps/v4/public/r/styles/radix-sera/card.json index 1b5ae1f3bf..02c9e60ddd 100644 --- a/apps/v4/public/r/styles/radix-sera/card.json +++ b/apps/v4/public/r/styles/radix-sera/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/carousel.json b/apps/v4/public/r/styles/radix-sera/carousel.json index 50cdca10c6..7747f04f48 100644 --- a/apps/v4/public/r/styles/radix-sera/carousel.json +++ b/apps/v4/public/r/styles/radix-sera/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-sera/chart.json b/apps/v4/public/r/styles/radix-sera/chart.json index dbc81c5dd6..b01b5c2acf 100644 --- a/apps/v4/public/r/styles/radix-sera/chart.json +++ b/apps/v4/public/r/styles/radix-sera/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/checkbox.json b/apps/v4/public/r/styles/radix-sera/checkbox.json index cd9223b833..696212c05c 100644 --- a/apps/v4/public/r/styles/radix-sera/checkbox.json +++ b/apps/v4/public/r/styles/radix-sera/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/collapsible.json b/apps/v4/public/r/styles/radix-sera/collapsible.json index 002bfa10c2..062a23c99c 100644 --- a/apps/v4/public/r/styles/radix-sera/collapsible.json +++ b/apps/v4/public/r/styles/radix-sera/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/combobox.json b/apps/v4/public/r/styles/radix-sera/combobox.json index 9f6b612a60..f4806b7220 100644 --- a/apps/v4/public/r/styles/radix-sera/combobox.json +++ b/apps/v4/public/r/styles/radix-sera/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-sera/command.json b/apps/v4/public/r/styles/radix-sera/command.json index b749ce341c..64703cef65 100644 --- a/apps/v4/public/r/styles/radix-sera/command.json +++ b/apps/v4/public/r/styles/radix-sera/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-sera/context-menu.json b/apps/v4/public/r/styles/radix-sera/context-menu.json index 308ceb5483..7d7604b667 100644 --- a/apps/v4/public/r/styles/radix-sera/context-menu.json +++ b/apps/v4/public/r/styles/radix-sera/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/dialog.json b/apps/v4/public/r/styles/radix-sera/dialog.json index df1a5bb3bc..7c7cc927d5 100644 --- a/apps/v4/public/r/styles/radix-sera/dialog.json +++ b/apps/v4/public/r/styles/radix-sera/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/drawer.json b/apps/v4/public/r/styles/radix-sera/drawer.json index f53eab917c..364d8420e7 100644 --- a/apps/v4/public/r/styles/radix-sera/drawer.json +++ b/apps/v4/public/r/styles/radix-sera/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-sera/dropdown-menu.json b/apps/v4/public/r/styles/radix-sera/dropdown-menu.json index 03c2f8e327..c3d7fecd09 100644 --- a/apps/v4/public/r/styles/radix-sera/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-sera/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/empty.json b/apps/v4/public/r/styles/radix-sera/empty.json index d5615f47a6..8ed5d05687 100644 --- a/apps/v4/public/r/styles/radix-sera/empty.json +++ b/apps/v4/public/r/styles/radix-sera/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/field.json b/apps/v4/public/r/styles/radix-sera/field.json index a49058a563..91030bc7b4 100644 --- a/apps/v4/public/r/styles/radix-sera/field.json +++ b/apps/v4/public/r/styles/radix-sera/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/hover-card.json b/apps/v4/public/r/styles/radix-sera/hover-card.json index 8f5d4fb7b6..074f3016cd 100644 --- a/apps/v4/public/r/styles/radix-sera/hover-card.json +++ b/apps/v4/public/r/styles/radix-sera/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/input-group.json b/apps/v4/public/r/styles/radix-sera/input-group.json index c2748ed518..471d61ae3f 100644 --- a/apps/v4/public/r/styles/radix-sera/input-group.json +++ b/apps/v4/public/r/styles/radix-sera/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/input-otp.json b/apps/v4/public/r/styles/radix-sera/input-otp.json index 9b76157ec8..4a7d0f39e5 100644 --- a/apps/v4/public/r/styles/radix-sera/input-otp.json +++ b/apps/v4/public/r/styles/radix-sera/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-sera/input.json b/apps/v4/public/r/styles/radix-sera/input.json index 90073ec79c..0a80a13aa7 100644 --- a/apps/v4/public/r/styles/radix-sera/input.json +++ b/apps/v4/public/r/styles/radix-sera/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/item.json b/apps/v4/public/r/styles/radix-sera/item.json index fe196e651d..79ca7703d2 100644 --- a/apps/v4/public/r/styles/radix-sera/item.json +++ b/apps/v4/public/r/styles/radix-sera/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/kbd.json b/apps/v4/public/r/styles/radix-sera/kbd.json index 53460e49dc..e9fc223a52 100644 --- a/apps/v4/public/r/styles/radix-sera/kbd.json +++ b/apps/v4/public/r/styles/radix-sera/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/label.json b/apps/v4/public/r/styles/radix-sera/label.json index 576e26e5db..4c6d7c40a7 100644 --- a/apps/v4/public/r/styles/radix-sera/label.json +++ b/apps/v4/public/r/styles/radix-sera/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/menubar.json b/apps/v4/public/r/styles/radix-sera/menubar.json index f3d7f8acb6..af1ae02f86 100644 --- a/apps/v4/public/r/styles/radix-sera/menubar.json +++ b/apps/v4/public/r/styles/radix-sera/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/native-select.json b/apps/v4/public/r/styles/radix-sera/native-select.json index bec47a9359..c61a66f81a 100644 --- a/apps/v4/public/r/styles/radix-sera/native-select.json +++ b/apps/v4/public/r/styles/radix-sera/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/navigation-menu.json b/apps/v4/public/r/styles/radix-sera/navigation-menu.json index e70fa95c87..020e1d31d1 100644 --- a/apps/v4/public/r/styles/radix-sera/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-sera/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/pagination.json b/apps/v4/public/r/styles/radix-sera/pagination.json index e42fbc2726..2e72d71359 100644 --- a/apps/v4/public/r/styles/radix-sera/pagination.json +++ b/apps/v4/public/r/styles/radix-sera/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/popover.json b/apps/v4/public/r/styles/radix-sera/popover.json index 9d76c44673..1159004339 100644 --- a/apps/v4/public/r/styles/radix-sera/popover.json +++ b/apps/v4/public/r/styles/radix-sera/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/progress.json b/apps/v4/public/r/styles/radix-sera/progress.json index a50d10129f..607d166db7 100644 --- a/apps/v4/public/r/styles/radix-sera/progress.json +++ b/apps/v4/public/r/styles/radix-sera/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/radio-group.json b/apps/v4/public/r/styles/radix-sera/radio-group.json index c642343f51..4138555336 100644 --- a/apps/v4/public/r/styles/radix-sera/radio-group.json +++ b/apps/v4/public/r/styles/radix-sera/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/registry.json b/apps/v4/public/r/styles/radix-sera/registry.json index 7dd4aabe8b..90a507e9c7 100644 --- a/apps/v4/public/r/styles/radix-sera/registry.json +++ b/apps/v4/public/r/styles/radix-sera/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/resizable.json b/apps/v4/public/r/styles/radix-sera/resizable.json index f71f5fd1c3..aeaca9d737 100644 --- a/apps/v4/public/r/styles/radix-sera/resizable.json +++ b/apps/v4/public/r/styles/radix-sera/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-sera/scroll-area.json b/apps/v4/public/r/styles/radix-sera/scroll-area.json index 7f4e756489..6622d91c3b 100644 --- a/apps/v4/public/r/styles/radix-sera/scroll-area.json +++ b/apps/v4/public/r/styles/radix-sera/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/select.json b/apps/v4/public/r/styles/radix-sera/select.json index d3f276fce2..f67f929698 100644 --- a/apps/v4/public/r/styles/radix-sera/select.json +++ b/apps/v4/public/r/styles/radix-sera/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/separator.json b/apps/v4/public/r/styles/radix-sera/separator.json index 408ce231f5..026c553755 100644 --- a/apps/v4/public/r/styles/radix-sera/separator.json +++ b/apps/v4/public/r/styles/radix-sera/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/sheet.json b/apps/v4/public/r/styles/radix-sera/sheet.json index 113eb7fa1b..c9f13f2f7f 100644 --- a/apps/v4/public/r/styles/radix-sera/sheet.json +++ b/apps/v4/public/r/styles/radix-sera/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/sidebar.json b/apps/v4/public/r/styles/radix-sera/sidebar.json index b66d2faf19..d7e2b319ff 100644 --- a/apps/v4/public/r/styles/radix-sera/sidebar.json +++ b/apps/v4/public/r/styles/radix-sera/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/skeleton.json b/apps/v4/public/r/styles/radix-sera/skeleton.json index 60006698c1..0a9558f5e6 100644 --- a/apps/v4/public/r/styles/radix-sera/skeleton.json +++ b/apps/v4/public/r/styles/radix-sera/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/slider.json b/apps/v4/public/r/styles/radix-sera/slider.json index 1bbf18d1a3..42dc64b9fd 100644 --- a/apps/v4/public/r/styles/radix-sera/slider.json +++ b/apps/v4/public/r/styles/radix-sera/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/sonner.json b/apps/v4/public/r/styles/radix-sera/sonner.json index 2bcc149995..d6bdc33a0a 100644 --- a/apps/v4/public/r/styles/radix-sera/sonner.json +++ b/apps/v4/public/r/styles/radix-sera/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-sera/spinner.json b/apps/v4/public/r/styles/radix-sera/spinner.json index 29dbac49d1..2a45808eed 100644 --- a/apps/v4/public/r/styles/radix-sera/spinner.json +++ b/apps/v4/public/r/styles/radix-sera/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/switch.json b/apps/v4/public/r/styles/radix-sera/switch.json index 55f41c5c07..27cfe62fd5 100644 --- a/apps/v4/public/r/styles/radix-sera/switch.json +++ b/apps/v4/public/r/styles/radix-sera/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/table.json b/apps/v4/public/r/styles/radix-sera/table.json index 3eb42a7aca..69e4bf3431 100644 --- a/apps/v4/public/r/styles/radix-sera/table.json +++ b/apps/v4/public/r/styles/radix-sera/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/tabs.json b/apps/v4/public/r/styles/radix-sera/tabs.json index a2fd65af0f..05247eca1f 100644 --- a/apps/v4/public/r/styles/radix-sera/tabs.json +++ b/apps/v4/public/r/styles/radix-sera/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/textarea.json b/apps/v4/public/r/styles/radix-sera/textarea.json index df9bcf5a2e..d749a4817c 100644 --- a/apps/v4/public/r/styles/radix-sera/textarea.json +++ b/apps/v4/public/r/styles/radix-sera/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-sera/toggle-group.json b/apps/v4/public/r/styles/radix-sera/toggle-group.json index 93c7ffd1b1..e275e95e58 100644 --- a/apps/v4/public/r/styles/radix-sera/toggle-group.json +++ b/apps/v4/public/r/styles/radix-sera/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/toggle.json b/apps/v4/public/r/styles/radix-sera/toggle.json index bac107ad7b..ea57dc7c5a 100644 --- a/apps/v4/public/r/styles/radix-sera/toggle.json +++ b/apps/v4/public/r/styles/radix-sera/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-sera/tooltip.json b/apps/v4/public/r/styles/radix-sera/tooltip.json index b06bebc44b..c4cd54b376 100644 --- a/apps/v4/public/r/styles/radix-sera/tooltip.json +++ b/apps/v4/public/r/styles/radix-sera/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/accordion.json b/apps/v4/public/r/styles/radix-vega/accordion.json index 606d8bf5fa..be5b4a8dea 100644 --- a/apps/v4/public/r/styles/radix-vega/accordion.json +++ b/apps/v4/public/r/styles/radix-vega/accordion.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/alert-dialog.json b/apps/v4/public/r/styles/radix-vega/alert-dialog.json index d2fad9c1d5..c55f35034b 100644 --- a/apps/v4/public/r/styles/radix-vega/alert-dialog.json +++ b/apps/v4/public/r/styles/radix-vega/alert-dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/alert.json b/apps/v4/public/r/styles/radix-vega/alert.json index 71a5080f8e..4ed5e6daa3 100644 --- a/apps/v4/public/r/styles/radix-vega/alert.json +++ b/apps/v4/public/r/styles/radix-vega/alert.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/aspect-ratio.json b/apps/v4/public/r/styles/radix-vega/aspect-ratio.json index bc12a7dd22..8372f89a69 100644 --- a/apps/v4/public/r/styles/radix-vega/aspect-ratio.json +++ b/apps/v4/public/r/styles/radix-vega/aspect-ratio.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/avatar.json b/apps/v4/public/r/styles/radix-vega/avatar.json index 9d2fe377cd..dc64f4ca9e 100644 --- a/apps/v4/public/r/styles/radix-vega/avatar.json +++ b/apps/v4/public/r/styles/radix-vega/avatar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/badge.json b/apps/v4/public/r/styles/radix-vega/badge.json index e9e2674eee..db734d9271 100644 --- a/apps/v4/public/r/styles/radix-vega/badge.json +++ b/apps/v4/public/r/styles/radix-vega/badge.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/breadcrumb.json b/apps/v4/public/r/styles/radix-vega/breadcrumb.json index 336df44cf0..52a1cdd8a9 100644 --- a/apps/v4/public/r/styles/radix-vega/breadcrumb.json +++ b/apps/v4/public/r/styles/radix-vega/breadcrumb.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/button-group.json b/apps/v4/public/r/styles/radix-vega/button-group.json index 2664e61740..a756547eda 100644 --- a/apps/v4/public/r/styles/radix-vega/button-group.json +++ b/apps/v4/public/r/styles/radix-vega/button-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/button.json b/apps/v4/public/r/styles/radix-vega/button.json index b1dbc4bd42..f6a2e14836 100644 --- a/apps/v4/public/r/styles/radix-vega/button.json +++ b/apps/v4/public/r/styles/radix-vega/button.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/calendar.json b/apps/v4/public/r/styles/radix-vega/calendar.json index d779923dce..48d35165a2 100644 --- a/apps/v4/public/r/styles/radix-vega/calendar.json +++ b/apps/v4/public/r/styles/radix-vega/calendar.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, diff --git a/apps/v4/public/r/styles/radix-vega/card.json b/apps/v4/public/r/styles/radix-vega/card.json index 0cf02dfacd..e4f68d5c35 100644 --- a/apps/v4/public/r/styles/radix-vega/card.json +++ b/apps/v4/public/r/styles/radix-vega/card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/carousel.json b/apps/v4/public/r/styles/radix-vega/carousel.json index 149c01ee52..e040dd5122 100644 --- a/apps/v4/public/r/styles/radix-vega/carousel.json +++ b/apps/v4/public/r/styles/radix-vega/carousel.json @@ -17,7 +17,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, diff --git a/apps/v4/public/r/styles/radix-vega/chart.json b/apps/v4/public/r/styles/radix-vega/chart.json index 8f0811616d..3437f87eb7 100644 --- a/apps/v4/public/r/styles/radix-vega/chart.json +++ b/apps/v4/public/r/styles/radix-vega/chart.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/checkbox.json b/apps/v4/public/r/styles/radix-vega/checkbox.json index 9c3501708b..a0b7e9c59b 100644 --- a/apps/v4/public/r/styles/radix-vega/checkbox.json +++ b/apps/v4/public/r/styles/radix-vega/checkbox.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/collapsible.json b/apps/v4/public/r/styles/radix-vega/collapsible.json index e38b5439ce..1b39a8c2bd 100644 --- a/apps/v4/public/r/styles/radix-vega/collapsible.json +++ b/apps/v4/public/r/styles/radix-vega/collapsible.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/combobox.json b/apps/v4/public/r/styles/radix-vega/combobox.json index aef18449e9..703045e2d8 100644 --- a/apps/v4/public/r/styles/radix-vega/combobox.json +++ b/apps/v4/public/r/styles/radix-vega/combobox.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, diff --git a/apps/v4/public/r/styles/radix-vega/command.json b/apps/v4/public/r/styles/radix-vega/command.json index 6c361fb077..b0e3d78884 100644 --- a/apps/v4/public/r/styles/radix-vega/command.json +++ b/apps/v4/public/r/styles/radix-vega/command.json @@ -18,7 +18,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, diff --git a/apps/v4/public/r/styles/radix-vega/context-menu.json b/apps/v4/public/r/styles/radix-vega/context-menu.json index 673f930bbc..5c4a57316e 100644 --- a/apps/v4/public/r/styles/radix-vega/context-menu.json +++ b/apps/v4/public/r/styles/radix-vega/context-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/dialog.json b/apps/v4/public/r/styles/radix-vega/dialog.json index 746fbb2078..3dae725f72 100644 --- a/apps/v4/public/r/styles/radix-vega/dialog.json +++ b/apps/v4/public/r/styles/radix-vega/dialog.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/drawer.json b/apps/v4/public/r/styles/radix-vega/drawer.json index 564a422225..cca7d3580d 100644 --- a/apps/v4/public/r/styles/radix-vega/drawer.json +++ b/apps/v4/public/r/styles/radix-vega/drawer.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, diff --git a/apps/v4/public/r/styles/radix-vega/dropdown-menu.json b/apps/v4/public/r/styles/radix-vega/dropdown-menu.json index 138418b67f..775cbe9433 100644 --- a/apps/v4/public/r/styles/radix-vega/dropdown-menu.json +++ b/apps/v4/public/r/styles/radix-vega/dropdown-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/empty.json b/apps/v4/public/r/styles/radix-vega/empty.json index e685e9dcf2..1286b02144 100644 --- a/apps/v4/public/r/styles/radix-vega/empty.json +++ b/apps/v4/public/r/styles/radix-vega/empty.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/field.json b/apps/v4/public/r/styles/radix-vega/field.json index 0aff2f6df1..1e9c23cef1 100644 --- a/apps/v4/public/r/styles/radix-vega/field.json +++ b/apps/v4/public/r/styles/radix-vega/field.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/hover-card.json b/apps/v4/public/r/styles/radix-vega/hover-card.json index e0857aece2..ce7630dbfe 100644 --- a/apps/v4/public/r/styles/radix-vega/hover-card.json +++ b/apps/v4/public/r/styles/radix-vega/hover-card.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/input-group.json b/apps/v4/public/r/styles/radix-vega/input-group.json index bae39eec37..f6859760f6 100644 --- a/apps/v4/public/r/styles/radix-vega/input-group.json +++ b/apps/v4/public/r/styles/radix-vega/input-group.json @@ -16,7 +16,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/input-otp.json b/apps/v4/public/r/styles/radix-vega/input-otp.json index ef208e82b6..3f307229e8 100644 --- a/apps/v4/public/r/styles/radix-vega/input-otp.json +++ b/apps/v4/public/r/styles/radix-vega/input-otp.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, diff --git a/apps/v4/public/r/styles/radix-vega/input.json b/apps/v4/public/r/styles/radix-vega/input.json index 75d96d5bd2..61bccedec4 100644 --- a/apps/v4/public/r/styles/radix-vega/input.json +++ b/apps/v4/public/r/styles/radix-vega/input.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/item.json b/apps/v4/public/r/styles/radix-vega/item.json index 364f03c9c9..72514388f3 100644 --- a/apps/v4/public/r/styles/radix-vega/item.json +++ b/apps/v4/public/r/styles/radix-vega/item.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/kbd.json b/apps/v4/public/r/styles/radix-vega/kbd.json index 3f06543a54..eb478ac6e2 100644 --- a/apps/v4/public/r/styles/radix-vega/kbd.json +++ b/apps/v4/public/r/styles/radix-vega/kbd.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/label.json b/apps/v4/public/r/styles/radix-vega/label.json index ae7afb3e22..b8606c0549 100644 --- a/apps/v4/public/r/styles/radix-vega/label.json +++ b/apps/v4/public/r/styles/radix-vega/label.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/menubar.json b/apps/v4/public/r/styles/radix-vega/menubar.json index 8208debbbe..14f18369c1 100644 --- a/apps/v4/public/r/styles/radix-vega/menubar.json +++ b/apps/v4/public/r/styles/radix-vega/menubar.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/native-select.json b/apps/v4/public/r/styles/radix-vega/native-select.json index bda9fb721f..b25057f64e 100644 --- a/apps/v4/public/r/styles/radix-vega/native-select.json +++ b/apps/v4/public/r/styles/radix-vega/native-select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/navigation-menu.json b/apps/v4/public/r/styles/radix-vega/navigation-menu.json index 6b9dfcbd62..084fa2b4a2 100644 --- a/apps/v4/public/r/styles/radix-vega/navigation-menu.json +++ b/apps/v4/public/r/styles/radix-vega/navigation-menu.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/pagination.json b/apps/v4/public/r/styles/radix-vega/pagination.json index f66b53286b..4dbe2838c4 100644 --- a/apps/v4/public/r/styles/radix-vega/pagination.json +++ b/apps/v4/public/r/styles/radix-vega/pagination.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/popover.json b/apps/v4/public/r/styles/radix-vega/popover.json index d54ca8a0db..20a924b1f6 100644 --- a/apps/v4/public/r/styles/radix-vega/popover.json +++ b/apps/v4/public/r/styles/radix-vega/popover.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/progress.json b/apps/v4/public/r/styles/radix-vega/progress.json index 93972071b5..af3afb0c76 100644 --- a/apps/v4/public/r/styles/radix-vega/progress.json +++ b/apps/v4/public/r/styles/radix-vega/progress.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/radio-group.json b/apps/v4/public/r/styles/radix-vega/radio-group.json index eab3caa159..cdad61f2bb 100644 --- a/apps/v4/public/r/styles/radix-vega/radio-group.json +++ b/apps/v4/public/r/styles/radix-vega/radio-group.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/registry.json b/apps/v4/public/r/styles/radix-vega/registry.json index 26427704f8..033d1004b3 100644 --- a/apps/v4/public/r/styles/radix-vega/registry.json +++ b/apps/v4/public/r/styles/radix-vega/registry.json @@ -55,7 +55,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/accordion", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/accordion.md" } }, @@ -72,7 +72,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx" } }, "type": "registry:ui" @@ -89,7 +89,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/alert-dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md" } }, @@ -106,7 +106,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/aspect-ratio", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md" } }, @@ -123,7 +123,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/avatar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", "api": "https://www.radix-ui.com/primitives/docs/components/avatar.md" } }, @@ -140,7 +140,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/badge", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx" } }, "type": "registry:ui" @@ -156,7 +156,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/breadcrumb", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx" } }, "type": "registry:ui" @@ -172,7 +172,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx" } }, "type": "registry:ui" @@ -189,7 +189,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/button-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx" } }, "type": "registry:ui" @@ -207,7 +207,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/calendar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", "api": "https://react-day-picker.js.org" } }, @@ -224,7 +224,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx" } }, "type": "registry:ui" @@ -242,7 +242,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/carousel", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", "api": "https://www.embla-carousel.com/get-started/react" } }, @@ -260,7 +260,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/chart", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx" } }, "type": "registry:ui" @@ -276,7 +276,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/checkbox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/checkbox.md" } }, @@ -293,7 +293,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/collapsible", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/collapsible.md" } }, @@ -312,7 +312,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/combobox", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", "api": "https://base-ui.com/react/components/combobox" } }, @@ -331,7 +331,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/command", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", "api": "https://github.com/dip/cmdk" } }, @@ -348,7 +348,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/context-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/context-menu.md" } }, @@ -366,7 +366,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dialog", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -384,7 +384,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/drawer", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", "api": "https://vaul.emilkowal.ski/getting-started" } }, @@ -401,7 +401,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/dropdown-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md" } }, @@ -418,7 +418,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/empty", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx" } }, "type": "registry:ui" @@ -435,7 +435,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/field", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx" } }, "type": "registry:ui" @@ -455,7 +455,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/hover-card", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/hover-card.md" } }, @@ -472,7 +472,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" @@ -489,7 +489,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx" } }, "type": "registry:ui" @@ -506,7 +506,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input-otp", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", "api": "https://input-otp.rodz.dev" } }, @@ -524,7 +524,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/item", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx" } }, "type": "registry:ui" @@ -540,7 +540,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/label", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/label.md" } }, @@ -557,7 +557,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/menubar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/menubar.md" } }, @@ -574,7 +574,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/navigation-menu", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md" } }, @@ -592,7 +592,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/pagination", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx" } }, "type": "registry:ui" @@ -608,7 +608,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/popover", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/popover.md" } }, @@ -625,7 +625,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, @@ -642,7 +642,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/radio-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/radio-group.md" } }, @@ -660,7 +660,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, @@ -677,7 +677,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, @@ -694,7 +694,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, @@ -711,7 +711,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, @@ -729,7 +729,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, @@ -755,7 +755,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" @@ -771,7 +771,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" @@ -787,7 +787,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, @@ -805,7 +805,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, @@ -822,7 +822,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" @@ -838,7 +838,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, @@ -855,7 +855,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" @@ -871,7 +871,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, @@ -888,7 +888,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" @@ -904,7 +904,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, @@ -922,7 +922,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, @@ -939,7 +939,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, @@ -957,7 +957,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" @@ -973,7 +973,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/native-select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/resizable.json b/apps/v4/public/r/styles/radix-vega/resizable.json index 68fd300de1..df0d9de38a 100644 --- a/apps/v4/public/r/styles/radix-vega/resizable.json +++ b/apps/v4/public/r/styles/radix-vega/resizable.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/resizable", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", "api": "https://github.com/bvaughn/react-resizable-panels" } }, diff --git a/apps/v4/public/r/styles/radix-vega/scroll-area.json b/apps/v4/public/r/styles/radix-vega/scroll-area.json index f4a62911d8..20573f5e53 100644 --- a/apps/v4/public/r/styles/radix-vega/scroll-area.json +++ b/apps/v4/public/r/styles/radix-vega/scroll-area.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/scroll-area", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/scroll-area.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/select.json b/apps/v4/public/r/styles/radix-vega/select.json index 8134356b92..01052ca0f4 100644 --- a/apps/v4/public/r/styles/radix-vega/select.json +++ b/apps/v4/public/r/styles/radix-vega/select.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/select", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/select.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/separator.json b/apps/v4/public/r/styles/radix-vega/separator.json index a876c8a01e..314d7284b8 100644 --- a/apps/v4/public/r/styles/radix-vega/separator.json +++ b/apps/v4/public/r/styles/radix-vega/separator.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/separator", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/separator.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/sheet.json b/apps/v4/public/r/styles/radix-vega/sheet.json index e309edc7c2..21dd06a59c 100644 --- a/apps/v4/public/r/styles/radix-vega/sheet.json +++ b/apps/v4/public/r/styles/radix-vega/sheet.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sheet", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/dialog.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/sidebar.json b/apps/v4/public/r/styles/radix-vega/sidebar.json index 3cd185adf1..82ef976704 100644 --- a/apps/v4/public/r/styles/radix-vega/sidebar.json +++ b/apps/v4/public/r/styles/radix-vega/sidebar.json @@ -20,7 +20,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sidebar", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/skeleton.json b/apps/v4/public/r/styles/radix-vega/skeleton.json index 332affdef9..78ad53488d 100644 --- a/apps/v4/public/r/styles/radix-vega/skeleton.json +++ b/apps/v4/public/r/styles/radix-vega/skeleton.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/slider.json b/apps/v4/public/r/styles/radix-vega/slider.json index aff5a0244a..852b866b11 100644 --- a/apps/v4/public/r/styles/radix-vega/slider.json +++ b/apps/v4/public/r/styles/radix-vega/slider.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/slider", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/slider.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/sonner.json b/apps/v4/public/r/styles/radix-vega/sonner.json index 874a35e4dd..9405ee95bf 100644 --- a/apps/v4/public/r/styles/radix-vega/sonner.json +++ b/apps/v4/public/r/styles/radix-vega/sonner.json @@ -15,7 +15,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/sonner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", "api": "https://sonner.emilkowal.ski" } }, diff --git a/apps/v4/public/r/styles/radix-vega/spinner.json b/apps/v4/public/r/styles/radix-vega/spinner.json index 33e46db8fe..c6bd89f8ed 100644 --- a/apps/v4/public/r/styles/radix-vega/spinner.json +++ b/apps/v4/public/r/styles/radix-vega/spinner.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/spinner", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/switch.json b/apps/v4/public/r/styles/radix-vega/switch.json index ebc703c59b..69fad0b708 100644 --- a/apps/v4/public/r/styles/radix-vega/switch.json +++ b/apps/v4/public/r/styles/radix-vega/switch.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/switch", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/switch.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/table.json b/apps/v4/public/r/styles/radix-vega/table.json index 3e0812e00a..3ceb5462f7 100644 --- a/apps/v4/public/r/styles/radix-vega/table.json +++ b/apps/v4/public/r/styles/radix-vega/table.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/table", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/tabs.json b/apps/v4/public/r/styles/radix-vega/tabs.json index c3e5fc260a..53dd5a746f 100644 --- a/apps/v4/public/r/styles/radix-vega/tabs.json +++ b/apps/v4/public/r/styles/radix-vega/tabs.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tabs", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tabs.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/textarea.json b/apps/v4/public/r/styles/radix-vega/textarea.json index b96aebebfd..fc7ba812bf 100644 --- a/apps/v4/public/r/styles/radix-vega/textarea.json +++ b/apps/v4/public/r/styles/radix-vega/textarea.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/textarea", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx" + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx" } }, "type": "registry:ui" diff --git a/apps/v4/public/r/styles/radix-vega/toggle-group.json b/apps/v4/public/r/styles/radix-vega/toggle-group.json index e7d64835e2..e119e2402d 100644 --- a/apps/v4/public/r/styles/radix-vega/toggle-group.json +++ b/apps/v4/public/r/styles/radix-vega/toggle-group.json @@ -14,7 +14,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle-group", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle-group.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/toggle.json b/apps/v4/public/r/styles/radix-vega/toggle.json index 5edc728258..7eeb011a01 100644 --- a/apps/v4/public/r/styles/radix-vega/toggle.json +++ b/apps/v4/public/r/styles/radix-vega/toggle.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/toggle", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/toggle.md" } }, diff --git a/apps/v4/public/r/styles/radix-vega/tooltip.json b/apps/v4/public/r/styles/radix-vega/tooltip.json index 4830be3d16..3409f8e8c8 100644 --- a/apps/v4/public/r/styles/radix-vega/tooltip.json +++ b/apps/v4/public/r/styles/radix-vega/tooltip.json @@ -11,7 +11,7 @@ "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/tooltip", - "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/tooltip.md" } }, diff --git a/apps/v4/registry/__index__.tsx b/apps/v4/registry/__index__.tsx index fd9180e95b..9245d09bcd 100644 --- a/apps/v4/registry/__index__.tsx +++ b/apps/v4/registry/__index__.tsx @@ -10726,7 +10726,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -10758,7 +10758,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -10789,7 +10789,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -10821,7 +10821,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -10852,7 +10852,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -10884,7 +10884,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -10915,7 +10915,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -10946,7 +10946,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -10977,7 +10977,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -11008,7 +11008,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -11040,7 +11040,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -11071,7 +11071,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -11103,7 +11103,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -11134,7 +11134,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -11166,7 +11166,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -11198,7 +11198,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -11230,7 +11230,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -11262,7 +11262,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -11294,7 +11294,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -11326,7 +11326,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -11358,7 +11358,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -11390,7 +11390,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -11421,7 +11421,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -11452,7 +11452,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -11484,7 +11484,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -11515,7 +11515,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -11546,7 +11546,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -11578,7 +11578,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -11609,7 +11609,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -11641,7 +11641,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -11673,7 +11673,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -11705,7 +11705,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -11736,7 +11736,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -11768,7 +11768,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -11800,7 +11800,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -11832,7 +11832,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -11864,7 +11864,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -11896,7 +11896,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -11928,7 +11928,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -11960,7 +11960,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -12000,7 +12000,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -12031,7 +12031,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -12062,7 +12062,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -12094,7 +12094,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -12126,7 +12126,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -12157,7 +12157,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -12189,7 +12189,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -12220,7 +12220,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -12252,7 +12252,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -12283,7 +12283,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -12315,7 +12315,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -12347,7 +12347,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -12379,7 +12379,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -12410,7 +12410,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -12473,7 +12473,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -12505,7 +12505,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -12536,7 +12536,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -12568,7 +12568,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -12600,7 +12600,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -12632,7 +12632,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -12663,7 +12663,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -12694,7 +12694,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -12725,7 +12725,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -12756,7 +12756,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -12788,7 +12788,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -12819,7 +12819,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -12851,7 +12851,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -12882,7 +12882,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -12914,7 +12914,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -12946,7 +12946,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -12978,7 +12978,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -13010,7 +13010,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -13042,7 +13042,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -13074,7 +13074,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -13106,7 +13106,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -13138,7 +13138,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -13169,7 +13169,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -13200,7 +13200,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -13232,7 +13232,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -13263,7 +13263,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -13294,7 +13294,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -13326,7 +13326,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -13357,7 +13357,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -13389,7 +13389,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -13421,7 +13421,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -13453,7 +13453,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -13484,7 +13484,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -13516,7 +13516,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -13548,7 +13548,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -13580,7 +13580,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -13612,7 +13612,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -13644,7 +13644,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -13676,7 +13676,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -13708,7 +13708,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -13748,7 +13748,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -13779,7 +13779,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -13810,7 +13810,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -13842,7 +13842,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -13874,7 +13874,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -13905,7 +13905,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -13937,7 +13937,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -13968,7 +13968,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -14000,7 +14000,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -14031,7 +14031,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -14063,7 +14063,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -14095,7 +14095,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -14127,7 +14127,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -14158,7 +14158,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -14221,7 +14221,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -14253,7 +14253,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -14284,7 +14284,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -14316,7 +14316,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -14348,7 +14348,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -14380,7 +14380,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -14411,7 +14411,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -14442,7 +14442,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -14473,7 +14473,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -14504,7 +14504,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -14536,7 +14536,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -14567,7 +14567,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -14599,7 +14599,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -14630,7 +14630,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -14662,7 +14662,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -14694,7 +14694,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -14726,7 +14726,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -14758,7 +14758,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -14790,7 +14790,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -14822,7 +14822,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -14854,7 +14854,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -14886,7 +14886,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -14917,7 +14917,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -14948,7 +14948,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -14980,7 +14980,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -15011,7 +15011,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -15042,7 +15042,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -15074,7 +15074,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -15105,7 +15105,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -15137,7 +15137,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -15169,7 +15169,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -15201,7 +15201,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -15232,7 +15232,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -15264,7 +15264,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -15296,7 +15296,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -15328,7 +15328,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -15360,7 +15360,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -15392,7 +15392,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -15424,7 +15424,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -15456,7 +15456,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -15496,7 +15496,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -15527,7 +15527,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -15558,7 +15558,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -15590,7 +15590,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -15622,7 +15622,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -15653,7 +15653,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -15685,7 +15685,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -15716,7 +15716,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -15748,7 +15748,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -15779,7 +15779,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -15811,7 +15811,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -15843,7 +15843,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -15875,7 +15875,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -15906,7 +15906,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -15969,7 +15969,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -16001,7 +16001,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -16032,7 +16032,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -16064,7 +16064,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -16096,7 +16096,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -16128,7 +16128,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -16159,7 +16159,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -16190,7 +16190,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -16221,7 +16221,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -16252,7 +16252,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -16284,7 +16284,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -16315,7 +16315,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -16347,7 +16347,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -16378,7 +16378,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -16410,7 +16410,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -16442,7 +16442,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -16474,7 +16474,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -16506,7 +16506,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -16538,7 +16538,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -16570,7 +16570,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -16602,7 +16602,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -16634,7 +16634,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -16665,7 +16665,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -16696,7 +16696,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -16728,7 +16728,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -16759,7 +16759,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -16790,7 +16790,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -16822,7 +16822,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -16853,7 +16853,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -16885,7 +16885,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -16917,7 +16917,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -16949,7 +16949,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -16980,7 +16980,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -17012,7 +17012,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -17044,7 +17044,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -17076,7 +17076,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -17108,7 +17108,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -17140,7 +17140,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -17172,7 +17172,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -17204,7 +17204,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -17244,7 +17244,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -17275,7 +17275,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -17306,7 +17306,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -17338,7 +17338,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -17370,7 +17370,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -17401,7 +17401,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -17433,7 +17433,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -17464,7 +17464,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -17496,7 +17496,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -17527,7 +17527,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -17559,7 +17559,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -17591,7 +17591,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -17623,7 +17623,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -17654,7 +17654,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -17717,7 +17717,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -17749,7 +17749,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -17780,7 +17780,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -17812,7 +17812,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -17844,7 +17844,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -17876,7 +17876,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -17907,7 +17907,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -17938,7 +17938,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -17969,7 +17969,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -18000,7 +18000,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -18032,7 +18032,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -18063,7 +18063,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -18095,7 +18095,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -18126,7 +18126,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -18158,7 +18158,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -18190,7 +18190,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -18222,7 +18222,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -18254,7 +18254,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -18286,7 +18286,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -18318,7 +18318,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -18350,7 +18350,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -18382,7 +18382,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -18413,7 +18413,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -18444,7 +18444,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -18476,7 +18476,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -18507,7 +18507,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -18538,7 +18538,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -18570,7 +18570,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -18601,7 +18601,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -18633,7 +18633,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -18665,7 +18665,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -18697,7 +18697,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -18728,7 +18728,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -18760,7 +18760,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -18792,7 +18792,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -18824,7 +18824,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -18856,7 +18856,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -18888,7 +18888,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -18920,7 +18920,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -18952,7 +18952,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -18992,7 +18992,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -19023,7 +19023,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -19054,7 +19054,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -19086,7 +19086,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -19118,7 +19118,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -19149,7 +19149,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -19181,7 +19181,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -19212,7 +19212,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -19244,7 +19244,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -19275,7 +19275,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -19307,7 +19307,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -19339,7 +19339,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -19371,7 +19371,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -19402,7 +19402,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -19465,7 +19465,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -19497,7 +19497,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -19528,7 +19528,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -19560,7 +19560,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -19592,7 +19592,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -19624,7 +19624,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -19655,7 +19655,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -19686,7 +19686,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -19717,7 +19717,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -19748,7 +19748,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -19780,7 +19780,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -19811,7 +19811,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -19843,7 +19843,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -19874,7 +19874,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -19906,7 +19906,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -19938,7 +19938,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -19970,7 +19970,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -20002,7 +20002,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -20034,7 +20034,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -20066,7 +20066,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -20098,7 +20098,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -20130,7 +20130,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -20161,7 +20161,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -20192,7 +20192,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -20224,7 +20224,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -20255,7 +20255,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -20286,7 +20286,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -20318,7 +20318,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -20349,7 +20349,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -20381,7 +20381,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -20413,7 +20413,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -20445,7 +20445,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -20476,7 +20476,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -20508,7 +20508,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -20540,7 +20540,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -20572,7 +20572,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -20604,7 +20604,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -20636,7 +20636,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -20668,7 +20668,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -20700,7 +20700,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -20740,7 +20740,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -20771,7 +20771,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -20802,7 +20802,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -20834,7 +20834,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -20866,7 +20866,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -20897,7 +20897,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -20929,7 +20929,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -20960,7 +20960,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -20992,7 +20992,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -21023,7 +21023,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -21055,7 +21055,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -21087,7 +21087,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -21119,7 +21119,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -21150,7 +21150,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -21213,7 +21213,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -21245,7 +21245,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -21276,7 +21276,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -21308,7 +21308,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -21340,7 +21340,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -21372,7 +21372,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -21403,7 +21403,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -21434,7 +21434,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -21465,7 +21465,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -21496,7 +21496,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -21528,7 +21528,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -21559,7 +21559,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -21591,7 +21591,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -21622,7 +21622,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -21654,7 +21654,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -21686,7 +21686,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -21718,7 +21718,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -21750,7 +21750,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -21782,7 +21782,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -21814,7 +21814,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -21846,7 +21846,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -21878,7 +21878,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -21909,7 +21909,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -21940,7 +21940,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -21972,7 +21972,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -22003,7 +22003,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -22034,7 +22034,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -22066,7 +22066,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -22097,7 +22097,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -22129,7 +22129,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -22161,7 +22161,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -22193,7 +22193,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -22224,7 +22224,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -22256,7 +22256,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -22288,7 +22288,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -22320,7 +22320,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -22352,7 +22352,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -22384,7 +22384,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -22416,7 +22416,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -22448,7 +22448,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -22488,7 +22488,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -22519,7 +22519,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -22550,7 +22550,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -22582,7 +22582,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -22614,7 +22614,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -22645,7 +22645,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -22677,7 +22677,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -22708,7 +22708,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -22740,7 +22740,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -22771,7 +22771,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -22803,7 +22803,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -22835,7 +22835,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -22867,7 +22867,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -22898,7 +22898,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -22961,7 +22961,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -22993,7 +22993,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -23024,7 +23024,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -23056,7 +23056,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -23088,7 +23088,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -23120,7 +23120,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -23151,7 +23151,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -23182,7 +23182,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -23213,7 +23213,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -23244,7 +23244,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -23276,7 +23276,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -23307,7 +23307,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -23339,7 +23339,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -23370,7 +23370,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -23402,7 +23402,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -23434,7 +23434,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -23466,7 +23466,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -23498,7 +23498,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -23530,7 +23530,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -23562,7 +23562,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -23594,7 +23594,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -23626,7 +23626,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -23657,7 +23657,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -23688,7 +23688,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -23720,7 +23720,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -23751,7 +23751,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -23782,7 +23782,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -23814,7 +23814,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -23845,7 +23845,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -23877,7 +23877,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -23909,7 +23909,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -23941,7 +23941,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -23972,7 +23972,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -24004,7 +24004,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -24036,7 +24036,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -24068,7 +24068,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -24100,7 +24100,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -24132,7 +24132,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -24164,7 +24164,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -24196,7 +24196,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -24236,7 +24236,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -24267,7 +24267,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -24298,7 +24298,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -24330,7 +24330,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -24362,7 +24362,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -24393,7 +24393,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -24425,7 +24425,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -24456,7 +24456,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -24488,7 +24488,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -24519,7 +24519,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -24551,7 +24551,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -24583,7 +24583,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -24615,7 +24615,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -24646,7 +24646,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -24709,7 +24709,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -24741,7 +24741,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -24772,7 +24772,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -24804,7 +24804,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -24835,7 +24835,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -24867,7 +24867,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -24898,7 +24898,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -24929,7 +24929,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -24960,7 +24960,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -24991,7 +24991,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -25023,7 +25023,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -25054,7 +25054,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -25086,7 +25086,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -25117,7 +25117,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -25149,7 +25149,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -25181,7 +25181,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -25213,7 +25213,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -25245,7 +25245,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -25277,7 +25277,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -25309,7 +25309,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -25341,7 +25341,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -25373,7 +25373,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -25404,7 +25404,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -25435,7 +25435,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -25467,7 +25467,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -25498,7 +25498,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -25529,7 +25529,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -25561,7 +25561,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -25592,7 +25592,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -25624,7 +25624,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -25656,7 +25656,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -25688,7 +25688,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -25719,7 +25719,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -25751,7 +25751,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -25783,7 +25783,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -25815,7 +25815,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -25847,7 +25847,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -25879,7 +25879,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -25911,7 +25911,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -25943,7 +25943,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -25983,7 +25983,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -26014,7 +26014,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -26045,7 +26045,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -26077,7 +26077,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -26109,7 +26109,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -26140,7 +26140,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -26172,7 +26172,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -26203,7 +26203,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -26235,7 +26235,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -26266,7 +26266,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -26298,7 +26298,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -26330,7 +26330,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -26362,7 +26362,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -26393,7 +26393,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -26456,7 +26456,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -26488,7 +26488,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -26519,7 +26519,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -26551,7 +26551,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -26582,7 +26582,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -26614,7 +26614,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -26645,7 +26645,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -26676,7 +26676,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -26707,7 +26707,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -26738,7 +26738,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -26770,7 +26770,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -26801,7 +26801,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -26833,7 +26833,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -26864,7 +26864,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -26896,7 +26896,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -26928,7 +26928,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -26960,7 +26960,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -26992,7 +26992,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -27024,7 +27024,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -27056,7 +27056,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -27088,7 +27088,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -27120,7 +27120,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -27151,7 +27151,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -27182,7 +27182,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -27214,7 +27214,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -27245,7 +27245,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -27276,7 +27276,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -27308,7 +27308,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -27339,7 +27339,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -27371,7 +27371,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -27403,7 +27403,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -27435,7 +27435,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -27466,7 +27466,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -27498,7 +27498,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -27530,7 +27530,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -27562,7 +27562,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -27594,7 +27594,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -27626,7 +27626,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -27658,7 +27658,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -27690,7 +27690,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -27730,7 +27730,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -27761,7 +27761,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -27792,7 +27792,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -27824,7 +27824,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -27856,7 +27856,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -27887,7 +27887,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -27919,7 +27919,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -27950,7 +27950,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -27982,7 +27982,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -28013,7 +28013,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -28045,7 +28045,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -28077,7 +28077,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -28109,7 +28109,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -28140,7 +28140,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -28203,7 +28203,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -28235,7 +28235,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -28266,7 +28266,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -28298,7 +28298,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -28329,7 +28329,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -28361,7 +28361,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -28392,7 +28392,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -28423,7 +28423,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -28454,7 +28454,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -28485,7 +28485,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -28517,7 +28517,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -28548,7 +28548,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -28580,7 +28580,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -28611,7 +28611,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -28643,7 +28643,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -28675,7 +28675,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -28707,7 +28707,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -28739,7 +28739,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -28771,7 +28771,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -28803,7 +28803,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -28835,7 +28835,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -28867,7 +28867,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -28898,7 +28898,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -28929,7 +28929,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -28961,7 +28961,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -28992,7 +28992,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -29023,7 +29023,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -29055,7 +29055,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -29086,7 +29086,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -29118,7 +29118,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -29150,7 +29150,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -29182,7 +29182,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -29213,7 +29213,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -29245,7 +29245,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -29277,7 +29277,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -29309,7 +29309,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -29341,7 +29341,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -29373,7 +29373,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -29405,7 +29405,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -29437,7 +29437,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -29477,7 +29477,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -29508,7 +29508,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -29539,7 +29539,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -29571,7 +29571,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -29603,7 +29603,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -29634,7 +29634,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -29666,7 +29666,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -29697,7 +29697,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -29729,7 +29729,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -29760,7 +29760,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -29792,7 +29792,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -29824,7 +29824,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -29856,7 +29856,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -29887,7 +29887,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -29950,7 +29950,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -29982,7 +29982,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -30013,7 +30013,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -30045,7 +30045,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -30076,7 +30076,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -30108,7 +30108,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -30139,7 +30139,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -30170,7 +30170,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -30201,7 +30201,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -30232,7 +30232,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -30264,7 +30264,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -30295,7 +30295,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -30327,7 +30327,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -30358,7 +30358,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -30390,7 +30390,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -30422,7 +30422,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -30454,7 +30454,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -30486,7 +30486,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -30518,7 +30518,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -30550,7 +30550,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -30582,7 +30582,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -30614,7 +30614,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -30645,7 +30645,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -30676,7 +30676,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -30708,7 +30708,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -30739,7 +30739,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -30770,7 +30770,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -30802,7 +30802,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -30833,7 +30833,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -30865,7 +30865,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -30897,7 +30897,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -30929,7 +30929,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -30960,7 +30960,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -30992,7 +30992,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -31024,7 +31024,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -31056,7 +31056,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -31088,7 +31088,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -31120,7 +31120,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -31152,7 +31152,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -31184,7 +31184,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -31224,7 +31224,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -31255,7 +31255,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -31286,7 +31286,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -31318,7 +31318,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -31350,7 +31350,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -31381,7 +31381,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -31413,7 +31413,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -31444,7 +31444,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -31476,7 +31476,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -31507,7 +31507,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -31539,7 +31539,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -31571,7 +31571,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -31603,7 +31603,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -31634,7 +31634,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -31697,7 +31697,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -31729,7 +31729,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -31760,7 +31760,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -31792,7 +31792,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -31823,7 +31823,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -31855,7 +31855,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -31886,7 +31886,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -31917,7 +31917,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -31948,7 +31948,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -31979,7 +31979,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -32011,7 +32011,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -32042,7 +32042,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -32074,7 +32074,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -32105,7 +32105,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -32137,7 +32137,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -32169,7 +32169,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -32201,7 +32201,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -32233,7 +32233,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -32265,7 +32265,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -32297,7 +32297,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -32329,7 +32329,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -32361,7 +32361,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -32392,7 +32392,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -32423,7 +32423,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -32455,7 +32455,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -32486,7 +32486,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -32517,7 +32517,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -32549,7 +32549,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -32580,7 +32580,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -32612,7 +32612,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -32644,7 +32644,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -32676,7 +32676,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -32707,7 +32707,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -32739,7 +32739,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -32771,7 +32771,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -32803,7 +32803,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -32835,7 +32835,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -32867,7 +32867,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -32899,7 +32899,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -32931,7 +32931,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -32971,7 +32971,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -33002,7 +33002,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -33033,7 +33033,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -33065,7 +33065,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -33097,7 +33097,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -33128,7 +33128,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -33160,7 +33160,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -33191,7 +33191,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -33223,7 +33223,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -33254,7 +33254,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -33286,7 +33286,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -33318,7 +33318,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -33350,7 +33350,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -33381,7 +33381,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, @@ -33444,7 +33444,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -33476,7 +33476,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -33507,7 +33507,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -33539,7 +33539,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -33570,7 +33570,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -33602,7 +33602,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -33633,7 +33633,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -33664,7 +33664,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -33695,7 +33695,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -33726,7 +33726,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -33758,7 +33758,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -33789,7 +33789,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -33821,7 +33821,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -33852,7 +33852,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -33884,7 +33884,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -33916,7 +33916,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -33948,7 +33948,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -33980,7 +33980,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -34012,7 +34012,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -34044,7 +34044,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -34076,7 +34076,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -34108,7 +34108,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -34139,7 +34139,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -34170,7 +34170,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -34202,7 +34202,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -34233,7 +34233,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -34264,7 +34264,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -34296,7 +34296,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -34327,7 +34327,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -34359,7 +34359,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -34391,7 +34391,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -34423,7 +34423,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -34454,7 +34454,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -34486,7 +34486,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -34518,7 +34518,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -34550,7 +34550,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -34582,7 +34582,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -34614,7 +34614,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -34646,7 +34646,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -34678,7 +34678,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -34718,7 +34718,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -34749,7 +34749,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -34780,7 +34780,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -34812,7 +34812,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -34844,7 +34844,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -34875,7 +34875,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -34907,7 +34907,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -34938,7 +34938,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -34970,7 +34970,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -35001,7 +35001,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -35033,7 +35033,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -35065,7 +35065,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -35097,7 +35097,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -35128,7 +35128,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, diff --git a/apps/v4/registry/bases/__index__.tsx b/apps/v4/registry/bases/__index__.tsx index 238a72187b..12357dfe2b 100644 --- a/apps/v4/registry/bases/__index__.tsx +++ b/apps/v4/registry/bases/__index__.tsx @@ -34,7 +34,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -66,7 +66,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -97,7 +97,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -129,7 +129,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -161,7 +161,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -193,7 +193,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -224,7 +224,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -255,7 +255,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -286,7 +286,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -317,7 +317,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -349,7 +349,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -380,7 +380,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -412,7 +412,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -443,7 +443,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -475,7 +475,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -507,7 +507,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -539,7 +539,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -571,7 +571,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -603,7 +603,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -635,7 +635,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -667,7 +667,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -699,7 +699,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -730,7 +730,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -761,7 +761,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -793,7 +793,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -824,7 +824,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -855,7 +855,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -887,7 +887,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -918,7 +918,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -950,7 +950,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -982,7 +982,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -1014,7 +1014,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -1045,7 +1045,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -1077,7 +1077,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -1109,7 +1109,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -1141,7 +1141,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -1173,7 +1173,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -1205,7 +1205,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -1237,7 +1237,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -1269,7 +1269,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -1309,7 +1309,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -1340,7 +1340,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -1371,7 +1371,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -1403,7 +1403,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -1435,7 +1435,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -1466,7 +1466,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -1498,7 +1498,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -1529,7 +1529,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -1561,7 +1561,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -1592,7 +1592,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -1624,7 +1624,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -1656,7 +1656,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -1688,7 +1688,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -1719,7 +1719,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, @@ -4946,7 +4946,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -4978,7 +4978,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -5009,7 +5009,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -5041,7 +5041,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -5072,7 +5072,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -5104,7 +5104,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -5135,7 +5135,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -5166,7 +5166,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -5197,7 +5197,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -5228,7 +5228,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -5260,7 +5260,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -5291,7 +5291,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -5323,7 +5323,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -5354,7 +5354,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -5386,7 +5386,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -5418,7 +5418,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -5450,7 +5450,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -5482,7 +5482,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -5514,7 +5514,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -5546,7 +5546,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -5578,7 +5578,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -5610,7 +5610,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -5641,7 +5641,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -5672,7 +5672,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -5704,7 +5704,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -5735,7 +5735,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -5766,7 +5766,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -5798,7 +5798,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -5829,7 +5829,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -5861,7 +5861,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -5893,7 +5893,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -5925,7 +5925,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -5956,7 +5956,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -5988,7 +5988,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -6020,7 +6020,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -6052,7 +6052,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -6084,7 +6084,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -6116,7 +6116,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -6148,7 +6148,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -6180,7 +6180,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -6220,7 +6220,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -6251,7 +6251,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -6282,7 +6282,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -6314,7 +6314,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -6346,7 +6346,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -6377,7 +6377,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -6409,7 +6409,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -6440,7 +6440,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -6472,7 +6472,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -6503,7 +6503,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -6535,7 +6535,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -6567,7 +6567,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -6599,7 +6599,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -6630,7 +6630,7 @@ export const Index: Record> = { links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, diff --git a/apps/v4/registry/bases/base/ui/_registry.ts b/apps/v4/registry/bases/base/ui/_registry.ts index 185cfdd042..ab35fd0c14 100644 --- a/apps/v4/registry/bases/base/ui/_registry.ts +++ b/apps/v4/registry/bases/base/ui/_registry.ts @@ -14,7 +14,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/accordion-example.tsx", api: "https://base-ui.com/react/components/accordion.md", }, }, @@ -32,7 +32,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-example.tsx", }, }, }, @@ -50,7 +50,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/alert-dialog-example.tsx", api: "https://base-ui.com/react/components/alert-dialog.md", }, }, @@ -68,7 +68,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx", }, }, }, @@ -85,7 +85,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/avatar-example.tsx", api: "https://base-ui.com/react/components/avatar.md", }, }, @@ -103,7 +103,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/badge-example.tsx", }, }, }, @@ -120,7 +120,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx", }, }, }, @@ -137,7 +137,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-example.tsx", }, }, }, @@ -155,7 +155,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/button-group-example.tsx", }, }, }, @@ -174,7 +174,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -192,7 +192,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/card-example.tsx", }, }, }, @@ -211,7 +211,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -231,7 +231,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/chart-example.tsx", }, }, }, @@ -248,7 +248,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/checkbox-example.tsx", api: "https://base-ui.com/react/components/checkbox.md", }, }, @@ -266,7 +266,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/collapsible-example.tsx", api: "https://base-ui.com/react/components/collapsible.md", }, }, @@ -286,7 +286,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox.md", }, }, @@ -306,7 +306,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -324,7 +324,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/context-menu-example.tsx", api: "https://base-ui.com/react/components/context-menu.md", }, }, @@ -343,7 +343,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dialog-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -362,7 +362,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -380,7 +380,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx", api: "https://base-ui.com/react/components/menu.md", }, }, @@ -398,7 +398,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/empty-example.tsx", }, }, }, @@ -416,7 +416,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/field-example.tsx", }, }, }, @@ -437,7 +437,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/hover-card-example.tsx", api: "https://base-ui.com/react/components/hover-card.md", }, }, @@ -455,7 +455,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-example.tsx", }, }, }, @@ -473,7 +473,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-group-example.tsx", }, }, }, @@ -491,7 +491,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -510,7 +510,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/item-example.tsx", }, }, }, @@ -527,7 +527,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/label-example.tsx", api: "https://base-ui.com/react/components/label.md", }, }, @@ -546,7 +546,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/menubar-example.tsx", api: "https://base-ui.com/react/components/menubar.md", }, }, @@ -564,7 +564,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx", api: "https://base-ui.com/react/components/navigation-menu.md", }, }, @@ -583,7 +583,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/pagination-example.tsx", }, }, }, @@ -600,7 +600,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/popover-example.tsx", api: "https://base-ui.com/react/components/popover.md", }, }, @@ -618,7 +618,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/progress-example.tsx", api: "https://base-ui.com/react/components/progress.md", }, }, @@ -636,7 +636,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/radio-group-example.tsx", api: "https://base-ui.com/react/components/radio-group.md", }, }, @@ -655,7 +655,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -673,7 +673,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/scroll-area-example.tsx", api: "https://base-ui.com/react/components/scroll-area.md", }, }, @@ -691,7 +691,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/select-example.tsx", api: "https://base-ui.com/react/components/select.md", }, }, @@ -709,7 +709,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/separator-example.tsx", api: "https://base-ui.com/react/components/separator.md", }, }, @@ -728,7 +728,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sheet-example.tsx", api: "https://base-ui.com/react/components/dialog.md", }, }, @@ -755,7 +755,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sidebar-example.tsx", }, }, }, @@ -772,7 +772,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/skeleton-example.tsx", }, }, }, @@ -789,7 +789,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/slider-example.tsx", api: "https://base-ui.com/react/components/slider.md", }, }, @@ -808,7 +808,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -826,7 +826,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/spinner-example.tsx", }, }, }, @@ -843,7 +843,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/switch-example.tsx", api: "https://base-ui.com/react/components/switch.md", }, }, @@ -861,7 +861,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/table-example.tsx", }, }, }, @@ -878,7 +878,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tabs-example.tsx", api: "https://base-ui.com/react/components/tabs.md", }, }, @@ -896,7 +896,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/textarea-example.tsx", }, }, }, @@ -913,7 +913,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-example.tsx", api: "https://base-ui.com/react/components/toggle.md", }, }, @@ -932,7 +932,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/base/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/toggle-group-example.tsx", api: "https://base-ui.com/react/components/toggle-group.md", }, }, @@ -966,7 +966,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/base/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/tooltip-example.tsx", api: "https://base-ui.com/react/components/tooltip.md", }, }, @@ -984,7 +984,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/base/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/kbd-example.tsx", }, }, }, @@ -1001,7 +1001,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/base/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/base/examples/native-select-example.tsx", }, }, }, diff --git a/apps/v4/registry/bases/radix/ui/_registry.ts b/apps/v4/registry/bases/radix/ui/_registry.ts index 1c484d5c37..fe0696a4d7 100644 --- a/apps/v4/registry/bases/radix/ui/_registry.ts +++ b/apps/v4/registry/bases/radix/ui/_registry.ts @@ -14,7 +14,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/accordion", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/accordion-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/accordion-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/accordion.md", }, }, @@ -32,7 +32,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/alert", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-example.tsx", }, }, }, @@ -50,7 +50,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/alert-dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/alert-dialog-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/alert-dialog.md", }, }, @@ -68,7 +68,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/aspect-ratio", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/aspect-ratio.md", }, }, @@ -86,7 +86,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/avatar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/avatar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/avatar-example.tsx", api: "https://www.radix-ui.com/primitives/docs/components/avatar.md", }, }, @@ -104,7 +104,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/badge", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/badge-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/badge-example.tsx", }, }, }, @@ -121,7 +121,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/breadcrumb", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/breadcrumb-example.tsx", }, }, }, @@ -138,7 +138,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/button", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-example.tsx", }, }, }, @@ -156,7 +156,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/button-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/button-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/button-group-example.tsx", }, }, }, @@ -175,7 +175,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/calendar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/calendar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/calendar-example.tsx", api: "https://react-day-picker.js.org", }, }, @@ -193,7 +193,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/card-example.tsx", }, }, }, @@ -212,7 +212,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/carousel", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/carousel-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/carousel-example.tsx", api: "https://www.embla-carousel.com/get-started/react", }, }, @@ -231,7 +231,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/chart", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/chart-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/chart-example.tsx", }, }, }, @@ -248,7 +248,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/checkbox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/checkbox-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/checkbox.md", }, }, @@ -266,7 +266,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/collapsible", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/collapsible-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/collapsible.md", }, }, @@ -286,7 +286,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/combobox", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/combobox-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/combobox-example.tsx", api: "https://base-ui.com/react/components/combobox", }, }, @@ -306,7 +306,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/command", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/command-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/command-example.tsx", api: "https://github.com/dip/cmdk", }, }, @@ -324,7 +324,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/context-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/context-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/context-menu.md", }, }, @@ -343,7 +343,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/dialog", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dialog-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dialog-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -362,7 +362,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/drawer", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/drawer-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/drawer-example.tsx", api: "https://vaul.emilkowal.ski/getting-started", }, }, @@ -380,7 +380,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/dropdown-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dropdown-menu.md", }, }, @@ -398,7 +398,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/empty", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/empty-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/empty-example.tsx", }, }, }, @@ -416,7 +416,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/field", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/field-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/field-example.tsx", }, }, }, @@ -437,7 +437,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/hover-card", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/hover-card-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/hover-card.md", }, }, @@ -455,7 +455,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/input", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-example.tsx", }, }, }, @@ -473,7 +473,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/input-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-group-example.tsx", }, }, }, @@ -491,7 +491,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/input-otp", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/input-otp-example.tsx", api: "https://input-otp.rodz.dev", }, }, @@ -510,7 +510,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/item", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/item-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/item-example.tsx", }, }, }, @@ -527,7 +527,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/label", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/label-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/label-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/label.md", }, }, @@ -545,7 +545,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/menubar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/menubar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/menubar-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/menubar.md", }, }, @@ -563,7 +563,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/navigation-menu", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/navigation-menu.md", }, }, @@ -582,7 +582,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/pagination", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/pagination-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/pagination-example.tsx", }, }, }, @@ -599,7 +599,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/popover", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/popover-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/popover-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/popover.md", }, }, @@ -617,7 +617,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/progress", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/progress-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/progress.md", }, }, @@ -635,7 +635,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/radio-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/radio-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/radio-group.md", }, }, @@ -654,7 +654,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/resizable", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/resizable-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/resizable-example.tsx", api: "https://github.com/bvaughn/react-resizable-panels", }, }, @@ -672,7 +672,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/scroll-area", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/scroll-area-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/scroll-area.md", }, }, @@ -690,7 +690,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/select-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/select.md", }, }, @@ -708,7 +708,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/separator", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/separator-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/separator-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/separator.md", }, }, @@ -727,7 +727,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/sheet", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sheet-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sheet-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/dialog.md", }, }, @@ -754,7 +754,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/sidebar", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sidebar-example.tsx", }, }, }, @@ -771,7 +771,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/skeleton", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/skeleton-example.tsx", }, }, }, @@ -788,7 +788,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/slider", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/slider-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/slider-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/slider.md", }, }, @@ -807,7 +807,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/sonner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/sonner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/sonner-example.tsx", api: "https://sonner.emilkowal.ski", }, }, @@ -825,7 +825,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/spinner", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/spinner-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/spinner-example.tsx", }, }, }, @@ -842,7 +842,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/switch", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/switch-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/switch-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/switch.md", }, }, @@ -860,7 +860,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/table", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/table-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/table-example.tsx", }, }, }, @@ -877,7 +877,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/tabs", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tabs-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tabs-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tabs.md", }, }, @@ -895,7 +895,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/textarea", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/textarea-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/textarea-example.tsx", }, }, }, @@ -912,7 +912,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle.md", }, }, @@ -931,7 +931,7 @@ export const ui: Registry["items"] = [ links: { docs: "https://ui.shadcn.com/docs/components/radix/toggle-group", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/toggle-group-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/toggle-group.md", }, }, @@ -965,7 +965,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/radix/tooltip", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/tooltip-example.tsx", api: "https://www.radix-ui.com/docs/primitives/components/tooltip.md", }, }, @@ -983,7 +983,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/radix/kbd", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/kbd-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx", }, }, }, @@ -1000,7 +1000,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) links: { docs: "https://ui.shadcn.com/docs/components/radix/native-select", examples: - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/native-select-example.tsx", + "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/native-select-example.tsx", }, }, }, diff --git a/packages/shadcn/src/commands/docs.ts b/packages/shadcn/src/commands/docs.ts index 798c9bdb0f..7eab03f44e 100644 --- a/packages/shadcn/src/commands/docs.ts +++ b/packages/shadcn/src/commands/docs.ts @@ -1,11 +1,14 @@ import path from "path" import { getShadcnRegistryIndex } from "@/src/registry/api" +import { SHADCN_URL } from "@/src/registry/constants" import { getBase, getConfig } from "@/src/utils/get-config" import { handleError } from "@/src/utils/handle-error" import { highlighter } from "@/src/utils/highlighter" import { logger } from "@/src/utils/logger" import { Command } from "commander" +const SHADCN_BASE_URL = "https://ui.shadcn.com" + export const docs = new Command() .name("docs") .description("get docs, api references and usage examples for components") @@ -64,7 +67,11 @@ export const docs = new Command() continue } - results.push({ component, base, links }) + results.push({ + component, + base, + links: normalizeLinks(links), + }) } if (opts.json) { @@ -88,3 +95,14 @@ export const docs = new Command() handleError(error) } }) + +function normalizeLinks(links: Record) { + return Object.fromEntries( + Object.entries(links).map(([key, value]) => [ + key, + value.startsWith(SHADCN_BASE_URL) + ? `${SHADCN_URL}${value.slice(SHADCN_BASE_URL.length)}` + : value, + ]) + ) +} diff --git a/packages/shadcn/src/commands/info.ts b/packages/shadcn/src/commands/info.ts index 826298ea04..6fca34c483 100644 --- a/packages/shadcn/src/commands/info.ts +++ b/packages/shadcn/src/commands/info.ts @@ -18,8 +18,7 @@ import { highlighter } from "@/src/utils/highlighter" import { logger } from "@/src/utils/logger" import { Command } from "commander" -const GITHUB_RAW_BASE = - "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases" +const CODE_BASE = `${SHADCN_URL}/code/apps/v4/registry/bases` export const info = new Command() .name("info") @@ -150,9 +149,9 @@ export async function collectInfo( links: { docs: `${SHADCN_URL}/docs`, components: `${SHADCN_URL}/docs/components/${base}/[component].md`, - ui: `${GITHUB_RAW_BASE}/${base}/ui/[component].tsx`, - examples: `${GITHUB_RAW_BASE}/${base}/examples/[component]-example.tsx`, - schema: "https://ui.shadcn.com/schema.json", + ui: `${CODE_BASE}/${base}/ui/[component].tsx`, + examples: `${CODE_BASE}/${base}/examples/[component]-example.tsx`, + schema: `${SHADCN_URL}/schema.json`, }, } }