diff --git a/apps/v4/registry/bases/base/blocks/preview.tsx b/apps/v4/registry/bases/base/blocks/preview.tsx index d37bfc4443..6f5905cc08 100644 --- a/apps/v4/registry/bases/base/blocks/preview.tsx +++ b/apps/v4/registry/bases/base/blocks/preview.tsx @@ -1168,7 +1168,7 @@ function SmallFormExample() { File diff --git a/apps/v4/registry/bases/base/examples/accordion-example.tsx b/apps/v4/registry/bases/base/examples/accordion-example.tsx index 8ed79cabfd..5bb11ea4eb 100644 --- a/apps/v4/registry/bases/base/examples/accordion-example.tsx +++ b/apps/v4/registry/bases/base/examples/accordion-example.tsx @@ -132,17 +132,17 @@ function AccordionWithBorders() { return ( - + {items.map((item) => ( - + {item.trigger} - + {item.content} @@ -314,7 +314,7 @@ function AccordionWithDisabled() { return ( - + {items.map((item) => ( - + {item.trigger} - + {item.content} diff --git a/apps/v4/registry/bases/base/examples/dialog-example.tsx b/apps/v4/registry/bases/base/examples/dialog-example.tsx index f754396a6c..9016fd0ec4 100644 --- a/apps/v4/registry/bases/base/examples/dialog-example.tsx +++ b/apps/v4/registry/bases/base/examples/dialog-example.tsx @@ -133,7 +133,7 @@ function DialogScrollableContent() { This is a dialog with scrollable content. -
+
{Array.from({ length: 10 }).map((_, index) => (

-

+
{Array.from({ length: 10 }).map((_, index) => (

Security -

+
diff --git a/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx b/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx index 0ec414a235..ab9f07acfe 100644 --- a/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx +++ b/apps/v4/registry/bases/base/examples/dropdown-menu-example.tsx @@ -845,7 +845,7 @@ function DropdownMenuComplex() { > Complex Menu - + File diff --git a/apps/v4/registry/bases/base/examples/hover-card-example.tsx b/apps/v4/registry/bases/base/examples/hover-card-example.tsx index 2c72395f35..9944cc42ed 100644 --- a/apps/v4/registry/bases/base/examples/hover-card-example.tsx +++ b/apps/v4/registry/bases/base/examples/hover-card-example.tsx @@ -49,7 +49,7 @@ function HoverCardSides() { {side.replace("-", " ")} -
+

Hover Card

This hover card appears on the {side.replace("-", " ")} side @@ -87,7 +87,7 @@ function HoverCardInDialog() { Hover me -

+

Hover Card

This hover card appears inside a dialog. Hover over the button diff --git a/apps/v4/registry/bases/base/examples/input-otp-example.tsx b/apps/v4/registry/bases/base/examples/input-otp-example.tsx index d34b4806d2..31bb87a77b 100644 --- a/apps/v4/registry/bases/base/examples/input-otp-example.tsx +++ b/apps/v4/registry/bases/base/examples/input-otp-example.tsx @@ -254,13 +254,13 @@ function InputOTPForm() {

- + - + diff --git a/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx b/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx index b784bebaf0..aebca53651 100644 --- a/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx +++ b/apps/v4/registry/bases/base/examples/navigation-menu-example.tsx @@ -175,7 +175,7 @@ function ListItem({ return (
  • }> -
    +
    {title}
    {children}
    diff --git a/apps/v4/registry/bases/base/examples/sheet-example.tsx b/apps/v4/registry/bases/base/examples/sheet-example.tsx index 2b83512a9f..08c1126a4c 100644 --- a/apps/v4/registry/bases/base/examples/sheet-example.tsx +++ b/apps/v4/registry/bases/base/examples/sheet-example.tsx @@ -39,7 +39,7 @@ function SheetWithForm() { done. -
    +
    Name @@ -106,7 +106,7 @@ function SheetWithSides() { done. -
    +
    {Array.from({ length: 10 }).map((_, index) => (

    Password Notifications -

    +
    Manage your account preferences and profile information. @@ -220,7 +220,7 @@ function TabsLineWithContent() { Password Notifications -
    +
    Manage your account preferences and profile information. @@ -284,7 +284,7 @@ function TabsWithDropdown() {
    -
    +
    View your dashboard metrics and key performance indicators. @@ -309,7 +309,7 @@ function TabsVertical() { Password Notifications -
    +
    Manage your account preferences and profile information. @@ -342,7 +342,7 @@ function TabsWithInputAndButton() {
    -
    +
    View your dashboard metrics and key performance indicators. diff --git a/apps/v4/registry/bases/radix/blocks/preview.tsx b/apps/v4/registry/bases/radix/blocks/preview.tsx index f75e344964..6e55f31a99 100644 --- a/apps/v4/registry/bases/radix/blocks/preview.tsx +++ b/apps/v4/registry/bases/radix/blocks/preview.tsx @@ -1125,7 +1125,7 @@ function SmallFormExample() { File diff --git a/apps/v4/registry/bases/radix/examples/accordion-example.tsx b/apps/v4/registry/bases/radix/examples/accordion-example.tsx index ed464ce7a1..c96d93fb96 100644 --- a/apps/v4/registry/bases/radix/examples/accordion-example.tsx +++ b/apps/v4/registry/bases/radix/examples/accordion-example.tsx @@ -135,18 +135,18 @@ function AccordionWithBorders() { {items.map((item) => ( - + {item.trigger} - + {item.content} @@ -322,7 +322,7 @@ function AccordionWithDisabled() { {items.map((item) => ( - + {item.trigger} - + {item.content} diff --git a/apps/v4/registry/bases/radix/examples/card-example.tsx b/apps/v4/registry/bases/radix/examples/card-example.tsx index 178288336f..e6309c44fd 100644 --- a/apps/v4/registry/bases/radix/examples/card-example.tsx +++ b/apps/v4/registry/bases/radix/examples/card-example.tsx @@ -86,7 +86,7 @@ function CardLogin() { -
    +
    Don't have an account?{" "} Sign up diff --git a/apps/v4/registry/bases/radix/examples/dialog-example.tsx b/apps/v4/registry/bases/radix/examples/dialog-example.tsx index 04c6fdd152..6a89aa5c6b 100644 --- a/apps/v4/registry/bases/radix/examples/dialog-example.tsx +++ b/apps/v4/registry/bases/radix/examples/dialog-example.tsx @@ -133,7 +133,7 @@ function DialogScrollableContent() { This is a dialog with scrollable content. -
    +
    {Array.from({ length: 10 }).map((_, index) => (

    -

    +
    {Array.from({ length: 10 }).map((_, index) => (

    Security -

    +
    diff --git a/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx b/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx index 314d8ba643..816291144c 100644 --- a/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx +++ b/apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx @@ -830,7 +830,7 @@ function DropdownMenuComplex() { Complex Menu - + File diff --git a/apps/v4/registry/bases/radix/examples/hover-card-example.tsx b/apps/v4/registry/bases/radix/examples/hover-card-example.tsx index e95664d242..fb4348a0fd 100644 --- a/apps/v4/registry/bases/radix/examples/hover-card-example.tsx +++ b/apps/v4/registry/bases/radix/examples/hover-card-example.tsx @@ -40,7 +40,7 @@ function HoverCardSides() { -
    +

    Hover Card

    This hover card appears on the {side} side of the trigger. @@ -75,7 +75,7 @@ function HoverCardInDialog() { -

    +

    Hover Card

    This hover card appears inside a dialog. Hover over the button diff --git a/apps/v4/registry/bases/radix/examples/input-otp-example.tsx b/apps/v4/registry/bases/radix/examples/input-otp-example.tsx index e1d3a86ef9..1c5f6a3643 100644 --- a/apps/v4/registry/bases/radix/examples/input-otp-example.tsx +++ b/apps/v4/registry/bases/radix/examples/input-otp-example.tsx @@ -254,13 +254,13 @@ function InputOTPForm() {

    - + - + diff --git a/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx b/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx index e8647aab35..7e640f9849 100644 --- a/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx +++ b/apps/v4/registry/bases/radix/examples/navigation-menu-example.tsx @@ -247,7 +247,7 @@ function ListItem({
  • -
    +
    {title}
    {children}
    diff --git a/apps/v4/registry/bases/radix/examples/sheet-example.tsx b/apps/v4/registry/bases/radix/examples/sheet-example.tsx index 5c8b7b9b9d..06756a174d 100644 --- a/apps/v4/registry/bases/radix/examples/sheet-example.tsx +++ b/apps/v4/registry/bases/radix/examples/sheet-example.tsx @@ -41,7 +41,7 @@ function SheetWithForm() { done. -
    +
    Name @@ -110,7 +110,7 @@ function SheetWithSides() { done. -
    +
    {Array.from({ length: 10 }).map((_, index) => (

    Password Notifications -

    +
    Manage your account preferences and profile information. @@ -220,7 +220,7 @@ function TabsLineWithContent() { Password Notifications -
    +
    Manage your account preferences and profile information. @@ -284,7 +284,7 @@ function TabsWithDropdown() {
    -
    +
    View your dashboard metrics and key performance indicators. @@ -309,7 +309,7 @@ function TabsVertical() { Password Notifications -
    +
    Manage your account preferences and profile information. @@ -342,7 +342,7 @@ function TabsWithInputAndButton() {
    -
    +
    View your dashboard metrics and key performance indicators.