mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#3507)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
4dfe194296
commit
0185952ed4
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/system-rsc": patch
|
||||
---
|
||||
|
||||
handled defaultVariants null case in extendVariants (#3502)
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/divider@2.0.30
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.0.36",
|
||||
"version": "2.0.37",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/autocomplete
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/spinner@2.0.32
|
||||
- @nextui-org/listbox@2.1.24
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/input@2.2.3
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/scroll-shadow@2.1.18
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/autocomplete",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
|
||||
"keywords": [
|
||||
"autocomplete"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 2.0.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/spinner@2.0.32
|
||||
- @nextui-org/ripple@2.0.31
|
||||
|
||||
## 2.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "2.0.35",
|
||||
"version": "2.0.36",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/calendar
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/calendar",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
||||
"keywords": [
|
||||
"calendar"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 2.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "2.0.30",
|
||||
"version": "2.0.31",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/date-picker
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/calendar@2.0.9
|
||||
- @nextui-org/date-input@2.1.2
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-picker",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
|
||||
"keywords": [
|
||||
"date-picker"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/divider
|
||||
|
||||
## 2.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.0.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/divider",
|
||||
"version": "2.0.29",
|
||||
"version": "2.0.30",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.1.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/menu@2.0.27
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.1.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.1.27",
|
||||
"version": "2.1.28",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/kbd
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/kbd",
|
||||
"version": "2.0.31",
|
||||
"version": "2.0.32",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/divider@2.0.30
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.1.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.1.23",
|
||||
"version": "2.1.24",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.0.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/divider@2.0.30
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.0.26",
|
||||
"version": "2.0.27",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.0.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.37",
|
||||
"version": "2.0.38",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/navbar
|
||||
|
||||
## 2.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/navbar",
|
||||
"version": "2.0.34",
|
||||
"version": "2.0.35",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.1.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.1.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.1.25",
|
||||
"version": "2.1.26",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/spinner@2.0.32
|
||||
- @nextui-org/listbox@2.1.24
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/scroll-shadow@2.1.18
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/slider
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/tooltip@2.0.38
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/slider",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "A slider allows a user to select one or more values within a range.",
|
||||
"keywords": [
|
||||
"slider"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/tooltip@2.0.38
|
||||
|
||||
## 2.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.39",
|
||||
"version": "2.0.40",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/spacer
|
||||
|
||||
## 2.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spacer",
|
||||
"version": "2.0.30",
|
||||
"version": "2.0.31",
|
||||
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
||||
"keywords": [
|
||||
"spacer"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/spinner
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spinner",
|
||||
"version": "2.0.31",
|
||||
"version": "2.0.32",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/table
|
||||
|
||||
## 2.0.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/spacer@2.0.31
|
||||
- @nextui-org/checkbox@2.1.3
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/table",
|
||||
"version": "2.0.37",
|
||||
"version": "2.0.38",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/tabs
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tabs",
|
||||
"version": "2.0.33",
|
||||
"version": "2.0.34",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 2.0.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/aria-utils@2.0.23
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "2.0.37",
|
||||
"version": "2.0.38",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,53 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/code@2.0.31
|
||||
- @nextui-org/divider@2.0.30
|
||||
- @nextui-org/kbd@2.0.32
|
||||
- @nextui-org/spacer@2.0.31
|
||||
- @nextui-org/spinner@2.0.32
|
||||
- @nextui-org/system@2.2.4
|
||||
- @nextui-org/card@2.0.32
|
||||
- @nextui-org/accordion@2.0.37
|
||||
- @nextui-org/listbox@2.1.24
|
||||
- @nextui-org/menu@2.0.27
|
||||
- @nextui-org/table@2.0.38
|
||||
- @nextui-org/autocomplete@2.1.4
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/select@2.2.4
|
||||
- @nextui-org/avatar@2.0.31
|
||||
- @nextui-org/badge@2.0.30
|
||||
- @nextui-org/breadcrumbs@2.0.11
|
||||
- @nextui-org/calendar@2.0.9
|
||||
- @nextui-org/checkbox@2.1.3
|
||||
- @nextui-org/chip@2.0.31
|
||||
- @nextui-org/date-input@2.1.2
|
||||
- @nextui-org/date-picker@2.1.4
|
||||
- @nextui-org/dropdown@2.1.28
|
||||
- @nextui-org/image@2.0.30
|
||||
- @nextui-org/input@2.2.3
|
||||
- @nextui-org/link@2.0.33
|
||||
- @nextui-org/modal@2.0.38
|
||||
- @nextui-org/navbar@2.0.35
|
||||
- @nextui-org/pagination@2.0.34
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/progress@2.0.32
|
||||
- @nextui-org/radio@2.1.3
|
||||
- @nextui-org/ripple@2.0.31
|
||||
- @nextui-org/scroll-shadow@2.1.18
|
||||
- @nextui-org/skeleton@2.0.30
|
||||
- @nextui-org/slider@2.2.14
|
||||
- @nextui-org/snippet@2.0.40
|
||||
- @nextui-org/switch@2.0.32
|
||||
- @nextui-org/tabs@2.0.34
|
||||
- @nextui-org/tooltip@2.0.38
|
||||
- @nextui-org/user@2.0.32
|
||||
- @nextui-org/framer-utils@2.0.23
|
||||
|
||||
## 2.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/system-rsc
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3503](https://github.com/nextui-org/nextui/pull/3503) [`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea) Thanks [@wingkwong](https://github.com/wingkwong)! - handled defaultVariants null case in extendVariants (#3502)
|
||||
|
||||
## 2.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system-rsc",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "NextUI system primitives compatibles with RSC imports",
|
||||
"keywords": [
|
||||
"system-rsc"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/system
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
|
||||
- @nextui-org/system-rsc@2.1.4
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "NextUI system primitives",
|
||||
"keywords": [
|
||||
"system"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/aria-utils
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.2.4
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/aria-utils",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "A package for managing @react-aria nextui utils.",
|
||||
"keywords": [
|
||||
"aria-utils"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/framer-utils
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.2.4
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/framer-utils",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "A set of framer motion transitions for react",
|
||||
"keywords": [
|
||||
"framer-utils"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user