@yamada-ui/carousel 2.1.10 → 2.1.11

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.
@@ -1,7 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import { RefObject } from 'react';
3
3
  import { IconButtonProps } from '@yamada-ui/button';
4
- import { HTMLUIProps, CSSUIProps, PropGetter, RequiredPropGetter, HTMLProps, CSSUIObject } from '@yamada-ui/core';
4
+ import { HTMLUIProps, CSSUIProps, CSSUIObject, PropGetter, RequiredPropGetter, HTMLProps } from '@yamada-ui/core';
5
5
  import { EmblaOptionsType, EmblaCarouselType } from 'embla-carousel';
6
6
 
7
7
  type AlignmentOptionType = EmblaOptionsType["align"];
@@ -1,7 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import { RefObject } from 'react';
3
3
  import { IconButtonProps } from '@yamada-ui/button';
4
- import { HTMLUIProps, CSSUIProps, PropGetter, RequiredPropGetter, HTMLProps, CSSUIObject } from '@yamada-ui/core';
4
+ import { HTMLUIProps, CSSUIProps, CSSUIObject, PropGetter, RequiredPropGetter, HTMLProps } from '@yamada-ui/core';
5
5
  import { EmblaOptionsType, EmblaCarouselType } from 'embla-carousel';
6
6
 
7
7
  type AlignmentOptionType = EmblaOptionsType["align"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/carousel",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Yamada UI carousel component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,17 +36,17 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "embla-carousel-react": "^8.5.1",
40
- "@yamada-ui/button": "1.0.56",
41
- "@yamada-ui/core": "1.17.1",
42
- "@yamada-ui/icon": "1.1.19",
43
- "@yamada-ui/use-controllable-state": "1.0.27",
44
- "@yamada-ui/use-value": "1.1.36",
45
- "@yamada-ui/utils": "1.7.0"
39
+ "embla-carousel-react": "^8.5.2",
40
+ "@yamada-ui/button": "1.0.57",
41
+ "@yamada-ui/core": "1.17.2",
42
+ "@yamada-ui/icon": "1.1.20",
43
+ "@yamada-ui/use-controllable-state": "1.0.28",
44
+ "@yamada-ui/use-value": "1.1.37",
45
+ "@yamada-ui/utils": "1.7.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "clean-package": "2.2.0",
49
- "embla-carousel": "^8.5.1",
49
+ "embla-carousel": "^8.5.2",
50
50
  "react": "^18.3.1"
51
51
  },
52
52
  "peerDependencies": {