From da3c2a032b186e9dacffee79b16358cff433a5de Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Thu, 19 Dec 2024 09:19:12 -0300 Subject: [PATCH 01/40] chore: rebrand in progress --- .../components/demos/user-twitter-card.tsx | 2 +- apps/docs/components/marketing/a11y-otb.tsx | 2 +- .../marketing/custom-themes/custom-themes.tsx | 32 +++++-- .../components/marketing/customization.tsx | 2 +- apps/docs/components/marketing/dark-mode.tsx | 2 +- .../marketing/hero/floating-components.tsx | 2 +- apps/docs/components/marketing/hero/hero.tsx | 8 +- apps/docs/components/nextui-logo.tsx | 83 ++++++++++++++++--- apps/docs/components/pro-banner.tsx | 6 +- apps/docs/config/site.ts | 28 +++---- apps/docs/content/landing/index.tsx | 46 +++++----- 11 files changed, 146 insertions(+), 67 deletions(-) diff --git a/apps/docs/components/demos/user-twitter-card.tsx b/apps/docs/components/demos/user-twitter-card.tsx index 5e6f8db1ac..d75ce6c3ea 100644 --- a/apps/docs/components/demos/user-twitter-card.tsx +++ b/apps/docs/components/demos/user-twitter-card.tsx @@ -44,7 +44,7 @@ export const UserTwitterCard = ({className}: UserTwitterCardProps) => {

- Full-stack developer, @getnextui lover she/her  + Full-stack developer, @hero_ui lover she/her  🎉 diff --git a/apps/docs/components/marketing/a11y-otb.tsx b/apps/docs/components/marketing/a11y-otb.tsx index e77cdbe38d..6bb2c2638f 100644 --- a/apps/docs/components/marketing/a11y-otb.tsx +++ b/apps/docs/components/marketing/a11y-otb.tsx @@ -102,7 +102,7 @@ export const A11yOtb = () => {

- NextUI components are built on top of  + HeroUI components are built on top of  [ { - id: "nextui", - title: () =>

NextUI

, + id: "heroui", + title: () => ( +

+ HeroUI +

+ ), icon: () => ( ), }, { id: "modern", - title: () =>

Modern

, + title: () => ( +

+ Modern +

+ ), icon: () => ( [ }, { id: "elegant", - title: () =>

Elegant

, + title: () => ( +

+ Elegant +

+ ), icon: () => , }, { id: "retro", - title: () =>

Retro

, + title: () => ( +

+ Retro +

+ ), icon: () => ( {

- NextUI provides a custom TailwindCSS plugin that allows you to customize the default + HeroUI provides a custom TailwindCSS plugin that allows you to customize the default themes or create your own.

diff --git a/apps/docs/components/marketing/customization.tsx b/apps/docs/components/marketing/customization.tsx index 94a20b11ff..3e3e4964b3 100644 --- a/apps/docs/components/marketing/customization.tsx +++ b/apps/docs/components/marketing/customization.tsx @@ -22,7 +22,7 @@ export const Customization = () => {

- NextUI is based on{" "} + HeroUI is based on{" "} {

- NextUI comes with a fully well-scaled default dark theme that you can apply to your + HeroUI comes with a fully well-scaled default dark theme that you can apply to your application with just adding the dark attribute to your html.

diff --git a/apps/docs/components/marketing/hero/floating-components.tsx b/apps/docs/components/marketing/hero/floating-components.tsx index 30a25be1e2..86d1733ca3 100644 --- a/apps/docs/components/marketing/hero/floating-components.tsx +++ b/apps/docs/components/marketing/hero/floating-components.tsx @@ -52,7 +52,7 @@ export const FloatingComponents: React.FC<{}> = () => { { name: "Copy", action: "click", category: "landing-page", - data: "npx nextui-cli@latest init", + data: "npx heroui-cli@latest init", }); }} > - npx nextui-cli@latest init + npx heroui-cli@latest init -