simpo-component-library 3.6.221 → 3.6.225
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/esm2022/lib/directive/spacing-around.directive.mjs +4 -1
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +4 -4
- package/esm2022/lib/elements/image-editor/image-editor.component.mjs +9 -4
- package/esm2022/lib/elements/link-editor/link-editor.component.mjs +25 -4
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +13 -7
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +26 -9
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
- package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +78 -33
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/elements/image-editor/image-editor.component.d.ts +1 -0
- package/lib/elements/link-editor/link-editor.component.d.ts +1 -0
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.225.tgz +0 -0
- package/simpo-component-library-3.6.221.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -63,7 +63,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
63
63
|
validateNumber(event: KeyboardEvent): void;
|
64
64
|
validateOTP(event: KeyboardEvent): void;
|
65
65
|
checkStrength(): void;
|
66
|
-
getStrengthColor(index: number): "
|
66
|
+
getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
|
67
67
|
emailDebounceTimer: any;
|
68
68
|
onEmailChange(): void;
|
69
69
|
emailCheck: boolean;
|
@@ -27,6 +27,7 @@ export declare class LinkEditorComponent {
|
|
27
27
|
addNewLink(): void;
|
28
28
|
buttonStyles: any;
|
29
29
|
changeButtonStyle(): void;
|
30
|
+
getContrastTextColor(backgroundHex: any): void;
|
30
31
|
backgroundType: string[];
|
31
32
|
setBorderRadius(): "0px" | "99px" | "7px";
|
32
33
|
setBorder(): string;
|
@@ -28,6 +28,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
28
28
|
get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
|
29
29
|
opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
|
30
30
|
editSection(): void;
|
31
|
+
getScreenSize(): number;
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
|
32
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
33
34
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|