optimized-react-component-library-xyz123 0.23.7 → 0.23.9

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.mts CHANGED
@@ -728,7 +728,6 @@ interface CookieBannerProps {
728
728
  onClose?: () => void;
729
729
  acceptCookies: () => void;
730
730
  rejectCookies: () => void;
731
- activatedLanguage?: string;
732
731
  }
733
732
 
734
733
  declare const CookieBanner: React$1.FC<CookieBannerProps>;
@@ -754,10 +753,7 @@ interface ModalProps {
754
753
 
755
754
  declare const Modal: FC<ModalProps>;
756
755
 
757
- type SkipLinkProps = {
758
- activatedLanguage?: string;
759
- };
760
- declare const SkipLink: FC<SkipLinkProps>;
756
+ declare const SkipLink: FC;
761
757
 
762
758
  interface PrincipleOfPublicityProps {
763
759
  activatedLanguage?: string;
@@ -850,14 +846,12 @@ declare const ValidationErrorSummaryList: React$1.FC<ValidationErrorSummaryListP
850
846
 
851
847
  interface FormStatusMessagesProps {
852
848
  formStatus: string;
853
- activatedLanguage?: string;
854
849
  }
855
850
  /**
856
851
  * Visar ett error-meddelande om formuläret misslyckas att skicka in, dvs. status är
857
852
  * failed. Läser upp att formuläret laddas för skärmläsare när status är loading.
858
853
  *
859
854
  * @param {string} formStatus Nuvarande status för formuläret.
860
- * @param {string} [activatedLanguage='sv'] Den aktiverade språkkoden (default är svenska).
861
855
  *
862
856
  */
863
857
  declare const FormStatusMessagesScreenReader: React$1.FC<FormStatusMessagesProps>;
package/dist/index.d.ts CHANGED
@@ -728,7 +728,6 @@ interface CookieBannerProps {
728
728
  onClose?: () => void;
729
729
  acceptCookies: () => void;
730
730
  rejectCookies: () => void;
731
- activatedLanguage?: string;
732
731
  }
733
732
 
734
733
  declare const CookieBanner: React$1.FC<CookieBannerProps>;
@@ -754,10 +753,7 @@ interface ModalProps {
754
753
 
755
754
  declare const Modal: FC<ModalProps>;
756
755
 
757
- type SkipLinkProps = {
758
- activatedLanguage?: string;
759
- };
760
- declare const SkipLink: FC<SkipLinkProps>;
756
+ declare const SkipLink: FC;
761
757
 
762
758
  interface PrincipleOfPublicityProps {
763
759
  activatedLanguage?: string;
@@ -850,14 +846,12 @@ declare const ValidationErrorSummaryList: React$1.FC<ValidationErrorSummaryListP
850
846
 
851
847
  interface FormStatusMessagesProps {
852
848
  formStatus: string;
853
- activatedLanguage?: string;
854
849
  }
855
850
  /**
856
851
  * Visar ett error-meddelande om formuläret misslyckas att skicka in, dvs. status är
857
852
  * failed. Läser upp att formuläret laddas för skärmläsare när status är loading.
858
853
  *
859
854
  * @param {string} formStatus Nuvarande status för formuläret.
860
- * @param {string} [activatedLanguage='sv'] Den aktiverade språkkoden (default är svenska).
861
855
  *
862
856
  */
863
857
  declare const FormStatusMessagesScreenReader: React$1.FC<FormStatusMessagesProps>;