@yamada-ui/carousel 2.1.8 → 2.1.9-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 +7 -7
package/dist/index.js CHANGED
@@ -29,15 +29,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  Carousel: () => Carousel,
35
35
  CarouselControlNext: () => CarouselControlNext,
36
36
  CarouselControlPrev: () => CarouselControlPrev,
37
37
  CarouselIndicators: () => CarouselIndicators,
38
38
  CarouselSlide: () => CarouselSlide
39
39
  });
40
- module.exports = __toCommonJS(src_exports);
40
+ module.exports = __toCommonJS(index_exports);
41
41
 
42
42
  // src/carousel.tsx
43
43
  var import_core5 = require("@yamada-ui/core");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/carousel",
3
- "version": "2.1.8",
3
+ "version": "2.1.9-dev-20241227033735",
4
4
  "description": "Yamada UI carousel component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "embla-carousel-react": "^8.5.1",
40
- "@yamada-ui/button": "1.0.54",
41
- "@yamada-ui/core": "1.16.2",
42
- "@yamada-ui/icon": "1.1.17",
43
- "@yamada-ui/use-controllable-state": "1.0.26",
44
- "@yamada-ui/use-value": "1.1.34",
45
- "@yamada-ui/utils": "1.6.2"
40
+ "@yamada-ui/button": "1.0.55-dev-20241227033735",
41
+ "@yamada-ui/core": "1.17.0-dev-20241227033735",
42
+ "@yamada-ui/icon": "1.1.18-dev-20241227033735",
43
+ "@yamada-ui/use-controllable-state": "1.0.27-dev-20241227033735",
44
+ "@yamada-ui/use-value": "1.1.35-dev-20241227033735",
45
+ "@yamada-ui/utils": "1.7.0-dev-20241227033735"
46
46
  },
47
47
  "devDependencies": {
48
48
  "clean-package": "2.2.0",