@yamada-ui/button 0.3.18 → 0.3.19

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.
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  ButtonGroup,
4
4
  useButtonGroup
5
- } from "./chunk-RYOCS263.mjs";
5
+ } from "./chunk-PRLQOIIO.mjs";
6
6
  export {
7
7
  ButtonGroup,
8
8
  useButtonGroup
package/dist/button.mjs CHANGED
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Button,
4
4
  useButtonType
5
- } from "./chunk-BGBHFZBE.mjs";
6
- import "./chunk-RYOCS263.mjs";
5
+ } from "./chunk-R76PUVPU.mjs";
6
+ import "./chunk-PRLQOIIO.mjs";
7
7
  export {
8
8
  Button,
9
9
  useButtonType
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Button
4
- } from "./chunk-BGBHFZBE.mjs";
4
+ } from "./chunk-R76PUVPU.mjs";
5
5
 
6
6
  // src/icon-button.tsx
7
7
  import { forwardRef } from "@yamada-ui/core";
@@ -1,10 +1,7 @@
1
1
  "use client"
2
2
 
3
3
  // src/button-group.tsx
4
- import {
5
- ui,
6
- forwardRef
7
- } from "@yamada-ui/core";
4
+ import { ui, forwardRef } from "@yamada-ui/core";
8
5
  import { createContext, cx, dataAttr } from "@yamada-ui/utils";
9
6
  import { useMemo } from "react";
10
7
  import { jsx } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  useButtonGroup
4
- } from "./chunk-RYOCS263.mjs";
4
+ } from "./chunk-PRLQOIIO.mjs";
5
5
 
6
6
  // src/button.tsx
7
7
  import {
@@ -12,11 +12,7 @@ import {
12
12
  } from "@yamada-ui/core";
13
13
  import { Loading as LoadingIcon } from "@yamada-ui/loading";
14
14
  import { cx, useMergeRefs, merge, dataAttr } from "@yamada-ui/utils";
15
- import {
16
- useCallback,
17
- useMemo,
18
- useState
19
- } from "react";
15
+ import { useCallback, useMemo, useState } from "react";
20
16
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
21
17
  var Button = forwardRef(
22
18
  ({ children, ...props }, customRef) => {
@@ -1,9 +1,9 @@
1
1
  "use client"
2
2
  import {
3
3
  IconButton
4
- } from "./chunk-ZI6ZBN3O.mjs";
5
- import "./chunk-BGBHFZBE.mjs";
6
- import "./chunk-RYOCS263.mjs";
4
+ } from "./chunk-FXSKVU6O.mjs";
5
+ import "./chunk-R76PUVPU.mjs";
6
+ import "./chunk-PRLQOIIO.mjs";
7
7
  export {
8
8
  IconButton
9
9
  };
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  "use client"
2
2
  import {
3
3
  IconButton
4
- } from "./chunk-ZI6ZBN3O.mjs";
4
+ } from "./chunk-FXSKVU6O.mjs";
5
5
  import {
6
6
  Button
7
- } from "./chunk-BGBHFZBE.mjs";
7
+ } from "./chunk-R76PUVPU.mjs";
8
8
  import {
9
9
  ButtonGroup
10
- } from "./chunk-RYOCS263.mjs";
10
+ } from "./chunk-PRLQOIIO.mjs";
11
11
  export {
12
12
  Button,
13
13
  ButtonGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/button",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "description": "Yamada UI button components",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,9 +37,9 @@
37
37
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@yamada-ui/core": "0.12.6",
40
+ "@yamada-ui/core": "0.12.7",
41
41
  "@yamada-ui/utils": "0.3.3",
42
- "@yamada-ui/loading": "0.5.4"
42
+ "@yamada-ui/loading": "0.5.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",