|
12 | 12 | "defaultValue": "", |
13 | 13 | "description": "A unique label for the rendered main landmark" |
14 | 14 | }, |
| 15 | + { |
| 16 | + "name": "className", |
| 17 | + "type": "string | undefined", |
| 18 | + "defaultValue": "", |
| 19 | + "description": "CSS string" |
| 20 | + }, |
15 | 21 | { |
16 | 22 | "name": "hidden", |
17 | 23 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
32 | 38 | { |
33 | 39 | "name": "PageHeader.ContextArea", |
34 | 40 | "props": [ |
| 41 | + { |
| 42 | + "name": "className", |
| 43 | + "type": "string | undefined", |
| 44 | + "defaultValue": "", |
| 45 | + "description": "CSS string" |
| 46 | + }, |
35 | 47 | { |
36 | 48 | "name": "hidden", |
37 | 49 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
47 | 59 | { |
48 | 60 | "name": "PageHeader.ParentLink", |
49 | 61 | "props": [ |
| 62 | + { |
| 63 | + "name": "className", |
| 64 | + "type": "string | undefined", |
| 65 | + "defaultValue": "", |
| 66 | + "description": "CSS string" |
| 67 | + }, |
50 | 68 | { |
51 | 69 | "name": "href", |
52 | 70 | "type": "string", |
|
68 | 86 | { |
69 | 87 | "name": "PageHeader.ContextBar", |
70 | 88 | "props": [ |
| 89 | + { |
| 90 | + "name": "className", |
| 91 | + "type": "string | undefined", |
| 92 | + "defaultValue": "", |
| 93 | + "description": "CSS string" |
| 94 | + }, |
71 | 95 | { |
72 | 96 | "name": "hidden", |
73 | 97 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
83 | 107 | { |
84 | 108 | "name": "PageHeader.ContextAreaActions", |
85 | 109 | "props": [ |
| 110 | + { |
| 111 | + "name": "className", |
| 112 | + "type": "string | undefined", |
| 113 | + "defaultValue": "", |
| 114 | + "description": "CSS string" |
| 115 | + }, |
86 | 116 | { |
87 | 117 | "name": "hidden", |
88 | 118 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
98 | 128 | { |
99 | 129 | "name": "PageHeader.TitleArea", |
100 | 130 | "props": [ |
| 131 | + { |
| 132 | + "name": "className", |
| 133 | + "type": "string | undefined", |
| 134 | + "defaultValue": "", |
| 135 | + "description": "CSS string" |
| 136 | + }, |
101 | 137 | { |
102 | 138 | "name": "hidden", |
103 | 139 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
119 | 155 | { |
120 | 156 | "name": "PageHeader.LeadingAction", |
121 | 157 | "props": [ |
| 158 | + { |
| 159 | + "name": "className", |
| 160 | + "type": "string | undefined", |
| 161 | + "defaultValue": "", |
| 162 | + "description": "CSS string" |
| 163 | + }, |
122 | 164 | { |
123 | 165 | "name": "hidden", |
124 | 166 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
134 | 176 | { |
135 | 177 | "name": "PageHeader.LeadingVisual", |
136 | 178 | "props": [ |
| 179 | + { |
| 180 | + "name": "className", |
| 181 | + "type": "string | undefined", |
| 182 | + "defaultValue": "", |
| 183 | + "description": "CSS string" |
| 184 | + }, |
137 | 185 | { |
138 | 186 | "name": "hidden", |
139 | 187 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
149 | 197 | { |
150 | 198 | "name": "PageHeader.Title", |
151 | 199 | "props": [ |
| 200 | + { |
| 201 | + "name": "className", |
| 202 | + "type": "string | undefined", |
| 203 | + "defaultValue": "", |
| 204 | + "description": "CSS string" |
| 205 | + }, |
152 | 206 | { |
153 | 207 | "name": "hidden", |
154 | 208 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
169 | 223 | { |
170 | 224 | "name": "PageHeader.TrailingVisual", |
171 | 225 | "props": [ |
| 226 | + { |
| 227 | + "name": "className", |
| 228 | + "type": "string | undefined", |
| 229 | + "defaultValue": "", |
| 230 | + "description": "CSS string" |
| 231 | + }, |
172 | 232 | { |
173 | 233 | "name": "hidden", |
174 | 234 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
184 | 244 | { |
185 | 245 | "name": "PageHeader.TrailingAction", |
186 | 246 | "props": [ |
| 247 | + { |
| 248 | + "name": "className", |
| 249 | + "type": "string | undefined", |
| 250 | + "defaultValue": "", |
| 251 | + "description": "CSS string" |
| 252 | + }, |
187 | 253 | { |
188 | 254 | "name": "hidden", |
189 | 255 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
199 | 265 | { |
200 | 266 | "name": "PageHeader.Actions", |
201 | 267 | "props": [ |
| 268 | + { |
| 269 | + "name": "className", |
| 270 | + "type": "string | undefined", |
| 271 | + "defaultValue": "", |
| 272 | + "description": "CSS string" |
| 273 | + }, |
202 | 274 | { |
203 | 275 | "name": "hidden", |
204 | 276 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
214 | 286 | { |
215 | 287 | "name": "PageHeader.Description", |
216 | 288 | "props": [ |
| 289 | + { |
| 290 | + "name": "className", |
| 291 | + "type": "string | undefined", |
| 292 | + "defaultValue": "", |
| 293 | + "description": "CSS string" |
| 294 | + }, |
217 | 295 | { |
218 | 296 | "name": "hidden", |
219 | 297 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
245 | 323 | "defaultValue": "\"div\"", |
246 | 324 | "description": "The HTML element used to render the navigation." |
247 | 325 | }, |
| 326 | + { |
| 327 | + "name": "className", |
| 328 | + "type": "string | undefined", |
| 329 | + "defaultValue": "", |
| 330 | + "description": "CSS string" |
| 331 | + }, |
248 | 332 | { |
249 | 333 | "name": "hidden", |
250 | 334 | "type": "| boolean | { narrow?: boolean regular?: boolean wide?: boolean }", |
|
0 commit comments