@antscorp/ama-ui 0.0.27 → 0.0.28

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/index.d.ts CHANGED
@@ -320,7 +320,7 @@ export declare interface StepsProps extends StepsProps_2 {
320
320
  optional?: boolean;
321
321
  }
322
322
 
323
- export declare const Swiper: default_2.FC<SwiperProps> & {
323
+ export declare const Swiper: typeof Swiper_2 & {
324
324
  Item: typeof Swiper_2.Item;
325
325
  };
326
326
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",