@tylertech/forge 3.8.0-dev.2 → 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.
- package/custom-elements.json +3097 -3033
- package/dist/app-bar/forge-app-bar.css +8 -0
- package/dist/lib.js +19 -19
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +219 -219
- package/dist/vscode.html-custom-data.json +221 -221
- package/esm/app-bar/app-bar/app-bar.js +1 -1
- package/esm/app-bar/profile-button/app-bar-profile-button.d.ts +1 -1
- package/esm/app-bar/profile-button/app-bar-profile-button.js +9 -12
- package/esm/avatar/avatar.d.ts +3 -0
- package/esm/avatar/avatar.js +5 -0
- package/esm/badge/badge.d.ts +3 -0
- package/esm/badge/badge.js +6 -2
- package/esm/card/card.d.ts +3 -0
- package/esm/card/card.js +5 -1
- package/esm/dialog/dialog.js +2 -2
- package/esm/icon-button/icon-button.js +1 -1
- package/esm/key/key/index.js +2 -2
- package/esm/key/key/key.d.ts +4 -0
- package/esm/key/key/key.js +7 -1
- package/esm/key/key-item/index.js +2 -2
- package/esm/key/key-item/key-item.d.ts +4 -0
- package/esm/key/key-item/key-item.js +7 -1
- package/esm/meter/meter/meter.d.ts +3 -0
- package/esm/meter/meter/meter.js +6 -1
- package/esm/meter/meter-group/index.js +2 -2
- package/esm/meter/meter-group/meter-group.d.ts +4 -0
- package/esm/meter/meter-group/meter-group.js +7 -2
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/package.json +1 -1
- package/sass/app-bar/app-bar/app-bar.scss +21 -11
- package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +10 -1
- package/sass/icon-button/icon-button.scss +15 -0
|
@@ -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.",
|
|
@@ -2033,98 +2033,98 @@
|
|
|
2033
2033
|
"values": []
|
|
2034
2034
|
},
|
|
2035
2035
|
{
|
|
2036
|
-
"name": "--forge-
|
|
2037
|
-
"description": "
|
|
2036
|
+
"name": "--forge-label-value-align",
|
|
2037
|
+
"description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
|
|
2038
2038
|
"values": []
|
|
2039
2039
|
},
|
|
2040
2040
|
{
|
|
2041
|
-
"name": "--forge-
|
|
2042
|
-
"description": "The
|
|
2041
|
+
"name": "--forge-label-value-label-spacing",
|
|
2042
|
+
"description": "The spacing between the label and value.",
|
|
2043
2043
|
"values": []
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
2046
|
-
"name": "--forge-
|
|
2047
|
-
"description": "The
|
|
2046
|
+
"name": "--forge-label-value-label-block-start-spacing",
|
|
2047
|
+
"description": "The block start spacing for the label.",
|
|
2048
2048
|
"values": []
|
|
2049
2049
|
},
|
|
2050
2050
|
{
|
|
2051
|
-
"name": "--forge-
|
|
2052
|
-
"description": "The
|
|
2051
|
+
"name": "--forge-label-value-label-block-end-spacing",
|
|
2052
|
+
"description": "The block end spacing for the label.",
|
|
2053
2053
|
"values": []
|
|
2054
2054
|
},
|
|
2055
2055
|
{
|
|
2056
|
-
"name": "--forge-
|
|
2057
|
-
"description": "The
|
|
2056
|
+
"name": "--forge-label-value-label-color",
|
|
2057
|
+
"description": "The color to apply to the label.",
|
|
2058
2058
|
"values": []
|
|
2059
2059
|
},
|
|
2060
2060
|
{
|
|
2061
|
-
"name": "--forge-
|
|
2062
|
-
"description": "The
|
|
2061
|
+
"name": "--forge-label-value-icon-spacing",
|
|
2062
|
+
"description": "The spacing between the icon and the label.",
|
|
2063
2063
|
"values": []
|
|
2064
2064
|
},
|
|
2065
2065
|
{
|
|
2066
|
-
"name": "--forge-
|
|
2067
|
-
"description": "The
|
|
2066
|
+
"name": "--forge-label-value-inline-label-spacing",
|
|
2067
|
+
"description": "The spacing between the label and value when displayed inline.",
|
|
2068
2068
|
"values": []
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
|
-
"name": "--forge-
|
|
2072
|
-
"description": "The
|
|
2071
|
+
"name": "--forge-label-value-empty-color",
|
|
2072
|
+
"description": "The color to apply to the value when empty.",
|
|
2073
2073
|
"values": []
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
|
-
"name": "--forge-
|
|
2077
|
-
"description": "The
|
|
2076
|
+
"name": "--forge-label-value-empty-style",
|
|
2077
|
+
"description": "The font-style to apply to the value when empty.",
|
|
2078
2078
|
"values": []
|
|
2079
2079
|
},
|
|
2080
2080
|
{
|
|
2081
|
-
"name": "--forge-linear-progress-
|
|
2082
|
-
"description": "The
|
|
2081
|
+
"name": "--forge-linear-progress-height",
|
|
2082
|
+
"description": "The height of the element.",
|
|
2083
2083
|
"values": []
|
|
2084
2084
|
},
|
|
2085
2085
|
{
|
|
2086
|
-
"name": "--forge-
|
|
2087
|
-
"description": "
|
|
2086
|
+
"name": "--forge-linear-progress-track-color",
|
|
2087
|
+
"description": "The background color of the indicator.",
|
|
2088
2088
|
"values": []
|
|
2089
2089
|
},
|
|
2090
2090
|
{
|
|
2091
|
-
"name": "--forge-
|
|
2092
|
-
"description": "The
|
|
2091
|
+
"name": "--forge-linear-progress-track-shape",
|
|
2092
|
+
"description": "The shape of the indicator.",
|
|
2093
2093
|
"values": []
|
|
2094
2094
|
},
|
|
2095
2095
|
{
|
|
2096
|
-
"name": "--forge-
|
|
2097
|
-
"description": "The
|
|
2096
|
+
"name": "--forge-linear-progress-indicator-color",
|
|
2097
|
+
"description": "The color of the indicator.",
|
|
2098
2098
|
"values": []
|
|
2099
2099
|
},
|
|
2100
2100
|
{
|
|
2101
|
-
"name": "--forge-
|
|
2102
|
-
"description": "The
|
|
2101
|
+
"name": "--forge-linear-progress-indicator-height",
|
|
2102
|
+
"description": "The height of the indicator only.",
|
|
2103
2103
|
"values": []
|
|
2104
2104
|
},
|
|
2105
2105
|
{
|
|
2106
|
-
"name": "--forge-
|
|
2107
|
-
"description": "The
|
|
2106
|
+
"name": "--forge-linear-progress-determinate-duration",
|
|
2107
|
+
"description": "The duration of the determinate animation.",
|
|
2108
2108
|
"values": []
|
|
2109
2109
|
},
|
|
2110
2110
|
{
|
|
2111
|
-
"name": "--forge-
|
|
2112
|
-
"description": "The
|
|
2111
|
+
"name": "--forge-linear-progress-indeterminate-duration",
|
|
2112
|
+
"description": "The duration of the indeterminate animation.",
|
|
2113
2113
|
"values": []
|
|
2114
2114
|
},
|
|
2115
2115
|
{
|
|
2116
|
-
"name": "--forge-
|
|
2117
|
-
"description": "The
|
|
2116
|
+
"name": "--forge-linear-progress-determinate-easing",
|
|
2117
|
+
"description": "The easing function to use for the determinate animation.",
|
|
2118
2118
|
"values": []
|
|
2119
2119
|
},
|
|
2120
2120
|
{
|
|
2121
|
-
"name": "--forge-
|
|
2122
|
-
"description": "The
|
|
2121
|
+
"name": "--forge-linear-progress-theme-transition-duration",
|
|
2122
|
+
"description": "The duration of the theme transition.",
|
|
2123
2123
|
"values": []
|
|
2124
2124
|
},
|
|
2125
2125
|
{
|
|
2126
|
-
"name": "--forge-
|
|
2127
|
-
"description": "The
|
|
2126
|
+
"name": "--forge-linear-progress-theme-transition-timing",
|
|
2127
|
+
"description": "The easing function to use for the theme transition.",
|
|
2128
2128
|
"values": []
|
|
2129
2129
|
},
|
|
2130
2130
|
{
|
|
@@ -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-
|
|
4247
|
-
"description": "The
|
|
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-
|
|
4252
|
-
"description": "The
|
|
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-
|
|
4257
|
-
"description": "The
|
|
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-
|
|
4262
|
-
"description": "The transition
|
|
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-
|
|
4267
|
-
"description": "The
|
|
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
|
|
4272
|
-
"description": "The duration of the drawer
|
|
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-
|
|
4277
|
-
"description": "The
|
|
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-
|
|
4282
|
-
"description": "The
|
|
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-
|
|
4287
|
-
"description": "The width of the drawer
|
|
4286
|
+
"name": "--forge-drawer-width",
|
|
4287
|
+
"description": "The width of the drawer.",
|
|
4288
4288
|
"values": []
|
|
4289
4289
|
},
|
|
4290
4290
|
{
|
|
4291
|
-
"name": "--forge-
|
|
4292
|
-
"description": "The
|
|
4291
|
+
"name": "--forge-drawer-background",
|
|
4292
|
+
"description": "The background color of the drawer.",
|
|
4293
4293
|
"values": []
|
|
4294
4294
|
},
|
|
4295
4295
|
{
|
|
4296
|
-
"name": "--forge-
|
|
4297
|
-
"description": "The
|
|
4296
|
+
"name": "--forge-drawer-border-color",
|
|
4297
|
+
"description": "The border of the drawer.",
|
|
4298
4298
|
"values": []
|
|
4299
4299
|
},
|
|
4300
4300
|
{
|
|
4301
|
-
"name": "--forge-
|
|
4302
|
-
"description": "The
|
|
4301
|
+
"name": "--forge-drawer-border-width",
|
|
4302
|
+
"description": "The border width of the drawer.",
|
|
4303
4303
|
"values": []
|
|
4304
4304
|
},
|
|
4305
4305
|
{
|
|
4306
|
-
"name": "--forge-
|
|
4307
|
-
"description": "The transition duration of the drawer
|
|
4306
|
+
"name": "--forge-drawer-transition-duration",
|
|
4307
|
+
"description": "The transition duration of the drawer.",
|
|
4308
4308
|
"values": []
|
|
4309
4309
|
},
|
|
4310
4310
|
{
|
|
4311
|
-
"name": "--forge-
|
|
4312
|
-
"description": "The transition timing function of the drawer
|
|
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-
|
|
4317
|
-
"description": "The
|
|
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.",
|
|
@@ -5599,10 +5599,6 @@
|
|
|
5599
5599
|
"name": "::part(container)",
|
|
5600
5600
|
"description": "The container element for the title and message content."
|
|
5601
5601
|
},
|
|
5602
|
-
{
|
|
5603
|
-
"name": "::part(progressbar)",
|
|
5604
|
-
"description": "Styles the progress bar container element"
|
|
5605
|
-
},
|
|
5606
5602
|
{
|
|
5607
5603
|
"name": "::part(root)",
|
|
5608
5604
|
"description": "The root layout container element."
|
|
@@ -5610,6 +5606,10 @@
|
|
|
5610
5606
|
{ "name": "::part(label)", "description": "The label container element." },
|
|
5611
5607
|
{ "name": "::part(value)", "description": "The value container element." },
|
|
5612
5608
|
{ "name": "::part(icon)", "description": "The icon container element." },
|
|
5609
|
+
{
|
|
5610
|
+
"name": "::part(progressbar)",
|
|
5611
|
+
"description": "Styles the progress bar container element"
|
|
5612
|
+
},
|
|
5613
5613
|
{ "name": "::part(root)", "description": "The root element of the icon." },
|
|
5614
5614
|
{ "name": "::part(icon)", "description": "The icon element." },
|
|
5615
5615
|
{ "name": "::part(root)", "description": "The component's root element." },
|
|
@@ -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."
|