@yamada-ui/carousel 2.0.2-dev-20240802181515 → 2.0.2-dev-20240804032620
Sign up to get free protection for your applications and to get access to all the features.
package/dist/use-carousel.d.mts
CHANGED
@@ -177,7 +177,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation,
|
|
177
177
|
selectedIndex: number;
|
178
178
|
orientation: "vertical" | "horizontal";
|
179
179
|
slideSize: string | number;
|
180
|
-
gap: _yamada_ui_core.UIValue<number | "px" | (string & {}) | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "
|
180
|
+
gap: _yamada_ui_core.UIValue<number | "px" | (string & {}) | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "xs" | "3xl" | "4xl" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-12" | "-14" | "-16" | "-20" | "-24" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-52" | "-56" | "-60" | "-64" | "-72" | "-80" | "-96" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl">;
|
181
181
|
slidesToScroll: number;
|
182
182
|
includeGapInSize: boolean;
|
183
183
|
getContainerProps: UIPropGetter;
|
package/dist/use-carousel.d.ts
CHANGED
@@ -177,7 +177,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation,
|
|
177
177
|
selectedIndex: number;
|
178
178
|
orientation: "vertical" | "horizontal";
|
179
179
|
slideSize: string | number;
|
180
|
-
gap: _yamada_ui_core.UIValue<number | "px" | (string & {}) | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "
|
180
|
+
gap: _yamada_ui_core.UIValue<number | "px" | (string & {}) | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "xs" | "3xl" | "4xl" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-12" | "-14" | "-16" | "-20" | "-24" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-52" | "-56" | "-60" | "-64" | "-72" | "-80" | "-96" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl">;
|
181
181
|
slidesToScroll: number;
|
182
182
|
includeGapInSize: boolean;
|
183
183
|
getContainerProps: UIPropGetter;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/carousel",
|
3
|
-
"version": "2.0.2-dev-
|
3
|
+
"version": "2.0.2-dev-20240804032620",
|
4
4
|
"description": "Yamada UI carousel component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -38,12 +38,12 @@
|
|
38
38
|
"dependencies": {
|
39
39
|
"embla-carousel-auto-scroll": "^8.1.7",
|
40
40
|
"embla-carousel-react": "^8.1.7",
|
41
|
-
"@yamada-ui/button": "1.0.39-dev-
|
42
|
-
"@yamada-ui/core": "1.11.
|
43
|
-
"@yamada-ui/icon": "1.1.
|
41
|
+
"@yamada-ui/button": "1.0.39-dev-20240804032620",
|
42
|
+
"@yamada-ui/core": "1.11.1-dev-20240804032620",
|
43
|
+
"@yamada-ui/icon": "1.1.3-dev-20240804032620",
|
44
44
|
"@yamada-ui/use-controllable-state": "1.0.17",
|
45
|
-
"@yamada-ui/use-token": "1.1.
|
46
|
-
"@yamada-ui/use-value": "1.1.
|
45
|
+
"@yamada-ui/use-token": "1.1.22-dev-20240804032620",
|
46
|
+
"@yamada-ui/use-value": "1.1.22-dev-20240804032620",
|
47
47
|
"@yamada-ui/utils": "1.3.2"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|