@hmlr/govuk-react-components-library 1.1.0 → 1.2.0
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 +1 -1
- package/assets/uml-diagram.svg +620 -575
- package/bundle-analysis-main.html +1 -3
- package/bundle-analysis-pdfvc.html +1 -1
- package/dist/PDFViewerCanvas.cjs.js +24 -4
- package/dist/PDFViewerCanvas.cjs.js.map +1 -1
- package/dist/PDFViewerCanvas.d.ts +30 -0
- package/dist/PDFViewerCanvas.esm.js +24 -4
- package/dist/PDFViewerCanvas.esm.js.map +1 -1
- package/dist/index.cjs.css +18 -11
- package/dist/index.cjs.js +114 -80
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +79 -2
- package/dist/index.esm.css +18 -11
- package/dist/index.esm.js +114 -80
- package/dist/index.esm.js.map +1 -1
- package/dist/types/components/CardColumn/CardColumn.types.d.ts +20 -0
- package/dist/types/components/DataNavigation/DataNavigation.types.d.ts +27 -2
- package/dist/types/components/DifferenceNavigation/DifferenceNavigation.types.d.ts +25 -0
- package/dist/types/components/Footer/Footer.types.d.ts +7 -0
- package/dist/types/components/PDFViewerCanvas/PDFViewerCanvas.types.d.ts +30 -0
- package/dist/types/dynamics/types.d.ts +1 -1
- package/package.json +19 -21
package/assets/uml-diagram.svg
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg version="1.1" baseProfile="full" width="
|
|
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
2
|
<desc >#.interface: fill=lightblue
|
|
3
3
|
#.enumeration: fill=lightgreen
|
|
4
4
|
#.type: fill=lightgray
|
|
5
5
|
|
|
6
6
|
[<interface>JsonMap||]
|
|
7
|
-
[<interface>AnnotationsConfig|+parameters?: JsonMap;+args?: JsonMap;+argTypes?: ArgTypes
|
|
7
|
+
[<interface>AnnotationsConfig|+parameters?: JsonMap;+args?: JsonMap;+argTypes?: ArgTypes;+tags?: Tag\[\]|]
|
|
8
8
|
[<interface>MetaConfig|+title?: string|]
|
|
9
9
|
[<interface>StoryConfig|+name?: string|]
|
|
10
10
|
[<interface>DynamicConfig|+baseCsf: string;+storiesCsf?: string;+stories?: () => StoryConfigs \| Promise<StoryConfigs>|]
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
[<interface>BreadcrumbsProps|+items?: BreadcrumbItem\[\];+className?: string;+collapseOnMobile?: boolean|]
|
|
27
27
|
[HTMLAttributes<T>]<:--[BreadcrumbsProps]
|
|
28
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|]
|
|
29
|
+
[<interface>CardColumnProps|+link: string;+header: string;+body: string;+textColor?: string;+hoverColor?: string|]
|
|
30
30
|
[<interface>CardLayoutProps|+cardColumns: CardColumnProps\[\];+numberOfGridColumns?: number|]
|
|
31
31
|
[<interface>CharacterCountProps|+id: string;+className?: string;+maxlength?: number;+threshold?: number;+maxwords?: number;+errorMessage?: ErrorMessageProps;+countMessage?: { className?: string; }|]
|
|
32
32
|
[<interface>CheckboxesProps||]
|
|
33
33
|
[<interface>CookieBannerMessageAction|+className?: string;+href?: string;+to?: string;+children?: React.ReactNode;+type?: "button" \| "submit" \| "reset"|]
|
|
34
34
|
[<interface>CookieBannerMessageItem|+headingChildren?: React.ReactNode;+children?: React.ReactNode;+aria-label?: string;+actions?: CookieBannerMessageAction\[\];+className?: string|]
|
|
35
35
|
[<interface>CookieBannerProps|+className?: string;+messages: CookieBannerMessageItem\[\]|]
|
|
36
|
-
[<interface>DataNavigationProps|+dataId: number;+setDataFocus: (id: number) => void;+previousText
|
|
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
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
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
39
|
[<interface>DetailsProps|+className?: string;+children: ReactNode;+summaryChildren: ReactNode|]
|
|
40
|
-
[<interface>DifferenceNavigationProps|+differenceId: number;+setDifferenceFocus: (id: number) => void;+totalDifferences: number;+keyword?: string;+plural?: string|]
|
|
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
41
|
[ErrorBoundary||+static getDerivedStateFromError(): Partial<ErrorBoundaryState>;+componentDidCatch(): void;+render(): ReactNode]
|
|
42
42
|
[Component<P,S>]<:-[ErrorBoundary]
|
|
43
43
|
[<interface>ErrorBoundaryProps|+children: ReactNode;+message?: string;+applicationName?: string;+basePageName?: string|]
|
|
@@ -56,7 +56,8 @@
|
|
|
56
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
57
|
[<interface>MetaItem|+className?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
58
58
|
[<interface>Meta|+visuallyHiddenTitle?: string;+items?: MetaItem\[\];+children?: ReactNode|]
|
|
59
|
-
[<interface>
|
|
59
|
+
[<interface>ContentLicence|+className?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
60
|
+
[<interface>FooterProps|+className?: string;+containerClassName?: string;+meta?: Meta;+navigation?: NavigationItem\[\];+contentLicence?: ContentLicence|]
|
|
60
61
|
[HTMLAttributes<T>]<:--[FooterProps]
|
|
61
62
|
[<interface>NavigationItem|+active?: boolean;+className?: string;+children?: ReactNode;+href?: string;+to?: To;+reactListKey?: string \| number|]
|
|
62
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|]
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
[<interface>PDFJsProps|+iframeId: string;+source: string;+viewerLocation: string;+documentName?: string;+documentNameColour?: string;+element: HTMLElement;+toolbar?: "full" \| "fullHidePrint" \| "minimal" \| "minimalHidePrint"|]
|
|
85
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>|]
|
|
86
87
|
[<interface>SourceDeterminer|+isBase64Source: boolean;+source: string|]
|
|
87
|
-
[<interface>PDFViewerCanvasProps|+src: string;+className?: string;+documentName?: string;+pageNumber?: number;+showNavigation?: boolean|]
|
|
88
|
+
[<interface>PDFViewerCanvasProps|+src: string;+className?: string;+documentName?: string;+pageNumber?: number;+showNavigation?: boolean;+buttonColour?: string;+buttonTextColour?: string;+buttonShadowColour?: string;+buttonHoverColour?: string;+buttonHoverTextColour?: string|]
|
|
88
89
|
[<interface>PhaseBannerProps|+className?: string;+tag?: TagProps;+children: ReactNode|]
|
|
89
90
|
[<interface>ProblemWithServiceProps|+message?: string;+applicationName?: string;+applicationRoute?: string;+reportingLink?: string;+basePageName?: string|]
|
|
90
91
|
[<interface>RadiosProps|+value?: string;+defaultValue?: string;+items?: BooleanItem\[\]|]
|
|
@@ -112,76 +113,76 @@
|
|
|
112
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">
|
|
113
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">
|
|
114
115
|
<g stroke="transparent" fill="transparent">
|
|
115
|
-
<rect x="0.0" y="0.0" height="791.0" width="
|
|
116
|
+
<rect x="0.0" y="0.0" height="791.0" width="24778.5" stroke="none"></rect>
|
|
116
117
|
</g>
|
|
117
118
|
<g transform="translate(8, 8)" fill="#33322E">
|
|
118
119
|
<g transform="translate(20, 20)" fill="#eee8d5" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal">
|
|
119
120
|
<g stroke-dasharray="6 6">
|
|
120
|
-
<path d="
|
|
121
|
+
<path d="M204.2 271.0 L149 416 L149 549.5 L149.0 549.5 " fill="none"></path>
|
|
121
122
|
</g>
|
|
122
|
-
<path d="
|
|
123
|
+
<path d="M209.2 272.9 L204.2 271.0 L199.2 269.1 L209.0 258.5 Z"></path>
|
|
123
124
|
<g stroke-dasharray="6 6">
|
|
124
|
-
<path d="
|
|
125
|
+
<path d="M349.0 224.7 L1188 416 L1188 549.5 L1188.0 549.5 " fill="none"></path>
|
|
125
126
|
</g>
|
|
126
|
-
<path d="
|
|
127
|
+
<path d="M350.2 219.5 L349.0 224.7 L347.8 229.9 L336.0 221.7 Z"></path>
|
|
127
128
|
<g stroke-dasharray="6 6">
|
|
128
|
-
<path d="
|
|
129
|
+
<path d="M3499.7 207.7 L1423 416 L1423 525 L1423.0 525.0 " fill="none"></path>
|
|
129
130
|
</g>
|
|
130
|
-
<path d="
|
|
131
|
+
<path d="M3500.3 213.0 L3499.7 207.7 L3499.2 202.4 L3513.0 206.4 Z"></path>
|
|
131
132
|
<g stroke-dasharray="6 6">
|
|
132
|
-
<path d="
|
|
133
|
+
<path d="M3499.8 209.2 L1716.5 416 L1716.5 533 L1716.5 533.0 " fill="none"></path>
|
|
133
134
|
</g>
|
|
134
|
-
<path d="
|
|
135
|
-
<path d="
|
|
136
|
-
<path d="
|
|
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>
|
|
137
138
|
<g stroke-dasharray="6 6">
|
|
138
|
-
<path d="
|
|
139
|
+
<path d="M3499.8 211.2 L2001.5 416 L2001.5 533 L2001.5 533.0 " fill="none"></path>
|
|
139
140
|
</g>
|
|
140
|
-
<path d="
|
|
141
|
+
<path d="M3500.5 216.5 L3499.8 211.2 L3499.1 205.9 L3513.0 209.4 Z"></path>
|
|
141
142
|
<g stroke-dasharray="6 6">
|
|
142
|
-
<path d="
|
|
143
|
+
<path d="M3499.9 214.4 L2309 416 L2309 484.5 L2309.0 484.5 " fill="none"></path>
|
|
143
144
|
</g>
|
|
144
|
-
<path d="
|
|
145
|
+
<path d="M3500.7 219.6 L3499.9 214.4 L3499.0 209.1 L3513.0 212.1 Z"></path>
|
|
145
146
|
<g stroke-dasharray="6 6">
|
|
146
|
-
<path d="
|
|
147
|
+
<path d="M3513.3 217.0 L2640.5 416 L2640.5 501 L2640.5 501.0 " fill="none"></path>
|
|
147
148
|
</g>
|
|
148
|
-
<path d="
|
|
149
|
+
<path d="M3514.5 222.2 L3513.3 217.0 L3512.1 211.8 L3526.3 214.0 Z"></path>
|
|
149
150
|
<g stroke-dasharray="6 6">
|
|
150
|
-
<path d="
|
|
151
|
+
<path d="M11739.5 227.3 L11739.5 416 L11739.5 525 L11739.5 525.0 " fill="none"></path>
|
|
151
152
|
</g>
|
|
152
|
-
<path d="
|
|
153
|
+
<path d="M11744.8 227.3 L11739.5 227.3 L11734.2 227.3 L11739.5 214.0 Z"></path>
|
|
153
154
|
<g stroke-dasharray="6 6">
|
|
154
|
-
<path d="
|
|
155
|
+
<path d="M12048.0 227.3 L12048 416 L12048 484.5 L12048.0 484.5 " fill="none"></path>
|
|
155
156
|
</g>
|
|
156
|
-
<path d="
|
|
157
|
+
<path d="M12053.3 227.3 L12048.0 227.3 L12042.7 227.3 L12048.0 214.0 Z"></path>
|
|
157
158
|
<g stroke-dasharray="6 6">
|
|
158
|
-
<path d="
|
|
159
|
+
<path d="M3693.3 205.6 L6374.25 416 L6374.25 517 L6374.3 517.0 " fill="none"></path>
|
|
159
160
|
</g>
|
|
160
|
-
<path d="
|
|
161
|
+
<path d="M3693.7 200.3 L3693.3 205.6 L3692.9 210.9 L3680.0 204.6 Z"></path>
|
|
161
162
|
<g stroke-dasharray="6 6">
|
|
162
|
-
<path d="
|
|
163
|
+
<path d="M3693.3 204.8 L6704.25 416 L6704.25 436 L6704.3 436.0 " fill="none"></path>
|
|
163
164
|
</g>
|
|
164
|
-
<path d="
|
|
165
|
+
<path d="M3693.7 199.5 L3693.3 204.8 L3692.9 210.1 L3680.0 203.9 Z"></path>
|
|
165
166
|
<g stroke-dasharray="6 6">
|
|
166
|
-
<path d="
|
|
167
|
+
<path d="M14753.0 227.3 L14753 416 L14753 525 L14753.0 525.0 " fill="none"></path>
|
|
167
168
|
</g>
|
|
168
|
-
<path d="
|
|
169
|
+
<path d="M14758.3 227.3 L14753.0 227.3 L14747.7 227.3 L14753.0 214.0 Z"></path>
|
|
169
170
|
<g stroke-dasharray="6 6">
|
|
170
|
-
<path d="
|
|
171
|
+
<path d="M3693.3 204.2 L7016.75 416 L7016.75 525 L7016.8 525.0 " fill="none"></path>
|
|
171
172
|
</g>
|
|
172
|
-
<path d="
|
|
173
|
+
<path d="M3693.6 198.8 L3693.3 204.2 L3693.0 209.5 L3680.0 203.3 Z"></path>
|
|
173
174
|
<g stroke-dasharray="6 6">
|
|
174
|
-
<path d="
|
|
175
|
+
<path d="M3693.3 203.7 L7305.25 416 L7305.25 501 L7305.3 501.0 " fill="none"></path>
|
|
175
176
|
</g>
|
|
176
|
-
<path d="
|
|
177
|
+
<path d="M3693.6 198.4 L3693.3 203.7 L3693.0 209.0 L3680.0 202.9 Z"></path>
|
|
177
178
|
<g stroke-dasharray="6 6">
|
|
178
|
-
<path d="
|
|
179
|
+
<path d="M3693.3 203.3 L7554.25 416 L7554.25 517 L7554.3 517.0 " fill="none"></path>
|
|
179
180
|
</g>
|
|
180
|
-
<path d="
|
|
181
|
+
<path d="M3693.6 198.0 L3693.3 203.3 L3693.0 208.7 L3680.0 202.6 Z"></path>
|
|
181
182
|
<g stroke-dasharray="6 6">
|
|
182
|
-
<path d="
|
|
183
|
+
<path d="M24099.0 227.3 L24099 416 L24099 484.5 L24099.0 484.5 " fill="none"></path>
|
|
183
184
|
</g>
|
|
184
|
-
<path d="
|
|
185
|
+
<path d="M24104.3 227.3 L24099.0 227.3 L24093.7 227.3 L24099.0 214.0 Z"></path>
|
|
185
186
|
<g data-name="JsonMap">
|
|
186
187
|
<g fill="lightblue" stroke="#33322E" data-name="JsonMap">
|
|
187
188
|
<rect x="0.0" y="174.0" height="48.0" width="88.0" data-name="JsonMap"></rect>
|
|
@@ -207,13 +208,13 @@
|
|
|
207
208
|
</g>
|
|
208
209
|
<g data-name="AnnotationsConfig">
|
|
209
210
|
<g fill="lightblue" stroke="#33322E" data-name="AnnotationsConfig">
|
|
210
|
-
<rect x="128.0" y="137.5" height="121.0" width="
|
|
211
|
-
<path d="M128.0 169.5
|
|
212
|
-
<path d="M128.0 250.5
|
|
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>
|
|
213
214
|
</g>
|
|
214
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">
|
|
215
216
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnnotationsConfig" data-compartment="0">
|
|
216
|
-
<a id="../src/dynamics/types.ts.AnnotationsConfig" xlink:href="../src/dynamics/types.ts"><text x="
|
|
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>
|
|
217
218
|
|
|
218
219
|
</g>
|
|
219
220
|
</g>
|
|
@@ -221,8 +222,8 @@
|
|
|
221
222
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AnnotationsConfig" data-compartment="1">
|
|
222
223
|
<text x="0.0" y="14.1" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+parameters?: JsonMap</text>
|
|
223
224
|
<text x="0.0" y="30.3" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+args?: JsonMap</text>
|
|
224
|
-
<text x="0.0" y="46.5" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+argTypes?: ArgTypes
|
|
225
|
-
<text x="0.0" y="62.7" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+tags?:
|
|
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>
|
|
226
227
|
|
|
227
228
|
</g>
|
|
228
229
|
</g>
|
|
@@ -234,23 +235,23 @@
|
|
|
234
235
|
</g>
|
|
235
236
|
<g data-name="MetaConfig">
|
|
236
237
|
<g fill="lightblue" stroke="#33322E" data-name="MetaConfig">
|
|
237
|
-
<rect x="
|
|
238
|
-
<path d="
|
|
239
|
-
<path d="
|
|
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>
|
|
240
241
|
</g>
|
|
241
|
-
<g transform="translate(
|
|
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">
|
|
242
243
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaConfig" data-compartment="0">
|
|
243
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>
|
|
244
245
|
|
|
245
246
|
</g>
|
|
246
247
|
</g>
|
|
247
|
-
<g transform="translate(
|
|
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">
|
|
248
249
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaConfig" data-compartment="1">
|
|
249
250
|
<text x="0.0" y="14.1" stroke="none" data-name="MetaConfig" data-compartment="1">+title?: string</text>
|
|
250
251
|
|
|
251
252
|
</g>
|
|
252
253
|
</g>
|
|
253
|
-
<g transform="translate(
|
|
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">
|
|
254
255
|
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaConfig" data-compartment="2">
|
|
255
256
|
|
|
256
257
|
</g>
|
|
@@ -258,23 +259,23 @@
|
|
|
258
259
|
</g>
|
|
259
260
|
<g data-name="StoryConfig">
|
|
260
261
|
<g fill="lightblue" stroke="#33322E" data-name="StoryConfig">
|
|
261
|
-
<rect x="
|
|
262
|
-
<path d="
|
|
263
|
-
<path d="
|
|
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>
|
|
264
265
|
</g>
|
|
265
|
-
<g transform="translate(
|
|
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">
|
|
266
267
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="StoryConfig" data-compartment="0">
|
|
267
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>
|
|
268
269
|
|
|
269
270
|
</g>
|
|
270
271
|
</g>
|
|
271
|
-
<g transform="translate(
|
|
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">
|
|
272
273
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="StoryConfig" data-compartment="1">
|
|
273
274
|
<text x="0.0" y="14.1" stroke="none" data-name="StoryConfig" data-compartment="1">+name?: string</text>
|
|
274
275
|
|
|
275
276
|
</g>
|
|
276
277
|
</g>
|
|
277
|
-
<g transform="translate(
|
|
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">
|
|
278
279
|
<g transform="translate(8, 8)" fill="#33322E" data-name="StoryConfig" data-compartment="2">
|
|
279
280
|
|
|
280
281
|
</g>
|
|
@@ -282,17 +283,17 @@
|
|
|
282
283
|
</g>
|
|
283
284
|
<g data-name="DynamicConfig">
|
|
284
285
|
<g fill="lightblue" stroke="#33322E" data-name="DynamicConfig">
|
|
285
|
-
<rect x="
|
|
286
|
-
<path d="
|
|
287
|
-
<path d="
|
|
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>
|
|
288
289
|
</g>
|
|
289
|
-
<g transform="translate(
|
|
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">
|
|
290
291
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DynamicConfig" data-compartment="0">
|
|
291
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>
|
|
292
293
|
|
|
293
294
|
</g>
|
|
294
295
|
</g>
|
|
295
|
-
<g transform="translate(
|
|
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">
|
|
296
297
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DynamicConfig" data-compartment="1">
|
|
297
298
|
<text x="0.0" y="14.1" stroke="none" data-name="DynamicConfig" data-compartment="1">+baseCsf: string</text>
|
|
298
299
|
<text x="0.0" y="30.3" stroke="none" data-name="DynamicConfig" data-compartment="1">+storiesCsf?: string</text>
|
|
@@ -300,7 +301,7 @@
|
|
|
300
301
|
|
|
301
302
|
</g>
|
|
302
303
|
</g>
|
|
303
|
-
<g transform="translate(
|
|
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">
|
|
304
305
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DynamicConfig" data-compartment="2">
|
|
305
306
|
|
|
306
307
|
</g>
|
|
@@ -308,17 +309,17 @@
|
|
|
308
309
|
</g>
|
|
309
310
|
<g data-name="ComponentFixture">
|
|
310
311
|
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixture">
|
|
311
|
-
<rect x="
|
|
312
|
-
<path d="
|
|
313
|
-
<path d="
|
|
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>
|
|
314
315
|
</g>
|
|
315
|
-
<g transform="translate(
|
|
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">
|
|
316
317
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixture" data-compartment="0">
|
|
317
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>
|
|
318
319
|
|
|
319
320
|
</g>
|
|
320
321
|
</g>
|
|
321
|
-
<g transform="translate(
|
|
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">
|
|
322
323
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixture" data-compartment="1">
|
|
323
324
|
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixture" data-compartment="1">+name: string</text>
|
|
324
325
|
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixture" data-compartment="1">+options?: object</text>
|
|
@@ -330,7 +331,7 @@
|
|
|
330
331
|
|
|
331
332
|
</g>
|
|
332
333
|
</g>
|
|
333
|
-
<g transform="translate(
|
|
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">
|
|
334
335
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixture" data-compartment="2">
|
|
335
336
|
|
|
336
337
|
</g>
|
|
@@ -338,24 +339,24 @@
|
|
|
338
339
|
</g>
|
|
339
340
|
<g data-name="ComponentFixtureRoot">
|
|
340
341
|
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixtureRoot">
|
|
341
|
-
<rect x="
|
|
342
|
-
<path d="
|
|
343
|
-
<path d="
|
|
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>
|
|
344
345
|
</g>
|
|
345
|
-
<g transform="translate(
|
|
346
|
+
<g transform="translate(1212, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
346
347
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
347
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>
|
|
348
349
|
|
|
349
350
|
</g>
|
|
350
351
|
</g>
|
|
351
|
-
<g transform="translate(
|
|
352
|
+
<g transform="translate(1212, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
352
353
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
353
354
|
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+component: string</text>
|
|
354
355
|
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+fixtures: ComponentFixture[]</text>
|
|
355
356
|
|
|
356
357
|
</g>
|
|
357
358
|
</g>
|
|
358
|
-
<g transform="translate(
|
|
359
|
+
<g transform="translate(1212, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
359
360
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
360
361
|
|
|
361
362
|
</g>
|
|
@@ -363,17 +364,17 @@
|
|
|
363
364
|
</g>
|
|
364
365
|
<g data-name="WithRefProps">
|
|
365
366
|
<g fill="lightblue" stroke="#33322E" data-name="WithRefProps">
|
|
366
|
-
<rect x="
|
|
367
|
-
<path d="
|
|
368
|
-
<path d="
|
|
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>
|
|
369
370
|
</g>
|
|
370
|
-
<g transform="translate(
|
|
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">
|
|
371
372
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WithRefProps" data-compartment="0">
|
|
372
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>
|
|
373
374
|
|
|
374
375
|
</g>
|
|
375
376
|
</g>
|
|
376
|
-
<g transform="translate(
|
|
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">
|
|
377
378
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WithRefProps" data-compartment="1">
|
|
378
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>
|
|
379
380
|
<text x="0.0" y="30.3" stroke="none" data-name="WithRefProps" data-compartment="1">}></text>
|
|
@@ -381,7 +382,7 @@
|
|
|
381
382
|
|
|
382
383
|
</g>
|
|
383
384
|
</g>
|
|
384
|
-
<g transform="translate(
|
|
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">
|
|
385
386
|
<g transform="translate(8, 8)" fill="#33322E" data-name="WithRefProps" data-compartment="2">
|
|
386
387
|
|
|
387
388
|
</g>
|
|
@@ -389,17 +390,17 @@
|
|
|
389
390
|
</g>
|
|
390
391
|
<g data-name="InfoSectionProps">
|
|
391
392
|
<g fill="lightblue" stroke="#33322E" data-name="InfoSectionProps">
|
|
392
|
-
<rect x="
|
|
393
|
-
<path d="
|
|
394
|
-
<path d="
|
|
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>
|
|
395
396
|
</g>
|
|
396
|
-
<g transform="translate(
|
|
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">
|
|
397
398
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InfoSectionProps" data-compartment="0">
|
|
398
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>
|
|
399
400
|
|
|
400
401
|
</g>
|
|
401
402
|
</g>
|
|
402
|
-
<g transform="translate(
|
|
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">
|
|
403
404
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InfoSectionProps" data-compartment="1">
|
|
404
405
|
<text x="0.0" y="14.1" stroke="none" data-name="InfoSectionProps" data-compartment="1">+refName: string</text>
|
|
405
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>
|
|
@@ -408,7 +409,7 @@
|
|
|
408
409
|
|
|
409
410
|
</g>
|
|
410
411
|
</g>
|
|
411
|
-
<g transform="translate(
|
|
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">
|
|
412
413
|
<g transform="translate(8, 8)" fill="#33322E" data-name="InfoSectionProps" data-compartment="2">
|
|
413
414
|
|
|
414
415
|
</g>
|
|
@@ -416,17 +417,17 @@
|
|
|
416
417
|
</g>
|
|
417
418
|
<g data-name="AccordionItem">
|
|
418
419
|
<g fill="lightblue" stroke="#33322E" data-name="AccordionItem">
|
|
419
|
-
<rect x="
|
|
420
|
-
<path d="
|
|
421
|
-
<path d="
|
|
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>
|
|
422
423
|
</g>
|
|
423
|
-
<g transform="translate(
|
|
424
|
+
<g transform="translate(3183, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="0">
|
|
424
425
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionItem" data-compartment="0">
|
|
425
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>
|
|
426
427
|
|
|
427
428
|
</g>
|
|
428
429
|
</g>
|
|
429
|
-
<g transform="translate(
|
|
430
|
+
<g transform="translate(3183, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="1">
|
|
430
431
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionItem" data-compartment="1">
|
|
431
432
|
<text x="0.0" y="14.1" stroke="none" data-name="AccordionItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
432
433
|
<text x="0.0" y="30.3" stroke="none" data-name="AccordionItem" data-compartment="1">+expanded?: boolean</text>
|
|
@@ -439,7 +440,7 @@
|
|
|
439
440
|
|
|
440
441
|
</g>
|
|
441
442
|
</g>
|
|
442
|
-
<g transform="translate(
|
|
443
|
+
<g transform="translate(3183, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="2">
|
|
443
444
|
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionItem" data-compartment="2">
|
|
444
445
|
|
|
445
446
|
</g>
|
|
@@ -447,17 +448,17 @@
|
|
|
447
448
|
</g>
|
|
448
449
|
<g data-name="AccordionProps">
|
|
449
450
|
<g fill="lightblue" stroke="#33322E" data-name="AccordionProps">
|
|
450
|
-
<rect x="
|
|
451
|
-
<path d="
|
|
452
|
-
<path d="
|
|
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>
|
|
453
454
|
</g>
|
|
454
|
-
<g transform="translate(
|
|
455
|
+
<g transform="translate(1295, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="0">
|
|
455
456
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionProps" data-compartment="0">
|
|
456
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>
|
|
457
458
|
|
|
458
459
|
</g>
|
|
459
460
|
</g>
|
|
460
|
-
<g transform="translate(
|
|
461
|
+
<g transform="translate(1295, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="1">
|
|
461
462
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionProps" data-compartment="1">
|
|
462
463
|
<text x="0.0" y="14.1" stroke="none" data-name="AccordionProps" data-compartment="1">+className?: string</text>
|
|
463
464
|
<text x="0.0" y="30.3" stroke="none" data-name="AccordionProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
@@ -466,7 +467,7 @@
|
|
|
466
467
|
|
|
467
468
|
</g>
|
|
468
469
|
</g>
|
|
469
|
-
<g transform="translate(
|
|
470
|
+
<g transform="translate(1295, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="2">
|
|
470
471
|
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionProps" data-compartment="2">
|
|
471
472
|
|
|
472
473
|
</g>
|
|
@@ -474,9 +475,9 @@
|
|
|
474
475
|
</g>
|
|
475
476
|
<g data-name="HTMLAttributes<T>">
|
|
476
477
|
<g fill="#eee8d5" stroke="#33322E" data-name="HTMLAttributes<T>">
|
|
477
|
-
<rect x="
|
|
478
|
+
<rect x="3513.0" y="182.0" height="32.0" width="167.0" data-name="HTMLAttributes<T>"></rect>
|
|
478
479
|
</g>
|
|
479
|
-
<g transform="translate(
|
|
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">
|
|
480
481
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HTMLAttributes<T>" data-compartment="0">
|
|
481
482
|
<text x="75.5" y="14.1" stroke="none" text-anchor="middle" data-name="HTMLAttributes<T>" data-compartment="0">HTMLAttributes<T></text>
|
|
482
483
|
|
|
@@ -485,17 +486,17 @@
|
|
|
485
486
|
</g>
|
|
486
487
|
<g data-name="ActionLinkProps">
|
|
487
488
|
<g fill="lightblue" stroke="#33322E" data-name="ActionLinkProps">
|
|
488
|
-
<rect x="
|
|
489
|
-
<path d="
|
|
490
|
-
<path d="
|
|
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>
|
|
491
492
|
</g>
|
|
492
|
-
<g transform="translate(
|
|
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">
|
|
493
494
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ActionLinkProps" data-compartment="0">
|
|
494
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>
|
|
495
496
|
|
|
496
497
|
</g>
|
|
497
498
|
</g>
|
|
498
|
-
<g transform="translate(
|
|
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">
|
|
499
500
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ActionLinkProps" data-compartment="1">
|
|
500
501
|
<text x="0.0" y="14.1" stroke="none" data-name="ActionLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
501
502
|
<text x="0.0" y="30.3" stroke="none" data-name="ActionLinkProps" data-compartment="1">+visuallyHiddenText?: string</text>
|
|
@@ -505,7 +506,7 @@
|
|
|
505
506
|
|
|
506
507
|
</g>
|
|
507
508
|
</g>
|
|
508
|
-
<g transform="translate(
|
|
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">
|
|
509
510
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ActionLinkProps" data-compartment="2">
|
|
510
511
|
|
|
511
512
|
</g>
|
|
@@ -513,23 +514,23 @@
|
|
|
513
514
|
</g>
|
|
514
515
|
<g data-name="Action">
|
|
515
516
|
<g fill="lightblue" stroke="#33322E" data-name="Action">
|
|
516
|
-
<rect x="
|
|
517
|
-
<path d="
|
|
518
|
-
<path d="
|
|
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>
|
|
519
520
|
</g>
|
|
520
|
-
<g transform="translate(
|
|
521
|
+
<g transform="translate(3999, 162)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="0">
|
|
521
522
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Action" data-compartment="0">
|
|
522
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>
|
|
523
524
|
|
|
524
525
|
</g>
|
|
525
526
|
</g>
|
|
526
|
-
<g transform="translate(
|
|
527
|
+
<g transform="translate(3999, 194)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="1">
|
|
527
528
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Action" data-compartment="1">
|
|
528
529
|
<text x="0.0" y="14.1" stroke="none" data-name="Action" data-compartment="1">+reactListKey?: string</text>
|
|
529
530
|
|
|
530
531
|
</g>
|
|
531
532
|
</g>
|
|
532
|
-
<g transform="translate(
|
|
533
|
+
<g transform="translate(3999, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="2">
|
|
533
534
|
<g transform="translate(8, 8)" fill="#33322E" data-name="Action" data-compartment="2">
|
|
534
535
|
|
|
535
536
|
</g>
|
|
@@ -537,17 +538,17 @@
|
|
|
537
538
|
</g>
|
|
538
539
|
<g data-name="BackLinkProps">
|
|
539
540
|
<g fill="lightblue" stroke="#33322E" data-name="BackLinkProps">
|
|
540
|
-
<rect x="
|
|
541
|
-
<path d="
|
|
542
|
-
<path d="
|
|
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>
|
|
543
544
|
</g>
|
|
544
|
-
<g transform="translate(
|
|
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">
|
|
545
546
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BackLinkProps" data-compartment="0">
|
|
546
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>
|
|
547
548
|
|
|
548
549
|
</g>
|
|
549
550
|
</g>
|
|
550
|
-
<g transform="translate(
|
|
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">
|
|
551
552
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BackLinkProps" data-compartment="1">
|
|
552
553
|
<text x="0.0" y="14.1" stroke="none" data-name="BackLinkProps" data-compartment="1">+to?: To</text>
|
|
553
554
|
<text x="0.0" y="30.3" stroke="none" data-name="BackLinkProps" data-compartment="1">+state?: object</text>
|
|
@@ -557,7 +558,7 @@
|
|
|
557
558
|
|
|
558
559
|
</g>
|
|
559
560
|
</g>
|
|
560
|
-
<g transform="translate(
|
|
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">
|
|
561
562
|
<g transform="translate(8, 8)" fill="#33322E" data-name="BackLinkProps" data-compartment="2">
|
|
562
563
|
|
|
563
564
|
</g>
|
|
@@ -565,17 +566,17 @@
|
|
|
565
566
|
</g>
|
|
566
567
|
<g data-name="BooleanItem">
|
|
567
568
|
<g fill="lightblue" stroke="#33322E" data-name="BooleanItem">
|
|
568
|
-
<rect x="
|
|
569
|
-
<path d="
|
|
570
|
-
<path d="
|
|
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>
|
|
571
572
|
</g>
|
|
572
|
-
<g transform="translate(
|
|
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">
|
|
573
574
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanItem" data-compartment="0">
|
|
574
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>
|
|
575
576
|
|
|
576
577
|
</g>
|
|
577
578
|
</g>
|
|
578
|
-
<g transform="translate(
|
|
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">
|
|
579
580
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanItem" data-compartment="1">
|
|
580
581
|
<text x="0.0" y="14.1" stroke="none" data-name="BooleanItem" data-compartment="1">+id?: string</text>
|
|
581
582
|
<text x="0.0" y="30.3" stroke="none" data-name="BooleanItem" data-compartment="1">+children?: ReactNode</text>
|
|
@@ -593,7 +594,7 @@
|
|
|
593
594
|
|
|
594
595
|
</g>
|
|
595
596
|
</g>
|
|
596
|
-
<g transform="translate(
|
|
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">
|
|
597
598
|
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanItem" data-compartment="2">
|
|
598
599
|
|
|
599
600
|
</g>
|
|
@@ -601,17 +602,17 @@
|
|
|
601
602
|
</g>
|
|
602
603
|
<g data-name="BooleanProps">
|
|
603
604
|
<g fill="lightblue" stroke="#33322E" data-name="BooleanProps">
|
|
604
|
-
<rect x="
|
|
605
|
-
<path d="
|
|
606
|
-
<path d="
|
|
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>
|
|
607
608
|
</g>
|
|
608
|
-
<g transform="translate(
|
|
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">
|
|
609
610
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanProps" data-compartment="0">
|
|
610
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>
|
|
611
612
|
|
|
612
613
|
</g>
|
|
613
614
|
</g>
|
|
614
|
-
<g transform="translate(
|
|
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">
|
|
615
616
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanProps" data-compartment="1">
|
|
616
617
|
<text x="0.0" y="14.1" stroke="none" data-name="BooleanProps" data-compartment="1">+className?: string</text>
|
|
617
618
|
<text x="0.0" y="30.3" stroke="none" data-name="BooleanProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
@@ -630,7 +631,7 @@
|
|
|
630
631
|
|
|
631
632
|
</g>
|
|
632
633
|
</g>
|
|
633
|
-
<g transform="translate(
|
|
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">
|
|
634
635
|
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanProps" data-compartment="2">
|
|
635
636
|
|
|
636
637
|
</g>
|
|
@@ -638,17 +639,17 @@
|
|
|
638
639
|
</g>
|
|
639
640
|
<g data-name="BreadcrumbItem">
|
|
640
641
|
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbItem">
|
|
641
|
-
<rect x="
|
|
642
|
-
<path d="
|
|
643
|
-
<path d="
|
|
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>
|
|
644
645
|
</g>
|
|
645
|
-
<g transform="translate(
|
|
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">
|
|
646
647
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbItem" data-compartment="0">
|
|
647
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>
|
|
648
649
|
|
|
649
650
|
</g>
|
|
650
651
|
</g>
|
|
651
|
-
<g transform="translate(
|
|
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">
|
|
652
653
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbItem" data-compartment="1">
|
|
653
654
|
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+href?: string</text>
|
|
654
655
|
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+to?: string</text>
|
|
@@ -657,7 +658,7 @@
|
|
|
657
658
|
|
|
658
659
|
</g>
|
|
659
660
|
</g>
|
|
660
|
-
<g transform="translate(
|
|
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">
|
|
661
662
|
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbItem" data-compartment="2">
|
|
662
663
|
|
|
663
664
|
</g>
|
|
@@ -665,17 +666,17 @@
|
|
|
665
666
|
</g>
|
|
666
667
|
<g data-name="BreadcrumbsProps">
|
|
667
668
|
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbsProps">
|
|
668
|
-
<rect x="
|
|
669
|
-
<path d="
|
|
670
|
-
<path d="
|
|
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>
|
|
671
672
|
</g>
|
|
672
|
-
<g transform="translate(
|
|
673
|
+
<g transform="translate(1591, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="0">
|
|
673
674
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbsProps" data-compartment="0">
|
|
674
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>
|
|
675
676
|
|
|
676
677
|
</g>
|
|
677
678
|
</g>
|
|
678
|
-
<g transform="translate(
|
|
679
|
+
<g transform="translate(1591, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="1">
|
|
679
680
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbsProps" data-compartment="1">
|
|
680
681
|
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+items?: BreadcrumbItem[]</text>
|
|
681
682
|
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+className?: string</text>
|
|
@@ -683,7 +684,7 @@
|
|
|
683
684
|
|
|
684
685
|
</g>
|
|
685
686
|
</g>
|
|
686
|
-
<g transform="translate(
|
|
687
|
+
<g transform="translate(1591, 630)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="2">
|
|
687
688
|
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbsProps" data-compartment="2">
|
|
688
689
|
|
|
689
690
|
</g>
|
|
@@ -691,17 +692,17 @@
|
|
|
691
692
|
</g>
|
|
692
693
|
<g data-name="ButtonProps">
|
|
693
694
|
<g fill="lightblue" stroke="#33322E" data-name="ButtonProps">
|
|
694
|
-
<rect x="
|
|
695
|
-
<path d="
|
|
696
|
-
<path d="
|
|
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>
|
|
697
698
|
</g>
|
|
698
|
-
<g transform="translate(
|
|
699
|
+
<g transform="translate(5759, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="0">
|
|
699
700
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ButtonProps" data-compartment="0">
|
|
700
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>
|
|
701
702
|
|
|
702
703
|
</g>
|
|
703
704
|
</g>
|
|
704
|
-
<g transform="translate(
|
|
705
|
+
<g transform="translate(5759, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="1">
|
|
705
706
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ButtonProps" data-compartment="1">
|
|
706
707
|
<text x="0.0" y="14.1" stroke="none" data-name="ButtonProps" data-compartment="1">+element?: string</text>
|
|
707
708
|
<text x="0.0" y="30.3" stroke="none" data-name="ButtonProps" data-compartment="1">+href?: string</text>
|
|
@@ -716,7 +717,7 @@
|
|
|
716
717
|
|
|
717
718
|
</g>
|
|
718
719
|
</g>
|
|
719
|
-
<g transform="translate(
|
|
720
|
+
<g transform="translate(5759, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="2">
|
|
720
721
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ButtonProps" data-compartment="2">
|
|
721
722
|
|
|
722
723
|
</g>
|
|
@@ -724,25 +725,27 @@
|
|
|
724
725
|
</g>
|
|
725
726
|
<g data-name="CardColumnProps">
|
|
726
727
|
<g fill="lightblue" stroke="#33322E" data-name="CardColumnProps">
|
|
727
|
-
<rect x="
|
|
728
|
-
<path d="
|
|
729
|
-
<path d="
|
|
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>
|
|
730
731
|
</g>
|
|
731
|
-
<g transform="translate(
|
|
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">
|
|
732
733
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardColumnProps" data-compartment="0">
|
|
733
|
-
<a id="../src/components/CardColumn/CardColumn.types.ts.CardColumnProps" xlink:href="../src/components/CardColumn/CardColumn.types.ts"><text x="
|
|
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>
|
|
734
735
|
|
|
735
736
|
</g>
|
|
736
737
|
</g>
|
|
737
|
-
<g transform="translate(
|
|
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">
|
|
738
739
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardColumnProps" data-compartment="1">
|
|
739
740
|
<text x="0.0" y="14.1" stroke="none" data-name="CardColumnProps" data-compartment="1">+link: string</text>
|
|
740
741
|
<text x="0.0" y="30.3" stroke="none" data-name="CardColumnProps" data-compartment="1">+header: string</text>
|
|
741
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>
|
|
742
745
|
|
|
743
746
|
</g>
|
|
744
747
|
</g>
|
|
745
|
-
<g transform="translate(
|
|
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">
|
|
746
749
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CardColumnProps" data-compartment="2">
|
|
747
750
|
|
|
748
751
|
</g>
|
|
@@ -750,24 +753,24 @@
|
|
|
750
753
|
</g>
|
|
751
754
|
<g data-name="CardLayoutProps">
|
|
752
755
|
<g fill="lightblue" stroke="#33322E" data-name="CardLayoutProps">
|
|
753
|
-
<rect x="
|
|
754
|
-
<path d="
|
|
755
|
-
<path d="
|
|
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>
|
|
756
759
|
</g>
|
|
757
|
-
<g transform="translate(
|
|
760
|
+
<g transform="translate(6280, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="0">
|
|
758
761
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardLayoutProps" data-compartment="0">
|
|
759
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>
|
|
760
763
|
|
|
761
764
|
</g>
|
|
762
765
|
</g>
|
|
763
|
-
<g transform="translate(
|
|
766
|
+
<g transform="translate(6280, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="1">
|
|
764
767
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardLayoutProps" data-compartment="1">
|
|
765
768
|
<text x="0.0" y="14.1" stroke="none" data-name="CardLayoutProps" data-compartment="1">+cardColumns: CardColumnProps[]</text>
|
|
766
769
|
<text x="0.0" y="30.3" stroke="none" data-name="CardLayoutProps" data-compartment="1">+numberOfGridColumns?: number</text>
|
|
767
770
|
|
|
768
771
|
</g>
|
|
769
772
|
</g>
|
|
770
|
-
<g transform="translate(
|
|
773
|
+
<g transform="translate(6280, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="2">
|
|
771
774
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CardLayoutProps" data-compartment="2">
|
|
772
775
|
|
|
773
776
|
</g>
|
|
@@ -775,17 +778,17 @@
|
|
|
775
778
|
</g>
|
|
776
779
|
<g data-name="CharacterCountProps">
|
|
777
780
|
<g fill="lightblue" stroke="#33322E" data-name="CharacterCountProps">
|
|
778
|
-
<rect x="
|
|
779
|
-
<path d="
|
|
780
|
-
<path d="
|
|
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>
|
|
781
784
|
</g>
|
|
782
|
-
<g transform="translate(
|
|
785
|
+
<g transform="translate(6614, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="0">
|
|
783
786
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CharacterCountProps" data-compartment="0">
|
|
784
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>
|
|
785
788
|
|
|
786
789
|
</g>
|
|
787
790
|
</g>
|
|
788
|
-
<g transform="translate(
|
|
791
|
+
<g transform="translate(6614, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="1">
|
|
789
792
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CharacterCountProps" data-compartment="1">
|
|
790
793
|
<text x="0.0" y="14.1" stroke="none" data-name="CharacterCountProps" data-compartment="1">+id: string</text>
|
|
791
794
|
<text x="0.0" y="30.3" stroke="none" data-name="CharacterCountProps" data-compartment="1">+className?: string</text>
|
|
@@ -798,7 +801,7 @@
|
|
|
798
801
|
|
|
799
802
|
</g>
|
|
800
803
|
</g>
|
|
801
|
-
<g transform="translate(
|
|
804
|
+
<g transform="translate(6614, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="2">
|
|
802
805
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CharacterCountProps" data-compartment="2">
|
|
803
806
|
|
|
804
807
|
</g>
|
|
@@ -806,22 +809,22 @@
|
|
|
806
809
|
</g>
|
|
807
810
|
<g data-name="CheckboxesProps">
|
|
808
811
|
<g fill="lightblue" stroke="#33322E" data-name="CheckboxesProps">
|
|
809
|
-
<rect x="
|
|
810
|
-
<path d="
|
|
811
|
-
<path d="
|
|
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>
|
|
812
815
|
</g>
|
|
813
|
-
<g transform="translate(
|
|
816
|
+
<g transform="translate(6978, 174)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="0">
|
|
814
817
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CheckboxesProps" data-compartment="0">
|
|
815
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>
|
|
816
819
|
|
|
817
820
|
</g>
|
|
818
821
|
</g>
|
|
819
|
-
<g transform="translate(
|
|
822
|
+
<g transform="translate(6978, 206)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="1">
|
|
820
823
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="1">
|
|
821
824
|
|
|
822
825
|
</g>
|
|
823
826
|
</g>
|
|
824
|
-
<g transform="translate(
|
|
827
|
+
<g transform="translate(6978, 214)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="2">
|
|
825
828
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="2">
|
|
826
829
|
|
|
827
830
|
</g>
|
|
@@ -829,17 +832,17 @@
|
|
|
829
832
|
</g>
|
|
830
833
|
<g data-name="CookieBannerMessageAction">
|
|
831
834
|
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageAction">
|
|
832
|
-
<rect x="
|
|
833
|
-
<path d="
|
|
834
|
-
<path d="
|
|
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>
|
|
835
838
|
</g>
|
|
836
|
-
<g transform="translate(
|
|
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">
|
|
837
840
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageAction" data-compartment="0">
|
|
838
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>
|
|
839
842
|
|
|
840
843
|
</g>
|
|
841
844
|
</g>
|
|
842
|
-
<g transform="translate(
|
|
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">
|
|
843
846
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageAction" data-compartment="1">
|
|
844
847
|
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+className?: string</text>
|
|
845
848
|
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+href?: string</text>
|
|
@@ -849,7 +852,7 @@
|
|
|
849
852
|
|
|
850
853
|
</g>
|
|
851
854
|
</g>
|
|
852
|
-
<g transform="translate(
|
|
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">
|
|
853
856
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageAction" data-compartment="2">
|
|
854
857
|
|
|
855
858
|
</g>
|
|
@@ -857,17 +860,17 @@
|
|
|
857
860
|
</g>
|
|
858
861
|
<g data-name="CookieBannerMessageItem">
|
|
859
862
|
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageItem">
|
|
860
|
-
<rect x="
|
|
861
|
-
<path d="
|
|
862
|
-
<path d="
|
|
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>
|
|
863
866
|
</g>
|
|
864
|
-
<g transform="translate(
|
|
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">
|
|
865
868
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageItem" data-compartment="0">
|
|
866
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>
|
|
867
870
|
|
|
868
871
|
</g>
|
|
869
872
|
</g>
|
|
870
|
-
<g transform="translate(
|
|
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">
|
|
871
874
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageItem" data-compartment="1">
|
|
872
875
|
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+headingChildren?: React.ReactNode</text>
|
|
873
876
|
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+children?: React.ReactNode</text>
|
|
@@ -877,7 +880,7 @@
|
|
|
877
880
|
|
|
878
881
|
</g>
|
|
879
882
|
</g>
|
|
880
|
-
<g transform="translate(
|
|
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">
|
|
881
884
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageItem" data-compartment="2">
|
|
882
885
|
|
|
883
886
|
</g>
|
|
@@ -885,24 +888,24 @@
|
|
|
885
888
|
</g>
|
|
886
889
|
<g data-name="CookieBannerProps">
|
|
887
890
|
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerProps">
|
|
888
|
-
<rect x="
|
|
889
|
-
<path d="
|
|
890
|
-
<path d="
|
|
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>
|
|
891
894
|
</g>
|
|
892
|
-
<g transform="translate(
|
|
895
|
+
<g transform="translate(7892, 154)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="0">
|
|
893
896
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerProps" data-compartment="0">
|
|
894
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>
|
|
895
898
|
|
|
896
899
|
</g>
|
|
897
900
|
</g>
|
|
898
|
-
<g transform="translate(
|
|
901
|
+
<g transform="translate(7892, 186)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="1">
|
|
899
902
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerProps" data-compartment="1">
|
|
900
903
|
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerProps" data-compartment="1">+className?: string</text>
|
|
901
904
|
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerProps" data-compartment="1">+messages: CookieBannerMessageItem[]</text>
|
|
902
905
|
|
|
903
906
|
</g>
|
|
904
907
|
</g>
|
|
905
|
-
<g transform="translate(
|
|
908
|
+
<g transform="translate(7892, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="2">
|
|
906
909
|
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerProps" data-compartment="2">
|
|
907
910
|
|
|
908
911
|
</g>
|
|
@@ -910,29 +913,34 @@
|
|
|
910
913
|
</g>
|
|
911
914
|
<g data-name="DataNavigationProps">
|
|
912
915
|
<g fill="lightblue" stroke="#33322E" data-name="DataNavigationProps">
|
|
913
|
-
<rect x="
|
|
914
|
-
<path d="
|
|
915
|
-
<path d="
|
|
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>
|
|
916
919
|
</g>
|
|
917
|
-
<g transform="translate(
|
|
920
|
+
<g transform="translate(8277, 73)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="0">
|
|
918
921
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DataNavigationProps" data-compartment="0">
|
|
919
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>
|
|
920
923
|
|
|
921
924
|
</g>
|
|
922
925
|
</g>
|
|
923
|
-
<g transform="translate(
|
|
926
|
+
<g transform="translate(8277, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="1">
|
|
924
927
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DataNavigationProps" data-compartment="1">
|
|
925
928
|
<text x="0.0" y="14.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+dataId: number</text>
|
|
926
929
|
<text x="0.0" y="30.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+setDataFocus: (id: number) => void</text>
|
|
927
|
-
<text x="0.0" y="46.5" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousText
|
|
930
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousText?: string</text>
|
|
928
931
|
<text x="0.0" y="62.7" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousCondition: boolean</text>
|
|
929
|
-
<text x="0.0" y="78.9" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextText
|
|
932
|
+
<text x="0.0" y="78.9" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextText?: string</text>
|
|
930
933
|
<text x="0.0" y="95.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextCondition: boolean</text>
|
|
931
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>
|
|
932
940
|
|
|
933
941
|
</g>
|
|
934
942
|
</g>
|
|
935
|
-
<g transform="translate(
|
|
943
|
+
<g transform="translate(8277, 315)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="2">
|
|
936
944
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DataNavigationProps" data-compartment="2">
|
|
937
945
|
|
|
938
946
|
</g>
|
|
@@ -940,17 +948,17 @@
|
|
|
940
948
|
</g>
|
|
941
949
|
<g data-name="DateInputItem">
|
|
942
950
|
<g fill="lightblue" stroke="#33322E" data-name="DateInputItem">
|
|
943
|
-
<rect x="
|
|
944
|
-
<path d="
|
|
945
|
-
<path d="
|
|
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>
|
|
946
954
|
</g>
|
|
947
|
-
<g transform="translate(
|
|
955
|
+
<g transform="translate(8621, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="0">
|
|
948
956
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputItem" data-compartment="0">
|
|
949
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>
|
|
950
958
|
|
|
951
959
|
</g>
|
|
952
960
|
</g>
|
|
953
|
-
<g transform="translate(
|
|
961
|
+
<g transform="translate(8621, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="1">
|
|
954
962
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputItem" data-compartment="1">
|
|
955
963
|
<text x="0.0" y="14.1" stroke="none" data-name="DateInputItem" data-compartment="1">+name: string</text>
|
|
956
964
|
<text x="0.0" y="30.3" stroke="none" data-name="DateInputItem" data-compartment="1">+className?: string</text>
|
|
@@ -963,7 +971,7 @@
|
|
|
963
971
|
|
|
964
972
|
</g>
|
|
965
973
|
</g>
|
|
966
|
-
<g transform="translate(
|
|
974
|
+
<g transform="translate(8621, 283)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="2">
|
|
967
975
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputItem" data-compartment="2">
|
|
968
976
|
|
|
969
977
|
</g>
|
|
@@ -971,17 +979,17 @@
|
|
|
971
979
|
</g>
|
|
972
980
|
<g data-name="DateInputProps">
|
|
973
981
|
<g fill="lightblue" stroke="#33322E" data-name="DateInputProps">
|
|
974
|
-
<rect x="
|
|
975
|
-
<path d="
|
|
976
|
-
<path d="
|
|
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>
|
|
977
985
|
</g>
|
|
978
|
-
<g transform="translate(
|
|
986
|
+
<g transform="translate(9319, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="0">
|
|
979
987
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputProps" data-compartment="0">
|
|
980
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>
|
|
981
989
|
|
|
982
990
|
</g>
|
|
983
991
|
</g>
|
|
984
|
-
<g transform="translate(
|
|
992
|
+
<g transform="translate(9319, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="1">
|
|
985
993
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputProps" data-compartment="1">
|
|
986
994
|
<text x="0.0" y="14.1" stroke="none" data-name="DateInputProps" data-compartment="1">+className?: string</text>
|
|
987
995
|
<text x="0.0" y="30.3" stroke="none" data-name="DateInputProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
@@ -997,7 +1005,7 @@
|
|
|
997
1005
|
|
|
998
1006
|
</g>
|
|
999
1007
|
</g>
|
|
1000
|
-
<g transform="translate(
|
|
1008
|
+
<g transform="translate(9319, 307)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="2">
|
|
1001
1009
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputProps" data-compartment="2">
|
|
1002
1010
|
|
|
1003
1011
|
</g>
|
|
@@ -1005,17 +1013,17 @@
|
|
|
1005
1013
|
</g>
|
|
1006
1014
|
<g data-name="DetailsProps">
|
|
1007
1015
|
<g fill="lightblue" stroke="#33322E" data-name="DetailsProps">
|
|
1008
|
-
<rect x="
|
|
1009
|
-
<path d="
|
|
1010
|
-
<path d="
|
|
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>
|
|
1011
1019
|
</g>
|
|
1012
|
-
<g transform="translate(
|
|
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">
|
|
1013
1021
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DetailsProps" data-compartment="0">
|
|
1014
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>
|
|
1015
1023
|
|
|
1016
1024
|
</g>
|
|
1017
1025
|
</g>
|
|
1018
|
-
<g transform="translate(
|
|
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">
|
|
1019
1027
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DetailsProps" data-compartment="1">
|
|
1020
1028
|
<text x="0.0" y="14.1" stroke="none" data-name="DetailsProps" data-compartment="1">+className?: string</text>
|
|
1021
1029
|
<text x="0.0" y="30.3" stroke="none" data-name="DetailsProps" data-compartment="1">+children: ReactNode</text>
|
|
@@ -1023,7 +1031,7 @@
|
|
|
1023
1031
|
|
|
1024
1032
|
</g>
|
|
1025
1033
|
</g>
|
|
1026
|
-
<g transform="translate(
|
|
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">
|
|
1027
1035
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DetailsProps" data-compartment="2">
|
|
1028
1036
|
|
|
1029
1037
|
</g>
|
|
@@ -1031,27 +1039,32 @@
|
|
|
1031
1039
|
</g>
|
|
1032
1040
|
<g data-name="DifferenceNavigationProps">
|
|
1033
1041
|
<g fill="lightblue" stroke="#33322E" data-name="DifferenceNavigationProps">
|
|
1034
|
-
<rect x="
|
|
1035
|
-
<path d="
|
|
1036
|
-
<path d="
|
|
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>
|
|
1037
1045
|
</g>
|
|
1038
|
-
<g transform="translate(
|
|
1046
|
+
<g transform="translate(10259, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1039
1047
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1040
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>
|
|
1041
1049
|
|
|
1042
1050
|
</g>
|
|
1043
1051
|
</g>
|
|
1044
|
-
<g transform="translate(
|
|
1052
|
+
<g transform="translate(10259, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1045
1053
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1046
1054
|
<text x="0.0" y="14.1" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+differenceId: number</text>
|
|
1047
1055
|
<text x="0.0" y="30.3" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+setDifferenceFocus: (id: number) => void</text>
|
|
1048
1056
|
<text x="0.0" y="46.5" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+totalDifferences: number</text>
|
|
1049
1057
|
<text x="0.0" y="62.7" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+keyword?: string</text>
|
|
1050
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>
|
|
1051
1064
|
|
|
1052
1065
|
</g>
|
|
1053
1066
|
</g>
|
|
1054
|
-
<g transform="translate(
|
|
1067
|
+
<g transform="translate(10259, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1055
1068
|
<g transform="translate(8, 8)" fill="#33322E" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1056
1069
|
|
|
1057
1070
|
</g>
|
|
@@ -1059,22 +1072,22 @@
|
|
|
1059
1072
|
</g>
|
|
1060
1073
|
<g data-name="ErrorBoundary">
|
|
1061
1074
|
<g fill="#eee8d5" stroke="#33322E" data-name="ErrorBoundary">
|
|
1062
|
-
<rect x="
|
|
1063
|
-
<path d="
|
|
1064
|
-
<path d="
|
|
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>
|
|
1065
1078
|
</g>
|
|
1066
|
-
<g transform="translate(
|
|
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">
|
|
1067
1080
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundary" data-compartment="0">
|
|
1068
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>
|
|
1069
1082
|
|
|
1070
1083
|
</g>
|
|
1071
1084
|
</g>
|
|
1072
|
-
<g transform="translate(
|
|
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">
|
|
1073
1086
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundary" data-compartment="1">
|
|
1074
1087
|
|
|
1075
1088
|
</g>
|
|
1076
1089
|
</g>
|
|
1077
|
-
<g transform="translate(
|
|
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">
|
|
1078
1091
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundary" data-compartment="2">
|
|
1079
1092
|
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundary" data-compartment="2">+static getDerivedStateFromError(): Partial<ErrorBoundaryState></text>
|
|
1080
1093
|
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundary" data-compartment="2">+componentDidCatch(): void</text>
|
|
@@ -1085,9 +1098,9 @@
|
|
|
1085
1098
|
</g>
|
|
1086
1099
|
<g data-name="Component<P,S>">
|
|
1087
1100
|
<g fill="#eee8d5" stroke="#33322E" data-name="Component<P,S>">
|
|
1088
|
-
<rect x="
|
|
1101
|
+
<rect x="10647.0" y="182.0" height="32.0" width="154.0" data-name="Component<P,S>"></rect>
|
|
1089
1102
|
</g>
|
|
1090
|
-
<g transform="translate(
|
|
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">
|
|
1091
1104
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Component<P,S>" data-compartment="0">
|
|
1092
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>
|
|
1093
1106
|
|
|
@@ -1096,17 +1109,17 @@
|
|
|
1096
1109
|
</g>
|
|
1097
1110
|
<g data-name="ErrorBoundaryProps">
|
|
1098
1111
|
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryProps">
|
|
1099
|
-
<rect x="
|
|
1100
|
-
<path d="
|
|
1101
|
-
<path d="
|
|
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>
|
|
1102
1115
|
</g>
|
|
1103
|
-
<g transform="translate(
|
|
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">
|
|
1104
1117
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryProps" data-compartment="0">
|
|
1105
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>
|
|
1106
1119
|
|
|
1107
1120
|
</g>
|
|
1108
1121
|
</g>
|
|
1109
|
-
<g transform="translate(
|
|
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">
|
|
1110
1123
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryProps" data-compartment="1">
|
|
1111
1124
|
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+children: ReactNode</text>
|
|
1112
1125
|
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+message?: string</text>
|
|
@@ -1115,7 +1128,7 @@
|
|
|
1115
1128
|
|
|
1116
1129
|
</g>
|
|
1117
1130
|
</g>
|
|
1118
|
-
<g transform="translate(
|
|
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">
|
|
1119
1132
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryProps" data-compartment="2">
|
|
1120
1133
|
|
|
1121
1134
|
</g>
|
|
@@ -1123,17 +1136,17 @@
|
|
|
1123
1136
|
</g>
|
|
1124
1137
|
<g data-name="ErrorBoundaryState">
|
|
1125
1138
|
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryState">
|
|
1126
|
-
<rect x="
|
|
1127
|
-
<path d="
|
|
1128
|
-
<path d="
|
|
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>
|
|
1129
1142
|
</g>
|
|
1130
|
-
<g transform="translate(
|
|
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">
|
|
1131
1144
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryState" data-compartment="0">
|
|
1132
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>
|
|
1133
1146
|
|
|
1134
1147
|
</g>
|
|
1135
1148
|
</g>
|
|
1136
|
-
<g transform="translate(
|
|
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">
|
|
1137
1150
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryState" data-compartment="1">
|
|
1138
1151
|
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+hasError: boolean</text>
|
|
1139
1152
|
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+message: string</text>
|
|
@@ -1141,7 +1154,7 @@
|
|
|
1141
1154
|
|
|
1142
1155
|
</g>
|
|
1143
1156
|
</g>
|
|
1144
|
-
<g transform="translate(
|
|
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">
|
|
1145
1158
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryState" data-compartment="2">
|
|
1146
1159
|
|
|
1147
1160
|
</g>
|
|
@@ -1149,17 +1162,17 @@
|
|
|
1149
1162
|
</g>
|
|
1150
1163
|
<g data-name="ErrorMessageProps">
|
|
1151
1164
|
<g fill="lightblue" stroke="#33322E" data-name="ErrorMessageProps">
|
|
1152
|
-
<rect x="
|
|
1153
|
-
<path d="
|
|
1154
|
-
<path d="
|
|
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>
|
|
1155
1168
|
</g>
|
|
1156
|
-
<g transform="translate(
|
|
1169
|
+
<g transform="translate(1882, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="0">
|
|
1157
1170
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorMessageProps" data-compartment="0">
|
|
1158
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>
|
|
1159
1172
|
|
|
1160
1173
|
</g>
|
|
1161
1174
|
</g>
|
|
1162
|
-
<g transform="translate(
|
|
1175
|
+
<g transform="translate(1882, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="1">
|
|
1163
1176
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorMessageProps" data-compartment="1">
|
|
1164
1177
|
<text x="0.0" y="14.1" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+className?: string</text>
|
|
1165
1178
|
<text x="0.0" y="30.3" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+children?: ReactNode</text>
|
|
@@ -1167,7 +1180,7 @@
|
|
|
1167
1180
|
|
|
1168
1181
|
</g>
|
|
1169
1182
|
</g>
|
|
1170
|
-
<g transform="translate(
|
|
1183
|
+
<g transform="translate(1882, 630)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="2">
|
|
1171
1184
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorMessageProps" data-compartment="2">
|
|
1172
1185
|
|
|
1173
1186
|
</g>
|
|
@@ -1175,17 +1188,17 @@
|
|
|
1175
1188
|
</g>
|
|
1176
1189
|
<g data-name="ErrorSummaryProps">
|
|
1177
1190
|
<g fill="lightblue" stroke="#33322E" data-name="ErrorSummaryProps">
|
|
1178
|
-
<rect x="
|
|
1179
|
-
<path d="
|
|
1180
|
-
<path d="
|
|
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>
|
|
1181
1194
|
</g>
|
|
1182
|
-
<g transform="translate(
|
|
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">
|
|
1183
1196
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorSummaryProps" data-compartment="0">
|
|
1184
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>
|
|
1185
1198
|
|
|
1186
1199
|
</g>
|
|
1187
1200
|
</g>
|
|
1188
|
-
<g transform="translate(
|
|
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">
|
|
1189
1202
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorSummaryProps" data-compartment="1">
|
|
1190
1203
|
<text x="0.0" y="14.1" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+className?: string</text>
|
|
1191
1204
|
<text x="0.0" y="30.3" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+descriptionChildren?: ReactNode</text>
|
|
@@ -1199,7 +1212,7 @@
|
|
|
1199
1212
|
|
|
1200
1213
|
</g>
|
|
1201
1214
|
</g>
|
|
1202
|
-
<g transform="translate(
|
|
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">
|
|
1203
1216
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorSummaryProps" data-compartment="2">
|
|
1204
1217
|
|
|
1205
1218
|
</g>
|
|
@@ -1207,17 +1220,17 @@
|
|
|
1207
1220
|
</g>
|
|
1208
1221
|
<g data-name="ExitThisPageProps">
|
|
1209
1222
|
<g fill="lightblue" stroke="#33322E" data-name="ExitThisPageProps">
|
|
1210
|
-
<rect x="
|
|
1211
|
-
<path d="
|
|
1212
|
-
<path d="
|
|
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>
|
|
1213
1226
|
</g>
|
|
1214
|
-
<g transform="translate(
|
|
1227
|
+
<g transform="translate(2497, 501)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="0">
|
|
1215
1228
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ExitThisPageProps" data-compartment="0">
|
|
1216
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>
|
|
1217
1230
|
|
|
1218
1231
|
</g>
|
|
1219
1232
|
</g>
|
|
1220
|
-
<g transform="translate(
|
|
1233
|
+
<g transform="translate(2497, 533)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="1">
|
|
1221
1234
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ExitThisPageProps" data-compartment="1">
|
|
1222
1235
|
<text x="0.0" y="14.1" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+children?: ReactNode</text>
|
|
1223
1236
|
<text x="0.0" y="30.3" stroke="none" data-name="ExitThisPageProps" data-compartment="1">+className?: string</text>
|
|
@@ -1229,7 +1242,7 @@
|
|
|
1229
1242
|
|
|
1230
1243
|
</g>
|
|
1231
1244
|
</g>
|
|
1232
|
-
<g transform="translate(
|
|
1245
|
+
<g transform="translate(2497, 662)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ExitThisPageProps" data-compartment="2">
|
|
1233
1246
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ExitThisPageProps" data-compartment="2">
|
|
1234
1247
|
|
|
1235
1248
|
</g>
|
|
@@ -1237,17 +1250,17 @@
|
|
|
1237
1250
|
</g>
|
|
1238
1251
|
<g data-name="LegendProps">
|
|
1239
1252
|
<g fill="lightblue" stroke="#33322E" data-name="LegendProps">
|
|
1240
|
-
<rect x="
|
|
1241
|
-
<path d="
|
|
1242
|
-
<path d="
|
|
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>
|
|
1243
1256
|
</g>
|
|
1244
|
-
<g transform="translate(
|
|
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">
|
|
1245
1258
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LegendProps" data-compartment="0">
|
|
1246
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>
|
|
1247
1260
|
|
|
1248
1261
|
</g>
|
|
1249
1262
|
</g>
|
|
1250
|
-
<g transform="translate(
|
|
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">
|
|
1251
1264
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LegendProps" data-compartment="1">
|
|
1252
1265
|
<text x="0.0" y="14.1" stroke="none" data-name="LegendProps" data-compartment="1">+children: ReactNode</text>
|
|
1253
1266
|
<text x="0.0" y="30.3" stroke="none" data-name="LegendProps" data-compartment="1">+className?: string</text>
|
|
@@ -1255,7 +1268,7 @@
|
|
|
1255
1268
|
|
|
1256
1269
|
</g>
|
|
1257
1270
|
</g>
|
|
1258
|
-
<g transform="translate(
|
|
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">
|
|
1259
1272
|
<g transform="translate(8, 8)" fill="#33322E" data-name="LegendProps" data-compartment="2">
|
|
1260
1273
|
|
|
1261
1274
|
</g>
|
|
@@ -1263,17 +1276,17 @@
|
|
|
1263
1276
|
</g>
|
|
1264
1277
|
<g data-name="FieldsetProps">
|
|
1265
1278
|
<g fill="lightblue" stroke="#33322E" data-name="FieldsetProps">
|
|
1266
|
-
<rect x="
|
|
1267
|
-
<path d="
|
|
1268
|
-
<path d="
|
|
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>
|
|
1269
1282
|
</g>
|
|
1270
|
-
<g transform="translate(
|
|
1283
|
+
<g transform="translate(11628, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="0">
|
|
1271
1284
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetProps" data-compartment="0">
|
|
1272
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>
|
|
1273
1286
|
|
|
1274
1287
|
</g>
|
|
1275
1288
|
</g>
|
|
1276
|
-
<g transform="translate(
|
|
1289
|
+
<g transform="translate(11628, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="1">
|
|
1277
1290
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FieldsetProps" data-compartment="1">
|
|
1278
1291
|
<text x="0.0" y="14.1" stroke="none" data-name="FieldsetProps" data-compartment="1">+className?: string</text>
|
|
1279
1292
|
<text x="0.0" y="30.3" stroke="none" data-name="FieldsetProps" data-compartment="1">+legend?: LegendProps</text>
|
|
@@ -1282,7 +1295,7 @@
|
|
|
1282
1295
|
|
|
1283
1296
|
</g>
|
|
1284
1297
|
</g>
|
|
1285
|
-
<g transform="translate(
|
|
1298
|
+
<g transform="translate(11628, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="2">
|
|
1286
1299
|
<g transform="translate(8, 8)" fill="#33322E" data-name="FieldsetProps" data-compartment="2">
|
|
1287
1300
|
|
|
1288
1301
|
</g>
|
|
@@ -1290,9 +1303,9 @@
|
|
|
1290
1303
|
</g>
|
|
1291
1304
|
<g data-name="FieldsetHTMLAttributes<T>">
|
|
1292
1305
|
<g fill="#eee8d5" stroke="#33322E" data-name="FieldsetHTMLAttributes<T>">
|
|
1293
|
-
<rect x="
|
|
1306
|
+
<rect x="11625.0" y="182.0" height="32.0" width="229.0" data-name="FieldsetHTMLAttributes<T>"></rect>
|
|
1294
1307
|
</g>
|
|
1295
|
-
<g transform="translate(
|
|
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">
|
|
1296
1309
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">
|
|
1297
1310
|
<text x="106.5" y="14.1" stroke="none" text-anchor="middle" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">FieldsetHTMLAttributes<T></text>
|
|
1298
1311
|
|
|
@@ -1301,17 +1314,17 @@
|
|
|
1301
1314
|
</g>
|
|
1302
1315
|
<g data-name="FileUploadProps">
|
|
1303
1316
|
<g fill="lightblue" stroke="#33322E" data-name="FileUploadProps">
|
|
1304
|
-
<rect x="
|
|
1305
|
-
<path d="
|
|
1306
|
-
<path d="
|
|
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>
|
|
1307
1320
|
</g>
|
|
1308
|
-
<g transform="translate(
|
|
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">
|
|
1309
1322
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FileUploadProps" data-compartment="0">
|
|
1310
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>
|
|
1311
1324
|
|
|
1312
1325
|
</g>
|
|
1313
1326
|
</g>
|
|
1314
|
-
<g transform="translate(
|
|
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">
|
|
1315
1328
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FileUploadProps" data-compartment="1">
|
|
1316
1329
|
<text x="0.0" y="14.1" stroke="none" data-name="FileUploadProps" data-compartment="1">+className?: string</text>
|
|
1317
1330
|
<text x="0.0" y="30.3" stroke="none" data-name="FileUploadProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
@@ -1325,7 +1338,7 @@
|
|
|
1325
1338
|
|
|
1326
1339
|
</g>
|
|
1327
1340
|
</g>
|
|
1328
|
-
<g transform="translate(
|
|
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">
|
|
1329
1342
|
<g transform="translate(8, 8)" fill="#33322E" data-name="FileUploadProps" data-compartment="2">
|
|
1330
1343
|
|
|
1331
1344
|
</g>
|
|
@@ -1333,9 +1346,9 @@
|
|
|
1333
1346
|
</g>
|
|
1334
1347
|
<g data-name="InputHTMLAttributes<T>">
|
|
1335
1348
|
<g fill="#eee8d5" stroke="#33322E" data-name="InputHTMLAttributes<T>">
|
|
1336
|
-
<rect x="
|
|
1349
|
+
<rect x="11944.5" y="182.0" height="32.0" width="207.0" data-name="InputHTMLAttributes<T>"></rect>
|
|
1337
1350
|
</g>
|
|
1338
|
-
<g transform="translate(
|
|
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">
|
|
1339
1352
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputHTMLAttributes<T>" data-compartment="0">
|
|
1340
1353
|
<text x="95.5" y="14.1" stroke="none" text-anchor="middle" data-name="InputHTMLAttributes<T>" data-compartment="0">InputHTMLAttributes<T></text>
|
|
1341
1354
|
|
|
@@ -1344,17 +1357,17 @@
|
|
|
1344
1357
|
</g>
|
|
1345
1358
|
<g data-name="NavigationItem">
|
|
1346
1359
|
<g fill="lightblue" stroke="#33322E" data-name="NavigationItem">
|
|
1347
|
-
<rect x="
|
|
1348
|
-
<path d="
|
|
1349
|
-
<path d="
|
|
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>
|
|
1350
1363
|
</g>
|
|
1351
|
-
<g transform="translate(
|
|
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">
|
|
1352
1365
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationItem" data-compartment="0">
|
|
1353
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>
|
|
1354
1367
|
|
|
1355
1368
|
</g>
|
|
1356
1369
|
</g>
|
|
1357
|
-
<g transform="translate(
|
|
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">
|
|
1358
1371
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationItem" data-compartment="1">
|
|
1359
1372
|
<text x="0.0" y="14.1" stroke="none" data-name="NavigationItem" data-compartment="1">+columns: string | number</text>
|
|
1360
1373
|
<text x="0.0" y="30.3" stroke="none" data-name="NavigationItem" data-compartment="1">+title: string</text>
|
|
@@ -1370,7 +1383,7 @@
|
|
|
1370
1383
|
|
|
1371
1384
|
</g>
|
|
1372
1385
|
</g>
|
|
1373
|
-
<g transform="translate(
|
|
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">
|
|
1374
1387
|
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationItem" data-compartment="2">
|
|
1375
1388
|
|
|
1376
1389
|
</g>
|
|
@@ -1378,17 +1391,17 @@
|
|
|
1378
1391
|
</g>
|
|
1379
1392
|
<g data-name="MetaItem">
|
|
1380
1393
|
<g fill="lightblue" stroke="#33322E" data-name="MetaItem">
|
|
1381
|
-
<rect x="
|
|
1382
|
-
<path d="
|
|
1383
|
-
<path d="
|
|
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>
|
|
1384
1397
|
</g>
|
|
1385
|
-
<g transform="translate(
|
|
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">
|
|
1386
1399
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaItem" data-compartment="0">
|
|
1387
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>
|
|
1388
1401
|
|
|
1389
1402
|
</g>
|
|
1390
1403
|
</g>
|
|
1391
|
-
<g transform="translate(
|
|
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">
|
|
1392
1405
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaItem" data-compartment="1">
|
|
1393
1406
|
<text x="0.0" y="14.1" stroke="none" data-name="MetaItem" data-compartment="1">+className?: string</text>
|
|
1394
1407
|
<text x="0.0" y="30.3" stroke="none" data-name="MetaItem" data-compartment="1">+children: ReactNode</text>
|
|
@@ -1396,7 +1409,7 @@
|
|
|
1396
1409
|
|
|
1397
1410
|
</g>
|
|
1398
1411
|
</g>
|
|
1399
|
-
<g transform="translate(
|
|
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">
|
|
1400
1413
|
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaItem" data-compartment="2">
|
|
1401
1414
|
|
|
1402
1415
|
</g>
|
|
@@ -1404,17 +1417,17 @@
|
|
|
1404
1417
|
</g>
|
|
1405
1418
|
<g data-name="Meta">
|
|
1406
1419
|
<g fill="lightblue" stroke="#33322E" data-name="Meta">
|
|
1407
|
-
<rect x="
|
|
1408
|
-
<path d="
|
|
1409
|
-
<path d="
|
|
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>
|
|
1410
1423
|
</g>
|
|
1411
|
-
<g transform="translate(
|
|
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">
|
|
1412
1425
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Meta" data-compartment="0">
|
|
1413
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>
|
|
1414
1427
|
|
|
1415
1428
|
</g>
|
|
1416
1429
|
</g>
|
|
1417
|
-
<g transform="translate(
|
|
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">
|
|
1418
1431
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Meta" data-compartment="1">
|
|
1419
1432
|
<text x="0.0" y="14.1" stroke="none" data-name="Meta" data-compartment="1">+visuallyHiddenTitle?: string</text>
|
|
1420
1433
|
<text x="0.0" y="30.3" stroke="none" data-name="Meta" data-compartment="1">+items?: MetaItem[]</text>
|
|
@@ -1422,34 +1435,61 @@
|
|
|
1422
1435
|
|
|
1423
1436
|
</g>
|
|
1424
1437
|
</g>
|
|
1425
|
-
<g transform="translate(
|
|
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">
|
|
1426
1439
|
<g transform="translate(8, 8)" fill="#33322E" data-name="Meta" data-compartment="2">
|
|
1427
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
|
+
|
|
1428
1467
|
</g>
|
|
1429
1468
|
</g>
|
|
1430
1469
|
</g>
|
|
1431
1470
|
<g data-name="FooterProps">
|
|
1432
1471
|
<g fill="lightblue" stroke="#33322E" data-name="FooterProps">
|
|
1433
|
-
<rect x="
|
|
1434
|
-
<path d="
|
|
1435
|
-
<path d="
|
|
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>
|
|
1436
1475
|
</g>
|
|
1437
|
-
<g transform="translate(
|
|
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">
|
|
1438
1477
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FooterProps" data-compartment="0">
|
|
1439
|
-
<a id="../src/components/Footer/Footer.types.ts.FooterProps" xlink:href="../src/components/Footer/Footer.types.ts"><text x="
|
|
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>
|
|
1440
1479
|
|
|
1441
1480
|
</g>
|
|
1442
1481
|
</g>
|
|
1443
|
-
<g transform="translate(
|
|
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">
|
|
1444
1483
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FooterProps" data-compartment="1">
|
|
1445
1484
|
<text x="0.0" y="14.1" stroke="none" data-name="FooterProps" data-compartment="1">+className?: string</text>
|
|
1446
1485
|
<text x="0.0" y="30.3" stroke="none" data-name="FooterProps" data-compartment="1">+containerClassName?: string</text>
|
|
1447
1486
|
<text x="0.0" y="46.5" stroke="none" data-name="FooterProps" data-compartment="1">+meta?: Meta</text>
|
|
1448
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>
|
|
1449
1489
|
|
|
1450
1490
|
</g>
|
|
1451
1491
|
</g>
|
|
1452
|
-
<g transform="translate(
|
|
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">
|
|
1453
1493
|
<g transform="translate(8, 8)" fill="#33322E" data-name="FooterProps" data-compartment="2">
|
|
1454
1494
|
|
|
1455
1495
|
</g>
|
|
@@ -1457,17 +1497,17 @@
|
|
|
1457
1497
|
</g>
|
|
1458
1498
|
<g data-name="HeaderProps">
|
|
1459
1499
|
<g fill="lightblue" stroke="#33322E" data-name="HeaderProps">
|
|
1460
|
-
<rect x="
|
|
1461
|
-
<path d="
|
|
1462
|
-
<path d="
|
|
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>
|
|
1463
1503
|
</g>
|
|
1464
|
-
<g transform="translate(
|
|
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">
|
|
1465
1505
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HeaderProps" data-compartment="0">
|
|
1466
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>
|
|
1467
1507
|
|
|
1468
1508
|
</g>
|
|
1469
1509
|
</g>
|
|
1470
|
-
<g transform="translate(
|
|
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">
|
|
1471
1511
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HeaderProps" data-compartment="1">
|
|
1472
1512
|
<text x="0.0" y="14.1" stroke="none" data-name="HeaderProps" data-compartment="1">+className?: string</text>
|
|
1473
1513
|
<text x="0.0" y="30.3" stroke="none" data-name="HeaderProps" data-compartment="1">+containerClassName?: string</text>
|
|
@@ -1487,7 +1527,7 @@
|
|
|
1487
1527
|
|
|
1488
1528
|
</g>
|
|
1489
1529
|
</g>
|
|
1490
|
-
<g transform="translate(
|
|
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">
|
|
1491
1531
|
<g transform="translate(8, 8)" fill="#33322E" data-name="HeaderProps" data-compartment="2">
|
|
1492
1532
|
|
|
1493
1533
|
</g>
|
|
@@ -1495,24 +1535,24 @@
|
|
|
1495
1535
|
</g>
|
|
1496
1536
|
<g data-name="HintProps">
|
|
1497
1537
|
<g fill="lightblue" stroke="#33322E" data-name="HintProps">
|
|
1498
|
-
<rect x="
|
|
1499
|
-
<path d="
|
|
1500
|
-
<path d="
|
|
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>
|
|
1501
1541
|
</g>
|
|
1502
|
-
<g transform="translate(
|
|
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">
|
|
1503
1543
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HintProps" data-compartment="0">
|
|
1504
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>
|
|
1505
1545
|
|
|
1506
1546
|
</g>
|
|
1507
1547
|
</g>
|
|
1508
|
-
<g transform="translate(
|
|
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">
|
|
1509
1549
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HintProps" data-compartment="1">
|
|
1510
1550
|
<text x="0.0" y="14.1" stroke="none" data-name="HintProps" data-compartment="1">+className?: string</text>
|
|
1511
1551
|
<text x="0.0" y="30.3" stroke="none" data-name="HintProps" data-compartment="1">+children?: ReactNode</text>
|
|
1512
1552
|
|
|
1513
1553
|
</g>
|
|
1514
1554
|
</g>
|
|
1515
|
-
<g transform="translate(
|
|
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">
|
|
1516
1556
|
<g transform="translate(8, 8)" fill="#33322E" data-name="HintProps" data-compartment="2">
|
|
1517
1557
|
|
|
1518
1558
|
</g>
|
|
@@ -1520,17 +1560,17 @@
|
|
|
1520
1560
|
</g>
|
|
1521
1561
|
<g data-name="InputProps">
|
|
1522
1562
|
<g fill="lightblue" stroke="#33322E" data-name="InputProps">
|
|
1523
|
-
<rect x="
|
|
1524
|
-
<path d="
|
|
1525
|
-
<path d="
|
|
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>
|
|
1526
1566
|
</g>
|
|
1527
|
-
<g transform="translate(
|
|
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">
|
|
1528
1568
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputProps" data-compartment="0">
|
|
1529
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>
|
|
1530
1570
|
|
|
1531
1571
|
</g>
|
|
1532
1572
|
</g>
|
|
1533
|
-
<g transform="translate(
|
|
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">
|
|
1534
1574
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InputProps" data-compartment="1">
|
|
1535
1575
|
<text x="0.0" y="14.1" stroke="none" data-name="InputProps" data-compartment="1">+className?: string</text>
|
|
1536
1576
|
<text x="0.0" y="30.3" stroke="none" data-name="InputProps" data-compartment="1">+aria-describedby?: string</text>
|
|
@@ -1552,7 +1592,7 @@
|
|
|
1552
1592
|
|
|
1553
1593
|
</g>
|
|
1554
1594
|
</g>
|
|
1555
|
-
<g transform="translate(
|
|
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">
|
|
1556
1596
|
<g transform="translate(8, 8)" fill="#33322E" data-name="InputProps" data-compartment="2">
|
|
1557
1597
|
|
|
1558
1598
|
</g>
|
|
@@ -1560,24 +1600,24 @@
|
|
|
1560
1600
|
</g>
|
|
1561
1601
|
<g data-name="InsetTextProps">
|
|
1562
1602
|
<g fill="lightblue" stroke="#33322E" data-name="InsetTextProps">
|
|
1563
|
-
<rect x="
|
|
1564
|
-
<path d="
|
|
1565
|
-
<path d="
|
|
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>
|
|
1566
1606
|
</g>
|
|
1567
|
-
<g transform="translate(
|
|
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">
|
|
1568
1608
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InsetTextProps" data-compartment="0">
|
|
1569
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>
|
|
1570
1610
|
|
|
1571
1611
|
</g>
|
|
1572
1612
|
</g>
|
|
1573
|
-
<g transform="translate(
|
|
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">
|
|
1574
1614
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InsetTextProps" data-compartment="1">
|
|
1575
1615
|
<text x="0.0" y="14.1" stroke="none" data-name="InsetTextProps" data-compartment="1">+className?: string</text>
|
|
1576
1616
|
<text x="0.0" y="30.3" stroke="none" data-name="InsetTextProps" data-compartment="1">+children: ReactNode</text>
|
|
1577
1617
|
|
|
1578
1618
|
</g>
|
|
1579
1619
|
</g>
|
|
1580
|
-
<g transform="translate(
|
|
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">
|
|
1581
1621
|
<g transform="translate(8, 8)" fill="#33322E" data-name="InsetTextProps" data-compartment="2">
|
|
1582
1622
|
|
|
1583
1623
|
</g>
|
|
@@ -1585,17 +1625,17 @@
|
|
|
1585
1625
|
</g>
|
|
1586
1626
|
<g data-name="LabelProps">
|
|
1587
1627
|
<g fill="lightblue" stroke="#33322E" data-name="LabelProps">
|
|
1588
|
-
<rect x="
|
|
1589
|
-
<path d="
|
|
1590
|
-
<path d="
|
|
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>
|
|
1591
1631
|
</g>
|
|
1592
|
-
<g transform="translate(
|
|
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">
|
|
1593
1633
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LabelProps" data-compartment="0">
|
|
1594
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>
|
|
1595
1635
|
|
|
1596
1636
|
</g>
|
|
1597
1637
|
</g>
|
|
1598
|
-
<g transform="translate(
|
|
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">
|
|
1599
1639
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LabelProps" data-compartment="1">
|
|
1600
1640
|
<text x="0.0" y="14.1" stroke="none" data-name="LabelProps" data-compartment="1">+className?: string</text>
|
|
1601
1641
|
<text x="0.0" y="30.3" stroke="none" data-name="LabelProps" data-compartment="1">+htmlFor?: string</text>
|
|
@@ -1604,7 +1644,7 @@
|
|
|
1604
1644
|
|
|
1605
1645
|
</g>
|
|
1606
1646
|
</g>
|
|
1607
|
-
<g transform="translate(
|
|
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">
|
|
1608
1648
|
<g transform="translate(8, 8)" fill="#33322E" data-name="LabelProps" data-compartment="2">
|
|
1609
1649
|
|
|
1610
1650
|
</g>
|
|
@@ -1612,23 +1652,23 @@
|
|
|
1612
1652
|
</g>
|
|
1613
1653
|
<g data-name="LandingProps">
|
|
1614
1654
|
<g fill="lightblue" stroke="#33322E" data-name="LandingProps">
|
|
1615
|
-
<rect x="
|
|
1616
|
-
<path d="
|
|
1617
|
-
<path d="
|
|
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>
|
|
1618
1658
|
</g>
|
|
1619
|
-
<g transform="translate(
|
|
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">
|
|
1620
1660
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LandingProps" data-compartment="0">
|
|
1621
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>
|
|
1622
1662
|
|
|
1623
1663
|
</g>
|
|
1624
1664
|
</g>
|
|
1625
|
-
<g transform="translate(
|
|
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">
|
|
1626
1666
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LandingProps" data-compartment="1">
|
|
1627
1667
|
<text x="0.0" y="14.1" stroke="none" data-name="LandingProps" data-compartment="1">+to?: To</text>
|
|
1628
1668
|
|
|
1629
1669
|
</g>
|
|
1630
1670
|
</g>
|
|
1631
|
-
<g transform="translate(
|
|
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">
|
|
1632
1672
|
<g transform="translate(8, 8)" fill="#33322E" data-name="LandingProps" data-compartment="2">
|
|
1633
1673
|
|
|
1634
1674
|
</g>
|
|
@@ -1636,17 +1676,17 @@
|
|
|
1636
1676
|
</g>
|
|
1637
1677
|
<g data-name="LinkWithRefProps">
|
|
1638
1678
|
<g fill="lightblue" stroke="#33322E" data-name="LinkWithRefProps">
|
|
1639
|
-
<rect x="
|
|
1640
|
-
<path d="
|
|
1641
|
-
<path d="
|
|
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>
|
|
1642
1682
|
</g>
|
|
1643
|
-
<g transform="translate(
|
|
1683
|
+
<g transform="translate(14545, 525)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="0">
|
|
1644
1684
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LinkWithRefProps" data-compartment="0">
|
|
1645
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>
|
|
1646
1686
|
|
|
1647
1687
|
</g>
|
|
1648
1688
|
</g>
|
|
1649
|
-
<g transform="translate(
|
|
1689
|
+
<g transform="translate(14545, 557)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="1">
|
|
1650
1690
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LinkWithRefProps" data-compartment="1">
|
|
1651
1691
|
<text x="0.0" y="14.1" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+children: React.ReactNode</text>
|
|
1652
1692
|
<text x="0.0" y="30.3" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+to?: To</text>
|
|
@@ -1655,7 +1695,7 @@
|
|
|
1655
1695
|
|
|
1656
1696
|
</g>
|
|
1657
1697
|
</g>
|
|
1658
|
-
<g transform="translate(
|
|
1698
|
+
<g transform="translate(14545, 638)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="2">
|
|
1659
1699
|
<g transform="translate(8, 8)" fill="#33322E" data-name="LinkWithRefProps" data-compartment="2">
|
|
1660
1700
|
|
|
1661
1701
|
</g>
|
|
@@ -1663,9 +1703,9 @@
|
|
|
1663
1703
|
</g>
|
|
1664
1704
|
<g data-name="AnchorHTMLAttributes<T>">
|
|
1665
1705
|
<g fill="#eee8d5" stroke="#33322E" data-name="AnchorHTMLAttributes<T>">
|
|
1666
|
-
<rect x="
|
|
1706
|
+
<rect x="14641.5" y="182.0" height="32.0" width="223.0" data-name="AnchorHTMLAttributes<T>"></rect>
|
|
1667
1707
|
</g>
|
|
1668
|
-
<g transform="translate(
|
|
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">
|
|
1669
1709
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnchorHTMLAttributes<T>" data-compartment="0">
|
|
1670
1710
|
<text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="AnchorHTMLAttributes<T>" data-compartment="0">AnchorHTMLAttributes<T></text>
|
|
1671
1711
|
|
|
@@ -1674,24 +1714,24 @@
|
|
|
1674
1714
|
</g>
|
|
1675
1715
|
<g data-name="LoadingProps">
|
|
1676
1716
|
<g fill="lightblue" stroke="#33322E" data-name="LoadingProps">
|
|
1677
|
-
<rect x="
|
|
1678
|
-
<path d="
|
|
1679
|
-
<path d="
|
|
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>
|
|
1680
1720
|
</g>
|
|
1681
|
-
<g transform="translate(
|
|
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">
|
|
1682
1722
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LoadingProps" data-compartment="0">
|
|
1683
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>
|
|
1684
1724
|
|
|
1685
1725
|
</g>
|
|
1686
1726
|
</g>
|
|
1687
|
-
<g transform="translate(
|
|
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">
|
|
1688
1728
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LoadingProps" data-compartment="1">
|
|
1689
1729
|
<text x="0.0" y="14.1" stroke="none" data-name="LoadingProps" data-compartment="1">+message?: string</text>
|
|
1690
1730
|
<text x="0.0" y="30.3" stroke="none" data-name="LoadingProps" data-compartment="1">+html?: ReactNode</text>
|
|
1691
1731
|
|
|
1692
1732
|
</g>
|
|
1693
1733
|
</g>
|
|
1694
|
-
<g transform="translate(
|
|
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">
|
|
1695
1735
|
<g transform="translate(8, 8)" fill="#33322E" data-name="LoadingProps" data-compartment="2">
|
|
1696
1736
|
|
|
1697
1737
|
</g>
|
|
@@ -1699,17 +1739,17 @@
|
|
|
1699
1739
|
</g>
|
|
1700
1740
|
<g data-name="MainProps">
|
|
1701
1741
|
<g fill="lightblue" stroke="#33322E" data-name="MainProps">
|
|
1702
|
-
<rect x="
|
|
1703
|
-
<path d="
|
|
1704
|
-
<path d="
|
|
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>
|
|
1705
1745
|
</g>
|
|
1706
|
-
<g transform="translate(
|
|
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">
|
|
1707
1747
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MainProps" data-compartment="0">
|
|
1708
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>
|
|
1709
1749
|
|
|
1710
1750
|
</g>
|
|
1711
1751
|
</g>
|
|
1712
|
-
<g transform="translate(
|
|
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">
|
|
1713
1753
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MainProps" data-compartment="1">
|
|
1714
1754
|
<text x="0.0" y="14.1" stroke="none" data-name="MainProps" data-compartment="1">+children?: ReactNode</text>
|
|
1715
1755
|
<text x="0.0" y="30.3" stroke="none" data-name="MainProps" data-compartment="1">+backLink?: string</text>
|
|
@@ -1717,7 +1757,7 @@
|
|
|
1717
1757
|
|
|
1718
1758
|
</g>
|
|
1719
1759
|
</g>
|
|
1720
|
-
<g transform="translate(
|
|
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">
|
|
1721
1761
|
<g transform="translate(8, 8)" fill="#33322E" data-name="MainProps" data-compartment="2">
|
|
1722
1762
|
|
|
1723
1763
|
</g>
|
|
@@ -1725,17 +1765,17 @@
|
|
|
1725
1765
|
</g>
|
|
1726
1766
|
<g data-name="NotificationBannerProps">
|
|
1727
1767
|
<g fill="lightblue" stroke="#33322E" data-name="NotificationBannerProps">
|
|
1728
|
-
<rect x="
|
|
1729
|
-
<path d="
|
|
1730
|
-
<path d="
|
|
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>
|
|
1731
1771
|
</g>
|
|
1732
|
-
<g transform="translate(
|
|
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">
|
|
1733
1773
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NotificationBannerProps" data-compartment="0">
|
|
1734
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>
|
|
1735
1775
|
|
|
1736
1776
|
</g>
|
|
1737
1777
|
</g>
|
|
1738
|
-
<g transform="translate(
|
|
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">
|
|
1739
1779
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NotificationBannerProps" data-compartment="1">
|
|
1740
1780
|
<text x="0.0" y="14.1" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+type: "success" | "error" | "info" | "warning"</text>
|
|
1741
1781
|
<text x="0.0" y="30.3" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleChildren?: string</text>
|
|
@@ -1748,7 +1788,7 @@
|
|
|
1748
1788
|
|
|
1749
1789
|
</g>
|
|
1750
1790
|
</g>
|
|
1751
|
-
<g transform="translate(
|
|
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">
|
|
1752
1792
|
<g transform="translate(8, 8)" fill="#33322E" data-name="NotificationBannerProps" data-compartment="2">
|
|
1753
1793
|
|
|
1754
1794
|
</g>
|
|
@@ -1756,17 +1796,17 @@
|
|
|
1756
1796
|
</g>
|
|
1757
1797
|
<g data-name="PaginationItemProps">
|
|
1758
1798
|
<g fill="lightblue" stroke="#33322E" data-name="PaginationItemProps">
|
|
1759
|
-
<rect x="
|
|
1760
|
-
<path d="
|
|
1761
|
-
<path d="
|
|
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>
|
|
1762
1802
|
</g>
|
|
1763
|
-
<g transform="translate(
|
|
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">
|
|
1764
1804
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationItemProps" data-compartment="0">
|
|
1765
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>
|
|
1766
1806
|
|
|
1767
1807
|
</g>
|
|
1768
1808
|
</g>
|
|
1769
|
-
<g transform="translate(
|
|
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">
|
|
1770
1810
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationItemProps" data-compartment="1">
|
|
1771
1811
|
<text x="0.0" y="14.1" stroke="none" data-name="PaginationItemProps" data-compartment="1">+number?: string | number</text>
|
|
1772
1812
|
<text x="0.0" y="30.3" stroke="none" data-name="PaginationItemProps" data-compartment="1">+href?: string</text>
|
|
@@ -1775,7 +1815,7 @@
|
|
|
1775
1815
|
|
|
1776
1816
|
</g>
|
|
1777
1817
|
</g>
|
|
1778
|
-
<g transform="translate(
|
|
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">
|
|
1779
1819
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationItemProps" data-compartment="2">
|
|
1780
1820
|
|
|
1781
1821
|
</g>
|
|
@@ -1783,17 +1823,17 @@
|
|
|
1783
1823
|
</g>
|
|
1784
1824
|
<g data-name="PaginationNavProps">
|
|
1785
1825
|
<g fill="lightblue" stroke="#33322E" data-name="PaginationNavProps">
|
|
1786
|
-
<rect x="
|
|
1787
|
-
<path d="
|
|
1788
|
-
<path d="
|
|
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>
|
|
1789
1829
|
</g>
|
|
1790
|
-
<g transform="translate(
|
|
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">
|
|
1791
1831
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationNavProps" data-compartment="0">
|
|
1792
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>
|
|
1793
1833
|
|
|
1794
1834
|
</g>
|
|
1795
1835
|
</g>
|
|
1796
|
-
<g transform="translate(
|
|
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">
|
|
1797
1837
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationNavProps" data-compartment="1">
|
|
1798
1838
|
<text x="0.0" y="14.1" stroke="none" data-name="PaginationNavProps" data-compartment="1">+href: string</text>
|
|
1799
1839
|
<text x="0.0" y="30.3" stroke="none" data-name="PaginationNavProps" data-compartment="1">+children?: ReactNode</text>
|
|
@@ -1801,7 +1841,7 @@
|
|
|
1801
1841
|
|
|
1802
1842
|
</g>
|
|
1803
1843
|
</g>
|
|
1804
|
-
<g transform="translate(
|
|
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">
|
|
1805
1845
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationNavProps" data-compartment="2">
|
|
1806
1846
|
|
|
1807
1847
|
</g>
|
|
@@ -1809,17 +1849,17 @@
|
|
|
1809
1849
|
</g>
|
|
1810
1850
|
<g data-name="PaginationProps">
|
|
1811
1851
|
<g fill="lightblue" stroke="#33322E" data-name="PaginationProps">
|
|
1812
|
-
<rect x="
|
|
1813
|
-
<path d="
|
|
1814
|
-
<path d="
|
|
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>
|
|
1815
1855
|
</g>
|
|
1816
|
-
<g transform="translate(
|
|
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">
|
|
1817
1857
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationProps" data-compartment="0">
|
|
1818
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>
|
|
1819
1859
|
|
|
1820
1860
|
</g>
|
|
1821
1861
|
</g>
|
|
1822
|
-
<g transform="translate(
|
|
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">
|
|
1823
1863
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationProps" data-compartment="1">
|
|
1824
1864
|
<text x="0.0" y="14.1" stroke="none" data-name="PaginationProps" data-compartment="1">+previous?: PaginationNavProps</text>
|
|
1825
1865
|
<text x="0.0" y="30.3" stroke="none" data-name="PaginationProps" data-compartment="1">+next?: PaginationNavProps</text>
|
|
@@ -1828,7 +1868,7 @@
|
|
|
1828
1868
|
|
|
1829
1869
|
</g>
|
|
1830
1870
|
</g>
|
|
1831
|
-
<g transform="translate(
|
|
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">
|
|
1832
1872
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationProps" data-compartment="2">
|
|
1833
1873
|
|
|
1834
1874
|
</g>
|
|
@@ -1836,23 +1876,23 @@
|
|
|
1836
1876
|
</g>
|
|
1837
1877
|
<g data-name="SvgIconProps">
|
|
1838
1878
|
<g fill="lightblue" stroke="#33322E" data-name="SvgIconProps">
|
|
1839
|
-
<rect x="
|
|
1840
|
-
<path d="
|
|
1841
|
-
<path d="
|
|
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>
|
|
1842
1882
|
</g>
|
|
1843
|
-
<g transform="translate(
|
|
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">
|
|
1844
1884
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SvgIconProps" data-compartment="0">
|
|
1845
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>
|
|
1846
1886
|
|
|
1847
1887
|
</g>
|
|
1848
1888
|
</g>
|
|
1849
|
-
<g transform="translate(
|
|
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">
|
|
1850
1890
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SvgIconProps" data-compartment="1">
|
|
1851
1891
|
<text x="0.0" y="14.1" stroke="none" data-name="SvgIconProps" data-compartment="1">+type: string</text>
|
|
1852
1892
|
|
|
1853
1893
|
</g>
|
|
1854
1894
|
</g>
|
|
1855
|
-
<g transform="translate(
|
|
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">
|
|
1856
1896
|
<g transform="translate(8, 8)" fill="#33322E" data-name="SvgIconProps" data-compartment="2">
|
|
1857
1897
|
|
|
1858
1898
|
</g>
|
|
@@ -1860,17 +1900,17 @@
|
|
|
1860
1900
|
</g>
|
|
1861
1901
|
<g data-name="NavigationButtonProps">
|
|
1862
1902
|
<g fill="lightblue" stroke="#33322E" data-name="NavigationButtonProps">
|
|
1863
|
-
<rect x="
|
|
1864
|
-
<path d="
|
|
1865
|
-
<path d="
|
|
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>
|
|
1866
1906
|
</g>
|
|
1867
|
-
<g transform="translate(
|
|
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">
|
|
1868
1908
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationButtonProps" data-compartment="0">
|
|
1869
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>
|
|
1870
1910
|
|
|
1871
1911
|
</g>
|
|
1872
1912
|
</g>
|
|
1873
|
-
<g transform="translate(
|
|
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">
|
|
1874
1914
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationButtonProps" data-compartment="1">
|
|
1875
1915
|
<text x="0.0" y="14.1" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+href: string</text>
|
|
1876
1916
|
<text x="0.0" y="30.3" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+type: "next" | "previous"</text>
|
|
@@ -1879,7 +1919,7 @@
|
|
|
1879
1919
|
|
|
1880
1920
|
</g>
|
|
1881
1921
|
</g>
|
|
1882
|
-
<g transform="translate(
|
|
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">
|
|
1883
1923
|
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationButtonProps" data-compartment="2">
|
|
1884
1924
|
|
|
1885
1925
|
</g>
|
|
@@ -1887,17 +1927,17 @@
|
|
|
1887
1927
|
</g>
|
|
1888
1928
|
<g data-name="UsePaginationProps">
|
|
1889
1929
|
<g fill="lightblue" stroke="#33322E" data-name="UsePaginationProps">
|
|
1890
|
-
<rect x="
|
|
1891
|
-
<path d="
|
|
1892
|
-
<path d="
|
|
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>
|
|
1893
1933
|
</g>
|
|
1894
|
-
<g transform="translate(
|
|
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">
|
|
1895
1935
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="UsePaginationProps" data-compartment="0">
|
|
1896
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>
|
|
1897
1937
|
|
|
1898
1938
|
</g>
|
|
1899
1939
|
</g>
|
|
1900
|
-
<g transform="translate(
|
|
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">
|
|
1901
1941
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="UsePaginationProps" data-compartment="1">
|
|
1902
1942
|
<text x="0.0" y="14.1" stroke="none" data-name="UsePaginationProps" data-compartment="1">+totalCount: number</text>
|
|
1903
1943
|
<text x="0.0" y="30.3" stroke="none" data-name="UsePaginationProps" data-compartment="1">+pageSize: number</text>
|
|
@@ -1906,7 +1946,7 @@
|
|
|
1906
1946
|
|
|
1907
1947
|
</g>
|
|
1908
1948
|
</g>
|
|
1909
|
-
<g transform="translate(
|
|
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">
|
|
1910
1950
|
<g transform="translate(8, 8)" fill="#33322E" data-name="UsePaginationProps" data-compartment="2">
|
|
1911
1951
|
|
|
1912
1952
|
</g>
|
|
@@ -1914,17 +1954,17 @@
|
|
|
1914
1954
|
</g>
|
|
1915
1955
|
<g data-name="PanelProps">
|
|
1916
1956
|
<g fill="lightblue" stroke="#33322E" data-name="PanelProps">
|
|
1917
|
-
<rect x="
|
|
1918
|
-
<path d="
|
|
1919
|
-
<path d="
|
|
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>
|
|
1920
1960
|
</g>
|
|
1921
|
-
<g transform="translate(
|
|
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">
|
|
1922
1962
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PanelProps" data-compartment="0">
|
|
1923
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>
|
|
1924
1964
|
|
|
1925
1965
|
</g>
|
|
1926
1966
|
</g>
|
|
1927
|
-
<g transform="translate(
|
|
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">
|
|
1928
1968
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PanelProps" data-compartment="1">
|
|
1929
1969
|
<text x="0.0" y="14.1" stroke="none" data-name="PanelProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
1930
1970
|
<text x="0.0" y="30.3" stroke="none" data-name="PanelProps" data-compartment="1">+className?: string</text>
|
|
@@ -1933,7 +1973,7 @@
|
|
|
1933
1973
|
|
|
1934
1974
|
</g>
|
|
1935
1975
|
</g>
|
|
1936
|
-
<g transform="translate(
|
|
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">
|
|
1937
1977
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PanelProps" data-compartment="2">
|
|
1938
1978
|
|
|
1939
1979
|
</g>
|
|
@@ -1941,17 +1981,17 @@
|
|
|
1941
1981
|
</g>
|
|
1942
1982
|
<g data-name="PasswordInputLabelProps">
|
|
1943
1983
|
<g fill="lightblue" stroke="#33322E" data-name="PasswordInputLabelProps">
|
|
1944
|
-
<rect x="
|
|
1945
|
-
<path d="
|
|
1946
|
-
<path d="
|
|
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>
|
|
1947
1987
|
</g>
|
|
1948
|
-
<g transform="translate(
|
|
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">
|
|
1949
1989
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PasswordInputLabelProps" data-compartment="0">
|
|
1950
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>
|
|
1951
1991
|
|
|
1952
1992
|
</g>
|
|
1953
1993
|
</g>
|
|
1954
|
-
<g transform="translate(
|
|
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">
|
|
1955
1995
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PasswordInputLabelProps" data-compartment="1">
|
|
1956
1996
|
<text x="0.0" y="14.1" stroke="none" data-name="PasswordInputLabelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1957
1997
|
<text x="0.0" y="30.3" stroke="none" data-name="PasswordInputLabelProps" data-compartment="1">+className?: string</text>
|
|
@@ -1959,7 +1999,7 @@
|
|
|
1959
1999
|
|
|
1960
2000
|
</g>
|
|
1961
2001
|
</g>
|
|
1962
|
-
<g transform="translate(
|
|
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">
|
|
1963
2003
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PasswordInputLabelProps" data-compartment="2">
|
|
1964
2004
|
|
|
1965
2005
|
</g>
|
|
@@ -1967,17 +2007,17 @@
|
|
|
1967
2007
|
</g>
|
|
1968
2008
|
<g data-name="PasswordInputProps">
|
|
1969
2009
|
<g fill="lightblue" stroke="#33322E" data-name="PasswordInputProps">
|
|
1970
|
-
<rect x="
|
|
1971
|
-
<path d="
|
|
1972
|
-
<path d="
|
|
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>
|
|
1973
2013
|
</g>
|
|
1974
|
-
<g transform="translate(
|
|
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">
|
|
1975
2015
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PasswordInputProps" data-compartment="0">
|
|
1976
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>
|
|
1977
2017
|
|
|
1978
2018
|
</g>
|
|
1979
2019
|
</g>
|
|
1980
|
-
<g transform="translate(
|
|
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">
|
|
1981
2021
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PasswordInputProps" data-compartment="1">
|
|
1982
2022
|
<text x="0.0" y="14.1" stroke="none" data-name="PasswordInputProps" data-compartment="1">+className?: string</text>
|
|
1983
2023
|
<text x="0.0" y="30.3" stroke="none" data-name="PasswordInputProps" data-compartment="1">+aria-describedby?: string</text>
|
|
@@ -2003,7 +2043,7 @@
|
|
|
2003
2043
|
|
|
2004
2044
|
</g>
|
|
2005
2045
|
</g>
|
|
2006
|
-
<g transform="translate(
|
|
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">
|
|
2007
2047
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PasswordInputProps" data-compartment="2">
|
|
2008
2048
|
|
|
2009
2049
|
</g>
|
|
@@ -2011,17 +2051,17 @@
|
|
|
2011
2051
|
</g>
|
|
2012
2052
|
<g data-name="PDFJsProps">
|
|
2013
2053
|
<g fill="lightblue" stroke="#33322E" data-name="PDFJsProps">
|
|
2014
|
-
<rect x="
|
|
2015
|
-
<path d="
|
|
2016
|
-
<path d="
|
|
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>
|
|
2017
2057
|
</g>
|
|
2018
|
-
<g transform="translate(
|
|
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">
|
|
2019
2059
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFJsProps" data-compartment="0">
|
|
2020
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>
|
|
2021
2061
|
|
|
2022
2062
|
</g>
|
|
2023
2063
|
</g>
|
|
2024
|
-
<g transform="translate(
|
|
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">
|
|
2025
2065
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFJsProps" data-compartment="1">
|
|
2026
2066
|
<text x="0.0" y="14.1" stroke="none" data-name="PDFJsProps" data-compartment="1">+iframeId: string</text>
|
|
2027
2067
|
<text x="0.0" y="30.3" stroke="none" data-name="PDFJsProps" data-compartment="1">+source: string</text>
|
|
@@ -2033,7 +2073,7 @@
|
|
|
2033
2073
|
|
|
2034
2074
|
</g>
|
|
2035
2075
|
</g>
|
|
2036
|
-
<g transform="translate(
|
|
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">
|
|
2037
2077
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFJsProps" data-compartment="2">
|
|
2038
2078
|
|
|
2039
2079
|
</g>
|
|
@@ -2041,17 +2081,17 @@
|
|
|
2041
2081
|
</g>
|
|
2042
2082
|
<g data-name="PDFViewerProps">
|
|
2043
2083
|
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerProps">
|
|
2044
|
-
<rect x="
|
|
2045
|
-
<path d="
|
|
2046
|
-
<path d="
|
|
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>
|
|
2047
2087
|
</g>
|
|
2048
|
-
<g transform="translate(
|
|
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">
|
|
2049
2089
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerProps" data-compartment="0">
|
|
2050
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>
|
|
2051
2091
|
|
|
2052
2092
|
</g>
|
|
2053
2093
|
</g>
|
|
2054
|
-
<g transform="translate(
|
|
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">
|
|
2055
2095
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerProps" data-compartment="1">
|
|
2056
2096
|
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerProps" data-compartment="1">+iframeId: string</text>
|
|
2057
2097
|
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerProps" data-compartment="1">+src: string</text>
|
|
@@ -2064,7 +2104,7 @@
|
|
|
2064
2104
|
|
|
2065
2105
|
</g>
|
|
2066
2106
|
</g>
|
|
2067
|
-
<g transform="translate(
|
|
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">
|
|
2068
2108
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerProps" data-compartment="2">
|
|
2069
2109
|
|
|
2070
2110
|
</g>
|
|
@@ -2072,24 +2112,24 @@
|
|
|
2072
2112
|
</g>
|
|
2073
2113
|
<g data-name="SourceDeterminer">
|
|
2074
2114
|
<g fill="lightblue" stroke="#33322E" data-name="SourceDeterminer">
|
|
2075
|
-
<rect x="
|
|
2076
|
-
<path d="
|
|
2077
|
-
<path d="
|
|
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>
|
|
2078
2118
|
</g>
|
|
2079
|
-
<g transform="translate(
|
|
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">
|
|
2080
2120
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SourceDeterminer" data-compartment="0">
|
|
2081
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>
|
|
2082
2122
|
|
|
2083
2123
|
</g>
|
|
2084
2124
|
</g>
|
|
2085
|
-
<g transform="translate(
|
|
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">
|
|
2086
2126
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SourceDeterminer" data-compartment="1">
|
|
2087
2127
|
<text x="0.0" y="14.1" stroke="none" data-name="SourceDeterminer" data-compartment="1">+isBase64Source: boolean</text>
|
|
2088
2128
|
<text x="0.0" y="30.3" stroke="none" data-name="SourceDeterminer" data-compartment="1">+source: string</text>
|
|
2089
2129
|
|
|
2090
2130
|
</g>
|
|
2091
2131
|
</g>
|
|
2092
|
-
<g transform="translate(
|
|
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">
|
|
2093
2133
|
<g transform="translate(8, 8)" fill="#33322E" data-name="SourceDeterminer" data-compartment="2">
|
|
2094
2134
|
|
|
2095
2135
|
</g>
|
|
@@ -2097,27 +2137,32 @@
|
|
|
2097
2137
|
</g>
|
|
2098
2138
|
<g data-name="PDFViewerCanvasProps">
|
|
2099
2139
|
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerCanvasProps">
|
|
2100
|
-
<rect x="
|
|
2101
|
-
<path d="
|
|
2102
|
-
<path d="
|
|
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>
|
|
2103
2143
|
</g>
|
|
2104
|
-
<g transform="translate(
|
|
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">
|
|
2105
2145
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerCanvasProps" data-compartment="0">
|
|
2106
|
-
<a id="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts.PDFViewerCanvasProps" xlink:href="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts"><text x="
|
|
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>
|
|
2107
2147
|
|
|
2108
2148
|
</g>
|
|
2109
2149
|
</g>
|
|
2110
|
-
<g transform="translate(
|
|
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">
|
|
2111
2151
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerCanvasProps" data-compartment="1">
|
|
2112
2152
|
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+src: string</text>
|
|
2113
2153
|
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+className?: string</text>
|
|
2114
2154
|
<text x="0.0" y="46.5" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+documentName?: string</text>
|
|
2115
2155
|
<text x="0.0" y="62.7" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+pageNumber?: number</text>
|
|
2116
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>
|
|
2117
2162
|
|
|
2118
2163
|
</g>
|
|
2119
2164
|
</g>
|
|
2120
|
-
<g transform="translate(
|
|
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">
|
|
2121
2166
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerCanvasProps" data-compartment="2">
|
|
2122
2167
|
|
|
2123
2168
|
</g>
|
|
@@ -2125,17 +2170,17 @@
|
|
|
2125
2170
|
</g>
|
|
2126
2171
|
<g data-name="PhaseBannerProps">
|
|
2127
2172
|
<g fill="lightblue" stroke="#33322E" data-name="PhaseBannerProps">
|
|
2128
|
-
<rect x="
|
|
2129
|
-
<path d="
|
|
2130
|
-
<path d="
|
|
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>
|
|
2131
2176
|
</g>
|
|
2132
|
-
<g transform="translate(
|
|
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">
|
|
2133
2178
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PhaseBannerProps" data-compartment="0">
|
|
2134
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>
|
|
2135
2180
|
|
|
2136
2181
|
</g>
|
|
2137
2182
|
</g>
|
|
2138
|
-
<g transform="translate(
|
|
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">
|
|
2139
2184
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PhaseBannerProps" data-compartment="1">
|
|
2140
2185
|
<text x="0.0" y="14.1" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+className?: string</text>
|
|
2141
2186
|
<text x="0.0" y="30.3" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+tag?: TagProps</text>
|
|
@@ -2143,7 +2188,7 @@
|
|
|
2143
2188
|
|
|
2144
2189
|
</g>
|
|
2145
2190
|
</g>
|
|
2146
|
-
<g transform="translate(
|
|
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">
|
|
2147
2192
|
<g transform="translate(8, 8)" fill="#33322E" data-name="PhaseBannerProps" data-compartment="2">
|
|
2148
2193
|
|
|
2149
2194
|
</g>
|
|
@@ -2151,17 +2196,17 @@
|
|
|
2151
2196
|
</g>
|
|
2152
2197
|
<g data-name="ProblemWithServiceProps">
|
|
2153
2198
|
<g fill="lightblue" stroke="#33322E" data-name="ProblemWithServiceProps">
|
|
2154
|
-
<rect x="
|
|
2155
|
-
<path d="
|
|
2156
|
-
<path d="
|
|
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>
|
|
2157
2202
|
</g>
|
|
2158
|
-
<g transform="translate(
|
|
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">
|
|
2159
2204
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ProblemWithServiceProps" data-compartment="0">
|
|
2160
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>
|
|
2161
2206
|
|
|
2162
2207
|
</g>
|
|
2163
2208
|
</g>
|
|
2164
|
-
<g transform="translate(
|
|
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">
|
|
2165
2210
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ProblemWithServiceProps" data-compartment="1">
|
|
2166
2211
|
<text x="0.0" y="14.1" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+message?: string</text>
|
|
2167
2212
|
<text x="0.0" y="30.3" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+applicationName?: string</text>
|
|
@@ -2171,7 +2216,7 @@
|
|
|
2171
2216
|
|
|
2172
2217
|
</g>
|
|
2173
2218
|
</g>
|
|
2174
|
-
<g transform="translate(
|
|
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">
|
|
2175
2220
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ProblemWithServiceProps" data-compartment="2">
|
|
2176
2221
|
|
|
2177
2222
|
</g>
|
|
@@ -2179,17 +2224,17 @@
|
|
|
2179
2224
|
</g>
|
|
2180
2225
|
<g data-name="RadiosProps">
|
|
2181
2226
|
<g fill="lightblue" stroke="#33322E" data-name="RadiosProps">
|
|
2182
|
-
<rect x="
|
|
2183
|
-
<path d="
|
|
2184
|
-
<path d="
|
|
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>
|
|
2185
2230
|
</g>
|
|
2186
|
-
<g transform="translate(
|
|
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">
|
|
2187
2232
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="RadiosProps" data-compartment="0">
|
|
2188
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>
|
|
2189
2234
|
|
|
2190
2235
|
</g>
|
|
2191
2236
|
</g>
|
|
2192
|
-
<g transform="translate(
|
|
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">
|
|
2193
2238
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="RadiosProps" data-compartment="1">
|
|
2194
2239
|
<text x="0.0" y="14.1" stroke="none" data-name="RadiosProps" data-compartment="1">+value?: string</text>
|
|
2195
2240
|
<text x="0.0" y="30.3" stroke="none" data-name="RadiosProps" data-compartment="1">+defaultValue?: string</text>
|
|
@@ -2197,7 +2242,7 @@
|
|
|
2197
2242
|
|
|
2198
2243
|
</g>
|
|
2199
2244
|
</g>
|
|
2200
|
-
<g transform="translate(
|
|
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">
|
|
2201
2246
|
<g transform="translate(8, 8)" fill="#33322E" data-name="RadiosProps" data-compartment="2">
|
|
2202
2247
|
|
|
2203
2248
|
</g>
|
|
@@ -2205,24 +2250,24 @@
|
|
|
2205
2250
|
</g>
|
|
2206
2251
|
<g data-name="Option">
|
|
2207
2252
|
<g fill="lightblue" stroke="#33322E" data-name="Option">
|
|
2208
|
-
<rect x="
|
|
2209
|
-
<path d="
|
|
2210
|
-
<path d="
|
|
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>
|
|
2211
2256
|
</g>
|
|
2212
|
-
<g transform="translate(
|
|
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">
|
|
2213
2258
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Option" data-compartment="0">
|
|
2214
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>
|
|
2215
2260
|
|
|
2216
2261
|
</g>
|
|
2217
2262
|
</g>
|
|
2218
|
-
<g transform="translate(
|
|
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">
|
|
2219
2264
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Option" data-compartment="1">
|
|
2220
2265
|
<text x="0.0" y="14.1" stroke="none" data-name="Option" data-compartment="1">+reactListKey?: string | number</text>
|
|
2221
2266
|
<text x="0.0" y="30.3" stroke="none" data-name="Option" data-compartment="1">+children: ReactNode</text>
|
|
2222
2267
|
|
|
2223
2268
|
</g>
|
|
2224
2269
|
</g>
|
|
2225
|
-
<g transform="translate(
|
|
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">
|
|
2226
2271
|
<g transform="translate(8, 8)" fill="#33322E" data-name="Option" data-compartment="2">
|
|
2227
2272
|
|
|
2228
2273
|
</g>
|
|
@@ -2230,17 +2275,17 @@
|
|
|
2230
2275
|
</g>
|
|
2231
2276
|
<g data-name="SelectProps">
|
|
2232
2277
|
<g fill="lightblue" stroke="#33322E" data-name="SelectProps">
|
|
2233
|
-
<rect x="
|
|
2234
|
-
<path d="
|
|
2235
|
-
<path d="
|
|
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>
|
|
2236
2281
|
</g>
|
|
2237
|
-
<g transform="translate(
|
|
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">
|
|
2238
2283
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SelectProps" data-compartment="0">
|
|
2239
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>
|
|
2240
2285
|
|
|
2241
2286
|
</g>
|
|
2242
2287
|
</g>
|
|
2243
|
-
<g transform="translate(
|
|
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">
|
|
2244
2289
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SelectProps" data-compartment="1">
|
|
2245
2290
|
<text x="0.0" y="14.1" stroke="none" data-name="SelectProps" data-compartment="1">+className?: string</text>
|
|
2246
2291
|
<text x="0.0" y="30.3" stroke="none" data-name="SelectProps" data-compartment="1">+aria-describedby?: string</text>
|
|
@@ -2255,7 +2300,7 @@
|
|
|
2255
2300
|
|
|
2256
2301
|
</g>
|
|
2257
2302
|
</g>
|
|
2258
|
-
<g transform="translate(
|
|
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">
|
|
2259
2304
|
<g transform="translate(8, 8)" fill="#33322E" data-name="SelectProps" data-compartment="2">
|
|
2260
2305
|
|
|
2261
2306
|
</g>
|
|
@@ -2263,17 +2308,17 @@
|
|
|
2263
2308
|
</g>
|
|
2264
2309
|
<g data-name="ServiceNavigationProps">
|
|
2265
2310
|
<g fill="lightblue" stroke="#33322E" data-name="ServiceNavigationProps">
|
|
2266
|
-
<rect x="
|
|
2267
|
-
<path d="
|
|
2268
|
-
<path d="
|
|
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>
|
|
2269
2314
|
</g>
|
|
2270
|
-
<g transform="translate(
|
|
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">
|
|
2271
2316
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ServiceNavigationProps" data-compartment="0">
|
|
2272
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>
|
|
2273
2318
|
|
|
2274
2319
|
</g>
|
|
2275
2320
|
</g>
|
|
2276
|
-
<g transform="translate(
|
|
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">
|
|
2277
2322
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ServiceNavigationProps" data-compartment="1">
|
|
2278
2323
|
<text x="0.0" y="14.1" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+className?: string</text>
|
|
2279
2324
|
<text x="0.0" y="30.3" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+containerClassName?: string</text>
|
|
@@ -2287,7 +2332,7 @@
|
|
|
2287
2332
|
|
|
2288
2333
|
</g>
|
|
2289
2334
|
</g>
|
|
2290
|
-
<g transform="translate(
|
|
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">
|
|
2291
2336
|
<g transform="translate(8, 8)" fill="#33322E" data-name="ServiceNavigationProps" data-compartment="2">
|
|
2292
2337
|
|
|
2293
2338
|
</g>
|
|
@@ -2295,17 +2340,17 @@
|
|
|
2295
2340
|
</g>
|
|
2296
2341
|
<g data-name="SkipLinkProps">
|
|
2297
2342
|
<g fill="lightblue" stroke="#33322E" data-name="SkipLinkProps">
|
|
2298
|
-
<rect x="
|
|
2299
|
-
<path d="
|
|
2300
|
-
<path d="
|
|
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>
|
|
2301
2346
|
</g>
|
|
2302
|
-
<g transform="translate(
|
|
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">
|
|
2303
2348
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SkipLinkProps" data-compartment="0">
|
|
2304
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>
|
|
2305
2350
|
|
|
2306
2351
|
</g>
|
|
2307
2352
|
</g>
|
|
2308
|
-
<g transform="translate(
|
|
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">
|
|
2309
2354
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SkipLinkProps" data-compartment="1">
|
|
2310
2355
|
<text x="0.0" y="14.1" stroke="none" data-name="SkipLinkProps" data-compartment="1">+href: string</text>
|
|
2311
2356
|
<text x="0.0" y="30.3" stroke="none" data-name="SkipLinkProps" data-compartment="1">+className: string</text>
|
|
@@ -2313,7 +2358,7 @@
|
|
|
2313
2358
|
|
|
2314
2359
|
</g>
|
|
2315
2360
|
</g>
|
|
2316
|
-
<g transform="translate(
|
|
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">
|
|
2317
2362
|
<g transform="translate(8, 8)" fill="#33322E" data-name="SkipLinkProps" data-compartment="2">
|
|
2318
2363
|
|
|
2319
2364
|
</g>
|
|
@@ -2321,17 +2366,17 @@
|
|
|
2321
2366
|
</g>
|
|
2322
2367
|
<g data-name="Row">
|
|
2323
2368
|
<g fill="lightblue" stroke="#33322E" data-name="Row">
|
|
2324
|
-
<rect x="
|
|
2325
|
-
<path d="
|
|
2326
|
-
<path d="
|
|
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>
|
|
2327
2372
|
</g>
|
|
2328
|
-
<g transform="translate(
|
|
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">
|
|
2329
2374
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Row" data-compartment="0">
|
|
2330
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>
|
|
2331
2376
|
|
|
2332
2377
|
</g>
|
|
2333
2378
|
</g>
|
|
2334
|
-
<g transform="translate(
|
|
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">
|
|
2335
2380
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Row" data-compartment="1">
|
|
2336
2381
|
<text x="0.0" y="14.1" stroke="none" data-name="Row" data-compartment="1">+reactListKey?: string</text>
|
|
2337
2382
|
<text x="0.0" y="30.3" stroke="none" data-name="Row" data-compartment="1">+key?: { className?: string</text>
|
|
@@ -2347,7 +2392,7 @@
|
|
|
2347
2392
|
|
|
2348
2393
|
</g>
|
|
2349
2394
|
</g>
|
|
2350
|
-
<g transform="translate(
|
|
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">
|
|
2351
2396
|
<g transform="translate(8, 8)" fill="#33322E" data-name="Row" data-compartment="2">
|
|
2352
2397
|
|
|
2353
2398
|
</g>
|
|
@@ -2355,24 +2400,24 @@
|
|
|
2355
2400
|
</g>
|
|
2356
2401
|
<g data-name="SummaryListProps">
|
|
2357
2402
|
<g fill="lightblue" stroke="#33322E" data-name="SummaryListProps">
|
|
2358
|
-
<rect x="
|
|
2359
|
-
<path d="
|
|
2360
|
-
<path d="
|
|
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>
|
|
2361
2406
|
</g>
|
|
2362
|
-
<g transform="translate(
|
|
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">
|
|
2363
2408
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SummaryListProps" data-compartment="0">
|
|
2364
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>
|
|
2365
2410
|
|
|
2366
2411
|
</g>
|
|
2367
2412
|
</g>
|
|
2368
|
-
<g transform="translate(
|
|
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">
|
|
2369
2414
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SummaryListProps" data-compartment="1">
|
|
2370
2415
|
<text x="0.0" y="14.1" stroke="none" data-name="SummaryListProps" data-compartment="1">+className?: string</text>
|
|
2371
2416
|
<text x="0.0" y="30.3" stroke="none" data-name="SummaryListProps" data-compartment="1">+rows?: Row[]</text>
|
|
2372
2417
|
|
|
2373
2418
|
</g>
|
|
2374
2419
|
</g>
|
|
2375
|
-
<g transform="translate(
|
|
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">
|
|
2376
2421
|
<g transform="translate(8, 8)" fill="#33322E" data-name="SummaryListProps" data-compartment="2">
|
|
2377
2422
|
|
|
2378
2423
|
</g>
|
|
@@ -2380,17 +2425,17 @@
|
|
|
2380
2425
|
</g>
|
|
2381
2426
|
<g data-name="TableItem">
|
|
2382
2427
|
<g fill="lightblue" stroke="#33322E" data-name="TableItem">
|
|
2383
|
-
<rect x="
|
|
2384
|
-
<path d="
|
|
2385
|
-
<path d="
|
|
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>
|
|
2386
2431
|
</g>
|
|
2387
|
-
<g transform="translate(
|
|
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">
|
|
2388
2433
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableItem" data-compartment="0">
|
|
2389
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>
|
|
2390
2435
|
|
|
2391
2436
|
</g>
|
|
2392
2437
|
</g>
|
|
2393
|
-
<g transform="translate(
|
|
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">
|
|
2394
2439
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableItem" data-compartment="1">
|
|
2395
2440
|
<text x="0.0" y="14.1" stroke="none" data-name="TableItem" data-compartment="1">+className?: string</text>
|
|
2396
2441
|
<text x="0.0" y="30.3" stroke="none" data-name="TableItem" data-compartment="1">+format?: string</text>
|
|
@@ -2399,7 +2444,7 @@
|
|
|
2399
2444
|
|
|
2400
2445
|
</g>
|
|
2401
2446
|
</g>
|
|
2402
|
-
<g transform="translate(
|
|
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">
|
|
2403
2448
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TableItem" data-compartment="2">
|
|
2404
2449
|
|
|
2405
2450
|
</g>
|
|
@@ -2407,24 +2452,24 @@
|
|
|
2407
2452
|
</g>
|
|
2408
2453
|
<g data-name="TableRow">
|
|
2409
2454
|
<g fill="lightblue" stroke="#33322E" data-name="TableRow">
|
|
2410
|
-
<rect x="
|
|
2411
|
-
<path d="
|
|
2412
|
-
<path d="
|
|
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>
|
|
2413
2458
|
</g>
|
|
2414
|
-
<g transform="translate(
|
|
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">
|
|
2415
2460
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableRow" data-compartment="0">
|
|
2416
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>
|
|
2417
2462
|
|
|
2418
2463
|
</g>
|
|
2419
2464
|
</g>
|
|
2420
|
-
<g transform="translate(
|
|
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">
|
|
2421
2466
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableRow" data-compartment="1">
|
|
2422
2467
|
<text x="0.0" y="14.1" stroke="none" data-name="TableRow" data-compartment="1">+cells: TableItem[]</text>
|
|
2423
2468
|
<text x="0.0" y="30.3" stroke="none" data-name="TableRow" data-compartment="1">+reactListKey?: string | number</text>
|
|
2424
2469
|
|
|
2425
2470
|
</g>
|
|
2426
2471
|
</g>
|
|
2427
|
-
<g transform="translate(
|
|
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">
|
|
2428
2473
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TableRow" data-compartment="2">
|
|
2429
2474
|
|
|
2430
2475
|
</g>
|
|
@@ -2432,17 +2477,17 @@
|
|
|
2432
2477
|
</g>
|
|
2433
2478
|
<g data-name="TableProps">
|
|
2434
2479
|
<g fill="lightblue" stroke="#33322E" data-name="TableProps">
|
|
2435
|
-
<rect x="
|
|
2436
|
-
<path d="
|
|
2437
|
-
<path d="
|
|
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>
|
|
2438
2483
|
</g>
|
|
2439
|
-
<g transform="translate(
|
|
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">
|
|
2440
2485
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableProps" data-compartment="0">
|
|
2441
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>
|
|
2442
2487
|
|
|
2443
2488
|
</g>
|
|
2444
2489
|
</g>
|
|
2445
|
-
<g transform="translate(
|
|
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">
|
|
2446
2491
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableProps" data-compartment="1">
|
|
2447
2492
|
<text x="0.0" y="14.1" stroke="none" data-name="TableProps" data-compartment="1">+caption?: string</text>
|
|
2448
2493
|
<text x="0.0" y="30.3" stroke="none" data-name="TableProps" data-compartment="1">+captionClassName?: string</text>
|
|
@@ -2454,7 +2499,7 @@
|
|
|
2454
2499
|
|
|
2455
2500
|
</g>
|
|
2456
2501
|
</g>
|
|
2457
|
-
<g transform="translate(
|
|
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">
|
|
2458
2503
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TableProps" data-compartment="2">
|
|
2459
2504
|
|
|
2460
2505
|
</g>
|
|
@@ -2462,17 +2507,17 @@
|
|
|
2462
2507
|
</g>
|
|
2463
2508
|
<g data-name="TabItem">
|
|
2464
2509
|
<g fill="lightblue" stroke="#33322E" data-name="TabItem">
|
|
2465
|
-
<rect x="
|
|
2466
|
-
<path d="
|
|
2467
|
-
<path d="
|
|
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>
|
|
2468
2513
|
</g>
|
|
2469
|
-
<g transform="translate(
|
|
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">
|
|
2470
2515
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabItem" data-compartment="0">
|
|
2471
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>
|
|
2472
2517
|
|
|
2473
2518
|
</g>
|
|
2474
2519
|
</g>
|
|
2475
|
-
<g transform="translate(
|
|
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">
|
|
2476
2521
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabItem" data-compartment="1">
|
|
2477
2522
|
<text x="0.0" y="14.1" stroke="none" data-name="TabItem" data-compartment="1">+id?: string</text>
|
|
2478
2523
|
<text x="0.0" y="30.3" stroke="none" data-name="TabItem" data-compartment="1">+label: string</text>
|
|
@@ -2480,7 +2525,7 @@
|
|
|
2480
2525
|
|
|
2481
2526
|
</g>
|
|
2482
2527
|
</g>
|
|
2483
|
-
<g transform="translate(
|
|
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">
|
|
2484
2529
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TabItem" data-compartment="2">
|
|
2485
2530
|
|
|
2486
2531
|
</g>
|
|
@@ -2488,17 +2533,17 @@
|
|
|
2488
2533
|
</g>
|
|
2489
2534
|
<g data-name="TabsProps">
|
|
2490
2535
|
<g fill="lightblue" stroke="#33322E" data-name="TabsProps">
|
|
2491
|
-
<rect x="
|
|
2492
|
-
<path d="
|
|
2493
|
-
<path d="
|
|
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>
|
|
2494
2539
|
</g>
|
|
2495
|
-
<g transform="translate(
|
|
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">
|
|
2496
2541
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabsProps" data-compartment="0">
|
|
2497
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>
|
|
2498
2543
|
|
|
2499
2544
|
</g>
|
|
2500
2545
|
</g>
|
|
2501
|
-
<g transform="translate(
|
|
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">
|
|
2502
2547
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabsProps" data-compartment="1">
|
|
2503
2548
|
<text x="0.0" y="14.1" stroke="none" data-name="TabsProps" data-compartment="1">+className?: string</text>
|
|
2504
2549
|
<text x="0.0" y="30.3" stroke="none" data-name="TabsProps" data-compartment="1">+id: string</text>
|
|
@@ -2508,7 +2553,7 @@
|
|
|
2508
2553
|
|
|
2509
2554
|
</g>
|
|
2510
2555
|
</g>
|
|
2511
|
-
<g transform="translate(
|
|
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">
|
|
2512
2557
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TabsProps" data-compartment="2">
|
|
2513
2558
|
|
|
2514
2559
|
</g>
|
|
@@ -2516,24 +2561,24 @@
|
|
|
2516
2561
|
</g>
|
|
2517
2562
|
<g data-name="TagProps">
|
|
2518
2563
|
<g fill="lightblue" stroke="#33322E" data-name="TagProps">
|
|
2519
|
-
<rect x="
|
|
2520
|
-
<path d="
|
|
2521
|
-
<path d="
|
|
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>
|
|
2522
2567
|
</g>
|
|
2523
|
-
<g transform="translate(
|
|
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">
|
|
2524
2569
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TagProps" data-compartment="0">
|
|
2525
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>
|
|
2526
2571
|
|
|
2527
2572
|
</g>
|
|
2528
2573
|
</g>
|
|
2529
|
-
<g transform="translate(
|
|
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">
|
|
2530
2575
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TagProps" data-compartment="1">
|
|
2531
2576
|
<text x="0.0" y="14.1" stroke="none" data-name="TagProps" data-compartment="1">+className?: string</text>
|
|
2532
2577
|
<text x="0.0" y="30.3" stroke="none" data-name="TagProps" data-compartment="1">+children?: ReactNode</text>
|
|
2533
2578
|
|
|
2534
2579
|
</g>
|
|
2535
2580
|
</g>
|
|
2536
|
-
<g transform="translate(
|
|
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">
|
|
2537
2582
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TagProps" data-compartment="2">
|
|
2538
2583
|
|
|
2539
2584
|
</g>
|
|
@@ -2541,17 +2586,17 @@
|
|
|
2541
2586
|
</g>
|
|
2542
2587
|
<g data-name="TaskListItemProps">
|
|
2543
2588
|
<g fill="lightblue" stroke="#33322E" data-name="TaskListItemProps">
|
|
2544
|
-
<rect x="
|
|
2545
|
-
<path d="
|
|
2546
|
-
<path d="
|
|
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>
|
|
2547
2592
|
</g>
|
|
2548
|
-
<g transform="translate(
|
|
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">
|
|
2549
2594
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListItemProps" data-compartment="0">
|
|
2550
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>
|
|
2551
2596
|
|
|
2552
2597
|
</g>
|
|
2553
2598
|
</g>
|
|
2554
|
-
<g transform="translate(
|
|
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">
|
|
2555
2600
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListItemProps" data-compartment="1">
|
|
2556
2601
|
<text x="0.0" y="14.1" stroke="none" data-name="TaskListItemProps" data-compartment="1">+title: { children: React.ReactNode</text>
|
|
2557
2602
|
<text x="0.0" y="30.3" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
@@ -2564,7 +2609,7 @@
|
|
|
2564
2609
|
|
|
2565
2610
|
</g>
|
|
2566
2611
|
</g>
|
|
2567
|
-
<g transform="translate(
|
|
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">
|
|
2568
2613
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListItemProps" data-compartment="2">
|
|
2569
2614
|
|
|
2570
2615
|
</g>
|
|
@@ -2572,17 +2617,17 @@
|
|
|
2572
2617
|
</g>
|
|
2573
2618
|
<g data-name="TaskListProps">
|
|
2574
2619
|
<g fill="lightblue" stroke="#33322E" data-name="TaskListProps">
|
|
2575
|
-
<rect x="
|
|
2576
|
-
<path d="
|
|
2577
|
-
<path d="
|
|
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>
|
|
2578
2623
|
</g>
|
|
2579
|
-
<g transform="translate(
|
|
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">
|
|
2580
2625
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListProps" data-compartment="0">
|
|
2581
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>
|
|
2582
2627
|
|
|
2583
2628
|
</g>
|
|
2584
2629
|
</g>
|
|
2585
|
-
<g transform="translate(
|
|
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">
|
|
2586
2631
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListProps" data-compartment="1">
|
|
2587
2632
|
<text x="0.0" y="14.1" stroke="none" data-name="TaskListProps" data-compartment="1">+className?: string</text>
|
|
2588
2633
|
<text x="0.0" y="30.3" stroke="none" data-name="TaskListProps" data-compartment="1">+idPrefix?: string</text>
|
|
@@ -2590,7 +2635,7 @@
|
|
|
2590
2635
|
|
|
2591
2636
|
</g>
|
|
2592
2637
|
</g>
|
|
2593
|
-
<g transform="translate(
|
|
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">
|
|
2594
2639
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListProps" data-compartment="2">
|
|
2595
2640
|
|
|
2596
2641
|
</g>
|
|
@@ -2598,17 +2643,17 @@
|
|
|
2598
2643
|
</g>
|
|
2599
2644
|
<g data-name="TextareaProps">
|
|
2600
2645
|
<g fill="lightblue" stroke="#33322E" data-name="TextareaProps">
|
|
2601
|
-
<rect x="
|
|
2602
|
-
<path d="
|
|
2603
|
-
<path d="
|
|
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>
|
|
2604
2649
|
</g>
|
|
2605
|
-
<g transform="translate(
|
|
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">
|
|
2606
2651
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaProps" data-compartment="0">
|
|
2607
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>
|
|
2608
2653
|
|
|
2609
2654
|
</g>
|
|
2610
2655
|
</g>
|
|
2611
|
-
<g transform="translate(
|
|
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">
|
|
2612
2657
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TextareaProps" data-compartment="1">
|
|
2613
2658
|
<text x="0.0" y="14.1" stroke="none" data-name="TextareaProps" data-compartment="1">+className?: string</text>
|
|
2614
2659
|
<text x="0.0" y="30.3" stroke="none" data-name="TextareaProps" data-compartment="1">+aria-describedby?: string</text>
|
|
@@ -2622,7 +2667,7 @@
|
|
|
2622
2667
|
|
|
2623
2668
|
</g>
|
|
2624
2669
|
</g>
|
|
2625
|
-
<g transform="translate(
|
|
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">
|
|
2626
2671
|
<g transform="translate(8, 8)" fill="#33322E" data-name="TextareaProps" data-compartment="2">
|
|
2627
2672
|
|
|
2628
2673
|
</g>
|
|
@@ -2630,9 +2675,9 @@
|
|
|
2630
2675
|
</g>
|
|
2631
2676
|
<g data-name="TextareaHTMLAttributes<T>">
|
|
2632
2677
|
<g fill="#eee8d5" stroke="#33322E" data-name="TextareaHTMLAttributes<T>">
|
|
2633
|
-
<rect x="
|
|
2678
|
+
<rect x="23980.5" y="182.0" height="32.0" width="237.0" data-name="TextareaHTMLAttributes<T>"></rect>
|
|
2634
2679
|
</g>
|
|
2635
|
-
<g transform="translate(
|
|
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">
|
|
2636
2681
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaHTMLAttributes<T>" data-compartment="0">
|
|
2637
2682
|
<text x="110.5" y="14.1" stroke="none" text-anchor="middle" data-name="TextareaHTMLAttributes<T>" data-compartment="0">TextareaHTMLAttributes<T></text>
|
|
2638
2683
|
|
|
@@ -2641,17 +2686,17 @@
|
|
|
2641
2686
|
</g>
|
|
2642
2687
|
<g data-name="WarningInfoProps">
|
|
2643
2688
|
<g fill="lightblue" stroke="#33322E" data-name="WarningInfoProps">
|
|
2644
|
-
<rect x="
|
|
2645
|
-
<path d="
|
|
2646
|
-
<path d="
|
|
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>
|
|
2647
2692
|
</g>
|
|
2648
|
-
<g transform="translate(
|
|
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">
|
|
2649
2694
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningInfoProps" data-compartment="0">
|
|
2650
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>
|
|
2651
2696
|
|
|
2652
2697
|
</g>
|
|
2653
2698
|
</g>
|
|
2654
|
-
<g transform="translate(
|
|
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">
|
|
2655
2700
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningInfoProps" data-compartment="1">
|
|
2656
2701
|
<text x="0.0" y="14.1" stroke="none" data-name="WarningInfoProps" data-compartment="1">+messageHeading?: string</text>
|
|
2657
2702
|
<text x="0.0" y="30.3" stroke="none" data-name="WarningInfoProps" data-compartment="1">+message?: string</text>
|
|
@@ -2662,7 +2707,7 @@
|
|
|
2662
2707
|
|
|
2663
2708
|
</g>
|
|
2664
2709
|
</g>
|
|
2665
|
-
<g transform="translate(
|
|
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">
|
|
2666
2711
|
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningInfoProps" data-compartment="2">
|
|
2667
2712
|
|
|
2668
2713
|
</g>
|
|
@@ -2670,24 +2715,24 @@
|
|
|
2670
2715
|
</g>
|
|
2671
2716
|
<g data-name="WarningTextProps">
|
|
2672
2717
|
<g fill="lightblue" stroke="#33322E" data-name="WarningTextProps">
|
|
2673
|
-
<rect x="
|
|
2674
|
-
<path d="
|
|
2675
|
-
<path d="
|
|
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>
|
|
2676
2721
|
</g>
|
|
2677
|
-
<g transform="translate(
|
|
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">
|
|
2678
2723
|
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningTextProps" data-compartment="0">
|
|
2679
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>
|
|
2680
2725
|
|
|
2681
2726
|
</g>
|
|
2682
2727
|
</g>
|
|
2683
|
-
<g transform="translate(
|
|
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">
|
|
2684
2729
|
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningTextProps" data-compartment="1">
|
|
2685
2730
|
<text x="0.0" y="14.1" stroke="none" data-name="WarningTextProps" data-compartment="1">+children?: ReactNode</text>
|
|
2686
2731
|
<text x="0.0" y="30.3" stroke="none" data-name="WarningTextProps" data-compartment="1">+className?: string</text>
|
|
2687
2732
|
|
|
2688
2733
|
</g>
|
|
2689
2734
|
</g>
|
|
2690
|
-
<g transform="translate(
|
|
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">
|
|
2691
2736
|
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningTextProps" data-compartment="2">
|
|
2692
2737
|
|
|
2693
2738
|
</g>
|