From ed80da5f10efc5b37fbb2b2dec3ad3ef31d9b4d5 Mon Sep 17 00:00:00 2001 From: Zakher Masri <46135573+zaaakher@users.noreply.github.com> Date: Sat, 25 Jan 2025 11:02:30 +0300 Subject: [PATCH] chore: replace all mentions of NextUI with HeroUI --- components/examples/slots-example.tsx | 2 +- .../examples/slots-responsive-variants-example.tsx | 2 +- components/home/hero.tsx | 2 +- package.json | 6 +++--- pages/docs/comparison.mdx | 4 ++-- pages/docs/composing-components.mdx | 2 +- pages/docs/getting-started.mdx | 2 +- pages/docs/introduction.mdx | 10 +++++----- pages/docs/overriding-styles.mdx | 2 +- pages/docs/slots.mdx | 4 ++-- theme.config.tsx | 10 +++++----- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/components/examples/slots-example.tsx b/components/examples/slots-example.tsx index 2baba07..9b78f2d 100644 --- a/components/examples/slots-example.tsx +++ b/components/examples/slots-example.tsx @@ -55,7 +55,7 @@ const SlotsExample: FC = (props) => {
Zoey Lang
- Full-stack developer, NextUI + Full-stack developer, HeroUI
diff --git a/components/examples/slots-responsive-variants-example.tsx b/components/examples/slots-responsive-variants-example.tsx index cbba5d4..edc241f 100644 --- a/components/examples/slots-responsive-variants-example.tsx +++ b/components/examples/slots-responsive-variants-example.tsx @@ -70,7 +70,7 @@ const SlotsExample: FC = () => {
Zoey Lang
-
Full-stack developer, NextUI
+
Full-stack developer, HeroUI
diff --git a/components/home/hero.tsx b/components/home/hero.tsx index 201b9d0..1070209 100644 --- a/components/home/hero.tsx +++ b/components/home/hero.tsx @@ -34,7 +34,7 @@ const Hero: FC = () => { flat: true, color: 'neutral' })} - href="https://github.com/nextui-org/tailwind-variants" + href="https://github.com/heroui-inc/tailwind-variants" rel="noopener noreferrer" target="_blank" title="github homepage" diff --git a/package.json b/package.json index 8122d2e..8743388 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "version": "0.0.1", "description": "Tailwind variants documentation site", "author": "Junior Garcia ", - "homepage": "https://github.com/nextui-org/tailwind-variants-docs#readme", + "homepage": "https://github.com/heroui-inc/tailwind-variants-docs#readme", "repository": { "type": "git", - "url": "git+https://github.com/nextui-org/tailwind-variants-docs.git" + "url": "git+https://github.com/heroui-inc/tailwind-variants-docs.git" }, "bugs": { - "url": "https://github.com/nextui-org/tailwind-variants-docs/issues" + "url": "https://github.com/heroui-inc/tailwind-variants-docs/issues" }, "scripts": { "dev": "next dev", diff --git a/pages/docs/comparison.mdx b/pages/docs/comparison.mdx index ede8964..e9c1e4c 100644 --- a/pages/docs/comparison.mdx +++ b/pages/docs/comparison.mdx @@ -33,9 +33,9 @@ Note: ### Why Tailwind Variants? A common question that we get is "Why you created **Tailwind Variants**? Why not use **CVA**?", and the -fact is that we tried to use [CVA](https://github.com/joe-bell/cva) in [NextUI](https://nextui.org) to migrate from Stitches to TailwindCSS, but we found it challenging +fact is that we tried to use [CVA](https://github.com/joe-bell/cva) in [HeroUI](https://heroui.com) to migrate from Stitches to TailwindCSS, but we found it challenging to create a design system solely using CVA. Then we realized that some of the features we needed were not planned to be implemented in CVA as the creator has stated [here](https://cva.style/docs/faqs#how-can-i-create-responsive-variants-like-stitchesjs), so we decided to create Tailwind Variants to fill the gap. Our goal is not to compete with CVA, but to provide an alternative that meets our needs -to migrate [NextUI](https://nextui.org) to TailwindCSS as smoothly as possible. That being said, big shoutout to [Joe Bell](https://github.com/joe-bell) +to migrate [HeroUI](https://heroui.com) to TailwindCSS as smoothly as possible. That being said, big shoutout to [Joe Bell](https://github.com/joe-bell) and [contributors](https://github.com/joe-bell/cva/graphs/contributors) you guys rock! 🤘 - we **recommend** to use CVA if don't need any of the **Tailwind Variants** features listed above. diff --git a/pages/docs/composing-components.mdx b/pages/docs/composing-components.mdx index a97fa98..c275254 100644 --- a/pages/docs/composing-components.mdx +++ b/pages/docs/composing-components.mdx @@ -230,7 +230,7 @@ return (
Zoey Lang
-
Full-stack developer, NextUI
+
Full-stack developer, HeroUI
diff --git a/pages/docs/getting-started.mdx b/pages/docs/getting-started.mdx index c265079..24e2b46 100644 --- a/pages/docs/getting-started.mdx +++ b/pages/docs/getting-started.mdx @@ -254,4 +254,4 @@ module.exports = { ## Contributing -PR's on **Tailwind Variants** are always welcome, please see our contribution guidelines to learn how you can contribute to this project. +PR's on **Tailwind Variants** are always welcome, please see our contribution guidelines to learn how you can contribute to this project. diff --git a/pages/docs/introduction.mdx b/pages/docs/introduction.mdx index e559754..523a918 100644 --- a/pages/docs/introduction.mdx +++ b/pages/docs/introduction.mdx @@ -194,7 +194,7 @@ return (
Zoey Lang
-
Full-stack developer, NextUI
+
Full-stack developer, HeroUI
@@ -324,12 +324,12 @@ To learn more about **Components composition**, check out this [page](/docs/comp ## Community -We're excited to see the community adopt NextUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved! +We're excited to see the community adopt HeroUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved! - [Discord](https://discord.gg/9b6yyZKmH4) -- [Twitter](https://twitter.com/getnextui) -- [GitHub Discussions](https://github.com/nextui-org/tailwind-variants/discussions) -- [GitHub](https://github.com/nextui-org/tailwind-variants) +- [Twitter](https://twitter.com/hero_ui) +- [GitHub Discussions](https://github.com/heroui-inc/tailwind-variants/discussions) +- [GitHub](https://github.com/heroui-inc/tailwind-variants) ## Credits diff --git a/pages/docs/overriding-styles.mdx b/pages/docs/overriding-styles.mdx index e62dcbf..c522fc4 100644 --- a/pages/docs/overriding-styles.mdx +++ b/pages/docs/overriding-styles.mdx @@ -92,7 +92,7 @@ return ( Zoey Lang
- Full-stack developer, NextUI + Full-stack developer, HeroUI
diff --git a/pages/docs/slots.mdx b/pages/docs/slots.mdx index 43bab72..c09fba5 100644 --- a/pages/docs/slots.mdx +++ b/pages/docs/slots.mdx @@ -61,7 +61,7 @@ return (
Zoey Lang
-
Full-stack developer, NextUI
+
Full-stack developer, HeroUI
@@ -674,7 +674,7 @@ return (
Zoey Lang
-
Full-stack developer, NextUI
+
Full-stack developer, HeroUI
diff --git a/theme.config.tsx b/theme.config.tsx index 6de7429..4aca098 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -72,7 +72,7 @@ const config: DocsThemeConfig = { - + @@ -93,13 +93,13 @@ const config: DocsThemeConfig = { }; }, project: { - link: 'https://github.com/nextui-org/tailwind-variants' + link: 'https://github.com/heroui-inc/tailwind-variants' }, chat: { link: 'https://discord.gg/9b6yyZKmH4' }, docsRepositoryBase: - 'https://github.com/nextui-org/tailwind-variants-docs/blob/main', + 'https://github.com/heroui-inc/tailwind-variants-docs/blob/main', gitTimestamp: '', sidebar: { defaultMenuCollapseLevel: 1 @@ -110,10 +110,10 @@ const config: DocsThemeConfig = {
Powered by