@yamada-ui/carousel 1.0.38-dev-20240723165503 → 1.0.38-dev-20240724054944
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/use-carousel.d.mts
CHANGED
|
@@ -144,7 +144,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation,
|
|
|
144
144
|
selectedIndex: number;
|
|
145
145
|
orientation: "vertical" | "horizontal";
|
|
146
146
|
slideSize: string | number;
|
|
147
|
-
gap:
|
|
147
|
+
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" | "xs" | "3xl" | "4xl" | "0.5" | "1.5" | "2.5" | "3.5" | "-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" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5">;
|
|
148
148
|
slidesToScroll: number;
|
|
149
149
|
includeGapInSize: boolean;
|
|
150
150
|
getContainerProps: UIPropGetter;
|
package/dist/use-carousel.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation,
|
|
|
144
144
|
selectedIndex: number;
|
|
145
145
|
orientation: "vertical" | "horizontal";
|
|
146
146
|
slideSize: string | number;
|
|
147
|
-
gap:
|
|
147
|
+
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" | "xs" | "3xl" | "4xl" | "0.5" | "1.5" | "2.5" | "3.5" | "-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" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5">;
|
|
148
148
|
slidesToScroll: number;
|
|
149
149
|
includeGapInSize: boolean;
|
|
150
150
|
getContainerProps: UIPropGetter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/carousel",
|
|
3
|
-
"version": "1.0.38-dev-
|
|
3
|
+
"version": "1.0.38-dev-20240724054944",
|
|
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": "^7.0.0",
|
|
40
|
-
"@yamada-ui/button": "1.0.37-dev-
|
|
41
|
-
"@yamada-ui/core": "1.10.
|
|
42
|
-
"@yamada-ui/icon": "1.1.1-dev-
|
|
40
|
+
"@yamada-ui/button": "1.0.37-dev-20240724054944",
|
|
41
|
+
"@yamada-ui/core": "1.10.1-dev-20240724054944",
|
|
42
|
+
"@yamada-ui/icon": "1.1.1-dev-20240724054944",
|
|
43
43
|
"@yamada-ui/use-controllable-state": "1.0.16",
|
|
44
|
-
"@yamada-ui/use-token": "1.1.
|
|
45
|
-
"@yamada-ui/use-value": "1.1.21-dev-
|
|
44
|
+
"@yamada-ui/use-token": "1.1.21-dev-20240724054944",
|
|
45
|
+
"@yamada-ui/use-value": "1.1.21-dev-20240724054944",
|
|
46
46
|
"@yamada-ui/utils": "1.3.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|