@hmlr/govuk-react-components-library 1.2.3 → 1.3.1
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/README.md +6 -8
- package/dist/PDFViewerCanvas.cjs.js +3 -2
- package/dist/PDFViewerCanvas.cjs.js.map +1 -1
- package/dist/PDFViewerCanvas.esm.js +3 -2
- package/dist/PDFViewerCanvas.esm.js.map +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +29 -60
- package/dist/index.esm.js.map +1 -1
- package/dist/types/PDFViewerCanvas.d.ts +1 -0
- package/dist/types/components/Accordion/Accordion.config.d.ts +5 -0
- package/dist/types/components/Accordion/Accordion.d.ts +4 -0
- package/dist/types/components/Accordion/Accordion.types.d.ts +20 -0
- package/dist/types/components/Accordion/index.d.ts +2 -0
- package/dist/types/components/ActionLink/ActionLink.d.ts +4 -0
- package/dist/types/components/ActionLink/ActionLink.types.d.ts +13 -0
- package/dist/types/components/ActionLink/index.d.ts +1 -0
- package/dist/types/components/BackLink/BackLink.d.ts +4 -0
- package/dist/types/components/BackLink/BackLink.types.d.ts +9 -0
- package/dist/types/components/BackLink/index.d.ts +1 -0
- package/dist/types/components/Boolean/Boolean.d.ts +4 -0
- package/dist/types/components/Boolean/Boolean.types.d.ts +37 -0
- package/dist/types/components/Boolean/OmitKey.d.ts +5 -0
- package/dist/types/components/Boolean/index.d.ts +1 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.types.d.ts +13 -0
- package/dist/types/components/Breadcrumbs/index.d.ts +1 -0
- package/dist/types/components/Button/Button.config.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts +4 -0
- package/dist/types/components/Button/Button.types.d.ts +13 -0
- package/dist/types/components/Button/index.d.ts +2 -0
- package/dist/types/components/CardColumn/CardColumn.d.ts +5 -0
- package/dist/types/components/CardColumn/CardColumn.types.d.ts +25 -0
- package/dist/types/components/CardColumn/index.d.ts +1 -0
- package/dist/types/components/CardLayout/CardLayout.d.ts +4 -0
- package/dist/types/components/CardLayout/CardLayout.types.d.ts +5 -0
- package/dist/types/components/CardLayout/index.d.ts +1 -0
- package/dist/types/components/CharacterCount/CharacterCount.config.d.ts +2 -0
- package/dist/types/components/CharacterCount/CharacterCount.d.ts +4 -0
- package/dist/types/components/CharacterCount/CharacterCount.types.d.ts +12 -0
- package/dist/types/components/CharacterCount/index.d.ts +1 -0
- package/dist/types/components/Checkboxes/Checkboxes.config.d.ts +1 -0
- package/dist/types/components/Checkboxes/Checkboxes.d.ts +4 -0
- package/dist/types/components/Checkboxes/Checkboxes.types.d.ts +3 -0
- package/dist/types/components/Checkboxes/index.d.ts +2 -0
- package/dist/types/components/CookieBanner/CookieBanner.d.ts +4 -0
- package/dist/types/components/CookieBanner/CookieBanner.types.d.ts +21 -0
- package/dist/types/components/CookieBanner/index.d.ts +1 -0
- package/dist/types/components/DataNavigation/DataNavigation.d.ts +4 -0
- package/dist/types/components/DataNavigation/DataNavigation.types.d.ts +34 -0
- package/dist/types/components/DataNavigation/index.d.ts +1 -0
- package/dist/types/components/DateInput/DateInput.d.ts +4 -0
- package/dist/types/components/DateInput/DateInput.types.d.ts +27 -0
- package/dist/types/components/DateInput/index.d.ts +1 -0
- package/dist/types/components/Details/Details.d.ts +4 -0
- package/dist/types/components/Details/Details.types.d.ts +5 -0
- package/dist/types/components/Details/index.d.ts +1 -0
- package/dist/types/components/DifferenceNavigation/DifferenceNavigation.d.ts +4 -0
- package/dist/types/components/DifferenceNavigation/DifferenceNavigation.types.d.ts +32 -0
- package/dist/types/components/DifferenceNavigation/index.d.ts +1 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.types.d.ts +11 -0
- package/dist/types/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/types/components/ErrorMessage/ErrorMessage.d.ts +4 -0
- package/dist/types/components/ErrorMessage/ErrorMessage.types.d.ts +6 -0
- package/dist/types/components/ErrorMessage/index.d.ts +1 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.config.d.ts +2 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.d.ts +4 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.types.d.ts +13 -0
- package/dist/types/components/ErrorSummary/index.d.ts +2 -0
- package/dist/types/components/ExitThisPage/ExitThisPage.config.d.ts +1 -0
- package/dist/types/components/ExitThisPage/ExitThisPage.d.ts +4 -0
- package/dist/types/components/ExitThisPage/ExitThisPage.types.d.ts +17 -0
- package/dist/types/components/ExitThisPage/index.d.ts +2 -0
- package/dist/types/components/Fieldset/Fieldset.d.ts +4 -0
- package/dist/types/components/Fieldset/Fieldset.types.d.ts +12 -0
- package/dist/types/components/Fieldset/index.d.ts +1 -0
- package/dist/types/components/FileUpload/FileUpload.d.ts +4 -0
- package/dist/types/components/FileUpload/FileUpload.types.d.ts +13 -0
- package/dist/types/components/FileUpload/index.d.ts +1 -0
- package/dist/types/components/Footer/Footer.d.ts +4 -0
- package/dist/types/components/Footer/Footer.types.d.ts +40 -0
- package/dist/types/components/Footer/index.d.ts +1 -0
- package/dist/types/components/Header/Header.config.d.ts +1 -0
- package/dist/types/components/Header/Header.d.ts +4 -0
- package/dist/types/components/Header/Header.types.d.ts +28 -0
- package/dist/types/components/Header/index.d.ts +2 -0
- package/dist/types/components/Hint/Hint.d.ts +4 -0
- package/dist/types/components/Hint/Hint.types.d.ts +4 -0
- package/dist/types/components/Hint/index.d.ts +1 -0
- package/dist/types/components/Input/Input.d.ts +4 -0
- package/dist/types/components/Input/Input.types.d.ts +17 -0
- package/dist/types/components/Input/index.d.ts +1 -0
- package/dist/types/components/InsetText/InsetText.d.ts +4 -0
- package/dist/types/components/InsetText/InsetText.types.d.ts +4 -0
- package/dist/types/components/InsetText/index.d.ts +1 -0
- package/dist/types/components/Label/Label.d.ts +4 -0
- package/dist/types/components/Label/Label.types.d.ts +6 -0
- package/dist/types/components/Label/index.d.ts +1 -0
- package/dist/types/components/Landing/Landing.d.ts +4 -0
- package/dist/types/components/Landing/Landing.types.d.ts +4 -0
- package/dist/types/components/Landing/index.d.ts +1 -0
- package/dist/types/components/LinkWithRef/LinkWithRef.d.ts +4 -0
- package/dist/types/components/LinkWithRef/LinkWithRef.types.d.ts +9 -0
- package/dist/types/components/LinkWithRef/index.d.ts +1 -0
- package/dist/types/components/Loading/Loading.d.ts +5 -0
- package/dist/types/components/Loading/Loading.types.d.ts +4 -0
- package/dist/types/components/Loading/index.d.ts +1 -0
- package/dist/types/components/Main/Main.d.ts +4 -0
- package/dist/types/components/Main/Main.types.d.ts +5 -0
- package/dist/types/components/Main/index.d.ts +1 -0
- package/dist/types/components/NotFoundPage/NotFoundPage.d.ts +3 -0
- package/dist/types/components/NotFoundPage/index.d.ts +1 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.config.d.ts +2 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.d.ts +4 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.types.d.ts +12 -0
- package/dist/types/components/NotificationBanner/index.d.ts +1 -0
- package/dist/types/components/PDFViewer/ObjectToQueryString.d.ts +1 -0
- package/dist/types/components/PDFViewer/PDFViewer.d.ts +4 -0
- package/dist/types/components/PDFViewer/PDFViewer.types.d.ts +25 -0
- package/dist/types/components/PDFViewer/PDFViewerBackend.d.ts +2 -0
- package/dist/types/components/PDFViewer/ResolvePDFSource.d.ts +27 -0
- package/dist/types/components/PDFViewer/Slugify.d.ts +1 -0
- package/dist/types/components/PDFViewer/index.d.ts +2 -0
- package/dist/types/components/PDFViewer/testutilities/SampleBase64.d.ts +44 -0
- package/dist/types/components/PDFViewerCanvas/PDFViewerCanvas.d.ts +9 -0
- package/dist/types/components/PDFViewerCanvas/PDFViewerCanvas.types.d.ts +38 -0
- package/dist/types/components/PDFViewerCanvas/index.d.ts +1 -0
- package/dist/types/components/Pagination/NavigationButton.d.ts +3 -0
- package/dist/types/components/Pagination/Pagination.d.ts +4 -0
- package/dist/types/components/Pagination/Pagination.types.d.ts +32 -0
- package/dist/types/components/Pagination/SvgIcon.d.ts +3 -0
- package/dist/types/components/Pagination/UsePagination.d.ts +9 -0
- package/dist/types/components/Pagination/index.d.ts +3 -0
- package/dist/types/components/Panel/Panel.d.ts +4 -0
- package/dist/types/components/Panel/Panel.types.d.ts +7 -0
- package/dist/types/components/Panel/index.d.ts +1 -0
- package/dist/types/components/PasswordInput/PasswordInput.config.d.ts +1 -0
- package/dist/types/components/PasswordInput/PasswordInput.d.ts +4 -0
- package/dist/types/components/PasswordInput/PasswordInput.types.d.ts +35 -0
- package/dist/types/components/PasswordInput/index.d.ts +2 -0
- package/dist/types/components/PhaseBanner/PhaseBanner.d.ts +4 -0
- package/dist/types/components/PhaseBanner/PhaseBanner.types.d.ts +6 -0
- package/dist/types/components/PhaseBanner/index.d.ts +1 -0
- package/dist/types/components/ProblemWithService/ProblemWithService.d.ts +4 -0
- package/dist/types/components/ProblemWithService/ProblemWithService.types.d.ts +7 -0
- package/dist/types/components/ProblemWithService/index.d.ts +1 -0
- package/dist/types/components/Radios/Radios.config.d.ts +1 -0
- package/dist/types/components/Radios/Radios.d.ts +4 -0
- package/dist/types/components/Radios/Radios.types.d.ts +7 -0
- package/dist/types/components/Radios/index.d.ts +2 -0
- package/dist/types/components/Select/Select.d.ts +4 -0
- package/dist/types/components/Select/Select.types.d.ts +19 -0
- package/dist/types/components/Select/index.d.ts +1 -0
- package/dist/types/components/ServiceNavigation/ServiceNavigation.d.ts +4 -0
- package/dist/types/components/ServiceNavigation/ServiceNavigation.types.d.ts +21 -0
- package/dist/types/components/ServiceNavigation/index.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.config.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.d.ts +4 -0
- package/dist/types/components/SkipLink/SkipLink.types.d.ts +5 -0
- package/dist/types/components/SkipLink/index.d.ts +2 -0
- package/dist/types/components/SummaryList/SummaryList.d.ts +4 -0
- package/dist/types/components/SummaryList/SummaryList.types.d.ts +22 -0
- package/dist/types/components/SummaryList/index.d.ts +1 -0
- package/dist/types/components/Table/Table.d.ts +4 -0
- package/dist/types/components/Table/Table.types.d.ts +21 -0
- package/dist/types/components/Table/index.d.ts +1 -0
- package/dist/types/components/Tabs/Tabs.config.d.ts +1 -0
- package/dist/types/components/Tabs/Tabs.d.ts +4 -0
- package/dist/types/components/Tabs/Tabs.types.d.ts +14 -0
- package/dist/types/components/Tabs/index.d.ts +2 -0
- package/dist/types/components/Tag/Tag.d.ts +4 -0
- package/dist/types/components/Tag/Tag.types.d.ts +4 -0
- package/dist/types/components/Tag/index.d.ts +1 -0
- package/dist/types/components/TaskList/TaskList.d.ts +4 -0
- package/dist/types/components/TaskList/TaskList.types.d.ts +21 -0
- package/dist/types/components/TaskList/index.d.ts +1 -0
- package/dist/types/components/Textarea/Textarea.d.ts +4 -0
- package/dist/types/components/Textarea/Textarea.types.d.ts +14 -0
- package/dist/types/components/Textarea/index.d.ts +1 -0
- package/dist/types/components/WarningInfo/WarningInfo.d.ts +4 -0
- package/dist/types/components/WarningInfo/WarningInfo.types.d.ts +8 -0
- package/dist/types/components/WarningInfo/index.d.ts +1 -0
- package/dist/types/components/WarningText/WarningText.d.ts +4 -0
- package/dist/types/components/WarningText/WarningText.types.d.ts +4 -0
- package/dist/types/components/WarningText/index.d.ts +1 -0
- package/dist/types/components/common.types.d.ts +10 -0
- package/dist/types/components/index.d.ts +51 -0
- package/dist/types/dynamics/index.d.ts +3 -0
- package/dist/types/dynamics/types.d.ts +37 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/ProcessExampleData.d.ts +3 -0
- package/dist/types/utils/StoriesFromFixtures.d.ts +5 -0
- package/dist/types/utils/TitleCase.d.ts +2 -0
- package/dist/types/utils/WithReference.d.ts +5 -0
- package/dist/types/utils/WithReference.types.d.ts +15 -0
- package/package.json +47 -27
- package/.gitattributes +0 -5
- package/.nvmrc +0 -1
- package/.prettierignore +0 -2
- package/.stylelintrc.json +0 -8
- package/assets/Advance-submodule-behaviours.png +0 -0
- package/assets/logo.png +0 -0
- package/assets/uml-diagram.svg +0 -2745
- package/scripts/generateStories.mjs +0 -451
package/assets/uml-diagram.svg
DELETED
|
@@ -1,2745 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" baseProfile="full" width="24778.5" height="791.0" viewBox="0 0 24778.5 791" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events">
|
|
2
|
-
<desc >#.interface: fill=lightblue
|
|
3
|
-
#.enumeration: fill=lightgreen
|
|
4
|
-
#.type: fill=lightgray
|
|
5
|
-
|
|
6
|
-
[<interface>JsonMap||]
|
|
7
|
-
[<interface>AnnotationsConfig|+parameters?: JsonMap;+args?: JsonMap;+argTypes?: ArgTypes;+tags?: Tag\[\]|]
|
|
8
|
-
[<interface>MetaConfig|+title?: string|]
|
|
9
|
-
[<interface>StoryConfig|+name?: string|]
|
|
10
|
-
[<interface>DynamicConfig|+baseCsf: string;+storiesCsf?: string;+stories?: () => StoryConfigs \| Promise<StoryConfigs>|]
|
|
11
|
-
[<interface>ComponentFixture|+name: string;+options?: object;+hidden?: boolean;+description?: string;+previewLayoutModifiers?: unknown\[\];+screenshot?: boolean;+html?: string|]
|
|
12
|
-
[<interface>ComponentFixtureRoot|+component: string;+fixtures: ComponentFixture\[\]|]
|
|
13
|
-
[AnnotationsConfig]<:--[MetaConfig]
|
|
14
|
-
[AnnotationsConfig]<:--[StoryConfig]
|
|
15
|
-
[<interface>WithRefProps|+Component: React.ComponentType<Record<string, unknown> & { ref?: React.Ref<HTMLElement>; }>;+items?: unknown\[\]|]
|
|
16
|
-
[<interface>InfoSectionProps|+refName: string;+Component: React.ComponentType<Record<string, unknown> & { ref?: React.Ref<HTMLElement>; }>;+restProps: Record<string, unknown>|]
|
|
17
|
-
[<interface>AccordionItem|+reactListKey?: string \| number;+expanded?: boolean;+heading: { children: ReactNode; };+summary?: { children: ReactNode; };+content: { children: ReactNode; }|]
|
|
18
|
-
[<interface>AccordionProps|+className?: string;+headingLevel?: ElementType;+id?: string;+items: AccordionItem\[\]|]
|
|
19
|
-
[HTMLAttributes<T>]<:--[AccordionProps]
|
|
20
|
-
[<interface>ActionLinkProps|+children?: ReactNode;+visuallyHiddenText?: string;+className?: string;+href?: string;+to?: To|]
|
|
21
|
-
[<interface>Action|+reactListKey?: string|]
|
|
22
|
-
[<interface>BackLinkProps|+to?: To;+state?: object;+children?: ReactNode;+href?: string;+className?: string|]
|
|
23
|
-
[<interface>BooleanItem|+id?: string;+children?: ReactNode;+hint?: HintProps;+conditional?: { children: ReactNode; };+behaviour?: string;+label?: LabelProps;+reactListKey?: string \| number;+divider?: string;+name?: string;+checked?: boolean;+value?: string;+defaultChecked?: boolean|]
|
|
24
|
-
[<interface>BooleanProps|+className?: string;+errorMessage?: ErrorMessageProps;+fieldset?: FieldsetProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+idPrefix?: string;+items?: BooleanItem\[\];+controlType: "radios" \| "checkboxes";+name?: string;+onChange?: (event: ChangeEvent<HTMLInputElement, Element>) => void;+onBlur?: (event: FocusEvent<HTMLInputElement, Element>) => void;+aria-describedby?: string|]
|
|
25
|
-
[<interface>BreadcrumbItem|+href?: string;+to?: string;+reactListKey?: string \| number;+children: ReactNode|]
|
|
26
|
-
[<interface>BreadcrumbsProps|+items?: BreadcrumbItem\[\];+className?: string;+collapseOnMobile?: boolean|]
|
|
27
|
-
[HTMLAttributes<T>]<:--[BreadcrumbsProps]
|
|
28
|
-
[<interface>ButtonProps|+element?: string;+href?: string;+to?: To;+isStartButton?: boolean;+disabled?: boolean;+className?: string;+preventDoubleClick?: boolean;+name?: string;+type?: string;+children?: ReactNode|]
|
|
29
|
-
[<interface>CardColumnProps|+link: string;+header: string;+body: string;+textColor?: string;+hoverColor?: string|]
|
|
30
|
-
[<interface>CardLayoutProps|+cardColumns: CardColumnProps\[\];+numberOfGridColumns?: number|]
|
|
31
|
-
[<interface>CharacterCountProps|+id?: string;+className?: string;+maxlength?: number;+threshold?: number;+maxwords?: number;+errorMessage?: ErrorMessageProps;+countMessage?: { className?: string; }|]
|
|
32
|
-
[<interface>CheckboxesProps||]
|
|
33
|
-
[<interface>CookieBannerMessageAction|+className?: string;+href?: string;+to?: string;+children?: React.ReactNode;+type?: "button" \| "submit" \| "reset"|]
|
|
34
|
-
[<interface>CookieBannerMessageItem|+headingChildren?: React.ReactNode;+children?: React.ReactNode;+aria-label?: string;+actions?: CookieBannerMessageAction\[\];+className?: string|]
|
|
35
|
-
[<interface>CookieBannerProps|+className?: string;+messages: CookieBannerMessageItem\[\]|]
|
|
36
|
-
[<interface>DataNavigationProps|+dataId: number;+setDataFocus: (id: number) => void;+previousText?: string;+previousCondition: boolean;+nextText?: string;+nextCondition: boolean;+dataDescription?: string;+buttonColour?: string;+buttonTextColour?: string;+buttonShadowColour?: string;+buttonHoverColour?: string;+buttonHoverTextColour?: string|]
|
|
37
|
-
[<interface>DateInputItem|+name: string;+className?: string;+type?: string;+label?: string;+reactListKey?: string \| number;+id?: string;+pattern?: string;+inputMode?: "search" \| "text" \| "none" \| "tel" \| "url" \| "email" \| "numeric" \| "decimal"|]
|
|
38
|
-
[<interface>DateInputProps|+className?: string;+errorMessage?: ErrorMessageProps;+fieldset?: FieldsetProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+id?: string;+items?: DateInputItem\[\];+namePrefix?: string;+onChange: (event: ChangeEvent<HTMLInputElement, Element>) => void|]
|
|
39
|
-
[<interface>DetailsProps|+className?: string;+children: ReactNode;+summaryChildren: ReactNode|]
|
|
40
|
-
[<interface>DifferenceNavigationProps|+differenceId: number;+setDifferenceFocus: (id: number) => void;+totalDifferences: number;+keyword?: string;+plural?: string;+buttonColour?: string;+buttonTextColour?: string;+buttonShadowColour?: string;+buttonHoverColour?: string;+buttonHoverTextColour?: string|]
|
|
41
|
-
[ErrorBoundary||+static getDerivedStateFromError(): Partial<ErrorBoundaryState>;+componentDidCatch(): void;+render(): ReactNode]
|
|
42
|
-
[Component<P,S>]<:-[ErrorBoundary]
|
|
43
|
-
[<interface>ErrorBoundaryProps|+children: ReactNode;+message?: string;+applicationName?: string;+basePageName?: string|]
|
|
44
|
-
[<interface>ErrorBoundaryState|+hasError: boolean;+message: string;+applicationName: string|]
|
|
45
|
-
[<interface>ErrorMessageProps|+className?: string;+children?: ReactNode;+visuallyHiddenText?: string|]
|
|
46
|
-
[HTMLAttributes<T>]<:--[ErrorMessageProps]
|
|
47
|
-
[<interface>ErrorSummaryProps|+className?: string;+descriptionChildren?: ReactNode;+errorList?: { \[key: string\]: unknown; reactListKey?: string \| number; children: ReactNode; href?: string; }\[\];+titleChildren?: ReactNode;+disableAutoFocus?: boolean|]
|
|
48
|
-
[HTMLAttributes<T>]<:--[ErrorSummaryProps]
|
|
49
|
-
[<interface>ExitThisPageProps|+children?: ReactNode;+className?: string;+redirectUrl?: string;+activatedText?: string;+timedOutText?: string;+pressTwoMoreTimesText?: string;+pressOneMoreTimeText?: string|]
|
|
50
|
-
[HTMLAttributes<T>]<:--[ExitThisPageProps]
|
|
51
|
-
[<interface>LegendProps|+children: ReactNode;+className?: string;+isPageHeading?: boolean|]
|
|
52
|
-
[<interface>FieldsetProps|+className?: string;+legend?: LegendProps;+children: ReactNode;+aria-describedby?: string|]
|
|
53
|
-
[FieldsetHTMLAttributes<T>]<:--[FieldsetProps]
|
|
54
|
-
[<interface>FileUploadProps|+className?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+label?: LabelProps;+aria-describedby?: string;+id?: string|]
|
|
55
|
-
[InputHTMLAttributes<T>]<:--[FileUploadProps]
|
|
56
|
-
[<interface>NavigationItem|+columns: string \| number;+title: string;+items?: { \[key: string\]: unknown; className?: string; children: ReactNode; href?: string; to?: To; reactListKey?: string \| number; }\[\];+width?: string;+reactListKey?: string \| number|]
|
|
57
|
-
[<interface>MetaItem|+className?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
58
|
-
[<interface>Meta|+visuallyHiddenTitle?: string;+items?: MetaItem\[\];+children?: ReactNode|]
|
|
59
|
-
[<interface>ContentLicence|+className?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
60
|
-
[<interface>FooterProps|+className?: string;+containerClassName?: string;+meta?: Meta;+navigation?: NavigationItem\[\];+contentLicence?: ContentLicence|]
|
|
61
|
-
[HTMLAttributes<T>]<:--[FooterProps]
|
|
62
|
-
[<interface>NavigationItem|+active?: boolean;+className?: string;+children?: ReactNode;+href?: string;+to?: To;+reactListKey?: string \| number|]
|
|
63
|
-
[<interface>HeaderProps|+className?: string;+containerClassName?: string;+homepageUrlHref?: string;+homepageUrlTo?: To;+navigation?: NavigationItem\[\];+navigationClassName?: string;+productName?: ReactNode;+serviceName?: string;+serviceUrlHref?: string;+serviceUrlTo?: To;+navigationLabel?: string;+menuButtonLabel?: string;+logo?: string;+removeGovUKHeader?: unknown;+assetsPath?: string|]
|
|
64
|
-
[HTMLAttributes<T>]<:--[HeaderProps]
|
|
65
|
-
[<interface>HintProps|+className?: string;+children?: ReactNode|]
|
|
66
|
-
[<interface>InputProps|+className?: string;+aria-describedby?: string;+errorMessage?: object;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: object;+label?: object;+name?: string;+id?: string;+type: string;+prefix?: { \[key: string\]: unknown; className?: string; };+suffix?: { \[key: string\]: unknown; className?: string; }|]
|
|
67
|
-
[<interface>InsetTextProps|+className?: string;+children: ReactNode|]
|
|
68
|
-
[<interface>LabelProps|+className?: string;+htmlFor?: string;+children?: ReactNode;+isPageHeading?: boolean|]
|
|
69
|
-
[<interface>LandingProps|+to?: To|]
|
|
70
|
-
[<interface>LinkWithRefProps|+children: React.ReactNode;+to?: To;+href?: string;+forwardedRef?: React.Ref<HTMLAnchorElement>|]
|
|
71
|
-
[AnchorHTMLAttributes<T>]<:--[LinkWithRefProps]
|
|
72
|
-
[<interface>LoadingProps|+message?: string;+html?: ReactNode|]
|
|
73
|
-
[<interface>MainProps|+children?: ReactNode;+backLink?: string;+backLinkState?: object|]
|
|
74
|
-
[<interface>NotificationBannerProps|+type: "success" \| "error" \| "info" \| "warning";+titleChildren?: string;+titleHeadingLevel?: ElementType;+children: ReactNode;+className?: string;+titleId?: string;+role?: string;+disableAutoFocus?: boolean|]
|
|
75
|
-
[<interface>PaginationItemProps|+number?: string \| number;+href?: string;+current?: boolean;+ellipsis?: boolean|]
|
|
76
|
-
[<interface>PaginationNavProps|+href: string;+children?: ReactNode;+labelText?: string|]
|
|
77
|
-
[<interface>PaginationProps|+previous?: PaginationNavProps;+next?: PaginationNavProps;+items?: PaginationItemProps\[\];+className?: string|]
|
|
78
|
-
[<interface>SvgIconProps|+type: string|]
|
|
79
|
-
[<interface>NavigationButtonProps|+href: string;+type: "next" \| "previous";+children?: ReactNode;+labelText?: string|]
|
|
80
|
-
[<interface>UsePaginationProps|+totalCount: number;+pageSize: number;+siblingCount?: number;+currentPage: number|]
|
|
81
|
-
[<interface>PanelProps|+headingLevel?: ElementType;+className?: string;+titleChildren: ReactNode;+children?: ReactNode|]
|
|
82
|
-
[HTMLAttributes<T>]<:--[PanelProps]
|
|
83
|
-
[<interface>PasswordInputLabelProps|+children?: ReactNode;+className?: string;+isPageHeading?: boolean|]
|
|
84
|
-
[<interface>PasswordInputProps|+className?: string;+aria-describedby?: string;+errorMessage?: { \[key: string\]: unknown; children?: ReactNode; };+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: { \[key: string\]: unknown; children?: ReactNode; };+label?: PasswordInputLabelProps;+name?: string;+id?: string;+autoComplete?: string;+showPasswordText?: string;+hidePasswordText?: string;+showPasswordAriaLabelText?: string;+hidePasswordAriaLabelText?: string;+passwordShownAnnouncementText?: string;+passwordHiddenAnnouncementText?: string|]
|
|
85
|
-
[<interface>PDFJsProps|+iframeId: string;+source: string;+viewerLocation: string;+documentName?: string;+documentNameColour?: string;+element: HTMLElement;+toolbar?: "full" \| "fullHidePrint" \| "minimal" \| "minimalHidePrint"|]
|
|
86
|
-
[<interface>PDFViewerProps|+iframeId: string;+src: string;+viewerLocation: string;+documentName?: string;+documentNameColour?: string;+toolbar?: "full" \| "fullHidePrint" \| "minimal" \| "minimalHidePrint";+backend: (jsProps: PDFJsProps) => void;+additionalBackendAttributes?: Record<string, string \| number \| boolean>|]
|
|
87
|
-
[<interface>SourceDeterminer|+isBase64Source: boolean;+source: string|]
|
|
88
|
-
[<interface>PDFViewerCanvasProps|+src: string;+className?: string;+documentName?: string;+pageNumber?: number;+showNavigation?: boolean;+buttonColour?: string;+buttonTextColour?: string;+buttonShadowColour?: string;+buttonHoverColour?: string;+buttonHoverTextColour?: string|]
|
|
89
|
-
[<interface>PhaseBannerProps|+className?: string;+tag?: TagProps;+children: ReactNode|]
|
|
90
|
-
[<interface>ProblemWithServiceProps|+message?: string;+applicationName?: string;+applicationRoute?: string;+reportingLink?: string;+basePageName?: string|]
|
|
91
|
-
[<interface>RadiosProps|+value?: string;+defaultValue?: string;+items?: BooleanItem\[\]|]
|
|
92
|
-
[<interface>Option|+reactListKey?: string \| number;+children: ReactNode|]
|
|
93
|
-
[<interface>SelectProps|+className?: string;+aria-describedby?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+id?: string;+items?: Option\[\];+label: LabelProps|]
|
|
94
|
-
[<interface>NavigationItem|+active?: boolean;+className?: string;+children?: ReactNode;+href?: string;+to?: To;+reactListKey?: string \| number|]
|
|
95
|
-
[<interface>ServiceNavigationProps|+className?: string;+containerClassName?: string;+menuButtonLabel?: string;+navigation?: NavigationItem\[\];+navigationClassName?: string;+navigationLabel?: string;+serviceName?: string;+serviceUrlHref?: string;+serviceUrlTo?: To|]
|
|
96
|
-
[<interface>SkipLinkProps|+href: string;+className: string;+children?: ReactNode|]
|
|
97
|
-
[<interface>Row|+reactListKey?: string;+key?: { className?: string; children: ReactNode; };+value?: { className?: string; children: ReactNode; };+actions?: { items: Action\[\]; className?: string; };+className?: string|]
|
|
98
|
-
[<interface>SummaryListProps|+className?: string;+rows?: Row\[\]|]
|
|
99
|
-
[<interface>TableItem|+className?: string;+format?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
100
|
-
[<interface>TableRow|+cells: TableItem\[\];+reactListKey?: string \| number|]
|
|
101
|
-
[<interface>TableProps|+caption?: string;+captionClassName?: string;+firstCellIsHeader?: boolean;+className?: string;+head?: TableItem\[\];+rows?: TableRow\[\];+footer?: TableItem\[\]|]
|
|
102
|
-
[HTMLAttributes<T>]<:--[TableProps]
|
|
103
|
-
[<interface>TabItem|+id?: string;+label: string;+panel: HTMLAttributes<HTMLDivElement>|]
|
|
104
|
-
[<interface>TabsProps|+className?: string;+id: string;+idPrefix?: string;+items: TabItem\[\];+title?: string|]
|
|
105
|
-
[HTMLAttributes<T>]<:--[TabsProps]
|
|
106
|
-
[<interface>TagProps|+className?: string;+children?: ReactNode|]
|
|
107
|
-
[<interface>TaskListItemProps|+title: { children: React.ReactNode; };+hint: HintProps;+status: { children?: React.ReactNode; tag?: { children: React.ReactNode; }; };+href?: string|]
|
|
108
|
-
[<interface>TaskListProps|+className?: string;+idPrefix?: string;+items: TaskListItemProps\[\]|]
|
|
109
|
-
[<interface>TextareaProps|+className?: string;+aria-describedby?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: object;+label?: object;+id?: string|]
|
|
110
|
-
[TextareaHTMLAttributes<T>]<:--[TextareaProps]
|
|
111
|
-
[<interface>WarningInfoProps|+messageHeading?: string;+message?: string;+advice?: string;+applicationName?: string;+applicationRoute?: string;+basePageName?: string|]
|
|
112
|
-
[<interface>WarningTextProps|+children?: ReactNode;+className?: string|]</desc>
|
|
113
|
-
<g stroke-width="1.0" text-align="left" font="12pt Helvetica, Arial, sans-serif" font-size="12pt" font-family="Helvetica" font-weight="normal" font-style="normal">
|
|
114
|
-
<g font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" stroke="#33322E">
|
|
115
|
-
<g stroke="transparent" fill="transparent">
|
|
116
|
-
<rect x="0.0" y="0.0" height="791.0" width="24778.5" stroke="none"></rect>
|
|
117
|
-
</g>
|
|
118
|
-
<g transform="translate(8, 8)" fill="#33322E">
|
|
119
|
-
<g transform="translate(20, 20)" fill="#eee8d5" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal">
|
|
120
|
-
<g stroke-dasharray="6 6">
|
|
121
|
-
<path d="M204.2 271.0 L149 416 L149 549.5 L149.0 549.5 " fill="none"></path>
|
|
122
|
-
</g>
|
|
123
|
-
<path d="M209.2 272.9 L204.2 271.0 L199.2 269.1 L209.0 258.5 Z"></path>
|
|
124
|
-
<g stroke-dasharray="6 6">
|
|
125
|
-
<path d="M349.0 224.7 L1188 416 L1188 549.5 L1188.0 549.5 " fill="none"></path>
|
|
126
|
-
</g>
|
|
127
|
-
<path d="M350.2 219.5 L349.0 224.7 L347.8 229.9 L336.0 221.7 Z"></path>
|
|
128
|
-
<g stroke-dasharray="6 6">
|
|
129
|
-
<path d="M3499.7 207.7 L1423 416 L1423 525 L1423.0 525.0 " fill="none"></path>
|
|
130
|
-
</g>
|
|
131
|
-
<path d="M3500.3 213.0 L3499.7 207.7 L3499.2 202.4 L3513.0 206.4 Z"></path>
|
|
132
|
-
<g stroke-dasharray="6 6">
|
|
133
|
-
<path d="M3499.8 209.2 L1716.5 416 L1716.5 533 L1716.5 533.0 " fill="none"></path>
|
|
134
|
-
</g>
|
|
135
|
-
<path d="M3500.4 214.5 L3499.8 209.2 L3499.1 203.9 L3513.0 207.7 Z"></path>
|
|
136
|
-
<path d="M10724.0 227.3 L10724 416 L10724 533 L10724.0 533.0 " fill="none"></path>
|
|
137
|
-
<path d="M10729.3 227.3 L10724.0 227.3 L10718.7 227.3 L10724.0 214.0 Z"></path>
|
|
138
|
-
<g stroke-dasharray="6 6">
|
|
139
|
-
<path d="M3499.8 211.2 L2001.5 416 L2001.5 533 L2001.5 533.0 " fill="none"></path>
|
|
140
|
-
</g>
|
|
141
|
-
<path d="M3500.5 216.5 L3499.8 211.2 L3499.1 205.9 L3513.0 209.4 Z"></path>
|
|
142
|
-
<g stroke-dasharray="6 6">
|
|
143
|
-
<path d="M3499.9 214.4 L2309 416 L2309 484.5 L2309.0 484.5 " fill="none"></path>
|
|
144
|
-
</g>
|
|
145
|
-
<path d="M3500.7 219.6 L3499.9 214.4 L3499.0 209.1 L3513.0 212.1 Z"></path>
|
|
146
|
-
<g stroke-dasharray="6 6">
|
|
147
|
-
<path d="M3513.3 217.0 L2640.5 416 L2640.5 501 L2640.5 501.0 " fill="none"></path>
|
|
148
|
-
</g>
|
|
149
|
-
<path d="M3514.5 222.2 L3513.3 217.0 L3512.1 211.8 L3526.3 214.0 Z"></path>
|
|
150
|
-
<g stroke-dasharray="6 6">
|
|
151
|
-
<path d="M11739.5 227.3 L11739.5 416 L11739.5 525 L11739.5 525.0 " fill="none"></path>
|
|
152
|
-
</g>
|
|
153
|
-
<path d="M11744.8 227.3 L11739.5 227.3 L11734.2 227.3 L11739.5 214.0 Z"></path>
|
|
154
|
-
<g stroke-dasharray="6 6">
|
|
155
|
-
<path d="M12048.0 227.3 L12048 416 L12048 484.5 L12048.0 484.5 " fill="none"></path>
|
|
156
|
-
</g>
|
|
157
|
-
<path d="M12053.3 227.3 L12048.0 227.3 L12042.7 227.3 L12048.0 214.0 Z"></path>
|
|
158
|
-
<g stroke-dasharray="6 6">
|
|
159
|
-
<path d="M3693.3 205.6 L6374.25 416 L6374.25 517 L6374.3 517.0 " fill="none"></path>
|
|
160
|
-
</g>
|
|
161
|
-
<path d="M3693.7 200.3 L3693.3 205.6 L3692.9 210.9 L3680.0 204.6 Z"></path>
|
|
162
|
-
<g stroke-dasharray="6 6">
|
|
163
|
-
<path d="M3693.3 204.8 L6704.25 416 L6704.25 436 L6704.3 436.0 " fill="none"></path>
|
|
164
|
-
</g>
|
|
165
|
-
<path d="M3693.7 199.5 L3693.3 204.8 L3692.9 210.1 L3680.0 203.9 Z"></path>
|
|
166
|
-
<g stroke-dasharray="6 6">
|
|
167
|
-
<path d="M14753.0 227.3 L14753 416 L14753 525 L14753.0 525.0 " fill="none"></path>
|
|
168
|
-
</g>
|
|
169
|
-
<path d="M14758.3 227.3 L14753.0 227.3 L14747.7 227.3 L14753.0 214.0 Z"></path>
|
|
170
|
-
<g stroke-dasharray="6 6">
|
|
171
|
-
<path d="M3693.3 204.2 L7016.75 416 L7016.75 525 L7016.8 525.0 " fill="none"></path>
|
|
172
|
-
</g>
|
|
173
|
-
<path d="M3693.6 198.8 L3693.3 204.2 L3693.0 209.5 L3680.0 203.3 Z"></path>
|
|
174
|
-
<g stroke-dasharray="6 6">
|
|
175
|
-
<path d="M3693.3 203.7 L7305.25 416 L7305.25 501 L7305.3 501.0 " fill="none"></path>
|
|
176
|
-
</g>
|
|
177
|
-
<path d="M3693.6 198.4 L3693.3 203.7 L3693.0 209.0 L3680.0 202.9 Z"></path>
|
|
178
|
-
<g stroke-dasharray="6 6">
|
|
179
|
-
<path d="M3693.3 203.3 L7554.25 416 L7554.25 517 L7554.3 517.0 " fill="none"></path>
|
|
180
|
-
</g>
|
|
181
|
-
<path d="M3693.6 198.0 L3693.3 203.3 L3693.0 208.7 L3680.0 202.6 Z"></path>
|
|
182
|
-
<g stroke-dasharray="6 6">
|
|
183
|
-
<path d="M24099.0 227.3 L24099 416 L24099 484.5 L24099.0 484.5 " fill="none"></path>
|
|
184
|
-
</g>
|
|
185
|
-
<path d="M24104.3 227.3 L24099.0 227.3 L24093.7 227.3 L24099.0 214.0 Z"></path>
|
|
186
|
-
<g data-name="JsonMap">
|
|
187
|
-
<g fill="lightblue" stroke="#33322E" data-name="JsonMap">
|
|
188
|
-
<rect x="0.0" y="174.0" height="48.0" width="88.0" data-name="JsonMap"></rect>
|
|
189
|
-
<path d="M0.0 206.0 L88.0 206.0" fill="none" data-name="JsonMap"></path>
|
|
190
|
-
<path d="M0.0 214.0 L88.0 214.0" fill="none" data-name="JsonMap"></path>
|
|
191
|
-
</g>
|
|
192
|
-
<g transform="translate(0, 174)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="0">
|
|
193
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="JsonMap" data-compartment="0">
|
|
194
|
-
<a id="../src/dynamics/types.ts.JsonMap" xlink:href="../src/dynamics/types.ts"><text x="36.0" y="14.1" stroke="none" text-anchor="middle" data-name="JsonMap" data-compartment="0">JsonMap</text></a>
|
|
195
|
-
|
|
196
|
-
</g>
|
|
197
|
-
</g>
|
|
198
|
-
<g transform="translate(0, 206)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="1">
|
|
199
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="JsonMap" data-compartment="1">
|
|
200
|
-
|
|
201
|
-
</g>
|
|
202
|
-
</g>
|
|
203
|
-
<g transform="translate(0, 214)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="2">
|
|
204
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="JsonMap" data-compartment="2">
|
|
205
|
-
|
|
206
|
-
</g>
|
|
207
|
-
</g>
|
|
208
|
-
</g>
|
|
209
|
-
<g data-name="AnnotationsConfig">
|
|
210
|
-
<g fill="lightblue" stroke="#33322E" data-name="AnnotationsConfig">
|
|
211
|
-
<rect x="128.0" y="137.5" height="121.0" width="208.0" data-name="AnnotationsConfig"></rect>
|
|
212
|
-
<path d="M128.0 169.5 L336.0 169.5" fill="none" data-name="AnnotationsConfig"></path>
|
|
213
|
-
<path d="M128.0 250.5 L336.0 250.5" fill="none" data-name="AnnotationsConfig"></path>
|
|
214
|
-
</g>
|
|
215
|
-
<g transform="translate(128, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="0">
|
|
216
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnnotationsConfig" data-compartment="0">
|
|
217
|
-
<a id="../src/dynamics/types.ts.AnnotationsConfig" xlink:href="../src/dynamics/types.ts"><text x="96.0" y="14.1" stroke="none" text-anchor="middle" data-name="AnnotationsConfig" data-compartment="0">AnnotationsConfig</text></a>
|
|
218
|
-
|
|
219
|
-
</g>
|
|
220
|
-
</g>
|
|
221
|
-
<g transform="translate(128, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="1">
|
|
222
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AnnotationsConfig" data-compartment="1">
|
|
223
|
-
<text x="0.0" y="14.1" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+parameters?: JsonMap</text>
|
|
224
|
-
<text x="0.0" y="30.3" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+args?: JsonMap</text>
|
|
225
|
-
<text x="0.0" y="46.5" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+argTypes?: ArgTypes</text>
|
|
226
|
-
<text x="0.0" y="62.7" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+tags?: Tag[]</text>
|
|
227
|
-
|
|
228
|
-
</g>
|
|
229
|
-
</g>
|
|
230
|
-
<g transform="translate(128, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="2">
|
|
231
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="AnnotationsConfig" data-compartment="2">
|
|
232
|
-
|
|
233
|
-
</g>
|
|
234
|
-
</g>
|
|
235
|
-
</g>
|
|
236
|
-
<g data-name="MetaConfig">
|
|
237
|
-
<g fill="lightblue" stroke="#33322E" data-name="MetaConfig">
|
|
238
|
-
<rect x="90.0" y="549.5" height="72.0" width="118.0" data-name="MetaConfig"></rect>
|
|
239
|
-
<path d="M90.0 581.5 L208.0 581.5" fill="none" data-name="MetaConfig"></path>
|
|
240
|
-
<path d="M90.0 613.5 L208.0 613.5" fill="none" data-name="MetaConfig"></path>
|
|
241
|
-
</g>
|
|
242
|
-
<g transform="translate(90, 549.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="0">
|
|
243
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaConfig" data-compartment="0">
|
|
244
|
-
<a id="../src/dynamics/types.ts.MetaConfig" xlink:href="../src/dynamics/types.ts"><text x="51.0" y="14.1" stroke="none" text-anchor="middle" data-name="MetaConfig" data-compartment="0">MetaConfig</text></a>
|
|
245
|
-
|
|
246
|
-
</g>
|
|
247
|
-
</g>
|
|
248
|
-
<g transform="translate(90, 581.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="1">
|
|
249
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaConfig" data-compartment="1">
|
|
250
|
-
<text x="0.0" y="14.1" stroke="none" data-name="MetaConfig" data-compartment="1">+title?: string</text>
|
|
251
|
-
|
|
252
|
-
</g>
|
|
253
|
-
</g>
|
|
254
|
-
<g transform="translate(90, 613.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="2">
|
|
255
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaConfig" data-compartment="2">
|
|
256
|
-
|
|
257
|
-
</g>
|
|
258
|
-
</g>
|
|
259
|
-
</g>
|
|
260
|
-
<g data-name="StoryConfig">
|
|
261
|
-
<g fill="lightblue" stroke="#33322E" data-name="StoryConfig">
|
|
262
|
-
<rect x="1121.0" y="549.5" height="72.0" width="134.0" data-name="StoryConfig"></rect>
|
|
263
|
-
<path d="M1121.0 581.5 L1255.0 581.5" fill="none" data-name="StoryConfig"></path>
|
|
264
|
-
<path d="M1121.0 613.5 L1255.0 613.5" fill="none" data-name="StoryConfig"></path>
|
|
265
|
-
</g>
|
|
266
|
-
<g transform="translate(1121, 549.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="0">
|
|
267
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="StoryConfig" data-compartment="0">
|
|
268
|
-
<a id="../src/dynamics/types.ts.StoryConfig" xlink:href="../src/dynamics/types.ts"><text x="59.0" y="14.1" stroke="none" text-anchor="middle" data-name="StoryConfig" data-compartment="0">StoryConfig</text></a>
|
|
269
|
-
|
|
270
|
-
</g>
|
|
271
|
-
</g>
|
|
272
|
-
<g transform="translate(1121, 581.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="1">
|
|
273
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="StoryConfig" data-compartment="1">
|
|
274
|
-
<text x="0.0" y="14.1" stroke="none" data-name="StoryConfig" data-compartment="1">+name?: string</text>
|
|
275
|
-
|
|
276
|
-
</g>
|
|
277
|
-
</g>
|
|
278
|
-
<g transform="translate(1121, 613.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="2">
|
|
279
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="StoryConfig" data-compartment="2">
|
|
280
|
-
|
|
281
|
-
</g>
|
|
282
|
-
</g>
|
|
283
|
-
</g>
|
|
284
|
-
<g data-name="DynamicConfig">
|
|
285
|
-
<g fill="lightblue" stroke="#33322E" data-name="DynamicConfig">
|
|
286
|
-
<rect x="376.0" y="145.5" height="105.0" width="442.0" data-name="DynamicConfig"></rect>
|
|
287
|
-
<path d="M376.0 177.5 L818.0 177.5" fill="none" data-name="DynamicConfig"></path>
|
|
288
|
-
<path d="M376.0 242.5 L818.0 242.5" fill="none" data-name="DynamicConfig"></path>
|
|
289
|
-
</g>
|
|
290
|
-
<g transform="translate(376, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="0">
|
|
291
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DynamicConfig" data-compartment="0">
|
|
292
|
-
<a id="../src/dynamics/types.ts.DynamicConfig" xlink:href="../src/dynamics/types.ts"><text x="213.0" y="14.1" stroke="none" text-anchor="middle" data-name="DynamicConfig" data-compartment="0">DynamicConfig</text></a>
|
|
293
|
-
|
|
294
|
-
</g>
|
|
295
|
-
</g>
|
|
296
|
-
<g transform="translate(376, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="1">
|
|
297
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DynamicConfig" data-compartment="1">
|
|
298
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DynamicConfig" data-compartment="1">+baseCsf: string</text>
|
|
299
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DynamicConfig" data-compartment="1">+storiesCsf?: string</text>
|
|
300
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DynamicConfig" data-compartment="1">+stories?: () => StoryConfigs | Promise<StoryConfigs></text>
|
|
301
|
-
|
|
302
|
-
</g>
|
|
303
|
-
</g>
|
|
304
|
-
<g transform="translate(376, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="2">
|
|
305
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DynamicConfig" data-compartment="2">
|
|
306
|
-
|
|
307
|
-
</g>
|
|
308
|
-
</g>
|
|
309
|
-
</g>
|
|
310
|
-
<g data-name="ComponentFixture">
|
|
311
|
-
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixture">
|
|
312
|
-
<rect x="858.0" y="113.5" height="169.0" width="314.0" data-name="ComponentFixture"></rect>
|
|
313
|
-
<path d="M858.0 145.5 L1172.0 145.5" fill="none" data-name="ComponentFixture"></path>
|
|
314
|
-
<path d="M858.0 274.5 L1172.0 274.5" fill="none" data-name="ComponentFixture"></path>
|
|
315
|
-
</g>
|
|
316
|
-
<g transform="translate(858, 113.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="0">
|
|
317
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixture" data-compartment="0">
|
|
318
|
-
<a id="../src/dynamics/types.ts.ComponentFixture" xlink:href="../src/dynamics/types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="ComponentFixture" data-compartment="0">ComponentFixture</text></a>
|
|
319
|
-
|
|
320
|
-
</g>
|
|
321
|
-
</g>
|
|
322
|
-
<g transform="translate(858, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="1">
|
|
323
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixture" data-compartment="1">
|
|
324
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixture" data-compartment="1">+name: string</text>
|
|
325
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixture" data-compartment="1">+options?: object</text>
|
|
326
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ComponentFixture" data-compartment="1">+hidden?: boolean</text>
|
|
327
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ComponentFixture" data-compartment="1">+description?: string</text>
|
|
328
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ComponentFixture" data-compartment="1">+previewLayoutModifiers?: unknown[]</text>
|
|
329
|
-
<text x="0.0" y="95.1" stroke="none" data-name="ComponentFixture" data-compartment="1">+screenshot?: boolean</text>
|
|
330
|
-
<text x="0.0" y="111.3" stroke="none" data-name="ComponentFixture" data-compartment="1">+html?: string</text>
|
|
331
|
-
|
|
332
|
-
</g>
|
|
333
|
-
</g>
|
|
334
|
-
<g transform="translate(858, 274.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="2">
|
|
335
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixture" data-compartment="2">
|
|
336
|
-
|
|
337
|
-
</g>
|
|
338
|
-
</g>
|
|
339
|
-
</g>
|
|
340
|
-
<g data-name="ComponentFixtureRoot">
|
|
341
|
-
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixtureRoot">
|
|
342
|
-
<rect x="1212.0" y="154.0" height="88.0" width="249.0" data-name="ComponentFixtureRoot"></rect>
|
|
343
|
-
<path d="M1212.0 186.0 L1461.0 186.0" fill="none" data-name="ComponentFixtureRoot"></path>
|
|
344
|
-
<path d="M1212.0 234.0 L1461.0 234.0" fill="none" data-name="ComponentFixtureRoot"></path>
|
|
345
|
-
</g>
|
|
346
|
-
<g transform="translate(1212, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
347
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
348
|
-
<a id="../src/dynamics/types.ts.ComponentFixtureRoot" xlink:href="../src/dynamics/types.ts"><text x="116.5" y="14.1" stroke="none" text-anchor="middle" data-name="ComponentFixtureRoot" data-compartment="0">ComponentFixtureRoot</text></a>
|
|
349
|
-
|
|
350
|
-
</g>
|
|
351
|
-
</g>
|
|
352
|
-
<g transform="translate(1212, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
353
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
354
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+component: string</text>
|
|
355
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+fixtures: ComponentFixture[]</text>
|
|
356
|
-
|
|
357
|
-
</g>
|
|
358
|
-
</g>
|
|
359
|
-
<g transform="translate(1212, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
360
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
361
|
-
|
|
362
|
-
</g>
|
|
363
|
-
</g>
|
|
364
|
-
</g>
|
|
365
|
-
<g data-name="WithRefProps">
|
|
366
|
-
<g fill="lightblue" stroke="#33322E" data-name="WithRefProps">
|
|
367
|
-
<rect x="1501.0" y="145.5" height="105.0" width="801.0" data-name="WithRefProps"></rect>
|
|
368
|
-
<path d="M1501.0 177.5 L2302.0 177.5" fill="none" data-name="WithRefProps"></path>
|
|
369
|
-
<path d="M1501.0 242.5 L2302.0 242.5" fill="none" data-name="WithRefProps"></path>
|
|
370
|
-
</g>
|
|
371
|
-
<g transform="translate(1501, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="0">
|
|
372
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WithRefProps" data-compartment="0">
|
|
373
|
-
<a id="../src/utils/WithReference.types.ts.WithRefProps" xlink:href="../src/utils/WithReference.types.ts"><text x="392.5" y="14.1" stroke="none" text-anchor="middle" data-name="WithRefProps" data-compartment="0">WithRefProps</text></a>
|
|
374
|
-
|
|
375
|
-
</g>
|
|
376
|
-
</g>
|
|
377
|
-
<g transform="translate(1501, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="1">
|
|
378
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WithRefProps" data-compartment="1">
|
|
379
|
-
<text x="0.0" y="14.1" stroke="none" data-name="WithRefProps" data-compartment="1">+Component: React.ComponentType<Record<string, unknown> & { ref?: React.Ref<HTMLElement></text>
|
|
380
|
-
<text x="0.0" y="30.3" stroke="none" data-name="WithRefProps" data-compartment="1">}></text>
|
|
381
|
-
<text x="0.0" y="46.5" stroke="none" data-name="WithRefProps" data-compartment="1">+items?: unknown[]</text>
|
|
382
|
-
|
|
383
|
-
</g>
|
|
384
|
-
</g>
|
|
385
|
-
<g transform="translate(1501, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="2">
|
|
386
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="WithRefProps" data-compartment="2">
|
|
387
|
-
|
|
388
|
-
</g>
|
|
389
|
-
</g>
|
|
390
|
-
</g>
|
|
391
|
-
<g data-name="InfoSectionProps">
|
|
392
|
-
<g fill="lightblue" stroke="#33322E" data-name="InfoSectionProps">
|
|
393
|
-
<rect x="2342.0" y="137.5" height="121.0" width="801.0" data-name="InfoSectionProps"></rect>
|
|
394
|
-
<path d="M2342.0 169.5 L3143.0 169.5" fill="none" data-name="InfoSectionProps"></path>
|
|
395
|
-
<path d="M2342.0 250.5 L3143.0 250.5" fill="none" data-name="InfoSectionProps"></path>
|
|
396
|
-
</g>
|
|
397
|
-
<g transform="translate(2342, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="0">
|
|
398
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InfoSectionProps" data-compartment="0">
|
|
399
|
-
<a id="../src/utils/WithReference.types.ts.InfoSectionProps" xlink:href="../src/utils/WithReference.types.ts"><text x="392.5" y="14.1" stroke="none" text-anchor="middle" data-name="InfoSectionProps" data-compartment="0">InfoSectionProps</text></a>
|
|
400
|
-
|
|
401
|
-
</g>
|
|
402
|
-
</g>
|
|
403
|
-
<g transform="translate(2342, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="1">
|
|
404
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InfoSectionProps" data-compartment="1">
|
|
405
|
-
<text x="0.0" y="14.1" stroke="none" data-name="InfoSectionProps" data-compartment="1">+refName: string</text>
|
|
406
|
-
<text x="0.0" y="30.3" stroke="none" data-name="InfoSectionProps" data-compartment="1">+Component: React.ComponentType<Record<string, unknown> & { ref?: React.Ref<HTMLElement></text>
|
|
407
|
-
<text x="0.0" y="46.5" stroke="none" data-name="InfoSectionProps" data-compartment="1">}></text>
|
|
408
|
-
<text x="0.0" y="62.7" stroke="none" data-name="InfoSectionProps" data-compartment="1">+restProps: Record<string, unknown></text>
|
|
409
|
-
|
|
410
|
-
</g>
|
|
411
|
-
</g>
|
|
412
|
-
<g transform="translate(2342, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="2">
|
|
413
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="InfoSectionProps" data-compartment="2">
|
|
414
|
-
|
|
415
|
-
</g>
|
|
416
|
-
</g>
|
|
417
|
-
</g>
|
|
418
|
-
<g data-name="AccordionItem">
|
|
419
|
-
<g fill="lightblue" stroke="#33322E" data-name="AccordionItem">
|
|
420
|
-
<rect x="3183.0" y="105.0" height="186.0" width="290.0" data-name="AccordionItem"></rect>
|
|
421
|
-
<path d="M3183.0 137.0 L3473.0 137.0" fill="none" data-name="AccordionItem"></path>
|
|
422
|
-
<path d="M3183.0 283.0 L3473.0 283.0" fill="none" data-name="AccordionItem"></path>
|
|
423
|
-
</g>
|
|
424
|
-
<g transform="translate(3183, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="0">
|
|
425
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionItem" data-compartment="0">
|
|
426
|
-
<a id="../src/components/Accordion/Accordion.types.ts.AccordionItem" xlink:href="../src/components/Accordion/Accordion.types.ts"><text x="137.0" y="14.1" stroke="none" text-anchor="middle" data-name="AccordionItem" data-compartment="0">AccordionItem</text></a>
|
|
427
|
-
|
|
428
|
-
</g>
|
|
429
|
-
</g>
|
|
430
|
-
<g transform="translate(3183, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="1">
|
|
431
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionItem" data-compartment="1">
|
|
432
|
-
<text x="0.0" y="14.1" stroke="none" data-name="AccordionItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
433
|
-
<text x="0.0" y="30.3" stroke="none" data-name="AccordionItem" data-compartment="1">+expanded?: boolean</text>
|
|
434
|
-
<text x="0.0" y="46.5" stroke="none" data-name="AccordionItem" data-compartment="1">+heading: { children: ReactNode</text>
|
|
435
|
-
<text x="0.0" y="62.7" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
436
|
-
<text x="0.0" y="78.9" stroke="none" data-name="AccordionItem" data-compartment="1">+summary?: { children: ReactNode</text>
|
|
437
|
-
<text x="0.0" y="95.1" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
438
|
-
<text x="0.0" y="111.3" stroke="none" data-name="AccordionItem" data-compartment="1">+content: { children: ReactNode</text>
|
|
439
|
-
<text x="0.0" y="127.5" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
440
|
-
|
|
441
|
-
</g>
|
|
442
|
-
</g>
|
|
443
|
-
<g transform="translate(3183, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="2">
|
|
444
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionItem" data-compartment="2">
|
|
445
|
-
|
|
446
|
-
</g>
|
|
447
|
-
</g>
|
|
448
|
-
</g>
|
|
449
|
-
<g data-name="AccordionProps">
|
|
450
|
-
<g fill="lightblue" stroke="#33322E" data-name="AccordionProps">
|
|
451
|
-
<rect x="1295.0" y="525.0" height="121.0" width="256.0" data-name="AccordionProps"></rect>
|
|
452
|
-
<path d="M1295.0 557.0 L1551.0 557.0" fill="none" data-name="AccordionProps"></path>
|
|
453
|
-
<path d="M1295.0 638.0 L1551.0 638.0" fill="none" data-name="AccordionProps"></path>
|
|
454
|
-
</g>
|
|
455
|
-
<g transform="translate(1295, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="0">
|
|
456
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionProps" data-compartment="0">
|
|
457
|
-
<a id="../src/components/Accordion/Accordion.types.ts.AccordionProps" xlink:href="../src/components/Accordion/Accordion.types.ts"><text x="120.0" y="14.1" stroke="none" text-anchor="middle" data-name="AccordionProps" data-compartment="0">AccordionProps</text></a>
|
|
458
|
-
|
|
459
|
-
</g>
|
|
460
|
-
</g>
|
|
461
|
-
<g transform="translate(1295, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="1">
|
|
462
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionProps" data-compartment="1">
|
|
463
|
-
<text x="0.0" y="14.1" stroke="none" data-name="AccordionProps" data-compartment="1">+className?: string</text>
|
|
464
|
-
<text x="0.0" y="30.3" stroke="none" data-name="AccordionProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
465
|
-
<text x="0.0" y="46.5" stroke="none" data-name="AccordionProps" data-compartment="1">+id?: string</text>
|
|
466
|
-
<text x="0.0" y="62.7" stroke="none" data-name="AccordionProps" data-compartment="1">+items: AccordionItem[]</text>
|
|
467
|
-
|
|
468
|
-
</g>
|
|
469
|
-
</g>
|
|
470
|
-
<g transform="translate(1295, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="2">
|
|
471
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionProps" data-compartment="2">
|
|
472
|
-
|
|
473
|
-
</g>
|
|
474
|
-
</g>
|
|
475
|
-
</g>
|
|
476
|
-
<g data-name="HTMLAttributes<T>">
|
|
477
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="HTMLAttributes<T>">
|
|
478
|
-
<rect x="3513.0" y="182.0" height="32.0" width="167.0" data-name="HTMLAttributes<T>"></rect>
|
|
479
|
-
</g>
|
|
480
|
-
<g transform="translate(3513, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="HTMLAttributes<T>" data-compartment="0">
|
|
481
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HTMLAttributes<T>" data-compartment="0">
|
|
482
|
-
<text x="75.5" y="14.1" stroke="none" text-anchor="middle" data-name="HTMLAttributes<T>" data-compartment="0">HTMLAttributes<T></text>
|
|
483
|
-
|
|
484
|
-
</g>
|
|
485
|
-
</g>
|
|
486
|
-
</g>
|
|
487
|
-
<g data-name="ActionLinkProps">
|
|
488
|
-
<g fill="lightblue" stroke="#33322E" data-name="ActionLinkProps">
|
|
489
|
-
<rect x="3720.0" y="129.5" height="137.0" width="239.0" data-name="ActionLinkProps"></rect>
|
|
490
|
-
<path d="M3720.0 161.5 L3959.0 161.5" fill="none" data-name="ActionLinkProps"></path>
|
|
491
|
-
<path d="M3720.0 258.5 L3959.0 258.5" fill="none" data-name="ActionLinkProps"></path>
|
|
492
|
-
</g>
|
|
493
|
-
<g transform="translate(3720, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="0">
|
|
494
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ActionLinkProps" data-compartment="0">
|
|
495
|
-
<a id="../src/components/ActionLink/ActionLink.types.ts.ActionLinkProps" xlink:href="../src/components/ActionLink/ActionLink.types.ts"><text x="111.5" y="14.1" stroke="none" text-anchor="middle" data-name="ActionLinkProps" data-compartment="0">ActionLinkProps</text></a>
|
|
496
|
-
|
|
497
|
-
</g>
|
|
498
|
-
</g>
|
|
499
|
-
<g transform="translate(3720, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="1">
|
|
500
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ActionLinkProps" data-compartment="1">
|
|
501
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ActionLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
502
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ActionLinkProps" data-compartment="1">+visuallyHiddenText?: string</text>
|
|
503
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ActionLinkProps" data-compartment="1">+className?: string</text>
|
|
504
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ActionLinkProps" data-compartment="1">+href?: string</text>
|
|
505
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ActionLinkProps" data-compartment="1">+to?: To</text>
|
|
506
|
-
|
|
507
|
-
</g>
|
|
508
|
-
</g>
|
|
509
|
-
<g transform="translate(3720, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="2">
|
|
510
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ActionLinkProps" data-compartment="2">
|
|
511
|
-
|
|
512
|
-
</g>
|
|
513
|
-
</g>
|
|
514
|
-
</g>
|
|
515
|
-
<g data-name="Action">
|
|
516
|
-
<g fill="lightblue" stroke="#33322E" data-name="Action">
|
|
517
|
-
<rect x="3999.0" y="162.0" height="72.0" width="188.0" data-name="Action"></rect>
|
|
518
|
-
<path d="M3999.0 194.0 L4187.0 194.0" fill="none" data-name="Action"></path>
|
|
519
|
-
<path d="M3999.0 226.0 L4187.0 226.0" fill="none" data-name="Action"></path>
|
|
520
|
-
</g>
|
|
521
|
-
<g transform="translate(3999, 162)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="0">
|
|
522
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Action" data-compartment="0">
|
|
523
|
-
<a id="../src/components/ActionLink/ActionLink.types.ts.Action" xlink:href="../src/components/ActionLink/ActionLink.types.ts"><text x="86.0" y="14.1" stroke="none" text-anchor="middle" data-name="Action" data-compartment="0">Action</text></a>
|
|
524
|
-
|
|
525
|
-
</g>
|
|
526
|
-
</g>
|
|
527
|
-
<g transform="translate(3999, 194)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="1">
|
|
528
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Action" data-compartment="1">
|
|
529
|
-
<text x="0.0" y="14.1" stroke="none" data-name="Action" data-compartment="1">+reactListKey?: string</text>
|
|
530
|
-
|
|
531
|
-
</g>
|
|
532
|
-
</g>
|
|
533
|
-
<g transform="translate(3999, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="2">
|
|
534
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="Action" data-compartment="2">
|
|
535
|
-
|
|
536
|
-
</g>
|
|
537
|
-
</g>
|
|
538
|
-
</g>
|
|
539
|
-
<g data-name="BackLinkProps">
|
|
540
|
-
<g fill="lightblue" stroke="#33322E" data-name="BackLinkProps">
|
|
541
|
-
<rect x="4227.0" y="129.5" height="137.0" width="197.0" data-name="BackLinkProps"></rect>
|
|
542
|
-
<path d="M4227.0 161.5 L4424.0 161.5" fill="none" data-name="BackLinkProps"></path>
|
|
543
|
-
<path d="M4227.0 258.5 L4424.0 258.5" fill="none" data-name="BackLinkProps"></path>
|
|
544
|
-
</g>
|
|
545
|
-
<g transform="translate(4227, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="0">
|
|
546
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BackLinkProps" data-compartment="0">
|
|
547
|
-
<a id="../src/components/BackLink/BackLink.types.ts.BackLinkProps" xlink:href="../src/components/BackLink/BackLink.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="BackLinkProps" data-compartment="0">BackLinkProps</text></a>
|
|
548
|
-
|
|
549
|
-
</g>
|
|
550
|
-
</g>
|
|
551
|
-
<g transform="translate(4227, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="1">
|
|
552
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BackLinkProps" data-compartment="1">
|
|
553
|
-
<text x="0.0" y="14.1" stroke="none" data-name="BackLinkProps" data-compartment="1">+to?: To</text>
|
|
554
|
-
<text x="0.0" y="30.3" stroke="none" data-name="BackLinkProps" data-compartment="1">+state?: object</text>
|
|
555
|
-
<text x="0.0" y="46.5" stroke="none" data-name="BackLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
556
|
-
<text x="0.0" y="62.7" stroke="none" data-name="BackLinkProps" data-compartment="1">+href?: string</text>
|
|
557
|
-
<text x="0.0" y="78.9" stroke="none" data-name="BackLinkProps" data-compartment="1">+className?: string</text>
|
|
558
|
-
|
|
559
|
-
</g>
|
|
560
|
-
</g>
|
|
561
|
-
<g transform="translate(4227, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="2">
|
|
562
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="BackLinkProps" data-compartment="2">
|
|
563
|
-
|
|
564
|
-
</g>
|
|
565
|
-
</g>
|
|
566
|
-
</g>
|
|
567
|
-
<g data-name="BooleanItem">
|
|
568
|
-
<g fill="lightblue" stroke="#33322E" data-name="BooleanItem">
|
|
569
|
-
<rect x="4464.0" y="64.5" height="267.0" width="304.0" data-name="BooleanItem"></rect>
|
|
570
|
-
<path d="M4464.0 96.5 L4768.0 96.5" fill="none" data-name="BooleanItem"></path>
|
|
571
|
-
<path d="M4464.0 323.5 L4768.0 323.5" fill="none" data-name="BooleanItem"></path>
|
|
572
|
-
</g>
|
|
573
|
-
<g transform="translate(4464, 64.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="0">
|
|
574
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanItem" data-compartment="0">
|
|
575
|
-
<a id="../src/components/Boolean/Boolean.types.ts.BooleanItem" xlink:href="../src/components/Boolean/Boolean.types.ts"><text x="144.0" y="14.1" stroke="none" text-anchor="middle" data-name="BooleanItem" data-compartment="0">BooleanItem</text></a>
|
|
576
|
-
|
|
577
|
-
</g>
|
|
578
|
-
</g>
|
|
579
|
-
<g transform="translate(4464, 96.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="1">
|
|
580
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanItem" data-compartment="1">
|
|
581
|
-
<text x="0.0" y="14.1" stroke="none" data-name="BooleanItem" data-compartment="1">+id?: string</text>
|
|
582
|
-
<text x="0.0" y="30.3" stroke="none" data-name="BooleanItem" data-compartment="1">+children?: ReactNode</text>
|
|
583
|
-
<text x="0.0" y="46.5" stroke="none" data-name="BooleanItem" data-compartment="1">+hint?: HintProps</text>
|
|
584
|
-
<text x="0.0" y="62.7" stroke="none" data-name="BooleanItem" data-compartment="1">+conditional?: { children: ReactNode</text>
|
|
585
|
-
<text x="0.0" y="78.9" stroke="none" data-name="BooleanItem" data-compartment="1">}</text>
|
|
586
|
-
<text x="0.0" y="95.1" stroke="none" data-name="BooleanItem" data-compartment="1">+behaviour?: string</text>
|
|
587
|
-
<text x="0.0" y="111.3" stroke="none" data-name="BooleanItem" data-compartment="1">+label?: LabelProps</text>
|
|
588
|
-
<text x="0.0" y="127.5" stroke="none" data-name="BooleanItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
589
|
-
<text x="0.0" y="143.7" stroke="none" data-name="BooleanItem" data-compartment="1">+divider?: string</text>
|
|
590
|
-
<text x="0.0" y="159.9" stroke="none" data-name="BooleanItem" data-compartment="1">+name?: string</text>
|
|
591
|
-
<text x="0.0" y="176.1" stroke="none" data-name="BooleanItem" data-compartment="1">+checked?: boolean</text>
|
|
592
|
-
<text x="0.0" y="192.3" stroke="none" data-name="BooleanItem" data-compartment="1">+value?: string</text>
|
|
593
|
-
<text x="0.0" y="208.5" stroke="none" data-name="BooleanItem" data-compartment="1">+defaultChecked?: boolean</text>
|
|
594
|
-
|
|
595
|
-
</g>
|
|
596
|
-
</g>
|
|
597
|
-
<g transform="translate(4464, 323.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="2">
|
|
598
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanItem" data-compartment="2">
|
|
599
|
-
|
|
600
|
-
</g>
|
|
601
|
-
</g>
|
|
602
|
-
</g>
|
|
603
|
-
<g data-name="BooleanProps">
|
|
604
|
-
<g fill="lightblue" stroke="#33322E" data-name="BooleanProps">
|
|
605
|
-
<rect x="4808.0" y="56.5" height="283.0" width="608.0" data-name="BooleanProps"></rect>
|
|
606
|
-
<path d="M4808.0 88.5 L5416.0 88.5" fill="none" data-name="BooleanProps"></path>
|
|
607
|
-
<path d="M4808.0 331.5 L5416.0 331.5" fill="none" data-name="BooleanProps"></path>
|
|
608
|
-
</g>
|
|
609
|
-
<g transform="translate(4808, 56.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="0">
|
|
610
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanProps" data-compartment="0">
|
|
611
|
-
<a id="../src/components/Boolean/Boolean.types.ts.BooleanProps" xlink:href="../src/components/Boolean/Boolean.types.ts"><text x="296.0" y="14.1" stroke="none" text-anchor="middle" data-name="BooleanProps" data-compartment="0">BooleanProps</text></a>
|
|
612
|
-
|
|
613
|
-
</g>
|
|
614
|
-
</g>
|
|
615
|
-
<g transform="translate(4808, 88.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="1">
|
|
616
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanProps" data-compartment="1">
|
|
617
|
-
<text x="0.0" y="14.1" stroke="none" data-name="BooleanProps" data-compartment="1">+className?: string</text>
|
|
618
|
-
<text x="0.0" y="30.3" stroke="none" data-name="BooleanProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
619
|
-
<text x="0.0" y="46.5" stroke="none" data-name="BooleanProps" data-compartment="1">+fieldset?: FieldsetProps</text>
|
|
620
|
-
<text x="0.0" y="62.7" stroke="none" data-name="BooleanProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
621
|
-
<text x="0.0" y="78.9" stroke="none" data-name="BooleanProps" data-compartment="1">className?: string</text>
|
|
622
|
-
<text x="0.0" y="95.1" stroke="none" data-name="BooleanProps" data-compartment="1">}</text>
|
|
623
|
-
<text x="0.0" y="111.3" stroke="none" data-name="BooleanProps" data-compartment="1">+hint?: HintProps</text>
|
|
624
|
-
<text x="0.0" y="127.5" stroke="none" data-name="BooleanProps" data-compartment="1">+idPrefix?: string</text>
|
|
625
|
-
<text x="0.0" y="143.7" stroke="none" data-name="BooleanProps" data-compartment="1">+items?: BooleanItem[]</text>
|
|
626
|
-
<text x="0.0" y="159.9" stroke="none" data-name="BooleanProps" data-compartment="1">+controlType: "radios" | "checkboxes"</text>
|
|
627
|
-
<text x="0.0" y="176.1" stroke="none" data-name="BooleanProps" data-compartment="1">+name?: string</text>
|
|
628
|
-
<text x="0.0" y="192.3" stroke="none" data-name="BooleanProps" data-compartment="1">+onChange?: (event: ChangeEvent<HTMLInputElement, Element>) => void</text>
|
|
629
|
-
<text x="0.0" y="208.5" stroke="none" data-name="BooleanProps" data-compartment="1">+onBlur?: (event: FocusEvent<HTMLInputElement, Element>) => void</text>
|
|
630
|
-
<text x="0.0" y="224.7" stroke="none" data-name="BooleanProps" data-compartment="1">+aria-describedby?: string</text>
|
|
631
|
-
|
|
632
|
-
</g>
|
|
633
|
-
</g>
|
|
634
|
-
<g transform="translate(4808, 331.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="2">
|
|
635
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanProps" data-compartment="2">
|
|
636
|
-
|
|
637
|
-
</g>
|
|
638
|
-
</g>
|
|
639
|
-
</g>
|
|
640
|
-
<g data-name="BreadcrumbItem">
|
|
641
|
-
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbItem">
|
|
642
|
-
<rect x="5456.0" y="137.5" height="121.0" width="263.0" data-name="BreadcrumbItem"></rect>
|
|
643
|
-
<path d="M5456.0 169.5 L5719.0 169.5" fill="none" data-name="BreadcrumbItem"></path>
|
|
644
|
-
<path d="M5456.0 250.5 L5719.0 250.5" fill="none" data-name="BreadcrumbItem"></path>
|
|
645
|
-
</g>
|
|
646
|
-
<g transform="translate(5456, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="0">
|
|
647
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbItem" data-compartment="0">
|
|
648
|
-
<a id="../src/components/Breadcrumbs/Breadcrumbs.types.ts.BreadcrumbItem" xlink:href="../src/components/Breadcrumbs/Breadcrumbs.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="BreadcrumbItem" data-compartment="0">BreadcrumbItem</text></a>
|
|
649
|
-
|
|
650
|
-
</g>
|
|
651
|
-
</g>
|
|
652
|
-
<g transform="translate(5456, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="1">
|
|
653
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbItem" data-compartment="1">
|
|
654
|
-
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+href?: string</text>
|
|
655
|
-
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+to?: string</text>
|
|
656
|
-
<text x="0.0" y="46.5" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
657
|
-
<text x="0.0" y="62.7" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+children: ReactNode</text>
|
|
658
|
-
|
|
659
|
-
</g>
|
|
660
|
-
</g>
|
|
661
|
-
<g transform="translate(5456, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="2">
|
|
662
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbItem" data-compartment="2">
|
|
663
|
-
|
|
664
|
-
</g>
|
|
665
|
-
</g>
|
|
666
|
-
</g>
|
|
667
|
-
<g data-name="BreadcrumbsProps">
|
|
668
|
-
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbsProps">
|
|
669
|
-
<rect x="1591.0" y="533.0" height="105.0" width="251.0" data-name="BreadcrumbsProps"></rect>
|
|
670
|
-
<path d="M1591.0 565.0 L1842.0 565.0" fill="none" data-name="BreadcrumbsProps"></path>
|
|
671
|
-
<path d="M1591.0 630.0 L1842.0 630.0" fill="none" data-name="BreadcrumbsProps"></path>
|
|
672
|
-
</g>
|
|
673
|
-
<g transform="translate(1591, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="0">
|
|
674
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbsProps" data-compartment="0">
|
|
675
|
-
<a id="../src/components/Breadcrumbs/Breadcrumbs.types.ts.BreadcrumbsProps" xlink:href="../src/components/Breadcrumbs/Breadcrumbs.types.ts"><text x="117.5" y="14.1" stroke="none" text-anchor="middle" data-name="BreadcrumbsProps" data-compartment="0">BreadcrumbsProps</text></a>
|
|
676
|
-
|
|
677
|
-
</g>
|
|
678
|
-
</g>
|
|
679
|
-
<g transform="translate(1591, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="1">
|
|
680
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbsProps" data-compartment="1">
|
|
681
|
-
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+items?: BreadcrumbItem[]</text>
|
|
682
|
-
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+className?: string</text>
|
|
683
|
-
<text x="0.0" y="46.5" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+collapseOnMobile?: boolean</text>
|
|
684
|
-
|
|
685
|
-
</g>
|
|
686
|
-
</g>
|
|
687
|
-
<g transform="translate(1591, 630)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="2">
|
|
688
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbsProps" data-compartment="2">
|
|
689
|
-
|
|
690
|
-
</g>
|
|
691
|
-
</g>
|
|
692
|
-
</g>
|
|
693
|
-
<g data-name="ButtonProps">
|
|
694
|
-
<g fill="lightblue" stroke="#33322E" data-name="ButtonProps">
|
|
695
|
-
<rect x="5759.0" y="89.0" height="218.0" width="264.0" data-name="ButtonProps"></rect>
|
|
696
|
-
<path d="M5759.0 121.0 L6023.0 121.0" fill="none" data-name="ButtonProps"></path>
|
|
697
|
-
<path d="M5759.0 299.0 L6023.0 299.0" fill="none" data-name="ButtonProps"></path>
|
|
698
|
-
</g>
|
|
699
|
-
<g transform="translate(5759, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="0">
|
|
700
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ButtonProps" data-compartment="0">
|
|
701
|
-
<a id="../src/components/Button/Button.types.ts.ButtonProps" xlink:href="../src/components/Button/Button.types.ts"><text x="124.0" y="14.1" stroke="none" text-anchor="middle" data-name="ButtonProps" data-compartment="0">ButtonProps</text></a>
|
|
702
|
-
|
|
703
|
-
</g>
|
|
704
|
-
</g>
|
|
705
|
-
<g transform="translate(5759, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="1">
|
|
706
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ButtonProps" data-compartment="1">
|
|
707
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ButtonProps" data-compartment="1">+element?: string</text>
|
|
708
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ButtonProps" data-compartment="1">+href?: string</text>
|
|
709
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ButtonProps" data-compartment="1">+to?: To</text>
|
|
710
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ButtonProps" data-compartment="1">+isStartButton?: boolean</text>
|
|
711
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ButtonProps" data-compartment="1">+disabled?: boolean</text>
|
|
712
|
-
<text x="0.0" y="95.1" stroke="none" data-name="ButtonProps" data-compartment="1">+className?: string</text>
|
|
713
|
-
<text x="0.0" y="111.3" stroke="none" data-name="ButtonProps" data-compartment="1">+preventDoubleClick?: boolean</text>
|
|
714
|
-
<text x="0.0" y="127.5" stroke="none" data-name="ButtonProps" data-compartment="1">+name?: string</text>
|
|
715
|
-
<text x="0.0" y="143.7" stroke="none" data-name="ButtonProps" data-compartment="1">+type?: string</text>
|
|
716
|
-
<text x="0.0" y="159.9" stroke="none" data-name="ButtonProps" data-compartment="1">+children?: ReactNode</text>
|
|
717
|
-
|
|
718
|
-
</g>
|
|
719
|
-
</g>
|
|
720
|
-
<g transform="translate(5759, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="2">
|
|
721
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ButtonProps" data-compartment="2">
|
|
722
|
-
|
|
723
|
-
</g>
|
|
724
|
-
</g>
|
|
725
|
-
</g>
|
|
726
|
-
<g data-name="CardColumnProps">
|
|
727
|
-
<g fill="lightblue" stroke="#33322E" data-name="CardColumnProps">
|
|
728
|
-
<rect x="6063.0" y="129.5" height="137.0" width="177.0" data-name="CardColumnProps"></rect>
|
|
729
|
-
<path d="M6063.0 161.5 L6240.0 161.5" fill="none" data-name="CardColumnProps"></path>
|
|
730
|
-
<path d="M6063.0 258.5 L6240.0 258.5" fill="none" data-name="CardColumnProps"></path>
|
|
731
|
-
</g>
|
|
732
|
-
<g transform="translate(6063, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="0">
|
|
733
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardColumnProps" data-compartment="0">
|
|
734
|
-
<a id="../src/components/CardColumn/CardColumn.types.ts.CardColumnProps" xlink:href="../src/components/CardColumn/CardColumn.types.ts"><text x="80.5" y="14.1" stroke="none" text-anchor="middle" data-name="CardColumnProps" data-compartment="0">CardColumnProps</text></a>
|
|
735
|
-
|
|
736
|
-
</g>
|
|
737
|
-
</g>
|
|
738
|
-
<g transform="translate(6063, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="1">
|
|
739
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardColumnProps" data-compartment="1">
|
|
740
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CardColumnProps" data-compartment="1">+link: string</text>
|
|
741
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CardColumnProps" data-compartment="1">+header: string</text>
|
|
742
|
-
<text x="0.0" y="46.5" stroke="none" data-name="CardColumnProps" data-compartment="1">+body: string</text>
|
|
743
|
-
<text x="0.0" y="62.7" stroke="none" data-name="CardColumnProps" data-compartment="1">+textColor?: string</text>
|
|
744
|
-
<text x="0.0" y="78.9" stroke="none" data-name="CardColumnProps" data-compartment="1">+hoverColor?: string</text>
|
|
745
|
-
|
|
746
|
-
</g>
|
|
747
|
-
</g>
|
|
748
|
-
<g transform="translate(6063, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="2">
|
|
749
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CardColumnProps" data-compartment="2">
|
|
750
|
-
|
|
751
|
-
</g>
|
|
752
|
-
</g>
|
|
753
|
-
</g>
|
|
754
|
-
<g data-name="CardLayoutProps">
|
|
755
|
-
<g fill="lightblue" stroke="#33322E" data-name="CardLayoutProps">
|
|
756
|
-
<rect x="6280.0" y="154.0" height="88.0" width="294.0" data-name="CardLayoutProps"></rect>
|
|
757
|
-
<path d="M6280.0 186.0 L6574.0 186.0" fill="none" data-name="CardLayoutProps"></path>
|
|
758
|
-
<path d="M6280.0 234.0 L6574.0 234.0" fill="none" data-name="CardLayoutProps"></path>
|
|
759
|
-
</g>
|
|
760
|
-
<g transform="translate(6280, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="0">
|
|
761
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardLayoutProps" data-compartment="0">
|
|
762
|
-
<a id="../src/components/CardLayout/CardLayout.types.ts.CardLayoutProps" xlink:href="../src/components/CardLayout/CardLayout.types.ts"><text x="139.0" y="14.1" stroke="none" text-anchor="middle" data-name="CardLayoutProps" data-compartment="0">CardLayoutProps</text></a>
|
|
763
|
-
|
|
764
|
-
</g>
|
|
765
|
-
</g>
|
|
766
|
-
<g transform="translate(6280, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="1">
|
|
767
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardLayoutProps" data-compartment="1">
|
|
768
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CardLayoutProps" data-compartment="1">+cardColumns: CardColumnProps[]</text>
|
|
769
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CardLayoutProps" data-compartment="1">+numberOfGridColumns?: number</text>
|
|
770
|
-
|
|
771
|
-
</g>
|
|
772
|
-
</g>
|
|
773
|
-
<g transform="translate(6280, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="2">
|
|
774
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CardLayoutProps" data-compartment="2">
|
|
775
|
-
|
|
776
|
-
</g>
|
|
777
|
-
</g>
|
|
778
|
-
</g>
|
|
779
|
-
<g data-name="CharacterCountProps">
|
|
780
|
-
<g fill="lightblue" stroke="#33322E" data-name="CharacterCountProps">
|
|
781
|
-
<rect x="6614.0" y="105.0" height="186.0" width="324.0" data-name="CharacterCountProps"></rect>
|
|
782
|
-
<path d="M6614.0 137.0 L6938.0 137.0" fill="none" data-name="CharacterCountProps"></path>
|
|
783
|
-
<path d="M6614.0 283.0 L6938.0 283.0" fill="none" data-name="CharacterCountProps"></path>
|
|
784
|
-
</g>
|
|
785
|
-
<g transform="translate(6614, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="0">
|
|
786
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CharacterCountProps" data-compartment="0">
|
|
787
|
-
<a id="../src/components/CharacterCount/CharacterCount.types.ts.CharacterCountProps" xlink:href="../src/components/CharacterCount/CharacterCount.types.ts"><text x="154.0" y="14.1" stroke="none" text-anchor="middle" data-name="CharacterCountProps" data-compartment="0">CharacterCountProps</text></a>
|
|
788
|
-
|
|
789
|
-
</g>
|
|
790
|
-
</g>
|
|
791
|
-
<g transform="translate(6614, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="1">
|
|
792
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CharacterCountProps" data-compartment="1">
|
|
793
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CharacterCountProps" data-compartment="1">+id?: string</text>
|
|
794
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CharacterCountProps" data-compartment="1">+className?: string</text>
|
|
795
|
-
<text x="0.0" y="46.5" stroke="none" data-name="CharacterCountProps" data-compartment="1">+maxlength?: number</text>
|
|
796
|
-
<text x="0.0" y="62.7" stroke="none" data-name="CharacterCountProps" data-compartment="1">+threshold?: number</text>
|
|
797
|
-
<text x="0.0" y="78.9" stroke="none" data-name="CharacterCountProps" data-compartment="1">+maxwords?: number</text>
|
|
798
|
-
<text x="0.0" y="95.1" stroke="none" data-name="CharacterCountProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
799
|
-
<text x="0.0" y="111.3" stroke="none" data-name="CharacterCountProps" data-compartment="1">+countMessage?: { className?: string</text>
|
|
800
|
-
<text x="0.0" y="127.5" stroke="none" data-name="CharacterCountProps" data-compartment="1">}</text>
|
|
801
|
-
|
|
802
|
-
</g>
|
|
803
|
-
</g>
|
|
804
|
-
<g transform="translate(6614, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="2">
|
|
805
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CharacterCountProps" data-compartment="2">
|
|
806
|
-
|
|
807
|
-
</g>
|
|
808
|
-
</g>
|
|
809
|
-
</g>
|
|
810
|
-
<g data-name="CheckboxesProps">
|
|
811
|
-
<g fill="lightblue" stroke="#33322E" data-name="CheckboxesProps">
|
|
812
|
-
<rect x="6978.0" y="174.0" height="48.0" width="160.0" data-name="CheckboxesProps"></rect>
|
|
813
|
-
<path d="M6978.0 206.0 L7138.0 206.0" fill="none" data-name="CheckboxesProps"></path>
|
|
814
|
-
<path d="M6978.0 214.0 L7138.0 214.0" fill="none" data-name="CheckboxesProps"></path>
|
|
815
|
-
</g>
|
|
816
|
-
<g transform="translate(6978, 174)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="0">
|
|
817
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CheckboxesProps" data-compartment="0">
|
|
818
|
-
<a id="../src/components/Checkboxes/Checkboxes.types.ts.CheckboxesProps" xlink:href="../src/components/Checkboxes/Checkboxes.types.ts"><text x="72.0" y="14.1" stroke="none" text-anchor="middle" data-name="CheckboxesProps" data-compartment="0">CheckboxesProps</text></a>
|
|
819
|
-
|
|
820
|
-
</g>
|
|
821
|
-
</g>
|
|
822
|
-
<g transform="translate(6978, 206)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="1">
|
|
823
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="1">
|
|
824
|
-
|
|
825
|
-
</g>
|
|
826
|
-
</g>
|
|
827
|
-
<g transform="translate(6978, 214)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="2">
|
|
828
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="2">
|
|
829
|
-
|
|
830
|
-
</g>
|
|
831
|
-
</g>
|
|
832
|
-
</g>
|
|
833
|
-
<g data-name="CookieBannerMessageAction">
|
|
834
|
-
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageAction">
|
|
835
|
-
<rect x="7178.0" y="129.5" height="137.0" width="288.0" data-name="CookieBannerMessageAction"></rect>
|
|
836
|
-
<path d="M7178.0 161.5 L7466.0 161.5" fill="none" data-name="CookieBannerMessageAction"></path>
|
|
837
|
-
<path d="M7178.0 258.5 L7466.0 258.5" fill="none" data-name="CookieBannerMessageAction"></path>
|
|
838
|
-
</g>
|
|
839
|
-
<g transform="translate(7178, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="0">
|
|
840
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageAction" data-compartment="0">
|
|
841
|
-
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerMessageAction" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="136.0" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerMessageAction" data-compartment="0">CookieBannerMessageAction</text></a>
|
|
842
|
-
|
|
843
|
-
</g>
|
|
844
|
-
</g>
|
|
845
|
-
<g transform="translate(7178, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="1">
|
|
846
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageAction" data-compartment="1">
|
|
847
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+className?: string</text>
|
|
848
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+href?: string</text>
|
|
849
|
-
<text x="0.0" y="46.5" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+to?: string</text>
|
|
850
|
-
<text x="0.0" y="62.7" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+children?: React.ReactNode</text>
|
|
851
|
-
<text x="0.0" y="78.9" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+type?: "button" | "submit" | "reset"</text>
|
|
852
|
-
|
|
853
|
-
</g>
|
|
854
|
-
</g>
|
|
855
|
-
<g transform="translate(7178, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="2">
|
|
856
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageAction" data-compartment="2">
|
|
857
|
-
|
|
858
|
-
</g>
|
|
859
|
-
</g>
|
|
860
|
-
</g>
|
|
861
|
-
<g data-name="CookieBannerMessageItem">
|
|
862
|
-
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageItem">
|
|
863
|
-
<rect x="7506.0" y="129.5" height="137.0" width="346.0" data-name="CookieBannerMessageItem"></rect>
|
|
864
|
-
<path d="M7506.0 161.5 L7852.0 161.5" fill="none" data-name="CookieBannerMessageItem"></path>
|
|
865
|
-
<path d="M7506.0 258.5 L7852.0 258.5" fill="none" data-name="CookieBannerMessageItem"></path>
|
|
866
|
-
</g>
|
|
867
|
-
<g transform="translate(7506, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="0">
|
|
868
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageItem" data-compartment="0">
|
|
869
|
-
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerMessageItem" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="165.0" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerMessageItem" data-compartment="0">CookieBannerMessageItem</text></a>
|
|
870
|
-
|
|
871
|
-
</g>
|
|
872
|
-
</g>
|
|
873
|
-
<g transform="translate(7506, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="1">
|
|
874
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageItem" data-compartment="1">
|
|
875
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+headingChildren?: React.ReactNode</text>
|
|
876
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+children?: React.ReactNode</text>
|
|
877
|
-
<text x="0.0" y="46.5" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+aria-label?: string</text>
|
|
878
|
-
<text x="0.0" y="62.7" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+actions?: CookieBannerMessageAction[]</text>
|
|
879
|
-
<text x="0.0" y="78.9" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+className?: string</text>
|
|
880
|
-
|
|
881
|
-
</g>
|
|
882
|
-
</g>
|
|
883
|
-
<g transform="translate(7506, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="2">
|
|
884
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageItem" data-compartment="2">
|
|
885
|
-
|
|
886
|
-
</g>
|
|
887
|
-
</g>
|
|
888
|
-
</g>
|
|
889
|
-
<g data-name="CookieBannerProps">
|
|
890
|
-
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerProps">
|
|
891
|
-
<rect x="7892.0" y="154.0" height="88.0" width="345.0" data-name="CookieBannerProps"></rect>
|
|
892
|
-
<path d="M7892.0 186.0 L8237.0 186.0" fill="none" data-name="CookieBannerProps"></path>
|
|
893
|
-
<path d="M7892.0 234.0 L8237.0 234.0" fill="none" data-name="CookieBannerProps"></path>
|
|
894
|
-
</g>
|
|
895
|
-
<g transform="translate(7892, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="0">
|
|
896
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerProps" data-compartment="0">
|
|
897
|
-
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerProps" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="164.5" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerProps" data-compartment="0">CookieBannerProps</text></a>
|
|
898
|
-
|
|
899
|
-
</g>
|
|
900
|
-
</g>
|
|
901
|
-
<g transform="translate(7892, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="1">
|
|
902
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerProps" data-compartment="1">
|
|
903
|
-
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerProps" data-compartment="1">+className?: string</text>
|
|
904
|
-
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerProps" data-compartment="1">+messages: CookieBannerMessageItem[]</text>
|
|
905
|
-
|
|
906
|
-
</g>
|
|
907
|
-
</g>
|
|
908
|
-
<g transform="translate(7892, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="2">
|
|
909
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerProps" data-compartment="2">
|
|
910
|
-
|
|
911
|
-
</g>
|
|
912
|
-
</g>
|
|
913
|
-
</g>
|
|
914
|
-
<g data-name="DataNavigationProps">
|
|
915
|
-
<g fill="lightblue" stroke="#33322E" data-name="DataNavigationProps">
|
|
916
|
-
<rect x="8277.0" y="73.0" height="250.0" width="304.0" data-name="DataNavigationProps"></rect>
|
|
917
|
-
<path d="M8277.0 105.0 L8581.0 105.0" fill="none" data-name="DataNavigationProps"></path>
|
|
918
|
-
<path d="M8277.0 315.0 L8581.0 315.0" fill="none" data-name="DataNavigationProps"></path>
|
|
919
|
-
</g>
|
|
920
|
-
<g transform="translate(8277, 73)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="0">
|
|
921
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DataNavigationProps" data-compartment="0">
|
|
922
|
-
<a id="../src/components/DataNavigation/DataNavigation.types.ts.DataNavigationProps" xlink:href="../src/components/DataNavigation/DataNavigation.types.ts"><text x="144.0" y="14.1" stroke="none" text-anchor="middle" data-name="DataNavigationProps" data-compartment="0">DataNavigationProps</text></a>
|
|
923
|
-
|
|
924
|
-
</g>
|
|
925
|
-
</g>
|
|
926
|
-
<g transform="translate(8277, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="1">
|
|
927
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DataNavigationProps" data-compartment="1">
|
|
928
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+dataId: number</text>
|
|
929
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+setDataFocus: (id: number) => void</text>
|
|
930
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousText?: string</text>
|
|
931
|
-
<text x="0.0" y="62.7" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousCondition: boolean</text>
|
|
932
|
-
<text x="0.0" y="78.9" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextText?: string</text>
|
|
933
|
-
<text x="0.0" y="95.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextCondition: boolean</text>
|
|
934
|
-
<text x="0.0" y="111.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+dataDescription?: string</text>
|
|
935
|
-
<text x="0.0" y="127.5" stroke="none" data-name="DataNavigationProps" data-compartment="1">+buttonColour?: string</text>
|
|
936
|
-
<text x="0.0" y="143.7" stroke="none" data-name="DataNavigationProps" data-compartment="1">+buttonTextColour?: string</text>
|
|
937
|
-
<text x="0.0" y="159.9" stroke="none" data-name="DataNavigationProps" data-compartment="1">+buttonShadowColour?: string</text>
|
|
938
|
-
<text x="0.0" y="176.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+buttonHoverColour?: string</text>
|
|
939
|
-
<text x="0.0" y="192.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+buttonHoverTextColour?: string</text>
|
|
940
|
-
|
|
941
|
-
</g>
|
|
942
|
-
</g>
|
|
943
|
-
<g transform="translate(8277, 315)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="2">
|
|
944
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DataNavigationProps" data-compartment="2">
|
|
945
|
-
|
|
946
|
-
</g>
|
|
947
|
-
</g>
|
|
948
|
-
</g>
|
|
949
|
-
<g data-name="DateInputItem">
|
|
950
|
-
<g fill="lightblue" stroke="#33322E" data-name="DateInputItem">
|
|
951
|
-
<rect x="8621.0" y="105.0" height="186.0" width="658.0" data-name="DateInputItem"></rect>
|
|
952
|
-
<path d="M8621.0 137.0 L9279.0 137.0" fill="none" data-name="DateInputItem"></path>
|
|
953
|
-
<path d="M8621.0 283.0 L9279.0 283.0" fill="none" data-name="DateInputItem"></path>
|
|
954
|
-
</g>
|
|
955
|
-
<g transform="translate(8621, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="0">
|
|
956
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputItem" data-compartment="0">
|
|
957
|
-
<a id="../src/components/DateInput/DateInput.types.ts.DateInputItem" xlink:href="../src/components/DateInput/DateInput.types.ts"><text x="321.0" y="14.1" stroke="none" text-anchor="middle" data-name="DateInputItem" data-compartment="0">DateInputItem</text></a>
|
|
958
|
-
|
|
959
|
-
</g>
|
|
960
|
-
</g>
|
|
961
|
-
<g transform="translate(8621, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="1">
|
|
962
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputItem" data-compartment="1">
|
|
963
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DateInputItem" data-compartment="1">+name: string</text>
|
|
964
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DateInputItem" data-compartment="1">+className?: string</text>
|
|
965
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DateInputItem" data-compartment="1">+type?: string</text>
|
|
966
|
-
<text x="0.0" y="62.7" stroke="none" data-name="DateInputItem" data-compartment="1">+label?: string</text>
|
|
967
|
-
<text x="0.0" y="78.9" stroke="none" data-name="DateInputItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
968
|
-
<text x="0.0" y="95.1" stroke="none" data-name="DateInputItem" data-compartment="1">+id?: string</text>
|
|
969
|
-
<text x="0.0" y="111.3" stroke="none" data-name="DateInputItem" data-compartment="1">+pattern?: string</text>
|
|
970
|
-
<text x="0.0" y="127.5" stroke="none" data-name="DateInputItem" data-compartment="1">+inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal"</text>
|
|
971
|
-
|
|
972
|
-
</g>
|
|
973
|
-
</g>
|
|
974
|
-
<g transform="translate(8621, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="2">
|
|
975
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputItem" data-compartment="2">
|
|
976
|
-
|
|
977
|
-
</g>
|
|
978
|
-
</g>
|
|
979
|
-
</g>
|
|
980
|
-
<g data-name="DateInputProps">
|
|
981
|
-
<g fill="lightblue" stroke="#33322E" data-name="DateInputProps">
|
|
982
|
-
<rect x="9319.0" y="81.0" height="234.0" width="598.0" data-name="DateInputProps"></rect>
|
|
983
|
-
<path d="M9319.0 113.0 L9917.0 113.0" fill="none" data-name="DateInputProps"></path>
|
|
984
|
-
<path d="M9319.0 307.0 L9917.0 307.0" fill="none" data-name="DateInputProps"></path>
|
|
985
|
-
</g>
|
|
986
|
-
<g transform="translate(9319, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="0">
|
|
987
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputProps" data-compartment="0">
|
|
988
|
-
<a id="../src/components/DateInput/DateInput.types.ts.DateInputProps" xlink:href="../src/components/DateInput/DateInput.types.ts"><text x="291.0" y="14.1" stroke="none" text-anchor="middle" data-name="DateInputProps" data-compartment="0">DateInputProps</text></a>
|
|
989
|
-
|
|
990
|
-
</g>
|
|
991
|
-
</g>
|
|
992
|
-
<g transform="translate(9319, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="1">
|
|
993
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputProps" data-compartment="1">
|
|
994
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DateInputProps" data-compartment="1">+className?: string</text>
|
|
995
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DateInputProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
996
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DateInputProps" data-compartment="1">+fieldset?: FieldsetProps</text>
|
|
997
|
-
<text x="0.0" y="62.7" stroke="none" data-name="DateInputProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
998
|
-
<text x="0.0" y="78.9" stroke="none" data-name="DateInputProps" data-compartment="1">className?: string</text>
|
|
999
|
-
<text x="0.0" y="95.1" stroke="none" data-name="DateInputProps" data-compartment="1">}</text>
|
|
1000
|
-
<text x="0.0" y="111.3" stroke="none" data-name="DateInputProps" data-compartment="1">+hint?: HintProps</text>
|
|
1001
|
-
<text x="0.0" y="127.5" stroke="none" data-name="DateInputProps" data-compartment="1">+id?: string</text>
|
|
1002
|
-
<text x="0.0" y="143.7" stroke="none" data-name="DateInputProps" data-compartment="1">+items?: DateInputItem[]</text>
|
|
1003
|
-
<text x="0.0" y="159.9" stroke="none" data-name="DateInputProps" data-compartment="1">+namePrefix?: string</text>
|
|
1004
|
-
<text x="0.0" y="176.1" stroke="none" data-name="DateInputProps" data-compartment="1">+onChange: (event: ChangeEvent<HTMLInputElement, Element>) => void</text>
|
|
1005
|
-
|
|
1006
|
-
</g>
|
|
1007
|
-
</g>
|
|
1008
|
-
<g transform="translate(9319, 307)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="2">
|
|
1009
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputProps" data-compartment="2">
|
|
1010
|
-
|
|
1011
|
-
</g>
|
|
1012
|
-
</g>
|
|
1013
|
-
</g>
|
|
1014
|
-
<g data-name="DetailsProps">
|
|
1015
|
-
<g fill="lightblue" stroke="#33322E" data-name="DetailsProps">
|
|
1016
|
-
<rect x="9957.0" y="145.5" height="105.0" width="262.0" data-name="DetailsProps"></rect>
|
|
1017
|
-
<path d="M9957.0 177.5 L10219.0 177.5" fill="none" data-name="DetailsProps"></path>
|
|
1018
|
-
<path d="M9957.0 242.5 L10219.0 242.5" fill="none" data-name="DetailsProps"></path>
|
|
1019
|
-
</g>
|
|
1020
|
-
<g transform="translate(9957, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="0">
|
|
1021
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DetailsProps" data-compartment="0">
|
|
1022
|
-
<a id="../src/components/Details/Details.types.ts.DetailsProps" xlink:href="../src/components/Details/Details.types.ts"><text x="123.0" y="14.1" stroke="none" text-anchor="middle" data-name="DetailsProps" data-compartment="0">DetailsProps</text></a>
|
|
1023
|
-
|
|
1024
|
-
</g>
|
|
1025
|
-
</g>
|
|
1026
|
-
<g transform="translate(9957, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="1">
|
|
1027
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DetailsProps" data-compartment="1">
|
|
1028
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DetailsProps" data-compartment="1">+className?: string</text>
|
|
1029
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DetailsProps" data-compartment="1">+children: ReactNode</text>
|
|
1030
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DetailsProps" data-compartment="1">+summaryChildren: ReactNode</text>
|
|
1031
|
-
|
|
1032
|
-
</g>
|
|
1033
|
-
</g>
|
|
1034
|
-
<g transform="translate(9957, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="2">
|
|
1035
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DetailsProps" data-compartment="2">
|
|
1036
|
-
|
|
1037
|
-
</g>
|
|
1038
|
-
</g>
|
|
1039
|
-
</g>
|
|
1040
|
-
<g data-name="DifferenceNavigationProps">
|
|
1041
|
-
<g fill="lightblue" stroke="#33322E" data-name="DifferenceNavigationProps">
|
|
1042
|
-
<rect x="10259.0" y="89.0" height="218.0" width="348.0" data-name="DifferenceNavigationProps"></rect>
|
|
1043
|
-
<path d="M10259.0 121.0 L10607.0 121.0" fill="none" data-name="DifferenceNavigationProps"></path>
|
|
1044
|
-
<path d="M10259.0 299.0 L10607.0 299.0" fill="none" data-name="DifferenceNavigationProps"></path>
|
|
1045
|
-
</g>
|
|
1046
|
-
<g transform="translate(10259, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1047
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1048
|
-
<a id="../src/components/DifferenceNavigation/DifferenceNavigation.types.ts.DifferenceNavigationProps" xlink:href="../src/components/DifferenceNavigation/DifferenceNavigation.types.ts"><text x="166.0" y="14.1" stroke="none" text-anchor="middle" data-name="DifferenceNavigationProps" data-compartment="0">DifferenceNavigationProps</text></a>
|
|
1049
|
-
|
|
1050
|
-
</g>
|
|
1051
|
-
</g>
|
|
1052
|
-
<g transform="translate(10259, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1053
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1054
|
-
<text x="0.0" y="14.1" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+differenceId: number</text>
|
|
1055
|
-
<text x="0.0" y="30.3" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+setDifferenceFocus: (id: number) => void</text>
|
|
1056
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+totalDifferences: number</text>
|
|
1057
|
-
<text x="0.0" y="62.7" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+keyword?: string</text>
|
|
1058
|
-
<text x="0.0" y="78.9" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+plural?: string</text>
|
|
1059
|
-
<text x="0.0" y="95.1" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+buttonColour?: string</text>
|
|
1060
|
-
<text x="0.0" y="111.3" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+buttonTextColour?: string</text>
|
|
1061
|
-
<text x="0.0" y="127.5" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+buttonShadowColour?: string</text>
|
|
1062
|
-
<text x="0.0" y="143.7" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+buttonHoverColour?: string</text>
|
|
1063
|
-
<text x="0.0" y="159.9" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+buttonHoverTextColour?: string</text>
|
|
1064
|
-
|
|
1065
|
-
</g>
|
|
1066
|
-
</g>
|
|
1067
|
-
<g transform="translate(10259, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1068
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1069
|
-
|
|
1070
|
-
</g>
|
|
1071
|
-
</g>
|
|
1072
|
-
</g>
|
|
1073
|
-
<g data-name="ErrorBoundary">
|
|
1074
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="ErrorBoundary">
|
|
1075
|
-
<rect x="10460.5" y="533.0" height="105.0" width="527.0" data-name="ErrorBoundary"></rect>
|
|
1076
|
-
<path d="M10460.5 565.0 L10987.5 565.0" fill="none" data-name="ErrorBoundary"></path>
|
|
1077
|
-
<path d="M10460.5 573.0 L10987.5 573.0" fill="none" data-name="ErrorBoundary"></path>
|
|
1078
|
-
</g>
|
|
1079
|
-
<g transform="translate(10460.5, 533)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="ErrorBoundary" data-compartment="0">
|
|
1080
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundary" data-compartment="0">
|
|
1081
|
-
<a id="../src/components/ErrorBoundary/ErrorBoundary.ts.ErrorBoundary" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.ts"><text x="255.5" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundary" data-compartment="0">ErrorBoundary</text></a>
|
|
1082
|
-
|
|
1083
|
-
</g>
|
|
1084
|
-
</g>
|
|
1085
|
-
<g transform="translate(10460.5, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundary" data-compartment="1">
|
|
1086
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundary" data-compartment="1">
|
|
1087
|
-
|
|
1088
|
-
</g>
|
|
1089
|
-
</g>
|
|
1090
|
-
<g transform="translate(10460.5, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundary" data-compartment="2">
|
|
1091
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundary" data-compartment="2">
|
|
1092
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundary" data-compartment="2">+static getDerivedStateFromError(): Partial<ErrorBoundaryState></text>
|
|
1093
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundary" data-compartment="2">+componentDidCatch(): void</text>
|
|
1094
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundary" data-compartment="2">+render(): ReactNode</text>
|
|
1095
|
-
|
|
1096
|
-
</g>
|
|
1097
|
-
</g>
|
|
1098
|
-
</g>
|
|
1099
|
-
<g data-name="Component<P,S>">
|
|
1100
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="Component<P,S>">
|
|
1101
|
-
<rect x="10647.0" y="182.0" height="32.0" width="154.0" data-name="Component<P,S>"></rect>
|
|
1102
|
-
</g>
|
|
1103
|
-
<g transform="translate(10647, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="Component<P,S>" data-compartment="0">
|
|
1104
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Component<P,S>" data-compartment="0">
|
|
1105
|
-
<text x="69.0" y="14.1" stroke="none" text-anchor="middle" data-name="Component<P,S>" data-compartment="0">Component<P,S></text>
|
|
1106
|
-
|
|
1107
|
-
</g>
|
|
1108
|
-
</g>
|
|
1109
|
-
</g>
|
|
1110
|
-
<g data-name="ErrorBoundaryProps">
|
|
1111
|
-
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryProps">
|
|
1112
|
-
<rect x="10841.0" y="137.5" height="121.0" width="222.0" data-name="ErrorBoundaryProps"></rect>
|
|
1113
|
-
<path d="M10841.0 169.5 L11063.0 169.5" fill="none" data-name="ErrorBoundaryProps"></path>
|
|
1114
|
-
<path d="M10841.0 250.5 L11063.0 250.5" fill="none" data-name="ErrorBoundaryProps"></path>
|
|
1115
|
-
</g>
|
|
1116
|
-
<g transform="translate(10841, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="0">
|
|
1117
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryProps" data-compartment="0">
|
|
1118
|
-
<a id="../src/components/ErrorBoundary/ErrorBoundary.types.ts.ErrorBoundaryProps" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.types.ts"><text x="103.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundaryProps" data-compartment="0">ErrorBoundaryProps</text></a>
|
|
1119
|
-
|
|
1120
|
-
</g>
|
|
1121
|
-
</g>
|
|
1122
|
-
<g transform="translate(10841, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="1">
|
|
1123
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryProps" data-compartment="1">
|
|
1124
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+children: ReactNode</text>
|
|
1125
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+message?: string</text>
|
|
1126
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+applicationName?: string</text>
|
|
1127
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+basePageName?: string</text>
|
|
1128
|
-
|
|
1129
|
-
</g>
|
|
1130
|
-
</g>
|
|
1131
|
-
<g transform="translate(10841, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="2">
|
|
1132
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryProps" data-compartment="2">
|
|
1133
|
-
|
|
1134
|
-
</g>
|
|
1135
|
-
</g>
|
|
1136
|
-
</g>
|
|
1137
|
-
<g data-name="ErrorBoundaryState">
|
|
1138
|
-
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryState">
|
|
1139
|
-
<rect x="11103.0" y="145.5" height="105.0" width="212.0" data-name="ErrorBoundaryState"></rect>
|
|
1140
|
-
<path d="M11103.0 177.5 L11315.0 177.5" fill="none" data-name="ErrorBoundaryState"></path>
|
|
1141
|
-
<path d="M11103.0 242.5 L11315.0 242.5" fill="none" data-name="ErrorBoundaryState"></path>
|
|
1142
|
-
</g>
|
|
1143
|
-
<g transform="translate(11103, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="0">
|
|
1144
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryState" data-compartment="0">
|
|
1145
|
-
<a id="../src/components/ErrorBoundary/ErrorBoundary.types.ts.ErrorBoundaryState" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.types.ts"><text x="98.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundaryState" data-compartment="0">ErrorBoundaryState</text></a>
|
|
1146
|
-
|
|
1147
|
-
</g>
|
|
1148
|
-
</g>
|
|
1149
|
-
<g transform="translate(11103, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="1">
|
|
1150
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryState" data-compartment="1">
|
|
1151
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+hasError: boolean</text>
|
|
1152
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+message: string</text>
|
|
1153
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+applicationName: string</text>
|
|
1154
|
-
|
|
1155
|
-
</g>
|
|
1156
|
-
</g>
|
|
1157
|
-
<g transform="translate(11103, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="2">
|
|
1158
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryState" data-compartment="2">
|
|
1159
|
-
|
|
1160
|
-
</g>
|
|
1161
|
-
</g>
|
|
1162
|
-
</g>
|
|
1163
|
-
<g data-name="ErrorMessageProps">
|
|
1164
|
-
<g fill="lightblue" stroke="#33322E" data-name="ErrorMessageProps">
|
|
1165
|
-
<rect x="1882.0" y="533.0" height="105.0" width="239.0" data-name="ErrorMessageProps"></rect>
|
|
1166
|
-
<path d="M1882.0 565.0 L2121.0 565.0" fill="none" data-name="ErrorMessageProps"></path>
|
|
1167
|
-
<path d="M1882.0 630.0 L2121.0 630.0" fill="none" data-name="ErrorMessageProps"></path>
|
|
1168
|
-
</g>
|
|
1169
|
-
<g transform="translate(1882, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="0">
|
|
1170
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorMessageProps" data-compartment="0">
|
|
1171
|
-
<a id="../src/components/ErrorMessage/ErrorMessage.types.ts.ErrorMessageProps" xlink:href="../src/components/ErrorMessage/ErrorMessage.types.ts"><text x="111.5" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorMessageProps" data-compartment="0">ErrorMessageProps</text></a>
|
|
1172
|
-
|
|
1173
|
-
</g>
|
|
1174
|
-
</g>
|
|
1175
|
-
<g transform="translate(1882, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="1">
|
|
1176
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorMessageProps" data-compartment="1">
|
|
1177
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+className?: string</text>
|
|
1178
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+children?: ReactNode</text>
|
|
1179
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+visuallyHiddenText?: string</text>
|
|
1180
|
-
|
|
1181
|
-
</g>
|
|
1182
|
-
</g>
|
|
1183
|
-
<g transform="translate(1882, 630)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="2">
|
|
1184
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorMessageProps" data-compartment="2">
|
|
1185
|
-
|
|
1186
|
-
</g>
|
|
1187
|
-
</g>
|
|
1188
|
-
</g>
|
|
1189
|
-
<g data-name="ErrorSummaryProps">
|
|
1190
|
-
<g fill="lightblue" stroke="#33322E" data-name="ErrorSummaryProps">
|
|
1191
|
-
<rect x="2161.0" y="484.5" height="202.0" width="296.0" data-name="ErrorSummaryProps"></rect>
|
|
1192
|
-
<path d="M2161.0 516.5 L2457.0 516.5" fill="none" data-name="ErrorSummaryProps"></path>
|
|
1193
|
-
<path d="M2161.0 678.5 L2457.0 678.5" fill="none" data-name="ErrorSummaryProps"></path>
|
|
1194
|
-
</g>
|
|
1195
|
-
<g transform="translate(2161, 484.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="0">
|
|
1196
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorSummaryProps" data-compartment="0">
|
|
1197
|
-
<a id="../src/components/ErrorSummary/ErrorSummary.types.ts.ErrorSummaryProps" xlink:href="../src/components/ErrorSummary/ErrorSummary.types.ts"><text x="140.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorSummaryProps" data-compartment="0">ErrorSummaryProps</text></a>
|
|
1198
|
-
|
|
1199
|
-
</g>
|
|
1200
|
-
</g>
|
|
1201
|
-
<g transform="translate(2161, 516.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="1">
|
|
1202
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorSummaryProps" data-compartment="1">
|
|
1203
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+className?: string</text>
|
|
1204
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+descriptionChildren?: ReactNode</text>
|
|
1205
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+errorList?: { [key: string]: unknown</text>
|
|
1206
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">reactListKey?: string | number</text>
|
|
1207
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">children: ReactNode</text>
|
|
1208
|
-
<text x="0.0" y="95.1" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">href?: string</text>
|
|
1209
|
-
<text x="0.0" y="111.3" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">}[]</text>
|
|
1210
|
-
<text x="0.0" y="127.5" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+titleChildren?: ReactNode</text>
|
|
1211
|
-
<text x="0.0" y="143.7" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+disableAutoFocus?: boolean</text>
|
|
1212
|
-
|
|
1213
|
-
</g>
|
|
1214
|
-
</g>
|
|
1215
|
-
<g transform="translate(2161, 678.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="2">
|
|
1216
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorSummaryProps" data-compartment="2">
|
|
1217
|
-
|
|
1218
|
-
</g>
|
|
1219
|
-
</g>
|
|
1220
|
-
</g>
|
|
1221
|
-
<g data-name="ExitThisPageProps">
|
|
1222
|
-
<g fill="lightblue" stroke="#33322E" data-name="ExitThisPageProps">
|
|
1223
|
-
<rect x="2497.0" y="501.0" height="169.0" width="287.0" data-name="ExitThisPageProps"></rect>
|
|
1224
|
-
<path d="M2497.0 533.0 L2784.0 533.0" fill="none" data-name="ExitThisPageProps"></path>
|
|
1225
|
-
<path d="M2497.0 662.0 L2784.0 662.0" fill="none" data-name="ExitThisPageProps"></path>
|
|
1226
|
-
</g>
|
|
1227
|
-
<g transform="translate(2497, 501)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="0">
|
|
1228
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ExitThisPageProps" data-compartment="0">
|
|
1229
|
-
<a id="../src/components/ExitThisPage/ExitThisPage.types.ts.ExitThisPageProps" xlink:href="../src/components/ExitThisPage/ExitThisPage.types.ts"><text x="135.5" y="14.1" stroke="none" text-anchor="middle" data-name="ExitThisPageProps" data-compartment="0">ExitThisPageProps</text></a>
|
|
1230
|
-
|
|
1231
|
-
</g>
|
|
1232
|
-
</g>
|
|
1233
|
-
<g transform="translate(2497, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="1">
|
|
1234
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ExitThisPageProps" data-compartment="1">
|
|
1235
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+children?: ReactNode</text>
|
|
1236
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+className?: string</text>
|
|
1237
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+redirectUrl?: string</text>
|
|
1238
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+activatedText?: string</text>
|
|
1239
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+timedOutText?: string</text>
|
|
1240
|
-
<text x="0.0" y="95.1" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+pressTwoMoreTimesText?: string</text>
|
|
1241
|
-
<text x="0.0" y="111.3" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+pressOneMoreTimeText?: string</text>
|
|
1242
|
-
|
|
1243
|
-
</g>
|
|
1244
|
-
</g>
|
|
1245
|
-
<g transform="translate(2497, 662)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="2">
|
|
1246
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ExitThisPageProps" data-compartment="2">
|
|
1247
|
-
|
|
1248
|
-
</g>
|
|
1249
|
-
</g>
|
|
1250
|
-
</g>
|
|
1251
|
-
<g data-name="LegendProps">
|
|
1252
|
-
<g fill="lightblue" stroke="#33322E" data-name="LegendProps">
|
|
1253
|
-
<rect x="11355.0" y="145.5" height="105.0" width="230.0" data-name="LegendProps"></rect>
|
|
1254
|
-
<path d="M11355.0 177.5 L11585.0 177.5" fill="none" data-name="LegendProps"></path>
|
|
1255
|
-
<path d="M11355.0 242.5 L11585.0 242.5" fill="none" data-name="LegendProps"></path>
|
|
1256
|
-
</g>
|
|
1257
|
-
<g transform="translate(11355, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="0">
|
|
1258
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LegendProps" data-compartment="0">
|
|
1259
|
-
<a id="../src/components/Fieldset/Fieldset.types.ts.LegendProps" xlink:href="../src/components/Fieldset/Fieldset.types.ts"><text x="107.0" y="14.1" stroke="none" text-anchor="middle" data-name="LegendProps" data-compartment="0">LegendProps</text></a>
|
|
1260
|
-
|
|
1261
|
-
</g>
|
|
1262
|
-
</g>
|
|
1263
|
-
<g transform="translate(11355, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="1">
|
|
1264
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LegendProps" data-compartment="1">
|
|
1265
|
-
<text x="0.0" y="14.1" stroke="none" data-name="LegendProps" data-compartment="1">+children: ReactNode</text>
|
|
1266
|
-
<text x="0.0" y="30.3" stroke="none" data-name="LegendProps" data-compartment="1">+className?: string</text>
|
|
1267
|
-
<text x="0.0" y="46.5" stroke="none" data-name="LegendProps" data-compartment="1">+isPageHeading?: boolean</text>
|
|
1268
|
-
|
|
1269
|
-
</g>
|
|
1270
|
-
</g>
|
|
1271
|
-
<g transform="translate(11355, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="2">
|
|
1272
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="LegendProps" data-compartment="2">
|
|
1273
|
-
|
|
1274
|
-
</g>
|
|
1275
|
-
</g>
|
|
1276
|
-
</g>
|
|
1277
|
-
<g data-name="FieldsetProps">
|
|
1278
|
-
<g fill="lightblue" stroke="#33322E" data-name="FieldsetProps">
|
|
1279
|
-
<rect x="11628.0" y="525.0" height="121.0" width="223.0" data-name="FieldsetProps"></rect>
|
|
1280
|
-
<path d="M11628.0 557.0 L11851.0 557.0" fill="none" data-name="FieldsetProps"></path>
|
|
1281
|
-
<path d="M11628.0 638.0 L11851.0 638.0" fill="none" data-name="FieldsetProps"></path>
|
|
1282
|
-
</g>
|
|
1283
|
-
<g transform="translate(11628, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="0">
|
|
1284
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetProps" data-compartment="0">
|
|
1285
|
-
<a id="../src/components/Fieldset/Fieldset.types.ts.FieldsetProps" xlink:href="../src/components/Fieldset/Fieldset.types.ts"><text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="FieldsetProps" data-compartment="0">FieldsetProps</text></a>
|
|
1286
|
-
|
|
1287
|
-
</g>
|
|
1288
|
-
</g>
|
|
1289
|
-
<g transform="translate(11628, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="1">
|
|
1290
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FieldsetProps" data-compartment="1">
|
|
1291
|
-
<text x="0.0" y="14.1" stroke="none" data-name="FieldsetProps" data-compartment="1">+className?: string</text>
|
|
1292
|
-
<text x="0.0" y="30.3" stroke="none" data-name="FieldsetProps" data-compartment="1">+legend?: LegendProps</text>
|
|
1293
|
-
<text x="0.0" y="46.5" stroke="none" data-name="FieldsetProps" data-compartment="1">+children: ReactNode</text>
|
|
1294
|
-
<text x="0.0" y="62.7" stroke="none" data-name="FieldsetProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1295
|
-
|
|
1296
|
-
</g>
|
|
1297
|
-
</g>
|
|
1298
|
-
<g transform="translate(11628, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="2">
|
|
1299
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="FieldsetProps" data-compartment="2">
|
|
1300
|
-
|
|
1301
|
-
</g>
|
|
1302
|
-
</g>
|
|
1303
|
-
</g>
|
|
1304
|
-
<g data-name="FieldsetHTMLAttributes<T>">
|
|
1305
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="FieldsetHTMLAttributes<T>">
|
|
1306
|
-
<rect x="11625.0" y="182.0" height="32.0" width="229.0" data-name="FieldsetHTMLAttributes<T>"></rect>
|
|
1307
|
-
</g>
|
|
1308
|
-
<g transform="translate(11625, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">
|
|
1309
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">
|
|
1310
|
-
<text x="106.5" y="14.1" stroke="none" text-anchor="middle" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">FieldsetHTMLAttributes<T></text>
|
|
1311
|
-
|
|
1312
|
-
</g>
|
|
1313
|
-
</g>
|
|
1314
|
-
</g>
|
|
1315
|
-
<g data-name="FileUploadProps">
|
|
1316
|
-
<g fill="lightblue" stroke="#33322E" data-name="FileUploadProps">
|
|
1317
|
-
<rect x="11891.0" y="484.5" height="202.0" width="314.0" data-name="FileUploadProps"></rect>
|
|
1318
|
-
<path d="M11891.0 516.5 L12205.0 516.5" fill="none" data-name="FileUploadProps"></path>
|
|
1319
|
-
<path d="M11891.0 678.5 L12205.0 678.5" fill="none" data-name="FileUploadProps"></path>
|
|
1320
|
-
</g>
|
|
1321
|
-
<g transform="translate(11891, 484.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="0">
|
|
1322
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FileUploadProps" data-compartment="0">
|
|
1323
|
-
<a id="../src/components/FileUpload/FileUpload.types.ts.FileUploadProps" xlink:href="../src/components/FileUpload/FileUpload.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="FileUploadProps" data-compartment="0">FileUploadProps</text></a>
|
|
1324
|
-
|
|
1325
|
-
</g>
|
|
1326
|
-
</g>
|
|
1327
|
-
<g transform="translate(11891, 516.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="1">
|
|
1328
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FileUploadProps" data-compartment="1">
|
|
1329
|
-
<text x="0.0" y="14.1" stroke="none" data-name="FileUploadProps" data-compartment="1">+className?: string</text>
|
|
1330
|
-
<text x="0.0" y="30.3" stroke="none" data-name="FileUploadProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
1331
|
-
<text x="0.0" y="46.5" stroke="none" data-name="FileUploadProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
1332
|
-
<text x="0.0" y="62.7" stroke="none" data-name="FileUploadProps" data-compartment="1">className?: string</text>
|
|
1333
|
-
<text x="0.0" y="78.9" stroke="none" data-name="FileUploadProps" data-compartment="1">}</text>
|
|
1334
|
-
<text x="0.0" y="95.1" stroke="none" data-name="FileUploadProps" data-compartment="1">+hint?: HintProps</text>
|
|
1335
|
-
<text x="0.0" y="111.3" stroke="none" data-name="FileUploadProps" data-compartment="1">+label?: LabelProps</text>
|
|
1336
|
-
<text x="0.0" y="127.5" stroke="none" data-name="FileUploadProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1337
|
-
<text x="0.0" y="143.7" stroke="none" data-name="FileUploadProps" data-compartment="1">+id?: string</text>
|
|
1338
|
-
|
|
1339
|
-
</g>
|
|
1340
|
-
</g>
|
|
1341
|
-
<g transform="translate(11891, 678.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="2">
|
|
1342
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="FileUploadProps" data-compartment="2">
|
|
1343
|
-
|
|
1344
|
-
</g>
|
|
1345
|
-
</g>
|
|
1346
|
-
</g>
|
|
1347
|
-
<g data-name="InputHTMLAttributes<T>">
|
|
1348
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="InputHTMLAttributes<T>">
|
|
1349
|
-
<rect x="11944.5" y="182.0" height="32.0" width="207.0" data-name="InputHTMLAttributes<T>"></rect>
|
|
1350
|
-
</g>
|
|
1351
|
-
<g transform="translate(11944.5, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="InputHTMLAttributes<T>" data-compartment="0">
|
|
1352
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputHTMLAttributes<T>" data-compartment="0">
|
|
1353
|
-
<text x="95.5" y="14.1" stroke="none" text-anchor="middle" data-name="InputHTMLAttributes<T>" data-compartment="0">InputHTMLAttributes<T></text>
|
|
1354
|
-
|
|
1355
|
-
</g>
|
|
1356
|
-
</g>
|
|
1357
|
-
</g>
|
|
1358
|
-
<g data-name="NavigationItem">
|
|
1359
|
-
<g fill="lightblue" stroke="#33322E" data-name="NavigationItem">
|
|
1360
|
-
<rect x="12191.5" y="81.0" height="234.0" width="272.0" data-name="NavigationItem"></rect>
|
|
1361
|
-
<path d="M12191.5 113.0 L12463.5 113.0" fill="none" data-name="NavigationItem"></path>
|
|
1362
|
-
<path d="M12191.5 307.0 L12463.5 307.0" fill="none" data-name="NavigationItem"></path>
|
|
1363
|
-
</g>
|
|
1364
|
-
<g transform="translate(12191.5, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="0">
|
|
1365
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationItem" data-compartment="0">
|
|
1366
|
-
<a id="../src/components/ServiceNavigation/ServiceNavigation.types.ts.NavigationItem" xlink:href="../src/components/ServiceNavigation/ServiceNavigation.types.ts"><text x="128.0" y="14.1" stroke="none" text-anchor="middle" data-name="NavigationItem" data-compartment="0">NavigationItem</text></a>
|
|
1367
|
-
|
|
1368
|
-
</g>
|
|
1369
|
-
</g>
|
|
1370
|
-
<g transform="translate(12191.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="1">
|
|
1371
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationItem" data-compartment="1">
|
|
1372
|
-
<text x="0.0" y="14.1" stroke="none" data-name="NavigationItem" data-compartment="1">+columns: string | number</text>
|
|
1373
|
-
<text x="0.0" y="30.3" stroke="none" data-name="NavigationItem" data-compartment="1">+title: string</text>
|
|
1374
|
-
<text x="0.0" y="46.5" stroke="none" data-name="NavigationItem" data-compartment="1">+items?: { [key: string]: unknown</text>
|
|
1375
|
-
<text x="0.0" y="62.7" stroke="none" data-name="NavigationItem" data-compartment="1">className?: string</text>
|
|
1376
|
-
<text x="0.0" y="78.9" stroke="none" data-name="NavigationItem" data-compartment="1">children: ReactNode</text>
|
|
1377
|
-
<text x="0.0" y="95.1" stroke="none" data-name="NavigationItem" data-compartment="1">href?: string</text>
|
|
1378
|
-
<text x="0.0" y="111.3" stroke="none" data-name="NavigationItem" data-compartment="1">to?: To</text>
|
|
1379
|
-
<text x="0.0" y="127.5" stroke="none" data-name="NavigationItem" data-compartment="1">reactListKey?: string | number</text>
|
|
1380
|
-
<text x="0.0" y="143.7" stroke="none" data-name="NavigationItem" data-compartment="1">}[]</text>
|
|
1381
|
-
<text x="0.0" y="159.9" stroke="none" data-name="NavigationItem" data-compartment="1">+width?: string</text>
|
|
1382
|
-
<text x="0.0" y="176.1" stroke="none" data-name="NavigationItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
1383
|
-
|
|
1384
|
-
</g>
|
|
1385
|
-
</g>
|
|
1386
|
-
<g transform="translate(12191.5, 307)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="2">
|
|
1387
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationItem" data-compartment="2">
|
|
1388
|
-
|
|
1389
|
-
</g>
|
|
1390
|
-
</g>
|
|
1391
|
-
</g>
|
|
1392
|
-
<g data-name="MetaItem">
|
|
1393
|
-
<g fill="lightblue" stroke="#33322E" data-name="MetaItem">
|
|
1394
|
-
<rect x="12503.5" y="145.5" height="105.0" width="263.0" data-name="MetaItem"></rect>
|
|
1395
|
-
<path d="M12503.5 177.5 L12766.5 177.5" fill="none" data-name="MetaItem"></path>
|
|
1396
|
-
<path d="M12503.5 242.5 L12766.5 242.5" fill="none" data-name="MetaItem"></path>
|
|
1397
|
-
</g>
|
|
1398
|
-
<g transform="translate(12503.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="0">
|
|
1399
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaItem" data-compartment="0">
|
|
1400
|
-
<a id="../src/components/Footer/Footer.types.ts.MetaItem" xlink:href="../src/components/Footer/Footer.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="MetaItem" data-compartment="0">MetaItem</text></a>
|
|
1401
|
-
|
|
1402
|
-
</g>
|
|
1403
|
-
</g>
|
|
1404
|
-
<g transform="translate(12503.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="1">
|
|
1405
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaItem" data-compartment="1">
|
|
1406
|
-
<text x="0.0" y="14.1" stroke="none" data-name="MetaItem" data-compartment="1">+className?: string</text>
|
|
1407
|
-
<text x="0.0" y="30.3" stroke="none" data-name="MetaItem" data-compartment="1">+children: ReactNode</text>
|
|
1408
|
-
<text x="0.0" y="46.5" stroke="none" data-name="MetaItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
1409
|
-
|
|
1410
|
-
</g>
|
|
1411
|
-
</g>
|
|
1412
|
-
<g transform="translate(12503.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="2">
|
|
1413
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaItem" data-compartment="2">
|
|
1414
|
-
|
|
1415
|
-
</g>
|
|
1416
|
-
</g>
|
|
1417
|
-
</g>
|
|
1418
|
-
<g data-name="Meta">
|
|
1419
|
-
<g fill="lightblue" stroke="#33322E" data-name="Meta">
|
|
1420
|
-
<rect x="12806.5" y="145.5" height="105.0" width="238.0" data-name="Meta"></rect>
|
|
1421
|
-
<path d="M12806.5 177.5 L13044.5 177.5" fill="none" data-name="Meta"></path>
|
|
1422
|
-
<path d="M12806.5 242.5 L13044.5 242.5" fill="none" data-name="Meta"></path>
|
|
1423
|
-
</g>
|
|
1424
|
-
<g transform="translate(12806.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="0">
|
|
1425
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Meta" data-compartment="0">
|
|
1426
|
-
<a id="../src/components/Footer/Footer.types.ts.Meta" xlink:href="../src/components/Footer/Footer.types.ts"><text x="111.0" y="14.1" stroke="none" text-anchor="middle" data-name="Meta" data-compartment="0">Meta</text></a>
|
|
1427
|
-
|
|
1428
|
-
</g>
|
|
1429
|
-
</g>
|
|
1430
|
-
<g transform="translate(12806.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="1">
|
|
1431
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Meta" data-compartment="1">
|
|
1432
|
-
<text x="0.0" y="14.1" stroke="none" data-name="Meta" data-compartment="1">+visuallyHiddenTitle?: string</text>
|
|
1433
|
-
<text x="0.0" y="30.3" stroke="none" data-name="Meta" data-compartment="1">+items?: MetaItem[]</text>
|
|
1434
|
-
<text x="0.0" y="46.5" stroke="none" data-name="Meta" data-compartment="1">+children?: ReactNode</text>
|
|
1435
|
-
|
|
1436
|
-
</g>
|
|
1437
|
-
</g>
|
|
1438
|
-
<g transform="translate(12806.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="2">
|
|
1439
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="Meta" data-compartment="2">
|
|
1440
|
-
|
|
1441
|
-
</g>
|
|
1442
|
-
</g>
|
|
1443
|
-
</g>
|
|
1444
|
-
<g data-name="ContentLicence">
|
|
1445
|
-
<g fill="lightblue" stroke="#33322E" data-name="ContentLicence">
|
|
1446
|
-
<rect x="13084.5" y="145.5" height="105.0" width="263.0" data-name="ContentLicence"></rect>
|
|
1447
|
-
<path d="M13084.5 177.5 L13347.5 177.5" fill="none" data-name="ContentLicence"></path>
|
|
1448
|
-
<path d="M13084.5 242.5 L13347.5 242.5" fill="none" data-name="ContentLicence"></path>
|
|
1449
|
-
</g>
|
|
1450
|
-
<g transform="translate(13084.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ContentLicence" data-compartment="0">
|
|
1451
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ContentLicence" data-compartment="0">
|
|
1452
|
-
<a id="../src/components/Footer/Footer.types.ts.ContentLicence" xlink:href="../src/components/Footer/Footer.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="ContentLicence" data-compartment="0">ContentLicence</text></a>
|
|
1453
|
-
|
|
1454
|
-
</g>
|
|
1455
|
-
</g>
|
|
1456
|
-
<g transform="translate(13084.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ContentLicence" data-compartment="1">
|
|
1457
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ContentLicence" data-compartment="1">
|
|
1458
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ContentLicence" data-compartment="1">+className?: string</text>
|
|
1459
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ContentLicence" data-compartment="1">+children: ReactNode</text>
|
|
1460
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ContentLicence" data-compartment="1">+reactListKey?: string | number</text>
|
|
1461
|
-
|
|
1462
|
-
</g>
|
|
1463
|
-
</g>
|
|
1464
|
-
<g transform="translate(13084.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ContentLicence" data-compartment="2">
|
|
1465
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ContentLicence" data-compartment="2">
|
|
1466
|
-
|
|
1467
|
-
</g>
|
|
1468
|
-
</g>
|
|
1469
|
-
</g>
|
|
1470
|
-
<g data-name="FooterProps">
|
|
1471
|
-
<g fill="lightblue" stroke="#33322E" data-name="FooterProps">
|
|
1472
|
-
<rect x="6228.8" y="517.0" height="137.0" width="291.0" data-name="FooterProps"></rect>
|
|
1473
|
-
<path d="M6228.8 549.0 L6519.8 549.0" fill="none" data-name="FooterProps"></path>
|
|
1474
|
-
<path d="M6228.8 646.0 L6519.8 646.0" fill="none" data-name="FooterProps"></path>
|
|
1475
|
-
</g>
|
|
1476
|
-
<g transform="translate(6228.75, 517)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="0">
|
|
1477
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FooterProps" data-compartment="0">
|
|
1478
|
-
<a id="../src/components/Footer/Footer.types.ts.FooterProps" xlink:href="../src/components/Footer/Footer.types.ts"><text x="137.5" y="14.1" stroke="none" text-anchor="middle" data-name="FooterProps" data-compartment="0">FooterProps</text></a>
|
|
1479
|
-
|
|
1480
|
-
</g>
|
|
1481
|
-
</g>
|
|
1482
|
-
<g transform="translate(6228.75, 549)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="1">
|
|
1483
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FooterProps" data-compartment="1">
|
|
1484
|
-
<text x="0.0" y="14.1" stroke="none" data-name="FooterProps" data-compartment="1">+className?: string</text>
|
|
1485
|
-
<text x="0.0" y="30.3" stroke="none" data-name="FooterProps" data-compartment="1">+containerClassName?: string</text>
|
|
1486
|
-
<text x="0.0" y="46.5" stroke="none" data-name="FooterProps" data-compartment="1">+meta?: Meta</text>
|
|
1487
|
-
<text x="0.0" y="62.7" stroke="none" data-name="FooterProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
1488
|
-
<text x="0.0" y="78.9" stroke="none" data-name="FooterProps" data-compartment="1">+contentLicence?: ContentLicence</text>
|
|
1489
|
-
|
|
1490
|
-
</g>
|
|
1491
|
-
</g>
|
|
1492
|
-
<g transform="translate(6228.75, 646)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="2">
|
|
1493
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="FooterProps" data-compartment="2">
|
|
1494
|
-
|
|
1495
|
-
</g>
|
|
1496
|
-
</g>
|
|
1497
|
-
</g>
|
|
1498
|
-
<g data-name="HeaderProps">
|
|
1499
|
-
<g fill="lightblue" stroke="#33322E" data-name="HeaderProps">
|
|
1500
|
-
<rect x="6559.8" y="436.0" height="299.0" width="289.0" data-name="HeaderProps"></rect>
|
|
1501
|
-
<path d="M6559.8 468.0 L6848.8 468.0" fill="none" data-name="HeaderProps"></path>
|
|
1502
|
-
<path d="M6559.8 727.0 L6848.8 727.0" fill="none" data-name="HeaderProps"></path>
|
|
1503
|
-
</g>
|
|
1504
|
-
<g transform="translate(6559.75, 436)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="0">
|
|
1505
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HeaderProps" data-compartment="0">
|
|
1506
|
-
<a id="../src/components/Header/Header.types.ts.HeaderProps" xlink:href="../src/components/Header/Header.types.ts"><text x="136.5" y="14.1" stroke="none" text-anchor="middle" data-name="HeaderProps" data-compartment="0">HeaderProps</text></a>
|
|
1507
|
-
|
|
1508
|
-
</g>
|
|
1509
|
-
</g>
|
|
1510
|
-
<g transform="translate(6559.75, 468)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="1">
|
|
1511
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HeaderProps" data-compartment="1">
|
|
1512
|
-
<text x="0.0" y="14.1" stroke="none" data-name="HeaderProps" data-compartment="1">+className?: string</text>
|
|
1513
|
-
<text x="0.0" y="30.3" stroke="none" data-name="HeaderProps" data-compartment="1">+containerClassName?: string</text>
|
|
1514
|
-
<text x="0.0" y="46.5" stroke="none" data-name="HeaderProps" data-compartment="1">+homepageUrlHref?: string</text>
|
|
1515
|
-
<text x="0.0" y="62.7" stroke="none" data-name="HeaderProps" data-compartment="1">+homepageUrlTo?: To</text>
|
|
1516
|
-
<text x="0.0" y="78.9" stroke="none" data-name="HeaderProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
1517
|
-
<text x="0.0" y="95.1" stroke="none" data-name="HeaderProps" data-compartment="1">+navigationClassName?: string</text>
|
|
1518
|
-
<text x="0.0" y="111.3" stroke="none" data-name="HeaderProps" data-compartment="1">+productName?: ReactNode</text>
|
|
1519
|
-
<text x="0.0" y="127.5" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceName?: string</text>
|
|
1520
|
-
<text x="0.0" y="143.7" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceUrlHref?: string</text>
|
|
1521
|
-
<text x="0.0" y="159.9" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceUrlTo?: To</text>
|
|
1522
|
-
<text x="0.0" y="176.1" stroke="none" data-name="HeaderProps" data-compartment="1">+navigationLabel?: string</text>
|
|
1523
|
-
<text x="0.0" y="192.3" stroke="none" data-name="HeaderProps" data-compartment="1">+menuButtonLabel?: string</text>
|
|
1524
|
-
<text x="0.0" y="208.5" stroke="none" data-name="HeaderProps" data-compartment="1">+logo?: string</text>
|
|
1525
|
-
<text x="0.0" y="224.7" stroke="none" data-name="HeaderProps" data-compartment="1">+removeGovUKHeader?: unknown</text>
|
|
1526
|
-
<text x="0.0" y="240.9" stroke="none" data-name="HeaderProps" data-compartment="1">+assetsPath?: string</text>
|
|
1527
|
-
|
|
1528
|
-
</g>
|
|
1529
|
-
</g>
|
|
1530
|
-
<g transform="translate(6559.75, 727)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="2">
|
|
1531
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="HeaderProps" data-compartment="2">
|
|
1532
|
-
|
|
1533
|
-
</g>
|
|
1534
|
-
</g>
|
|
1535
|
-
</g>
|
|
1536
|
-
<g data-name="HintProps">
|
|
1537
|
-
<g fill="lightblue" stroke="#33322E" data-name="HintProps">
|
|
1538
|
-
<rect x="13387.5" y="154.0" height="88.0" width="197.0" data-name="HintProps"></rect>
|
|
1539
|
-
<path d="M13387.5 186.0 L13584.5 186.0" fill="none" data-name="HintProps"></path>
|
|
1540
|
-
<path d="M13387.5 234.0 L13584.5 234.0" fill="none" data-name="HintProps"></path>
|
|
1541
|
-
</g>
|
|
1542
|
-
<g transform="translate(13387.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="0">
|
|
1543
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HintProps" data-compartment="0">
|
|
1544
|
-
<a id="../src/components/Hint/Hint.types.ts.HintProps" xlink:href="../src/components/Hint/Hint.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="HintProps" data-compartment="0">HintProps</text></a>
|
|
1545
|
-
|
|
1546
|
-
</g>
|
|
1547
|
-
</g>
|
|
1548
|
-
<g transform="translate(13387.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="1">
|
|
1549
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HintProps" data-compartment="1">
|
|
1550
|
-
<text x="0.0" y="14.1" stroke="none" data-name="HintProps" data-compartment="1">+className?: string</text>
|
|
1551
|
-
<text x="0.0" y="30.3" stroke="none" data-name="HintProps" data-compartment="1">+children?: ReactNode</text>
|
|
1552
|
-
|
|
1553
|
-
</g>
|
|
1554
|
-
</g>
|
|
1555
|
-
<g transform="translate(13387.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="2">
|
|
1556
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="HintProps" data-compartment="2">
|
|
1557
|
-
|
|
1558
|
-
</g>
|
|
1559
|
-
</g>
|
|
1560
|
-
</g>
|
|
1561
|
-
<g data-name="InputProps">
|
|
1562
|
-
<g fill="lightblue" stroke="#33322E" data-name="InputProps">
|
|
1563
|
-
<rect x="13624.5" y="32.5" height="331.0" width="314.0" data-name="InputProps"></rect>
|
|
1564
|
-
<path d="M13624.5 64.5 L13938.5 64.5" fill="none" data-name="InputProps"></path>
|
|
1565
|
-
<path d="M13624.5 355.5 L13938.5 355.5" fill="none" data-name="InputProps"></path>
|
|
1566
|
-
</g>
|
|
1567
|
-
<g transform="translate(13624.5, 32.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="0">
|
|
1568
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputProps" data-compartment="0">
|
|
1569
|
-
<a id="../src/components/Input/Input.types.ts.InputProps" xlink:href="../src/components/Input/Input.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="InputProps" data-compartment="0">InputProps</text></a>
|
|
1570
|
-
|
|
1571
|
-
</g>
|
|
1572
|
-
</g>
|
|
1573
|
-
<g transform="translate(13624.5, 64.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="1">
|
|
1574
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InputProps" data-compartment="1">
|
|
1575
|
-
<text x="0.0" y="14.1" stroke="none" data-name="InputProps" data-compartment="1">+className?: string</text>
|
|
1576
|
-
<text x="0.0" y="30.3" stroke="none" data-name="InputProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1577
|
-
<text x="0.0" y="46.5" stroke="none" data-name="InputProps" data-compartment="1">+errorMessage?: object</text>
|
|
1578
|
-
<text x="0.0" y="62.7" stroke="none" data-name="InputProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
1579
|
-
<text x="0.0" y="78.9" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1580
|
-
<text x="0.0" y="95.1" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1581
|
-
<text x="0.0" y="111.3" stroke="none" data-name="InputProps" data-compartment="1">+hint?: object</text>
|
|
1582
|
-
<text x="0.0" y="127.5" stroke="none" data-name="InputProps" data-compartment="1">+label?: object</text>
|
|
1583
|
-
<text x="0.0" y="143.7" stroke="none" data-name="InputProps" data-compartment="1">+name?: string</text>
|
|
1584
|
-
<text x="0.0" y="159.9" stroke="none" data-name="InputProps" data-compartment="1">+id?: string</text>
|
|
1585
|
-
<text x="0.0" y="176.1" stroke="none" data-name="InputProps" data-compartment="1">+type: string</text>
|
|
1586
|
-
<text x="0.0" y="192.3" stroke="none" data-name="InputProps" data-compartment="1">+prefix?: { [key: string]: unknown</text>
|
|
1587
|
-
<text x="0.0" y="208.5" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1588
|
-
<text x="0.0" y="224.7" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1589
|
-
<text x="0.0" y="240.9" stroke="none" data-name="InputProps" data-compartment="1">+suffix?: { [key: string]: unknown</text>
|
|
1590
|
-
<text x="0.0" y="257.1" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1591
|
-
<text x="0.0" y="273.3" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1592
|
-
|
|
1593
|
-
</g>
|
|
1594
|
-
</g>
|
|
1595
|
-
<g transform="translate(13624.5, 355.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="2">
|
|
1596
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="InputProps" data-compartment="2">
|
|
1597
|
-
|
|
1598
|
-
</g>
|
|
1599
|
-
</g>
|
|
1600
|
-
</g>
|
|
1601
|
-
<g data-name="InsetTextProps">
|
|
1602
|
-
<g fill="lightblue" stroke="#33322E" data-name="InsetTextProps">
|
|
1603
|
-
<rect x="13978.5" y="154.0" height="88.0" width="187.0" data-name="InsetTextProps"></rect>
|
|
1604
|
-
<path d="M13978.5 186.0 L14165.5 186.0" fill="none" data-name="InsetTextProps"></path>
|
|
1605
|
-
<path d="M13978.5 234.0 L14165.5 234.0" fill="none" data-name="InsetTextProps"></path>
|
|
1606
|
-
</g>
|
|
1607
|
-
<g transform="translate(13978.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="0">
|
|
1608
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InsetTextProps" data-compartment="0">
|
|
1609
|
-
<a id="../src/components/InsetText/InsetText.types.ts.InsetTextProps" xlink:href="../src/components/InsetText/InsetText.types.ts"><text x="85.5" y="14.1" stroke="none" text-anchor="middle" data-name="InsetTextProps" data-compartment="0">InsetTextProps</text></a>
|
|
1610
|
-
|
|
1611
|
-
</g>
|
|
1612
|
-
</g>
|
|
1613
|
-
<g transform="translate(13978.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="1">
|
|
1614
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InsetTextProps" data-compartment="1">
|
|
1615
|
-
<text x="0.0" y="14.1" stroke="none" data-name="InsetTextProps" data-compartment="1">+className?: string</text>
|
|
1616
|
-
<text x="0.0" y="30.3" stroke="none" data-name="InsetTextProps" data-compartment="1">+children: ReactNode</text>
|
|
1617
|
-
|
|
1618
|
-
</g>
|
|
1619
|
-
</g>
|
|
1620
|
-
<g transform="translate(13978.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="2">
|
|
1621
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="InsetTextProps" data-compartment="2">
|
|
1622
|
-
|
|
1623
|
-
</g>
|
|
1624
|
-
</g>
|
|
1625
|
-
</g>
|
|
1626
|
-
<g data-name="LabelProps">
|
|
1627
|
-
<g fill="lightblue" stroke="#33322E" data-name="LabelProps">
|
|
1628
|
-
<rect x="14205.5" y="137.5" height="121.0" width="230.0" data-name="LabelProps"></rect>
|
|
1629
|
-
<path d="M14205.5 169.5 L14435.5 169.5" fill="none" data-name="LabelProps"></path>
|
|
1630
|
-
<path d="M14205.5 250.5 L14435.5 250.5" fill="none" data-name="LabelProps"></path>
|
|
1631
|
-
</g>
|
|
1632
|
-
<g transform="translate(14205.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="0">
|
|
1633
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LabelProps" data-compartment="0">
|
|
1634
|
-
<a id="../src/components/Label/Label.types.ts.LabelProps" xlink:href="../src/components/Label/Label.types.ts"><text x="107.0" y="14.1" stroke="none" text-anchor="middle" data-name="LabelProps" data-compartment="0">LabelProps</text></a>
|
|
1635
|
-
|
|
1636
|
-
</g>
|
|
1637
|
-
</g>
|
|
1638
|
-
<g transform="translate(14205.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="1">
|
|
1639
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LabelProps" data-compartment="1">
|
|
1640
|
-
<text x="0.0" y="14.1" stroke="none" data-name="LabelProps" data-compartment="1">+className?: string</text>
|
|
1641
|
-
<text x="0.0" y="30.3" stroke="none" data-name="LabelProps" data-compartment="1">+htmlFor?: string</text>
|
|
1642
|
-
<text x="0.0" y="46.5" stroke="none" data-name="LabelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1643
|
-
<text x="0.0" y="62.7" stroke="none" data-name="LabelProps" data-compartment="1">+isPageHeading?: boolean</text>
|
|
1644
|
-
|
|
1645
|
-
</g>
|
|
1646
|
-
</g>
|
|
1647
|
-
<g transform="translate(14205.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="2">
|
|
1648
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="LabelProps" data-compartment="2">
|
|
1649
|
-
|
|
1650
|
-
</g>
|
|
1651
|
-
</g>
|
|
1652
|
-
</g>
|
|
1653
|
-
<g data-name="LandingProps">
|
|
1654
|
-
<g fill="lightblue" stroke="#33322E" data-name="LandingProps">
|
|
1655
|
-
<rect x="14475.5" y="162.0" height="72.0" width="126.0" data-name="LandingProps"></rect>
|
|
1656
|
-
<path d="M14475.5 194.0 L14601.5 194.0" fill="none" data-name="LandingProps"></path>
|
|
1657
|
-
<path d="M14475.5 226.0 L14601.5 226.0" fill="none" data-name="LandingProps"></path>
|
|
1658
|
-
</g>
|
|
1659
|
-
<g transform="translate(14475.5, 162)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="0">
|
|
1660
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LandingProps" data-compartment="0">
|
|
1661
|
-
<a id="../src/components/Landing/Landing.types.ts.LandingProps" xlink:href="../src/components/Landing/Landing.types.ts"><text x="55.0" y="14.1" stroke="none" text-anchor="middle" data-name="LandingProps" data-compartment="0">LandingProps</text></a>
|
|
1662
|
-
|
|
1663
|
-
</g>
|
|
1664
|
-
</g>
|
|
1665
|
-
<g transform="translate(14475.5, 194)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="1">
|
|
1666
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LandingProps" data-compartment="1">
|
|
1667
|
-
<text x="0.0" y="14.1" stroke="none" data-name="LandingProps" data-compartment="1">+to?: To</text>
|
|
1668
|
-
|
|
1669
|
-
</g>
|
|
1670
|
-
</g>
|
|
1671
|
-
<g transform="translate(14475.5, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="2">
|
|
1672
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="LandingProps" data-compartment="2">
|
|
1673
|
-
|
|
1674
|
-
</g>
|
|
1675
|
-
</g>
|
|
1676
|
-
</g>
|
|
1677
|
-
<g data-name="LinkWithRefProps">
|
|
1678
|
-
<g fill="lightblue" stroke="#33322E" data-name="LinkWithRefProps">
|
|
1679
|
-
<rect x="14545.0" y="525.0" height="121.0" width="416.0" data-name="LinkWithRefProps"></rect>
|
|
1680
|
-
<path d="M14545.0 557.0 L14961.0 557.0" fill="none" data-name="LinkWithRefProps"></path>
|
|
1681
|
-
<path d="M14545.0 638.0 L14961.0 638.0" fill="none" data-name="LinkWithRefProps"></path>
|
|
1682
|
-
</g>
|
|
1683
|
-
<g transform="translate(14545, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="0">
|
|
1684
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LinkWithRefProps" data-compartment="0">
|
|
1685
|
-
<a id="../src/components/LinkWithRef/LinkWithRef.types.ts.LinkWithRefProps" xlink:href="../src/components/LinkWithRef/LinkWithRef.types.ts"><text x="200.0" y="14.1" stroke="none" text-anchor="middle" data-name="LinkWithRefProps" data-compartment="0">LinkWithRefProps</text></a>
|
|
1686
|
-
|
|
1687
|
-
</g>
|
|
1688
|
-
</g>
|
|
1689
|
-
<g transform="translate(14545, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="1">
|
|
1690
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LinkWithRefProps" data-compartment="1">
|
|
1691
|
-
<text x="0.0" y="14.1" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+children: React.ReactNode</text>
|
|
1692
|
-
<text x="0.0" y="30.3" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+to?: To</text>
|
|
1693
|
-
<text x="0.0" y="46.5" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+href?: string</text>
|
|
1694
|
-
<text x="0.0" y="62.7" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+forwardedRef?: React.Ref<HTMLAnchorElement></text>
|
|
1695
|
-
|
|
1696
|
-
</g>
|
|
1697
|
-
</g>
|
|
1698
|
-
<g transform="translate(14545, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="2">
|
|
1699
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="LinkWithRefProps" data-compartment="2">
|
|
1700
|
-
|
|
1701
|
-
</g>
|
|
1702
|
-
</g>
|
|
1703
|
-
</g>
|
|
1704
|
-
<g data-name="AnchorHTMLAttributes<T>">
|
|
1705
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="AnchorHTMLAttributes<T>">
|
|
1706
|
-
<rect x="14641.5" y="182.0" height="32.0" width="223.0" data-name="AnchorHTMLAttributes<T>"></rect>
|
|
1707
|
-
</g>
|
|
1708
|
-
<g transform="translate(14641.5, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="AnchorHTMLAttributes<T>" data-compartment="0">
|
|
1709
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnchorHTMLAttributes<T>" data-compartment="0">
|
|
1710
|
-
<text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="AnchorHTMLAttributes<T>" data-compartment="0">AnchorHTMLAttributes<T></text>
|
|
1711
|
-
|
|
1712
|
-
</g>
|
|
1713
|
-
</g>
|
|
1714
|
-
</g>
|
|
1715
|
-
<g data-name="LoadingProps">
|
|
1716
|
-
<g fill="lightblue" stroke="#33322E" data-name="LoadingProps">
|
|
1717
|
-
<rect x="14904.5" y="154.0" height="88.0" width="167.0" data-name="LoadingProps"></rect>
|
|
1718
|
-
<path d="M14904.5 186.0 L15071.5 186.0" fill="none" data-name="LoadingProps"></path>
|
|
1719
|
-
<path d="M14904.5 234.0 L15071.5 234.0" fill="none" data-name="LoadingProps"></path>
|
|
1720
|
-
</g>
|
|
1721
|
-
<g transform="translate(14904.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="0">
|
|
1722
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LoadingProps" data-compartment="0">
|
|
1723
|
-
<a id="../src/components/Loading/Loading.types.ts.LoadingProps" xlink:href="../src/components/Loading/Loading.types.ts"><text x="75.5" y="14.1" stroke="none" text-anchor="middle" data-name="LoadingProps" data-compartment="0">LoadingProps</text></a>
|
|
1724
|
-
|
|
1725
|
-
</g>
|
|
1726
|
-
</g>
|
|
1727
|
-
<g transform="translate(14904.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="1">
|
|
1728
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LoadingProps" data-compartment="1">
|
|
1729
|
-
<text x="0.0" y="14.1" stroke="none" data-name="LoadingProps" data-compartment="1">+message?: string</text>
|
|
1730
|
-
<text x="0.0" y="30.3" stroke="none" data-name="LoadingProps" data-compartment="1">+html?: ReactNode</text>
|
|
1731
|
-
|
|
1732
|
-
</g>
|
|
1733
|
-
</g>
|
|
1734
|
-
<g transform="translate(14904.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="2">
|
|
1735
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="LoadingProps" data-compartment="2">
|
|
1736
|
-
|
|
1737
|
-
</g>
|
|
1738
|
-
</g>
|
|
1739
|
-
</g>
|
|
1740
|
-
<g data-name="MainProps">
|
|
1741
|
-
<g fill="lightblue" stroke="#33322E" data-name="MainProps">
|
|
1742
|
-
<rect x="15111.5" y="145.5" height="105.0" width="206.0" data-name="MainProps"></rect>
|
|
1743
|
-
<path d="M15111.5 177.5 L15317.5 177.5" fill="none" data-name="MainProps"></path>
|
|
1744
|
-
<path d="M15111.5 242.5 L15317.5 242.5" fill="none" data-name="MainProps"></path>
|
|
1745
|
-
</g>
|
|
1746
|
-
<g transform="translate(15111.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="0">
|
|
1747
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MainProps" data-compartment="0">
|
|
1748
|
-
<a id="../src/components/Main/Main.types.ts.MainProps" xlink:href="../src/components/Main/Main.types.ts"><text x="95.0" y="14.1" stroke="none" text-anchor="middle" data-name="MainProps" data-compartment="0">MainProps</text></a>
|
|
1749
|
-
|
|
1750
|
-
</g>
|
|
1751
|
-
</g>
|
|
1752
|
-
<g transform="translate(15111.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="1">
|
|
1753
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MainProps" data-compartment="1">
|
|
1754
|
-
<text x="0.0" y="14.1" stroke="none" data-name="MainProps" data-compartment="1">+children?: ReactNode</text>
|
|
1755
|
-
<text x="0.0" y="30.3" stroke="none" data-name="MainProps" data-compartment="1">+backLink?: string</text>
|
|
1756
|
-
<text x="0.0" y="46.5" stroke="none" data-name="MainProps" data-compartment="1">+backLinkState?: object</text>
|
|
1757
|
-
|
|
1758
|
-
</g>
|
|
1759
|
-
</g>
|
|
1760
|
-
<g transform="translate(15111.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="2">
|
|
1761
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="MainProps" data-compartment="2">
|
|
1762
|
-
|
|
1763
|
-
</g>
|
|
1764
|
-
</g>
|
|
1765
|
-
</g>
|
|
1766
|
-
<g data-name="NotificationBannerProps">
|
|
1767
|
-
<g fill="lightblue" stroke="#33322E" data-name="NotificationBannerProps">
|
|
1768
|
-
<rect x="15357.5" y="105.0" height="186.0" width="357.0" data-name="NotificationBannerProps"></rect>
|
|
1769
|
-
<path d="M15357.5 137.0 L15714.5 137.0" fill="none" data-name="NotificationBannerProps"></path>
|
|
1770
|
-
<path d="M15357.5 283.0 L15714.5 283.0" fill="none" data-name="NotificationBannerProps"></path>
|
|
1771
|
-
</g>
|
|
1772
|
-
<g transform="translate(15357.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="0">
|
|
1773
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NotificationBannerProps" data-compartment="0">
|
|
1774
|
-
<a id="../src/components/NotificationBanner/NotificationBanner.types.ts.NotificationBannerProps" xlink:href="../src/components/NotificationBanner/NotificationBanner.types.ts"><text x="170.5" y="14.1" stroke="none" text-anchor="middle" data-name="NotificationBannerProps" data-compartment="0">NotificationBannerProps</text></a>
|
|
1775
|
-
|
|
1776
|
-
</g>
|
|
1777
|
-
</g>
|
|
1778
|
-
<g transform="translate(15357.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="1">
|
|
1779
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NotificationBannerProps" data-compartment="1">
|
|
1780
|
-
<text x="0.0" y="14.1" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+type: "success" | "error" | "info" | "warning"</text>
|
|
1781
|
-
<text x="0.0" y="30.3" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleChildren?: string</text>
|
|
1782
|
-
<text x="0.0" y="46.5" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleHeadingLevel?: ElementType</text>
|
|
1783
|
-
<text x="0.0" y="62.7" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+children: ReactNode</text>
|
|
1784
|
-
<text x="0.0" y="78.9" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+className?: string</text>
|
|
1785
|
-
<text x="0.0" y="95.1" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleId?: string</text>
|
|
1786
|
-
<text x="0.0" y="111.3" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+role?: string</text>
|
|
1787
|
-
<text x="0.0" y="127.5" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+disableAutoFocus?: boolean</text>
|
|
1788
|
-
|
|
1789
|
-
</g>
|
|
1790
|
-
</g>
|
|
1791
|
-
<g transform="translate(15357.5, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="2">
|
|
1792
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="NotificationBannerProps" data-compartment="2">
|
|
1793
|
-
|
|
1794
|
-
</g>
|
|
1795
|
-
</g>
|
|
1796
|
-
</g>
|
|
1797
|
-
<g data-name="PaginationItemProps">
|
|
1798
|
-
<g fill="lightblue" stroke="#33322E" data-name="PaginationItemProps">
|
|
1799
|
-
<rect x="15754.5" y="137.5" height="121.0" width="225.0" data-name="PaginationItemProps"></rect>
|
|
1800
|
-
<path d="M15754.5 169.5 L15979.5 169.5" fill="none" data-name="PaginationItemProps"></path>
|
|
1801
|
-
<path d="M15754.5 250.5 L15979.5 250.5" fill="none" data-name="PaginationItemProps"></path>
|
|
1802
|
-
</g>
|
|
1803
|
-
<g transform="translate(15754.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationItemProps" data-compartment="0">
|
|
1804
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationItemProps" data-compartment="0">
|
|
1805
|
-
<a id="../src/components/Pagination/Pagination.types.ts.PaginationItemProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="104.5" y="14.1" stroke="none" text-anchor="middle" data-name="PaginationItemProps" data-compartment="0">PaginationItemProps</text></a>
|
|
1806
|
-
|
|
1807
|
-
</g>
|
|
1808
|
-
</g>
|
|
1809
|
-
<g transform="translate(15754.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationItemProps" data-compartment="1">
|
|
1810
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationItemProps" data-compartment="1">
|
|
1811
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PaginationItemProps" data-compartment="1">+number?: string | number</text>
|
|
1812
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PaginationItemProps" data-compartment="1">+href?: string</text>
|
|
1813
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PaginationItemProps" data-compartment="1">+current?: boolean</text>
|
|
1814
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PaginationItemProps" data-compartment="1">+ellipsis?: boolean</text>
|
|
1815
|
-
|
|
1816
|
-
</g>
|
|
1817
|
-
</g>
|
|
1818
|
-
<g transform="translate(15754.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationItemProps" data-compartment="2">
|
|
1819
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationItemProps" data-compartment="2">
|
|
1820
|
-
|
|
1821
|
-
</g>
|
|
1822
|
-
</g>
|
|
1823
|
-
</g>
|
|
1824
|
-
<g data-name="PaginationNavProps">
|
|
1825
|
-
<g fill="lightblue" stroke="#33322E" data-name="PaginationNavProps">
|
|
1826
|
-
<rect x="16019.5" y="145.5" height="105.0" width="197.0" data-name="PaginationNavProps"></rect>
|
|
1827
|
-
<path d="M16019.5 177.5 L16216.5 177.5" fill="none" data-name="PaginationNavProps"></path>
|
|
1828
|
-
<path d="M16019.5 242.5 L16216.5 242.5" fill="none" data-name="PaginationNavProps"></path>
|
|
1829
|
-
</g>
|
|
1830
|
-
<g transform="translate(16019.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationNavProps" data-compartment="0">
|
|
1831
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationNavProps" data-compartment="0">
|
|
1832
|
-
<a id="../src/components/Pagination/Pagination.types.ts.PaginationNavProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="PaginationNavProps" data-compartment="0">PaginationNavProps</text></a>
|
|
1833
|
-
|
|
1834
|
-
</g>
|
|
1835
|
-
</g>
|
|
1836
|
-
<g transform="translate(16019.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationNavProps" data-compartment="1">
|
|
1837
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationNavProps" data-compartment="1">
|
|
1838
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PaginationNavProps" data-compartment="1">+href: string</text>
|
|
1839
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PaginationNavProps" data-compartment="1">+children?: ReactNode</text>
|
|
1840
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PaginationNavProps" data-compartment="1">+labelText?: string</text>
|
|
1841
|
-
|
|
1842
|
-
</g>
|
|
1843
|
-
</g>
|
|
1844
|
-
<g transform="translate(16019.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationNavProps" data-compartment="2">
|
|
1845
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationNavProps" data-compartment="2">
|
|
1846
|
-
|
|
1847
|
-
</g>
|
|
1848
|
-
</g>
|
|
1849
|
-
</g>
|
|
1850
|
-
<g data-name="PaginationProps">
|
|
1851
|
-
<g fill="lightblue" stroke="#33322E" data-name="PaginationProps">
|
|
1852
|
-
<rect x="16256.5" y="137.5" height="121.0" width="275.0" data-name="PaginationProps"></rect>
|
|
1853
|
-
<path d="M16256.5 169.5 L16531.5 169.5" fill="none" data-name="PaginationProps"></path>
|
|
1854
|
-
<path d="M16256.5 250.5 L16531.5 250.5" fill="none" data-name="PaginationProps"></path>
|
|
1855
|
-
</g>
|
|
1856
|
-
<g transform="translate(16256.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="0">
|
|
1857
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationProps" data-compartment="0">
|
|
1858
|
-
<a id="../src/components/Pagination/Pagination.types.ts.PaginationProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="129.5" y="14.1" stroke="none" text-anchor="middle" data-name="PaginationProps" data-compartment="0">PaginationProps</text></a>
|
|
1859
|
-
|
|
1860
|
-
</g>
|
|
1861
|
-
</g>
|
|
1862
|
-
<g transform="translate(16256.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="1">
|
|
1863
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationProps" data-compartment="1">
|
|
1864
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PaginationProps" data-compartment="1">+previous?: PaginationNavProps</text>
|
|
1865
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PaginationProps" data-compartment="1">+next?: PaginationNavProps</text>
|
|
1866
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PaginationProps" data-compartment="1">+items?: PaginationItemProps[]</text>
|
|
1867
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PaginationProps" data-compartment="1">+className?: string</text>
|
|
1868
|
-
|
|
1869
|
-
</g>
|
|
1870
|
-
</g>
|
|
1871
|
-
<g transform="translate(16256.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="2">
|
|
1872
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationProps" data-compartment="2">
|
|
1873
|
-
|
|
1874
|
-
</g>
|
|
1875
|
-
</g>
|
|
1876
|
-
</g>
|
|
1877
|
-
<g data-name="SvgIconProps">
|
|
1878
|
-
<g fill="lightblue" stroke="#33322E" data-name="SvgIconProps">
|
|
1879
|
-
<rect x="16571.5" y="162.0" height="72.0" width="126.0" data-name="SvgIconProps"></rect>
|
|
1880
|
-
<path d="M16571.5 194.0 L16697.5 194.0" fill="none" data-name="SvgIconProps"></path>
|
|
1881
|
-
<path d="M16571.5 226.0 L16697.5 226.0" fill="none" data-name="SvgIconProps"></path>
|
|
1882
|
-
</g>
|
|
1883
|
-
<g transform="translate(16571.5, 162)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="0">
|
|
1884
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SvgIconProps" data-compartment="0">
|
|
1885
|
-
<a id="../src/components/Pagination/Pagination.types.ts.SvgIconProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="55.0" y="14.1" stroke="none" text-anchor="middle" data-name="SvgIconProps" data-compartment="0">SvgIconProps</text></a>
|
|
1886
|
-
|
|
1887
|
-
</g>
|
|
1888
|
-
</g>
|
|
1889
|
-
<g transform="translate(16571.5, 194)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="1">
|
|
1890
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SvgIconProps" data-compartment="1">
|
|
1891
|
-
<text x="0.0" y="14.1" stroke="none" data-name="SvgIconProps" data-compartment="1">+type: string</text>
|
|
1892
|
-
|
|
1893
|
-
</g>
|
|
1894
|
-
</g>
|
|
1895
|
-
<g transform="translate(16571.5, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="2">
|
|
1896
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="SvgIconProps" data-compartment="2">
|
|
1897
|
-
|
|
1898
|
-
</g>
|
|
1899
|
-
</g>
|
|
1900
|
-
</g>
|
|
1901
|
-
<g data-name="NavigationButtonProps">
|
|
1902
|
-
<g fill="lightblue" stroke="#33322E" data-name="NavigationButtonProps">
|
|
1903
|
-
<rect x="16737.5" y="137.5" height="121.0" width="211.0" data-name="NavigationButtonProps"></rect>
|
|
1904
|
-
<path d="M16737.5 169.5 L16948.5 169.5" fill="none" data-name="NavigationButtonProps"></path>
|
|
1905
|
-
<path d="M16737.5 250.5 L16948.5 250.5" fill="none" data-name="NavigationButtonProps"></path>
|
|
1906
|
-
</g>
|
|
1907
|
-
<g transform="translate(16737.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="0">
|
|
1908
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationButtonProps" data-compartment="0">
|
|
1909
|
-
<a id="../src/components/Pagination/Pagination.types.ts.NavigationButtonProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="97.5" y="14.1" stroke="none" text-anchor="middle" data-name="NavigationButtonProps" data-compartment="0">NavigationButtonProps</text></a>
|
|
1910
|
-
|
|
1911
|
-
</g>
|
|
1912
|
-
</g>
|
|
1913
|
-
<g transform="translate(16737.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="1">
|
|
1914
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationButtonProps" data-compartment="1">
|
|
1915
|
-
<text x="0.0" y="14.1" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+href: string</text>
|
|
1916
|
-
<text x="0.0" y="30.3" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+type: "next" | "previous"</text>
|
|
1917
|
-
<text x="0.0" y="46.5" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+children?: ReactNode</text>
|
|
1918
|
-
<text x="0.0" y="62.7" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+labelText?: string</text>
|
|
1919
|
-
|
|
1920
|
-
</g>
|
|
1921
|
-
</g>
|
|
1922
|
-
<g transform="translate(16737.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="2">
|
|
1923
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationButtonProps" data-compartment="2">
|
|
1924
|
-
|
|
1925
|
-
</g>
|
|
1926
|
-
</g>
|
|
1927
|
-
</g>
|
|
1928
|
-
<g data-name="UsePaginationProps">
|
|
1929
|
-
<g fill="lightblue" stroke="#33322E" data-name="UsePaginationProps">
|
|
1930
|
-
<rect x="16988.5" y="137.5" height="121.0" width="204.0" data-name="UsePaginationProps"></rect>
|
|
1931
|
-
<path d="M16988.5 169.5 L17192.5 169.5" fill="none" data-name="UsePaginationProps"></path>
|
|
1932
|
-
<path d="M16988.5 250.5 L17192.5 250.5" fill="none" data-name="UsePaginationProps"></path>
|
|
1933
|
-
</g>
|
|
1934
|
-
<g transform="translate(16988.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="0">
|
|
1935
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="UsePaginationProps" data-compartment="0">
|
|
1936
|
-
<a id="../src/components/Pagination/UsePagination.ts.UsePaginationProps" xlink:href="../src/components/Pagination/UsePagination.ts"><text x="94.0" y="14.1" stroke="none" text-anchor="middle" data-name="UsePaginationProps" data-compartment="0">UsePaginationProps</text></a>
|
|
1937
|
-
|
|
1938
|
-
</g>
|
|
1939
|
-
</g>
|
|
1940
|
-
<g transform="translate(16988.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="1">
|
|
1941
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="UsePaginationProps" data-compartment="1">
|
|
1942
|
-
<text x="0.0" y="14.1" stroke="none" data-name="UsePaginationProps" data-compartment="1">+totalCount: number</text>
|
|
1943
|
-
<text x="0.0" y="30.3" stroke="none" data-name="UsePaginationProps" data-compartment="1">+pageSize: number</text>
|
|
1944
|
-
<text x="0.0" y="46.5" stroke="none" data-name="UsePaginationProps" data-compartment="1">+siblingCount?: number</text>
|
|
1945
|
-
<text x="0.0" y="62.7" stroke="none" data-name="UsePaginationProps" data-compartment="1">+currentPage: number</text>
|
|
1946
|
-
|
|
1947
|
-
</g>
|
|
1948
|
-
</g>
|
|
1949
|
-
<g transform="translate(16988.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="2">
|
|
1950
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="UsePaginationProps" data-compartment="2">
|
|
1951
|
-
|
|
1952
|
-
</g>
|
|
1953
|
-
</g>
|
|
1954
|
-
</g>
|
|
1955
|
-
<g data-name="PanelProps">
|
|
1956
|
-
<g fill="lightblue" stroke="#33322E" data-name="PanelProps">
|
|
1957
|
-
<rect x="6888.8" y="525.0" height="121.0" width="256.0" data-name="PanelProps"></rect>
|
|
1958
|
-
<path d="M6888.8 557.0 L7144.8 557.0" fill="none" data-name="PanelProps"></path>
|
|
1959
|
-
<path d="M6888.8 638.0 L7144.8 638.0" fill="none" data-name="PanelProps"></path>
|
|
1960
|
-
</g>
|
|
1961
|
-
<g transform="translate(6888.75, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="0">
|
|
1962
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PanelProps" data-compartment="0">
|
|
1963
|
-
<a id="../src/components/Panel/Panel.types.ts.PanelProps" xlink:href="../src/components/Panel/Panel.types.ts"><text x="120.0" y="14.1" stroke="none" text-anchor="middle" data-name="PanelProps" data-compartment="0">PanelProps</text></a>
|
|
1964
|
-
|
|
1965
|
-
</g>
|
|
1966
|
-
</g>
|
|
1967
|
-
<g transform="translate(6888.75, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="1">
|
|
1968
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PanelProps" data-compartment="1">
|
|
1969
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PanelProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
1970
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PanelProps" data-compartment="1">+className?: string</text>
|
|
1971
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PanelProps" data-compartment="1">+titleChildren: ReactNode</text>
|
|
1972
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PanelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1973
|
-
|
|
1974
|
-
</g>
|
|
1975
|
-
</g>
|
|
1976
|
-
<g transform="translate(6888.75, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="2">
|
|
1977
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PanelProps" data-compartment="2">
|
|
1978
|
-
|
|
1979
|
-
</g>
|
|
1980
|
-
</g>
|
|
1981
|
-
</g>
|
|
1982
|
-
<g data-name="PasswordInputLabelProps">
|
|
1983
|
-
<g fill="lightblue" stroke="#33322E" data-name="PasswordInputLabelProps">
|
|
1984
|
-
<rect x="17232.5" y="145.5" height="105.0" width="230.0" data-name="PasswordInputLabelProps"></rect>
|
|
1985
|
-
<path d="M17232.5 177.5 L17462.5 177.5" fill="none" data-name="PasswordInputLabelProps"></path>
|
|
1986
|
-
<path d="M17232.5 242.5 L17462.5 242.5" fill="none" data-name="PasswordInputLabelProps"></path>
|
|
1987
|
-
</g>
|
|
1988
|
-
<g transform="translate(17232.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputLabelProps" data-compartment="0">
|
|
1989
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PasswordInputLabelProps" data-compartment="0">
|
|
1990
|
-
<a id="../src/components/PasswordInput/PasswordInput.types.ts.PasswordInputLabelProps" xlink:href="../src/components/PasswordInput/PasswordInput.types.ts"><text x="107.0" y="14.1" stroke="none" text-anchor="middle" data-name="PasswordInputLabelProps" data-compartment="0">PasswordInputLabelProps</text></a>
|
|
1991
|
-
|
|
1992
|
-
</g>
|
|
1993
|
-
</g>
|
|
1994
|
-
<g transform="translate(17232.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputLabelProps" data-compartment="1">
|
|
1995
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PasswordInputLabelProps" data-compartment="1">
|
|
1996
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PasswordInputLabelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1997
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PasswordInputLabelProps" data-compartment="1">+className?: string</text>
|
|
1998
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PasswordInputLabelProps" data-compartment="1">+isPageHeading?: boolean</text>
|
|
1999
|
-
|
|
2000
|
-
</g>
|
|
2001
|
-
</g>
|
|
2002
|
-
<g transform="translate(17232.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputLabelProps" data-compartment="2">
|
|
2003
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PasswordInputLabelProps" data-compartment="2">
|
|
2004
|
-
|
|
2005
|
-
</g>
|
|
2006
|
-
</g>
|
|
2007
|
-
</g>
|
|
2008
|
-
<g data-name="PasswordInputProps">
|
|
2009
|
-
<g fill="lightblue" stroke="#33322E" data-name="PasswordInputProps">
|
|
2010
|
-
<rect x="17502.5" y="0.0" height="396.0" width="375.0" data-name="PasswordInputProps"></rect>
|
|
2011
|
-
<path d="M17502.5 32.0 L17877.5 32.0" fill="none" data-name="PasswordInputProps"></path>
|
|
2012
|
-
<path d="M17502.5 388.0 L17877.5 388.0" fill="none" data-name="PasswordInputProps"></path>
|
|
2013
|
-
</g>
|
|
2014
|
-
<g transform="translate(17502.5, 0)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputProps" data-compartment="0">
|
|
2015
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PasswordInputProps" data-compartment="0">
|
|
2016
|
-
<a id="../src/components/PasswordInput/PasswordInput.types.ts.PasswordInputProps" xlink:href="../src/components/PasswordInput/PasswordInput.types.ts"><text x="179.5" y="14.1" stroke="none" text-anchor="middle" data-name="PasswordInputProps" data-compartment="0">PasswordInputProps</text></a>
|
|
2017
|
-
|
|
2018
|
-
</g>
|
|
2019
|
-
</g>
|
|
2020
|
-
<g transform="translate(17502.5, 32)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputProps" data-compartment="1">
|
|
2021
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PasswordInputProps" data-compartment="1">
|
|
2022
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">+className?: string</text>
|
|
2023
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PasswordInputProps" data-compartment="1">+aria-describedby?: string</text>
|
|
2024
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PasswordInputProps" data-compartment="1">+errorMessage?: { [key: string]: unknown</text>
|
|
2025
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PasswordInputProps" data-compartment="1">children?: ReactNode</text>
|
|
2026
|
-
<text x="0.0" y="78.9" stroke="none" data-name="PasswordInputProps" data-compartment="1">}</text>
|
|
2027
|
-
<text x="0.0" y="95.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
2028
|
-
<text x="0.0" y="111.3" stroke="none" data-name="PasswordInputProps" data-compartment="1">className?: string</text>
|
|
2029
|
-
<text x="0.0" y="127.5" stroke="none" data-name="PasswordInputProps" data-compartment="1">}</text>
|
|
2030
|
-
<text x="0.0" y="143.7" stroke="none" data-name="PasswordInputProps" data-compartment="1">+hint?: { [key: string]: unknown</text>
|
|
2031
|
-
<text x="0.0" y="159.9" stroke="none" data-name="PasswordInputProps" data-compartment="1">children?: ReactNode</text>
|
|
2032
|
-
<text x="0.0" y="176.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">}</text>
|
|
2033
|
-
<text x="0.0" y="192.3" stroke="none" data-name="PasswordInputProps" data-compartment="1">+label?: PasswordInputLabelProps</text>
|
|
2034
|
-
<text x="0.0" y="208.5" stroke="none" data-name="PasswordInputProps" data-compartment="1">+name?: string</text>
|
|
2035
|
-
<text x="0.0" y="224.7" stroke="none" data-name="PasswordInputProps" data-compartment="1">+id?: string</text>
|
|
2036
|
-
<text x="0.0" y="240.9" stroke="none" data-name="PasswordInputProps" data-compartment="1">+autoComplete?: string</text>
|
|
2037
|
-
<text x="0.0" y="257.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">+showPasswordText?: string</text>
|
|
2038
|
-
<text x="0.0" y="273.3" stroke="none" data-name="PasswordInputProps" data-compartment="1">+hidePasswordText?: string</text>
|
|
2039
|
-
<text x="0.0" y="289.5" stroke="none" data-name="PasswordInputProps" data-compartment="1">+showPasswordAriaLabelText?: string</text>
|
|
2040
|
-
<text x="0.0" y="305.7" stroke="none" data-name="PasswordInputProps" data-compartment="1">+hidePasswordAriaLabelText?: string</text>
|
|
2041
|
-
<text x="0.0" y="321.9" stroke="none" data-name="PasswordInputProps" data-compartment="1">+passwordShownAnnouncementText?: string</text>
|
|
2042
|
-
<text x="0.0" y="338.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">+passwordHiddenAnnouncementText?: string</text>
|
|
2043
|
-
|
|
2044
|
-
</g>
|
|
2045
|
-
</g>
|
|
2046
|
-
<g transform="translate(17502.5, 388)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PasswordInputProps" data-compartment="2">
|
|
2047
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PasswordInputProps" data-compartment="2">
|
|
2048
|
-
|
|
2049
|
-
</g>
|
|
2050
|
-
</g>
|
|
2051
|
-
</g>
|
|
2052
|
-
<g data-name="PDFJsProps">
|
|
2053
|
-
<g fill="lightblue" stroke="#33322E" data-name="PDFJsProps">
|
|
2054
|
-
<rect x="17917.5" y="113.5" height="169.0" width="504.0" data-name="PDFJsProps"></rect>
|
|
2055
|
-
<path d="M17917.5 145.5 L18421.5 145.5" fill="none" data-name="PDFJsProps"></path>
|
|
2056
|
-
<path d="M17917.5 274.5 L18421.5 274.5" fill="none" data-name="PDFJsProps"></path>
|
|
2057
|
-
</g>
|
|
2058
|
-
<g transform="translate(17917.5, 113.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="0">
|
|
2059
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFJsProps" data-compartment="0">
|
|
2060
|
-
<a id="../src/components/PDFViewer/PDFViewer.types.ts.PDFJsProps" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="244.0" y="14.1" stroke="none" text-anchor="middle" data-name="PDFJsProps" data-compartment="0">PDFJsProps</text></a>
|
|
2061
|
-
|
|
2062
|
-
</g>
|
|
2063
|
-
</g>
|
|
2064
|
-
<g transform="translate(17917.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="1">
|
|
2065
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFJsProps" data-compartment="1">
|
|
2066
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PDFJsProps" data-compartment="1">+iframeId: string</text>
|
|
2067
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PDFJsProps" data-compartment="1">+source: string</text>
|
|
2068
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PDFJsProps" data-compartment="1">+viewerLocation: string</text>
|
|
2069
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PDFJsProps" data-compartment="1">+documentName?: string</text>
|
|
2070
|
-
<text x="0.0" y="78.9" stroke="none" data-name="PDFJsProps" data-compartment="1">+documentNameColour?: string</text>
|
|
2071
|
-
<text x="0.0" y="95.1" stroke="none" data-name="PDFJsProps" data-compartment="1">+element: HTMLElement</text>
|
|
2072
|
-
<text x="0.0" y="111.3" stroke="none" data-name="PDFJsProps" data-compartment="1">+toolbar?: "full" | "fullHidePrint" | "minimal" | "minimalHidePrint"</text>
|
|
2073
|
-
|
|
2074
|
-
</g>
|
|
2075
|
-
</g>
|
|
2076
|
-
<g transform="translate(17917.5, 274.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="2">
|
|
2077
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFJsProps" data-compartment="2">
|
|
2078
|
-
|
|
2079
|
-
</g>
|
|
2080
|
-
</g>
|
|
2081
|
-
</g>
|
|
2082
|
-
<g data-name="PDFViewerProps">
|
|
2083
|
-
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerProps">
|
|
2084
|
-
<rect x="18461.5" y="105.0" height="186.0" width="596.0" data-name="PDFViewerProps"></rect>
|
|
2085
|
-
<path d="M18461.5 137.0 L19057.5 137.0" fill="none" data-name="PDFViewerProps"></path>
|
|
2086
|
-
<path d="M18461.5 283.0 L19057.5 283.0" fill="none" data-name="PDFViewerProps"></path>
|
|
2087
|
-
</g>
|
|
2088
|
-
<g transform="translate(18461.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="0">
|
|
2089
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerProps" data-compartment="0">
|
|
2090
|
-
<a id="../src/components/PDFViewer/PDFViewer.types.ts.PDFViewerProps" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="290.0" y="14.1" stroke="none" text-anchor="middle" data-name="PDFViewerProps" data-compartment="0">PDFViewerProps</text></a>
|
|
2091
|
-
|
|
2092
|
-
</g>
|
|
2093
|
-
</g>
|
|
2094
|
-
<g transform="translate(18461.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="1">
|
|
2095
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerProps" data-compartment="1">
|
|
2096
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerProps" data-compartment="1">+iframeId: string</text>
|
|
2097
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerProps" data-compartment="1">+src: string</text>
|
|
2098
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PDFViewerProps" data-compartment="1">+viewerLocation: string</text>
|
|
2099
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PDFViewerProps" data-compartment="1">+documentName?: string</text>
|
|
2100
|
-
<text x="0.0" y="78.9" stroke="none" data-name="PDFViewerProps" data-compartment="1">+documentNameColour?: string</text>
|
|
2101
|
-
<text x="0.0" y="95.1" stroke="none" data-name="PDFViewerProps" data-compartment="1">+toolbar?: "full" | "fullHidePrint" | "minimal" | "minimalHidePrint"</text>
|
|
2102
|
-
<text x="0.0" y="111.3" stroke="none" data-name="PDFViewerProps" data-compartment="1">+backend: (jsProps: PDFJsProps) => void</text>
|
|
2103
|
-
<text x="0.0" y="127.5" stroke="none" data-name="PDFViewerProps" data-compartment="1">+additionalBackendAttributes?: Record<string, string | number | boolean></text>
|
|
2104
|
-
|
|
2105
|
-
</g>
|
|
2106
|
-
</g>
|
|
2107
|
-
<g transform="translate(18461.5, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="2">
|
|
2108
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerProps" data-compartment="2">
|
|
2109
|
-
|
|
2110
|
-
</g>
|
|
2111
|
-
</g>
|
|
2112
|
-
</g>
|
|
2113
|
-
<g data-name="SourceDeterminer">
|
|
2114
|
-
<g fill="lightblue" stroke="#33322E" data-name="SourceDeterminer">
|
|
2115
|
-
<rect x="19097.5" y="154.0" height="88.0" width="229.0" data-name="SourceDeterminer"></rect>
|
|
2116
|
-
<path d="M19097.5 186.0 L19326.5 186.0" fill="none" data-name="SourceDeterminer"></path>
|
|
2117
|
-
<path d="M19097.5 234.0 L19326.5 234.0" fill="none" data-name="SourceDeterminer"></path>
|
|
2118
|
-
</g>
|
|
2119
|
-
<g transform="translate(19097.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="0">
|
|
2120
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SourceDeterminer" data-compartment="0">
|
|
2121
|
-
<a id="../src/components/PDFViewer/PDFViewer.types.ts.SourceDeterminer" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="106.5" y="14.1" stroke="none" text-anchor="middle" data-name="SourceDeterminer" data-compartment="0">SourceDeterminer</text></a>
|
|
2122
|
-
|
|
2123
|
-
</g>
|
|
2124
|
-
</g>
|
|
2125
|
-
<g transform="translate(19097.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="1">
|
|
2126
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SourceDeterminer" data-compartment="1">
|
|
2127
|
-
<text x="0.0" y="14.1" stroke="none" data-name="SourceDeterminer" data-compartment="1">+isBase64Source: boolean</text>
|
|
2128
|
-
<text x="0.0" y="30.3" stroke="none" data-name="SourceDeterminer" data-compartment="1">+source: string</text>
|
|
2129
|
-
|
|
2130
|
-
</g>
|
|
2131
|
-
</g>
|
|
2132
|
-
<g transform="translate(19097.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="2">
|
|
2133
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="SourceDeterminer" data-compartment="2">
|
|
2134
|
-
|
|
2135
|
-
</g>
|
|
2136
|
-
</g>
|
|
2137
|
-
</g>
|
|
2138
|
-
<g data-name="PDFViewerCanvasProps">
|
|
2139
|
-
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerCanvasProps">
|
|
2140
|
-
<rect x="19366.5" y="89.0" height="218.0" width="273.0" data-name="PDFViewerCanvasProps"></rect>
|
|
2141
|
-
<path d="M19366.5 121.0 L19639.5 121.0" fill="none" data-name="PDFViewerCanvasProps"></path>
|
|
2142
|
-
<path d="M19366.5 299.0 L19639.5 299.0" fill="none" data-name="PDFViewerCanvasProps"></path>
|
|
2143
|
-
</g>
|
|
2144
|
-
<g transform="translate(19366.5, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="0">
|
|
2145
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerCanvasProps" data-compartment="0">
|
|
2146
|
-
<a id="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts.PDFViewerCanvasProps" xlink:href="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts"><text x="128.5" y="14.1" stroke="none" text-anchor="middle" data-name="PDFViewerCanvasProps" data-compartment="0">PDFViewerCanvasProps</text></a>
|
|
2147
|
-
|
|
2148
|
-
</g>
|
|
2149
|
-
</g>
|
|
2150
|
-
<g transform="translate(19366.5, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="1">
|
|
2151
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerCanvasProps" data-compartment="1">
|
|
2152
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+src: string</text>
|
|
2153
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+className?: string</text>
|
|
2154
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+documentName?: string</text>
|
|
2155
|
-
<text x="0.0" y="62.7" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+pageNumber?: number</text>
|
|
2156
|
-
<text x="0.0" y="78.9" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+showNavigation?: boolean</text>
|
|
2157
|
-
<text x="0.0" y="95.1" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+buttonColour?: string</text>
|
|
2158
|
-
<text x="0.0" y="111.3" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+buttonTextColour?: string</text>
|
|
2159
|
-
<text x="0.0" y="127.5" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+buttonShadowColour?: string</text>
|
|
2160
|
-
<text x="0.0" y="143.7" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+buttonHoverColour?: string</text>
|
|
2161
|
-
<text x="0.0" y="159.9" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+buttonHoverTextColour?: string</text>
|
|
2162
|
-
|
|
2163
|
-
</g>
|
|
2164
|
-
</g>
|
|
2165
|
-
<g transform="translate(19366.5, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="2">
|
|
2166
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerCanvasProps" data-compartment="2">
|
|
2167
|
-
|
|
2168
|
-
</g>
|
|
2169
|
-
</g>
|
|
2170
|
-
</g>
|
|
2171
|
-
<g data-name="PhaseBannerProps">
|
|
2172
|
-
<g fill="lightblue" stroke="#33322E" data-name="PhaseBannerProps">
|
|
2173
|
-
<rect x="19679.5" y="145.5" height="105.0" width="187.0" data-name="PhaseBannerProps"></rect>
|
|
2174
|
-
<path d="M19679.5 177.5 L19866.5 177.5" fill="none" data-name="PhaseBannerProps"></path>
|
|
2175
|
-
<path d="M19679.5 242.5 L19866.5 242.5" fill="none" data-name="PhaseBannerProps"></path>
|
|
2176
|
-
</g>
|
|
2177
|
-
<g transform="translate(19679.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="0">
|
|
2178
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PhaseBannerProps" data-compartment="0">
|
|
2179
|
-
<a id="../src/components/PhaseBanner/PhaseBanner.types.ts.PhaseBannerProps" xlink:href="../src/components/PhaseBanner/PhaseBanner.types.ts"><text x="85.5" y="14.1" stroke="none" text-anchor="middle" data-name="PhaseBannerProps" data-compartment="0">PhaseBannerProps</text></a>
|
|
2180
|
-
|
|
2181
|
-
</g>
|
|
2182
|
-
</g>
|
|
2183
|
-
<g transform="translate(19679.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="1">
|
|
2184
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PhaseBannerProps" data-compartment="1">
|
|
2185
|
-
<text x="0.0" y="14.1" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+className?: string</text>
|
|
2186
|
-
<text x="0.0" y="30.3" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+tag?: TagProps</text>
|
|
2187
|
-
<text x="0.0" y="46.5" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+children: ReactNode</text>
|
|
2188
|
-
|
|
2189
|
-
</g>
|
|
2190
|
-
</g>
|
|
2191
|
-
<g transform="translate(19679.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="2">
|
|
2192
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="PhaseBannerProps" data-compartment="2">
|
|
2193
|
-
|
|
2194
|
-
</g>
|
|
2195
|
-
</g>
|
|
2196
|
-
</g>
|
|
2197
|
-
<g data-name="ProblemWithServiceProps">
|
|
2198
|
-
<g fill="lightblue" stroke="#33322E" data-name="ProblemWithServiceProps">
|
|
2199
|
-
<rect x="19906.5" y="129.5" height="137.0" width="223.0" data-name="ProblemWithServiceProps"></rect>
|
|
2200
|
-
<path d="M19906.5 161.5 L20129.5 161.5" fill="none" data-name="ProblemWithServiceProps"></path>
|
|
2201
|
-
<path d="M19906.5 258.5 L20129.5 258.5" fill="none" data-name="ProblemWithServiceProps"></path>
|
|
2202
|
-
</g>
|
|
2203
|
-
<g transform="translate(19906.5, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="0">
|
|
2204
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ProblemWithServiceProps" data-compartment="0">
|
|
2205
|
-
<a id="../src/components/ProblemWithService/ProblemWithService.types.ts.ProblemWithServiceProps" xlink:href="../src/components/ProblemWithService/ProblemWithService.types.ts"><text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="ProblemWithServiceProps" data-compartment="0">ProblemWithServiceProps</text></a>
|
|
2206
|
-
|
|
2207
|
-
</g>
|
|
2208
|
-
</g>
|
|
2209
|
-
<g transform="translate(19906.5, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="1">
|
|
2210
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ProblemWithServiceProps" data-compartment="1">
|
|
2211
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+message?: string</text>
|
|
2212
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+applicationName?: string</text>
|
|
2213
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+applicationRoute?: string</text>
|
|
2214
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+reportingLink?: string</text>
|
|
2215
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+basePageName?: string</text>
|
|
2216
|
-
|
|
2217
|
-
</g>
|
|
2218
|
-
</g>
|
|
2219
|
-
<g transform="translate(19906.5, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="2">
|
|
2220
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ProblemWithServiceProps" data-compartment="2">
|
|
2221
|
-
|
|
2222
|
-
</g>
|
|
2223
|
-
</g>
|
|
2224
|
-
</g>
|
|
2225
|
-
<g data-name="RadiosProps">
|
|
2226
|
-
<g fill="lightblue" stroke="#33322E" data-name="RadiosProps">
|
|
2227
|
-
<rect x="20169.5" y="145.5" height="105.0" width="197.0" data-name="RadiosProps"></rect>
|
|
2228
|
-
<path d="M20169.5 177.5 L20366.5 177.5" fill="none" data-name="RadiosProps"></path>
|
|
2229
|
-
<path d="M20169.5 242.5 L20366.5 242.5" fill="none" data-name="RadiosProps"></path>
|
|
2230
|
-
</g>
|
|
2231
|
-
<g transform="translate(20169.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="0">
|
|
2232
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="RadiosProps" data-compartment="0">
|
|
2233
|
-
<a id="../src/components/Radios/Radios.types.ts.RadiosProps" xlink:href="../src/components/Radios/Radios.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="RadiosProps" data-compartment="0">RadiosProps</text></a>
|
|
2234
|
-
|
|
2235
|
-
</g>
|
|
2236
|
-
</g>
|
|
2237
|
-
<g transform="translate(20169.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="1">
|
|
2238
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="RadiosProps" data-compartment="1">
|
|
2239
|
-
<text x="0.0" y="14.1" stroke="none" data-name="RadiosProps" data-compartment="1">+value?: string</text>
|
|
2240
|
-
<text x="0.0" y="30.3" stroke="none" data-name="RadiosProps" data-compartment="1">+defaultValue?: string</text>
|
|
2241
|
-
<text x="0.0" y="46.5" stroke="none" data-name="RadiosProps" data-compartment="1">+items?: BooleanItem[]</text>
|
|
2242
|
-
|
|
2243
|
-
</g>
|
|
2244
|
-
</g>
|
|
2245
|
-
<g transform="translate(20169.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="2">
|
|
2246
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="RadiosProps" data-compartment="2">
|
|
2247
|
-
|
|
2248
|
-
</g>
|
|
2249
|
-
</g>
|
|
2250
|
-
</g>
|
|
2251
|
-
<g data-name="Option">
|
|
2252
|
-
<g fill="lightblue" stroke="#33322E" data-name="Option">
|
|
2253
|
-
<rect x="20406.5" y="154.0" height="88.0" width="263.0" data-name="Option"></rect>
|
|
2254
|
-
<path d="M20406.5 186.0 L20669.5 186.0" fill="none" data-name="Option"></path>
|
|
2255
|
-
<path d="M20406.5 234.0 L20669.5 234.0" fill="none" data-name="Option"></path>
|
|
2256
|
-
</g>
|
|
2257
|
-
<g transform="translate(20406.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="0">
|
|
2258
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Option" data-compartment="0">
|
|
2259
|
-
<a id="../src/components/Select/Select.types.ts.Option" xlink:href="../src/components/Select/Select.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="Option" data-compartment="0">Option</text></a>
|
|
2260
|
-
|
|
2261
|
-
</g>
|
|
2262
|
-
</g>
|
|
2263
|
-
<g transform="translate(20406.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="1">
|
|
2264
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Option" data-compartment="1">
|
|
2265
|
-
<text x="0.0" y="14.1" stroke="none" data-name="Option" data-compartment="1">+reactListKey?: string | number</text>
|
|
2266
|
-
<text x="0.0" y="30.3" stroke="none" data-name="Option" data-compartment="1">+children: ReactNode</text>
|
|
2267
|
-
|
|
2268
|
-
</g>
|
|
2269
|
-
</g>
|
|
2270
|
-
<g transform="translate(20406.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="2">
|
|
2271
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="Option" data-compartment="2">
|
|
2272
|
-
|
|
2273
|
-
</g>
|
|
2274
|
-
</g>
|
|
2275
|
-
</g>
|
|
2276
|
-
<g data-name="SelectProps">
|
|
2277
|
-
<g fill="lightblue" stroke="#33322E" data-name="SelectProps">
|
|
2278
|
-
<rect x="20709.5" y="89.0" height="218.0" width="314.0" data-name="SelectProps"></rect>
|
|
2279
|
-
<path d="M20709.5 121.0 L21023.5 121.0" fill="none" data-name="SelectProps"></path>
|
|
2280
|
-
<path d="M20709.5 299.0 L21023.5 299.0" fill="none" data-name="SelectProps"></path>
|
|
2281
|
-
</g>
|
|
2282
|
-
<g transform="translate(20709.5, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="0">
|
|
2283
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SelectProps" data-compartment="0">
|
|
2284
|
-
<a id="../src/components/Select/Select.types.ts.SelectProps" xlink:href="../src/components/Select/Select.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="SelectProps" data-compartment="0">SelectProps</text></a>
|
|
2285
|
-
|
|
2286
|
-
</g>
|
|
2287
|
-
</g>
|
|
2288
|
-
<g transform="translate(20709.5, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="1">
|
|
2289
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SelectProps" data-compartment="1">
|
|
2290
|
-
<text x="0.0" y="14.1" stroke="none" data-name="SelectProps" data-compartment="1">+className?: string</text>
|
|
2291
|
-
<text x="0.0" y="30.3" stroke="none" data-name="SelectProps" data-compartment="1">+aria-describedby?: string</text>
|
|
2292
|
-
<text x="0.0" y="46.5" stroke="none" data-name="SelectProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
2293
|
-
<text x="0.0" y="62.7" stroke="none" data-name="SelectProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
2294
|
-
<text x="0.0" y="78.9" stroke="none" data-name="SelectProps" data-compartment="1">className?: string</text>
|
|
2295
|
-
<text x="0.0" y="95.1" stroke="none" data-name="SelectProps" data-compartment="1">}</text>
|
|
2296
|
-
<text x="0.0" y="111.3" stroke="none" data-name="SelectProps" data-compartment="1">+hint?: HintProps</text>
|
|
2297
|
-
<text x="0.0" y="127.5" stroke="none" data-name="SelectProps" data-compartment="1">+id?: string</text>
|
|
2298
|
-
<text x="0.0" y="143.7" stroke="none" data-name="SelectProps" data-compartment="1">+items?: Option[]</text>
|
|
2299
|
-
<text x="0.0" y="159.9" stroke="none" data-name="SelectProps" data-compartment="1">+label: LabelProps</text>
|
|
2300
|
-
|
|
2301
|
-
</g>
|
|
2302
|
-
</g>
|
|
2303
|
-
<g transform="translate(20709.5, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="2">
|
|
2304
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="SelectProps" data-compartment="2">
|
|
2305
|
-
|
|
2306
|
-
</g>
|
|
2307
|
-
</g>
|
|
2308
|
-
</g>
|
|
2309
|
-
<g data-name="ServiceNavigationProps">
|
|
2310
|
-
<g fill="lightblue" stroke="#33322E" data-name="ServiceNavigationProps">
|
|
2311
|
-
<rect x="21063.5" y="97.0" height="202.0" width="262.0" data-name="ServiceNavigationProps"></rect>
|
|
2312
|
-
<path d="M21063.5 129.0 L21325.5 129.0" fill="none" data-name="ServiceNavigationProps"></path>
|
|
2313
|
-
<path d="M21063.5 291.0 L21325.5 291.0" fill="none" data-name="ServiceNavigationProps"></path>
|
|
2314
|
-
</g>
|
|
2315
|
-
<g transform="translate(21063.5, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="0">
|
|
2316
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ServiceNavigationProps" data-compartment="0">
|
|
2317
|
-
<a id="../src/components/ServiceNavigation/ServiceNavigation.types.ts.ServiceNavigationProps" xlink:href="../src/components/ServiceNavigation/ServiceNavigation.types.ts"><text x="123.0" y="14.1" stroke="none" text-anchor="middle" data-name="ServiceNavigationProps" data-compartment="0">ServiceNavigationProps</text></a>
|
|
2318
|
-
|
|
2319
|
-
</g>
|
|
2320
|
-
</g>
|
|
2321
|
-
<g transform="translate(21063.5, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="1">
|
|
2322
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ServiceNavigationProps" data-compartment="1">
|
|
2323
|
-
<text x="0.0" y="14.1" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+className?: string</text>
|
|
2324
|
-
<text x="0.0" y="30.3" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+containerClassName?: string</text>
|
|
2325
|
-
<text x="0.0" y="46.5" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+menuButtonLabel?: string</text>
|
|
2326
|
-
<text x="0.0" y="62.7" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
2327
|
-
<text x="0.0" y="78.9" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigationClassName?: string</text>
|
|
2328
|
-
<text x="0.0" y="95.1" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigationLabel?: string</text>
|
|
2329
|
-
<text x="0.0" y="111.3" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceName?: string</text>
|
|
2330
|
-
<text x="0.0" y="127.5" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceUrlHref?: string</text>
|
|
2331
|
-
<text x="0.0" y="143.7" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceUrlTo?: To</text>
|
|
2332
|
-
|
|
2333
|
-
</g>
|
|
2334
|
-
</g>
|
|
2335
|
-
<g transform="translate(21063.5, 291)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="2">
|
|
2336
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="ServiceNavigationProps" data-compartment="2">
|
|
2337
|
-
|
|
2338
|
-
</g>
|
|
2339
|
-
</g>
|
|
2340
|
-
</g>
|
|
2341
|
-
<g data-name="SkipLinkProps">
|
|
2342
|
-
<g fill="lightblue" stroke="#33322E" data-name="SkipLinkProps">
|
|
2343
|
-
<rect x="21365.5" y="145.5" height="105.0" width="197.0" data-name="SkipLinkProps"></rect>
|
|
2344
|
-
<path d="M21365.5 177.5 L21562.5 177.5" fill="none" data-name="SkipLinkProps"></path>
|
|
2345
|
-
<path d="M21365.5 242.5 L21562.5 242.5" fill="none" data-name="SkipLinkProps"></path>
|
|
2346
|
-
</g>
|
|
2347
|
-
<g transform="translate(21365.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="0">
|
|
2348
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SkipLinkProps" data-compartment="0">
|
|
2349
|
-
<a id="../src/components/SkipLink/SkipLink.types.ts.SkipLinkProps" xlink:href="../src/components/SkipLink/SkipLink.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="SkipLinkProps" data-compartment="0">SkipLinkProps</text></a>
|
|
2350
|
-
|
|
2351
|
-
</g>
|
|
2352
|
-
</g>
|
|
2353
|
-
<g transform="translate(21365.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="1">
|
|
2354
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SkipLinkProps" data-compartment="1">
|
|
2355
|
-
<text x="0.0" y="14.1" stroke="none" data-name="SkipLinkProps" data-compartment="1">+href: string</text>
|
|
2356
|
-
<text x="0.0" y="30.3" stroke="none" data-name="SkipLinkProps" data-compartment="1">+className: string</text>
|
|
2357
|
-
<text x="0.0" y="46.5" stroke="none" data-name="SkipLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
2358
|
-
|
|
2359
|
-
</g>
|
|
2360
|
-
</g>
|
|
2361
|
-
<g transform="translate(21365.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="2">
|
|
2362
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="SkipLinkProps" data-compartment="2">
|
|
2363
|
-
|
|
2364
|
-
</g>
|
|
2365
|
-
</g>
|
|
2366
|
-
</g>
|
|
2367
|
-
<g data-name="Row">
|
|
2368
|
-
<g fill="lightblue" stroke="#33322E" data-name="Row">
|
|
2369
|
-
<rect x="21602.5" y="81.0" height="234.0" width="251.0" data-name="Row"></rect>
|
|
2370
|
-
<path d="M21602.5 113.0 L21853.5 113.0" fill="none" data-name="Row"></path>
|
|
2371
|
-
<path d="M21602.5 307.0 L21853.5 307.0" fill="none" data-name="Row"></path>
|
|
2372
|
-
</g>
|
|
2373
|
-
<g transform="translate(21602.5, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="0">
|
|
2374
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Row" data-compartment="0">
|
|
2375
|
-
<a id="../src/components/SummaryList/SummaryList.types.ts.Row" xlink:href="../src/components/SummaryList/SummaryList.types.ts"><text x="117.5" y="14.1" stroke="none" text-anchor="middle" data-name="Row" data-compartment="0">Row</text></a>
|
|
2376
|
-
|
|
2377
|
-
</g>
|
|
2378
|
-
</g>
|
|
2379
|
-
<g transform="translate(21602.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="1">
|
|
2380
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Row" data-compartment="1">
|
|
2381
|
-
<text x="0.0" y="14.1" stroke="none" data-name="Row" data-compartment="1">+reactListKey?: string</text>
|
|
2382
|
-
<text x="0.0" y="30.3" stroke="none" data-name="Row" data-compartment="1">+key?: { className?: string</text>
|
|
2383
|
-
<text x="0.0" y="46.5" stroke="none" data-name="Row" data-compartment="1">children: ReactNode</text>
|
|
2384
|
-
<text x="0.0" y="62.7" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2385
|
-
<text x="0.0" y="78.9" stroke="none" data-name="Row" data-compartment="1">+value?: { className?: string</text>
|
|
2386
|
-
<text x="0.0" y="95.1" stroke="none" data-name="Row" data-compartment="1">children: ReactNode</text>
|
|
2387
|
-
<text x="0.0" y="111.3" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2388
|
-
<text x="0.0" y="127.5" stroke="none" data-name="Row" data-compartment="1">+actions?: { items: Action[]</text>
|
|
2389
|
-
<text x="0.0" y="143.7" stroke="none" data-name="Row" data-compartment="1">className?: string</text>
|
|
2390
|
-
<text x="0.0" y="159.9" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2391
|
-
<text x="0.0" y="176.1" stroke="none" data-name="Row" data-compartment="1">+className?: string</text>
|
|
2392
|
-
|
|
2393
|
-
</g>
|
|
2394
|
-
</g>
|
|
2395
|
-
<g transform="translate(21602.5, 307)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="2">
|
|
2396
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="Row" data-compartment="2">
|
|
2397
|
-
|
|
2398
|
-
</g>
|
|
2399
|
-
</g>
|
|
2400
|
-
</g>
|
|
2401
|
-
<g data-name="SummaryListProps">
|
|
2402
|
-
<g fill="lightblue" stroke="#33322E" data-name="SummaryListProps">
|
|
2403
|
-
<rect x="21893.5" y="154.0" height="88.0" width="177.0" data-name="SummaryListProps"></rect>
|
|
2404
|
-
<path d="M21893.5 186.0 L22070.5 186.0" fill="none" data-name="SummaryListProps"></path>
|
|
2405
|
-
<path d="M21893.5 234.0 L22070.5 234.0" fill="none" data-name="SummaryListProps"></path>
|
|
2406
|
-
</g>
|
|
2407
|
-
<g transform="translate(21893.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="0">
|
|
2408
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SummaryListProps" data-compartment="0">
|
|
2409
|
-
<a id="../src/components/SummaryList/SummaryList.types.ts.SummaryListProps" xlink:href="../src/components/SummaryList/SummaryList.types.ts"><text x="80.5" y="14.1" stroke="none" text-anchor="middle" data-name="SummaryListProps" data-compartment="0">SummaryListProps</text></a>
|
|
2410
|
-
|
|
2411
|
-
</g>
|
|
2412
|
-
</g>
|
|
2413
|
-
<g transform="translate(21893.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="1">
|
|
2414
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SummaryListProps" data-compartment="1">
|
|
2415
|
-
<text x="0.0" y="14.1" stroke="none" data-name="SummaryListProps" data-compartment="1">+className?: string</text>
|
|
2416
|
-
<text x="0.0" y="30.3" stroke="none" data-name="SummaryListProps" data-compartment="1">+rows?: Row[]</text>
|
|
2417
|
-
|
|
2418
|
-
</g>
|
|
2419
|
-
</g>
|
|
2420
|
-
<g transform="translate(21893.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="2">
|
|
2421
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="SummaryListProps" data-compartment="2">
|
|
2422
|
-
|
|
2423
|
-
</g>
|
|
2424
|
-
</g>
|
|
2425
|
-
</g>
|
|
2426
|
-
<g data-name="TableItem">
|
|
2427
|
-
<g fill="lightblue" stroke="#33322E" data-name="TableItem">
|
|
2428
|
-
<rect x="22110.5" y="137.5" height="121.0" width="263.0" data-name="TableItem"></rect>
|
|
2429
|
-
<path d="M22110.5 169.5 L22373.5 169.5" fill="none" data-name="TableItem"></path>
|
|
2430
|
-
<path d="M22110.5 250.5 L22373.5 250.5" fill="none" data-name="TableItem"></path>
|
|
2431
|
-
</g>
|
|
2432
|
-
<g transform="translate(22110.5, 137.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="0">
|
|
2433
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableItem" data-compartment="0">
|
|
2434
|
-
<a id="../src/components/Table/Table.types.ts.TableItem" xlink:href="../src/components/Table/Table.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableItem" data-compartment="0">TableItem</text></a>
|
|
2435
|
-
|
|
2436
|
-
</g>
|
|
2437
|
-
</g>
|
|
2438
|
-
<g transform="translate(22110.5, 169.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="1">
|
|
2439
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableItem" data-compartment="1">
|
|
2440
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TableItem" data-compartment="1">+className?: string</text>
|
|
2441
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TableItem" data-compartment="1">+format?: string</text>
|
|
2442
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TableItem" data-compartment="1">+children: ReactNode</text>
|
|
2443
|
-
<text x="0.0" y="62.7" stroke="none" data-name="TableItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
2444
|
-
|
|
2445
|
-
</g>
|
|
2446
|
-
</g>
|
|
2447
|
-
<g transform="translate(22110.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="2">
|
|
2448
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TableItem" data-compartment="2">
|
|
2449
|
-
|
|
2450
|
-
</g>
|
|
2451
|
-
</g>
|
|
2452
|
-
</g>
|
|
2453
|
-
<g data-name="TableRow">
|
|
2454
|
-
<g fill="lightblue" stroke="#33322E" data-name="TableRow">
|
|
2455
|
-
<rect x="22413.5" y="154.0" height="88.0" width="263.0" data-name="TableRow"></rect>
|
|
2456
|
-
<path d="M22413.5 186.0 L22676.5 186.0" fill="none" data-name="TableRow"></path>
|
|
2457
|
-
<path d="M22413.5 234.0 L22676.5 234.0" fill="none" data-name="TableRow"></path>
|
|
2458
|
-
</g>
|
|
2459
|
-
<g transform="translate(22413.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="0">
|
|
2460
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableRow" data-compartment="0">
|
|
2461
|
-
<a id="../src/components/Table/Table.types.ts.TableRow" xlink:href="../src/components/Table/Table.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableRow" data-compartment="0">TableRow</text></a>
|
|
2462
|
-
|
|
2463
|
-
</g>
|
|
2464
|
-
</g>
|
|
2465
|
-
<g transform="translate(22413.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="1">
|
|
2466
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableRow" data-compartment="1">
|
|
2467
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TableRow" data-compartment="1">+cells: TableItem[]</text>
|
|
2468
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TableRow" data-compartment="1">+reactListKey?: string | number</text>
|
|
2469
|
-
|
|
2470
|
-
</g>
|
|
2471
|
-
</g>
|
|
2472
|
-
<g transform="translate(22413.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="2">
|
|
2473
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TableRow" data-compartment="2">
|
|
2474
|
-
|
|
2475
|
-
</g>
|
|
2476
|
-
</g>
|
|
2477
|
-
</g>
|
|
2478
|
-
<g data-name="TableProps">
|
|
2479
|
-
<g fill="lightblue" stroke="#33322E" data-name="TableProps">
|
|
2480
|
-
<rect x="7184.8" y="501.0" height="169.0" width="241.0" data-name="TableProps"></rect>
|
|
2481
|
-
<path d="M7184.8 533.0 L7425.8 533.0" fill="none" data-name="TableProps"></path>
|
|
2482
|
-
<path d="M7184.8 662.0 L7425.8 662.0" fill="none" data-name="TableProps"></path>
|
|
2483
|
-
</g>
|
|
2484
|
-
<g transform="translate(7184.75, 501)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="0">
|
|
2485
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableProps" data-compartment="0">
|
|
2486
|
-
<a id="../src/components/Table/Table.types.ts.TableProps" xlink:href="../src/components/Table/Table.types.ts"><text x="112.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableProps" data-compartment="0">TableProps</text></a>
|
|
2487
|
-
|
|
2488
|
-
</g>
|
|
2489
|
-
</g>
|
|
2490
|
-
<g transform="translate(7184.75, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="1">
|
|
2491
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableProps" data-compartment="1">
|
|
2492
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TableProps" data-compartment="1">+caption?: string</text>
|
|
2493
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TableProps" data-compartment="1">+captionClassName?: string</text>
|
|
2494
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TableProps" data-compartment="1">+firstCellIsHeader?: boolean</text>
|
|
2495
|
-
<text x="0.0" y="62.7" stroke="none" data-name="TableProps" data-compartment="1">+className?: string</text>
|
|
2496
|
-
<text x="0.0" y="78.9" stroke="none" data-name="TableProps" data-compartment="1">+head?: TableItem[]</text>
|
|
2497
|
-
<text x="0.0" y="95.1" stroke="none" data-name="TableProps" data-compartment="1">+rows?: TableRow[]</text>
|
|
2498
|
-
<text x="0.0" y="111.3" stroke="none" data-name="TableProps" data-compartment="1">+footer?: TableItem[]</text>
|
|
2499
|
-
|
|
2500
|
-
</g>
|
|
2501
|
-
</g>
|
|
2502
|
-
<g transform="translate(7184.75, 662)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="2">
|
|
2503
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TableProps" data-compartment="2">
|
|
2504
|
-
|
|
2505
|
-
</g>
|
|
2506
|
-
</g>
|
|
2507
|
-
</g>
|
|
2508
|
-
<g data-name="TabItem">
|
|
2509
|
-
<g fill="lightblue" stroke="#33322E" data-name="TabItem">
|
|
2510
|
-
<rect x="22716.5" y="145.5" height="105.0" width="356.0" data-name="TabItem"></rect>
|
|
2511
|
-
<path d="M22716.5 177.5 L23072.5 177.5" fill="none" data-name="TabItem"></path>
|
|
2512
|
-
<path d="M22716.5 242.5 L23072.5 242.5" fill="none" data-name="TabItem"></path>
|
|
2513
|
-
</g>
|
|
2514
|
-
<g transform="translate(22716.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="0">
|
|
2515
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabItem" data-compartment="0">
|
|
2516
|
-
<a id="../src/components/Tabs/Tabs.types.ts.TabItem" xlink:href="../src/components/Tabs/Tabs.types.ts"><text x="170.0" y="14.1" stroke="none" text-anchor="middle" data-name="TabItem" data-compartment="0">TabItem</text></a>
|
|
2517
|
-
|
|
2518
|
-
</g>
|
|
2519
|
-
</g>
|
|
2520
|
-
<g transform="translate(22716.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="1">
|
|
2521
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabItem" data-compartment="1">
|
|
2522
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TabItem" data-compartment="1">+id?: string</text>
|
|
2523
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TabItem" data-compartment="1">+label: string</text>
|
|
2524
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TabItem" data-compartment="1">+panel: HTMLAttributes<HTMLDivElement></text>
|
|
2525
|
-
|
|
2526
|
-
</g>
|
|
2527
|
-
</g>
|
|
2528
|
-
<g transform="translate(22716.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="2">
|
|
2529
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TabItem" data-compartment="2">
|
|
2530
|
-
|
|
2531
|
-
</g>
|
|
2532
|
-
</g>
|
|
2533
|
-
</g>
|
|
2534
|
-
<g data-name="TabsProps">
|
|
2535
|
-
<g fill="lightblue" stroke="#33322E" data-name="TabsProps">
|
|
2536
|
-
<rect x="7465.8" y="517.0" height="137.0" width="177.0" data-name="TabsProps"></rect>
|
|
2537
|
-
<path d="M7465.8 549.0 L7642.8 549.0" fill="none" data-name="TabsProps"></path>
|
|
2538
|
-
<path d="M7465.8 646.0 L7642.8 646.0" fill="none" data-name="TabsProps"></path>
|
|
2539
|
-
</g>
|
|
2540
|
-
<g transform="translate(7465.75, 517)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="0">
|
|
2541
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabsProps" data-compartment="0">
|
|
2542
|
-
<a id="../src/components/Tabs/Tabs.types.ts.TabsProps" xlink:href="../src/components/Tabs/Tabs.types.ts"><text x="80.5" y="14.1" stroke="none" text-anchor="middle" data-name="TabsProps" data-compartment="0">TabsProps</text></a>
|
|
2543
|
-
|
|
2544
|
-
</g>
|
|
2545
|
-
</g>
|
|
2546
|
-
<g transform="translate(7465.75, 549)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="1">
|
|
2547
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabsProps" data-compartment="1">
|
|
2548
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TabsProps" data-compartment="1">+className?: string</text>
|
|
2549
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TabsProps" data-compartment="1">+id: string</text>
|
|
2550
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TabsProps" data-compartment="1">+idPrefix?: string</text>
|
|
2551
|
-
<text x="0.0" y="62.7" stroke="none" data-name="TabsProps" data-compartment="1">+items: TabItem[]</text>
|
|
2552
|
-
<text x="0.0" y="78.9" stroke="none" data-name="TabsProps" data-compartment="1">+title?: string</text>
|
|
2553
|
-
|
|
2554
|
-
</g>
|
|
2555
|
-
</g>
|
|
2556
|
-
<g transform="translate(7465.75, 646)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="2">
|
|
2557
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TabsProps" data-compartment="2">
|
|
2558
|
-
|
|
2559
|
-
</g>
|
|
2560
|
-
</g>
|
|
2561
|
-
</g>
|
|
2562
|
-
<g data-name="TagProps">
|
|
2563
|
-
<g fill="lightblue" stroke="#33322E" data-name="TagProps">
|
|
2564
|
-
<rect x="23112.5" y="154.0" height="88.0" width="197.0" data-name="TagProps"></rect>
|
|
2565
|
-
<path d="M23112.5 186.0 L23309.5 186.0" fill="none" data-name="TagProps"></path>
|
|
2566
|
-
<path d="M23112.5 234.0 L23309.5 234.0" fill="none" data-name="TagProps"></path>
|
|
2567
|
-
</g>
|
|
2568
|
-
<g transform="translate(23112.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="0">
|
|
2569
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TagProps" data-compartment="0">
|
|
2570
|
-
<a id="../src/components/Tag/Tag.types.ts.TagProps" xlink:href="../src/components/Tag/Tag.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="TagProps" data-compartment="0">TagProps</text></a>
|
|
2571
|
-
|
|
2572
|
-
</g>
|
|
2573
|
-
</g>
|
|
2574
|
-
<g transform="translate(23112.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="1">
|
|
2575
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TagProps" data-compartment="1">
|
|
2576
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TagProps" data-compartment="1">+className?: string</text>
|
|
2577
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TagProps" data-compartment="1">+children?: ReactNode</text>
|
|
2578
|
-
|
|
2579
|
-
</g>
|
|
2580
|
-
</g>
|
|
2581
|
-
<g transform="translate(23112.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="2">
|
|
2582
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TagProps" data-compartment="2">
|
|
2583
|
-
|
|
2584
|
-
</g>
|
|
2585
|
-
</g>
|
|
2586
|
-
</g>
|
|
2587
|
-
<g data-name="TaskListItemProps">
|
|
2588
|
-
<g fill="lightblue" stroke="#33322E" data-name="TaskListItemProps">
|
|
2589
|
-
<rect x="23349.5" y="105.0" height="186.0" width="317.0" data-name="TaskListItemProps"></rect>
|
|
2590
|
-
<path d="M23349.5 137.0 L23666.5 137.0" fill="none" data-name="TaskListItemProps"></path>
|
|
2591
|
-
<path d="M23349.5 283.0 L23666.5 283.0" fill="none" data-name="TaskListItemProps"></path>
|
|
2592
|
-
</g>
|
|
2593
|
-
<g transform="translate(23349.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="0">
|
|
2594
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListItemProps" data-compartment="0">
|
|
2595
|
-
<a id="../src/components/TaskList/TaskList.types.ts.TaskListItemProps" xlink:href="../src/components/TaskList/TaskList.types.ts"><text x="150.5" y="14.1" stroke="none" text-anchor="middle" data-name="TaskListItemProps" data-compartment="0">TaskListItemProps</text></a>
|
|
2596
|
-
|
|
2597
|
-
</g>
|
|
2598
|
-
</g>
|
|
2599
|
-
<g transform="translate(23349.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="1">
|
|
2600
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListItemProps" data-compartment="1">
|
|
2601
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TaskListItemProps" data-compartment="1">+title: { children: React.ReactNode</text>
|
|
2602
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2603
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TaskListItemProps" data-compartment="1">+hint: HintProps</text>
|
|
2604
|
-
<text x="0.0" y="62.7" stroke="none" data-name="TaskListItemProps" data-compartment="1">+status: { children?: React.ReactNode</text>
|
|
2605
|
-
<text x="0.0" y="78.9" stroke="none" data-name="TaskListItemProps" data-compartment="1">tag?: { children: React.ReactNode</text>
|
|
2606
|
-
<text x="0.0" y="95.1" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2607
|
-
<text x="0.0" y="111.3" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2608
|
-
<text x="0.0" y="127.5" stroke="none" data-name="TaskListItemProps" data-compartment="1">+href?: string</text>
|
|
2609
|
-
|
|
2610
|
-
</g>
|
|
2611
|
-
</g>
|
|
2612
|
-
<g transform="translate(23349.5, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="2">
|
|
2613
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListItemProps" data-compartment="2">
|
|
2614
|
-
|
|
2615
|
-
</g>
|
|
2616
|
-
</g>
|
|
2617
|
-
</g>
|
|
2618
|
-
<g data-name="TaskListProps">
|
|
2619
|
-
<g fill="lightblue" stroke="#33322E" data-name="TaskListProps">
|
|
2620
|
-
<rect x="23706.5" y="145.5" height="105.0" width="234.0" data-name="TaskListProps"></rect>
|
|
2621
|
-
<path d="M23706.5 177.5 L23940.5 177.5" fill="none" data-name="TaskListProps"></path>
|
|
2622
|
-
<path d="M23706.5 242.5 L23940.5 242.5" fill="none" data-name="TaskListProps"></path>
|
|
2623
|
-
</g>
|
|
2624
|
-
<g transform="translate(23706.5, 145.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="0">
|
|
2625
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListProps" data-compartment="0">
|
|
2626
|
-
<a id="../src/components/TaskList/TaskList.types.ts.TaskListProps" xlink:href="../src/components/TaskList/TaskList.types.ts"><text x="109.0" y="14.1" stroke="none" text-anchor="middle" data-name="TaskListProps" data-compartment="0">TaskListProps</text></a>
|
|
2627
|
-
|
|
2628
|
-
</g>
|
|
2629
|
-
</g>
|
|
2630
|
-
<g transform="translate(23706.5, 177.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="1">
|
|
2631
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListProps" data-compartment="1">
|
|
2632
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TaskListProps" data-compartment="1">+className?: string</text>
|
|
2633
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TaskListProps" data-compartment="1">+idPrefix?: string</text>
|
|
2634
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TaskListProps" data-compartment="1">+items: TaskListItemProps[]</text>
|
|
2635
|
-
|
|
2636
|
-
</g>
|
|
2637
|
-
</g>
|
|
2638
|
-
<g transform="translate(23706.5, 242.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="2">
|
|
2639
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListProps" data-compartment="2">
|
|
2640
|
-
|
|
2641
|
-
</g>
|
|
2642
|
-
</g>
|
|
2643
|
-
</g>
|
|
2644
|
-
<g data-name="TextareaProps">
|
|
2645
|
-
<g fill="lightblue" stroke="#33322E" data-name="TextareaProps">
|
|
2646
|
-
<rect x="23942.0" y="484.5" height="202.0" width="314.0" data-name="TextareaProps"></rect>
|
|
2647
|
-
<path d="M23942.0 516.5 L24256.0 516.5" fill="none" data-name="TextareaProps"></path>
|
|
2648
|
-
<path d="M23942.0 678.5 L24256.0 678.5" fill="none" data-name="TextareaProps"></path>
|
|
2649
|
-
</g>
|
|
2650
|
-
<g transform="translate(23942, 484.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="0">
|
|
2651
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaProps" data-compartment="0">
|
|
2652
|
-
<a id="../src/components/Textarea/Textarea.types.ts.TextareaProps" xlink:href="../src/components/Textarea/Textarea.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="TextareaProps" data-compartment="0">TextareaProps</text></a>
|
|
2653
|
-
|
|
2654
|
-
</g>
|
|
2655
|
-
</g>
|
|
2656
|
-
<g transform="translate(23942, 516.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="1">
|
|
2657
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TextareaProps" data-compartment="1">
|
|
2658
|
-
<text x="0.0" y="14.1" stroke="none" data-name="TextareaProps" data-compartment="1">+className?: string</text>
|
|
2659
|
-
<text x="0.0" y="30.3" stroke="none" data-name="TextareaProps" data-compartment="1">+aria-describedby?: string</text>
|
|
2660
|
-
<text x="0.0" y="46.5" stroke="none" data-name="TextareaProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
2661
|
-
<text x="0.0" y="62.7" stroke="none" data-name="TextareaProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
2662
|
-
<text x="0.0" y="78.9" stroke="none" data-name="TextareaProps" data-compartment="1">className?: string</text>
|
|
2663
|
-
<text x="0.0" y="95.1" stroke="none" data-name="TextareaProps" data-compartment="1">}</text>
|
|
2664
|
-
<text x="0.0" y="111.3" stroke="none" data-name="TextareaProps" data-compartment="1">+hint?: object</text>
|
|
2665
|
-
<text x="0.0" y="127.5" stroke="none" data-name="TextareaProps" data-compartment="1">+label?: object</text>
|
|
2666
|
-
<text x="0.0" y="143.7" stroke="none" data-name="TextareaProps" data-compartment="1">+id?: string</text>
|
|
2667
|
-
|
|
2668
|
-
</g>
|
|
2669
|
-
</g>
|
|
2670
|
-
<g transform="translate(23942, 678.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="2">
|
|
2671
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="TextareaProps" data-compartment="2">
|
|
2672
|
-
|
|
2673
|
-
</g>
|
|
2674
|
-
</g>
|
|
2675
|
-
</g>
|
|
2676
|
-
<g data-name="TextareaHTMLAttributes<T>">
|
|
2677
|
-
<g fill="#eee8d5" stroke="#33322E" data-name="TextareaHTMLAttributes<T>">
|
|
2678
|
-
<rect x="23980.5" y="182.0" height="32.0" width="237.0" data-name="TextareaHTMLAttributes<T>"></rect>
|
|
2679
|
-
</g>
|
|
2680
|
-
<g transform="translate(23980.5, 182)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="TextareaHTMLAttributes<T>" data-compartment="0">
|
|
2681
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaHTMLAttributes<T>" data-compartment="0">
|
|
2682
|
-
<text x="110.5" y="14.1" stroke="none" text-anchor="middle" data-name="TextareaHTMLAttributes<T>" data-compartment="0">TextareaHTMLAttributes<T></text>
|
|
2683
|
-
|
|
2684
|
-
</g>
|
|
2685
|
-
</g>
|
|
2686
|
-
</g>
|
|
2687
|
-
<g data-name="WarningInfoProps">
|
|
2688
|
-
<g fill="lightblue" stroke="#33322E" data-name="WarningInfoProps">
|
|
2689
|
-
<rect x="24257.5" y="121.5" height="153.0" width="228.0" data-name="WarningInfoProps"></rect>
|
|
2690
|
-
<path d="M24257.5 153.5 L24485.5 153.5" fill="none" data-name="WarningInfoProps"></path>
|
|
2691
|
-
<path d="M24257.5 266.5 L24485.5 266.5" fill="none" data-name="WarningInfoProps"></path>
|
|
2692
|
-
</g>
|
|
2693
|
-
<g transform="translate(24257.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="0">
|
|
2694
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningInfoProps" data-compartment="0">
|
|
2695
|
-
<a id="../src/components/WarningInfo/WarningInfo.types.ts.WarningInfoProps" xlink:href="../src/components/WarningInfo/WarningInfo.types.ts"><text x="106.0" y="14.1" stroke="none" text-anchor="middle" data-name="WarningInfoProps" data-compartment="0">WarningInfoProps</text></a>
|
|
2696
|
-
|
|
2697
|
-
</g>
|
|
2698
|
-
</g>
|
|
2699
|
-
<g transform="translate(24257.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="1">
|
|
2700
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningInfoProps" data-compartment="1">
|
|
2701
|
-
<text x="0.0" y="14.1" stroke="none" data-name="WarningInfoProps" data-compartment="1">+messageHeading?: string</text>
|
|
2702
|
-
<text x="0.0" y="30.3" stroke="none" data-name="WarningInfoProps" data-compartment="1">+message?: string</text>
|
|
2703
|
-
<text x="0.0" y="46.5" stroke="none" data-name="WarningInfoProps" data-compartment="1">+advice?: string</text>
|
|
2704
|
-
<text x="0.0" y="62.7" stroke="none" data-name="WarningInfoProps" data-compartment="1">+applicationName?: string</text>
|
|
2705
|
-
<text x="0.0" y="78.9" stroke="none" data-name="WarningInfoProps" data-compartment="1">+applicationRoute?: string</text>
|
|
2706
|
-
<text x="0.0" y="95.1" stroke="none" data-name="WarningInfoProps" data-compartment="1">+basePageName?: string</text>
|
|
2707
|
-
|
|
2708
|
-
</g>
|
|
2709
|
-
</g>
|
|
2710
|
-
<g transform="translate(24257.5, 266.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="2">
|
|
2711
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningInfoProps" data-compartment="2">
|
|
2712
|
-
|
|
2713
|
-
</g>
|
|
2714
|
-
</g>
|
|
2715
|
-
</g>
|
|
2716
|
-
<g data-name="WarningTextProps">
|
|
2717
|
-
<g fill="lightblue" stroke="#33322E" data-name="WarningTextProps">
|
|
2718
|
-
<rect x="24525.5" y="154.0" height="88.0" width="197.0" data-name="WarningTextProps"></rect>
|
|
2719
|
-
<path d="M24525.5 186.0 L24722.5 186.0" fill="none" data-name="WarningTextProps"></path>
|
|
2720
|
-
<path d="M24525.5 234.0 L24722.5 234.0" fill="none" data-name="WarningTextProps"></path>
|
|
2721
|
-
</g>
|
|
2722
|
-
<g transform="translate(24525.5, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="0">
|
|
2723
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningTextProps" data-compartment="0">
|
|
2724
|
-
<a id="../src/components/WarningText/WarningText.types.ts.WarningTextProps" xlink:href="../src/components/WarningText/WarningText.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="WarningTextProps" data-compartment="0">WarningTextProps</text></a>
|
|
2725
|
-
|
|
2726
|
-
</g>
|
|
2727
|
-
</g>
|
|
2728
|
-
<g transform="translate(24525.5, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="1">
|
|
2729
|
-
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningTextProps" data-compartment="1">
|
|
2730
|
-
<text x="0.0" y="14.1" stroke="none" data-name="WarningTextProps" data-compartment="1">+children?: ReactNode</text>
|
|
2731
|
-
<text x="0.0" y="30.3" stroke="none" data-name="WarningTextProps" data-compartment="1">+className?: string</text>
|
|
2732
|
-
|
|
2733
|
-
</g>
|
|
2734
|
-
</g>
|
|
2735
|
-
<g transform="translate(24525.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="2">
|
|
2736
|
-
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningTextProps" data-compartment="2">
|
|
2737
|
-
|
|
2738
|
-
</g>
|
|
2739
|
-
</g>
|
|
2740
|
-
</g>
|
|
2741
|
-
</g>
|
|
2742
|
-
</g>
|
|
2743
|
-
</g>
|
|
2744
|
-
</g>
|
|
2745
|
-
</svg>
|