@yamada-ui/close-button 0.3.16 → 0.3.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.
@@ -28,6 +28,7 @@ var CloseButton = forwardRef(
28
28
  {
29
29
  ref,
30
30
  type: "button",
31
+ "aria-label": "Close",
31
32
  className: cx("ui-close-button", className),
32
33
  disabled: isDisabled,
33
34
  __css: css,
@@ -46,6 +46,7 @@ var CloseButton = (0, import_core.forwardRef)(
46
46
  {
47
47
  ref,
48
48
  type: "button",
49
+ "aria-label": "Close",
49
50
  className: (0, import_utils.cx)("ui-close-button", className),
50
51
  disabled: isDisabled,
51
52
  __css: css,
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  CloseButton
4
- } from "./chunk-WNY237R6.mjs";
4
+ } from "./chunk-MSFCLVZP.mjs";
5
5
  export {
6
6
  CloseButton
7
7
  };
package/dist/index.js CHANGED
@@ -48,6 +48,7 @@ var CloseButton = (0, import_core.forwardRef)(
48
48
  {
49
49
  ref,
50
50
  type: "button",
51
+ "aria-label": "Close",
51
52
  className: (0, import_utils.cx)("ui-close-button", className),
52
53
  disabled: isDisabled,
53
54
  __css: css,
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  CloseButton
4
- } from "./chunk-WNY237R6.mjs";
4
+ } from "./chunk-MSFCLVZP.mjs";
5
5
  export {
6
6
  CloseButton
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/close-button",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Yamada UI close button component",
5
5
  "keywords": [
6
6
  "yamada",