@yamada-ui/react 0.8.16 → 0.8.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -71,7 +71,7 @@ To get started with using the components, please follow the steps below:
71
71
  1. Wrap your application with the `UIProvider` provided
72
72
 
73
73
  ```tsx
74
- import { UIProvider } from '@yamada-ui/react'
74
+ import { UIProvider } from "@yamada-ui/react"
75
75
 
76
76
  const App = ({ children }) => {
77
77
  return <UIProvider>{children}</UIProvider>
@@ -85,7 +85,7 @@ Yamada UI supports light and dark modes by default
85
85
  2. Now you can start using components like so
86
86
 
87
87
  ```tsx
88
- import { Box, Text } from '@yamada-ui/react'
88
+ import { Box, Text } from "@yamada-ui/react"
89
89
 
90
90
  const Example = () => {
91
91
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/react",
3
- "version": "0.8.16",
3
+ "version": "0.8.17",
4
4
  "description": "React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,13 +37,13 @@
37
37
  "dependencies": {
38
38
  "@yamada-ui/accordion": "0.4.0",
39
39
  "@yamada-ui/alert": "0.5.10",
40
- "@yamada-ui/autocomplete": "0.4.13",
40
+ "@yamada-ui/autocomplete": "0.5.0",
41
41
  "@yamada-ui/avatar": "0.3.17",
42
42
  "@yamada-ui/badge": "0.3.15",
43
43
  "@yamada-ui/breadcrumb": "0.3.16",
44
44
  "@yamada-ui/button": "0.3.16",
45
- "@yamada-ui/checkbox": "0.3.19",
46
45
  "@yamada-ui/card": "0.3.16",
46
+ "@yamada-ui/checkbox": "0.4.0",
47
47
  "@yamada-ui/close-button": "0.3.15",
48
48
  "@yamada-ui/core": "0.12.5",
49
49
  "@yamada-ui/editable": "0.3.19",
@@ -52,37 +52,37 @@
52
52
  "@yamada-ui/focus-lock": "0.3.5",
53
53
  "@yamada-ui/form-control": "0.3.18",
54
54
  "@yamada-ui/highlight": "0.3.15",
55
- "@yamada-ui/icon": "0.3.15",
56
55
  "@yamada-ui/image": "0.3.16",
56
+ "@yamada-ui/icon": "0.3.15",
57
57
  "@yamada-ui/indicator": "0.3.15",
58
58
  "@yamada-ui/input": "0.3.19",
59
59
  "@yamada-ui/kbd": "0.3.15",
60
60
  "@yamada-ui/layouts": "0.3.16",
61
61
  "@yamada-ui/link": "0.3.16",
62
- "@yamada-ui/loading": "0.5.2",
63
62
  "@yamada-ui/list": "0.3.15",
64
- "@yamada-ui/menu": "0.3.19",
63
+ "@yamada-ui/loading": "0.5.2",
64
+ "@yamada-ui/menu": "0.3.20",
65
65
  "@yamada-ui/modal": "0.4.17",
66
66
  "@yamada-ui/motion": "0.4.15",
67
- "@yamada-ui/native-select": "0.4.10",
67
+ "@yamada-ui/native-select": "0.5.0",
68
68
  "@yamada-ui/native-table": "0.4.9",
69
69
  "@yamada-ui/notice": "0.5.4",
70
70
  "@yamada-ui/number-input": "0.3.19",
71
71
  "@yamada-ui/pagination": "0.4.16",
72
- "@yamada-ui/pin-input": "0.3.19",
73
- "@yamada-ui/popover": "0.3.19",
72
+ "@yamada-ui/pin-input": "0.3.20",
73
+ "@yamada-ui/popover": "0.3.20",
74
74
  "@yamada-ui/portal": "0.3.6",
75
75
  "@yamada-ui/progress": "0.4.15",
76
76
  "@yamada-ui/providers": "0.9.6",
77
- "@yamada-ui/radio": "0.3.19",
78
- "@yamada-ui/reorder": "0.3.15",
79
- "@yamada-ui/scroll-area": "0.3.15",
80
- "@yamada-ui/segmented-control": "0.3.16",
81
- "@yamada-ui/select": "0.4.13",
77
+ "@yamada-ui/radio": "0.4.0",
78
+ "@yamada-ui/reorder": "0.3.16",
79
+ "@yamada-ui/scroll-area": "0.3.16",
80
+ "@yamada-ui/segmented-control": "0.4.0",
81
+ "@yamada-ui/select": "0.5.0",
82
82
  "@yamada-ui/skeleton": "0.3.15",
83
83
  "@yamada-ui/slider": "0.4.10",
84
- "@yamada-ui/switch": "0.3.19",
85
84
  "@yamada-ui/stepper": "0.3.15",
85
+ "@yamada-ui/switch": "0.3.20",
86
86
  "@yamada-ui/tabs": "0.3.18",
87
87
  "@yamada-ui/tag": "0.3.15",
88
88
  "@yamada-ui/textarea": "0.3.18",
@@ -96,16 +96,16 @@
96
96
  "@yamada-ui/use-breakpoint": "0.2.15",
97
97
  "@yamada-ui/use-clickable": "0.3.5",
98
98
  "@yamada-ui/use-clipboard": "0.2.5",
99
- "@yamada-ui/use-counter": "0.3.5",
100
99
  "@yamada-ui/use-controllable-state": "0.3.0",
100
+ "@yamada-ui/use-counter": "0.3.5",
101
101
  "@yamada-ui/use-descendant": "0.2.5",
102
102
  "@yamada-ui/use-disclosure": "0.4.3",
103
103
  "@yamada-ui/use-event-listener": "0.2.5",
104
104
  "@yamada-ui/use-focus": "0.2.5",
105
105
  "@yamada-ui/use-focus-visible": "0.2.5",
106
106
  "@yamada-ui/use-hover": "0.2.5",
107
- "@yamada-ui/use-interval": "0.2.5",
108
107
  "@yamada-ui/use-idle": "0.2.5",
108
+ "@yamada-ui/use-interval": "0.2.5",
109
109
  "@yamada-ui/use-latest-ref": "0.2.0",
110
110
  "@yamada-ui/use-local-storage": "0.2.5",
111
111
  "@yamada-ui/use-media-query": "0.2.21",