@fox-dls/carousels 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/.ultra.cache.json CHANGED
@@ -1 +1 @@
1
- {"files":{"dist":"1638924930456.3694","node_modules":"1638922874290.3389",".babelrc":"f03d0ca709d39fade7fd0a5ff24f9384b515b5b6",".eslintrc.json":"6a0edde9387ee5887d1e599f7a99f09362754acd","CHANGELOG.md":"938ca134a8f27f19d16eafbc8064d38ea166b934","README.md":"87a167329bff7478ccaa650e3d382475d8115cb1","package.json":"8512485560e1085b1d0365303d0dfa2ffc86681a.1638924872688.9985","src/index.ts":"1666f11be8aaf18be8a632f73ad0e73d407aae26.1638924862097.1138","src/lib/card/index.tsx":"52c971cf55cfeb66bdb2f5be883f9a3a2fb62a37","src/lib/card/styles/index.tsx":"0e2c3284b69f0e5c3eabfcbaac81864ff10e5969","src/lib/free/index.tsx":"31d5d59052261c935edb986a1817ee7f273bbbd4","src/lib/free/styles/index.tsx":"5265cb7c9d6bf16b5b09c82bbac9d6aa8d32d798","src/lib/pagination/index.tsx":"561112dbc7d2eeb6e18037ca090a81a6dbe7ac07","src/lib/pagination/styles/index.tsx":"457b030d259318e0431b4d585406078e7ee4faab","src/lib/pills/index.tsx":"c472c9de1791a116bd7e5c1dbe650c3256f6128a","src/lib/pills/styles/index.tsx":"5b249d5b210dd9e81edff8a3412d4b7b9e2ad9a2","src/lib/styles/index.tsx":"276419cd5a78d7b7e027c6f2dc459ea3e81bb85d","tsconfig.build.json":"269572b997c81ac83266026b6b5a2c8699709823.1638923968110.791","tsconfig.json":"af31a7a31827eeec44ed853b8c3000c67f639047.del"},"deps":{"@fox-dls/layout":1638924264191.6038}}
1
+ {"files":{"dist":"1638945308679.743","node_modules":"1638945298791.8557",".babelrc":"f03d0ca709d39fade7fd0a5ff24f9384b515b5b6",".eslintrc.json":"6a0edde9387ee5887d1e599f7a99f09362754acd","CHANGELOG.md":"938ca134a8f27f19d16eafbc8064d38ea166b934","README.md":"87a167329bff7478ccaa650e3d382475d8115cb1","package.json":"e89b0270f8a398a3762155dc4d61644f68762c61.1638945181921.1865","src/index.ts":"8238a6b30d9b88cb5d3a49c95776e91f65246811","src/lib/card/index.tsx":"d9557dc1701f40df6bb411e6997ddbee733dd4e0","src/lib/card/styles/index.tsx":"0e2c3284b69f0e5c3eabfcbaac81864ff10e5969","src/lib/free/index.tsx":"cebfcab333b744941b8a548fbe6aa7f02ded4a54","src/lib/free/styles/index.tsx":"e185a2c38cfb7d02bdcd023923a933a4229c6cf0","src/lib/pagination/index.tsx":"17434e2915ea0d35115478f7c121f5ad8dff248b","src/lib/pagination/styles/index.tsx":"8d8bc3c15ba1869f743ad2f118bcc5c3315b4a85","src/lib/pills/index.tsx":"b159fc61e8aeba39718263cbd2c15b85989787ba","src/lib/pills/styles/index.tsx":"4759d1385151de643c97e239a171261c4ddc8343","src/lib/styles/index.tsx":"276419cd5a78d7b7e027c6f2dc459ea3e81bb85d","tsconfig.build.json":"ea93c79ab610e7212b2e0ac7a76cc869577412eb"},"deps":{"@fox-dls/layout":1638945298163.8628}}
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { Swiper } from 'swiper/react';
3
2
  export declare const CarouselSwiper: import("styled-components").StyledComponent<import("react").FunctionComponent<Swiper>, any, {}, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Swiper } from 'swiper/react';
3
2
  export declare const CarouselSwiper: import("styled-components").StyledComponent<import("react").FunctionComponent<Swiper>, any, {}, never>;
4
3
  export declare const CarouselMedia: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Swiper } from 'swiper/react';
3
2
  export declare const CarouselContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
3
  export declare const CarouselSwiper: import("styled-components").StyledComponent<import("react").FunctionComponent<Swiper>, any, {}, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Swiper } from 'swiper/react';
3
2
  export declare const CarouselContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
3
  export declare const CarouselSwiper: import("styled-components").StyledComponent<import("react").FunctionComponent<Swiper>, any, {}, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const CarouselContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
2
  export declare const CarouselNavbar: import("styled-components").StyledComponent<"div", any, {}, never>;
4
3
  export declare const NavbarTitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-dls/carousels",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/core.esm.js",