@pagamio/frontend-commons-lib 0.8.254 → 0.8.255

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.
@@ -1,13 +1,12 @@
1
1
  import React from 'react';
2
- interface FeatureItem {
2
+ export interface FeatureItem {
3
3
  icon?: React.ReactNode;
4
4
  title: string;
5
5
  description: string;
6
6
  }
7
- interface FeatureCarouselProps {
7
+ export interface FeatureCarouselProps {
8
8
  features: FeatureItem[];
9
9
  className?: string;
10
10
  interval?: number;
11
11
  }
12
12
  export declare function FeatureCarousel({ features, className, interval }: FeatureCarouselProps): import("react/jsx-runtime").JSX.Element | null;
13
- export {};
@@ -6,5 +6,6 @@ export { default as PagamioCustomerRegistrationPage, customerRegistrationPageDef
6
6
  export { default as PagamioForgotPasswordPage, forgotPasswordDefaultText, type PagamioForgotPasswordPageProps, } from './ForgotPasswordPage';
7
7
  export { default as PagamioResetPasswordPage, resetPasswordDefaultText, type PagamioResetPasswordPageProps, } from './ResetPasswordPage';
8
8
  export { AuthPageLayout as PagamioAuthPageLayout } from './AuthPageLayout';
9
+ export { FeatureCarousel, type FeatureCarouselProps, type FeatureItem } from './FeatureCarousel';
9
10
  export { default as OtpVerificationPage, OtpInput, otpVerificationDefaultText, type OtpInputProps, type OtpVerificationConfig, type OtpVerificationHandlers, type OtpVerificationPageProps, type OtpVerificationText, } from './OtpVerification';
10
11
  export { passwordValidation } from './AuthFormUtils';
@@ -5,5 +5,6 @@ export { default as PagamioCustomerRegistrationPage, customerRegistrationPageDef
5
5
  export { default as PagamioForgotPasswordPage, forgotPasswordDefaultText, } from './ForgotPasswordPage';
6
6
  export { default as PagamioResetPasswordPage, resetPasswordDefaultText, } from './ResetPasswordPage';
7
7
  export { AuthPageLayout as PagamioAuthPageLayout } from './AuthPageLayout';
8
+ export { FeatureCarousel } from './FeatureCarousel';
8
9
  export { default as OtpVerificationPage, OtpInput, otpVerificationDefaultText, } from './OtpVerification';
9
10
  export { passwordValidation } from './AuthFormUtils';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.254",
4
+ "version": "0.8.255",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false