optimized-react-component-library-xyz123 1.1.7 → 1.1.8
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 +1 -16
- package/dist/index.d.ts +1 -16
- package/dist/index.js +61 -860
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -857
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -5
- package/src/css/FooterStandard.css +169 -0
- package/src/css/darkMode.css +2 -83
- package/src/css/mobileView.css +0 -140
- package/src/css/questions.css +1 -1
- package/src/css/styles.css +2 -308
package/dist/index.d.mts
CHANGED
|
@@ -779,21 +779,6 @@ interface HeaderProps {
|
|
|
779
779
|
|
|
780
780
|
declare const Header: FC<HeaderProps>;
|
|
781
781
|
|
|
782
|
-
interface NavigationHeaderProps {
|
|
783
|
-
SetActivatedLanguage?: (language: string) => void;
|
|
784
|
-
headline?: string;
|
|
785
|
-
homelink: string;
|
|
786
|
-
activatedLanguage: string;
|
|
787
|
-
useLanguage: boolean;
|
|
788
|
-
useNavigationMenu: boolean;
|
|
789
|
-
useSearch: boolean;
|
|
790
|
-
useBreadCrumbs: boolean;
|
|
791
|
-
showNavigationCloseButton?: boolean;
|
|
792
|
-
menuLinks: [];
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
declare const NavigationHeader: FC<NavigationHeaderProps>;
|
|
796
|
-
|
|
797
782
|
interface ModalProps {
|
|
798
783
|
showModal: boolean;
|
|
799
784
|
activatedLanguage?: string;
|
|
@@ -912,4 +897,4 @@ interface FormStatusMessagesProps {
|
|
|
912
897
|
*/
|
|
913
898
|
declare const FormStatusMessagesScreenReader: React$1.FC<FormStatusMessagesProps>;
|
|
914
899
|
|
|
915
|
-
export { AddFiles as AddFilesStandard, CheckboxGroup as CheckboxGroupStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IAppSettings, type IAppSettingsCookies, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard,
|
|
900
|
+
export { AddFiles as AddFilesStandard, CheckboxGroup as CheckboxGroupStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IAppSettings, type IAppSettingsCookies, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SingleCheckbox as SingleCheckboxStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createFormSlice, createGlobalLanguageSlice, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeFormSelectors, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, makeglobalLanguageSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|
package/dist/index.d.ts
CHANGED
|
@@ -779,21 +779,6 @@ interface HeaderProps {
|
|
|
779
779
|
|
|
780
780
|
declare const Header: FC<HeaderProps>;
|
|
781
781
|
|
|
782
|
-
interface NavigationHeaderProps {
|
|
783
|
-
SetActivatedLanguage?: (language: string) => void;
|
|
784
|
-
headline?: string;
|
|
785
|
-
homelink: string;
|
|
786
|
-
activatedLanguage: string;
|
|
787
|
-
useLanguage: boolean;
|
|
788
|
-
useNavigationMenu: boolean;
|
|
789
|
-
useSearch: boolean;
|
|
790
|
-
useBreadCrumbs: boolean;
|
|
791
|
-
showNavigationCloseButton?: boolean;
|
|
792
|
-
menuLinks: [];
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
declare const NavigationHeader: FC<NavigationHeaderProps>;
|
|
796
|
-
|
|
797
782
|
interface ModalProps {
|
|
798
783
|
showModal: boolean;
|
|
799
784
|
activatedLanguage?: string;
|
|
@@ -912,4 +897,4 @@ interface FormStatusMessagesProps {
|
|
|
912
897
|
*/
|
|
913
898
|
declare const FormStatusMessagesScreenReader: React$1.FC<FormStatusMessagesProps>;
|
|
914
899
|
|
|
915
|
-
export { AddFiles as AddFilesStandard, CheckboxGroup as CheckboxGroupStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IAppSettings, type IAppSettingsCookies, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard,
|
|
900
|
+
export { AddFiles as AddFilesStandard, CheckboxGroup as CheckboxGroupStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IAppSettings, type IAppSettingsCookies, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SingleCheckbox as SingleCheckboxStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createFormSlice, createGlobalLanguageSlice, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeFormSelectors, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, makeglobalLanguageSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|