Merge branch 'main' of github.com:heroui-inc/heroui into canary

This commit is contained in:
Junior Garcia 2025-04-06 11:51:05 -03:00
commit 24434c5369
3 changed files with 2 additions and 9 deletions

View File

@ -14,7 +14,7 @@ const EA_PROVIDER_RATIO = 0.85;
const PRODUCT_HUNT_ENABLED = true;
const PH_INFO = {
description: "Join the conversation and help us get #1 Product of the Day! ↗",
description: "Join the conversation and help us get #1 Product of the Week! ↗",
title: "We're live on Product Hunt! (30% OFF)",
url: "https://ph.heroui.chat?utm_source=heroui.chat&utm_medium=banner",
};

View File

@ -3,7 +3,7 @@
import NextLink from "next/link";
const PH_INFO = {
description: "Join the conversation and help us get #1 Product of the Day! ↗",
description: "Join the conversation and help us get #1 Product of the Week! ↗",
title: "Live on Product Hunt!",
url: "https://ph.heroui.chat?utm_source=heroui.chat&utm_medium=callout",
};

View File

@ -209,13 +209,6 @@ The available options are:
- **Type**: `"user" | "always" | "never"`
- **Default**: `"never"`
`spinnerVariant`
- **Description**: The default variant of the spinner.
- **Type**: `string` | `undefined`
- **Possible Values**: `default` | `gradient` | `wave` | `dots` | `spinner`
- **Default**: `default`
<Spacer y={2}/>
---