@scbt-ecom/ui 0.10.1 → 0.10.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scbt-ecom/ui",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./utils-tailwind.css": "./dist/utils-tailwind.css",
@@ -1,9 +0,0 @@
1
- import { IBannerProps } from '../Banner';
2
- export declare const mockBannerBase: IBannerProps;
3
- export declare const mockBannerOnlyPrimaryButton: IBannerProps;
4
- export declare const mockWithAdvantages: IBannerProps;
5
- export declare const mockBannerBaseFullImage: IBannerProps;
6
- export declare const mockBannerFullImageOnlyPrimaryButton: IBannerProps;
7
- export declare const mockBannerFullImageWithAdvantages: IBannerProps;
8
- export declare const mockBannerBaseGradient: IBannerProps;
9
- export declare const mockBannerBaseGradientAdvantages: IBannerProps;
@@ -1,5 +0,0 @@
1
- import { ILongBannerProps } from '../LongBanner';
2
- export declare const mockLongBannerBase: ILongBannerProps;
3
- export declare const mockLongBannerWithoutButton: ILongBannerProps;
4
- export declare const mockLongBannerMulti: ILongBannerProps;
5
- export declare const mockLongBannerMultiWithoutButton: ILongBannerProps;