@tylertech/forge 3.8.0-dev.3 → 3.8.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.
Files changed (78) hide show
  1. package/custom-elements.json +3948 -3215
  2. package/dist/app-bar/forge-app-bar.css +20 -11
  3. package/dist/forge.css +2 -2
  4. package/dist/lib.js +14 -14
  5. package/dist/lib.js.map +4 -4
  6. package/dist/table/forge-table.css +2 -2
  7. package/dist/vscode.css-custom-data.json +218 -208
  8. package/dist/vscode.html-custom-data.json +370 -245
  9. package/esm/app-bar/app-bar/app-bar-constants.d.ts +2 -0
  10. package/esm/app-bar/app-bar/app-bar-constants.js +2 -1
  11. package/esm/app-bar/app-bar/app-bar-core.d.ts +5 -1
  12. package/esm/app-bar/app-bar/app-bar-core.js +10 -0
  13. package/esm/app-bar/app-bar/app-bar.d.ts +9 -1
  14. package/esm/app-bar/app-bar/app-bar.js +15 -2
  15. package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
  16. package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
  17. package/esm/app-bar/notification-button/app-bar-notification-button.js +1 -1
  18. package/esm/app-bar/profile-button/app-bar-profile-button.d.ts +1 -1
  19. package/esm/app-bar/profile-button/app-bar-profile-button.js +13 -10
  20. package/esm/app-bar/search/app-bar-search.js +1 -1
  21. package/esm/autocomplete/autocomplete-core.js +5 -0
  22. package/esm/avatar/avatar.d.ts +4 -4
  23. package/esm/avatar/avatar.js +5 -6
  24. package/esm/badge/badge.d.ts +4 -3
  25. package/esm/badge/badge.js +5 -4
  26. package/esm/button/button-constants.d.ts +1 -1
  27. package/esm/button/button.js +1 -1
  28. package/esm/card/card.d.ts +4 -3
  29. package/esm/card/card.js +3 -2
  30. package/esm/core/base/base-lit-element.d.ts +9 -0
  31. package/esm/core/base/base-lit-element.js +12 -0
  32. package/esm/core/utils/lit-utils.d.ts +11 -0
  33. package/esm/core/utils/lit-utils.js +31 -0
  34. package/esm/dialog/dialog-adapter.d.ts +0 -1
  35. package/esm/dialog/dialog-adapter.js +4 -39
  36. package/esm/dialog/dialog-constants.d.ts +6 -2
  37. package/esm/dialog/dialog-constants.js +4 -4
  38. package/esm/dialog/dialog-core.d.ts +3 -3
  39. package/esm/dialog/dialog-core.js +8 -7
  40. package/esm/dialog/dialog.d.ts +3 -3
  41. package/esm/dialog/dialog.js +4 -4
  42. package/esm/icon-button/icon-button-constants.d.ts +1 -1
  43. package/esm/icon-button/icon-button.js +1 -1
  44. package/esm/key/key/key.d.ts +3 -2
  45. package/esm/key/key/key.js +3 -2
  46. package/esm/key/key-item/key-item.d.ts +3 -2
  47. package/esm/key/key-item/key-item.js +3 -2
  48. package/esm/list-dropdown/list-dropdown-aware-core.d.ts +22 -0
  49. package/esm/list-dropdown/list-dropdown-aware-core.js +30 -0
  50. package/esm/list-dropdown/list-dropdown-aware.d.ts +35 -0
  51. package/esm/list-dropdown/list-dropdown-aware.js +35 -16
  52. package/esm/list-dropdown/list-dropdown-constants.d.ts +22 -3
  53. package/esm/list-dropdown/list-dropdown-constants.js +9 -1
  54. package/esm/list-dropdown/list-dropdown-utils.js +6 -0
  55. package/esm/menu/menu-core.js +2 -0
  56. package/esm/menu/menu.js +1 -0
  57. package/esm/meter/meter/meter.d.ts +4 -2
  58. package/esm/meter/meter/meter.js +4 -2
  59. package/esm/meter/meter-group/meter-group.d.ts +3 -2
  60. package/esm/meter/meter-group/meter-group.js +3 -2
  61. package/esm/overlay/base/overlay-aware.d.ts +4 -4
  62. package/esm/overlay/base/overlay-aware.js +3 -3
  63. package/esm/select/core/base-select-core.js +5 -0
  64. package/esm/select/select/select.d.ts +25 -1
  65. package/esm/select/select/select.js +26 -1
  66. package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
  67. package/esm/tabs/tab-bar/tab-bar.js +1 -1
  68. package/package.json +2 -2
  69. package/sass/app-bar/app-bar/_core.scss +0 -1
  70. package/sass/app-bar/app-bar/app-bar.scss +57 -23
  71. package/sass/app-bar/forge-app-bar.scss +41 -11
  72. package/sass/app-bar/search/app-bar-search.scss +3 -0
  73. package/sass/button/button.scss +24 -0
  74. package/sass/core/styles/scrollbar/index.scss +14 -0
  75. package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +2 -8
  76. package/sass/icon-button/icon-button.scss +8 -9
  77. package/sass/table/_core.scss +1 -1
  78. package/sass/tabs/tab-bar/tab-bar.scss +24 -0
@@ -10,7 +10,7 @@ forge-table {
10
10
 
11
11
  .forge-table {
12
12
  width: 100%;
13
- border-collapse: collapse;
13
+ border-spacing: 0;
14
14
  }
15
15
  .forge-table--dense .forge-table-row {
16
16
  height: 36px;
@@ -261,7 +261,7 @@ forge-table {
261
261
 
262
262
  .forge-data-table {
263
263
  width: 100%;
264
- border-collapse: collapse;
264
+ border-spacing: 0;
265
265
  }
266
266
  .forge-data-table thead tr {
267
267
  height: 48px;
@@ -2,6 +2,36 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "properties": [
5
+ {
6
+ "name": "--forge-avatar-background",
7
+ "description": "The background color of the avatar.",
8
+ "values": [{ "name": "string" }]
9
+ },
10
+ {
11
+ "name": "--forge-avatar-shape",
12
+ "description": "The border radius of the avatar, defaults to 50%.",
13
+ "values": [{ "name": "number" }]
14
+ },
15
+ {
16
+ "name": "--forge-avatar-color",
17
+ "description": "The text color of the avatar.",
18
+ "values": [{ "name": "color" }]
19
+ },
20
+ {
21
+ "name": "--forge-avatar-size",
22
+ "description": "The height and width of the avatar.",
23
+ "values": [{ "name": "number" }]
24
+ },
25
+ {
26
+ "name": "--forge-avatar-transition-duration",
27
+ "description": "The transition duration for animations.",
28
+ "values": [{ "name": "number" }]
29
+ },
30
+ {
31
+ "name": "--forge-avatar-transition-timing",
32
+ "description": "The transition timing function for animations.",
33
+ "values": [{ "name": "string" }]
34
+ },
5
35
  {
6
36
  "name": "--forge-backdrop-background",
7
37
  "description": "The backdrop background color.",
@@ -37,36 +67,6 @@
37
67
  "description": "The animation easing for the exit animation.",
38
68
  "values": []
39
69
  },
40
- {
41
- "name": "--forge-avatar-background",
42
- "description": "The background color of the avatar.",
43
- "values": [{ "name": "string" }]
44
- },
45
- {
46
- "name": "--forge-avatar-shape",
47
- "description": "The border radius of the avatar, defaults to 50%.",
48
- "values": [{ "name": "number" }]
49
- },
50
- {
51
- "name": "--forge-avatar-color",
52
- "description": "The text color of the avatar.",
53
- "values": [{ "name": "color" }]
54
- },
55
- {
56
- "name": "--forge-avatar-size",
57
- "description": "The height and width of the avatar.",
58
- "values": [{ "name": "number" }]
59
- },
60
- {
61
- "name": "--forge-avatar-transition-duration",
62
- "description": "The transition duration for animations.",
63
- "values": [{ "name": "number" }]
64
- },
65
- {
66
- "name": "--forge-avatar-transition-timing",
67
- "description": "The transition timing function for animations.",
68
- "values": [{ "name": "string" }]
69
- },
70
70
  {
71
71
  "name": "--forge-badge-background",
72
72
  "description": "The background color.",
@@ -112,26 +112,6 @@
112
112
  "description": "The spacing between the content within the badge.",
113
113
  "values": []
114
114
  },
115
- {
116
- "name": "--forge-bottom-sheet-desktop-max-width",
117
- "description": "The maximum width of the bottom sheet on desktop.",
118
- "values": []
119
- },
120
- {
121
- "name": "--forge-bottom-sheet-desktop-min-width",
122
- "description": "The minimum width of the bottom sheet on desktop.",
123
- "values": []
124
- },
125
- {
126
- "name": "--forge-bottom-sheet-animation-duration",
127
- "description": "The duration of the bottom sheet animation to fullscreen.",
128
- "values": []
129
- },
130
- {
131
- "name": "--forge-bottom-sheet-animation-timing",
132
- "description": "The timing function of the bottom sheet animation to fullscreen.",
133
- "values": []
134
- },
135
115
  {
136
116
  "name": "--forge-banner-background",
137
117
  "description": "The background color of the banner.",
@@ -172,6 +152,26 @@
172
152
  "description": "The transition easing function.",
173
153
  "values": []
174
154
  },
155
+ {
156
+ "name": "--forge-bottom-sheet-desktop-max-width",
157
+ "description": "The maximum width of the bottom sheet on desktop.",
158
+ "values": []
159
+ },
160
+ {
161
+ "name": "--forge-bottom-sheet-desktop-min-width",
162
+ "description": "The minimum width of the bottom sheet on desktop.",
163
+ "values": []
164
+ },
165
+ {
166
+ "name": "--forge-bottom-sheet-animation-duration",
167
+ "description": "The duration of the bottom sheet animation to fullscreen.",
168
+ "values": []
169
+ },
170
+ {
171
+ "name": "--forge-bottom-sheet-animation-timing",
172
+ "description": "The timing function of the bottom sheet animation to fullscreen.",
173
+ "values": []
174
+ },
175
175
  {
176
176
  "name": "--forge-button-primary-color",
177
177
  "description": "The primary color of the button.",
@@ -2832,6 +2832,46 @@
2832
2832
  "description": "Controls the flex shorthand property of a child element within the stack.",
2833
2833
  "values": []
2834
2834
  },
2835
+ {
2836
+ "name": "--forge-state-layer-color",
2837
+ "description": "The color of the state layer. Defaults to the on-surface theme.",
2838
+ "values": []
2839
+ },
2840
+ {
2841
+ "name": "--forge-state-layer-hover-color",
2842
+ "description": "The color of the state layer when hovered.",
2843
+ "values": []
2844
+ },
2845
+ {
2846
+ "name": "--forge-state-layer-hover-opacity",
2847
+ "description": "The opacity of the state layer when hovered.",
2848
+ "values": []
2849
+ },
2850
+ {
2851
+ "name": "--forge-state-layer-pressed-color",
2852
+ "description": "The color of the state layer when pressed.",
2853
+ "values": []
2854
+ },
2855
+ {
2856
+ "name": "--forge-state-layer-pressed-opacity",
2857
+ "description": "The opacity of the state layer when pressed.",
2858
+ "values": []
2859
+ },
2860
+ {
2861
+ "name": "--forge-state-layer-hover-duration",
2862
+ "description": "The duration of the hover animation.",
2863
+ "values": []
2864
+ },
2865
+ {
2866
+ "name": "--forge-state-layer-animation-duration",
2867
+ "description": "The duration of the animation.",
2868
+ "values": []
2869
+ },
2870
+ {
2871
+ "name": "--forge-state-layer-pressed-duration",
2872
+ "description": "The duration of the pressed animation.",
2873
+ "values": []
2874
+ },
2835
2875
  {
2836
2876
  "name": "--forge-theme-primary",
2837
2877
  "description": "The primary color of the switch.",
@@ -3172,46 +3212,6 @@
3172
3212
  "description": "The timing function used in active state animations.",
3173
3213
  "values": []
3174
3214
  },
3175
- {
3176
- "name": "--forge-state-layer-color",
3177
- "description": "The color of the state layer. Defaults to the on-surface theme.",
3178
- "values": []
3179
- },
3180
- {
3181
- "name": "--forge-state-layer-hover-color",
3182
- "description": "The color of the state layer when hovered.",
3183
- "values": []
3184
- },
3185
- {
3186
- "name": "--forge-state-layer-hover-opacity",
3187
- "description": "The opacity of the state layer when hovered.",
3188
- "values": []
3189
- },
3190
- {
3191
- "name": "--forge-state-layer-pressed-color",
3192
- "description": "The color of the state layer when pressed.",
3193
- "values": []
3194
- },
3195
- {
3196
- "name": "--forge-state-layer-pressed-opacity",
3197
- "description": "The opacity of the state layer when pressed.",
3198
- "values": []
3199
- },
3200
- {
3201
- "name": "--forge-state-layer-hover-duration",
3202
- "description": "The duration of the hover animation.",
3203
- "values": []
3204
- },
3205
- {
3206
- "name": "--forge-state-layer-animation-duration",
3207
- "description": "The duration of the animation.",
3208
- "values": []
3209
- },
3210
- {
3211
- "name": "--forge-state-layer-pressed-duration",
3212
- "description": "The duration of the pressed animation.",
3213
- "values": []
3214
- },
3215
3215
  {
3216
3216
  "name": "--forge-field-background",
3217
3217
  "description": "The background of the field surface.",
@@ -3697,6 +3697,16 @@
3697
3697
  "description": "The text color of the app bar.",
3698
3698
  "values": []
3699
3699
  },
3700
+ {
3701
+ "name": "--forge-app-bar-theme-foreground",
3702
+ "description": "The text color of the app bar when using the **scoped theme mode**.",
3703
+ "values": []
3704
+ },
3705
+ {
3706
+ "name": "--forge-app-bar-theme-foreground-muted",
3707
+ "description": "The muted text color of the app bar when using the **scoped theme mode**.",
3708
+ "values": []
3709
+ },
3700
3710
  {
3701
3711
  "name": "--forge-app-bar-z-index",
3702
3712
  "description": "The `z-index` of the app bar.",
@@ -4238,83 +4248,83 @@
4238
4248
  "values": []
4239
4249
  },
4240
4250
  {
4241
- "name": "--forge-mini-drawer-width",
4251
+ "name": "--forge-drawer-width",
4242
4252
  "description": "The width of the drawer.",
4243
4253
  "values": []
4244
4254
  },
4245
4255
  {
4246
- "name": "--forge-mini-drawer-min-width",
4247
- "description": "The minimum width of the drawer. Defaults to match the width.",
4256
+ "name": "--forge-drawer-background",
4257
+ "description": "The background color of the drawer.",
4248
4258
  "values": []
4249
4259
  },
4250
4260
  {
4251
- "name": "--forge-mini-drawer-hover-width",
4252
- "description": "The width of the drawer when hovered.",
4261
+ "name": "--forge-drawer-border-color",
4262
+ "description": "The border of the drawer.",
4253
4263
  "values": []
4254
4264
  },
4255
4265
  {
4256
- "name": "--forge-mini-drawer-transition-duration",
4257
- "description": "The transition duration of the drawer.",
4266
+ "name": "--forge-drawer-border-width",
4267
+ "description": "The border width of the drawer.",
4258
4268
  "values": []
4259
4269
  },
4260
4270
  {
4261
- "name": "--forge-mini-drawer-transition-easing",
4262
- "description": "The transition timing function of the drawer.",
4271
+ "name": "--forge-drawer-transition-duration",
4272
+ "description": "The transition duration of the drawer.",
4263
4273
  "values": []
4264
4274
  },
4265
4275
  {
4266
- "name": "--forge-mini-drawer-delay",
4267
- "description": "The delay before the drawer closes when the mouse leaves the drawer.",
4276
+ "name": "--forge-drawer-transition-easing",
4277
+ "description": "The transition timing function of the drawer.",
4268
4278
  "values": []
4269
4279
  },
4270
4280
  {
4271
- "name": "--forge-mini-drawer-hover-transition-duration",
4272
- "description": "The transition duration of the drawer when hovered.",
4281
+ "name": "--forge-drawer-duration-close",
4282
+ "description": "The duration of the drawer closing animation.",
4273
4283
  "values": []
4274
4284
  },
4275
4285
  {
4276
- "name": "--forge-mini-drawer-hover-transition-easing",
4277
- "description": "The transition timing function of the drawer when hovered.",
4286
+ "name": "--forge-mini-drawer-width",
4287
+ "description": "The width of the drawer.",
4278
4288
  "values": []
4279
4289
  },
4280
4290
  {
4281
- "name": "--forge-mini-drawer-hover-transition-delay",
4282
- "description": "The delay before the drawer closes when the mouse leaves the drawer when hovered.",
4291
+ "name": "--forge-mini-drawer-min-width",
4292
+ "description": "The minimum width of the drawer. Defaults to match the width.",
4283
4293
  "values": []
4284
4294
  },
4285
4295
  {
4286
- "name": "--forge-drawer-width",
4287
- "description": "The width of the drawer.",
4296
+ "name": "--forge-mini-drawer-hover-width",
4297
+ "description": "The width of the drawer when hovered.",
4288
4298
  "values": []
4289
4299
  },
4290
4300
  {
4291
- "name": "--forge-drawer-background",
4292
- "description": "The background color of the drawer.",
4301
+ "name": "--forge-mini-drawer-transition-duration",
4302
+ "description": "The transition duration of the drawer.",
4293
4303
  "values": []
4294
4304
  },
4295
4305
  {
4296
- "name": "--forge-drawer-border-color",
4297
- "description": "The border of the drawer.",
4306
+ "name": "--forge-mini-drawer-transition-easing",
4307
+ "description": "The transition timing function of the drawer.",
4298
4308
  "values": []
4299
4309
  },
4300
4310
  {
4301
- "name": "--forge-drawer-border-width",
4302
- "description": "The border width of the drawer.",
4311
+ "name": "--forge-mini-drawer-delay",
4312
+ "description": "The delay before the drawer closes when the mouse leaves the drawer.",
4303
4313
  "values": []
4304
4314
  },
4305
4315
  {
4306
- "name": "--forge-drawer-transition-duration",
4307
- "description": "The transition duration of the drawer.",
4316
+ "name": "--forge-mini-drawer-hover-transition-duration",
4317
+ "description": "The transition duration of the drawer when hovered.",
4308
4318
  "values": []
4309
4319
  },
4310
4320
  {
4311
- "name": "--forge-drawer-transition-easing",
4312
- "description": "The transition timing function of the drawer.",
4321
+ "name": "--forge-mini-drawer-hover-transition-easing",
4322
+ "description": "The transition timing function of the drawer when hovered.",
4313
4323
  "values": []
4314
4324
  },
4315
4325
  {
4316
- "name": "--forge-drawer-duration-close",
4317
- "description": "The duration of the drawer closing animation.",
4326
+ "name": "--forge-mini-drawer-hover-transition-delay",
4327
+ "description": "The delay before the drawer closes when the mouse leaves the drawer when hovered.",
4318
4328
  "values": []
4319
4329
  },
4320
4330
  {
@@ -4432,81 +4442,6 @@
4432
4442
  "description": "The spacing between the list items.",
4433
4443
  "values": []
4434
4444
  },
4435
- {
4436
- "name": "--forge-meter-background",
4437
- "description": "The background color of the meter.",
4438
- "values": []
4439
- },
4440
- {
4441
- "name": "--forge-meter-color",
4442
- "description": "The color of the meter's bar.",
4443
- "values": []
4444
- },
4445
- {
4446
- "name": "--forge-meter-height",
4447
- "description": "The block size of the meter.",
4448
- "values": []
4449
- },
4450
- {
4451
- "name": "--forge-meter-shape",
4452
- "description": "The border radius of the meter.",
4453
- "values": []
4454
- },
4455
- {
4456
- "name": "--forge-meter-bar-inner-shape",
4457
- "description": "The border radius of the meter's bar.",
4458
- "values": []
4459
- },
4460
- {
4461
- "name": "--forge-meter-tickmarks",
4462
- "description": "The number of tickmarks to display.",
4463
- "values": []
4464
- },
4465
- {
4466
- "name": "--forge-meter-tickmark-opacity",
4467
- "description": "The opacity of the tickmarks.",
4468
- "values": []
4469
- },
4470
- {
4471
- "name": "--forge-meter-transition-duration",
4472
- "description": "The duration of transitions.",
4473
- "values": []
4474
- },
4475
- {
4476
- "name": "--forge-meter-transition-timing",
4477
- "description": "The timing function of transitions.",
4478
- "values": []
4479
- },
4480
- {
4481
- "name": "--forge-theme-success",
4482
- "description": "The color of the bar when the value is optimal.",
4483
- "values": []
4484
- },
4485
- {
4486
- "name": "--forge-theme-success-container-low",
4487
- "description": "The color of the track when the value is optimal.",
4488
- "values": []
4489
- },
4490
- {
4491
- "name": "--forge-theme-warning",
4492
- "description": "The color of the bar when the value is suboptimal.",
4493
- "values": []
4494
- },
4495
- {
4496
- "name": "--forge-theme-warning-container-low",
4497
- "description": "The color of the track when the value is suboptimal.",
4498
- "values": []
4499
- },
4500
- {
4501
- "name": "--forge-theme-error",
4502
- "description": "The color of the bar when the value is least optimal.",
4503
- "values": []
4504
- },
4505
- {
4506
- "name": "--forge-theme-error-container-low",
4507
- "description": "The color of the track when the value is least optimal.",
4508
- "values": []
4509
- },
4510
4445
  {
4511
4446
  "name": "--forge-list-item-background",
4512
4447
  "description": "The background color.",
@@ -4657,6 +4592,81 @@
4657
4592
  "description": "The gap between the slotted content when in the dense state.",
4658
4593
  "values": []
4659
4594
  },
4595
+ {
4596
+ "name": "--forge-meter-background",
4597
+ "description": "The background color of the meter.",
4598
+ "values": []
4599
+ },
4600
+ {
4601
+ "name": "--forge-meter-color",
4602
+ "description": "The color of the meter's bar.",
4603
+ "values": []
4604
+ },
4605
+ {
4606
+ "name": "--forge-meter-height",
4607
+ "description": "The block size of the meter.",
4608
+ "values": []
4609
+ },
4610
+ {
4611
+ "name": "--forge-meter-shape",
4612
+ "description": "The border radius of the meter.",
4613
+ "values": []
4614
+ },
4615
+ {
4616
+ "name": "--forge-meter-bar-inner-shape",
4617
+ "description": "The border radius of the meter's bar.",
4618
+ "values": []
4619
+ },
4620
+ {
4621
+ "name": "--forge-meter-tickmarks",
4622
+ "description": "The number of tickmarks to display.",
4623
+ "values": []
4624
+ },
4625
+ {
4626
+ "name": "--forge-meter-tickmark-opacity",
4627
+ "description": "The opacity of the tickmarks.",
4628
+ "values": []
4629
+ },
4630
+ {
4631
+ "name": "--forge-meter-transition-duration",
4632
+ "description": "The duration of transitions.",
4633
+ "values": []
4634
+ },
4635
+ {
4636
+ "name": "--forge-meter-transition-timing",
4637
+ "description": "The timing function of transitions.",
4638
+ "values": []
4639
+ },
4640
+ {
4641
+ "name": "--forge-theme-success",
4642
+ "description": "The color of the bar when the value is optimal.",
4643
+ "values": []
4644
+ },
4645
+ {
4646
+ "name": "--forge-theme-success-container-low",
4647
+ "description": "The color of the track when the value is optimal.",
4648
+ "values": []
4649
+ },
4650
+ {
4651
+ "name": "--forge-theme-warning",
4652
+ "description": "The color of the bar when the value is suboptimal.",
4653
+ "values": []
4654
+ },
4655
+ {
4656
+ "name": "--forge-theme-warning-container-low",
4657
+ "description": "The color of the track when the value is suboptimal.",
4658
+ "values": []
4659
+ },
4660
+ {
4661
+ "name": "--forge-theme-error",
4662
+ "description": "The color of the bar when the value is least optimal.",
4663
+ "values": []
4664
+ },
4665
+ {
4666
+ "name": "--forge-theme-error-container-low",
4667
+ "description": "The color of the track when the value is least optimal.",
4668
+ "values": []
4669
+ },
4660
4670
  {
4661
4671
  "name": "--forge-meter-group-background",
4662
4672
  "description": "The background color of the meter group.",
@@ -5394,11 +5404,11 @@
5394
5404
  }
5395
5405
  ],
5396
5406
  "pseudoElements": [
5407
+ { "name": "::part(root)", "description": "The root container element." },
5397
5408
  {
5398
5409
  "name": "::part(root)",
5399
5410
  "description": "The root element of the backdrop."
5400
5411
  },
5401
- { "name": "::part(root)", "description": "The root container element." },
5402
5412
  {
5403
5413
  "name": "::part(root)",
5404
5414
  "description": "The root element of the bottom sheet."
@@ -5689,6 +5699,7 @@
5689
5699
  "description": "Styles the start handle label content element."
5690
5700
  },
5691
5701
  { "name": "::part(root)", "description": "The root container element." },
5702
+ { "name": "::part(surface)", "description": "The surface element." },
5692
5703
  {
5693
5704
  "name": "::part(switch)",
5694
5705
  "description": "Styles the switch container element."
@@ -5709,7 +5720,6 @@
5709
5720
  "name": "::part(focus-indicator)",
5710
5721
  "description": "Styles the focus indicator root element."
5711
5722
  },
5712
- { "name": "::part(surface)", "description": "The surface element." },
5713
5723
  { "name": "::part(root)", "description": "The root container element." },
5714
5724
  { "name": "::part(label)", "description": "The label element." },
5715
5725
  {
@@ -5867,15 +5877,15 @@
5867
5877
  },
5868
5878
  { "name": "::part(root)", "description": "The component's root element." },
5869
5879
  { "name": "::part(root)", "description": "The component's root element." },
5870
- {
5871
- "name": "::part(container)",
5872
- "description": "The container element around the content."
5873
- },
5874
5880
  {
5875
5881
  "name": "::part(content)",
5876
5882
  "description": "The content container element."
5877
5883
  },
5878
5884
  { "name": "::part(root)", "description": "The component's root element." },
5885
+ {
5886
+ "name": "::part(container)",
5887
+ "description": "The container element around the content."
5888
+ },
5879
5889
  {
5880
5890
  "name": "::part(content)",
5881
5891
  "description": "The content container element."
@@ -5896,12 +5906,6 @@
5896
5906
  "description": "The component's root container element."
5897
5907
  },
5898
5908
  { "name": "::part(root)", "description": "The root container element." },
5899
- {
5900
- "name": "::part(track)",
5901
- "description": "The element comprising the meter's background."
5902
- },
5903
- { "name": "::part(bar)", "description": "The bar representing the value." },
5904
- { "name": "::part(root)", "description": "The root container element." },
5905
5909
  {
5906
5910
  "name": "::part(text-container)",
5907
5911
  "description": "The container for the text content."
@@ -5915,6 +5919,12 @@
5915
5919
  "description": "The forwarded state layer's internal surface element."
5916
5920
  },
5917
5921
  { "name": "::part(root)", "description": "The root container element." },
5922
+ {
5923
+ "name": "::part(track)",
5924
+ "description": "The element comprising the meter's background."
5925
+ },
5926
+ { "name": "::part(bar)", "description": "The bar representing the value." },
5927
+ { "name": "::part(root)", "description": "The root container element." },
5918
5928
  {
5919
5929
  "name": "::part(track)",
5920
5930
  "description": "The element comprising the meter group's background."