@open-condo/ui 1.0.0 → 1.1.0

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const CarouselArrow: React.FC<React.HtmlHTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=arrow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/arrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAS5E,CAAA"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { CarouselProps as DefaultCarouselProps } from 'antd';
3
+ export declare type CarouselProps = Pick<DefaultCarouselProps, 'slidesToShow' | 'autoplay' | 'autoplaySpeed' | 'draggable' | 'infinite' | 'speed'> & {
4
+ dots?: boolean;
5
+ };
6
+ export declare const Carousel: React.FC<CarouselProps>;
7
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAEH,aAAa,IAAI,oBAAoB,EACxC,MAAM,MAAM,CAAA;AAWb,oBAAY,aAAa,GAAG,IAAI,CAAC,oBAAoB,EACrD,cAAc,GACZ,UAAU,GACV,eAAe,GACf,WAAW,GACX,UAAU,GACV,OAAO,CACR,GAAG;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,CAAA;AAEtB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuB5C,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { Carousel } from './carousel';
2
+ import './style.less';
3
+ export type { CarouselProps } from './carousel';
4
+ export { Carousel, };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,cAAc,CAAA;AAErB,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EACH,QAAQ,GACX,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import '@open-condo/ui/src/components/style/core/global.less';
2
2
  export { Button } from './components/Button';
3
3
  export type { ButtonProps } from './components/Button';
4
+ export { Carousel } from './components/Carousel';
5
+ export type { CarouselProps } from './components/Carousel';
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,sDAAsD,CAAA;AAE7D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAC5C,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,sDAAsD,CAAA;AAE7D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAC5C,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA"}