@itwin/itwinui-css 0.57.0 → 0.58.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
@@ -1103,15 +1103,18 @@ html.iui-theme-dark-hc{
1103
1103
  .iui-breadcrumbs-item > *{
1104
1104
  max-width:26ch;
1105
1105
  }
1106
- .iui-breadcrumbs-item > *{
1106
+
1107
+ .iui-breadcrumbs-item-overrides > *{
1107
1108
  padding:0 8px;
1108
1109
  overflow:hidden;
1109
1110
  white-space:nowrap;
1110
1111
  text-overflow:ellipsis;
1112
+ }
1113
+ .iui-breadcrumbs-item-overrides > *:not(.iui-button){
1111
1114
  color:rgba(0, 0, 0, 0.8);
1112
1115
  color:var(--iui-text-color);
1113
1116
  }
1114
- .iui-breadcrumbs-item > :-webkit-any-link{
1117
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link{
1115
1118
  color:#008ae0;
1116
1119
  -webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
1117
1120
  color:var(--iui-color-foreground-primary);
@@ -1121,7 +1124,7 @@ html.iui-theme-dark-hc{
1121
1124
  cursor:pointer;
1122
1125
  text-decoration:none;
1123
1126
  }
1124
- .iui-breadcrumbs-item > :-moz-any-link{
1127
+ .iui-breadcrumbs-item-overrides > :-moz-any-link{
1125
1128
  color:#008ae0;
1126
1129
  -webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
1127
1130
  color:var(--iui-color-foreground-primary);
@@ -1131,7 +1134,7 @@ html.iui-theme-dark-hc{
1131
1134
  cursor:pointer;
1132
1135
  text-decoration:none;
1133
1136
  }
1134
- .iui-breadcrumbs-item > :any-link{
1137
+ .iui-breadcrumbs-item-overrides > :any-link{
1135
1138
  color:#008ae0;
1136
1139
  -webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
1137
1140
  color:var(--iui-color-foreground-primary);
@@ -1141,125 +1144,125 @@ html.iui-theme-dark-hc{
1141
1144
  cursor:pointer;
1142
1145
  text-decoration:none;
1143
1146
  }
1144
- .iui-breadcrumbs-item > :-webkit-any-link:focus-visible{
1147
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:focus-visible{
1145
1148
  outline:1px solid var(--iui-color-foreground-primary);
1146
1149
  outline-offset:1px;
1147
1150
  }
1148
- .iui-breadcrumbs-item > :-moz-any-link:focus-visible{
1151
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:focus-visible{
1149
1152
  outline:1px solid var(--iui-color-foreground-primary);
1150
1153
  outline-offset:1px;
1151
1154
  }
1152
- .iui-breadcrumbs-item > :any-link:focus-visible{
1155
+ .iui-breadcrumbs-item-overrides > :any-link:focus-visible{
1153
1156
  outline:1px solid var(--iui-color-foreground-primary);
1154
1157
  outline-offset:1px;
1155
1158
  }
1156
1159
  @supports not selector(*:focus-visible){
1157
- .iui-breadcrumbs-item > :-webkit-any-link:focus{
1160
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:focus{
1158
1161
  outline:1px solid var(--iui-color-foreground-primary);
1159
1162
  outline-offset:1px;
1160
1163
  }
1161
- .iui-breadcrumbs-item > :-moz-any-link:focus{
1164
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:focus{
1162
1165
  outline:1px solid var(--iui-color-foreground-primary);
1163
1166
  outline-offset:1px;
1164
1167
  }
1165
- .iui-breadcrumbs-item > :any-link:focus{
1168
+ .iui-breadcrumbs-item-overrides > :any-link:focus{
1166
1169
  outline:1px solid var(--iui-color-foreground-primary);
1167
1170
  outline-offset:1px;
1168
1171
  }
1169
1172
  }
1170
- .iui-breadcrumbs-item > :-webkit-any-link:hover{
1173
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
1171
1174
  color:#006bad;
1172
1175
  color:var(--iui-color-foreground-primary-overlay);
1173
1176
  }
1174
- .iui-breadcrumbs-item > :-moz-any-link:hover{
1177
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
1175
1178
  color:#006bad;
1176
1179
  color:var(--iui-color-foreground-primary-overlay);
1177
1180
  }
1178
- .iui-breadcrumbs-item > :any-link:hover{
1181
+ .iui-breadcrumbs-item-overrides > :any-link:hover{
1179
1182
  color:#006bad;
1180
1183
  color:var(--iui-color-foreground-primary-overlay);
1181
1184
  }
1182
- .iui-breadcrumbs-item > :-webkit-any-link:hover{
1185
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
1183
1186
  text-decoration:underline;
1184
1187
  }
1185
- .iui-breadcrumbs-item > :-moz-any-link:hover{
1188
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
1186
1189
  text-decoration:underline;
1187
1190
  }
1188
- .iui-breadcrumbs-item > :any-link:hover{
1191
+ .iui-breadcrumbs-item-overrides > :any-link:hover{
1189
1192
  text-decoration:underline;
1190
1193
  }
1191
1194
  @media (prefers-contrast: more){
1192
- .iui-breadcrumbs-item > :-webkit-any-link{
1195
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link{
1193
1196
  text-decoration:underline;
1194
1197
  }
1195
- .iui-breadcrumbs-item > :-moz-any-link{
1198
+ .iui-breadcrumbs-item-overrides > :-moz-any-link{
1196
1199
  text-decoration:underline;
1197
1200
  }
1198
- .iui-breadcrumbs-item > :any-link{
1201
+ .iui-breadcrumbs-item-overrides > :any-link{
1199
1202
  text-decoration:underline;
1200
1203
  }
1201
- .iui-breadcrumbs-item > :-webkit-any-link:hover{
1204
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
1202
1205
  text-decoration:none;
1203
1206
  }
1204
- .iui-breadcrumbs-item > :-moz-any-link:hover{
1207
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
1205
1208
  text-decoration:none;
1206
1209
  }
1207
- .iui-breadcrumbs-item > :any-link:hover{
1210
+ .iui-breadcrumbs-item-overrides > :any-link:hover{
1208
1211
  text-decoration:none;
1209
1212
  }
1210
1213
  }
1211
- .iui-theme-light .iui-breadcrumbs-item > :-webkit-any-link, .iui-theme-dark .iui-breadcrumbs-item > :-webkit-any-link{
1214
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :-webkit-any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-webkit-any-link{
1212
1215
  text-decoration:none;
1213
1216
  }
1214
- .iui-theme-light .iui-breadcrumbs-item > :-moz-any-link, .iui-theme-dark .iui-breadcrumbs-item > :-moz-any-link{
1217
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :-moz-any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-moz-any-link{
1215
1218
  text-decoration:none;
1216
1219
  }
1217
- .iui-theme-light .iui-breadcrumbs-item > :any-link, .iui-theme-dark .iui-breadcrumbs-item > :any-link{
1220
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :any-link{
1218
1221
  text-decoration:none;
1219
1222
  }
1220
- .iui-theme-light .iui-breadcrumbs-item > :-webkit-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :-webkit-any-link:hover{
1223
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
1221
1224
  text-decoration:underline;
1222
1225
  }
1223
- .iui-theme-light .iui-breadcrumbs-item > :-moz-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :-moz-any-link:hover{
1226
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :-moz-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
1224
1227
  text-decoration:underline;
1225
1228
  }
1226
- .iui-theme-light .iui-breadcrumbs-item > :any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :any-link:hover{
1229
+ .iui-theme-light .iui-breadcrumbs-item-overrides > :any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :any-link:hover{
1227
1230
  text-decoration:underline;
1228
1231
  }
1229
1232
 
1230
- .iui-theme-light-hc .iui-breadcrumbs-item > :-webkit-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :-webkit-any-link{
1233
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link{
1231
1234
  text-decoration:underline;
1232
1235
  }
1233
1236
 
1234
- .iui-theme-light-hc .iui-breadcrumbs-item > :-moz-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :-moz-any-link{
1237
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-moz-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-moz-any-link{
1235
1238
  text-decoration:underline;
1236
1239
  }
1237
1240
 
1238
- .iui-theme-light-hc .iui-breadcrumbs-item > :any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :any-link{
1241
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :any-link{
1239
1242
  text-decoration:underline;
1240
1243
  }
1241
- .iui-theme-light-hc .iui-breadcrumbs-item > :-webkit-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :-webkit-any-link:hover{
1244
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
1242
1245
  text-decoration:none;
1243
1246
  }
1244
- .iui-theme-light-hc .iui-breadcrumbs-item > :-moz-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :-moz-any-link:hover{
1247
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-moz-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
1245
1248
  text-decoration:none;
1246
1249
  }
1247
- .iui-theme-light-hc .iui-breadcrumbs-item > :any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :any-link:hover{
1250
+ .iui-theme-light-hc .iui-breadcrumbs-item-overrides > :any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :any-link:hover{
1248
1251
  text-decoration:none;
1249
1252
  }
1250
1253
 
1251
- .iui-breadcrumbs-item > :-webkit-any-link:focus{
1254
+ .iui-breadcrumbs-item-overrides > :-webkit-any-link:focus{
1252
1255
  outline-offset:-1px;
1253
1256
  }
1254
1257
 
1255
- .iui-breadcrumbs-item > :-moz-any-link:focus{
1258
+ .iui-breadcrumbs-item-overrides > :-moz-any-link:focus{
1256
1259
  outline-offset:-1px;
1257
1260
  }
1258
1261
 
1259
- .iui-breadcrumbs-item > :any-link:focus{
1262
+ .iui-breadcrumbs-item-overrides > :any-link:focus{
1260
1263
  outline-offset:-1px;
1261
1264
  }
1262
- .iui-breadcrumbs-item .iui-button.iui-button{
1265
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button{
1263
1266
  border-color:transparent;
1264
1267
  background-color:transparent;
1265
1268
  padding:0 8px;
@@ -1267,24 +1270,24 @@ html.iui-theme-dark-hc{
1267
1270
  gap:8px;
1268
1271
  border:none;
1269
1272
  }
1270
- .iui-breadcrumbs-item .iui-button.iui-button > .iui-button-icon:only-child{
1273
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button > .iui-button-icon:only-child{
1271
1274
  margin-left:3px;
1272
1275
  margin-right:3px;
1273
1276
  }
1274
- .iui-breadcrumbs-item .iui-button.iui-button:hover{
1277
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button:hover{
1275
1278
  background-color:rgba(0, 0, 0, 0.1);
1276
1279
  border-color:transparent;
1277
1280
  background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
1278
1281
  border-color:transparent;
1279
1282
  }
1280
- .iui-breadcrumbs-item .iui-button.iui-button.iui-active{
1283
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button.iui-active{
1281
1284
  background-color:rgba(0, 138, 224, 0.1);
1282
1285
  color:#008ae0;
1283
1286
  background-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
1284
1287
  color:var(--iui-color-foreground-primary);
1285
1288
  border-color:transparent;
1286
1289
  }
1287
- .iui-breadcrumbs-item .iui-button.iui-button[disabled], .iui-breadcrumbs-item .iui-button.iui-button:disabled{
1290
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button[disabled], .iui-breadcrumbs-item-overrides .iui-button.iui-button:disabled{
1288
1291
  cursor:not-allowed;
1289
1292
  background:#edeff2;
1290
1293
  border-color:#edeff2;
@@ -1297,26 +1300,26 @@ html.iui-theme-dark-hc{
1297
1300
  background-color:transparent;
1298
1301
  border-color:transparent;
1299
1302
  }
1300
- .iui-breadcrumbs-item .iui-button.iui-button[disabled].iui-active, .iui-breadcrumbs-item .iui-button.iui-button:disabled.iui-active{
1303
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button[disabled].iui-active, .iui-breadcrumbs-item-overrides .iui-button.iui-button:disabled.iui-active{
1301
1304
  background-color:rgba(0, 0, 0, 0.05);
1302
1305
  background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
1303
1306
  }
1304
- .iui-breadcrumbs-item .iui-button.iui-button:focus-visible{
1307
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button:focus-visible{
1305
1308
  outline:1px solid var(--iui-color-foreground-primary);
1306
1309
  outline-offset:-1px;
1307
1310
  }
1308
1311
  @supports not selector(*:focus-visible){
1309
- .iui-breadcrumbs-item .iui-button.iui-button:focus{
1312
+ .iui-breadcrumbs-item-overrides .iui-button.iui-button:focus{
1310
1313
  outline:1px solid var(--iui-color-foreground-primary);
1311
1314
  outline-offset:-1px;
1312
1315
  }
1313
1316
  }
1314
- .iui-breadcrumbs-item .iui-button-label{
1317
+ .iui-breadcrumbs-item-overrides .iui-button-label{
1315
1318
  overflow:hidden;
1316
1319
  white-space:nowrap;
1317
1320
  text-overflow:ellipsis;
1318
1321
  }
1319
- .iui-breadcrumbs-item .iui-button:not([aria-current]), .iui-breadcrumbs-item .iui-button:not([aria-current]):hover, .iui-breadcrumbs-item .iui-button:not([aria-current]):active{
1322
+ .iui-breadcrumbs-item-overrides .iui-button:not([aria-current]), .iui-breadcrumbs-item-overrides .iui-button:not([aria-current]):hover, .iui-breadcrumbs-item-overrides .iui-button:not([aria-current]):active{
1320
1323
  --_iui-button-text-color:var(--iui-color-foreground-primary);
1321
1324
  }
1322
1325
 
@@ -2946,6 +2949,204 @@ a.iui-breadcrumbs-text:focus{
2946
2949
  border-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-4));
2947
2950
  }
2948
2951
 
2952
+ .iui-dialog-backdrop{
2953
+ margin:0;
2954
+ padding:0;
2955
+ border:none;
2956
+ vertical-align:baseline;
2957
+ z-index:999;
2958
+ isolation:isolate;
2959
+ position:fixed;
2960
+ top:0;
2961
+ left:0;
2962
+ width:100%;
2963
+ height:100%;
2964
+ background-color:rgba(0, 0, 0, 0.4);
2965
+ background-color:rgba(0, 0, 0, var(--iui-opacity-4));
2966
+ visibility:hidden;
2967
+ opacity:0;
2968
+ transition:visibility 0s linear 0.2s, opacity 0.2s ease-out;
2969
+ }
2970
+ .iui-dialog-backdrop.iui-dialog-visible{
2971
+ visibility:visible;
2972
+ opacity:1;
2973
+ transition-delay:0s;
2974
+ }
2975
+ .iui-dialog-backdrop.iui-dialog-backdrop-relative{
2976
+ position:relative;
2977
+ overflow:hidden;
2978
+ }
2979
+
2980
+ .iui-dialog{
2981
+ border-radius:3px;
2982
+ box-shadow:0 9px 46px rgba(0, 0, 0, 0.25);
2983
+ box-sizing:border-box;
2984
+ position:absolute;
2985
+ padding:11px 16px;
2986
+ box-sizing:border-box;
2987
+ padding:11px 16px;
2988
+ overflow:hidden;
2989
+ background-color:white;
2990
+ background-color:var(--iui-color-background-1);
2991
+ }
2992
+ @media (forced-colors: active){
2993
+ .iui-dialog{
2994
+ border:1px solid;
2995
+ }
2996
+ }
2997
+
2998
+ .iui-dialog-default .iui-dialog{
2999
+ left:50%;
3000
+ top:33%;
3001
+ transform:translate(-50%, -33%);
3002
+ max-width:50%;
3003
+ min-width:380px;
3004
+ max-height:100vh;
3005
+ }
3006
+ @media screen and (max-width: 400px){
3007
+ .iui-dialog-default .iui-dialog{
3008
+ max-width:95%;
3009
+ width:95%;
3010
+ min-width:95%;
3011
+ }
3012
+ }
3013
+
3014
+ @media (prefers-reduced-motion: no-preference){
3015
+ .iui-dialog-full-page{
3016
+ transition:visibility 0s linear 0.8s, opacity 0.4s ease-out 0.2s;
3017
+ }
3018
+ }
3019
+ .iui-dialog-full-page .iui-dialog{
3020
+ border-radius:0;
3021
+ height:100vh;
3022
+ width:100vw;
3023
+ top:0;
3024
+ left:0;
3025
+ max-width:initial;
3026
+ min-width:initial;
3027
+ display:flex;
3028
+ flex-direction:column;
3029
+ will-change:transform;
3030
+ }
3031
+ @media (prefers-reduced-motion: no-preference){
3032
+ .iui-dialog-full-page .iui-dialog{
3033
+ transform:translateY(100%);
3034
+ transition:visibility 0s linear 0.4s, opacity 0s linear 0.4s, transform 0.2s ease-in;
3035
+ }
3036
+ }
3037
+ .iui-dialog-full-page.iui-dialog-visible .iui-dialog{
3038
+ transform:translateY(0);
3039
+ }
3040
+ @media (prefers-reduced-motion: no-preference){
3041
+ .iui-dialog-full-page.iui-dialog-visible .iui-dialog{
3042
+ transition:transform 0.4s ease-out;
3043
+ }
3044
+ }
3045
+
3046
+ .iui-dialog-draggable{
3047
+ background-color:transparent;
3048
+ pointer-events:none;
3049
+ z-index:998;
3050
+ }
3051
+ .iui-dialog-draggable .iui-dialog{
3052
+ pointer-events:initial;
3053
+ max-width:100vw;
3054
+ max-height:100vh;
3055
+ min-width:380px;
3056
+ min-height:144px;
3057
+ display:flex;
3058
+ flex-direction:column;
3059
+ padding:0;
3060
+ border:1px solid #c7ccd1;
3061
+ border:1px solid var(--iui-color-background-border);
3062
+ }
3063
+
3064
+ .iui-dialog-title{
3065
+ font-size:inherit;
3066
+ white-space:nowrap;
3067
+ overflow:hidden;
3068
+ text-overflow:ellipsis;
3069
+ line-height:1.5;
3070
+ }
3071
+
3072
+ .iui-dialog-title-bar{
3073
+ display:flex;
3074
+ align-items:center;
3075
+ margin-bottom:11px;
3076
+ justify-content:space-between;
3077
+ box-sizing:border-box;
3078
+ font-size:18px;
3079
+ }
3080
+ .iui-dialog-draggable .iui-dialog-title-bar{
3081
+ -webkit-user-select:none;
3082
+ -moz-user-select:none;
3083
+ -ms-user-select:none;
3084
+ user-select:none;
3085
+ font-size:16px;
3086
+ padding:6px 16px;
3087
+ cursor:-webkit-grab;
3088
+ cursor:grab;
3089
+ background-color:#edeff2;
3090
+ border-bottom:1px solid #c7ccd1;
3091
+ background-color:var(--iui-color-background-3);
3092
+ border-bottom:1px solid var(--iui-color-background-border);
3093
+ }
3094
+ .iui-dialog-draggable .iui-dialog-title-bar:active{
3095
+ cursor:-webkit-grabbing;
3096
+ cursor:grabbing;
3097
+ }
3098
+
3099
+ .iui-dialog-content{
3100
+ flex-grow:2;
3101
+ margin:0 -16px;
3102
+ padding:0 16px;
3103
+ overflow-y:auto;
3104
+ overflow-y:overlay;
3105
+ }
3106
+ .iui-dialog-draggable .iui-dialog-content{
3107
+ margin:0;
3108
+ }
3109
+
3110
+ .iui-dialog-button-bar{
3111
+ margin-top:11px;
3112
+ display:flex;
3113
+ align-items:center;
3114
+ justify-content:flex-end;
3115
+ }
3116
+ .iui-dialog-draggable .iui-dialog-button-bar{
3117
+ padding:0 16px 11px 16px;
3118
+ }
3119
+
3120
+ .iui-dialog-button-bar > .iui-button:not(:last-child){
3121
+ margin-right:8px;
3122
+ }
3123
+ @supports ((-moz-column-gap: 8px) or (column-gap: 8px)){
3124
+ .iui-dialog-button-bar{
3125
+ -moz-column-gap:8px;
3126
+ column-gap:8px;
3127
+ }
3128
+ .iui-dialog-button-bar > .iui-button:not(:last-child){
3129
+ margin-right:0;
3130
+ }
3131
+ }
3132
+
3133
+ .iui-dialog-animation-enter .iui-dialog-full-page .iui-dialog{
3134
+ transform:translateY(100%);
3135
+ opacity:0;
3136
+ }
3137
+ .iui-dialog-animation-enter-active .iui-dialog-full-page .iui-dialog{
3138
+ transform:translateY(0);
3139
+ opacity:1;
3140
+ }
3141
+ .iui-dialog-animation-enter .iui-dialog-backdrop{
3142
+ visibility:hidden;
3143
+ opacity:0;
3144
+ }
3145
+ .iui-dialog-animation-enter-active .iui-dialog-backdrop{
3146
+ visibility:visible;
3147
+ opacity:1;
3148
+ }
3149
+
2949
3150
  .iui-expandable-block{
2950
3151
  margin:0;
2951
3152
  padding:0;
@@ -5721,135 +5922,6 @@ label.iui-input-label.iui-disabled{
5721
5922
  background-color:var(--iui-color-background-border);
5722
5923
  }
5723
5924
 
5724
- .iui-modal{
5725
- margin:0;
5726
- padding:0;
5727
- border:none;
5728
- vertical-align:baseline;
5729
- z-index:999;
5730
- position:fixed;
5731
- top:0;
5732
- left:0;
5733
- width:100%;
5734
- height:100%;
5735
- background-color:rgba(0, 0, 0, 0.4);
5736
- background-color:rgba(0, 0, 0, var(--iui-opacity-4));
5737
- visibility:hidden;
5738
- opacity:0;
5739
- }
5740
- @media (prefers-reduced-motion: no-preference){
5741
- .iui-modal{
5742
- transition:visibility 0s linear 0.2s, opacity 0.2s ease-out;
5743
- }
5744
- }
5745
- .iui-modal.iui-modal-visible{
5746
- visibility:visible;
5747
- opacity:1;
5748
- transition-delay:0s;
5749
- }
5750
- .iui-modal > .iui-modal-dialog{
5751
- position:absolute;
5752
- left:50%;
5753
- top:33%;
5754
- transform:translate(-50%, -33%);
5755
- z-index:1000;
5756
- max-width:50%;
5757
- min-width:380px;
5758
- max-height:100vh;
5759
- border-radius:3px;
5760
- box-shadow:0 9px 46px rgba(0, 0, 0, 0.25);
5761
- padding:11px 16px;
5762
- box-sizing:border-box;
5763
- background-color:white;
5764
- background-color:var(--iui-color-background-1);
5765
- }
5766
- @media screen and (max-width: 400px){
5767
- .iui-modal > .iui-modal-dialog{
5768
- max-width:95%;
5769
- width:95%;
5770
- min-width:95%;
5771
- }
5772
- }
5773
- .iui-modal > .iui-modal-dialog .iui-title-bar{
5774
- display:flex;
5775
- align-items:center;
5776
- margin-bottom:11px;
5777
- justify-content:space-between;
5778
- }
5779
- .iui-modal > .iui-modal-dialog .iui-title-bar > .iui-title{
5780
- font-size:18px;
5781
- white-space:nowrap;
5782
- overflow:hidden;
5783
- text-overflow:ellipsis;
5784
- line-height:1.5;
5785
- }
5786
- .iui-modal > .iui-modal-dialog .iui-button-bar{
5787
- margin-top:11px;
5788
- display:flex;
5789
- align-items:center;
5790
- justify-content:flex-end;
5791
- }
5792
- .iui-modal > .iui-modal-dialog .iui-button-bar > .iui-button:not(:last-child){
5793
- margin-right:8px;
5794
- }
5795
- .iui-modal > .iui-modal-dialog .iui-modal-content{
5796
- flex-grow:2;
5797
- margin:0 -16px;
5798
- padding:0 16px;
5799
- overflow-y:auto;
5800
- overflow-y:overlay;
5801
- }
5802
- .iui-modal-full-page > .iui-modal-dialog{
5803
- display:flex;
5804
- flex-direction:column;
5805
- height:100vh;
5806
- width:100vw;
5807
- left:0;
5808
- top:0;
5809
- transform:none;
5810
- max-width:initial;
5811
- min-width:initial;
5812
- border-radius:0;
5813
- will-change:transform;
5814
- }
5815
- @media (prefers-reduced-motion: no-preference){
5816
- .iui-modal-full-page{
5817
- transition:visibility 0s linear 0.8s, opacity 0.4s ease-out 0.2s;
5818
- }
5819
- }
5820
- .iui-modal-full-page > .iui-modal-dialog{
5821
- transform:translateY(100%);
5822
- }
5823
- @media (prefers-reduced-motion: no-preference){
5824
- .iui-modal-full-page > .iui-modal-dialog{
5825
- transition:visibility 0s linear 0.4s, opacity 0s linear 0.4s, transform 0.25s ease-in;
5826
- }
5827
- }
5828
- .iui-modal-full-page.iui-modal-visible > .iui-modal-dialog{
5829
- transform:translateY(0);
5830
- }
5831
- @media (prefers-reduced-motion: no-preference){
5832
- .iui-modal-full-page.iui-modal-visible > .iui-modal-dialog{
5833
- transition:transform 0.3s ease-out;
5834
- }
5835
- }
5836
- .iui-modal-animation-enter .iui-modal-full-page .iui-modal-dialog{
5837
- transform:translateY(100%);
5838
- opacity:0;
5839
- }
5840
- .iui-modal-animation-enter-active .iui-modal-full-page .iui-modal-dialog{
5841
- transform:translateY(0);
5842
- opacity:1;
5843
- }
5844
- .iui-modal-animation-enter .iui-modal{
5845
- visibility:hidden;
5846
- opacity:0;
5847
- }
5848
- .iui-modal-animation-enter-active .iui-modal{
5849
- visibility:visible;
5850
- opacity:1;
5851
- }
5852
-
5853
5925
  .iui-non-ideal-state{
5854
5926
  margin:0;
5855
5927
  padding:0;
@@ -7340,6 +7412,11 @@ label.iui-input-label.iui-disabled{
7340
7412
  border-left:solid 1px transparent;
7341
7413
  border-right:solid 1px transparent;
7342
7414
  }
7415
+ .iui-table-header .iui-cell:not(.iui-slot){
7416
+ flex-wrap:wrap;
7417
+ -moz-column-gap:4px;
7418
+ column-gap:4px;
7419
+ }
7343
7420
  .iui-table-header .iui-cell:not(.iui-slot):focus-visible{
7344
7421
  outline:1px solid var(--iui-color-foreground-primary);
7345
7422
  outline-offset:-1px;
@@ -7357,11 +7434,10 @@ label.iui-input-label.iui-disabled{
7357
7434
  cursor:-webkit-grabbing;
7358
7435
  cursor:grabbing;
7359
7436
  }
7360
- .iui-table-header .iui-cell:not(.iui-slot) > .iui-filter-button{
7361
- margin-left:4px;
7437
+ .iui-table-header .iui-cell:not(.iui-slot) .iui-filter-button{
7362
7438
  margin-right:8px;
7363
7439
  }
7364
- .iui-table-header .iui-cell:not(.iui-slot) > .iui-filter-button:not(.iui-active){
7440
+ .iui-table-header .iui-cell:not(.iui-slot) .iui-filter-button:not(.iui-active){
7365
7441
  visibility:hidden;
7366
7442
  }
7367
7443
  .iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer{
@@ -7437,6 +7513,12 @@ label.iui-input-label.iui-disabled{
7437
7513
  fill:var(--iui-icons-color-actionable);
7438
7514
  }
7439
7515
 
7516
+ .iui-table-header-actions-container{
7517
+ display:flex;
7518
+ flex-grow:1;
7519
+ align-items:center;
7520
+ }
7521
+
7440
7522
  .iui-table-body{
7441
7523
  overflow-y:scroll;
7442
7524
  overflow:overlay;