@m3e/app-bar 1.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +187 -0
  3. package/cem.config.mjs +16 -0
  4. package/demo/index.html +104 -0
  5. package/dist/css-custom-data.json +262 -0
  6. package/dist/custom-elements.json +598 -0
  7. package/dist/html-custom-data.json +28 -0
  8. package/dist/index.js +612 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/index.min.js +231 -0
  11. package/dist/index.min.js.map +1 -0
  12. package/dist/src/AppBarElement.d.ts +140 -0
  13. package/dist/src/AppBarElement.d.ts.map +1 -0
  14. package/dist/src/AppBarSize.d.ts +3 -0
  15. package/dist/src/AppBarSize.d.ts.map +1 -0
  16. package/dist/src/index.d.ts +3 -0
  17. package/dist/src/index.d.ts.map +1 -0
  18. package/dist/src/styles/AppBarSizeStyle.d.ts +7 -0
  19. package/dist/src/styles/AppBarSizeStyle.d.ts.map +1 -0
  20. package/dist/src/styles/AppBarSizeToken.d.ts +28 -0
  21. package/dist/src/styles/AppBarSizeToken.d.ts.map +1 -0
  22. package/dist/src/styles/AppBarStyle.d.ts +7 -0
  23. package/dist/src/styles/AppBarStyle.d.ts.map +1 -0
  24. package/dist/src/styles/AppBarToken.d.ts +15 -0
  25. package/dist/src/styles/AppBarToken.d.ts.map +1 -0
  26. package/dist/src/styles/index.d.ts +3 -0
  27. package/dist/src/styles/index.d.ts.map +1 -0
  28. package/eslint.config.mjs +13 -0
  29. package/package.json +48 -0
  30. package/rollup.config.js +32 -0
  31. package/src/AppBarElement.ts +301 -0
  32. package/src/AppBarSize.ts +2 -0
  33. package/src/index.ts +2 -0
  34. package/src/styles/AppBarSizeStyle.ts +67 -0
  35. package/src/styles/AppBarSizeToken.ts +129 -0
  36. package/src/styles/AppBarStyle.ts +121 -0
  37. package/src/styles/AppBarToken.ts +22 -0
  38. package/src/styles/index.ts +2 -0
  39. package/tsconfig.json +9 -0
@@ -0,0 +1,598 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/AppBarElement.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "",
12
+ "name": "M3eAppBarElement",
13
+ "cssProperties": [
14
+ {
15
+ "description": "Background color of the app bar container.",
16
+ "name": "--m3e-app-bar-container-color"
17
+ },
18
+ {
19
+ "description": "Background color of the app bar container when scrolled.",
20
+ "name": "--m3e-app-bar-container-color-on-scroll"
21
+ },
22
+ {
23
+ "description": "Elevation (shadow) of the app bar container.",
24
+ "name": "--m3e-app-bar-container-elevation"
25
+ },
26
+ {
27
+ "description": "Elevation (shadow) of the app bar container when scrolled.",
28
+ "name": "--m3e-app-bar-container-elevation-on-scroll"
29
+ },
30
+ {
31
+ "description": "Color of the app bar title text.",
32
+ "name": "--m3e-app-bar-title-text-color"
33
+ },
34
+ {
35
+ "description": "Color of the app bar subtitle text.",
36
+ "name": "--m3e-app-bar-subtitle-text-color"
37
+ },
38
+ {
39
+ "description": "Left padding for the app bar container.",
40
+ "name": "--m3e-app-bar-padding-left"
41
+ },
42
+ {
43
+ "description": "Right padding for the app bar container.",
44
+ "name": "--m3e-app-bar-padding-right"
45
+ },
46
+ {
47
+ "description": "Height of the small app bar container.",
48
+ "name": "--m3e-app-bar-small-container-height"
49
+ },
50
+ {
51
+ "description": "Font size for the small app bar title text.",
52
+ "name": "--m3e-app-bar-small-title-text-font-size"
53
+ },
54
+ {
55
+ "description": "Font weight for the small app bar title text.",
56
+ "name": "--m3e-app-bar-small-title-text-font-weight"
57
+ },
58
+ {
59
+ "description": "Line height for the small app bar title text.",
60
+ "name": "--m3e-app-bar-small-title-text-line-height"
61
+ },
62
+ {
63
+ "description": "Letter spacing (tracking) for the small app bar title text.",
64
+ "name": "--m3e-app-bar-small-subtitle-text-tracking"
65
+ },
66
+ {
67
+ "description": "Font size for the small app bar subtitle text.",
68
+ "name": "--m3e-app-bar-small-subtitle-text-font-size"
69
+ },
70
+ {
71
+ "description": "Font weight for the small app bar subtitle text.",
72
+ "name": "--m3e-app-bar-small-subtitle-text-font-weight"
73
+ },
74
+ {
75
+ "description": "Line height for the small app bar subtitle text.",
76
+ "name": "--m3e-app-bar-small-subtitle-text-line-height"
77
+ },
78
+ {
79
+ "description": "Letter spacing (tracking) for the small app bar subtitle text.",
80
+ "name": "--m3e-app-bar-small-subtitle-text-tracking"
81
+ },
82
+ {
83
+ "description": "Left padding for the small app bar heading.",
84
+ "name": "--m3e-app-bar-small-heading-padding-left"
85
+ },
86
+ {
87
+ "description": "Right padding for the small app bar heading.",
88
+ "name": "--m3e-app-bar-small-heading-padding-right"
89
+ },
90
+ {
91
+ "description": "Height of the medium app bar container.",
92
+ "name": "--m3e-app-bar-medium-container-height"
93
+ },
94
+ {
95
+ "description": "Height of the medium app bar container with subtitle.",
96
+ "name": "--m3e-app-bar-medium-container-height-with-subtitle"
97
+ },
98
+ {
99
+ "description": "Font size for the medium app bar title text.",
100
+ "name": "--m3e-app-bar-medium-title-text-font-size"
101
+ },
102
+ {
103
+ "description": "Font weight for the medium app bar title text.",
104
+ "name": "--m3e-app-bar-medium-title-text-font-weight"
105
+ },
106
+ {
107
+ "description": "Line height for the medium app bar title text.",
108
+ "name": "--m3e-app-bar-medium-title-text-line-height"
109
+ },
110
+ {
111
+ "description": "Letter spacing (tracking) for the medium app bar title text.",
112
+ "name": "--m3e-app-bar-medium-subtitle-text-tracking"
113
+ },
114
+ {
115
+ "description": "Font size for the medium app bar subtitle text.",
116
+ "name": "--m3e-app-bar-medium-subtitle-text-font-size"
117
+ },
118
+ {
119
+ "description": "Font weight for the medium app bar subtitle text.",
120
+ "name": "--m3e-app-bar-medium-subtitle-text-font-weight"
121
+ },
122
+ {
123
+ "description": "Line height for the medium app bar subtitle text.",
124
+ "name": "--m3e-app-bar-medium-subtitle-text-line-height"
125
+ },
126
+ {
127
+ "description": "Letter spacing (tracking) for the medium app bar subtitle text.",
128
+ "name": "--m3e-app-bar-medium-subtitle-text-tracking"
129
+ },
130
+ {
131
+ "description": "Left padding for the medium app bar heading.",
132
+ "name": "--m3e-app-bar-medium-heading-padding-left"
133
+ },
134
+ {
135
+ "description": "Right padding for the medium app bar heading.",
136
+ "name": "--m3e-app-bar-medium-heading-padding-right"
137
+ },
138
+ {
139
+ "description": "Top padding for the medium app bar.",
140
+ "name": "--m3e-app-bar-medium-padding-top"
141
+ },
142
+ {
143
+ "description": "Bottom padding for the medium app bar.",
144
+ "name": "--m3e-app-bar-medium-padding-bottom"
145
+ },
146
+ {
147
+ "description": "Maximum number of lines for the medium app bar title.",
148
+ "name": "--m3e-app-bar-medium-title-max-lines"
149
+ },
150
+ {
151
+ "description": "Maximum number of lines for the medium app bar subtitle.",
152
+ "name": "--m3e-app-bar-medium-subtitle-max-lines"
153
+ },
154
+ {
155
+ "description": "Height of the large app bar container.",
156
+ "name": "--m3e-app-bar-large-container-height"
157
+ },
158
+ {
159
+ "description": "Height of the large app bar container with subtitle.",
160
+ "name": "--m3e-app-bar-large-container-height-with-subtitle"
161
+ },
162
+ {
163
+ "description": "Font size for the large app bar title text.",
164
+ "name": "--m3e-app-bar-large-title-text-font-size"
165
+ },
166
+ {
167
+ "description": "Font weight for the large app bar title text.",
168
+ "name": "--m3e-app-bar-large-title-text-font-weight"
169
+ },
170
+ {
171
+ "description": "Line height for the large app bar title text.",
172
+ "name": "--m3e-app-bar-large-title-text-line-height"
173
+ },
174
+ {
175
+ "description": "Letter spacing (tracking) for the large app bar title text.",
176
+ "name": "--m3e-app-bar-large-subtitle-text-tracking"
177
+ },
178
+ {
179
+ "description": "Font size for the large app bar subtitle text.",
180
+ "name": "--m3e-app-bar-large-subtitle-text-font-size"
181
+ },
182
+ {
183
+ "description": "Font weight for the large app bar subtitle text.",
184
+ "name": "--m3e-app-bar-large-subtitle-text-font-weight"
185
+ },
186
+ {
187
+ "description": "Line height for the large app bar subtitle text.",
188
+ "name": "--m3e-app-bar-large-subtitle-text-line-height"
189
+ },
190
+ {
191
+ "description": "Letter spacing (tracking) for the large app bar subtitle text.",
192
+ "name": "--m3e-app-bar-large-subtitle-text-tracking"
193
+ },
194
+ {
195
+ "description": "Left padding for the large app bar heading.",
196
+ "name": "--m3e-app-bar-large-heading-padding-left"
197
+ },
198
+ {
199
+ "description": "Right padding for the large app bar heading.",
200
+ "name": "--m3e-app-bar-large-heading-padding-right"
201
+ },
202
+ {
203
+ "description": "Top padding for the large app bar.",
204
+ "name": "--m3e-app-bar-large-padding-top"
205
+ },
206
+ {
207
+ "description": "Bottom padding for the large app bar.",
208
+ "name": "--m3e-app-bar-large-padding-bottom"
209
+ },
210
+ {
211
+ "description": "Maximum number of lines for the large app bar title.",
212
+ "name": "--m3e-app-bar-large-title-max-lines"
213
+ },
214
+ {
215
+ "description": "Maximum number of lines for the large app bar subtitle.",
216
+ "name": "--m3e-app-bar-large-subtitle-max-lines"
217
+ }
218
+ ],
219
+ "slots": [
220
+ {
221
+ "description": "Renders a leading icon.",
222
+ "name": "leading-icon"
223
+ },
224
+ {
225
+ "description": "Renders the subtitle.",
226
+ "name": "subtitle"
227
+ },
228
+ {
229
+ "description": "Renders the title.",
230
+ "name": "title"
231
+ },
232
+ {
233
+ "description": "Renders a trailing icon.",
234
+ "name": "trailing-icon"
235
+ }
236
+ ],
237
+ "members": [
238
+ {
239
+ "kind": "field",
240
+ "name": "#scrollHandler",
241
+ "privacy": "private",
242
+ "readonly": true
243
+ },
244
+ {
245
+ "kind": "field",
246
+ "name": "#frameLoadHandler",
247
+ "privacy": "private",
248
+ "readonly": true
249
+ },
250
+ {
251
+ "kind": "field",
252
+ "name": "_base",
253
+ "type": {
254
+ "text": "HTMLElement | undefined"
255
+ },
256
+ "privacy": "private",
257
+ "readonly": true
258
+ },
259
+ {
260
+ "kind": "field",
261
+ "name": "_leadingIcon",
262
+ "type": {
263
+ "text": "HTMLElement | undefined"
264
+ },
265
+ "privacy": "private",
266
+ "readonly": true
267
+ },
268
+ {
269
+ "kind": "field",
270
+ "name": "_trailingIcon",
271
+ "type": {
272
+ "text": "HTMLElement | undefined"
273
+ },
274
+ "privacy": "private",
275
+ "readonly": true
276
+ },
277
+ {
278
+ "kind": "field",
279
+ "name": "centered",
280
+ "type": {
281
+ "text": "boolean"
282
+ },
283
+ "default": "false",
284
+ "description": "Whether the title and subtitle are centered.",
285
+ "attribute": "centered",
286
+ "reflects": true
287
+ },
288
+ {
289
+ "kind": "field",
290
+ "name": "size",
291
+ "type": {
292
+ "text": "AppBarSize"
293
+ },
294
+ "default": "\"small\"",
295
+ "description": "The size of the bar.",
296
+ "attribute": "size",
297
+ "reflects": true
298
+ },
299
+ {
300
+ "kind": "method",
301
+ "name": "attach",
302
+ "return": {
303
+ "type": {
304
+ "text": "void"
305
+ }
306
+ },
307
+ "parameters": [
308
+ {
309
+ "name": "control",
310
+ "type": {
311
+ "text": "HTMLElement"
312
+ }
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "kind": "method",
318
+ "name": "detach",
319
+ "return": {
320
+ "type": {
321
+ "text": "void"
322
+ }
323
+ }
324
+ },
325
+ {
326
+ "kind": "method",
327
+ "name": "#handleTitleSlotChange",
328
+ "privacy": "private",
329
+ "return": {
330
+ "type": {
331
+ "text": "void"
332
+ }
333
+ },
334
+ "parameters": [
335
+ {
336
+ "name": "e",
337
+ "type": {
338
+ "text": "Event"
339
+ }
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "kind": "method",
345
+ "name": "#handleSubtitleSlotChange",
346
+ "privacy": "private",
347
+ "return": {
348
+ "type": {
349
+ "text": "void"
350
+ }
351
+ },
352
+ "parameters": [
353
+ {
354
+ "name": "e",
355
+ "type": {
356
+ "text": "Event"
357
+ }
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "kind": "method",
363
+ "name": "#handleLeadingIconSlotChange",
364
+ "privacy": "private",
365
+ "return": {
366
+ "type": {
367
+ "text": "void"
368
+ }
369
+ },
370
+ "parameters": [
371
+ {
372
+ "name": "e",
373
+ "type": {
374
+ "text": "Event"
375
+ }
376
+ }
377
+ ]
378
+ },
379
+ {
380
+ "kind": "method",
381
+ "name": "#handleTrailingIconsSlotChange",
382
+ "privacy": "private",
383
+ "return": {
384
+ "type": {
385
+ "text": "void"
386
+ }
387
+ },
388
+ "parameters": [
389
+ {
390
+ "name": "e",
391
+ "type": {
392
+ "text": "Event"
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "kind": "method",
399
+ "name": "#clearCentered",
400
+ "privacy": "private"
401
+ },
402
+ {
403
+ "kind": "method",
404
+ "name": "#computeCentered",
405
+ "privacy": "private",
406
+ "return": {
407
+ "type": {
408
+ "text": "void"
409
+ }
410
+ }
411
+ },
412
+ {
413
+ "kind": "method",
414
+ "name": "_updateScroll",
415
+ "privacy": "private",
416
+ "return": {
417
+ "type": {
418
+ "text": "void"
419
+ }
420
+ },
421
+ "parameters": [
422
+ {
423
+ "name": "e",
424
+ "type": {
425
+ "text": "Event"
426
+ }
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "kind": "method",
432
+ "name": "#handleFrameLoad",
433
+ "privacy": "private",
434
+ "return": {
435
+ "type": {
436
+ "text": "void"
437
+ }
438
+ }
439
+ },
440
+ {
441
+ "kind": "method",
442
+ "name": "#getFrameScrollTop",
443
+ "privacy": "private",
444
+ "return": {
445
+ "type": {
446
+ "text": "number"
447
+ }
448
+ },
449
+ "parameters": [
450
+ {
451
+ "name": "frame",
452
+ "type": {
453
+ "text": "HTMLIFrameElement"
454
+ }
455
+ }
456
+ ]
457
+ }
458
+ ],
459
+ "attributes": [
460
+ {
461
+ "description": "Whether the title and subtitle are centered.",
462
+ "name": "centered",
463
+ "type": {
464
+ "text": "boolean"
465
+ },
466
+ "default": "false",
467
+ "fieldName": "centered"
468
+ },
469
+ {
470
+ "description": "The identifier of the interactive control to which this element is attached.",
471
+ "name": "for"
472
+ },
473
+ {
474
+ "description": "The size of the bar.",
475
+ "name": "size",
476
+ "type": {
477
+ "text": "AppBarSize"
478
+ },
479
+ "default": "\"small\"",
480
+ "fieldName": "size"
481
+ }
482
+ ],
483
+ "mixins": [
484
+ {
485
+ "name": "HtmlFor",
486
+ "package": "@m3e/core"
487
+ },
488
+ {
489
+ "name": "Role",
490
+ "package": "@m3e/core"
491
+ }
492
+ ],
493
+ "superclass": {
494
+ "name": "LitElement",
495
+ "package": "lit"
496
+ },
497
+ "tagName": "m3e-app-bar",
498
+ "customElement": true,
499
+ "summary": "A bar, placed a the top of a screen, used to help users navigate through an application."
500
+ }
501
+ ],
502
+ "exports": [
503
+ {
504
+ "kind": "js",
505
+ "name": "M3eAppBarElement",
506
+ "declaration": {
507
+ "name": "M3eAppBarElement",
508
+ "module": "src/AppBarElement.ts"
509
+ }
510
+ },
511
+ {
512
+ "kind": "custom-element-definition",
513
+ "name": "m3e-app-bar",
514
+ "declaration": {
515
+ "name": "M3eAppBarElement",
516
+ "module": "src/AppBarElement.ts"
517
+ }
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "kind": "javascript-module",
523
+ "path": "src/AppBarSize.ts",
524
+ "declarations": [],
525
+ "exports": []
526
+ },
527
+ {
528
+ "kind": "javascript-module",
529
+ "path": "src/index.ts",
530
+ "declarations": [],
531
+ "exports": [
532
+ {
533
+ "kind": "js",
534
+ "name": "*",
535
+ "declaration": {
536
+ "name": "*",
537
+ "package": "\"./AppBarElement\""
538
+ }
539
+ },
540
+ {
541
+ "kind": "js",
542
+ "name": "*",
543
+ "declaration": {
544
+ "name": "*",
545
+ "package": "\"./AppBarSize\""
546
+ }
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ "kind": "javascript-module",
552
+ "path": "src/styles/AppBarSizeStyle.ts",
553
+ "declarations": [],
554
+ "exports": []
555
+ },
556
+ {
557
+ "kind": "javascript-module",
558
+ "path": "src/styles/AppBarSizeToken.ts",
559
+ "declarations": [],
560
+ "exports": []
561
+ },
562
+ {
563
+ "kind": "javascript-module",
564
+ "path": "src/styles/AppBarStyle.ts",
565
+ "declarations": [],
566
+ "exports": []
567
+ },
568
+ {
569
+ "kind": "javascript-module",
570
+ "path": "src/styles/AppBarToken.ts",
571
+ "declarations": [],
572
+ "exports": []
573
+ },
574
+ {
575
+ "kind": "javascript-module",
576
+ "path": "src/styles/index.ts",
577
+ "declarations": [],
578
+ "exports": [
579
+ {
580
+ "kind": "js",
581
+ "name": "*",
582
+ "declaration": {
583
+ "name": "*",
584
+ "package": "\"./AppBarSizeStyle\""
585
+ }
586
+ },
587
+ {
588
+ "kind": "js",
589
+ "name": "*",
590
+ "declaration": {
591
+ "name": "*",
592
+ "package": "\"./AppBarStyle\""
593
+ }
594
+ }
595
+ ]
596
+ }
597
+ ]
598
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "tags": [
5
+ {
6
+ "name": "m3e-app-bar",
7
+ "description": "A bar, placed a the top of a screen, used to help users navigate through an application.\n---\n\n\n### **Slots:**\n - **leading-icon** - Renders a leading icon.\n- **subtitle** - Renders the subtitle.\n- **title** - Renders the title.\n- **trailing-icon** - Renders a trailing icon.\n\n### **CSS Properties:**\n - **--m3e-app-bar-container-color** - Background color of the app bar container. _(default: undefined)_\n- **--m3e-app-bar-container-color-on-scroll** - Background color of the app bar container when scrolled. _(default: undefined)_\n- **--m3e-app-bar-container-elevation** - Elevation (shadow) of the app bar container. _(default: undefined)_\n- **--m3e-app-bar-container-elevation-on-scroll** - Elevation (shadow) of the app bar container when scrolled. _(default: undefined)_\n- **--m3e-app-bar-title-text-color** - Color of the app bar title text. _(default: undefined)_\n- **--m3e-app-bar-subtitle-text-color** - Color of the app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-padding-left** - Left padding for the app bar container. _(default: undefined)_\n- **--m3e-app-bar-padding-right** - Right padding for the app bar container. _(default: undefined)_\n- **--m3e-app-bar-small-container-height** - Height of the small app bar container. _(default: undefined)_\n- **--m3e-app-bar-small-title-text-font-size** - Font size for the small app bar title text. _(default: undefined)_\n- **--m3e-app-bar-small-title-text-font-weight** - Font weight for the small app bar title text. _(default: undefined)_\n- **--m3e-app-bar-small-title-text-line-height** - Line height for the small app bar title text. _(default: undefined)_\n- **--m3e-app-bar-small-subtitle-text-tracking** - Letter spacing (tracking) for the small app bar title text. _(default: undefined)_\n- **--m3e-app-bar-small-subtitle-text-font-size** - Font size for the small app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-small-subtitle-text-font-weight** - Font weight for the small app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-small-subtitle-text-line-height** - Line height for the small app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-small-subtitle-text-tracking** - Letter spacing (tracking) for the small app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-small-heading-padding-left** - Left padding for the small app bar heading. _(default: undefined)_\n- **--m3e-app-bar-small-heading-padding-right** - Right padding for the small app bar heading. _(default: undefined)_\n- **--m3e-app-bar-medium-container-height** - Height of the medium app bar container. _(default: undefined)_\n- **--m3e-app-bar-medium-container-height-with-subtitle** - Height of the medium app bar container with subtitle. _(default: undefined)_\n- **--m3e-app-bar-medium-title-text-font-size** - Font size for the medium app bar title text. _(default: undefined)_\n- **--m3e-app-bar-medium-title-text-font-weight** - Font weight for the medium app bar title text. _(default: undefined)_\n- **--m3e-app-bar-medium-title-text-line-height** - Line height for the medium app bar title text. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-text-tracking** - Letter spacing (tracking) for the medium app bar title text. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-text-font-size** - Font size for the medium app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-text-font-weight** - Font weight for the medium app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-text-line-height** - Line height for the medium app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-text-tracking** - Letter spacing (tracking) for the medium app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-medium-heading-padding-left** - Left padding for the medium app bar heading. _(default: undefined)_\n- **--m3e-app-bar-medium-heading-padding-right** - Right padding for the medium app bar heading. _(default: undefined)_\n- **--m3e-app-bar-medium-padding-top** - Top padding for the medium app bar. _(default: undefined)_\n- **--m3e-app-bar-medium-padding-bottom** - Bottom padding for the medium app bar. _(default: undefined)_\n- **--m3e-app-bar-medium-title-max-lines** - Maximum number of lines for the medium app bar title. _(default: undefined)_\n- **--m3e-app-bar-medium-subtitle-max-lines** - Maximum number of lines for the medium app bar subtitle. _(default: undefined)_\n- **--m3e-app-bar-large-container-height** - Height of the large app bar container. _(default: undefined)_\n- **--m3e-app-bar-large-container-height-with-subtitle** - Height of the large app bar container with subtitle. _(default: undefined)_\n- **--m3e-app-bar-large-title-text-font-size** - Font size for the large app bar title text. _(default: undefined)_\n- **--m3e-app-bar-large-title-text-font-weight** - Font weight for the large app bar title text. _(default: undefined)_\n- **--m3e-app-bar-large-title-text-line-height** - Line height for the large app bar title text. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-text-tracking** - Letter spacing (tracking) for the large app bar title text. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-text-font-size** - Font size for the large app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-text-font-weight** - Font weight for the large app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-text-line-height** - Line height for the large app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-text-tracking** - Letter spacing (tracking) for the large app bar subtitle text. _(default: undefined)_\n- **--m3e-app-bar-large-heading-padding-left** - Left padding for the large app bar heading. _(default: undefined)_\n- **--m3e-app-bar-large-heading-padding-right** - Right padding for the large app bar heading. _(default: undefined)_\n- **--m3e-app-bar-large-padding-top** - Top padding for the large app bar. _(default: undefined)_\n- **--m3e-app-bar-large-padding-bottom** - Bottom padding for the large app bar. _(default: undefined)_\n- **--m3e-app-bar-large-title-max-lines** - Maximum number of lines for the large app bar title. _(default: undefined)_\n- **--m3e-app-bar-large-subtitle-max-lines** - Maximum number of lines for the large app bar subtitle. _(default: undefined)_",
8
+ "attributes": [
9
+ {
10
+ "name": "centered",
11
+ "description": "Whether the title and subtitle are centered.",
12
+ "values": []
13
+ },
14
+ {
15
+ "name": "for",
16
+ "description": "The identifier of the interactive control to which this element is attached.",
17
+ "values": []
18
+ },
19
+ {
20
+ "name": "size",
21
+ "description": "The size of the bar.",
22
+ "values": [{ "name": "AppBarSize" }]
23
+ }
24
+ ],
25
+ "references": []
26
+ }
27
+ ]
28
+ }