mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
feat(root): new snapshot published
This commit is contained in:
parent
fdaaad4210
commit
855c8817ed
@ -30,7 +30,7 @@
|
||||
"lint:fix": "eslint --fix -c .eslintrc.json ./packages/**/**/*.{ts,tsx}",
|
||||
"turbo:clean": "turbo clean && rimraf ./node_modules/.cache/turbo",
|
||||
"turbo:graph": "pnpm build --graph=dependency-graph.png",
|
||||
"clean": "pnpm turbo:clean && pnpm clean:node-modules && pnpm clean:lock && pnpm install",
|
||||
"clean": "pnpm turbo:clean && pnpm clean:node-modules && pnpm clean:lock && pnpm install --hoist",
|
||||
"clean:node-modules": "rimraf ./apps/**/node_modules && rimraf ./packages/**/**/node_modules && rm -rf ./node_modules",
|
||||
"clean:lock": "rm ./pnpm-lock.yaml",
|
||||
"create:cmp": "plop component",
|
||||
|
||||
@ -1,5 +1,20 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-icons@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/aria-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/avatar
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-image@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/avatar",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/badge
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/badge",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/spinner@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/drip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/card
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/drip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/card",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/checkbox
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/checkbox",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/chip
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-icons@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/chip",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/drip
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/drip",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously",
|
||||
"keywords": [
|
||||
"drip"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-icons@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/link
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/link",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"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>",
|
||||
"keywords": [
|
||||
"link"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/pagination
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-icons@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-pagination@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/pagination",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
|
||||
15
packages/components/popover/CHANGELOG.md
Normal file
15
packages/components/popover/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/aria-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/button@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -102,7 +102,7 @@ const Template: ComponentStory<typeof Popover> = (args: PopoverProps) => {
|
||||
return (
|
||||
<Popover {...args}>
|
||||
<PopoverTrigger>
|
||||
<Button>Open popover</Button>
|
||||
<Button disableAnimation={args.disableAnimation}>Open popover</Button>
|
||||
</PopoverTrigger>
|
||||
{content}
|
||||
</Popover>
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/progress
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/progress",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/radio
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/radio",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/tooltip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/spinner
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spinner",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/switch
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/switch",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
||||
"keywords": [
|
||||
"switch"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/aria-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/user
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/avatar@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/user",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Flexible User Profile Component.",
|
||||
"keywords": [
|
||||
"user"
|
||||
|
||||
@ -1,5 +1,34 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/pagination@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/accordion@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/checkbox@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/progress@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/popover@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/snippet@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/spinner@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/tooltip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/avatar@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/button@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/switch@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/badge@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/input@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/radio@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/card@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/chip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/code@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/drip@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/link@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/user@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/theme@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
@ -59,7 +59,8 @@
|
||||
"@nextui-org/tooltip": "workspace:*",
|
||||
"@nextui-org/user": "workspace:*",
|
||||
"@nextui-org/progress": "workspace:*",
|
||||
"@nextui-org/input": "workspace:*"
|
||||
"@nextui-org/input": "workspace:*",
|
||||
"@nextui-org/popover": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
|
||||
@ -19,3 +19,4 @@ export * from "@nextui-org/tooltip";
|
||||
export * from "@nextui-org/user";
|
||||
export * from "@nextui-org/progress";
|
||||
export * from "@nextui-org/input";
|
||||
export * from "@nextui-org/popover";
|
||||
|
||||
@ -1,25 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@nextui-org/accordion": ["./node_modules/@nextui-org/accordion/dist"],
|
||||
"@nextui-org/avatar": ["./node_modules/@nextui-org/avatar/dist"],
|
||||
"@nextui-org/badge": ["./node_modules/@nextui-org/badge/dist"],
|
||||
"@nextui-org/button": ["./node_modules/@nextui-org/button/dist"],
|
||||
"@nextui-org/card": ["./node_modules/@nextui-org/card/dist"],
|
||||
"@nextui-org/checkbox": ["./node_modules/@nextui-org/checkbox/dist"],
|
||||
"@nextui-org/code": ["./node_modules/@nextui-org/code/dist"],
|
||||
"@nextui-org/drip": ["./node_modules/@nextui-org/drip/dist"],
|
||||
"@nextui-org/link": ["./node_modules/@nextui-org/link/dist"],
|
||||
"@nextui-org/pagination": ["./node_modules/@nextui-org/pagination/dist"],
|
||||
"@nextui-org/radio": ["./node_modules/@nextui-org/radio/dist"],
|
||||
"@nextui-org/snippet": ["./node_modules/@nextui-org/snippet/dist"],
|
||||
"@nextui-org/spinner": ["./node_modules/@nextui-org/spinner/dist"],
|
||||
"@nextui-org/switch": ["./node_modules/@nextui-org/switch/dist"],
|
||||
"@nextui-org/tooltip": ["./node_modules/@nextui-org/tooltip/dist"],
|
||||
"@nextui-org/user": ["./node_modules/@nextui-org/user/dist"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "index.ts"]
|
||||
}
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/system
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "NextUI system primitives",
|
||||
"keywords": [
|
||||
"system"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-accordion-item
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-accordion-item",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Internal impl for react aria accordion item",
|
||||
"keywords": [
|
||||
"use-aria-accordion-item"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/use-aria-field
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-field",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Based on react-aria useField hook, provides the accessibility implementation for input fields",
|
||||
"keywords": [
|
||||
"use-aria-field"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-label
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-label",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Based on react-aria label hook, it provides the accessibility implementation for labels and their associated elements. Labels provide context for user inputs.",
|
||||
"keywords": [
|
||||
"use-aria-label"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-slot-id
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-slot-id",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Based on react-aria useSlotId, used to generate an id, and after render check if that id is rendered",
|
||||
"keywords": [
|
||||
"use-aria-slot-id"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-clipboard
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-clipboard",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Wrapper around navigator.clipboard with feedback timeout",
|
||||
"keywords": [
|
||||
"use-clipboard"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/use-image
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-image",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "React hook for progressing image loading",
|
||||
"keywords": [
|
||||
"use-image"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-is-mounted
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-is-mounted",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "This hook can be used to render client-based components or run client logic",
|
||||
"keywords": [
|
||||
"use-is-mounted"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/use-pagination
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-pagination",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state",
|
||||
"keywords": [
|
||||
"use-pagination"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/use-real-shape
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/dom-utils@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-real-shape",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Hook that returns the real dimensions of an element",
|
||||
"keywords": [
|
||||
"use-real-shape"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-ref-state
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-ref-state",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Hook for saving the state in a ref value",
|
||||
"keywords": [
|
||||
"use-ref-state"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-resize
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-resize",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Hook that adds an event listener to the resize window event",
|
||||
"keywords": [
|
||||
"use-resize"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-safe-layout-effect
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-safe-layout-effect",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"use-safe-layout-effect"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-ssr
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-ssr",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"use-ssr"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/aria-utils
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/aria-utils",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A package for managing @react-aria nextui utils.",
|
||||
"keywords": [
|
||||
"aria-utils"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/dom-utils
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dom-utils",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "NextUI DOM Utilities",
|
||||
"keywords": [
|
||||
"dom-utils"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/framer-transitions
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/framer-transitions",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A set of framer motion transitions for react",
|
||||
"keywords": [
|
||||
"framer-transitions"
|
||||
@ -34,16 +34,15 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"framer-motion": ">=6.2.9"
|
||||
"react": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/system": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*"
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"framer-motion": "^10.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react": "^18.0.0",
|
||||
"framer-motion": "^10.11.2",
|
||||
"clean-package": "2.2.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/react-utils
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
- Updated dependencies
|
||||
- @nextui-org/shared-utils@0.0.0-dev-v2-20230407125356
|
||||
- @nextui-org/system@0.0.0-dev-v2-20230407125356
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react-utils",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A package for sharing react components and utilities",
|
||||
"keywords": [
|
||||
"react-utils"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/shared-icons
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/shared-icons",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "Internal icons set, commonly used in the components stories",
|
||||
"keywords": [
|
||||
"icons-utils"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/shared-utils
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/shared-utils",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A set of NextUI utilities",
|
||||
"keywords": [
|
||||
"system"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/test-utils
|
||||
|
||||
## 0.0.0-dev-v2-20230407125356
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Popover component added
|
||||
|
||||
## 0.0.0-dev-v2-20230405205125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/test-utils",
|
||||
"version": "0.0.0-dev-v2-20230405205125",
|
||||
"version": "0.0.0-dev-v2-20230407125356",
|
||||
"description": "A set of utilities for react testing",
|
||||
"keywords": [
|
||||
"test-utils"
|
||||
|
||||
76
pnpm-lock.yaml
generated
76
pnpm-lock.yaml
generated
@ -1313,6 +1313,9 @@ importers:
|
||||
'@nextui-org/pagination':
|
||||
specifier: workspace:*
|
||||
version: link:../../components/pagination
|
||||
'@nextui-org/popover':
|
||||
specifier: workspace:*
|
||||
version: link:../../components/popover
|
||||
'@nextui-org/progress':
|
||||
specifier: workspace:*
|
||||
version: link:../../components/progress
|
||||
@ -1710,13 +1713,13 @@ importers:
|
||||
'@nextui-org/system':
|
||||
specifier: workspace:*
|
||||
version: link:../../core/system
|
||||
framer-motion:
|
||||
specifier: ^10.11.2
|
||||
version: 10.11.2(react-dom@18.2.0)(react@18.2.0)
|
||||
devDependencies:
|
||||
clean-package:
|
||||
specifier: 2.2.0
|
||||
version: 2.2.0
|
||||
framer-motion:
|
||||
specifier: ^10.11.2
|
||||
version: 10.11.2(react-dom@18.2.0)(react@18.2.0)
|
||||
react:
|
||||
specifier: ^18.2.0
|
||||
version: 18.2.0
|
||||
@ -1842,12 +1845,12 @@ packages:
|
||||
'@algolia/logger-common': 4.10.3
|
||||
'@algolia/requester-common': 4.10.3
|
||||
|
||||
/@ampproject/remapping@2.2.0:
|
||||
resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==}
|
||||
/@ampproject/remapping@2.2.1:
|
||||
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
dependencies:
|
||||
'@jridgewell/gen-mapping': 0.1.1
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
|
||||
/@babel/cli@7.14.5(@babel/core@7.21.0):
|
||||
resolution: {integrity: sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==}
|
||||
@ -1914,7 +1917,7 @@ packages:
|
||||
resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.2.0
|
||||
'@ampproject/remapping': 2.2.1
|
||||
'@babel/code-frame': 7.21.4
|
||||
'@babel/generator': 7.21.4
|
||||
'@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.0)
|
||||
@ -1937,8 +1940,8 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.21.4
|
||||
'@jridgewell/gen-mapping': 0.3.2
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
jsesc: 2.5.2
|
||||
|
||||
/@babel/helper-annotate-as-pure@7.18.6:
|
||||
@ -4154,10 +4157,12 @@ packages:
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@emotion/memoize': 0.7.4
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@emotion/memoize@0.7.4:
|
||||
resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==}
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@esbuild/android-arm@0.15.18:
|
||||
@ -4410,7 +4415,7 @@ packages:
|
||||
'@jest/test-result': 28.1.3
|
||||
'@jest/transform': 28.1.3
|
||||
'@jest/types': 28.1.3
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
'@types/node': 15.12.4
|
||||
chalk: 4.1.2
|
||||
collect-v8-coverage: 1.0.1
|
||||
@ -4445,7 +4450,7 @@ packages:
|
||||
resolution: {integrity: sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==}
|
||||
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
callsites: 3.1.0
|
||||
graceful-fs: 4.2.11
|
||||
dev: true
|
||||
@ -4499,7 +4504,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/core': 7.21.0
|
||||
'@jest/types': 28.1.3
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
babel-plugin-istanbul: 6.1.1
|
||||
chalk: 4.1.2
|
||||
convert-source-map: 1.9.0
|
||||
@ -4550,41 +4555,41 @@ packages:
|
||||
chalk: 4.1.2
|
||||
dev: true
|
||||
|
||||
/@jridgewell/gen-mapping@0.1.1:
|
||||
resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==}
|
||||
/@jridgewell/gen-mapping@0.3.3:
|
||||
resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
dependencies:
|
||||
'@jridgewell/set-array': 1.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.4.14
|
||||
|
||||
/@jridgewell/gen-mapping@0.3.2:
|
||||
resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
dependencies:
|
||||
'@jridgewell/set-array': 1.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.4.14
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
|
||||
/@jridgewell/resolve-uri@3.1.0:
|
||||
resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
/@jridgewell/resolve-uri@3.1.1:
|
||||
resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
/@jridgewell/set-array@1.1.2:
|
||||
resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
/@jridgewell/source-map@0.3.2:
|
||||
resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==}
|
||||
/@jridgewell/source-map@0.3.3:
|
||||
resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==}
|
||||
dependencies:
|
||||
'@jridgewell/gen-mapping': 0.3.2
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
dev: true
|
||||
|
||||
/@jridgewell/sourcemap-codec@1.4.14:
|
||||
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
|
||||
|
||||
/@jridgewell/trace-mapping@0.3.17:
|
||||
resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==}
|
||||
/@jridgewell/sourcemap-codec@1.4.15:
|
||||
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
|
||||
|
||||
/@jridgewell/trace-mapping@0.3.18:
|
||||
resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==}
|
||||
dependencies:
|
||||
'@jridgewell/resolve-uri': 3.1.0
|
||||
'@jridgewell/sourcemap-codec': 1.4.14
|
||||
@ -4592,8 +4597,8 @@ packages:
|
||||
/@jridgewell/trace-mapping@0.3.9:
|
||||
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
||||
dependencies:
|
||||
'@jridgewell/resolve-uri': 3.1.0
|
||||
'@jridgewell/sourcemap-codec': 1.4.14
|
||||
'@jridgewell/resolve-uri': 3.1.1
|
||||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
|
||||
/@lezer/common@0.15.12:
|
||||
resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==}
|
||||
@ -14041,6 +14046,7 @@ packages:
|
||||
tslib: 2.5.0
|
||||
optionalDependencies:
|
||||
'@emotion/is-prop-valid': 0.8.8
|
||||
dev: false
|
||||
|
||||
/framer-motion@5.6.0(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Y4FtwUU+LUWLKSzoT6Sq538qluvhpe6izdQK8/xZeVjQZ/ORKGfZzyhzcUxNfscqnfEa3dUOA47s+dwrSipdGA==}
|
||||
@ -21820,7 +21826,7 @@ packages:
|
||||
uglify-js:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
'@swc/core': 1.3.35
|
||||
esbuild: 0.15.18
|
||||
jest-worker: 27.5.1
|
||||
@ -21846,7 +21852,7 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@jridgewell/source-map': 0.3.2
|
||||
'@jridgewell/source-map': 0.3.3
|
||||
acorn: 8.8.2
|
||||
commander: 2.20.3
|
||||
source-map-support: 0.5.21
|
||||
@ -22727,7 +22733,7 @@ packages:
|
||||
resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==}
|
||||
engines: {node: '>=10.12.0'}
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
'@types/istanbul-lib-coverage': 2.0.4
|
||||
convert-source-map: 1.9.0
|
||||
dev: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user