@yamada-ui/carousel 0.2.11 → 0.2.13
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.
- package/dist/carousel-control.js +1 -1
- package/dist/carousel-control.mjs +1 -1
- package/dist/carousel.js +1 -1
- package/dist/carousel.mjs +2 -2
- package/dist/{chunk-4PHQQK4S.mjs → chunk-4WJHFOJT.mjs} +1 -1
- package/dist/{chunk-D5HQSKWR.mjs → chunk-KUAEIYOT.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +8 -8
package/dist/carousel-control.js
CHANGED
|
@@ -129,7 +129,7 @@ var CarouselControlNext = (0, import_core2.forwardRef)(
|
|
|
129
129
|
);
|
|
130
130
|
var CarouselControl = (0, import_core2.forwardRef)(({ className, operation, ...rest }, ref) => {
|
|
131
131
|
const { styles } = useCarouselContext();
|
|
132
|
-
const colorScheme = (0, import_core2.
|
|
132
|
+
const colorScheme = (0, import_core2.useColorModeValue)("whiteAlpha", "blackAlpha");
|
|
133
133
|
const css = {
|
|
134
134
|
position: "absolute",
|
|
135
135
|
zIndex: "kurillin",
|
package/dist/carousel.js
CHANGED
|
@@ -378,7 +378,7 @@ var CarouselControlNext = (0, import_core3.forwardRef)(
|
|
|
378
378
|
);
|
|
379
379
|
var CarouselControl = (0, import_core3.forwardRef)(({ className, operation, ...rest }, ref) => {
|
|
380
380
|
const { styles } = useCarouselContext();
|
|
381
|
-
const colorScheme = (0, import_core3.
|
|
381
|
+
const colorScheme = (0, import_core3.useColorModeValue)("whiteAlpha", "blackAlpha");
|
|
382
382
|
const css = {
|
|
383
383
|
position: "absolute",
|
|
384
384
|
zIndex: "kurillin",
|
package/dist/carousel.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
|
|
6
6
|
// src/carousel-control.tsx
|
|
7
7
|
import { IconButton } from "@yamada-ui/button";
|
|
8
|
-
import { forwardRef,
|
|
8
|
+
import { forwardRef, useColorModeValue } from "@yamada-ui/core";
|
|
9
9
|
import { ChevronIcon } from "@yamada-ui/icon";
|
|
10
10
|
import { cx } from "@yamada-ui/utils";
|
|
11
11
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -57,7 +57,7 @@ var CarouselControlNext = forwardRef(
|
|
|
57
57
|
);
|
|
58
58
|
var CarouselControl = forwardRef(({ className, operation, ...rest }, ref) => {
|
|
59
59
|
const { styles } = useCarouselContext();
|
|
60
|
-
const colorScheme =
|
|
60
|
+
const colorScheme = useColorModeValue("whiteAlpha", "blackAlpha");
|
|
61
61
|
const css = {
|
|
62
62
|
position: "absolute",
|
|
63
63
|
zIndex: "kurillin",
|
package/dist/index.js
CHANGED
|
@@ -513,7 +513,7 @@ var CarouselControlNext = (0, import_core4.forwardRef)(
|
|
|
513
513
|
);
|
|
514
514
|
var CarouselControl = (0, import_core4.forwardRef)(({ className, operation, ...rest }, ref) => {
|
|
515
515
|
const { styles } = useCarouselContext();
|
|
516
|
-
const colorScheme = (0, import_core4.
|
|
516
|
+
const colorScheme = (0, import_core4.useColorModeValue)("whiteAlpha", "blackAlpha");
|
|
517
517
|
const css = {
|
|
518
518
|
position: "absolute",
|
|
519
519
|
zIndex: "kurillin",
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Carousel
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4WJHFOJT.mjs";
|
|
4
4
|
import {
|
|
5
5
|
CarouselControlNext,
|
|
6
6
|
CarouselControlPrev
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KUAEIYOT.mjs";
|
|
8
8
|
import {
|
|
9
9
|
CarouselIndicators
|
|
10
10
|
} from "./chunk-6FKEASJN.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/carousel",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "Yamada UI carousel component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"embla-carousel-react": "^7.0.0",
|
|
39
|
-
"@yamada-ui/button": "0.2.
|
|
40
|
-
"@yamada-ui/core": "0.6.
|
|
41
|
-
"@yamada-ui/icon": "0.2.
|
|
42
|
-
"@yamada-ui/use-controllable-state": "0.1.
|
|
43
|
-
"@yamada-ui/use-token": "0.1.
|
|
44
|
-
"@yamada-ui/use-value": "0.1.
|
|
45
|
-
"@yamada-ui/utils": "0.1.
|
|
39
|
+
"@yamada-ui/button": "0.2.13",
|
|
40
|
+
"@yamada-ui/core": "0.6.3",
|
|
41
|
+
"@yamada-ui/icon": "0.2.13",
|
|
42
|
+
"@yamada-ui/use-controllable-state": "0.1.6",
|
|
43
|
+
"@yamada-ui/use-token": "0.1.25",
|
|
44
|
+
"@yamada-ui/use-value": "0.1.25",
|
|
45
|
+
"@yamada-ui/utils": "0.1.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"clean-package": "2.2.0",
|