From 10ee268c572ae395c59353e9f0e42c627ec52576 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Thu, 16 Jan 2025 16:02:08 -0300 Subject: [PATCH] chore: release v0.5.3 --- CHANGELOG.md | 2 + package.json | 2 +- src/constants/components.json | 345 +++++++++++++++++----------------- 3 files changed, 175 insertions(+), 174 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7201394..32edee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.5.3](https://github.com/frontio-ai/heroui-cli/compare/v0.5.2...v0.5.3) (2025-01-16) + ## [0.5.2](https://github.com/nextui-org/nextui-cli/compare/v0.5.1...v0.5.2) (2025-01-16) ### Bug Fixes diff --git a/package.json b/package.json index 105d1e5..11b9715 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": false, "type": "module", "license": "MIT", - "version": "0.5.2", + "version": "0.5.3", "homepage": "https://github.com/frontio-ai/heroui-cli#readme", "description": "A CLI tool that unlocks seamless HeroUI integration (Previously NextUI CLI)", "keywords": [ diff --git a/src/constants/components.json b/src/constants/components.json index 00bb605..dac2e17 100644 --- a/src/constants/components.json +++ b/src/constants/components.json @@ -1,12 +1,11 @@ { "betaComponents": [], - "betaVersion": "2.5.0-beta.26", "components": [ { "name": "accordion", - "package": "@nextui-org/accordion", + "package": "@heroui/accordion", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/accordion", + "docs": "https://heroui.com/docs/components/accordion", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "status": "stable", "style": "", @@ -14,38 +13,38 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "alert", - "package": "@nextui-org/alert", + "package": "@heroui/alert", "version": "2.2.9", - "docs": "https://nextui.org/docs/components/alert", + "docs": "https://heroui.com/docs/components/alert", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "status": "new", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "autocomplete", - "package": "@nextui-org/autocomplete", + "package": "@heroui/autocomplete", "version": "2.3.9", - "docs": "https://nextui.org/docs/components/autocomplete", + "docs": "https://heroui.com/docs/components/autocomplete", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "status": "updated", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -54,57 +53,57 @@ }, { "name": "avatar", - "package": "@nextui-org/avatar", + "package": "@heroui/avatar", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/avatar", + "docs": "https://heroui.com/docs/components/avatar", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "badge", - "package": "@nextui-org/badge", + "package": "@heroui/badge", "version": "2.2.5", - "docs": "https://nextui.org/docs/components/badge", + "docs": "https://heroui.com/docs/components/badge", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "breadcrumbs", - "package": "@nextui-org/breadcrumbs", + "package": "@heroui/breadcrumbs", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/breadcrumbs", + "docs": "https://heroui.com/docs/components/breadcrumbs", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "button", - "package": "@nextui-org/button", + "package": "@heroui/button", "version": "2.2.9", - "docs": "https://nextui.org/docs/components/button", + "docs": "https://heroui.com/docs/components/button", "description": "Buttons allow users to perform actions and choose with a single tap.", "status": "updated", "style": "", @@ -112,22 +111,22 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "calendar", - "package": "@nextui-org/calendar", + "package": "@heroui/calendar", "version": "2.2.9", - "docs": "https://nextui.org/docs/components/calendar", + "docs": "https://heroui.com/docs/components/calendar", "description": "A calendar displays one or more date grids and allows users to select a single date.", "status": "stable", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -136,9 +135,9 @@ }, { "name": "card", - "package": "@nextui-org/card", + "package": "@heroui/card", "version": "2.2.9", - "docs": "https://nextui.org/docs/components/card", + "docs": "https://heroui.com/docs/components/card", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "status": "stable", "style": "", @@ -146,22 +145,22 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "checkbox", - "package": "@nextui-org/checkbox", + "package": "@heroui/checkbox", "version": "2.3.8", - "docs": "https://nextui.org/docs/components/checkbox", + "docs": "https://heroui.com/docs/components/checkbox", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "status": "updated", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.3", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.3", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "tailwindcss": ">=3.4.0" @@ -169,46 +168,46 @@ }, { "name": "chip", - "package": "@nextui-org/chip", + "package": "@heroui/chip", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/chip", + "docs": "https://heroui.com/docs/components/chip", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "code", - "package": "@nextui-org/code", + "package": "@heroui/code", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/code", + "docs": "https://heroui.com/docs/components/code", "description": "Code is a component used to display inline code.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "date-input", - "package": "@nextui-org/date-input", + "package": "@heroui/date-input", "version": "2.3.8", - "docs": "https://nextui.org/docs/components/date-input", + "docs": "https://heroui.com/docs/components/date-input", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "status": "stable", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "tailwindcss": ">=3.4.0" @@ -216,15 +215,15 @@ }, { "name": "date-picker", - "package": "@nextui-org/date-picker", + "package": "@heroui/date-picker", "version": "2.3.9", - "docs": "https://nextui.org/docs/components/date-picker", + "docs": "https://heroui.com/docs/components/date-picker", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "status": "stable", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -233,46 +232,46 @@ }, { "name": "divider", - "package": "@nextui-org/divider", + "package": "@heroui/divider", "version": "2.2.5", - "docs": "https://nextui.org/docs/components/divider", + "docs": "https://heroui.com/docs/components/divider", "description": ". A separator is a visual divider between two groups of content", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "drawer", - "package": "@nextui-org/drawer", + "package": "@heroui/drawer", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/drawer", + "docs": "https://heroui.com/docs/components/drawer", "description": "Used to render a content that slides in from the side of the screen.", "status": "new", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "dropdown", - "package": "@nextui-org/dropdown", + "package": "@heroui/dropdown", "version": "2.3.9", - "docs": "https://nextui.org/docs/components/dropdown", + "docs": "https://heroui.com/docs/components/dropdown", "description": "A dropdown displays a list of actions or options that a user can choose.", "status": "stable", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -281,15 +280,15 @@ }, { "name": "form", - "package": "@nextui-org/form", + "package": "@heroui/form", "version": "2.1.8", - "docs": "https://nextui.org/docs/components/form", + "docs": "https://heroui.com/docs/components/form", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "status": "new", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "react": ">=18", "react-dom": ">=18", "tailwindcss": ">=3.4.0" @@ -297,120 +296,120 @@ }, { "name": "image", - "package": "@nextui-org/image", + "package": "@heroui/image", "version": "2.2.5", - "docs": "https://nextui.org/docs/components/image", + "docs": "https://heroui.com/docs/components/image", "description": "A simple image component", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "input", - "package": "@nextui-org/input", + "package": "@heroui/input", "version": "2.4.8", - "docs": "https://nextui.org/docs/components/input", + "docs": "https://heroui.com/docs/components/input", "description": "The input component is designed for capturing user input within a text field.", "status": "updated", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "input-otp", - "package": "@nextui-org/input-otp", + "package": "@heroui/input-otp", "version": "2.1.8", - "docs": "https://nextui.org/docs/components/input-otp", + "docs": "https://heroui.com/docs/components/input-otp", "description": "", "status": "new", "style": "", "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "kbd", - "package": "@nextui-org/kbd", + "package": "@heroui/kbd", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/kbd", + "docs": "https://heroui.com/docs/components/kbd", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "link", - "package": "@nextui-org/link", + "package": "@heroui/link", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/link", + "docs": "https://heroui.com/docs/components/link", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "listbox", - "package": "@nextui-org/listbox", + "package": "@heroui/listbox", "version": "2.3.9", - "docs": "https://nextui.org/docs/components/listbox", + "docs": "https://heroui.com/docs/components/listbox", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "status": "updated", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "menu", - "package": "@nextui-org/menu", + "package": "@heroui/menu", "version": "2.2.9", - "docs": "https://nextui.org/docs/components/menu", + "docs": "https://heroui.com/docs/components/menu", "description": "A menu displays a list of options and allows a user to select one or more of them.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "modal", - "package": "@nextui-org/modal", + "package": "@heroui/modal", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/modal", + "docs": "https://heroui.com/docs/components/modal", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "status": "updated", "style": "", @@ -418,16 +417,16 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "navbar", - "package": "@nextui-org/navbar", + "package": "@heroui/navbar", "version": "2.2.8", - "docs": "https://nextui.org/docs/components/navbar", + "docs": "https://heroui.com/docs/components/navbar", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "status": "stable", "style": "", @@ -435,38 +434,38 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "pagination", - "package": "@nextui-org/pagination", + "package": "@heroui/pagination", "version": "2.2.8", - "docs": "https://nextui.org/docs/components/pagination", + "docs": "https://heroui.com/docs/components/pagination", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "popover", - "package": "@nextui-org/popover", + "package": "@heroui/popover", "version": "2.3.9", - "docs": "https://nextui.org/docs/components/popover", + "docs": "https://heroui.com/docs/components/popover", "description": "A popover is an overlay element positioned relative to a trigger.", "status": "stable", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -475,41 +474,41 @@ }, { "name": "progress", - "package": "@nextui-org/progress", + "package": "@heroui/progress", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/progress", + "docs": "https://heroui.com/docs/components/progress", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "radio", - "package": "@nextui-org/radio", + "package": "@heroui/radio", "version": "2.3.8", - "docs": "https://nextui.org/docs/components/radio", + "docs": "https://heroui.com/docs/components/radio", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.3", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.3", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "ripple", - "package": "@nextui-org/ripple", + "package": "@heroui/ripple", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/ripple", + "docs": "https://heroui.com/docs/components/ripple", "description": "A simple implementation to display a ripple animation when the source component is clicked", "status": "stable", "style": "", @@ -517,38 +516,38 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "scroll-shadow", - "package": "@nextui-org/scroll-shadow", + "package": "@heroui/scroll-shadow", "version": "2.3.5", - "docs": "https://nextui.org/docs/components/scroll-shadow", + "docs": "https://heroui.com/docs/components/scroll-shadow", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "select", - "package": "@nextui-org/select", + "package": "@heroui/select", "version": "2.4.9", - "docs": "https://nextui.org/docs/components/select", + "docs": "https://heroui.com/docs/components/select", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "status": "updated", "style": "", "peerDependencies": { - "@nextui-org/system": ">=2.4.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", @@ -557,41 +556,41 @@ }, { "name": "skeleton", - "package": "@nextui-org/skeleton", + "package": "@heroui/skeleton", "version": "2.2.5", - "docs": "https://nextui.org/docs/components/skeleton", + "docs": "https://heroui.com/docs/components/skeleton", "description": "Skeleton is used to display the loading state of some component.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "slider", - "package": "@nextui-org/slider", + "package": "@heroui/slider", "version": "2.4.7", - "docs": "https://nextui.org/docs/components/slider", + "docs": "https://heroui.com/docs/components/slider", "description": "A slider allows a user to select one or more values within a range.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "snippet", - "package": "@nextui-org/snippet", + "package": "@heroui/snippet", "version": "2.2.10", - "docs": "https://nextui.org/docs/components/snippet", + "docs": "https://heroui.com/docs/components/snippet", "description": "Display a snippet of copyable code for the command line.", "status": "stable", "style": "", @@ -599,78 +598,78 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "spacer", - "package": "@nextui-org/spacer", + "package": "@heroui/spacer", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/spacer", + "docs": "https://heroui.com/docs/components/spacer", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "spinner", - "package": "@nextui-org/spinner", + "package": "@heroui/spinner", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/spinner", + "docs": "https://heroui.com/docs/components/spinner", "description": "Loaders express an unspecified wait time or display the length of a process.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "switch", - "package": "@nextui-org/switch", + "package": "@heroui/switch", "version": "2.2.8", - "docs": "https://nextui.org/docs/components/switch", + "docs": "https://heroui.com/docs/components/switch", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "status": "updated", "style": "toggle", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.3", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.3", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "table", - "package": "@nextui-org/table", + "package": "@heroui/table", "version": "2.2.8", - "docs": "https://nextui.org/docs/components/table", + "docs": "https://heroui.com/docs/components/table", "description": "Tables are used to display tabular data using rows and columns. ", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "tabs", - "package": "@nextui-org/tabs", + "package": "@heroui/tabs", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/tabs", + "docs": "https://heroui.com/docs/components/tabs", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "status": "stable", "style": "", @@ -678,16 +677,16 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "tooltip", - "package": "@nextui-org/tooltip", + "package": "@heroui/tooltip", "version": "2.2.7", - "docs": "https://nextui.org/docs/components/tooltip", + "docs": "https://heroui.com/docs/components/tooltip", "description": "A React Component for rendering dynamically positioned Tooltips", "status": "stable", "style": "popover", @@ -695,27 +694,27 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } }, { "name": "user", - "package": "@nextui-org/user", + "package": "@heroui/user", "version": "2.2.6", - "docs": "https://nextui.org/docs/components/user", + "docs": "https://heroui.com/docs/components/user", "description": "Flexible User Profile Component.", "status": "stable", "style": "", "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.4.0", - "@nextui-org/system": ">=2.4.0", + "@heroui/theme": ">=2.4.0", + "@heroui/system": ">=2.4.0", "tailwindcss": ">=3.4.0" } } ], - "version": "2.6.11" + "version": "2.6.12" }