@tylertech/forge 3.8.0-dev.1 → 3.8.0-dev.3

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 (34) hide show
  1. package/custom-elements.json +3383 -3319
  2. package/dist/app-bar/forge-app-bar.css +8 -0
  3. package/dist/lib.js +19 -19
  4. package/dist/lib.js.map +3 -3
  5. package/dist/vscode.css-custom-data.json +208 -208
  6. package/dist/vscode.html-custom-data.json +245 -245
  7. package/esm/app-bar/app-bar/app-bar.js +1 -1
  8. package/esm/app-bar/profile-button/app-bar-profile-button.d.ts +1 -1
  9. package/esm/app-bar/profile-button/app-bar-profile-button.js +9 -12
  10. package/esm/avatar/avatar.d.ts +3 -0
  11. package/esm/avatar/avatar.js +5 -0
  12. package/esm/badge/badge.d.ts +3 -0
  13. package/esm/badge/badge.js +6 -2
  14. package/esm/card/card.d.ts +3 -0
  15. package/esm/card/card.js +5 -1
  16. package/esm/dialog/dialog.js +2 -2
  17. package/esm/icon-button/icon-button.js +1 -1
  18. package/esm/key/key/index.js +2 -2
  19. package/esm/key/key/key.d.ts +4 -0
  20. package/esm/key/key/key.js +7 -1
  21. package/esm/key/key-item/index.js +2 -2
  22. package/esm/key/key-item/key-item.d.ts +4 -0
  23. package/esm/key/key-item/key-item.js +7 -1
  24. package/esm/meter/meter/meter.d.ts +3 -0
  25. package/esm/meter/meter/meter.js +6 -1
  26. package/esm/meter/meter-group/index.js +2 -2
  27. package/esm/meter/meter-group/meter-group.d.ts +4 -0
  28. package/esm/meter/meter-group/meter-group.js +7 -2
  29. package/esm/overlay/overlay-adapter.js +9 -4
  30. package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
  31. package/package.json +1 -1
  32. package/sass/app-bar/app-bar/app-bar.scss +21 -11
  33. package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +10 -1
  34. package/sass/icon-button/icon-button.scss +15 -0
@@ -2,36 +2,6 @@
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
- },
35
5
  {
36
6
  "name": "--forge-backdrop-background",
37
7
  "description": "The backdrop background color.",
@@ -67,6 +37,36 @@
67
37
  "description": "The animation easing for the exit animation.",
68
38
  "values": []
69
39
  },
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,6 +112,26 @@
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
+ },
115
135
  {
116
136
  "name": "--forge-banner-background",
117
137
  "description": "The background color of the banner.",
@@ -152,26 +172,6 @@
152
172
  "description": "The transition easing function.",
153
173
  "values": []
154
174
  },
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,46 +2832,6 @@
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
- },
2875
2835
  {
2876
2836
  "name": "--forge-theme-primary",
2877
2837
  "description": "The primary color of the switch.",
@@ -3212,6 +3172,46 @@
3212
3172
  "description": "The timing function used in active state animations.",
3213
3173
  "values": []
3214
3174
  },
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.",
@@ -4238,83 +4238,83 @@
4238
4238
  "values": []
4239
4239
  },
4240
4240
  {
4241
- "name": "--forge-drawer-width",
4241
+ "name": "--forge-mini-drawer-width",
4242
4242
  "description": "The width of the drawer.",
4243
4243
  "values": []
4244
4244
  },
4245
4245
  {
4246
- "name": "--forge-drawer-background",
4247
- "description": "The background color of the drawer.",
4246
+ "name": "--forge-mini-drawer-min-width",
4247
+ "description": "The minimum width of the drawer. Defaults to match the width.",
4248
4248
  "values": []
4249
4249
  },
4250
4250
  {
4251
- "name": "--forge-drawer-border-color",
4252
- "description": "The border of the drawer.",
4251
+ "name": "--forge-mini-drawer-hover-width",
4252
+ "description": "The width of the drawer when hovered.",
4253
4253
  "values": []
4254
4254
  },
4255
4255
  {
4256
- "name": "--forge-drawer-border-width",
4257
- "description": "The border width of the drawer.",
4256
+ "name": "--forge-mini-drawer-transition-duration",
4257
+ "description": "The transition duration of the drawer.",
4258
4258
  "values": []
4259
4259
  },
4260
4260
  {
4261
- "name": "--forge-drawer-transition-duration",
4262
- "description": "The transition duration of the drawer.",
4261
+ "name": "--forge-mini-drawer-transition-easing",
4262
+ "description": "The transition timing function of the drawer.",
4263
4263
  "values": []
4264
4264
  },
4265
4265
  {
4266
- "name": "--forge-drawer-transition-easing",
4267
- "description": "The transition timing function of the drawer.",
4266
+ "name": "--forge-mini-drawer-delay",
4267
+ "description": "The delay before the drawer closes when the mouse leaves the drawer.",
4268
4268
  "values": []
4269
4269
  },
4270
4270
  {
4271
- "name": "--forge-drawer-duration-close",
4272
- "description": "The duration of the drawer closing animation.",
4271
+ "name": "--forge-mini-drawer-hover-transition-duration",
4272
+ "description": "The transition duration of the drawer when hovered.",
4273
4273
  "values": []
4274
4274
  },
4275
4275
  {
4276
- "name": "--forge-mini-drawer-width",
4277
- "description": "The width of the drawer.",
4276
+ "name": "--forge-mini-drawer-hover-transition-easing",
4277
+ "description": "The transition timing function of the drawer when hovered.",
4278
4278
  "values": []
4279
4279
  },
4280
4280
  {
4281
- "name": "--forge-mini-drawer-min-width",
4282
- "description": "The minimum width of the drawer. Defaults to match the width.",
4281
+ "name": "--forge-mini-drawer-hover-transition-delay",
4282
+ "description": "The delay before the drawer closes when the mouse leaves the drawer when hovered.",
4283
4283
  "values": []
4284
4284
  },
4285
4285
  {
4286
- "name": "--forge-mini-drawer-hover-width",
4287
- "description": "The width of the drawer when hovered.",
4286
+ "name": "--forge-drawer-width",
4287
+ "description": "The width of the drawer.",
4288
4288
  "values": []
4289
4289
  },
4290
4290
  {
4291
- "name": "--forge-mini-drawer-transition-duration",
4292
- "description": "The transition duration of the drawer.",
4291
+ "name": "--forge-drawer-background",
4292
+ "description": "The background color of the drawer.",
4293
4293
  "values": []
4294
4294
  },
4295
4295
  {
4296
- "name": "--forge-mini-drawer-transition-easing",
4297
- "description": "The transition timing function of the drawer.",
4296
+ "name": "--forge-drawer-border-color",
4297
+ "description": "The border of the drawer.",
4298
4298
  "values": []
4299
4299
  },
4300
4300
  {
4301
- "name": "--forge-mini-drawer-delay",
4302
- "description": "The delay before the drawer closes when the mouse leaves the drawer.",
4301
+ "name": "--forge-drawer-border-width",
4302
+ "description": "The border width of the drawer.",
4303
4303
  "values": []
4304
4304
  },
4305
4305
  {
4306
- "name": "--forge-mini-drawer-hover-transition-duration",
4307
- "description": "The transition duration of the drawer when hovered.",
4306
+ "name": "--forge-drawer-transition-duration",
4307
+ "description": "The transition duration of the drawer.",
4308
4308
  "values": []
4309
4309
  },
4310
4310
  {
4311
- "name": "--forge-mini-drawer-hover-transition-easing",
4312
- "description": "The transition timing function of the drawer when hovered.",
4311
+ "name": "--forge-drawer-transition-easing",
4312
+ "description": "The transition timing function of the drawer.",
4313
4313
  "values": []
4314
4314
  },
4315
4315
  {
4316
- "name": "--forge-mini-drawer-hover-transition-delay",
4317
- "description": "The delay before the drawer closes when the mouse leaves the drawer when hovered.",
4316
+ "name": "--forge-drawer-duration-close",
4317
+ "description": "The duration of the drawer closing animation.",
4318
4318
  "values": []
4319
4319
  },
4320
4320
  {
@@ -4432,6 +4432,81 @@
4432
4432
  "description": "The spacing between the list items.",
4433
4433
  "values": []
4434
4434
  },
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
+ },
4435
4510
  {
4436
4511
  "name": "--forge-list-item-background",
4437
4512
  "description": "The background color.",
@@ -4582,81 +4657,6 @@
4582
4657
  "description": "The gap between the slotted content when in the dense state.",
4583
4658
  "values": []
4584
4659
  },
4585
- {
4586
- "name": "--forge-meter-background",
4587
- "description": "The background color of the meter.",
4588
- "values": []
4589
- },
4590
- {
4591
- "name": "--forge-meter-color",
4592
- "description": "The color of the meter's bar.",
4593
- "values": []
4594
- },
4595
- {
4596
- "name": "--forge-meter-height",
4597
- "description": "The block size of the meter.",
4598
- "values": []
4599
- },
4600
- {
4601
- "name": "--forge-meter-shape",
4602
- "description": "The border radius of the meter.",
4603
- "values": []
4604
- },
4605
- {
4606
- "name": "--forge-meter-bar-inner-shape",
4607
- "description": "The border radius of the meter's bar.",
4608
- "values": []
4609
- },
4610
- {
4611
- "name": "--forge-meter-tickmarks",
4612
- "description": "The number of tickmarks to display.",
4613
- "values": []
4614
- },
4615
- {
4616
- "name": "--forge-meter-tickmark-opacity",
4617
- "description": "The opacity of the tickmarks.",
4618
- "values": []
4619
- },
4620
- {
4621
- "name": "--forge-meter-transition-duration",
4622
- "description": "The duration of transitions.",
4623
- "values": []
4624
- },
4625
- {
4626
- "name": "--forge-meter-transition-timing",
4627
- "description": "The timing function of transitions.",
4628
- "values": []
4629
- },
4630
- {
4631
- "name": "--forge-theme-success",
4632
- "description": "The color of the bar when the value is optimal.",
4633
- "values": []
4634
- },
4635
- {
4636
- "name": "--forge-theme-success-container-low",
4637
- "description": "The color of the track when the value is optimal.",
4638
- "values": []
4639
- },
4640
- {
4641
- "name": "--forge-theme-warning",
4642
- "description": "The color of the bar when the value is suboptimal.",
4643
- "values": []
4644
- },
4645
- {
4646
- "name": "--forge-theme-warning-container-low",
4647
- "description": "The color of the track when the value is suboptimal.",
4648
- "values": []
4649
- },
4650
- {
4651
- "name": "--forge-theme-error",
4652
- "description": "The color of the bar when the value is least optimal.",
4653
- "values": []
4654
- },
4655
- {
4656
- "name": "--forge-theme-error-container-low",
4657
- "description": "The color of the track when the value is least optimal.",
4658
- "values": []
4659
- },
4660
4660
  {
4661
4661
  "name": "--forge-meter-group-background",
4662
4662
  "description": "The background color of the meter group.",
@@ -5394,11 +5394,11 @@
5394
5394
  }
5395
5395
  ],
5396
5396
  "pseudoElements": [
5397
- { "name": "::part(root)", "description": "The root container element." },
5398
5397
  {
5399
5398
  "name": "::part(root)",
5400
5399
  "description": "The root element of the backdrop."
5401
5400
  },
5401
+ { "name": "::part(root)", "description": "The root container element." },
5402
5402
  {
5403
5403
  "name": "::part(root)",
5404
5404
  "description": "The root element of the bottom sheet."
@@ -5689,7 +5689,6 @@
5689
5689
  "description": "Styles the start handle label content element."
5690
5690
  },
5691
5691
  { "name": "::part(root)", "description": "The root container element." },
5692
- { "name": "::part(surface)", "description": "The surface element." },
5693
5692
  {
5694
5693
  "name": "::part(switch)",
5695
5694
  "description": "Styles the switch container element."
@@ -5710,6 +5709,7 @@
5710
5709
  "name": "::part(focus-indicator)",
5711
5710
  "description": "Styles the focus indicator root element."
5712
5711
  },
5712
+ { "name": "::part(surface)", "description": "The surface element." },
5713
5713
  { "name": "::part(root)", "description": "The root container element." },
5714
5714
  { "name": "::part(label)", "description": "The label element." },
5715
5715
  {
@@ -5867,15 +5867,15 @@
5867
5867
  },
5868
5868
  { "name": "::part(root)", "description": "The component's root element." },
5869
5869
  { "name": "::part(root)", "description": "The component's root element." },
5870
+ {
5871
+ "name": "::part(container)",
5872
+ "description": "The container element around the content."
5873
+ },
5870
5874
  {
5871
5875
  "name": "::part(content)",
5872
5876
  "description": "The content container element."
5873
5877
  },
5874
5878
  { "name": "::part(root)", "description": "The component's root element." },
5875
- {
5876
- "name": "::part(container)",
5877
- "description": "The container element around the content."
5878
- },
5879
5879
  {
5880
5880
  "name": "::part(content)",
5881
5881
  "description": "The content container element."
@@ -5896,6 +5896,12 @@
5896
5896
  "description": "The component's root container element."
5897
5897
  },
5898
5898
  { "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." },
5899
5905
  {
5900
5906
  "name": "::part(text-container)",
5901
5907
  "description": "The container for the text content."
@@ -5909,12 +5915,6 @@
5909
5915
  "description": "The forwarded state layer's internal surface element."
5910
5916
  },
5911
5917
  { "name": "::part(root)", "description": "The root container element." },
5912
- {
5913
- "name": "::part(track)",
5914
- "description": "The element comprising the meter's background."
5915
- },
5916
- { "name": "::part(bar)", "description": "The bar representing the value." },
5917
- { "name": "::part(root)", "description": "The root container element." },
5918
5918
  {
5919
5919
  "name": "::part(track)",
5920
5920
  "description": "The element comprising the meter group's background."