@yamada-ui/file-button 1.1.17 → 1.1.18-dev-20241227033735

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/dist/index.js +3 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -19,11 +19,11 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  FileButton: () => FileButton
25
25
  });
26
- module.exports = __toCommonJS(src_exports);
26
+ module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/file-button.tsx
29
29
  var import_button = require("@yamada-ui/button");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/file-button",
3
- "version": "1.1.17",
3
+ "version": "1.1.18-dev-20241227033735",
4
4
  "description": "Yamada UI file button component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,10 +36,10 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/button": "1.0.54",
40
- "@yamada-ui/core": "1.16.2",
41
- "@yamada-ui/form-control": "2.1.11",
42
- "@yamada-ui/utils": "1.6.2"
39
+ "@yamada-ui/button": "1.0.55-dev-20241227033735",
40
+ "@yamada-ui/core": "1.17.0-dev-20241227033735",
41
+ "@yamada-ui/form-control": "2.1.12-dev-20241227033735",
42
+ "@yamada-ui/utils": "1.7.0-dev-20241227033735"
43
43
  },
44
44
  "devDependencies": {
45
45
  "clean-package": "2.2.0",