@itwin/itwinui-css 0.55.0 → 0.56.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.
package/css/all.css CHANGED
@@ -4239,8 +4239,8 @@ div.iui-input-container.iui-inline-label{
4239
4239
  transition:background 0s;
4240
4240
  }
4241
4241
  .iui-input-container.iui-inline-icon > .iui-input-icon.iui-actionable svg{
4242
- fill:rgba(0, 0, 0, 0.4);
4243
- fill:var(--iui-icons-color);
4242
+ fill:rgba(0, 0, 0, 0.8);
4243
+ fill:var(--iui-icons-color-actionable);
4244
4244
  transition:transform 0.2s ease-out;
4245
4245
  }
4246
4246
  .iui-input-container.iui-inline-icon > .iui-input-icon.iui-actionable.iui-open svg{
@@ -4840,8 +4840,8 @@ label.iui-input-label.iui-disabled{
4840
4840
  transition:background 0s;
4841
4841
  }
4842
4842
  .iui-end-icon.iui-actionable svg{
4843
- fill:rgba(0, 0, 0, 0.4);
4844
- fill:var(--iui-icons-color);
4843
+ fill:rgba(0, 0, 0, 0.8);
4844
+ fill:var(--iui-icons-color-actionable);
4845
4845
  transition:transform 0.2s ease-out;
4846
4846
  }
4847
4847
  .iui-end-icon.iui-actionable.iui-open svg{
@@ -4981,6 +4981,12 @@ label.iui-input-label.iui-disabled{
4981
4981
  outline-offset:-1px;
4982
4982
  }
4983
4983
  }
4984
+ .iui-checkbox:disabled{
4985
+ --_iui-checkbox-svg-color:var(--iui-icons-color-actionable-disabled);
4986
+ --_iui-checkbox-border-color:var(--iui-color-background-border);
4987
+ --_iui-checkbox-background-color:var(--iui-color-background-disabled);
4988
+ cursor:not-allowed;
4989
+ }
4984
4990
  .iui-checkbox.iui-checkbox-visibility{
4985
4991
  --_iui-checkbox-checkmark-svg:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8 2.99051a8.81883 8.81883 0 0 0 -8 4.95062 8.74664 8.74664 0 0 0 8 5.06836 8.63266 8.63266 0 0 0 8-5.06836 8.83631 8.83631 0 0 0 -8-4.95062zm-1.31445 1.86981a1.47663 1.47663 0 1 1 -1.47663 1.47668 1.47665 1.47665 0 0 1 1.47663-1.47668zm1.31445 6.64917a7.17486 7.17486 0 0 1 -6.30475-3.55237 7.4952 7.4952 0 0 1 2.81475-2.6336 3.83956 3.83956 0 1 0 6.98126.00244 7.522 7.522 0 0 1 2.81774 2.63916 7.09785 7.09785 0 0 1 -6.309 3.54437z" /></svg>');
4986
4992
  --_iui-checkbox-indeterminate-svg:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8 3v7.9a4.01179 4.01179 0 0 0 4-4 6.7509 6.7509 0 0 0 -.2-1.4l.1.1a6.89429 6.89429 0 0 1 2.4 2.4 8.39088 8.39088 0 0 1 -2.3 2.3 6.89412 6.89412 0 0 1 -3.9 1.2c-.03345 0-.06653-.00677-.1-.0072v1.5072a8.90686 8.90686 0 0 0 8-5 8.90686 8.90686 0 0 0 -8-5z" opacity=".33" /><path d="m8 0a1 1 0 0 0 -1 1v2.07135a8.91637 8.91637 0 0 0 -7 4.92865 8.91637 8.91637 0 0 0 7 4.92865v2.07135a1 1 0 0 0 2 0v-14a1 1 0 0 0 -1-1zm-1.5 4.9a1.55426 1.55426 0 0 1 .5.087v2.81451a1.40746 1.40746 0 0 1 -.5.09849 1.538 1.538 0 0 1 -1.5-1.5 1.53794 1.53794 0 0 1 1.5-1.5zm-2.3 5.4a6.97279 6.97279 0 0 1 -2.5-2.3 6.89429 6.89429 0 0 1 2.4-2.4c.1 0 .1-.1.2-.1a3.194 3.194 0 0 0 -.3 1.4 4.0047 4.0047 0 0 0 3 3.857v.65289a6.37491 6.37491 0 0 1 -2.8-1.10989z" /></svg>');
@@ -4995,11 +5001,9 @@ label.iui-input-label.iui-disabled{
4995
5001
  --_iui-checkbox-border-color:transparent;
4996
5002
  --_iui-checkbox-background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
4997
5003
  }
4998
- .iui-checkbox:disabled{
5004
+ .iui-checkbox.iui-checkbox-visibility:where(:disabled){
4999
5005
  --_iui-checkbox-svg-color:var(--iui-icons-color-actionable-disabled);
5000
- --_iui-checkbox-border-color:var(--iui-color-background-disabled);
5001
5006
  --_iui-checkbox-background-color:var(--iui-color-background-disabled);
5002
- cursor:not-allowed;
5003
5007
  }
5004
5008
  .iui-checkbox.iui-loading{
5005
5009
  --_iui-checkbox-border-color:transparent;
@@ -5136,6 +5140,12 @@ label.iui-input-label.iui-disabled{
5136
5140
  outline-offset:-1px;
5137
5141
  }
5138
5142
  }
5143
+ .iui-radio:disabled{
5144
+ --_iui-checkbox-svg-color:var(--iui-icons-color-actionable-disabled);
5145
+ --_iui-checkbox-border-color:var(--iui-color-background-border);
5146
+ --_iui-checkbox-background-color:var(--iui-color-background-disabled);
5147
+ cursor:not-allowed;
5148
+ }
5139
5149
  .iui-radio.iui-checkbox-visibility{
5140
5150
  --_iui-checkbox-checkmark-svg:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8 2.99051a8.81883 8.81883 0 0 0 -8 4.95062 8.74664 8.74664 0 0 0 8 5.06836 8.63266 8.63266 0 0 0 8-5.06836 8.83631 8.83631 0 0 0 -8-4.95062zm-1.31445 1.86981a1.47663 1.47663 0 1 1 -1.47663 1.47668 1.47665 1.47665 0 0 1 1.47663-1.47668zm1.31445 6.64917a7.17486 7.17486 0 0 1 -6.30475-3.55237 7.4952 7.4952 0 0 1 2.81475-2.6336 3.83956 3.83956 0 1 0 6.98126.00244 7.522 7.522 0 0 1 2.81774 2.63916 7.09785 7.09785 0 0 1 -6.309 3.54437z" /></svg>');
5141
5151
  --_iui-checkbox-indeterminate-svg:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8 3v7.9a4.01179 4.01179 0 0 0 4-4 6.7509 6.7509 0 0 0 -.2-1.4l.1.1a6.89429 6.89429 0 0 1 2.4 2.4 8.39088 8.39088 0 0 1 -2.3 2.3 6.89412 6.89412 0 0 1 -3.9 1.2c-.03345 0-.06653-.00677-.1-.0072v1.5072a8.90686 8.90686 0 0 0 8-5 8.90686 8.90686 0 0 0 -8-5z" opacity=".33" /><path d="m8 0a1 1 0 0 0 -1 1v2.07135a8.91637 8.91637 0 0 0 -7 4.92865 8.91637 8.91637 0 0 0 7 4.92865v2.07135a1 1 0 0 0 2 0v-14a1 1 0 0 0 -1-1zm-1.5 4.9a1.55426 1.55426 0 0 1 .5.087v2.81451a1.40746 1.40746 0 0 1 -.5.09849 1.538 1.538 0 0 1 -1.5-1.5 1.53794 1.53794 0 0 1 1.5-1.5zm-2.3 5.4a6.97279 6.97279 0 0 1 -2.5-2.3 6.89429 6.89429 0 0 1 2.4-2.4c.1 0 .1-.1.2-.1a3.194 3.194 0 0 0 -.3 1.4 4.0047 4.0047 0 0 0 3 3.857v.65289a6.37491 6.37491 0 0 1 -2.8-1.10989z" /></svg>');
@@ -5150,11 +5160,9 @@ label.iui-input-label.iui-disabled{
5150
5160
  --_iui-checkbox-border-color:transparent;
5151
5161
  --_iui-checkbox-background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
5152
5162
  }
5153
- .iui-radio:disabled{
5163
+ .iui-radio.iui-checkbox-visibility:where(:disabled){
5154
5164
  --_iui-checkbox-svg-color:var(--iui-icons-color-actionable-disabled);
5155
- --_iui-checkbox-border-color:var(--iui-color-background-disabled);
5156
5165
  --_iui-checkbox-background-color:var(--iui-color-background-disabled);
5157
- cursor:not-allowed;
5158
5166
  }
5159
5167
  .iui-radio.iui-loading{
5160
5168
  --_iui-checkbox-border-color:transparent;
@@ -5170,164 +5178,6 @@ label.iui-input-label.iui-disabled{
5170
5178
  --_iui-checkbox-mask-image:var(--_iui-checkbox-unchecked-svg);
5171
5179
  }
5172
5180
 
5173
- .iui-radio-tile-container{
5174
- display:inline-flex;
5175
- flex-wrap:wrap;
5176
- width:-webkit-fit-content;
5177
- width:-moz-fit-content;
5178
- width:fit-content;
5179
- -webkit-user-select:none;
5180
- -moz-user-select:none;
5181
- -ms-user-select:none;
5182
- user-select:none;
5183
- position:relative;
5184
- z-index:0;
5185
- }
5186
- .iui-radio-tile-container > label{
5187
- cursor:pointer;
5188
- }
5189
- .iui-radio-tile-container > label > input{
5190
- width:0;
5191
- height:0;
5192
- -webkit-appearance:none;
5193
- -moz-appearance:none;
5194
- appearance:none;
5195
- opacity:0;
5196
- position:absolute;
5197
- }
5198
- .iui-radio-tile-container > label > .iui-radio-tile{
5199
- width:160px;
5200
- height:100%;
5201
- box-sizing:border-box;
5202
- padding:8px;
5203
- position:relative;
5204
- z-index:1;
5205
- border:1px solid rgba(0, 0, 0, 0.4);
5206
- background-color:white;
5207
- border:1px solid rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-4));
5208
- background-color:var(--iui-color-background-1);
5209
- }
5210
- @media (prefers-reduced-motion: no-preference){
5211
- .iui-radio-tile-container > label > .iui-radio-tile{
5212
- transition:border-color 0.2s ease-out;
5213
- }
5214
- }
5215
- .iui-radio-tile-container > label > .iui-radio-tile > .iui-icon{
5216
- width:32px;
5217
- height:32px;
5218
- display:block;
5219
- margin:0 auto;
5220
- margin-top:6px;
5221
- margin-bottom:11px;
5222
- fill:rgba(0, 0, 0, 0.4);
5223
- fill:var(--iui-icons-color);
5224
- }
5225
- @media (prefers-reduced-motion: no-preference){
5226
- .iui-radio-tile-container > label > .iui-radio-tile > .iui-icon{
5227
- transition:fill 0.2s ease-out;
5228
- }
5229
- }
5230
- .iui-radio-tile-container > label > .iui-radio-tile > .iui-checkmark{
5231
- display:none;
5232
- width:16px;
5233
- height:16px;
5234
- position:absolute;
5235
- right:8px;
5236
- fill:#008ae0;
5237
- fill:var(--iui-icons-color-primary);
5238
- }
5239
- .iui-radio-tile-container > label > .iui-radio-tile > .iui-label{
5240
- font-size:14px;
5241
- font-weight:600;
5242
- line-height:22px;
5243
- text-align:center;
5244
- color:rgba(0, 0, 0, 0.8);
5245
- color:var(--iui-text-color);
5246
- }
5247
- .iui-radio-tile-container > label > .iui-radio-tile > .iui-description{
5248
- font-size:12px;
5249
- line-height:15px;
5250
- text-align:center;
5251
- color:rgba(0, 0, 0, 0.4);
5252
- color:var(--iui-text-color-muted);
5253
- }
5254
- .iui-radio-tile-container > label:first-child > .iui-radio-tile{
5255
- border-radius:3px 0 0 3px;
5256
- }
5257
- .iui-radio-tile-container > label:last-child > .iui-radio-tile{
5258
- border-radius:0 3px 3px 0;
5259
- }
5260
- .iui-radio-tile-container > label:not(:first-child) > .iui-radio-tile{
5261
- margin-left:-1px;
5262
- }
5263
- .iui-radio-tile-container > label input:enabled:focus ~ .iui-radio-tile{
5264
- outline:2px solid #008ae0;
5265
- outline-offset:-4px;
5266
- outline:2px solid var(--iui-color-foreground-primary);
5267
- outline-offset:-4px;
5268
- }
5269
- .iui-radio-tile-container > label input:enabled:focus:not(:focus-visible) ~ .iui-radio-tile{
5270
- outline:none;
5271
- }
5272
- .iui-radio-tile-container > label:hover > input:enabled:not(:checked) ~ .iui-radio-tile{
5273
- z-index:2;
5274
- border-color:rgba(0, 0, 0, 0.8);
5275
- border-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
5276
- }
5277
- @media (prefers-reduced-motion: no-preference){
5278
- .iui-radio-tile-container > label:hover > input:enabled:not(:checked) ~ .iui-radio-tile{
5279
- transition:border-color 0.2s ease-out;
5280
- }
5281
- }
5282
- .iui-radio-tile-container > label:hover > input:enabled:not(:checked) ~ .iui-radio-tile > .iui-icon{
5283
- fill:rgba(0, 0, 0, 0.8);
5284
- fill:var(--iui-icons-color-actionable);
5285
- }
5286
- @media (prefers-reduced-motion: no-preference){
5287
- .iui-radio-tile-container > label:hover > input:enabled:not(:checked) ~ .iui-radio-tile > .iui-icon{
5288
- transition:fill 0.2s ease-out;
5289
- }
5290
- }
5291
- .iui-radio-tile-container > label input:checked ~ .iui-radio-tile{
5292
- padding:7px;
5293
- z-index:3;
5294
- border:2px solid #008ae0;
5295
- border:2px solid var(--iui-color-foreground-primary);
5296
- }
5297
- .iui-radio-tile-container > label input:checked ~ .iui-radio-tile > .iui-icon{
5298
- fill:#008ae0;
5299
- fill:var(--iui-icons-color-primary);
5300
- }
5301
- .iui-radio-tile-container > label input:checked ~ .iui-radio-tile > .iui-checkmark{
5302
- display:inline-block;
5303
- }
5304
- .iui-radio-tile-container > label input:disabled ~ .iui-radio-tile{
5305
- cursor:not-allowed;
5306
- z-index:0;
5307
- border-color:#edeff2;
5308
- background-color:#edeff2;
5309
- border-color:var(--iui-color-background-disabled);
5310
- background-color:var(--iui-color-background-disabled);
5311
- }
5312
- .iui-radio-tile-container > label input:disabled ~ .iui-radio-tile > .iui-checkmark{
5313
- fill:rgba(0, 0, 0, 0.2);
5314
- fill:var(--iui-icons-color-actionable-disabled);
5315
- }
5316
- .iui-radio-tile-container > label input:disabled ~ .iui-radio-tile > .iui-icon{
5317
- fill:rgba(0, 0, 0, 0.2);
5318
- fill:var(--iui-icons-color-actionable-disabled);
5319
- filter:grayscale(100%);
5320
- }
5321
- .iui-radio-tile-container > label input:disabled ~ .iui-radio-tile > .iui-label{
5322
- color:rgba(0, 0, 0, 0.4);
5323
- color:var(--iui-text-color-muted);
5324
- }
5325
- .iui-radio-tile-container > label input:disabled:checked ~ .iui-radio-tile{
5326
- z-index:3;
5327
- border:2px solid rgba(0, 0, 0, 0.4);
5328
- border:2px solid rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-4));
5329
- }
5330
-
5331
5181
  .iui-keyboard{
5332
5182
  margin:0;
5333
5183
  padding:0;
@@ -6504,31 +6354,249 @@ label.iui-input-label.iui-disabled{
6504
6354
  .iui-progress-indicator-overlay:focus, .iui-progress-indicator-overlay:focus-visible{
6505
6355
  outline:0;
6506
6356
  }
6507
- .iui-progress-indicator-overlay .iui-progress-indicator-linear{
6508
- width:50%;
6509
- max-width:33vw;
6357
+ .iui-progress-indicator-overlay .iui-progress-indicator-linear{
6358
+ width:50%;
6359
+ max-width:33vw;
6360
+ }
6361
+ @-webkit-keyframes closeAnimation{
6362
+ from{
6363
+ opacity:1;
6364
+ opacity:var(--iui-opacity-1);
6365
+ }
6366
+ to{
6367
+ opacity:0;
6368
+ }
6369
+ }
6370
+ @keyframes closeAnimation{
6371
+ from{
6372
+ opacity:1;
6373
+ opacity:var(--iui-opacity-1);
6374
+ }
6375
+ to{
6376
+ opacity:0;
6377
+ }
6378
+ }
6379
+ .iui-progress-indicator-overlay .iui-overlay-exiting{
6380
+ -webkit-animation:closeAnimation 0.2s linear;
6381
+ animation:closeAnimation 0.2s linear;
6382
+ }
6383
+
6384
+ .iui-radio-tile{
6385
+ cursor:pointer;
6386
+ -webkit-tap-highlight-color:rgba(0, 138, 224, 0.1);
6387
+ -webkit-tap-highlight-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
6388
+ }
6389
+ .iui-radio-tile:first-of-type > .iui-radio-tile-content{
6390
+ border-radius:3px 0 0 3px;
6391
+ }
6392
+ .iui-radio-tile:last-of-type > .iui-radio-tile-content{
6393
+ border-radius:0 3px 3px 0;
6394
+ }
6395
+ .iui-radio-tile:not(:first-of-type) > .iui-radio-tile-content{
6396
+ margin-left:-1px;
6397
+ }
6398
+
6399
+ .iui-radio-tile-content{
6400
+ width:160px;
6401
+ height:100%;
6402
+ box-sizing:border-box;
6403
+ padding:8px;
6404
+ position:relative;
6405
+ z-index:1;
6406
+ border:1px solid rgba(0, 0, 0, 0.4);
6407
+ background-color:white;
6408
+ border:1px solid rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-4));
6409
+ background-color:var(--iui-color-background-1);
6410
+ }
6411
+ @media (prefers-reduced-motion: no-preference){
6412
+ .iui-radio-tile-content{
6413
+ transition:border-color 0.2s ease-out;
6414
+ }
6415
+ }
6416
+ .iui-radio-tile-content:hover{
6417
+ z-index:2;
6418
+ border-color:rgba(0, 0, 0, 0.8);
6419
+ border-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
6420
+ }
6421
+ .iui-radio-tile-content:hover svg{
6422
+ fill:rgba(0, 0, 0, 0.8);
6423
+ fill:var(--iui-icons-color-actionable);
6424
+ }
6425
+ @media (forced-colors: active){
6426
+ .iui-radio-tile-content:hover svg{
6427
+ fill:CanvasText;
6428
+ }
6429
+ }
6430
+
6431
+ .iui-radio-tile-container{
6432
+ display:inline-flex;
6433
+ flex-wrap:wrap;
6434
+ -webkit-user-select:none;
6435
+ -moz-user-select:none;
6436
+ -ms-user-select:none;
6437
+ user-select:none;
6438
+ position:relative;
6439
+ z-index:0;
6440
+ }
6441
+
6442
+ .iui-radio-tile-input{
6443
+ width:0;
6444
+ height:0;
6445
+ -webkit-appearance:none;
6446
+ -moz-appearance:none;
6447
+ appearance:none;
6448
+ opacity:0;
6449
+ position:absolute;
6450
+ }
6451
+ .iui-radio-tile-input:focus-visible + *{
6452
+ outline-offset:-4px;
6453
+ outline:2px solid #008ae0;
6454
+ outline:2px solid var(--iui-color-foreground-primary);
6455
+ }
6456
+ @media (forced-colors: active){
6457
+ .iui-radio-tile-input:focus-visible + *{
6458
+ outline-color:Highlight;
6459
+ }
6460
+ }
6461
+ @supports not selector(*:focus-visible){
6462
+ .iui-radio-tile-input:focus + *{
6463
+ outline-offset:-4px;
6464
+ outline:2px solid #008ae0;
6465
+ outline:2px solid var(--iui-color-foreground-primary);
6466
+ }
6467
+ @media (forced-colors: active){
6468
+ .iui-radio-tile-input:focus + *{
6469
+ outline-color:Highlight;
6470
+ }
6471
+ }
6472
+ }
6473
+ .iui-radio-tile-input:checked + *{
6474
+ padding:7px;
6475
+ z-index:3;
6476
+ border:2px solid #008ae0;
6477
+ border:2px solid var(--iui-color-foreground-primary);
6478
+ }
6479
+ @media (forced-colors: active){
6480
+ .iui-radio-tile-input:checked + *{
6481
+ border-color:Highlight;
6482
+ }
6483
+ }
6484
+ .iui-radio-tile-input:checked + * svg{
6485
+ fill:#008ae0;
6486
+ fill:var(--iui-icons-color-primary);
6487
+ }
6488
+ @media (forced-colors: active){
6489
+ .iui-radio-tile-input:checked + * svg{
6490
+ fill:Highlight;
6491
+ }
6492
+ }
6493
+ .iui-radio-tile-input:checked + *::after{
6494
+ content:"";
6495
+ width:16px;
6496
+ height:16px;
6497
+ position:absolute;
6498
+ top:8px;
6499
+ right:8px;
6500
+ -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6,14L0,8l2-2l4,4l8-8l2,2L6,14z" /></svg>');
6501
+ mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6,14L0,8l2-2l4,4l8-8l2,2L6,14z" /></svg>');
6502
+ background-color:#008ae0;
6503
+ background-color:var(--iui-color-foreground-primary);
6504
+ }
6505
+ @media (forced-colors: active){
6506
+ .iui-radio-tile-input:checked + *::after{
6507
+ background-color:Highlight;
6508
+ }
6509
+ }
6510
+ .iui-radio-tile-input:disabled + *{
6511
+ cursor:not-allowed;
6512
+ z-index:0;
6513
+ border-color:#edeff2;
6514
+ background-color:#edeff2;
6515
+ border-color:var(--iui-color-background-disabled);
6516
+ background-color:var(--iui-color-background-disabled);
6517
+ }
6518
+ .iui-radio-tile-input:disabled + *::after{
6519
+ background-color:rgba(0, 0, 0, 0.2);
6520
+ background-color:var(--iui-icons-color-actionable-disabled);
6521
+ }
6522
+ @media (forced-colors: active){
6523
+ .iui-radio-tile-input:disabled + *::after{
6524
+ background-color:GrayText;
6525
+ }
6526
+ }
6527
+ .iui-radio-tile-input:disabled + * svg{
6528
+ fill:rgba(0, 0, 0, 0.2);
6529
+ fill:var(--iui-icons-color-actionable-disabled);
6530
+ }
6531
+ @media (forced-colors: active){
6532
+ .iui-radio-tile-input:disabled + * svg{
6533
+ fill:GrayText;
6534
+ }
6535
+ }
6536
+ .iui-radio-tile-input:disabled + * .iui-radio-tile-icon{
6537
+ filter:grayscale(100%);
6538
+ }
6539
+ @media (forced-colors: active){
6540
+ .iui-radio-tile-input:disabled + * .iui-radio-tile-label,
6541
+ .iui-radio-tile-input:disabled + * .iui-radio-tile-sublabel{
6542
+ color:GrayText;
6543
+ }
6544
+ }
6545
+ .iui-radio-tile-input:disabled + * .iui-radio-tile-label{
6546
+ color:rgba(0, 0, 0, 0.4);
6547
+ color:var(--iui-text-color-muted);
6548
+ }
6549
+ .iui-radio-tile-input:disabled:checked + *{
6550
+ z-index:3;
6551
+ border:2px solid rgba(0, 0, 0, 0.4);
6552
+ border:2px solid rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-4));
6553
+ }
6554
+ @media (forced-colors: active){
6555
+ .iui-radio-tile-input:disabled:checked + *{
6556
+ border-color:GrayText;
6557
+ }
6558
+ }
6559
+
6560
+ .iui-radio-tile-icon{
6561
+ width:32px;
6562
+ height:32px;
6563
+ display:block;
6564
+ margin:0 auto;
6565
+ padding-top:6px;
6566
+ padding-bottom:11px;
6567
+ }
6568
+ .iui-radio-tile-icon svg{
6569
+ fill:rgba(0, 0, 0, 0.4);
6570
+ fill:var(--iui-icons-color);
6510
6571
  }
6511
- @-webkit-keyframes closeAnimation{
6512
- from{
6513
- opacity:1;
6514
- opacity:var(--iui-opacity-1);
6515
- }
6516
- to{
6517
- opacity:0;
6572
+ @media (prefers-reduced-motion: no-preference){
6573
+ .iui-radio-tile-icon svg{
6574
+ transition:fill 0.2s ease-out;
6518
6575
  }
6519
6576
  }
6520
- @keyframes closeAnimation{
6521
- from{
6522
- opacity:1;
6523
- opacity:var(--iui-opacity-1);
6524
- }
6525
- to{
6526
- opacity:0;
6577
+ @media (forced-colors: active){
6578
+ .iui-radio-tile-icon svg{
6579
+ fill:CanvasText;
6527
6580
  }
6528
6581
  }
6529
- .iui-progress-indicator-overlay .iui-overlay-exiting{
6530
- -webkit-animation:closeAnimation 0.2s linear;
6531
- animation:closeAnimation 0.2s linear;
6582
+
6583
+ .iui-radio-tile-label{
6584
+ font-size:14px;
6585
+ font-weight:600;
6586
+ line-height:22px;
6587
+ text-align:center;
6588
+ word-break:break-word;
6589
+ color:rgba(0, 0, 0, 0.8);
6590
+ color:var(--iui-text-color);
6591
+ }
6592
+
6593
+ .iui-radio-tile-sublabel{
6594
+ font-size:12px;
6595
+ line-height:15px;
6596
+ text-align:center;
6597
+ word-break:break-word;
6598
+ color:rgba(0, 0, 0, 0.4);
6599
+ color:var(--iui-text-color-muted);
6532
6600
  }
6533
6601
 
6534
6602
  .iui-side-navigation{
@@ -6749,6 +6817,71 @@ label.iui-input-label.iui-disabled{
6749
6817
  height:100%;
6750
6818
  }
6751
6819
 
6820
+ .iui-skip-to-content-link{
6821
+ background-color:rgba(0, 0, 0, 0.8);
6822
+ background-color:rgba(0, 0, 0, var(--iui-opacity-2));
6823
+ color:white;
6824
+ color:var(--iui-color-foreground-accessory);
6825
+ border-radius:9999px;
6826
+ text-decoration:none;
6827
+ -webkit-user-select:none;
6828
+ -moz-user-select:none;
6829
+ -ms-user-select:none;
6830
+ user-select:none;
6831
+ padding:8.25px 16px;
6832
+ position:fixed;
6833
+ text-align:center;
6834
+ left:50%;
6835
+ top:22px;
6836
+ opacity:0;
6837
+ z-index:99;
6838
+ transform:translateX(-50%) translateY(-170%);
6839
+ transition:background-color 0.2s ease-in-out;
6840
+ }
6841
+ @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
6842
+ .iui-skip-to-content-link{
6843
+ background-color:rgba(0, 0, 0, var(--iui-opacity-3));
6844
+ -webkit-backdrop-filter:blur(5px);
6845
+ backdrop-filter:blur(5px);
6846
+ }
6847
+ }
6848
+ .iui-skip-to-content-link:focus-visible{
6849
+ outline:2px solid var(--iui-color-foreground-primary);
6850
+ outline-offset:2px;
6851
+ }
6852
+ @supports not selector(*:focus-visible){
6853
+ .iui-skip-to-content-link:focus{
6854
+ outline:2px solid var(--iui-color-foreground-primary);
6855
+ outline-offset:2px;
6856
+ }
6857
+ }
6858
+ @media (prefers-reduced-motion: no-preference){
6859
+ .iui-skip-to-content-link{
6860
+ transition:opacity 0.8s ease-in-out, background-color 0.8s ease-in-out, transform 0.8s ease-in-out, box-shadow 0.8s ease-in-out;
6861
+ }
6862
+ }
6863
+ .iui-skip-to-content-link:hover{
6864
+ background-color:black;
6865
+ background-color:rgba(0, 0, 0, var(--iui-opacity-1));
6866
+ }
6867
+ @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
6868
+ .iui-skip-to-content-link:hover{
6869
+ background-color:rgba(0, 0, 0, var(--iui-opacity-2));
6870
+ -webkit-backdrop-filter:blur(5px);
6871
+ backdrop-filter:blur(5px);
6872
+ }
6873
+ }
6874
+ .iui-skip-to-content-link:focus{
6875
+ opacity:1;
6876
+ transform:translateX(-50%) translateY(0);
6877
+ box-shadow:0 6px 30px rgba(0, 0, 0, 0.25);
6878
+ }
6879
+ @media (prefers-reduced-motion: no-preference){
6880
+ .iui-skip-to-content-link:focus{
6881
+ transition:opacity 0s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
6882
+ }
6883
+ }
6884
+
6752
6885
  .iui-slider-component-container{
6753
6886
  display:flex;
6754
6887
  min-height:22px;
@@ -6909,6 +7042,22 @@ label.iui-input-label.iui-disabled{
6909
7042
  background-color:var(--iui-color-foreground-primary);
6910
7043
  }
6911
7044
 
7045
+ .iui-surface{
7046
+ --iui-surface-background-color:var(--iui-color-background-1);
7047
+ --iui-surface-border-radius:0;
7048
+ --iui-surface-elevation:0 1px 5px rgba(0, 0, 0, 0.25);
7049
+ background-color:var(--iui-surface-background-color);
7050
+ border-radius:var(--iui-surface-border-radius);
7051
+ box-shadow:var(--iui-surface-elevation);
7052
+ box-sizing:border-box;
7053
+ color:var(--iui-text-color);
7054
+ }
7055
+ @media (forced-colors: active){
7056
+ .iui-surface{
7057
+ border:1px solid transparent;
7058
+ }
7059
+ }
7060
+
6912
7061
  .iui-table{
6913
7062
  margin:0;
6914
7063
  padding:0;
@@ -7666,6 +7815,10 @@ label.iui-input-label.iui-disabled{
7666
7815
  fill:#008ae0;
7667
7816
  fill:var(--iui-icons-color-primary);
7668
7817
  }
7818
+ .iui-tabs .iui-tab.iui-active .iui-tab-description{
7819
+ opacity:1;
7820
+ opacity:var(--iui-opacity-1);
7821
+ }
7669
7822
  .iui-tabs .iui-tab[disabled]{
7670
7823
  cursor:not-allowed;
7671
7824
  color:rgba(0, 0, 0, 0.4);
@@ -8189,11 +8342,17 @@ a.iui-tag-basic:focus-visible{
8189
8342
  user-select:none;
8190
8343
  color:transparent;
8191
8344
  border-radius:3px;
8192
- background:linear-gradient(270deg, #edeff2, #edeff2, #f9f9fb, #edeff2, #edeff2);
8193
- background-size:200% 100%;
8194
- background:linear-gradient(270deg, var(--iui-color-background-3), var(--iui-color-background-3), var(--iui-color-background-2), var(--iui-color-background-3), var(--iui-color-background-3));
8345
+ cursor:progress;
8346
+ background:linear-gradient(292deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
8347
+ background:linear-gradient(292deg, var(--iui-text-color-muted), var(--iui-text-color-muted), var(--iui-text-color-placeholder), var(--iui-text-color-muted), var(--iui-text-color-muted));
8195
8348
  background-size:200% 100%;
8196
8349
  }
8350
+ @media (forced-colors: active){
8351
+ .iui-skeleton{
8352
+ forced-color-adjust:none;
8353
+ background:linear-gradient(292deg, CanvasText, CanvasText, Canvas, CanvasText, CanvasText);
8354
+ }
8355
+ }
8197
8356
  @media (prefers-reduced-motion: no-preference){
8198
8357
  .iui-skeleton{
8199
8358
  -webkit-animation:skeleton-shimmer 0.8s linear infinite;
@@ -8865,7 +9024,7 @@ div.iui-tile-thumbnail-picture{
8865
9024
  align-items:center;
8866
9025
  flex-direction:column;
8867
9026
  justify-content:center;
8868
- z-index:1070;
9027
+ z-index:99999;
8869
9028
  }
8870
9029
  @media screen and (max-width: 400px){
8871
9030
  .iui-toast-wrapper{
@@ -9219,6 +9378,11 @@ div.iui-tile-thumbnail-picture{
9219
9378
  color:rgba(0, 0, 0, 0.4);
9220
9379
  color:var(--iui-text-color-muted);
9221
9380
  }
9381
+ @media (forced-colors: active){
9382
+ .iui-toggle-switch-wrapper.iui-disabled{
9383
+ color:GrayText;
9384
+ }
9385
+ }
9222
9386
  .iui-toggle-switch-wrapper.iui-label-on-left{
9223
9387
  grid-template-areas:"label toggle";
9224
9388
  }
@@ -9282,13 +9446,29 @@ div.iui-tile-thumbnail-picture{
9282
9446
  transition:transform 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
9283
9447
  }
9284
9448
  }
9449
+ @media (forced-colors: active){
9450
+ .iui-toggle-switch{
9451
+ border-color:CanvasText;
9452
+ }
9453
+ }
9285
9454
  .iui-toggle-switch::after{
9286
9455
  background-color:var(--iui-color-foreground-body);
9287
9456
  opacity:var(--iui-opacity-2);
9288
9457
  }
9458
+ @media (forced-colors: active){
9459
+ .iui-toggle-switch::after{
9460
+ background-color:CanvasText;
9461
+ opacity:1;
9462
+ }
9463
+ }
9289
9464
  .iui-toggle-switch:hover{
9290
9465
  border-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
9291
9466
  }
9467
+ @media (forced-colors: active){
9468
+ .iui-toggle-switch:hover{
9469
+ border-color:CanvasText;
9470
+ }
9471
+ }
9292
9472
  .iui-toggle-switch:focus-visible{
9293
9473
  border-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
9294
9474
  }
@@ -9301,11 +9481,23 @@ div.iui-tile-thumbnail-picture{
9301
9481
  background-color:var(--iui-color-background-primary);
9302
9482
  border-color:var(--iui-color-background-primary);
9303
9483
  }
9484
+ @media (forced-colors: active){
9485
+ .iui-toggle-switch:checked{
9486
+ background-color:Highlight;
9487
+ border-color:Highlight;
9488
+ }
9489
+ }
9304
9490
  .iui-toggle-switch:checked::after{
9305
9491
  transform:translateX(19px);
9306
9492
  background-color:var(--iui-color-foreground-accessory);
9307
9493
  opacity:var(--iui-opacity-2);
9308
9494
  }
9495
+ @media (forced-colors: active){
9496
+ .iui-toggle-switch:checked::after{
9497
+ background-color:HighlightText;
9498
+ opacity:1;
9499
+ }
9500
+ }
9309
9501
  .iui-toggle-switch:checked ~ .iui-toggle-switch-icon{
9310
9502
  opacity:var(--iui-opacity-1);
9311
9503
  }
@@ -9325,17 +9517,44 @@ div.iui-tile-thumbnail-picture{
9325
9517
  background-color:var(--iui-color-background-disabled);
9326
9518
  border-color:var(--iui-color-background-disabled);
9327
9519
  }
9520
+ @media (forced-colors: active){
9521
+ .iui-toggle-switch:disabled{
9522
+ border-color:GrayText;
9523
+ }
9524
+ }
9328
9525
  .iui-toggle-switch:disabled::after{
9329
9526
  background-color:var(--iui-color-foreground-body);
9330
9527
  opacity:var(--iui-opacity-5);
9331
9528
  }
9529
+ @media (forced-colors: active){
9530
+ .iui-toggle-switch:disabled::after{
9531
+ background-color:GrayText;
9532
+ opacity:0.75;
9533
+ }
9534
+ }
9332
9535
  .iui-toggle-switch:disabled ~ .iui-toggle-switch-icon{
9333
9536
  opacity:0;
9334
9537
  fill:var(--iui-icons-color-actionable);
9335
9538
  }
9539
+ @media (forced-colors: active){
9540
+ .iui-toggle-switch:disabled:checked{
9541
+ background-color:GrayText;
9542
+ }
9543
+ }
9544
+ @media (forced-colors: active){
9545
+ .iui-toggle-switch:disabled:checked::after{
9546
+ background-color:Canvas;
9547
+ }
9548
+ }
9336
9549
  .iui-toggle-switch:disabled:checked ~ .iui-toggle-switch-icon{
9337
9550
  opacity:var(--iui-opacity-5);
9338
9551
  }
9552
+ @media (forced-colors: active){
9553
+ .iui-toggle-switch:disabled:checked ~ .iui-toggle-switch-icon{
9554
+ fill:Canvas;
9555
+ opacity:0.75;
9556
+ }
9557
+ }
9339
9558
  .iui-toggle-switch-icon{
9340
9559
  opacity:0;
9341
9560
  grid-area:toggle;
@@ -9349,6 +9568,11 @@ div.iui-tile-thumbnail-picture{
9349
9568
  pointer-events:none;
9350
9569
  fill:var(--iui-color-foreground-accessory);
9351
9570
  }
9571
+ @media (forced-colors: active){
9572
+ .iui-toggle-switch-icon{
9573
+ fill:HighlightText;
9574
+ }
9575
+ }
9352
9576
 
9353
9577
  .iui-tooltip-container{
9354
9578
  width:-webkit-fit-content;
@@ -9978,85 +10202,4 @@ div.iui-tile-thumbnail-picture{
9978
10202
  user-select:all;
9979
10203
  color:#53a21a;
9980
10204
  color:var(--iui-color-foreground-positive);
9981
- }
9982
-
9983
- .iui-skip-to-content-link{
9984
- background-color:rgba(0, 0, 0, 0.8);
9985
- background-color:rgba(0, 0, 0, var(--iui-opacity-2));
9986
- color:white;
9987
- color:var(--iui-color-foreground-accessory);
9988
- border-radius:9999px;
9989
- text-decoration:none;
9990
- -webkit-user-select:none;
9991
- -moz-user-select:none;
9992
- -ms-user-select:none;
9993
- user-select:none;
9994
- padding:8.25px 16px;
9995
- position:fixed;
9996
- text-align:center;
9997
- left:50%;
9998
- top:22px;
9999
- opacity:0;
10000
- z-index:99;
10001
- transform:translateX(-50%) translateY(-170%);
10002
- transition:background-color 0.2s ease-in-out;
10003
- }
10004
- @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
10005
- .iui-skip-to-content-link{
10006
- background-color:rgba(0, 0, 0, var(--iui-opacity-3));
10007
- -webkit-backdrop-filter:blur(5px);
10008
- backdrop-filter:blur(5px);
10009
- }
10010
- }
10011
- .iui-skip-to-content-link:focus-visible{
10012
- outline:2px solid var(--iui-color-foreground-primary);
10013
- outline-offset:2px;
10014
- }
10015
- @supports not selector(*:focus-visible){
10016
- .iui-skip-to-content-link:focus{
10017
- outline:2px solid var(--iui-color-foreground-primary);
10018
- outline-offset:2px;
10019
- }
10020
- }
10021
- @media (prefers-reduced-motion: no-preference){
10022
- .iui-skip-to-content-link{
10023
- transition:opacity 0.8s ease-in-out, background-color 0.8s ease-in-out, transform 0.8s ease-in-out, box-shadow 0.8s ease-in-out;
10024
- }
10025
- }
10026
- .iui-skip-to-content-link:hover{
10027
- background-color:black;
10028
- background-color:rgba(0, 0, 0, var(--iui-opacity-1));
10029
- }
10030
- @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
10031
- .iui-skip-to-content-link:hover{
10032
- background-color:rgba(0, 0, 0, var(--iui-opacity-2));
10033
- -webkit-backdrop-filter:blur(5px);
10034
- backdrop-filter:blur(5px);
10035
- }
10036
- }
10037
- .iui-skip-to-content-link:focus{
10038
- opacity:1;
10039
- transform:translateX(-50%) translateY(0);
10040
- box-shadow:0 6px 30px rgba(0, 0, 0, 0.25);
10041
- }
10042
- @media (prefers-reduced-motion: no-preference){
10043
- .iui-skip-to-content-link:focus{
10044
- transition:opacity 0s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
10045
- }
10046
- }
10047
-
10048
- .iui-surface{
10049
- --iui-surface-background-color:var(--iui-color-background-1);
10050
- --iui-surface-border-radius:0;
10051
- --iui-surface-elevation:0 1px 5px rgba(0, 0, 0, 0.25);
10052
- background-color:var(--iui-surface-background-color);
10053
- border-radius:var(--iui-surface-border-radius);
10054
- box-shadow:var(--iui-surface-elevation);
10055
- box-sizing:border-box;
10056
- color:var(--iui-text-color);
10057
- }
10058
- @media (forced-colors: active){
10059
- .iui-surface{
10060
- border:1px solid transparent;
10061
- }
10062
10205
  }