@tylertech/forge 3.9.0-dev.1 → 3.9.0-dev.2

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.
@@ -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.",
@@ -38,43 +68,48 @@
38
68
  "values": []
39
69
  },
40
70
  {
41
- "name": "--forge-banner-background",
42
- "description": "The background color of the banner.",
71
+ "name": "--forge-badge-background",
72
+ "description": "The background color.",
43
73
  "values": []
44
74
  },
45
75
  {
46
- "name": "--forge-banner-color",
47
- "description": "The text color of the banner.",
76
+ "name": "--forge-badge-color",
77
+ "description": "The text color.",
48
78
  "values": []
49
79
  },
50
80
  {
51
- "name": "--forge-banner-icon-color",
52
- "description": "The color of the icon.",
81
+ "name": "--forge-badge-shape",
82
+ "description": "The shape radius.",
53
83
  "values": []
54
84
  },
55
85
  {
56
- "name": "--forge-banner-gap",
57
- "description": "The gap between the contents.",
86
+ "name": "--forge-badge-padding-inline",
87
+ "description": "The inline padding.",
58
88
  "values": []
59
89
  },
60
90
  {
61
- "name": "--forge-banner-padding-inline",
62
- "description": "The inline padding.",
91
+ "name": "--forge-badge-padding-block",
92
+ "description": "The block padding.",
63
93
  "values": []
64
94
  },
65
95
  {
66
- "name": "--forge-banner-padding-block",
67
- "description": "The block padding.",
96
+ "name": "--forge-badge-border-width",
97
+ "description": "The border width.",
68
98
  "values": []
69
99
  },
70
100
  {
71
- "name": "--forge-banner-transition-duration",
72
- "description": "The transition duration.",
101
+ "name": "--forge-badge-border-color",
102
+ "description": "The border color.",
73
103
  "values": []
74
104
  },
75
105
  {
76
- "name": "--forge-banner-transition-easing",
77
- "description": "The transition easing function.",
106
+ "name": "--forge-badge-border-style",
107
+ "description": "The border style.",
108
+ "values": []
109
+ },
110
+ {
111
+ "name": "--forge-badge-gap",
112
+ "description": "The spacing between the content within the badge.",
78
113
  "values": []
79
114
  },
80
115
  {
@@ -98,78 +133,43 @@
98
133
  "values": []
99
134
  },
100
135
  {
101
- "name": "--forge-avatar-background",
102
- "description": "The background color of the avatar.",
103
- "values": [{ "name": "string" }]
104
- },
105
- {
106
- "name": "--forge-avatar-shape",
107
- "description": "The border radius of the avatar, defaults to 50%.",
108
- "values": [{ "name": "number" }]
109
- },
110
- {
111
- "name": "--forge-avatar-color",
112
- "description": "The text color of the avatar.",
113
- "values": [{ "name": "color" }]
114
- },
115
- {
116
- "name": "--forge-avatar-size",
117
- "description": "The height and width of the avatar.",
118
- "values": [{ "name": "number" }]
119
- },
120
- {
121
- "name": "--forge-avatar-transition-duration",
122
- "description": "The transition duration for animations.",
123
- "values": [{ "name": "number" }]
124
- },
125
- {
126
- "name": "--forge-avatar-transition-timing",
127
- "description": "The transition timing function for animations.",
128
- "values": [{ "name": "string" }]
136
+ "name": "--forge-banner-background",
137
+ "description": "The background color of the banner.",
138
+ "values": []
129
139
  },
130
140
  {
131
- "name": "--forge-badge-background",
132
- "description": "The background color.",
141
+ "name": "--forge-banner-color",
142
+ "description": "The text color of the banner.",
133
143
  "values": []
134
144
  },
135
145
  {
136
- "name": "--forge-badge-color",
137
- "description": "The text color.",
146
+ "name": "--forge-banner-icon-color",
147
+ "description": "The color of the icon.",
138
148
  "values": []
139
149
  },
140
150
  {
141
- "name": "--forge-badge-shape",
142
- "description": "The shape radius.",
151
+ "name": "--forge-banner-gap",
152
+ "description": "The gap between the contents.",
143
153
  "values": []
144
154
  },
145
155
  {
146
- "name": "--forge-badge-padding-inline",
156
+ "name": "--forge-banner-padding-inline",
147
157
  "description": "The inline padding.",
148
158
  "values": []
149
159
  },
150
160
  {
151
- "name": "--forge-badge-padding-block",
161
+ "name": "--forge-banner-padding-block",
152
162
  "description": "The block padding.",
153
163
  "values": []
154
164
  },
155
165
  {
156
- "name": "--forge-badge-border-width",
157
- "description": "The border width.",
158
- "values": []
159
- },
160
- {
161
- "name": "--forge-badge-border-color",
162
- "description": "The border color.",
163
- "values": []
164
- },
165
- {
166
- "name": "--forge-badge-border-style",
167
- "description": "The border style.",
166
+ "name": "--forge-banner-transition-duration",
167
+ "description": "The transition duration.",
168
168
  "values": []
169
169
  },
170
170
  {
171
- "name": "--forge-badge-gap",
172
- "description": "The spacing between the content within the badge.",
171
+ "name": "--forge-banner-transition-easing",
172
+ "description": "The transition easing function.",
173
173
  "values": []
174
174
  },
175
175
  {
@@ -1202,6 +1202,16 @@
1202
1202
  "description": "The margin of divider.",
1203
1203
  "values": []
1204
1204
  },
1205
+ {
1206
+ "name": "--forge-expansion-panel-animation-duration",
1207
+ "description": "The duration of the open/close animation.",
1208
+ "values": []
1209
+ },
1210
+ {
1211
+ "name": "--forge-expansion-panel-animation-easing",
1212
+ "description": "The easing function of the open/close animation.",
1213
+ "values": []
1214
+ },
1205
1215
  {
1206
1216
  "name": "--forge-field-background",
1207
1217
  "description": "The background of the field surface.",
@@ -1397,16 +1407,6 @@
1397
1407
  "description": "The background of the field when disabled.",
1398
1408
  "values": []
1399
1409
  },
1400
- {
1401
- "name": "--forge-expansion-panel-animation-duration",
1402
- "description": "The duration of the open/close animation.",
1403
- "values": []
1404
- },
1405
- {
1406
- "name": "--forge-expansion-panel-animation-easing",
1407
- "description": "The easing function of the open/close animation.",
1408
- "values": []
1409
- },
1410
1410
  {
1411
1411
  "name": "--forge-file-picker-background",
1412
1412
  "description": "Controls the background color.",
@@ -1717,71 +1717,6 @@
1717
1717
  "description": "The font size of the icon.",
1718
1718
  "values": []
1719
1719
  },
1720
- {
1721
- "name": "--forge-inline-message-background",
1722
- "description": "The background color.",
1723
- "values": []
1724
- },
1725
- {
1726
- "name": "--forge-inline-message-color",
1727
- "description": "The text color.",
1728
- "values": []
1729
- },
1730
- {
1731
- "name": "--forge-inline-message-shape",
1732
- "description": "The shape (border) radius.",
1733
- "values": []
1734
- },
1735
- {
1736
- "name": "--forge-inline-message-padding",
1737
- "description": "The padding around the content.",
1738
- "values": []
1739
- },
1740
- {
1741
- "name": "--forge-inline-message-padding-inline",
1742
- "description": "The inline padding around the content.",
1743
- "values": []
1744
- },
1745
- {
1746
- "name": "--forge-inline-message-padding-block",
1747
- "description": "The block padding around the content.",
1748
- "values": []
1749
- },
1750
- {
1751
- "name": "--forge-inline-message-border-width",
1752
- "description": "The border width.",
1753
- "values": []
1754
- },
1755
- {
1756
- "name": "--forge-inline-message-border-style",
1757
- "description": "The border style. Defaults to `none`.",
1758
- "values": []
1759
- },
1760
- {
1761
- "name": "--forge-inline-message-border-color",
1762
- "description": "The border color.",
1763
- "values": []
1764
- },
1765
- {
1766
- "name": "--forge-inline-message-gap",
1767
- "description": "The gap/space between the content elements.",
1768
- "values": []
1769
- },
1770
- {
1771
- "name": "--forge-inline-message-icon-gap",
1772
- "description": "The gap/space between the icon and the content.",
1773
- "values": []
1774
- },
1775
- {
1776
- "name": "--forge-inline-message-content-gap",
1777
- "description": "The gap/space between the title and the message.",
1778
- "values": []
1779
- },
1780
- {
1781
- "name": "--forge-inline-message-icon-color",
1782
- "description": "The icon color.",
1783
- "values": []
1784
- },
1785
1720
  {
1786
1721
  "name": "--forge-icon-button-display",
1787
1722
  "description": "The display property of the button.",
@@ -2032,6 +1967,71 @@
2032
1967
  "description": "The color of the focus indicator.",
2033
1968
  "values": []
2034
1969
  },
1970
+ {
1971
+ "name": "--forge-inline-message-background",
1972
+ "description": "The background color.",
1973
+ "values": []
1974
+ },
1975
+ {
1976
+ "name": "--forge-inline-message-color",
1977
+ "description": "The text color.",
1978
+ "values": []
1979
+ },
1980
+ {
1981
+ "name": "--forge-inline-message-shape",
1982
+ "description": "The shape (border) radius.",
1983
+ "values": []
1984
+ },
1985
+ {
1986
+ "name": "--forge-inline-message-padding",
1987
+ "description": "The padding around the content.",
1988
+ "values": []
1989
+ },
1990
+ {
1991
+ "name": "--forge-inline-message-padding-inline",
1992
+ "description": "The inline padding around the content.",
1993
+ "values": []
1994
+ },
1995
+ {
1996
+ "name": "--forge-inline-message-padding-block",
1997
+ "description": "The block padding around the content.",
1998
+ "values": []
1999
+ },
2000
+ {
2001
+ "name": "--forge-inline-message-border-width",
2002
+ "description": "The border width.",
2003
+ "values": []
2004
+ },
2005
+ {
2006
+ "name": "--forge-inline-message-border-style",
2007
+ "description": "The border style. Defaults to `none`.",
2008
+ "values": []
2009
+ },
2010
+ {
2011
+ "name": "--forge-inline-message-border-color",
2012
+ "description": "The border color.",
2013
+ "values": []
2014
+ },
2015
+ {
2016
+ "name": "--forge-inline-message-gap",
2017
+ "description": "The gap/space between the content elements.",
2018
+ "values": []
2019
+ },
2020
+ {
2021
+ "name": "--forge-inline-message-icon-gap",
2022
+ "description": "The gap/space between the icon and the content.",
2023
+ "values": []
2024
+ },
2025
+ {
2026
+ "name": "--forge-inline-message-content-gap",
2027
+ "description": "The gap/space between the title and the message.",
2028
+ "values": []
2029
+ },
2030
+ {
2031
+ "name": "--forge-inline-message-icon-color",
2032
+ "description": "The icon color.",
2033
+ "values": []
2034
+ },
2035
2035
  {
2036
2036
  "name": "--forge-label-value-align",
2037
2037
  "description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
@@ -3687,6 +3687,26 @@
3687
3687
  "description": "The rotation of the tooltip arrow when the tooltip is placed on the left.",
3688
3688
  "values": []
3689
3689
  },
3690
+ {
3691
+ "name": "--forge-view-switcher-height",
3692
+ "description": "The `height` of the view switcher.",
3693
+ "values": []
3694
+ },
3695
+ {
3696
+ "name": "--forge-view-switcher-width",
3697
+ "description": "The `width` of the view switcher.",
3698
+ "values": []
3699
+ },
3700
+ {
3701
+ "name": "--forge-view-switcher-animation-duration",
3702
+ "description": "The duration of view switching animations.",
3703
+ "values": []
3704
+ },
3705
+ {
3706
+ "name": "--forge-view-switcher-animation-easing",
3707
+ "description": "The timing function of view switching animations.",
3708
+ "values": []
3709
+ },
3690
3710
  {
3691
3711
  "name": "--forge-app-bar-background",
3692
3712
  "description": "The background color of the app bar.",
@@ -4852,16 +4872,6 @@
4852
4872
  "description": "The delay of the radio button's animations.",
4853
4873
  "values": []
4854
4874
  },
4855
- {
4856
- "name": "--forge-split-view-panel-size",
4857
- "description": "The size of the panel along the axis of orientation.",
4858
- "values": []
4859
- },
4860
- {
4861
- "name": "--forge-split-view-panel-cursor",
4862
- "description": "The cursor to display when hovering over the panel.",
4863
- "values": []
4864
- },
4865
4875
  {
4866
4876
  "name": "--forge-select-placeholder-color",
4867
4877
  "description": "The color of the placeholder text.",
@@ -5062,6 +5072,16 @@
5062
5072
  "description": "The background of the field when disabled.",
5063
5073
  "values": []
5064
5074
  },
5075
+ {
5076
+ "name": "--forge-split-view-panel-size",
5077
+ "description": "The size of the panel along the axis of orientation.",
5078
+ "values": []
5079
+ },
5080
+ {
5081
+ "name": "--forge-split-view-panel-cursor",
5082
+ "description": "The cursor to display when hovering over the panel.",
5083
+ "values": []
5084
+ },
5065
5085
  {
5066
5086
  "name": "--forge-step-primary-color",
5067
5087
  "description": "The primary color of the step. Defaults to the primary theme.",
@@ -5404,6 +5424,7 @@
5404
5424
  }
5405
5425
  ],
5406
5426
  "pseudoElements": [
5427
+ { "name": "::part(root)", "description": "The root container element." },
5407
5428
  {
5408
5429
  "name": "::part(root)",
5409
5430
  "description": "The root element of the backdrop."
@@ -5417,7 +5438,6 @@
5417
5438
  "description": "The surface element of the bottom sheet within th dialog."
5418
5439
  },
5419
5440
  { "name": "::part(root)", "description": "The root container element." },
5420
- { "name": "::part(root)", "description": "The root container element." },
5421
5441
  {
5422
5442
  "name": "::part(focus-indicator)",
5423
5443
  "description": "The focus-indicator indicator element."
@@ -5520,6 +5540,9 @@
5520
5540
  "description": "The move handle icon element."
5521
5541
  },
5522
5542
  { "name": "::part(root)", "description": "The root container element." },
5543
+ { "name": "::part(root)", "description": "The root element of the panel." },
5544
+ { "name": "::part(header)", "description": "The header of the panel." },
5545
+ { "name": "::part(content)", "description": "The content of the panel." },
5523
5546
  { "name": "::part(root)", "description": "The root container element." },
5524
5547
  { "name": "::part(label)", "description": "The label element." },
5525
5548
  {
@@ -5558,9 +5581,6 @@
5558
5581
  "name": "::part(focus-indicator)",
5559
5582
  "description": "The focus indicator element."
5560
5583
  },
5561
- { "name": "::part(root)", "description": "The root element of the panel." },
5562
- { "name": "::part(header)", "description": "The header of the panel." },
5563
- { "name": "::part(content)", "description": "The content of the panel." },
5564
5584
  {
5565
5585
  "name": "::part(form)",
5566
5586
  "description": "The `<form>` element at the root."
@@ -5595,11 +5615,6 @@
5595
5615
  "description": "The focus indicator element."
5596
5616
  },
5597
5617
  { "name": "::part(svg)", "description": "The internal SVG element." },
5598
- { "name": "::part(root)", "description": "The root layout element." },
5599
- {
5600
- "name": "::part(container)",
5601
- "description": "The container element for the title and message content."
5602
- },
5603
5618
  { "name": "::part(root)", "description": "The root container element." },
5604
5619
  {
5605
5620
  "name": "::part(focus-indicator)",
@@ -5609,6 +5624,11 @@
5609
5624
  "name": "::part(state-layer)",
5610
5625
  "description": "The state-layer surface element."
5611
5626
  },
5627
+ { "name": "::part(root)", "description": "The root layout element." },
5628
+ {
5629
+ "name": "::part(container)",
5630
+ "description": "The container element for the title and message content."
5631
+ },
5612
5632
  {
5613
5633
  "name": "::part(root)",
5614
5634
  "description": "The root layout container element."