diff --git a/apps/www/app/examples/cards/components/team-members.tsx b/apps/www/app/examples/cards/components/team-members.tsx index ff8d9a58176..92e1b898f05 100644 --- a/apps/www/app/examples/cards/components/team-members.tsx +++ b/apps/www/app/examples/cards/components/team-members.tsx @@ -61,25 +61,25 @@ export function DemoTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -115,25 +115,25 @@ export function DemoTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. diff --git a/apps/www/app/examples/dashboard/components/team-switcher.tsx b/apps/www/app/examples/dashboard/components/team-switcher.tsx index 14b2752a6ee..abe36e69950 100644 --- a/apps/www/app/examples/dashboard/components/team-switcher.tsx +++ b/apps/www/app/examples/dashboard/components/team-switcher.tsx @@ -116,6 +116,7 @@ export default function TeamSwitcher({ className }: TeamSwitcherProps) { {group.teams.map((team) => ( { setSelectedTeam(team) @@ -150,6 +151,7 @@ export default function TeamSwitcher({ className }: TeamSwitcherProps) { { setOpen(false) setShowNewTeamDialog(true) diff --git a/apps/www/app/examples/playground/components/model-selector.tsx b/apps/www/app/examples/playground/components/model-selector.tsx index 6eefef49459..28a62adc645 100644 --- a/apps/www/app/examples/playground/components/model-selector.tsx +++ b/apps/www/app/examples/playground/components/model-selector.tsx @@ -146,6 +146,7 @@ function ModelItem({ model, isSelected, onSelect, onPeek }: ModelItemProps) { return ( {presets.map((preset) => ( { setSelectedPreset(preset) @@ -71,7 +72,7 @@ export function PresetSelector({ presets, ...props }: PresetSelectorProps) { ))} - router.push("/examples")}> + router.push("/examples")}> More examples diff --git a/apps/www/app/examples/tasks/components/data-table-faceted-filter.tsx b/apps/www/app/examples/tasks/components/data-table-faceted-filter.tsx index 105ca00497c..870f7ea649e 100644 --- a/apps/www/app/examples/tasks/components/data-table-faceted-filter.tsx +++ b/apps/www/app/examples/tasks/components/data-table-faceted-filter.tsx @@ -91,6 +91,7 @@ export function DataTableFacetedFilter({ return ( { if (isSelected) { selectedValues.delete(option.value) @@ -131,6 +132,7 @@ export function DataTableFacetedFilter({ column?.setFilterValue(undefined)} className="justify-center text-center" > diff --git a/apps/www/components/command-menu.tsx b/apps/www/components/command-menu.tsx index 1dd9af19406..d9b2d5219a9 100644 --- a/apps/www/components/command-menu.tsx +++ b/apps/www/components/command-menu.tsx @@ -103,15 +103,15 @@ export function CommandMenu({ ...props }: DialogProps) { ))} - runCommand(() => setTheme("light"))}> + runCommand(() => setTheme("light"))}> Light - runCommand(() => setTheme("dark"))}> + runCommand(() => setTheme("dark"))}> Dark - runCommand(() => setTheme("system"))}> + runCommand(() => setTheme("system"))}> System diff --git a/apps/www/content/docs/components/combobox.mdx b/apps/www/content/docs/components/combobox.mdx index 7f8b537f210..5f4a317177f 100644 --- a/apps/www/content/docs/components/combobox.mdx +++ b/apps/www/content/docs/components/combobox.mdx @@ -85,6 +85,7 @@ export function ComboboxDemo() { {frameworks.map((framework) => ( { setValue(currentValue === value ? "" : currentValue) setOpen(false) diff --git a/apps/www/content/docs/components/command.mdx b/apps/www/content/docs/components/command.mdx index 4459f986a5b..961f4361989 100644 --- a/apps/www/content/docs/components/command.mdx +++ b/apps/www/content/docs/components/command.mdx @@ -74,15 +74,15 @@ import { No results found. - Calendar - Search Emoji - Calculator + Calendar + Search Emoji + Calculator - Profile - Billing - Settings + Profile + Billing + Settings @@ -117,9 +117,9 @@ export function CommandMenu() { No results found. - Calendar - Search Emoji - Calculator + Calendar + Search Emoji + Calculator diff --git a/apps/www/registry/default/example/cards/chat.tsx b/apps/www/registry/default/example/cards/chat.tsx index c45dcd6bd17..ef4195431e7 100644 --- a/apps/www/registry/default/example/cards/chat.tsx +++ b/apps/www/registry/default/example/cards/chat.tsx @@ -188,6 +188,7 @@ export function CardsChat() { {users.map((user) => ( { diff --git a/apps/www/registry/default/example/cards/team-members.tsx b/apps/www/registry/default/example/cards/team-members.tsx index 38162425436..35776e9b447 100644 --- a/apps/www/registry/default/example/cards/team-members.tsx +++ b/apps/www/registry/default/example/cards/team-members.tsx @@ -63,25 +63,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -117,25 +117,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -173,25 +173,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. diff --git a/apps/www/registry/default/example/combobox-demo.tsx b/apps/www/registry/default/example/combobox-demo.tsx index 3e55e3f282a..08aac2b67fb 100644 --- a/apps/www/registry/default/example/combobox-demo.tsx +++ b/apps/www/registry/default/example/combobox-demo.tsx @@ -67,6 +67,7 @@ export default function ComboboxDemo() { {frameworks.map((framework) => ( { setValue(currentValue === value ? "" : currentValue) diff --git a/apps/www/registry/default/example/combobox-dropdown-menu.tsx b/apps/www/registry/default/example/combobox-dropdown-menu.tsx index ae135bcf00c..de1a35afba8 100644 --- a/apps/www/registry/default/example/combobox-dropdown-menu.tsx +++ b/apps/www/registry/default/example/combobox-dropdown-menu.tsx @@ -83,6 +83,7 @@ export default function ComboboxDropdownMenu() { {labels.map((label) => ( { setLabel(value) setOpen(false) diff --git a/apps/www/registry/default/example/combobox-popover.tsx b/apps/www/registry/default/example/combobox-popover.tsx index 74345a78d74..5e16a106698 100644 --- a/apps/www/registry/default/example/combobox-popover.tsx +++ b/apps/www/registry/default/example/combobox-popover.tsx @@ -94,6 +94,7 @@ export default function ComboboxPopover() { {statuses.map((status) => ( { setSelectedStatus( diff --git a/apps/www/registry/default/example/command-demo.tsx b/apps/www/registry/default/example/command-demo.tsx index b1d7fde68dd..bec88b28089 100644 --- a/apps/www/registry/default/example/command-demo.tsx +++ b/apps/www/registry/default/example/command-demo.tsx @@ -25,32 +25,32 @@ export default function CommandDemo() { No results found. - + Calendar - + Search Emoji - + Calculator - + Profile ⌘P - + Billing ⌘B - + Settings ⌘S diff --git a/apps/www/registry/default/example/command-dialog.tsx b/apps/www/registry/default/example/command-dialog.tsx index 64c35c7166e..1565a31853f 100644 --- a/apps/www/registry/default/example/command-dialog.tsx +++ b/apps/www/registry/default/example/command-dialog.tsx @@ -49,32 +49,32 @@ export default function CommandDialogDemo() { No results found. - + Calendar - + Search Emoji - + Calculator - + Profile ⌘P - + Billing ⌘B - + Settings ⌘S diff --git a/apps/www/registry/new-york/example/cards/chat.tsx b/apps/www/registry/new-york/example/cards/chat.tsx index ccb8f596ae3..659173317a1 100644 --- a/apps/www/registry/new-york/example/cards/chat.tsx +++ b/apps/www/registry/new-york/example/cards/chat.tsx @@ -188,6 +188,7 @@ export function CardsChat() { {users.map((user) => ( { diff --git a/apps/www/registry/new-york/example/cards/team-members.tsx b/apps/www/registry/new-york/example/cards/team-members.tsx index d754034fe8e..b11e6d12004 100644 --- a/apps/www/registry/new-york/example/cards/team-members.tsx +++ b/apps/www/registry/new-york/example/cards/team-members.tsx @@ -63,25 +63,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -117,25 +117,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -173,25 +173,25 @@ export function CardsTeamMembers() { No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. diff --git a/apps/www/registry/new-york/example/combobox-demo.tsx b/apps/www/registry/new-york/example/combobox-demo.tsx index 7daef35e1f2..979224c1a42 100644 --- a/apps/www/registry/new-york/example/combobox-demo.tsx +++ b/apps/www/registry/new-york/example/combobox-demo.tsx @@ -67,6 +67,7 @@ export default function ComboboxDemo() { {frameworks.map((framework) => ( { setValue(currentValue === value ? "" : currentValue) diff --git a/apps/www/registry/new-york/example/combobox-dropdown-menu.tsx b/apps/www/registry/new-york/example/combobox-dropdown-menu.tsx index 202164ccb04..078ae24772d 100644 --- a/apps/www/registry/new-york/example/combobox-dropdown-menu.tsx +++ b/apps/www/registry/new-york/example/combobox-dropdown-menu.tsx @@ -74,6 +74,7 @@ export default function ComboboxDropdownMenu() { {labels.map((label) => ( { setLabel(value) diff --git a/apps/www/registry/new-york/example/combobox-popover.tsx b/apps/www/registry/new-york/example/combobox-popover.tsx index ade1658b1e2..0a25d9cd2f3 100644 --- a/apps/www/registry/new-york/example/combobox-popover.tsx +++ b/apps/www/registry/new-york/example/combobox-popover.tsx @@ -68,6 +68,7 @@ export default function ComboboxPopover() { {statuses.map((status) => ( { setSelectedStatus( diff --git a/apps/www/registry/new-york/example/command-demo.tsx b/apps/www/registry/new-york/example/command-demo.tsx index f9eabdc68cf..d1ed4b320ba 100644 --- a/apps/www/registry/new-york/example/command-demo.tsx +++ b/apps/www/registry/new-york/example/command-demo.tsx @@ -25,32 +25,32 @@ export default function CommandDemo() { No results found. - + Calendar - + Search Emoji - + Launch - + Profile ⌘P - + Mail ⌘B - + Settings ⌘S diff --git a/apps/www/registry/new-york/example/command-dialog.tsx b/apps/www/registry/new-york/example/command-dialog.tsx index a40ff3cb9c7..73adc65a7b3 100644 --- a/apps/www/registry/new-york/example/command-dialog.tsx +++ b/apps/www/registry/new-york/example/command-dialog.tsx @@ -49,32 +49,32 @@ export default function CommandDialogDemo() { No results found. - + Calendar - + Search Emoji - + Launch - + Profile ⌘P - + Mail ⌘B - + Settings ⌘S