File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,15 @@ governing permissions and limitations under the License.
201
201
flex-grow : 0 ;
202
202
margin-inline-end : var (--mod-progressbar-spacing-label-to-text , var (--spectrum-progressbar-spacing-label-to-text ));
203
203
margin-block-end : 0 ;
204
+ margin-block-start : 0 ;
204
205
}
205
206
206
207
.spectrum-ProgressBar-percentage {
207
208
order : 3 ;
208
209
text-align : end;
209
210
margin-inline-start : var (--mod-spacing-progressbar-label-to-text , var (--spectrum-progressbar-spacing-label-to-text ));
210
211
margin-block-end : 0 ;
212
+ margin-block-start : 0 ;
211
213
}
212
214
}
213
215
Original file line number Diff line number Diff line change @@ -231,6 +231,25 @@ const Variants = (args) =>
231
231
>
232
232
${ Sizes ( args ) }
233
233
</ div >
234
+ </ div >
235
+ < div class ="spectrum-Typography ">
236
+ ${ Typography ( {
237
+ semantics : "detail" ,
238
+ size : "l" ,
239
+ content : [ "Sizing - Side label" ] ,
240
+ } ) }
241
+ < div
242
+ style =${ styleMap ( {
243
+ display : "flex" ,
244
+ flexDirection : "column" ,
245
+ gap : ".3rem" ,
246
+ } ) }
247
+ >
248
+ ${ Sizes ( {
249
+ ...args ,
250
+ labelPosition : "side" ,
251
+ } ) }
252
+ </ div >
234
253
</ div > `
235
254
: Template ( args ) } `;
236
255
You can’t perform that action at this time.
0 commit comments