@yamada-ui/carousel 2.0.3-dev-20240814151930 → 2.0.3-dev-20240815074340
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
    
    | @@ -178,7 +178,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation, | |
| 178 178 | 
             
                selectedIndex: number;
         | 
| 179 179 | 
             
                orientation: "vertical" | "horizontal";
         | 
| 180 180 | 
             
                slideSize: string | number;
         | 
| 181 | 
            -
                gap: _yamada_ui_core.UIValue<number |  | 
| 181 | 
            +
                gap: _yamada_ui_core.UIValue<number | (string & {}) | "px" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "68" | "72" | "76" | "80" | "84" | "88" | "92" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "xs" | "3xl" | "4xl" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-11" | "-12" | "-13" | "-14" | "-15" | "-16" | "-20" | "-24" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-52" | "-56" | "-60" | "-64" | "-68" | "-72" | "-76" | "-80" | "-84" | "-88" | "-92" | "-96" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5" | "-4.5" | "-5.5" | "-6.5" | "-7.5" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl">;
         | 
| 182 182 | 
             
                slidesToScroll: number;
         | 
| 183 183 | 
             
                includeGapInSize: boolean;
         | 
| 184 184 | 
             
                getContainerProps: UIPropGetter;
         | 
    
        package/dist/use-carousel.d.ts
    CHANGED
    
    | @@ -178,7 +178,7 @@ declare const useCarousel: ({ index, defaultIndex, onChange, align, orientation, | |
| 178 178 | 
             
                selectedIndex: number;
         | 
| 179 179 | 
             
                orientation: "vertical" | "horizontal";
         | 
| 180 180 | 
             
                slideSize: string | number;
         | 
| 181 | 
            -
                gap: _yamada_ui_core.UIValue<number |  | 
| 181 | 
            +
                gap: _yamada_ui_core.UIValue<number | (string & {}) | "px" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "normal" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "68" | "72" | "76" | "80" | "84" | "88" | "92" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "xs" | "3xl" | "4xl" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-11" | "-12" | "-13" | "-14" | "-15" | "-16" | "-20" | "-24" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-52" | "-56" | "-60" | "-64" | "-68" | "-72" | "-76" | "-80" | "-84" | "-88" | "-92" | "-96" | "-px" | "-0.5" | "-1.5" | "-2.5" | "-3.5" | "-4.5" | "-5.5" | "-6.5" | "-7.5" | "-xs" | "-sm" | "-md" | "-normal" | "-lg" | "-xl" | "-2xl" | "-3xl" | "-4xl">;
         | 
| 182 182 | 
             
                slidesToScroll: number;
         | 
| 183 183 | 
             
                includeGapInSize: boolean;
         | 
| 184 184 | 
             
                getContainerProps: UIPropGetter;
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@yamada-ui/carousel",
         | 
| 3 | 
            -
              "version": "2.0.3-dev- | 
| 3 | 
            +
              "version": "2.0.3-dev-20240815074340",
         | 
| 4 4 | 
             
              "description": "Yamada UI carousel component",
         | 
| 5 5 | 
             
              "keywords": [
         | 
| 6 6 | 
             
                "yamada",
         | 
| @@ -37,13 +37,13 @@ | |
| 37 37 | 
             
              },
         | 
| 38 38 | 
             
              "dependencies": {
         | 
| 39 39 | 
             
                "embla-carousel-react": "^8.1.8",
         | 
| 40 | 
            -
                "@yamada-ui/button": "1.0.40-dev- | 
| 41 | 
            -
                "@yamada-ui/core": "1.13.0-dev- | 
| 42 | 
            -
                "@yamada-ui/icon": "1.1.4-dev- | 
| 43 | 
            -
                "@yamada-ui/use-controllable-state": "1.0.18-dev- | 
| 44 | 
            -
                "@yamada-ui/use-token": "1.1.23-dev- | 
| 45 | 
            -
                "@yamada-ui/use-value": "1.1.23-dev- | 
| 46 | 
            -
                "@yamada-ui/utils": "1.4.0-dev- | 
| 40 | 
            +
                "@yamada-ui/button": "1.0.40-dev-20240815074340",
         | 
| 41 | 
            +
                "@yamada-ui/core": "1.13.0-dev-20240815074340",
         | 
| 42 | 
            +
                "@yamada-ui/icon": "1.1.4-dev-20240815074340",
         | 
| 43 | 
            +
                "@yamada-ui/use-controllable-state": "1.0.18-dev-20240815074340",
         | 
| 44 | 
            +
                "@yamada-ui/use-token": "1.1.23-dev-20240815074340",
         | 
| 45 | 
            +
                "@yamada-ui/use-value": "1.1.23-dev-20240815074340",
         | 
| 46 | 
            +
                "@yamada-ui/utils": "1.4.0-dev-20240815074340"
         | 
| 47 47 | 
             
              },
         | 
| 48 48 | 
             
              "devDependencies": {
         | 
| 49 49 | 
             
                "clean-package": "2.2.0",
         |