@oliasoft-open-source/react-ui-library 4.0.0-beta-18 → 4.0.0-beta-20

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/dist/global.css CHANGED
@@ -578,7 +578,7 @@ a {
578
578
  --color-text-placeholder: rgba(0, 0, 0, 0.3);
579
579
  --color-background: var(--color-neutral-50);
580
580
  --color-background-raised: white;
581
- --color-background-disabled: rgba(0, 0, 0, 0.05);
581
+ --color-background-disabled: rgba(0, 0, 0, 0.025);
582
582
  --color-background-info: var(--color-info-150);
583
583
  --color-background-error: var(--color-error-150);
584
584
  --color-background-success: var(--color-success-150);
@@ -777,49 +777,49 @@ a {
777
777
  color: var(--color-text-primary-active) !important;
778
778
  fill: var(--color-text-primary-active) !important;
779
779
  }
780
- ._accordion_1xanb_1 {
780
+ ._accordion_1bs7l_1 {
781
781
  position: relative;
782
782
  color: var(--color-text);
783
783
  }
784
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5 {
784
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 {
785
785
  display: flex;
786
786
  align-items: center;
787
787
  }
788
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5 ._heading_1xanb_9 {
788
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 ._heading_1bs7l_9 {
789
789
  flex-grow: 1;
790
790
  }
791
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5._clickable_1xanb_12:hover {
791
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover {
792
792
  cursor: pointer;
793
793
  }
794
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5._clickable_1xanb_12:hover > * {
794
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover > * {
795
795
  color: var(--color-text) !important;
796
796
  }
797
- ._accordion_1xanb_1:not(._bordered_1xanb_18) ._accordionContent_1xanb_18 {
798
- margin-top: 15px;
797
+ ._accordion_1bs7l_1:not(._bordered_1bs7l_18) ._accordionContent_1bs7l_18 {
798
+ margin-top: var(--padding-card-y);
799
799
  }
800
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionHeader_1xanb_5,
801
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18 {
800
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5,
801
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
802
802
  border: 1px solid var(--color-border);
803
803
  line-height: var(--line-height);
804
804
  }
805
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionHeader_1xanb_5 {
806
- padding: var(--padding-card);
805
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5 {
806
+ padding: var(--spacing-1) var(--padding-card-x);
807
807
  border-radius: var(--border-radius);
808
808
  background-color: var(--color-background);
809
809
  }
810
- ._accordion_1xanb_1._bordered_1xanb_18._expanded_1xanb_31 ._accordionHeader_1xanb_5 {
810
+ ._accordion_1bs7l_1._bordered_1bs7l_18._expanded_1bs7l_31 ._accordionHeader_1bs7l_5 {
811
811
  border-bottom-left-radius: 0;
812
812
  border-bottom-right-radius: 0;
813
813
  }
814
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18 {
814
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
815
815
  border-top: none;
816
816
  border-radius: 0 0 var(--border-radius) var(--border-radius);
817
817
  background-color: var(--color-background-raised);
818
818
  }
819
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18._padding_1xanb_40 {
819
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18._padding_1bs7l_40 {
820
820
  padding: var(--padding-card);
821
821
  }
822
- ._accordion_1xanb_1._bordered_1xanb_18._squareBottom_1xanb_43 ._accordionHeader_1xanb_5 {
822
+ ._accordion_1bs7l_1._bordered_1bs7l_18._squareBottom_1bs7l_43 ._accordionHeader_1bs7l_5 {
823
823
  border-bottom-left-radius: 0;
824
824
  border-bottom-right-radius: 0;
825
825
  }
@@ -931,22 +931,25 @@ a {
931
931
  background: var(--color-warning-500);
932
932
  fill: var(--color-warning-500);
933
933
  }
934
- ._helpIcon_1uk4t_1 {
935
- color: var(--color-text-muted);
934
+ ._helpIcon_hd0z2_1 {
935
+ color: var(--color-text-faint);
936
936
  display: inline-flex;
937
937
  align-items: center;
938
938
  }
939
- ._active_1uk4t_6 {
939
+ ._helpIcon_hd0z2_1 :hover {
940
+ color: var(--color-text-muted);
941
+ }
942
+ ._active_hd0z2_9 {
940
943
  color: var(--color-text);
941
944
  }
942
- ._clickable_1uk4t_9 {
945
+ ._clickable_hd0z2_12 {
943
946
  cursor: pointer;
944
947
  }
945
- ._clickable_1uk4t_9:hover,
946
- ._clickable_1uk4t_9:focus {
948
+ ._clickable_hd0z2_12:hover,
949
+ ._clickable_hd0z2_12:focus {
947
950
  color: var(--color-text-primary-hover);
948
951
  }
949
- ._clickable_1uk4t_9:active {
952
+ ._clickable_hd0z2_12:active {
950
953
  color: var(--color-text-primary-active);
951
954
  }
952
955
  ._bordered_1p7x7_1 {
@@ -967,17 +970,17 @@ a {
967
970
  ._contentWrapper_1p7x7_16 {
968
971
  border-radius: inherit;
969
972
  }
970
- ._wrapper_sl0rt_1 {
973
+ ._wrapper_5n8qf_1 {
971
974
  display: inline-flex;
972
975
  max-width: 100%;
973
976
  }
974
- ._layer_sl0rt_5 ._wrapper_sl0rt_1 {
977
+ ._layer_5n8qf_5 ._wrapper_5n8qf_1 {
975
978
  width: 100%;
976
979
  }
977
- ._layerContainer_sl0rt_8 {
980
+ ._layerContainer_5n8qf_8 {
978
981
  z-index: var(--zindex-dropdown);
979
982
  }
980
- ._layer_sl0rt_5 {
983
+ ._layer_5n8qf_5 {
981
984
  border: 1px solid var(--color-border);
982
985
  border-radius: var(--border-radius);
983
986
  overflow: hidden;
@@ -989,98 +992,99 @@ a {
989
992
  position: relative;
990
993
  overflow-y: auto;
991
994
  }
992
- ._layer_sl0rt_5._nested_sl0rt_23 {
995
+ ._layer_5n8qf_5._nested_5n8qf_23 {
993
996
  margin: -1px 2px;
994
997
  }
995
- ._layer_sl0rt_5 ul {
998
+ ._layer_5n8qf_5 ul {
996
999
  margin: 0;
997
1000
  padding: 0;
998
1001
  list-style-type: none;
999
1002
  }
1000
- ._layer_sl0rt_5 ul li {
1003
+ ._layer_5n8qf_5 ul li {
1001
1004
  list-style: none;
1002
1005
  display: block;
1003
1006
  }
1004
- ._fileInput_sl0rt_35 {
1007
+ ._fileInput_5n8qf_35 {
1005
1008
  width: 100%;
1006
1009
  height: 100%;
1007
1010
  opacity: 0;
1008
1011
  position: absolute;
1009
1012
  }
1010
- ._trigger_sl0rt_41 {
1013
+ ._trigger_5n8qf_41 {
1011
1014
  display: inline-flex;
1012
1015
  align-items: center;
1013
1016
  cursor: pointer;
1014
1017
  max-width: 100%;
1015
1018
  }
1016
- ._layer_sl0rt_5 ._trigger_sl0rt_41 {
1019
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1017
1020
  width: 100%;
1018
1021
  }
1019
- ._middleAlignedInline_sl0rt_50 {
1022
+ ._middleAlignedInline_5n8qf_50 {
1020
1023
  display: flex;
1021
1024
  align-items: center;
1022
1025
  overflow: hidden;
1023
1026
  width: 100%;
1024
1027
  }
1025
- ._heading_sl0rt_56 {
1028
+ ._heading_5n8qf_56 {
1026
1029
  color: var(--color-text-muted);
1027
1030
  letter-spacing: 0.1em;
1028
1031
  text-transform: uppercase;
1029
1032
  font-size: var(--font-size-sm);
1030
1033
  }
1031
- ._heading_sl0rt_56 ._headingIcon_sl0rt_62 {
1034
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62 {
1032
1035
  float: right;
1033
1036
  }
1034
- ._heading_sl0rt_56 ._headingIcon_sl0rt_62 svg {
1037
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62 svg {
1035
1038
  color: var(--color-text-faint);
1036
1039
  }
1037
- ._heading_sl0rt_56 ._headingIcon_sl0rt_62:hover {
1040
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62:hover {
1038
1041
  cursor: pointer;
1039
1042
  }
1040
- ._heading_sl0rt_56 ._headingIcon_sl0rt_62:hover svg {
1043
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62:hover svg {
1041
1044
  color: var(--color-text-primary-hover);
1042
1045
  }
1043
- ._option_sl0rt_74 {
1046
+ ._option_5n8qf_74 {
1044
1047
  color: inherit;
1045
1048
  display: block;
1046
1049
  }
1047
- ._heading_sl0rt_56,
1048
- ._option_sl0rt_74,
1049
- ._layer_sl0rt_5 ._trigger_sl0rt_41 {
1050
+ ._heading_5n8qf_56,
1051
+ ._option_5n8qf_74,
1052
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1050
1053
  padding: var(--padding-input);
1054
+ border: 1px solid transparent;
1051
1055
  }
1052
- ._option_sl0rt_74,
1053
- ._layer_sl0rt_5 ._trigger_sl0rt_41 {
1056
+ ._option_5n8qf_74,
1057
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1054
1058
  line-height: var(--line-height);
1055
1059
  display: flex;
1056
1060
  align-items: flex-start;
1057
1061
  }
1058
- ._option_sl0rt_74:hover,
1059
- ._layer_sl0rt_5 ._trigger_sl0rt_41:hover,
1060
- ._option_sl0rt_74._active_sl0rt_91,
1061
- ._layer_sl0rt_5 ._trigger_sl0rt_41._active_sl0rt_91 {
1062
+ ._option_5n8qf_74:hover,
1063
+ ._layer_5n8qf_5 ._trigger_5n8qf_41:hover,
1064
+ ._option_5n8qf_74._active_5n8qf_92,
1065
+ ._layer_5n8qf_5 ._trigger_5n8qf_41._active_5n8qf_92 {
1062
1066
  background-color: var(--color-background-listitem-hover);
1063
1067
  cursor: pointer;
1064
1068
  }
1065
- ._option_sl0rt_74._selected_sl0rt_96 {
1069
+ ._option_5n8qf_74._selected_5n8qf_97 {
1066
1070
  background-color: var(--color-background-listitem-active);
1067
1071
  font-weight: bold;
1068
1072
  }
1069
- ._layer_sl0rt_5 ._trigger_sl0rt_41 {
1073
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1070
1074
  align-items: center;
1071
1075
  }
1072
- ._optionContent_sl0rt_103 {
1076
+ ._optionContent_5n8qf_104 {
1073
1077
  flex-wrap: wrap;
1074
1078
  margin-right: auto;
1075
1079
  position: relative;
1076
1080
  }
1077
- ._inline_sl0rt_108 ._optionContent_sl0rt_103 {
1081
+ ._inline_5n8qf_109 ._optionContent_5n8qf_104 {
1078
1082
  display: flex;
1079
1083
  justify-content: space-between;
1080
1084
  flex-grow: 1;
1081
1085
  }
1082
- ._icon_sl0rt_113,
1083
- ._check_sl0rt_114 {
1086
+ ._icon_5n8qf_114,
1087
+ ._check_5n8qf_115 {
1084
1088
  display: flex;
1085
1089
  flex-shrink: 1;
1086
1090
  width: var(--size-xs);
@@ -1088,123 +1092,122 @@ a {
1088
1092
  justify-content: center;
1089
1093
  align-items: center;
1090
1094
  }
1091
- ._icon_sl0rt_113 {
1095
+ ._icon_5n8qf_114 {
1092
1096
  margin-right: var(--spacing-2);
1093
1097
  color: var(--color-text-primary);
1094
1098
  }
1095
- ._icon_sl0rt_113:empty {
1099
+ ._icon_5n8qf_114:empty {
1096
1100
  display: none;
1097
1101
  }
1098
- ._icon_sl0rt_113 img {
1102
+ ._icon_5n8qf_114 img {
1099
1103
  max-height: 16px;
1100
1104
  max-width: 16px;
1101
1105
  width: auto;
1102
1106
  height: auto;
1103
1107
  }
1104
- ._text_sl0rt_135 {
1108
+ ._text_5n8qf_136 {
1105
1109
  display: inline-flex;
1106
1110
  align-items: center;
1107
1111
  cursor: pointer;
1108
1112
  }
1109
- ._label_sl0rt_140 {
1113
+ ._label_5n8qf_141 {
1110
1114
  margin-right: auto;
1111
1115
  }
1112
- ._label_sl0rt_140,
1113
- ._heading_sl0rt_56 {
1116
+ ._label_5n8qf_141,
1117
+ ._heading_5n8qf_56 {
1114
1118
  max-width: 100%;
1115
1119
  display: block;
1116
1120
  overflow: hidden;
1117
1121
  text-overflow: ellipsis;
1118
1122
  white-space: nowrap;
1119
1123
  }
1120
- ._description_sl0rt_151 {
1124
+ ._description_5n8qf_152 {
1121
1125
  color: #999;
1122
1126
  display: block;
1123
1127
  }
1124
- ._arrow_sl0rt_155 {
1128
+ ._arrow_5n8qf_156 {
1125
1129
  margin-left: var(--spacing-1);
1126
1130
  display: flex;
1127
1131
  }
1128
- ._divider_sl0rt_159 {
1132
+ ._divider_5n8qf_160 {
1129
1133
  border: 0;
1130
1134
  border-top: 1px solid var(--color-border);
1131
1135
  }
1132
- ._deprecatedSemanticIcon_sl0rt_163 {
1136
+ ._deprecatedSemanticIcon_5n8qf_164 {
1133
1137
  color: var(--color-text-primary) !important;
1134
1138
  margin: -5px 0 0 !important;
1135
1139
  }
1136
- ._disabled_sl0rt_167 {
1140
+ ._disabled_5n8qf_168 {
1137
1141
  color: var(--color-text-faint);
1138
1142
  pointer-events: none;
1139
1143
  cursor: not-allowed !important;
1140
1144
  }
1141
- ._buttonLabel_sl0rt_172 {
1145
+ ._buttonLabel_5n8qf_173 {
1142
1146
  overflow: hidden;
1143
1147
  text-overflow: ellipsis;
1144
1148
  display: block;
1145
1149
  margin-right: auto;
1146
1150
  }
1147
- ._buttonCaret_sl0rt_178 {
1151
+ ._buttonCaret_5n8qf_179 {
1148
1152
  display: flex;
1149
1153
  margin-left: var(--spacing-1);
1150
1154
  }
1151
- ._component_sl0rt_182 {
1155
+ ._component_5n8qf_183 {
1152
1156
  display: inline-flex;
1153
1157
  align-items: center;
1154
1158
  justify-content: center;
1155
1159
  cursor: pointer;
1156
1160
  }
1157
- ._right_sl0rt_188 {
1161
+ ._right_5n8qf_189 {
1158
1162
  margin-left: auto;
1159
1163
  display: flex;
1160
1164
  align-items: center;
1161
1165
  }
1162
- ._actions_sl0rt_193 {
1166
+ ._actions_5n8qf_194 {
1163
1167
  margin-left: var(--spacing-2);
1164
1168
  display: flex;
1165
1169
  align-items: center;
1166
1170
  margin-top: -2px;
1167
1171
  margin-bottom: -2px;
1168
1172
  }
1169
- ._wrapper_5s70m_1 {
1173
+ ._wrapper_eo4yb_1 {
1170
1174
  display: inline-flex;
1171
1175
  position: relative;
1172
1176
  }
1173
- ._badge_5s70m_5 {
1177
+ ._badge_eo4yb_5 {
1178
+ --size-badge: calc(var(--size-sm) - 4px);
1174
1179
  background: var(--color-background-primary);
1175
1180
  display: inline-block;
1176
1181
  position: static;
1177
1182
  }
1178
- ._badge_5s70m_5._label_5s70m_10 {
1179
- line-height: var(--size-sm);
1180
- min-width: var(--size-sm);
1181
- padding: 0 5px;
1182
- font-size: var(--font-size);
1183
+ ._badge_eo4yb_5._label_eo4yb_11 {
1184
+ line-height: var(--size-badge);
1185
+ min-width: var(--size-badge);
1186
+ padding: 0 var(--spacing-1);
1187
+ font-size: var(--font-size-sm);
1183
1188
  font-weight: 400;
1184
1189
  text-align: center;
1185
1190
  white-space: nowrap;
1186
- border-radius: calc(var(--size-sm) / 2);
1191
+ border-radius: calc(var(--size-badge) / 2);
1187
1192
  font-weight: bold;
1188
1193
  letter-spacing: normal;
1189
1194
  }
1190
- ._badge_5s70m_5._label_5s70m_10._dark_5s70m_22 {
1195
+ ._badge_eo4yb_5._label_eo4yb_11._dark_eo4yb_23 {
1191
1196
  color: #fff;
1192
1197
  }
1193
- ._badge_5s70m_5._label_5s70m_10._light_5s70m_25 {
1198
+ ._badge_eo4yb_5._label_eo4yb_11._light_eo4yb_26 {
1194
1199
  color: rgba(0, 0, 0, 0.6);
1195
1200
  }
1196
- ._badge_5s70m_5._small_5s70m_28 {
1197
- line-height: var(--size-xs);
1198
- min-width: var(--size-xs);
1199
- font-size: var(--font-size-sm);
1200
- border-radius: calc(var(--size-xs) / 2);
1201
+ ._badge_eo4yb_5._small_eo4yb_29 {
1202
+ --size-badge: var(--size-xs);
1203
+ font-size: var(--font-size-xs);
1201
1204
  }
1202
- ._badge_5s70m_5._dot_5s70m_34 {
1205
+ ._badge_eo4yb_5._dot_eo4yb_33 {
1203
1206
  width: 6px;
1204
1207
  height: 6px;
1205
1208
  border-radius: 100%;
1206
1209
  }
1207
- ._badge_5s70m_5._hasChildren_5s70m_39 {
1210
+ ._badge_eo4yb_5._hasChildren_eo4yb_38 {
1208
1211
  position: absolute;
1209
1212
  right: 0;
1210
1213
  top: 0;
@@ -1212,80 +1215,80 @@ a {
1212
1215
  transform-origin: 100% 0%;
1213
1216
  z-index: 3;
1214
1217
  }
1215
- ._inputInTable_rn6vz_1 {
1218
+ ._inputInTable_y9r45_1 {
1216
1219
  background-color: transparent;
1217
1220
  border-radius: inherit !important;
1218
1221
  height: var(--size);
1219
1222
  min-height: 100%;
1220
1223
  }
1221
- ._inputInTable_rn6vz_1:not(:hover) {
1224
+ ._inputInTable_y9r45_1:not(:hover) {
1222
1225
  border-color: transparent;
1223
1226
  }
1224
- ._inputInTable_rn6vz_1:not(:focus) {
1227
+ ._inputInTable_y9r45_1:not(:focus) {
1225
1228
  box-shadow: none;
1226
1229
  }
1227
- ._inputHover_rn6vz_13 {
1230
+ ._inputHover_y9r45_13 {
1228
1231
  position: relative;
1229
1232
  border-color: var(--color-border-hover);
1230
1233
  z-index: 2;
1231
1234
  }
1232
- ._inputFocus_rn6vz_18 {
1235
+ ._inputFocus_y9r45_18 {
1233
1236
  position: relative;
1234
1237
  outline: none !important;
1235
1238
  border-color: var(--color-border-focus) !important;
1236
1239
  box-shadow: var(--shadow-focus);
1237
1240
  z-index: 3;
1238
1241
  }
1239
- ._inputError_rn6vz_25,
1240
- ._inputWarning_rn6vz_26 {
1242
+ ._inputError_y9r45_25,
1243
+ ._inputWarning_y9r45_26 {
1241
1244
  position: relative;
1242
1245
  }
1243
- ._inputError_rn6vz_25 {
1246
+ ._inputError_y9r45_25 {
1244
1247
  z-index: 2;
1245
1248
  border-color: var(--color-border-error);
1246
1249
  color: var(--color-text-error) !important;
1247
1250
  background-color: var(--color-background-error);
1248
1251
  }
1249
- ._inputError_rn6vz_25:hover {
1252
+ ._inputError_y9r45_25:hover {
1250
1253
  border-color: var(--color-border-error-hover) !important;
1251
1254
  }
1252
- ._inputError_rn6vz_25:focus {
1255
+ ._inputError_y9r45_25:focus {
1253
1256
  position: relative;
1254
1257
  outline: none !important;
1255
1258
  border-color: var(--color-border-focus) !important;
1256
1259
  box-shadow: var(--shadow-focus);
1257
1260
  z-index: 3;
1258
1261
  }
1259
- ._inputWarning_rn6vz_26 {
1262
+ ._inputWarning_y9r45_26 {
1260
1263
  z-index: 1;
1261
1264
  border-color: var(--color-border-warning);
1262
1265
  color: var(--color-text-warning) !important;
1263
1266
  background-color: var(--color-background-warning);
1264
1267
  }
1265
- ._inputWarning_rn6vz_26:hover {
1268
+ ._inputWarning_y9r45_26:hover {
1266
1269
  border-color: var(--color-border-warning-hover) !important;
1267
1270
  }
1268
- ._inputWarning_rn6vz_26:focus {
1271
+ ._inputWarning_y9r45_26:focus {
1269
1272
  position: relative;
1270
1273
  outline: none !important;
1271
1274
  border-color: var(--color-border-focus) !important;
1272
1275
  box-shadow: var(--shadow-focus);
1273
1276
  z-index: 3;
1274
1277
  }
1275
- ._inputDisabled_rn6vz_61 {
1278
+ ._inputDisabled_y9r45_61 {
1276
1279
  pointer-events: none;
1277
1280
  background-color: var(--color-background-disabled);
1278
1281
  color: var(--color-text-muted);
1279
1282
  box-shadow: none;
1280
1283
  }
1281
- ._hideScrollbars_rn6vz_67 {
1284
+ ._hideScrollbars_y9r45_67 {
1282
1285
  /* Firefox */
1283
1286
  scrollbar-width: none;
1284
1287
  /* IE 10+ */
1285
1288
  -ms-overflow-style: none;
1286
1289
  /* Chrome, Safari and Opera */
1287
1290
  }
1288
- ._hideScrollbars_rn6vz_67::-webkit-scrollbar {
1291
+ ._hideScrollbars_y9r45_67::-webkit-scrollbar {
1289
1292
  display: none;
1290
1293
  }
1291
1294
  :root {
@@ -1314,7 +1317,7 @@ html[data-theme='dark'] {
1314
1317
  --color-border-button: rgba(255, 255, 255, 0.1);
1315
1318
  --color-border-button-hover: rgba(255, 255, 255, 0.15);
1316
1319
  }
1317
- ._button_rn6vz_103 {
1320
+ ._button_y9r45_103 {
1318
1321
  cursor: pointer;
1319
1322
  display: inline-flex;
1320
1323
  align-items: center;
@@ -1328,7 +1331,6 @@ html[data-theme='dark'] {
1328
1331
  padding: var(--padding-input);
1329
1332
  text-transform: none;
1330
1333
  text-shadow: none;
1331
- font-weight: bold;
1332
1334
  line-height: var(--line-height);
1333
1335
  font-style: normal;
1334
1336
  text-align: center;
@@ -1340,222 +1342,229 @@ html[data-theme='dark'] {
1340
1342
  min-height: var(--size);
1341
1343
  box-shadow: var(--shadow-button);
1342
1344
  }
1343
- ._button_rn6vz_103:hover {
1345
+ ._button_y9r45_103:hover {
1344
1346
  background: var(--color-background-button-default-hover);
1345
1347
  border-color: var(--color-border-button-hover);
1346
1348
  }
1347
- ._button_rn6vz_103:focus {
1349
+ ._button_y9r45_103:focus {
1348
1350
  box-shadow: var(--shadow-focus) !important;
1349
1351
  }
1350
- ._button_rn6vz_103:active {
1352
+ ._button_y9r45_103:active {
1351
1353
  background: var(--color-background-button-default-active);
1352
1354
  box-shadow: none;
1353
1355
  }
1354
- ._button_rn6vz_103._active_rn6vz_140:not(._green_rn6vz_140):not(._red_rn6vz_140):not(._orange_rn6vz_140) {
1356
+ ._button_y9r45_103._active_y9r45_139:not(._green_y9r45_139):not(._red_y9r45_139):not(._orange_y9r45_139) {
1355
1357
  border-color: var(--color-border-button-default-active);
1356
1358
  color: var(--color-text-button-default-active);
1357
1359
  position: relative;
1358
1360
  z-index: 2;
1359
1361
  }
1360
- ._button_rn6vz_103:hover,
1361
- ._button_rn6vz_103:focus,
1362
- ._button_rn6vz_103:active {
1362
+ ._button_y9r45_103:hover,
1363
+ ._button_y9r45_103:focus,
1364
+ ._button_y9r45_103:active {
1363
1365
  position: relative;
1364
1366
  z-index: 1;
1365
1367
  }
1366
- ._button_rn6vz_103 ._icon_rn6vz_152 {
1368
+ ._button_y9r45_103 ._icon_y9r45_151 {
1367
1369
  margin: -2px;
1368
1370
  margin-right: var(--spacing-1);
1369
1371
  font-size: 1.25em;
1370
1372
  display: flex;
1371
1373
  }
1372
- ._iconOnly_rn6vz_158 {
1374
+ ._iconOnly_y9r45_157 {
1373
1375
  width: var(--size);
1374
1376
  display: inline-flex;
1375
1377
  align-items: center;
1376
1378
  justify-content: center;
1377
1379
  }
1378
- ._iconOnly_rn6vz_158 ._icon_rn6vz_152 {
1380
+ ._iconOnly_y9r45_157 ._icon_y9r45_151 {
1379
1381
  margin: 0;
1380
1382
  line-height: 0;
1381
1383
  }
1382
- ._basic_rn6vz_168 {
1384
+ ._basic_y9r45_167 {
1383
1385
  color: var(--color-text-primary);
1384
1386
  background: transparent;
1385
1387
  box-shadow: none !important;
1386
1388
  border: none !important;
1387
1389
  }
1388
- ._basic_rn6vz_168._muted_rn6vz_174 {
1390
+ ._basic_y9r45_167._muted_y9r45_173 {
1389
1391
  color: var(--color-text-muted);
1390
1392
  }
1391
- ._basic_rn6vz_168:hover {
1393
+ ._basic_y9r45_167:hover {
1392
1394
  color: var(--color-text-primary-hover);
1393
1395
  background: rgba(0, 0, 0, 0.05);
1394
1396
  }
1395
- ._basic_rn6vz_168:active,
1396
- ._basic_rn6vz_168._active_rn6vz_140 {
1397
+ [data-theme='dark'] ._basic_y9r45_167:hover {
1398
+ background: rgba(255, 255, 255, 0.1);
1399
+ }
1400
+ ._basic_y9r45_167:active,
1401
+ ._basic_y9r45_167._active_y9r45_139 {
1397
1402
  color: var(--color-text-primary-active);
1398
1403
  background: rgba(0, 0, 0, 0.1);
1399
1404
  }
1400
- ._disabled_rn6vz_186 {
1405
+ [data-theme='dark'] ._basic_y9r45_167:active,
1406
+ [data-theme='dark'] ._basic_y9r45_167._active_y9r45_139 {
1407
+ background: rgba(255, 255, 255, 0.2);
1408
+ }
1409
+ ._disabled_y9r45_192 {
1401
1410
  cursor: default;
1402
1411
  pointer-events: none !important;
1403
1412
  color: var(--color-text-faint) !important;
1404
1413
  box-shadow: none !important;
1405
1414
  }
1406
- ._disabled_rn6vz_186:not(._active_rn6vz_140):not(._basic_rn6vz_168) {
1415
+ ._disabled_y9r45_192:not(._active_y9r45_139):not(._basic_y9r45_167) {
1407
1416
  background: var(--color-background-disabled) !important;
1408
1417
  border: 1px solid var(--color-border) !important;
1409
1418
  }
1410
- ._small_rn6vz_196 {
1419
+ ._small_y9r45_202 {
1411
1420
  font-size: var(--font-size-sm);
1412
1421
  min-height: var(--size-sm);
1413
1422
  padding: var(--padding-input-sm);
1414
1423
  }
1415
- ._pill_rn6vz_201,
1416
- ._round_rn6vz_202 {
1424
+ ._pill_y9r45_207,
1425
+ ._round_y9r45_208 {
1417
1426
  border-radius: 19px;
1418
1427
  display: inline-flex;
1419
1428
  align-items: center;
1420
1429
  }
1421
- ._round_rn6vz_202 {
1430
+ ._round_y9r45_208 {
1422
1431
  padding: 0;
1423
1432
  width: var(--size);
1424
1433
  line-height: 1;
1425
1434
  }
1426
- ._round_rn6vz_202._small_rn6vz_196 {
1435
+ ._round_y9r45_208._small_y9r45_202 {
1427
1436
  width: var(--size-sm);
1428
1437
  }
1429
- ._orange_rn6vz_140:not(._basic_rn6vz_168) {
1438
+ ._orange_y9r45_139:not(._basic_y9r45_167) {
1430
1439
  background-color: var(--color-background-button-primary);
1431
1440
  }
1432
- ._orange_rn6vz_140:not(._basic_rn6vz_168):hover {
1441
+ ._orange_y9r45_139:not(._basic_y9r45_167):hover {
1433
1442
  background-color: var(--color-background-button-primary-hover);
1434
1443
  }
1435
- ._orange_rn6vz_140:not(._basic_rn6vz_168):active,
1436
- ._orange_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140 {
1444
+ ._orange_y9r45_139:not(._basic_y9r45_167):active,
1445
+ ._orange_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1437
1446
  background-color: var(--color-background-button-primary-active);
1438
1447
  }
1439
- ._red_rn6vz_140:not(._basic_rn6vz_168) {
1448
+ ._red_y9r45_139:not(._basic_y9r45_167) {
1440
1449
  background-color: var(--color-background-button-error);
1441
1450
  }
1442
- ._red_rn6vz_140:not(._basic_rn6vz_168):hover {
1451
+ ._red_y9r45_139:not(._basic_y9r45_167):hover {
1443
1452
  background-color: var(--color-background-button-error-hover);
1444
1453
  }
1445
- ._red_rn6vz_140:not(._basic_rn6vz_168):active,
1446
- ._red_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140 {
1454
+ ._red_y9r45_139:not(._basic_y9r45_167):active,
1455
+ ._red_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1447
1456
  background-color: var(--color-background-button-error-active);
1448
1457
  }
1449
- ._red_rn6vz_140._basic_rn6vz_168 {
1458
+ ._red_y9r45_139._basic_y9r45_167 {
1450
1459
  color: var(--color-text-error);
1451
1460
  }
1452
- ._green_rn6vz_140:not(._basic_rn6vz_168) {
1461
+ ._green_y9r45_139:not(._basic_y9r45_167) {
1453
1462
  background-color: var(--color-background-button-success);
1454
1463
  }
1455
- ._green_rn6vz_140:not(._basic_rn6vz_168):hover {
1464
+ ._green_y9r45_139:not(._basic_y9r45_167):hover {
1456
1465
  background-color: var(--color-background-button-success-hover);
1457
1466
  }
1458
- ._green_rn6vz_140:not(._basic_rn6vz_168):active,
1459
- ._green_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140 {
1467
+ ._green_y9r45_139:not(._basic_y9r45_167):active,
1468
+ ._green_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1460
1469
  background-color: var(--color-background-button-success-active);
1461
1470
  }
1462
- ._green_rn6vz_140._basic_rn6vz_168 {
1471
+ ._green_y9r45_139._basic_y9r45_167 {
1463
1472
  color: var(--color-text-success);
1464
1473
  }
1465
- ._orange_rn6vz_140:not(._basic_rn6vz_168),
1466
- ._red_rn6vz_140:not(._basic_rn6vz_168),
1467
- ._green_rn6vz_140:not(._basic_rn6vz_168) {
1474
+ ._orange_y9r45_139:not(._basic_y9r45_167),
1475
+ ._red_y9r45_139:not(._basic_y9r45_167),
1476
+ ._green_y9r45_139:not(._basic_y9r45_167) {
1468
1477
  color: #fff;
1469
1478
  }
1470
- ._orange_rn6vz_140:not(._basic_rn6vz_168):hover,
1471
- ._red_rn6vz_140:not(._basic_rn6vz_168):hover,
1472
- ._green_rn6vz_140:not(._basic_rn6vz_168):hover {
1479
+ ._orange_y9r45_139:not(._basic_y9r45_167):hover,
1480
+ ._red_y9r45_139:not(._basic_y9r45_167):hover,
1481
+ ._green_y9r45_139:not(._basic_y9r45_167):hover {
1473
1482
  color: #fff;
1474
1483
  }
1475
- ._orange_rn6vz_140:not(._basic_rn6vz_168):active,
1476
- ._red_rn6vz_140:not(._basic_rn6vz_168):active,
1477
- ._green_rn6vz_140:not(._basic_rn6vz_168):active,
1478
- ._orange_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140,
1479
- ._red_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140,
1480
- ._green_rn6vz_140:not(._basic_rn6vz_168)._active_rn6vz_140 {
1484
+ ._orange_y9r45_139:not(._basic_y9r45_167):active,
1485
+ ._red_y9r45_139:not(._basic_y9r45_167):active,
1486
+ ._green_y9r45_139:not(._basic_y9r45_167):active,
1487
+ ._orange_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139,
1488
+ ._red_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139,
1489
+ ._green_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1481
1490
  color: #fff;
1482
1491
  }
1483
- ._error_rn6vz_269 {
1492
+ ._error_y9r45_275 {
1484
1493
  position: relative;
1485
1494
  z-index: 2;
1486
1495
  border-color: var(--color-border-error);
1487
1496
  color: var(--color-text-error) !important;
1488
1497
  background-color: var(--color-background-error);
1489
1498
  }
1490
- ._error_rn6vz_269:hover {
1499
+ ._error_y9r45_275:hover {
1491
1500
  border-color: var(--color-border-error-hover) !important;
1492
1501
  }
1493
- ._error_rn6vz_269:focus {
1502
+ ._error_y9r45_275:focus {
1494
1503
  position: relative;
1495
1504
  outline: none !important;
1496
1505
  border-color: var(--color-border-focus) !important;
1497
1506
  box-shadow: var(--shadow-focus);
1498
1507
  z-index: 3;
1499
1508
  }
1500
- ._warning_rn6vz_286 {
1509
+ ._warning_y9r45_292 {
1501
1510
  position: relative;
1502
1511
  z-index: 1;
1503
1512
  border-color: var(--color-border-warning);
1504
1513
  color: var(--color-text-warning) !important;
1505
1514
  background-color: var(--color-background-warning);
1506
1515
  }
1507
- ._warning_rn6vz_286:hover {
1516
+ ._warning_y9r45_292:hover {
1508
1517
  border-color: var(--color-border-warning-hover) !important;
1509
1518
  }
1510
- ._warning_rn6vz_286:focus {
1519
+ ._warning_y9r45_292:focus {
1511
1520
  position: relative;
1512
1521
  outline: none !important;
1513
1522
  border-color: var(--color-border-focus) !important;
1514
1523
  box-shadow: var(--shadow-focus);
1515
1524
  z-index: 3;
1516
1525
  }
1517
- ._inverted_rn6vz_303 {
1526
+ ._inverted_y9r45_309 {
1518
1527
  background-color: transparent;
1519
1528
  border-color: var(--color-text);
1520
1529
  box-shadow: none;
1521
1530
  }
1522
- ._inverted_rn6vz_303:hover,
1523
- ._inverted_rn6vz_303:active {
1531
+ ._inverted_y9r45_309:hover,
1532
+ ._inverted_y9r45_309:active {
1524
1533
  box-shadow: none;
1525
1534
  }
1526
- ._inverted_rn6vz_303._orange_rn6vz_140 {
1535
+ ._inverted_y9r45_309._orange_y9r45_139 {
1527
1536
  color: var(--color-background-button-primary);
1528
1537
  border-color: var(--color-background-button-primary);
1529
1538
  }
1530
- ._inverted_rn6vz_303._red_rn6vz_140 {
1539
+ ._inverted_y9r45_309._red_y9r45_139 {
1531
1540
  color: var(--color-background-button-error);
1532
1541
  border-color: var(--color-background-button-error);
1533
1542
  }
1534
- ._inverted_rn6vz_303._green_rn6vz_140 {
1543
+ ._inverted_y9r45_309._green_y9r45_139 {
1535
1544
  color: var(--color-background-button-success);
1536
1545
  border-color: var(--color-background-button-success);
1537
1546
  }
1538
- ._inverted_rn6vz_303._orange_rn6vz_140:hover,
1539
- ._inverted_rn6vz_303._red_rn6vz_140:hover,
1540
- ._inverted_rn6vz_303._green_rn6vz_140:hover,
1541
- ._inverted_rn6vz_303._orange_rn6vz_140:active,
1542
- ._inverted_rn6vz_303._red_rn6vz_140:active,
1543
- ._inverted_rn6vz_303._green_rn6vz_140:active {
1547
+ ._inverted_y9r45_309._orange_y9r45_139:hover,
1548
+ ._inverted_y9r45_309._red_y9r45_139:hover,
1549
+ ._inverted_y9r45_309._green_y9r45_139:hover,
1550
+ ._inverted_y9r45_309._orange_y9r45_139:active,
1551
+ ._inverted_y9r45_309._red_y9r45_139:active,
1552
+ ._inverted_y9r45_309._green_y9r45_139:active {
1544
1553
  color: white;
1545
1554
  box-shadow: none;
1546
1555
  }
1547
- ._groupOrderFirst_rn6vz_333,
1548
- ._groupOrderMiddle_rn6vz_334,
1549
- ._groupOrderLast_rn6vz_335 {
1556
+ ._groupOrderFirst_y9r45_339,
1557
+ ._groupOrderMiddle_y9r45_340,
1558
+ ._groupOrderLast_y9r45_341 {
1550
1559
  margin-right: 0;
1551
1560
  }
1552
- ._groupOrderFirst_rn6vz_333,
1553
- ._groupOrderMiddle_rn6vz_334 {
1561
+ ._groupOrderFirst_y9r45_339,
1562
+ ._groupOrderMiddle_y9r45_340 {
1554
1563
  border-top-right-radius: 0 !important;
1555
1564
  border-bottom-right-radius: 0 !important;
1556
1565
  }
1557
- ._groupOrderLast_rn6vz_335,
1558
- ._groupOrderMiddle_rn6vz_334 {
1566
+ ._groupOrderLast_y9r45_341,
1567
+ ._groupOrderMiddle_y9r45_340 {
1559
1568
  border-top-left-radius: 0 !important;
1560
1569
  border-bottom-left-radius: 0 !important;
1561
1570
  }
@@ -1721,39 +1730,39 @@ html[data-theme='dark'] {
1721
1730
  ._buttonGroup_1m8h2_11 > *:not(:last-child) {
1722
1731
  margin-right: -1px;
1723
1732
  }
1724
- ._card_w1z7w_1 {
1733
+ ._card_1febj_1 {
1725
1734
  color: var(--color-text);
1726
1735
  }
1727
- ._card_w1z7w_1._bordered_w1z7w_4 {
1736
+ ._card_1febj_1._bordered_1febj_4 {
1728
1737
  background: var(--color-background-raised);
1729
1738
  border: 1px solid var(--color-border);
1730
1739
  box-shadow: var(--shadow-button);
1731
1740
  border-radius: var(--border-radius);
1732
1741
  }
1733
- ._card_w1z7w_1._bordered_w1z7w_4._raised_w1z7w_10 {
1742
+ ._card_1febj_1._bordered_1febj_4._raised_1febj_10 {
1734
1743
  box-shadow: var(--shadow-layer);
1735
1744
  }
1736
- ._card_w1z7w_1._bordered_w1z7w_4 ._cardHeader_w1z7w_13 {
1745
+ ._card_1febj_1._bordered_1febj_4 ._cardHeader_1febj_13 {
1737
1746
  background: var(--color-background);
1738
- padding: var(--padding-card);
1747
+ padding: var(--spacing-1) var(--padding-card-x);
1739
1748
  border-top-left-radius: inherit;
1740
1749
  border-top-right-radius: inherit;
1741
1750
  }
1742
- ._card_w1z7w_1._bordered_w1z7w_4 ._cardContentBorderTop_w1z7w_19 {
1751
+ ._card_1febj_1._bordered_1febj_4 ._cardContentBorderTop_1febj_19 {
1743
1752
  border-top: 1px solid var(--color-border);
1744
1753
  }
1745
- ._card_w1z7w_1._bordered_w1z7w_4 ._padding_w1z7w_22 {
1754
+ ._card_1febj_1._bordered_1febj_4 ._padding_1febj_22 {
1746
1755
  padding: var(--padding-card);
1747
1756
  }
1748
- ._cardContent_w1z7w_19:first-child {
1757
+ ._cardContent_1febj_19:first-child {
1749
1758
  border-top-left-radius: inherit;
1750
1759
  border-top-right-radius: inherit;
1751
1760
  }
1752
- ._cardContent_w1z7w_19:last-child {
1761
+ ._cardContent_1febj_19:last-child {
1753
1762
  border-bottom-left-radius: inherit;
1754
1763
  border-bottom-right-radius: inherit;
1755
1764
  }
1756
- ._cardHeader_w1z7w_13 {
1765
+ ._cardHeader_1febj_13 {
1757
1766
  display: flex;
1758
1767
  align-items: center;
1759
1768
  padding: var(--padding-card-y) 0;
@@ -1815,34 +1824,33 @@ html[data-theme='dark'] {
1815
1824
  ._link_11ofj_25:active {
1816
1825
  color: var(--color-text-primary-active);
1817
1826
  }
1818
- ._heading_1gnbd_1 {
1827
+ ._heading_16g9g_1 {
1819
1828
  color: var(--color-text);
1829
+ line-height: var(--size-sm);
1820
1830
  font-weight: bold;
1821
1831
  display: flex;
1822
1832
  align-items: center;
1823
1833
  user-select: none;
1824
1834
  padding: 0;
1825
1835
  }
1826
- ._heading_1gnbd_1._top_1gnbd_9 {
1836
+ ._heading_16g9g_1._top_16g9g_10 {
1827
1837
  font-size: var(--font-size-xl);
1828
- margin-bottom: var(--spacing-4);
1829
- line-height: var(--size-sm);
1838
+ margin-bottom: var(--padding-y);
1830
1839
  }
1831
- ._heading_1gnbd_1:not(._top_1gnbd_9) {
1840
+ ._heading_16g9g_1:not(._top_16g9g_10) {
1832
1841
  font-size: var(--font-size-sm);
1833
- line-height: var(--line-height);
1834
1842
  color: var(--color-text-muted);
1835
1843
  text-transform: uppercase;
1836
1844
  letter-spacing: 0.1em;
1837
1845
  }
1838
- ._icons_1gnbd_21 {
1846
+ ._icons_16g9g_20 {
1839
1847
  display: inline-flex;
1840
1848
  font-size: 1.25em;
1841
1849
  }
1842
- ._icons_1gnbd_21 > * {
1850
+ ._icons_16g9g_20 > * {
1843
1851
  margin-left: var(--spacing-1);
1844
1852
  }
1845
- ._dialog_1lxfl_1 {
1853
+ ._dialog_122co_1 {
1846
1854
  border-radius: var(--border-radius);
1847
1855
  background: var(--color-background-raised);
1848
1856
  line-height: var(--line-height);
@@ -1851,21 +1859,21 @@ html[data-theme='dark'] {
1851
1859
  display: flex;
1852
1860
  flex-direction: column;
1853
1861
  }
1854
- ._dialog_1lxfl_1 > :first-child {
1862
+ ._dialog_122co_1 > :first-child {
1855
1863
  border-top-left-radius: inherit;
1856
1864
  border-top-right-radius: inherit;
1857
1865
  }
1858
- ._dialog_1lxfl_1 > :last-child {
1866
+ ._dialog_122co_1 > :last-child {
1859
1867
  border-bottom-left-radius: inherit;
1860
1868
  border-bottom-right-radius: inherit;
1861
1869
  }
1862
- ._dialog_1lxfl_1._inline_1lxfl_18 {
1870
+ ._dialog_122co_1._inline_122co_18 {
1863
1871
  display: inline-flex;
1864
1872
  }
1865
- ._dialog_1lxfl_1._scroll_1lxfl_21 {
1873
+ ._dialog_122co_1._scroll_122co_21 {
1866
1874
  max-height: 100%;
1867
1875
  }
1868
- ._header_1lxfl_24 {
1876
+ ._header_122co_24 {
1869
1877
  display: flex;
1870
1878
  justify-content: space-between;
1871
1879
  align-items: flex-start;
@@ -1874,28 +1882,28 @@ html[data-theme='dark'] {
1874
1882
  border-bottom: 1px solid var(--color-border);
1875
1883
  flex-shrink: 0;
1876
1884
  }
1877
- ._header_1lxfl_24 ._dismiss_1lxfl_33 {
1878
- margin: -5px -8px;
1885
+ ._header_122co_24 ._dismiss_122co_33 {
1886
+ margin-right: calc(var(--spacing-1) * -1);
1879
1887
  margin-left: var(--spacing-2);
1880
1888
  flex-shrink: 0;
1881
1889
  }
1882
- ._content_1lxfl_38 {
1890
+ ._content_122co_38 {
1883
1891
  flex-grow: 1;
1884
1892
  }
1885
- ._scroll_1lxfl_21 ._content_1lxfl_38 {
1893
+ ._scroll_122co_21 ._content_122co_38 {
1886
1894
  overflow: auto;
1887
1895
  min-height: 0;
1888
1896
  height: 100%;
1889
1897
  flex: 1 1 auto;
1890
1898
  }
1891
- ._footer_1lxfl_47 {
1899
+ ._footer_122co_47 {
1892
1900
  display: flex;
1893
1901
  padding: var(--padding);
1894
1902
  background-color: var(--color-background);
1895
1903
  border-top: 1px solid var(--color-border);
1896
1904
  flex-shrink: 0;
1897
1905
  }
1898
- ._footer_1lxfl_47 button:not(:last-child) {
1906
+ ._footer_122co_47 button:not(:last-child) {
1899
1907
  margin-right: var(--spacing-3);
1900
1908
  }
1901
1909
  ._inputInTable_1yqw7_1 {
@@ -2444,123 +2452,123 @@ html[data-theme='dark'] {
2444
2452
  border-top-left-radius: 0 !important;
2445
2453
  border-bottom-left-radius: 0 !important;
2446
2454
  }
2447
- ._inputInTable_bu99o_1 {
2455
+ ._inputInTable_1ygse_1 {
2448
2456
  background-color: transparent;
2449
2457
  border-radius: inherit !important;
2450
2458
  height: var(--size);
2451
2459
  min-height: 100%;
2452
2460
  }
2453
- ._inputInTable_bu99o_1:not(:hover) {
2461
+ ._inputInTable_1ygse_1:not(:hover) {
2454
2462
  border-color: transparent;
2455
2463
  }
2456
- ._inputInTable_bu99o_1:not(:focus) {
2464
+ ._inputInTable_1ygse_1:not(:focus) {
2457
2465
  box-shadow: none;
2458
2466
  }
2459
- ._inputHover_bu99o_13 {
2467
+ ._inputHover_1ygse_13 {
2460
2468
  position: relative;
2461
2469
  border-color: var(--color-border-hover);
2462
2470
  z-index: 2;
2463
2471
  }
2464
- ._inputFocus_bu99o_18 {
2472
+ ._inputFocus_1ygse_18 {
2465
2473
  position: relative;
2466
2474
  outline: none !important;
2467
2475
  border-color: var(--color-border-focus) !important;
2468
2476
  box-shadow: var(--shadow-focus);
2469
2477
  z-index: 3;
2470
2478
  }
2471
- ._inputError_bu99o_25,
2472
- ._inputWarning_bu99o_26 {
2479
+ ._inputError_1ygse_25,
2480
+ ._inputWarning_1ygse_26 {
2473
2481
  position: relative;
2474
2482
  }
2475
- ._inputError_bu99o_25 {
2483
+ ._inputError_1ygse_25 {
2476
2484
  z-index: 2;
2477
2485
  border-color: var(--color-border-error);
2478
2486
  color: var(--color-text-error) !important;
2479
2487
  background-color: var(--color-background-error);
2480
2488
  }
2481
- ._inputError_bu99o_25:hover {
2489
+ ._inputError_1ygse_25:hover {
2482
2490
  border-color: var(--color-border-error-hover) !important;
2483
2491
  }
2484
- ._inputError_bu99o_25:focus {
2492
+ ._inputError_1ygse_25:focus {
2485
2493
  position: relative;
2486
2494
  outline: none !important;
2487
2495
  border-color: var(--color-border-focus) !important;
2488
2496
  box-shadow: var(--shadow-focus);
2489
2497
  z-index: 3;
2490
2498
  }
2491
- ._inputWarning_bu99o_26 {
2499
+ ._inputWarning_1ygse_26 {
2492
2500
  z-index: 1;
2493
2501
  border-color: var(--color-border-warning);
2494
2502
  color: var(--color-text-warning) !important;
2495
2503
  background-color: var(--color-background-warning);
2496
2504
  }
2497
- ._inputWarning_bu99o_26:hover {
2505
+ ._inputWarning_1ygse_26:hover {
2498
2506
  border-color: var(--color-border-warning-hover) !important;
2499
2507
  }
2500
- ._inputWarning_bu99o_26:focus {
2508
+ ._inputWarning_1ygse_26:focus {
2501
2509
  position: relative;
2502
2510
  outline: none !important;
2503
2511
  border-color: var(--color-border-focus) !important;
2504
2512
  box-shadow: var(--shadow-focus);
2505
2513
  z-index: 3;
2506
2514
  }
2507
- ._inputDisabled_bu99o_61 {
2515
+ ._inputDisabled_1ygse_61 {
2508
2516
  pointer-events: none;
2509
2517
  background-color: var(--color-background-disabled);
2510
2518
  color: var(--color-text-muted);
2511
2519
  box-shadow: none;
2512
2520
  }
2513
- ._hideScrollbars_bu99o_67 {
2521
+ ._hideScrollbars_1ygse_67 {
2514
2522
  /* Firefox */
2515
2523
  scrollbar-width: none;
2516
2524
  /* IE 10+ */
2517
2525
  -ms-overflow-style: none;
2518
2526
  /* Chrome, Safari and Opera */
2519
2527
  }
2520
- ._hideScrollbars_bu99o_67::-webkit-scrollbar {
2528
+ ._hideScrollbars_1ygse_67::-webkit-scrollbar {
2521
2529
  display: none;
2522
2530
  }
2523
- ._header_bu99o_77 ._headerTitle_bu99o_77,
2524
- ._heading_bu99o_78 ._itemHeader_bu99o_78 {
2531
+ ._header_1ygse_77 ._headerTitle_1ygse_77,
2532
+ ._heading_1ygse_78 ._itemHeader_1ygse_78 {
2525
2533
  transition: opacity 0.3s;
2526
2534
  }
2527
- ._narrow_bu99o_81 ._header_bu99o_77 ._headerTitle_bu99o_77,
2528
- ._narrow_bu99o_81 ._heading_bu99o_78 ._itemHeader_bu99o_78 {
2535
+ ._narrow_1ygse_81 ._header_1ygse_77 ._headerTitle_1ygse_77,
2536
+ ._narrow_1ygse_81 ._heading_1ygse_78 ._itemHeader_1ygse_78 {
2529
2537
  opacity: 0;
2530
2538
  }
2531
- ._stickyHeader_bu99o_85 {
2539
+ ._stickyHeader_1ygse_85 {
2532
2540
  position: sticky;
2533
2541
  top: 0;
2534
2542
  background-color: var(--color-background);
2535
2543
  z-index: 10;
2536
2544
  }
2537
- ._itemHeader_bu99o_78 {
2545
+ ._itemHeader_1ygse_78 {
2538
2546
  padding: var(--spacing-2) var(--padding-x);
2539
2547
  display: flex;
2540
2548
  align-items: flex-start;
2541
2549
  }
2542
- ._itemHeader_bu99o_78 ._title_bu99o_96 {
2550
+ ._itemHeader_1ygse_78 ._title_1ygse_96 {
2543
2551
  margin: 0;
2544
2552
  padding: 0;
2545
2553
  flex-grow: 1;
2546
2554
  min-width: 0;
2547
2555
  }
2548
- ._itemHeader_bu99o_78 ._name_bu99o_102 {
2556
+ ._itemHeader_1ygse_78 ._name_1ygse_102 {
2549
2557
  font-weight: 400;
2550
2558
  }
2551
- ._itemHeader_bu99o_78 ._iconTooltipMargin_bu99o_105 {
2559
+ ._itemHeader_1ygse_78 ._iconTooltipMargin_1ygse_105 {
2552
2560
  margin-left: var(--spacing-2);
2553
2561
  }
2554
- ._itemHeader_bu99o_78 ._bold_bu99o_108 {
2562
+ ._itemHeader_1ygse_78 ._bold_1ygse_108 {
2555
2563
  font-weight: bold;
2556
2564
  }
2557
- ._header_bu99o_77 {
2565
+ ._header_1ygse_77 {
2558
2566
  padding: var(--padding);
2559
2567
  display: flex;
2560
2568
  align-items: center;
2561
2569
  border-bottom: 1px solid var(--color-border);
2562
2570
  }
2563
- ._toggleNarrow_bu99o_117 {
2571
+ ._toggleNarrow_1ygse_117 {
2564
2572
  margin-right: 16px;
2565
2573
  margin-left: -5px;
2566
2574
  color: #c8c8c8;
@@ -2569,16 +2577,16 @@ html[data-theme='dark'] {
2569
2577
  width: 22px;
2570
2578
  justify-content: center;
2571
2579
  }
2572
- ._toggleNarrow_bu99o_117:hover {
2580
+ ._toggleNarrow_1ygse_117:hover {
2573
2581
  color: var(--color-text-primary-hover);
2574
2582
  }
2575
- ._toggleNarrow_bu99o_117:active {
2583
+ ._toggleNarrow_1ygse_117:active {
2576
2584
  color: var(--color-text-primary-active);
2577
2585
  }
2578
- ._narrow_bu99o_81 ._toggleNarrow_bu99o_117 {
2586
+ ._narrow_1ygse_81 ._toggleNarrow_1ygse_117 {
2579
2587
  transform: scaleX(-1);
2580
2588
  }
2581
- ._drag_bu99o_135 {
2589
+ ._drag_1ygse_135 {
2582
2590
  color: var(--color-text-faint);
2583
2591
  display: flex;
2584
2592
  align-items: center;
@@ -2589,28 +2597,28 @@ html[data-theme='dark'] {
2589
2597
  height: 19px;
2590
2598
  width: 19px;
2591
2599
  }
2592
- ._drag_bu99o_135:hover {
2600
+ ._drag_1ygse_135:hover {
2593
2601
  color: var(--color-text-primary-hover);
2594
2602
  }
2595
- ._drag_bu99o_135:active {
2603
+ ._drag_1ygse_135:active {
2596
2604
  color: var(--color-text-primary-active);
2597
2605
  }
2598
- ._list_bu99o_152 {
2606
+ ._list_1ygse_152 {
2599
2607
  flex-shrink: 0;
2600
2608
  background: var(--color-background);
2601
2609
  }
2602
- ._list_bu99o_152._bordered_bu99o_156:first-child,
2603
- ._list_bu99o_152._bordered_bu99o_156:first-child > :first-child {
2610
+ ._list_1ygse_152._bordered_1ygse_156:first-child,
2611
+ ._list_1ygse_152._bordered_1ygse_156:first-child > :first-child {
2604
2612
  border-top-left-radius: inherit;
2605
2613
  border-top-right-radius: inherit;
2606
2614
  }
2607
- ._list_bu99o_152._bordered_bu99o_156:last-child,
2608
- ._list_bu99o_152._bordered_bu99o_156:last-child > :last-child {
2615
+ ._list_1ygse_152._bordered_1ygse_156:last-child,
2616
+ ._list_1ygse_152._bordered_1ygse_156:last-child > :last-child {
2609
2617
  border-bottom-left-radius: inherit;
2610
2618
  border-bottom-right-radius: inherit;
2611
2619
  border-bottom: 0;
2612
2620
  }
2613
- ._item_bu99o_78 {
2621
+ ._item_1ygse_78 {
2614
2622
  color: inherit;
2615
2623
  display: block;
2616
2624
  transition: background-color 0.2s;
@@ -2621,84 +2629,84 @@ html[data-theme='dark'] {
2621
2629
  overflow-wrap: break-word;
2622
2630
  hyphens: auto;
2623
2631
  }
2624
- ._item_bu99o_78:not(._heading_bu99o_78):after {
2632
+ ._item_1ygse_78:not(._heading_1ygse_78):after {
2625
2633
  content: '';
2626
2634
  position: absolute;
2627
2635
  left: 0;
2628
2636
  top: 0;
2629
2637
  bottom: 0;
2630
- width: 5px;
2638
+ width: 2px;
2631
2639
  border-top-left-radius: inherit;
2632
2640
  border-bottom-left-radius: inherit;
2633
2641
  transition: background 0.3s;
2634
2642
  }
2635
- ._item_bu99o_78._action_bu99o_189 {
2643
+ ._item_1ygse_78._action_1ygse_189 {
2636
2644
  cursor: pointer;
2637
2645
  }
2638
- ._item_bu99o_78._action_bu99o_189:not(._active_bu99o_192):hover {
2646
+ ._item_1ygse_78._action_1ygse_189:not(._active_1ygse_192):hover {
2639
2647
  background: var(--color-background-listitem-hover);
2640
2648
  }
2641
- ._item_bu99o_78._action_bu99o_189:not(._active_bu99o_192):hover:after {
2649
+ ._item_1ygse_78._action_1ygse_189:not(._active_1ygse_192):hover:after {
2642
2650
  background: rgba(0, 0, 0, 0.1);
2643
2651
  }
2644
- ._item_bu99o_78._active_bu99o_192 {
2652
+ ._item_1ygse_78._active_1ygse_192 {
2645
2653
  cursor: default;
2646
2654
  position: relative;
2647
2655
  z-index: 1;
2648
2656
  background: var(--color-background-listitem-active);
2649
2657
  }
2650
- ._item_bu99o_78._active_bu99o_192:after {
2658
+ ._item_1ygse_78._active_1ygse_192:after {
2651
2659
  background: var(--color-background-primary) !important;
2652
2660
  }
2653
- ._item_bu99o_78._disabled_bu99o_207 {
2661
+ ._item_1ygse_78._disabled_1ygse_207 {
2654
2662
  color: var(--color-text-faint);
2655
2663
  pointer-events: none;
2656
2664
  }
2657
- ._item_bu99o_78._heading_bu99o_78 {
2665
+ ._item_1ygse_78._heading_1ygse_78 {
2658
2666
  color: var(--color-text-muted);
2659
2667
  background-color: transparent;
2660
2668
  }
2661
- ._item_bu99o_78._heading_bu99o_78._action_bu99o_189:hover {
2669
+ ._item_1ygse_78._heading_1ygse_78._action_1ygse_189:hover {
2662
2670
  color: var(--color-text-primary-hover);
2663
2671
  }
2664
- ._item_bu99o_78 ._label_bu99o_218 {
2672
+ ._item_1ygse_78 ._label_1ygse_218 {
2665
2673
  margin-right: 15px;
2666
2674
  margin-left: -5px;
2667
2675
  margin-top: -2px;
2668
2676
  margin-bottom: -2px;
2669
2677
  flex-shrink: 0;
2670
2678
  }
2671
- ._item_bu99o_78 ._details_bu99o_225,
2672
- ._item_bu99o_78 ._metadata_bu99o_226 {
2679
+ ._item_1ygse_78 ._details_1ygse_225,
2680
+ ._item_1ygse_78 ._metadata_1ygse_226 {
2673
2681
  display: block;
2674
2682
  width: 100%;
2675
2683
  font-weight: normal;
2676
2684
  }
2677
- ._item_bu99o_78 ._metadata_bu99o_226 {
2685
+ ._item_1ygse_78 ._metadata_1ygse_226 {
2678
2686
  color: var(--color-text-muted);
2679
2687
  }
2680
- ._item_bu99o_78 ._itemContent_bu99o_234 {
2688
+ ._item_1ygse_78 ._itemContent_1ygse_234 {
2681
2689
  padding: 0 var(--padding-x) var(--spacing-2);
2682
2690
  cursor: auto;
2683
2691
  }
2684
- ._item_bu99o_78 ._itemContent_bu99o_234:empty {
2692
+ ._item_1ygse_78 ._itemContent_1ygse_234:empty {
2685
2693
  padding: inherit;
2686
2694
  }
2687
- ._indentIcon_bu99o_241 {
2695
+ ._indentIcon_1ygse_241 {
2688
2696
  color: var(--color-text-faint);
2689
2697
  width: 20px;
2690
2698
  flex-shrink: 0;
2691
2699
  }
2692
- ._expandIcon_bu99o_246 {
2700
+ ._expandIcon_1ygse_246 {
2693
2701
  width: 20px;
2694
2702
  flex-shrink: 0;
2695
2703
  position: relative;
2696
2704
  margin-top: 1px;
2697
2705
  }
2698
- ._expandIcon_bu99o_246._expanded_bu99o_252 svg {
2706
+ ._expandIcon_1ygse_246._expanded_1ygse_252 svg {
2699
2707
  transform: rotate(90deg);
2700
2708
  }
2701
- ._right_bu99o_255 {
2709
+ ._right_1ygse_255 {
2702
2710
  margin-left: auto;
2703
2711
  display: flex;
2704
2712
  align-items: center;
@@ -2706,24 +2714,24 @@ html[data-theme='dark'] {
2706
2714
  margin-bottom: -2px;
2707
2715
  margin-right: -8px;
2708
2716
  }
2709
- ._actions_bu99o_263 {
2717
+ ._actions_1ygse_263 {
2710
2718
  margin-left: var(--spacing-2);
2711
2719
  display: flex;
2712
2720
  align-items: center;
2713
2721
  }
2714
- ._scrollableList_bu99o_268 {
2722
+ ._scrollableList_1ygse_268 {
2715
2723
  height: 100%;
2716
2724
  overflow-y: auto;
2717
2725
  scroll-behavior: smooth;
2718
2726
  }
2719
- ._hideScrollbar_bu99o_67 {
2727
+ ._hideScrollbar_1ygse_67 {
2720
2728
  /* Firefox */
2721
2729
  scrollbar-width: none;
2722
2730
  /* IE 10+ */
2723
2731
  -ms-overflow-style: none;
2724
2732
  /* Chrome, Safari and Opera */
2725
2733
  }
2726
- ._hideScrollbar_bu99o_67::-webkit-scrollbar {
2734
+ ._hideScrollbar_1ygse_67::-webkit-scrollbar {
2727
2735
  display: none;
2728
2736
  }
2729
2737
  ._loader_1g5vh_1 {
@@ -3372,83 +3380,83 @@ html[data-theme='dark'] {
3372
3380
  display: inline;
3373
3381
  white-space: nowrap;
3374
3382
  }
3375
- ._inputInTable_1jh9i_1 {
3383
+ ._inputInTable_xuwli_1 {
3376
3384
  background-color: transparent;
3377
3385
  border-radius: inherit !important;
3378
3386
  height: var(--size);
3379
3387
  min-height: 100%;
3380
3388
  }
3381
- ._inputInTable_1jh9i_1:not(:hover) {
3389
+ ._inputInTable_xuwli_1:not(:hover) {
3382
3390
  border-color: transparent;
3383
3391
  }
3384
- ._inputInTable_1jh9i_1:not(:focus) {
3392
+ ._inputInTable_xuwli_1:not(:focus) {
3385
3393
  box-shadow: none;
3386
3394
  }
3387
- ._inputHover_1jh9i_13 {
3395
+ ._inputHover_xuwli_13 {
3388
3396
  position: relative;
3389
3397
  border-color: var(--color-border-hover);
3390
3398
  z-index: 2;
3391
3399
  }
3392
- ._inputFocus_1jh9i_18 {
3400
+ ._inputFocus_xuwli_18 {
3393
3401
  position: relative;
3394
3402
  outline: none !important;
3395
3403
  border-color: var(--color-border-focus) !important;
3396
3404
  box-shadow: var(--shadow-focus);
3397
3405
  z-index: 3;
3398
3406
  }
3399
- ._inputError_1jh9i_25,
3400
- ._inputWarning_1jh9i_26 {
3407
+ ._inputError_xuwli_25,
3408
+ ._inputWarning_xuwli_26 {
3401
3409
  position: relative;
3402
3410
  }
3403
- ._inputError_1jh9i_25 {
3411
+ ._inputError_xuwli_25 {
3404
3412
  z-index: 2;
3405
3413
  border-color: var(--color-border-error);
3406
3414
  color: var(--color-text-error) !important;
3407
3415
  background-color: var(--color-background-error);
3408
3416
  }
3409
- ._inputError_1jh9i_25:hover {
3417
+ ._inputError_xuwli_25:hover {
3410
3418
  border-color: var(--color-border-error-hover) !important;
3411
3419
  }
3412
- ._inputError_1jh9i_25:focus {
3420
+ ._inputError_xuwli_25:focus {
3413
3421
  position: relative;
3414
3422
  outline: none !important;
3415
3423
  border-color: var(--color-border-focus) !important;
3416
3424
  box-shadow: var(--shadow-focus);
3417
3425
  z-index: 3;
3418
3426
  }
3419
- ._inputWarning_1jh9i_26 {
3427
+ ._inputWarning_xuwli_26 {
3420
3428
  z-index: 1;
3421
3429
  border-color: var(--color-border-warning);
3422
3430
  color: var(--color-text-warning) !important;
3423
3431
  background-color: var(--color-background-warning);
3424
3432
  }
3425
- ._inputWarning_1jh9i_26:hover {
3433
+ ._inputWarning_xuwli_26:hover {
3426
3434
  border-color: var(--color-border-warning-hover) !important;
3427
3435
  }
3428
- ._inputWarning_1jh9i_26:focus {
3436
+ ._inputWarning_xuwli_26:focus {
3429
3437
  position: relative;
3430
3438
  outline: none !important;
3431
3439
  border-color: var(--color-border-focus) !important;
3432
3440
  box-shadow: var(--shadow-focus);
3433
3441
  z-index: 3;
3434
3442
  }
3435
- ._inputDisabled_1jh9i_61 {
3443
+ ._inputDisabled_xuwli_61 {
3436
3444
  pointer-events: none;
3437
3445
  background-color: var(--color-background-disabled);
3438
3446
  color: var(--color-text-muted);
3439
3447
  box-shadow: none;
3440
3448
  }
3441
- ._hideScrollbars_1jh9i_67 {
3449
+ ._hideScrollbars_xuwli_67 {
3442
3450
  /* Firefox */
3443
3451
  scrollbar-width: none;
3444
3452
  /* IE 10+ */
3445
3453
  -ms-overflow-style: none;
3446
3454
  /* Chrome, Safari and Opera */
3447
3455
  }
3448
- ._hideScrollbars_1jh9i_67::-webkit-scrollbar {
3456
+ ._hideScrollbars_xuwli_67::-webkit-scrollbar {
3449
3457
  display: none;
3450
3458
  }
3451
- ._trigger_1jh9i_77 {
3459
+ ._trigger_xuwli_77 {
3452
3460
  font-weight: normal;
3453
3461
  display: flex;
3454
3462
  align-items: center;
@@ -3460,104 +3468,107 @@ html[data-theme='dark'] {
3460
3468
  padding-left: var(--padding-input-x);
3461
3469
  box-shadow: var(--shadow-button);
3462
3470
  }
3463
- ._trigger_1jh9i_77 input {
3471
+ ._trigger_xuwli_77 input {
3464
3472
  border: none !important;
3465
3473
  background: transparent !important;
3466
3474
  }
3467
- ._trigger_1jh9i_77._isInTable_1jh9i_93 {
3475
+ ._trigger_xuwli_77._isInTable_xuwli_93 {
3468
3476
  background-color: transparent;
3469
3477
  border-radius: inherit !important;
3470
3478
  height: var(--size);
3471
3479
  min-height: 100%;
3472
3480
  }
3473
- ._trigger_1jh9i_77._isInTable_1jh9i_93:not(:hover) {
3481
+ ._trigger_xuwli_77._isInTable_xuwli_93:not(:hover) {
3474
3482
  border-color: transparent;
3475
3483
  }
3476
- ._trigger_1jh9i_77._isInTable_1jh9i_93:not(:focus) {
3484
+ ._trigger_xuwli_77._isInTable_xuwli_93:not(:focus) {
3477
3485
  box-shadow: none;
3478
3486
  }
3479
- ._trigger_1jh9i_77._isInTable_1jh9i_93 ._input_1jh9i_1 {
3487
+ ._trigger_xuwli_77._isInTable_xuwli_93 ._input_xuwli_1 {
3480
3488
  background: transparent !important;
3481
3489
  }
3482
- ._trigger_1jh9i_77:hover {
3490
+ ._trigger_xuwli_77:hover {
3483
3491
  position: relative;
3484
3492
  border-color: var(--color-border-hover);
3485
3493
  z-index: 2;
3486
3494
  cursor: pointer;
3487
3495
  }
3488
- ._trigger_1jh9i_77._isOpen_1jh9i_114,
3489
- ._trigger_1jh9i_77:focus {
3496
+ ._trigger_xuwli_77._isOpen_xuwli_114,
3497
+ ._trigger_xuwli_77:focus {
3490
3498
  position: relative;
3491
3499
  outline: none !important;
3492
3500
  border-color: var(--color-border-focus) !important;
3493
3501
  box-shadow: var(--shadow-focus);
3494
3502
  z-index: 3;
3495
3503
  }
3496
- ._trigger_1jh9i_77._error_1jh9i_122 {
3504
+ ._trigger_xuwli_77._error_xuwli_122 {
3497
3505
  position: relative;
3498
3506
  z-index: 2;
3499
3507
  border-color: var(--color-border-error);
3500
3508
  color: var(--color-text-error) !important;
3501
3509
  background-color: var(--color-background-error);
3502
3510
  }
3503
- ._trigger_1jh9i_77._error_1jh9i_122:hover {
3511
+ ._trigger_xuwli_77._error_xuwli_122:hover {
3504
3512
  border-color: var(--color-border-error-hover) !important;
3505
3513
  }
3506
- ._trigger_1jh9i_77._error_1jh9i_122:focus {
3514
+ ._trigger_xuwli_77._error_xuwli_122:focus {
3507
3515
  position: relative;
3508
3516
  outline: none !important;
3509
3517
  border-color: var(--color-border-focus) !important;
3510
3518
  box-shadow: var(--shadow-focus);
3511
3519
  z-index: 3;
3512
3520
  }
3513
- ._trigger_1jh9i_77._warning_1jh9i_139 {
3521
+ ._trigger_xuwli_77._warning_xuwli_139 {
3514
3522
  position: relative;
3515
3523
  z-index: 1;
3516
3524
  border-color: var(--color-border-warning);
3517
3525
  color: var(--color-text-warning) !important;
3518
3526
  background-color: var(--color-background-warning);
3519
3527
  }
3520
- ._trigger_1jh9i_77._warning_1jh9i_139:hover {
3528
+ ._trigger_xuwli_77._warning_xuwli_139:hover {
3521
3529
  border-color: var(--color-border-warning-hover) !important;
3522
3530
  }
3523
- ._trigger_1jh9i_77._warning_1jh9i_139:focus {
3531
+ ._trigger_xuwli_77._warning_xuwli_139:focus {
3524
3532
  position: relative;
3525
3533
  outline: none !important;
3526
3534
  border-color: var(--color-border-focus) !important;
3527
3535
  box-shadow: var(--shadow-focus);
3528
3536
  z-index: 3;
3529
3537
  }
3530
- ._trigger_1jh9i_77._disabled_1jh9i_156 {
3538
+ ._trigger_xuwli_77._disabled_xuwli_156 {
3531
3539
  pointer-events: none;
3532
3540
  background-color: var(--color-background-disabled);
3533
3541
  color: var(--color-text-muted);
3534
3542
  box-shadow: none;
3535
3543
  }
3536
- ._icons_1jh9i_162 {
3544
+ ._icons_xuwli_162 {
3537
3545
  display: flex;
3538
3546
  flex-wrap: nowrap;
3539
3547
  flex-shrink: 0;
3540
3548
  position: relative;
3541
3549
  z-index: 2;
3542
3550
  }
3543
- ._icons_1jh9i_162 ._clearAll_1jh9i_169,
3544
- ._icons_1jh9i_162 ._iconOpen_1jh9i_170 {
3551
+ ._icons_xuwli_162 ._clearAll_xuwli_169,
3552
+ ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3545
3553
  width: calc((var(--size) + var(--font-size)) / 2);
3546
3554
  height: var(--size);
3547
3555
  display: flex;
3548
3556
  justify-content: flex-start;
3549
3557
  align-items: center;
3550
- color: var(--color-text);
3551
3558
  }
3552
- ._small_1jh9i_178 ._icons_1jh9i_162 ._clearAll_1jh9i_169,
3553
- ._small_1jh9i_178 ._icons_1jh9i_162 ._iconOpen_1jh9i_170 {
3559
+ ._disabled_xuwli_156 ._icons_xuwli_162 ._clearAll_xuwli_169,
3560
+ ._disabled_xuwli_156 ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3561
+ color: var(--color-text-faint);
3562
+ }
3563
+ ._small_xuwli_181 ._icons_xuwli_162 ._clearAll_xuwli_169,
3564
+ ._small_xuwli_181 ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3554
3565
  width: calc((var(--size-sm) + var(--font-size-sm)) / 2);
3555
3566
  height: var(--size-sm);
3556
3567
  }
3557
- ._icons_1jh9i_162 ._clearAll_1jh9i_169:hover {
3568
+ ._icons_xuwli_162 ._clearAll_xuwli_169:hover {
3558
3569
  color: var(--color-text-primary);
3559
3570
  }
3560
- ._triggerInputContainer_1jh9i_186 {
3571
+ ._triggerInputContainer_xuwli_189 {
3561
3572
  display: flex;
3562
3573
  align-items: center;
3563
3574
  position: relative;
@@ -3566,28 +3577,28 @@ html[data-theme='dark'] {
3566
3577
  min-width: 0;
3567
3578
  margin-right: 4px;
3568
3579
  }
3569
- ._right_1jh9i_195 ._triggerInputContainer_1jh9i_186 {
3580
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 {
3570
3581
  justify-content: flex-end;
3571
3582
  text-align: right;
3572
3583
  }
3573
- ._right_1jh9i_195 ._triggerInputContainer_1jh9i_186 input {
3584
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 input {
3574
3585
  padding-right: 0;
3575
3586
  padding-left: 0;
3576
3587
  text-align: right;
3577
3588
  width: 0;
3578
3589
  }
3579
- ._right_1jh9i_195 ._triggerInputContainer_1jh9i_186 input:focus {
3590
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 input:focus {
3580
3591
  width: auto;
3581
3592
  }
3582
- ._multiOptions_1jh9i_208 {
3593
+ ._multiOptions_xuwli_211 {
3583
3594
  display: flex;
3584
3595
  overflow: hidden;
3585
3596
  margin-left: calc((var(--spacing-1) * -1) - 2px);
3586
3597
  }
3587
- ._multiOptions_1jh9i_208:empty {
3598
+ ._multiOptions_xuwli_211:empty {
3588
3599
  display: none !important;
3589
3600
  }
3590
- ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 {
3601
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 {
3591
3602
  user-select: none;
3592
3603
  pointer-events: none;
3593
3604
  display: inline-flex;
@@ -3604,13 +3615,13 @@ html[data-theme='dark'] {
3604
3615
  flex-shrink: 0;
3605
3616
  margin-right: 2px;
3606
3617
  }
3607
- ._small_1jh9i_178 ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 {
3618
+ ._small_xuwli_181 ._multiOptions_xuwli_211 ._multiOption_xuwli_211 {
3608
3619
  height: calc(var(--size-sm) - 6px);
3609
3620
  }
3610
- ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 ._label_1jh9i_236 {
3621
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._label_xuwli_239 {
3611
3622
  white-space: nowrap;
3612
3623
  }
3613
- ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 ._closeMultiOption_1jh9i_239 {
3624
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242 {
3614
3625
  flex-shrink: 0;
3615
3626
  display: flex;
3616
3627
  align-items: center;
@@ -3620,13 +3631,13 @@ html[data-theme='dark'] {
3620
3631
  opacity: 0.25;
3621
3632
  aspect-ratio: 1;
3622
3633
  }
3623
- ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 ._closeMultiOption_1jh9i_239:hover,
3624
- ._multiOptions_1jh9i_208 ._multiOption_1jh9i_208 ._closeMultiOption_1jh9i_239._focus_1jh9i_250 {
3634
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242:hover,
3635
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242._focus_xuwli_253 {
3625
3636
  opacity: 1;
3626
3637
  outline: 0;
3627
3638
  }
3628
- ._selectedSingleValue_1jh9i_254,
3629
- ._placeHolder_1jh9i_255 {
3639
+ ._selectedSingleValue_xuwli_257,
3640
+ ._placeHolder_xuwli_258 {
3630
3641
  line-height: calc(var(--size) - 2px);
3631
3642
  right: 0;
3632
3643
  left: 0;
@@ -3636,10 +3647,10 @@ html[data-theme='dark'] {
3636
3647
  display: block;
3637
3648
  position: absolute;
3638
3649
  }
3639
- ._placeHolder_1jh9i_255 {
3650
+ ._placeHolder_xuwli_258 {
3640
3651
  color: var(--color-text-placeholder);
3641
3652
  }
3642
- ._input_1jh9i_1 {
3653
+ ._input_xuwli_1 {
3643
3654
  font-family: var(--font-family);
3644
3655
  background-color: transparent;
3645
3656
  border: none;
@@ -3647,43 +3658,43 @@ html[data-theme='dark'] {
3647
3658
  padding: 0;
3648
3659
  width: 0;
3649
3660
  }
3650
- ._input_1jh9i_1._error_1jh9i_122 {
3661
+ ._input_xuwli_1._error_xuwli_122 {
3651
3662
  color: var(--color-text-error) !important;
3652
3663
  }
3653
- ._input_1jh9i_1:focus {
3664
+ ._input_xuwli_1:focus {
3654
3665
  outline: none;
3655
3666
  width: auto;
3656
3667
  }
3657
- ._small_1jh9i_178 {
3668
+ ._small_xuwli_181 {
3658
3669
  height: var(--size-sm);
3659
3670
  font-size: var(--font-size-sm);
3660
3671
  padding-left: var(--padding-input-sm-x);
3661
3672
  }
3662
- ._small_1jh9i_178 ._selectedSingleValue_1jh9i_254,
3663
- ._small_1jh9i_178 ._placeHolder_1jh9i_255,
3664
- ._small_1jh9i_178 ._input_1jh9i_1 {
3673
+ ._small_xuwli_181 ._selectedSingleValue_xuwli_257,
3674
+ ._small_xuwli_181 ._placeHolder_xuwli_258,
3675
+ ._small_xuwli_181 ._input_xuwli_1 {
3665
3676
  height: calc(var(--size-sm) - 2px);
3666
3677
  line-height: calc(var(--size-sm) - 2px);
3667
3678
  }
3668
- ._groupOrderFirst_1jh9i_294,
3669
- ._groupOrderMiddle_1jh9i_295 {
3679
+ ._groupOrderFirst_xuwli_297,
3680
+ ._groupOrderMiddle_xuwli_298 {
3670
3681
  border-top-right-radius: 0 !important;
3671
3682
  border-bottom-right-radius: 0 !important;
3672
3683
  }
3673
- ._groupOrderLast_1jh9i_299,
3674
- ._groupOrderMiddle_1jh9i_295 {
3684
+ ._groupOrderLast_xuwli_302,
3685
+ ._groupOrderMiddle_xuwli_298 {
3675
3686
  border-top-left-radius: 0 !important;
3676
3687
  border-bottom-left-radius: 0 !important;
3677
3688
  }
3678
- ._detailedLabel_1jh9i_304 {
3689
+ ._detailedLabel_xuwli_307 {
3679
3690
  width: 100%;
3680
3691
  }
3681
- ._detailedLabel_1jh9i_304 :first-child {
3692
+ ._detailedLabel_xuwli_307 :first-child {
3682
3693
  float: left;
3683
3694
  position: absolute;
3684
3695
  padding-right: 5px;
3685
3696
  }
3686
- ._detailedLabel_1jh9i_304 :last-child {
3697
+ ._detailedLabel_xuwli_307 :last-child {
3687
3698
  float: right;
3688
3699
  }
3689
3700
  ._paginationContainer_1tmz4_1 {
@@ -9048,80 +9059,80 @@ button:active .remirror-menu-pane-shortcut,
9048
9059
  text-overflow: ellipsis;
9049
9060
  flex-shrink: 0;
9050
9061
  }
9051
- ._inputInTable_1458a_1 {
9062
+ ._inputInTable_28mh5_1 {
9052
9063
  background-color: transparent;
9053
9064
  border-radius: inherit !important;
9054
9065
  height: var(--size);
9055
9066
  min-height: 100%;
9056
9067
  }
9057
- ._inputInTable_1458a_1:not(:hover) {
9068
+ ._inputInTable_28mh5_1:not(:hover) {
9058
9069
  border-color: transparent;
9059
9070
  }
9060
- ._inputInTable_1458a_1:not(:focus) {
9071
+ ._inputInTable_28mh5_1:not(:focus) {
9061
9072
  box-shadow: none;
9062
9073
  }
9063
- ._inputHover_1458a_13 {
9074
+ ._inputHover_28mh5_13 {
9064
9075
  position: relative;
9065
9076
  border-color: var(--color-border-hover);
9066
9077
  z-index: 2;
9067
9078
  }
9068
- ._inputFocus_1458a_18 {
9079
+ ._inputFocus_28mh5_18 {
9069
9080
  position: relative;
9070
9081
  outline: none !important;
9071
9082
  border-color: var(--color-border-focus) !important;
9072
9083
  box-shadow: var(--shadow-focus);
9073
9084
  z-index: 3;
9074
9085
  }
9075
- ._inputError_1458a_25,
9076
- ._inputWarning_1458a_26 {
9086
+ ._inputError_28mh5_25,
9087
+ ._inputWarning_28mh5_26 {
9077
9088
  position: relative;
9078
9089
  }
9079
- ._inputError_1458a_25 {
9090
+ ._inputError_28mh5_25 {
9080
9091
  z-index: 2;
9081
9092
  border-color: var(--color-border-error);
9082
9093
  color: var(--color-text-error) !important;
9083
9094
  background-color: var(--color-background-error);
9084
9095
  }
9085
- ._inputError_1458a_25:hover {
9096
+ ._inputError_28mh5_25:hover {
9086
9097
  border-color: var(--color-border-error-hover) !important;
9087
9098
  }
9088
- ._inputError_1458a_25:focus {
9099
+ ._inputError_28mh5_25:focus {
9089
9100
  position: relative;
9090
9101
  outline: none !important;
9091
9102
  border-color: var(--color-border-focus) !important;
9092
9103
  box-shadow: var(--shadow-focus);
9093
9104
  z-index: 3;
9094
9105
  }
9095
- ._inputWarning_1458a_26 {
9106
+ ._inputWarning_28mh5_26 {
9096
9107
  z-index: 1;
9097
9108
  border-color: var(--color-border-warning);
9098
9109
  color: var(--color-text-warning) !important;
9099
9110
  background-color: var(--color-background-warning);
9100
9111
  }
9101
- ._inputWarning_1458a_26:hover {
9112
+ ._inputWarning_28mh5_26:hover {
9102
9113
  border-color: var(--color-border-warning-hover) !important;
9103
9114
  }
9104
- ._inputWarning_1458a_26:focus {
9115
+ ._inputWarning_28mh5_26:focus {
9105
9116
  position: relative;
9106
9117
  outline: none !important;
9107
9118
  border-color: var(--color-border-focus) !important;
9108
9119
  box-shadow: var(--shadow-focus);
9109
9120
  z-index: 3;
9110
9121
  }
9111
- ._inputDisabled_1458a_61 {
9122
+ ._inputDisabled_28mh5_61 {
9112
9123
  pointer-events: none;
9113
9124
  background-color: var(--color-background-disabled);
9114
9125
  color: var(--color-text-muted);
9115
9126
  box-shadow: none;
9116
9127
  }
9117
- ._hideScrollbars_1458a_67 {
9128
+ ._hideScrollbars_28mh5_67 {
9118
9129
  /* Firefox */
9119
9130
  scrollbar-width: none;
9120
9131
  /* IE 10+ */
9121
9132
  -ms-overflow-style: none;
9122
9133
  /* Chrome, Safari and Opera */
9123
9134
  }
9124
- ._hideScrollbars_1458a_67::-webkit-scrollbar {
9135
+ ._hideScrollbars_28mh5_67::-webkit-scrollbar {
9125
9136
  display: none;
9126
9137
  }
9127
9138
  :root {
@@ -9134,7 +9145,7 @@ html[data-theme='dark'] {
9134
9145
  --color-background-table-row-tinted: var(--color-neutral-850);
9135
9146
  --color-border-table: var(--color-neutral-700);
9136
9147
  }
9137
- ._wrapper_1458a_87 {
9148
+ ._wrapper_28mh5_87 {
9138
9149
  border-radius: inherit;
9139
9150
  max-height: 100%;
9140
9151
  max-width: 100%;
@@ -9142,21 +9153,21 @@ html[data-theme='dark'] {
9142
9153
  flex-direction: column;
9143
9154
  overflow: hidden;
9144
9155
  }
9145
- ._wrapper_1458a_87._bordered_1458a_95 {
9156
+ ._wrapper_28mh5_87._bordered_28mh5_95 {
9146
9157
  border-radius: var(--border-radius);
9147
9158
  border: 1px solid var(--color-border-table);
9148
9159
  }
9149
- ._scroll_1458a_99 {
9160
+ ._scroll_28mh5_99 {
9150
9161
  overflow-y: auto;
9151
9162
  border-radius: inherit;
9152
9163
  flex: 1;
9153
9164
  min-height: 0;
9154
9165
  }
9155
- ._scroll_1458a_99:not(:first-child) {
9166
+ ._scroll_28mh5_99:not(:first-child) {
9156
9167
  border-top-left-radius: 0;
9157
9168
  border-top-right-radius: 0;
9158
9169
  }
9159
- ._table_1458a_109 {
9170
+ ._table_28mh5_109 {
9160
9171
  background: var(--color-background-raised);
9161
9172
  color: var(--color-text);
9162
9173
  border-collapse: separate;
@@ -9164,38 +9175,37 @@ html[data-theme='dark'] {
9164
9175
  border-radius: inherit;
9165
9176
  width: 100%;
9166
9177
  }
9167
- ._table_1458a_109 > :first-child {
9178
+ ._table_28mh5_109 > :first-child {
9168
9179
  border-top-left-radius: inherit;
9169
9180
  border-top-right-radius: inherit;
9170
9181
  }
9171
- ._table_1458a_109 > :first-child > :first-child {
9182
+ ._table_28mh5_109 > :first-child > :first-child {
9172
9183
  border-top-left-radius: inherit;
9173
9184
  border-top-right-radius: inherit;
9174
9185
  }
9175
- ._table_1458a_109 > :first-child > :first-child > :first-child {
9186
+ ._table_28mh5_109 > :first-child > :first-child > :first-child {
9176
9187
  border-top-left-radius: inherit;
9177
9188
  }
9178
- ._table_1458a_109 > :first-child > :first-child > :last-child {
9189
+ ._table_28mh5_109 > :first-child > :first-child > :last-child {
9179
9190
  border-top-right-radius: inherit;
9180
9191
  }
9181
- ._table_1458a_109 > :last-child {
9192
+ ._table_28mh5_109 > :last-child {
9182
9193
  border-bottom-left-radius: inherit;
9183
9194
  border-bottom-right-radius: inherit;
9184
9195
  }
9185
- ._table_1458a_109 > :last-child > :last-child {
9196
+ ._table_28mh5_109 > :last-child > :last-child {
9186
9197
  border-bottom-left-radius: inherit;
9187
9198
  border-bottom-right-radius: inherit;
9188
9199
  }
9189
- ._table_1458a_109 > :last-child > :last-child > :first-child {
9200
+ ._table_28mh5_109 > :last-child > :last-child > :first-child {
9190
9201
  border-bottom-left-radius: inherit;
9191
9202
  }
9192
- ._table_1458a_109 > :last-child > :last-child > :last-child {
9203
+ ._table_28mh5_109 > :last-child > :last-child > :last-child {
9193
9204
  border-bottom-right-radius: inherit;
9194
9205
  }
9195
9206
  th,
9196
9207
  td {
9197
9208
  padding: var(--padding-input) !important;
9198
- line-height: var(--line-height);
9199
9209
  height: var(--size);
9200
9210
  background: inherit;
9201
9211
  border-color: var(--color-border-table);
@@ -9206,10 +9216,10 @@ th:not(:first-child),
9206
9216
  td:not(:first-child) {
9207
9217
  border-left-width: 1px;
9208
9218
  }
9209
- ._table_1458a_109 > *:not(:last-child) > tr th,
9210
- ._table_1458a_109 > *:not(:last-child) > tr td,
9211
- ._table_1458a_109 > *:last-child > tr:not(:last-child) th,
9212
- ._table_1458a_109 > *:last-child > tr:not(:last-child) td {
9219
+ ._table_28mh5_109 > *:not(:last-child) > tr th,
9220
+ ._table_28mh5_109 > *:not(:last-child) > tr td,
9221
+ ._table_28mh5_109 > *:last-child > tr:not(:last-child) th,
9222
+ ._table_28mh5_109 > *:last-child > tr:not(:last-child) td {
9213
9223
  border-bottom-width: 1px;
9214
9224
  }
9215
9225
  @-moz-document url-prefix() {
@@ -9236,13 +9246,13 @@ tbody {
9236
9246
  tbody tr {
9237
9247
  background-color: var(--color-background-raised);
9238
9248
  }
9239
- ._striped_1458a_189 tbody tr:nth-child(even) {
9249
+ ._striped_28mh5_188 tbody tr:nth-child(even) {
9240
9250
  background-color: var(--color-background-table-row-tinted);
9241
9251
  }
9242
- ._title_1vehb_1 {
9252
+ ._title_1hgtl_1 {
9243
9253
  background-color: var(--color-background);
9244
9254
  border-bottom: 1px solid var(--color-border-table);
9245
- padding: var(--padding-input);
9255
+ padding: var(--spacing-1) var(--padding-card-x);
9246
9256
  display: flex;
9247
9257
  align-items: center;
9248
9258
  justify-content: space-between;
@@ -9264,183 +9274,183 @@ tbody tr {
9264
9274
  justify-content: space-between;
9265
9275
  border-top: 1px solid var(--color-border-table);
9266
9276
  }
9267
- ._inputInTable_mg1i8_1 {
9277
+ ._inputInTable_1qou3_1 {
9268
9278
  background-color: transparent;
9269
9279
  border-radius: inherit !important;
9270
9280
  height: var(--size);
9271
9281
  min-height: 100%;
9272
9282
  }
9273
- ._inputInTable_mg1i8_1:not(:hover) {
9283
+ ._inputInTable_1qou3_1:not(:hover) {
9274
9284
  border-color: transparent;
9275
9285
  }
9276
- ._inputInTable_mg1i8_1:not(:focus) {
9286
+ ._inputInTable_1qou3_1:not(:focus) {
9277
9287
  box-shadow: none;
9278
9288
  }
9279
- ._inputHover_mg1i8_13 {
9289
+ ._inputHover_1qou3_13 {
9280
9290
  position: relative;
9281
9291
  border-color: var(--color-border-hover);
9282
9292
  z-index: 2;
9283
9293
  }
9284
- ._inputFocus_mg1i8_18 {
9294
+ ._inputFocus_1qou3_18 {
9285
9295
  position: relative;
9286
9296
  outline: none !important;
9287
9297
  border-color: var(--color-border-focus) !important;
9288
9298
  box-shadow: var(--shadow-focus);
9289
9299
  z-index: 3;
9290
9300
  }
9291
- ._inputError_mg1i8_25,
9292
- ._inputWarning_mg1i8_26 {
9301
+ ._inputError_1qou3_25,
9302
+ ._inputWarning_1qou3_26 {
9293
9303
  position: relative;
9294
9304
  }
9295
- ._inputError_mg1i8_25 {
9305
+ ._inputError_1qou3_25 {
9296
9306
  z-index: 2;
9297
9307
  border-color: var(--color-border-error);
9298
9308
  color: var(--color-text-error) !important;
9299
9309
  background-color: var(--color-background-error);
9300
9310
  }
9301
- ._inputError_mg1i8_25:hover {
9311
+ ._inputError_1qou3_25:hover {
9302
9312
  border-color: var(--color-border-error-hover) !important;
9303
9313
  }
9304
- ._inputError_mg1i8_25:focus {
9314
+ ._inputError_1qou3_25:focus {
9305
9315
  position: relative;
9306
9316
  outline: none !important;
9307
9317
  border-color: var(--color-border-focus) !important;
9308
9318
  box-shadow: var(--shadow-focus);
9309
9319
  z-index: 3;
9310
9320
  }
9311
- ._inputWarning_mg1i8_26 {
9321
+ ._inputWarning_1qou3_26 {
9312
9322
  z-index: 1;
9313
9323
  border-color: var(--color-border-warning);
9314
9324
  color: var(--color-text-warning) !important;
9315
9325
  background-color: var(--color-background-warning);
9316
9326
  }
9317
- ._inputWarning_mg1i8_26:hover {
9327
+ ._inputWarning_1qou3_26:hover {
9318
9328
  border-color: var(--color-border-warning-hover) !important;
9319
9329
  }
9320
- ._inputWarning_mg1i8_26:focus {
9330
+ ._inputWarning_1qou3_26:focus {
9321
9331
  position: relative;
9322
9332
  outline: none !important;
9323
9333
  border-color: var(--color-border-focus) !important;
9324
9334
  box-shadow: var(--shadow-focus);
9325
9335
  z-index: 3;
9326
9336
  }
9327
- ._inputDisabled_mg1i8_61 {
9337
+ ._inputDisabled_1qou3_61 {
9328
9338
  pointer-events: none;
9329
9339
  background-color: var(--color-background-disabled);
9330
9340
  color: var(--color-text-muted);
9331
9341
  box-shadow: none;
9332
9342
  }
9333
- ._hideScrollbars_mg1i8_67 {
9343
+ ._hideScrollbars_1qou3_67 {
9334
9344
  /* Firefox */
9335
9345
  scrollbar-width: none;
9336
9346
  /* IE 10+ */
9337
9347
  -ms-overflow-style: none;
9338
9348
  /* Chrome, Safari and Opera */
9339
9349
  }
9340
- ._hideScrollbars_mg1i8_67::-webkit-scrollbar {
9350
+ ._hideScrollbars_1qou3_67::-webkit-scrollbar {
9341
9351
  display: none;
9342
9352
  }
9343
- ._cell_mg1i8_77 a {
9353
+ ._cell_1qou3_77 a {
9344
9354
  cursor: pointer;
9345
9355
  color: var(--color-text-primary);
9346
9356
  }
9347
- ._cell_mg1i8_77 a:hover {
9357
+ ._cell_1qou3_77 a:hover {
9348
9358
  color: var(--color-text-primary-hover);
9349
9359
  }
9350
- ._cell_mg1i8_77 a:active {
9360
+ ._cell_1qou3_77 a:active {
9351
9361
  color: var(--color-text-primary-active);
9352
9362
  }
9353
- ._cell_mg1i8_77 a._disabledLink_mg1i8_87 {
9363
+ ._cell_1qou3_77 a._disabledLink_1qou3_87 {
9354
9364
  color: var(--color-text-faint) !important;
9355
9365
  cursor: default !important;
9356
9366
  }
9357
- ._inputWrapper_mg1i8_91 {
9367
+ ._inputWrapper_1qou3_91 {
9358
9368
  height: 100%;
9359
9369
  border-radius: inherit;
9360
9370
  }
9361
- ._inputWrapper_mg1i8_91 > span,
9362
- ._inputWrapper_mg1i8_91 > span > span,
9363
- ._inputWrapper_mg1i8_91 > span > span > div {
9371
+ ._inputWrapper_1qou3_91 > span,
9372
+ ._inputWrapper_1qou3_91 > span > span,
9373
+ ._inputWrapper_1qou3_91 > span > span > div {
9364
9374
  height: 100%;
9365
9375
  border-radius: inherit;
9366
9376
  }
9367
- ._inputWrapper_mg1i8_91 > div,
9368
- ._inputWrapper_mg1i8_91 > div > span {
9377
+ ._inputWrapper_1qou3_91 > div,
9378
+ ._inputWrapper_1qou3_91 > div > span {
9369
9379
  height: 100%;
9370
9380
  border-radius: inherit;
9371
9381
  }
9372
- ._breakWord_mg1i8_106 {
9382
+ ._breakWord_1qou3_106 {
9373
9383
  word-break: break-word;
9374
9384
  }
9375
- ._inputCell_mg1i8_109 {
9385
+ ._inputCell_1qou3_109 {
9376
9386
  padding: 0 !important;
9377
9387
  }
9378
- ._sliderCell_mg1i8_112 {
9388
+ ._sliderCell_1qou3_112 {
9379
9389
  padding-top: 0 !important;
9380
9390
  padding-bottom: 0 !important;
9381
9391
  }
9382
- ._staticCell_mg1i8_116 {
9392
+ ._staticCell_1qou3_116 {
9383
9393
  padding: 0 !important;
9384
9394
  }
9385
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9395
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
9396
+ line-height: 1.25;
9386
9397
  min-height: 100%;
9387
9398
  padding: var(--padding-input);
9388
- line-height: var(--line-height);
9389
9399
  position: relative;
9390
9400
  border-radius: inherit;
9391
9401
  display: flex;
9392
9402
  align-items: center;
9393
9403
  }
9394
- tbody ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9404
+ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
9395
9405
  background-color: var(--color-background-disabled);
9396
9406
  color: var(--color-text-muted);
9397
9407
  }
9398
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119._error_mg1i8_132,
9399
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119._warning_mg1i8_133 {
9408
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._error_1qou3_132,
9409
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._warning_1qou3_133 {
9400
9410
  border: 1px solid transparent;
9401
9411
  }
9402
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119._error_mg1i8_132 {
9412
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._error_1qou3_132 {
9403
9413
  background-color: var(--color-background-error);
9404
9414
  }
9405
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119._warning_mg1i8_133 {
9415
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._warning_1qou3_133 {
9406
9416
  background-color: var(--color-background-warning);
9407
9417
  }
9408
- ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119._unit_mg1i8_142 {
9418
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._unit_1qou3_142 {
9409
9419
  font-weight: normal;
9410
9420
  }
9411
- ._sortingCell_mg1i8_145 ._staticCellContent_mg1i8_119 {
9421
+ ._sortingCell_1qou3_145 ._staticCellContent_1qou3_119 {
9412
9422
  position: relative;
9413
9423
  padding-right: 45px !important;
9414
9424
  cursor: pointer !important;
9415
9425
  }
9416
- ._sortingCell_mg1i8_145 ._staticCellContent_mg1i8_119:hover {
9426
+ ._sortingCell_1qou3_145 ._staticCellContent_1qou3_119:hover {
9417
9427
  background-color: rgba(0, 0, 0, 0.05) !important;
9418
9428
  }
9419
- ._sortingCell_mg1i8_145 ._sortingCellIcon_mg1i8_153 {
9429
+ ._sortingCell_1qou3_145 ._sortingCellIcon_1qou3_153 {
9420
9430
  font-size: 1.25em;
9421
9431
  position: absolute;
9422
9432
  right: calc(var(--padding-input-x) - 4px);
9423
9433
  top: 50%;
9424
9434
  transform: translateY(-50%);
9425
9435
  }
9426
- ._icon_mg1i8_160 {
9436
+ ._icon_1qou3_160 {
9427
9437
  display: inline-flex;
9428
9438
  margin-left: var(--spacing-1);
9429
9439
  }
9430
- ._checkBoxCell_mg1i8_164 {
9440
+ ._checkBoxCell_1qou3_164 {
9431
9441
  padding-block: 0 !important;
9432
9442
  width: var(--size);
9433
9443
  }
9434
- ._iconCell_mg1i8_168 {
9444
+ ._iconCell_1qou3_168 {
9435
9445
  width: var(--size);
9436
9446
  text-align: center;
9437
9447
  padding: 0 !important;
9438
9448
  }
9439
- ._iconCell_mg1i8_168 ._iconWrapper_mg1i8_173 {
9449
+ ._iconCell_1qou3_168 ._iconWrapper_1qou3_173 {
9440
9450
  display: flex;
9441
9451
  justify-content: center;
9442
9452
  }
9443
- ._actionsCell_mg1i8_177 {
9453
+ ._actionsCell_1qou3_177 {
9444
9454
  width: var(--size-sm);
9445
9455
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9446
9456
  position: sticky;
@@ -9448,60 +9458,60 @@ tbody ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9448
9458
  background: inherit;
9449
9459
  z-index: 4;
9450
9460
  }
9451
- ._rightAligned_mg1i8_185 {
9461
+ ._rightAligned_1qou3_185 {
9452
9462
  text-align: right !important;
9453
9463
  }
9454
- ._rightAligned_mg1i8_185 ._staticCellContent_mg1i8_119 {
9464
+ ._rightAligned_1qou3_185 ._staticCellContent_1qou3_119 {
9455
9465
  justify-content: flex-end;
9456
9466
  }
9457
- ._centerAligned_mg1i8_191 {
9467
+ ._centerAligned_1qou3_191 {
9458
9468
  text-align: center !important;
9459
9469
  }
9460
- ._centerAligned_mg1i8_191 ._staticCellContent_mg1i8_119 {
9470
+ ._centerAligned_1qou3_191 ._staticCellContent_1qou3_119 {
9461
9471
  justify-content: center;
9462
9472
  }
9463
- ._leftAligned_mg1i8_197 {
9473
+ ._leftAligned_1qou3_197 {
9464
9474
  text-align: left !important;
9465
9475
  }
9466
- ._popover_mg1i8_200 {
9476
+ ._popover_1qou3_200 {
9467
9477
  padding: var(--padding-input);
9468
9478
  }
9469
- ._disabledPointerEvents_mg1i8_203 {
9479
+ ._disabledPointerEvents_1qou3_203 {
9470
9480
  pointer-events: none;
9471
9481
  }
9472
- ._clickableRow_vlcbs_1 {
9482
+ ._clickableRow_11d5t_1 {
9473
9483
  cursor: pointer;
9474
9484
  }
9475
- ._hoverableRow_vlcbs_4:not(._rowActive_vlcbs_4):hover,
9476
- ._clickableRow_vlcbs_1:not(._rowActive_vlcbs_4):hover {
9485
+ ._hoverableRow_11d5t_4:not(._rowActive_11d5t_4):hover,
9486
+ ._clickableRow_11d5t_1:not(._rowActive_11d5t_4):hover {
9477
9487
  background-color: var(--color-background-listitem-hover) !important;
9478
9488
  }
9479
- ._expandableRow_vlcbs_8._flush_vlcbs_8 {
9489
+ ._expandableRow_11d5t_8._flush_11d5t_8 {
9480
9490
  padding: 0 !important;
9481
9491
  height: auto !important;
9482
9492
  }
9483
- ._rowActive_vlcbs_4 {
9493
+ ._rowActive_11d5t_4 {
9484
9494
  position: relative;
9485
9495
  background-color: var(--color-background-listitem-active) !important;
9486
9496
  }
9487
- ._rowActive_vlcbs_4:after {
9497
+ ._rowActive_11d5t_4:after {
9488
9498
  content: '';
9489
9499
  position: absolute;
9490
9500
  left: 0;
9491
9501
  top: 0;
9492
9502
  bottom: 0;
9493
- width: 5px;
9503
+ width: 2px;
9494
9504
  border-top-left-radius: inherit;
9495
9505
  border-bottom-left-radius: inherit;
9496
9506
  transition: background 0.3s;
9497
9507
  background: var(--color-background-primary);
9498
9508
  }
9499
- ._dragIconCell_vlcbs_28 {
9509
+ ._dragIconCell_11d5t_28 {
9500
9510
  width: var(--size);
9501
9511
  min-width: var(--size);
9502
9512
  position: relative;
9503
9513
  }
9504
- ._dragIcon_vlcbs_28 {
9514
+ ._dragIcon_11d5t_28 {
9505
9515
  display: flex;
9506
9516
  align-items: center;
9507
9517
  justify-content: center;
@@ -9509,29 +9519,29 @@ tbody ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9509
9519
  inset: 0;
9510
9520
  color: var(--color-text-faint);
9511
9521
  }
9512
- ._dragIcon_vlcbs_28:hover {
9522
+ ._dragIcon_11d5t_28:hover {
9513
9523
  color: var(--color-text-primary-hover);
9514
9524
  }
9515
- ._dragIcon_vlcbs_28:active {
9525
+ ._dragIcon_11d5t_28:active {
9516
9526
  color: var(--color-text-primary-active);
9517
9527
  }
9518
- ._tabs_le5rg_1 {
9528
+ ._tabs_n706w_1 {
9519
9529
  display: flex;
9520
9530
  flex-wrap: wrap;
9521
9531
  border-bottom: 1px solid var(--color-border);
9522
9532
  flex-shrink: 0;
9523
9533
  }
9524
- ._tabs_le5rg_1._padding_le5rg_7 {
9534
+ ._tabs_n706w_1._padding_n706w_7 {
9525
9535
  padding-left: var(--padding-x);
9526
9536
  padding-right: var(--padding-x);
9527
9537
  }
9528
- ._tabs_le5rg_1._margin_le5rg_11 {
9538
+ ._tabs_n706w_1._margin_n706w_11 {
9529
9539
  margin: 1rem 0;
9530
9540
  }
9531
- ._contentPadding_le5rg_14 {
9541
+ ._contentPadding_n706w_14 {
9532
9542
  padding-top: 10px;
9533
9543
  }
9534
- ._item_le5rg_17 {
9544
+ ._item_n706w_17 {
9535
9545
  align-self: flex-end;
9536
9546
  display: flex;
9537
9547
  align-items: center;
@@ -9541,7 +9551,7 @@ tbody ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9541
9551
  text-decoration: none;
9542
9552
  flex: 0 0 auto;
9543
9553
  user-select: none;
9544
- padding: 0.85714286em 0;
9554
+ padding: var(--spacing-2) 0;
9545
9555
  transition: border 0.1s ease, color 0.1s ease;
9546
9556
  margin-bottom: -1px;
9547
9557
  border-bottom: 1px solid transparent;
@@ -9549,36 +9559,36 @@ tbody ._staticCell_mg1i8_116 ._staticCellContent_mg1i8_119 {
9549
9559
  color: var(--color-text-primary);
9550
9560
  cursor: pointer;
9551
9561
  }
9552
- ._item_le5rg_17:not(:last-child) {
9562
+ ._item_n706w_17:not(:last-child) {
9553
9563
  margin-right: var(--spacing-4);
9554
9564
  }
9555
- ._item_le5rg_17:hover:not(._active_le5rg_38) {
9565
+ ._item_n706w_17:hover:not(._active_n706w_38) {
9556
9566
  color: var(--color-text-primary-hover);
9557
9567
  background: rgba(0, 0, 0, 0.025);
9558
9568
  }
9559
- [data-theme='dark'] ._item_le5rg_17:hover:not(._active_le5rg_38) {
9569
+ [data-theme='dark'] ._item_n706w_17:hover:not(._active_n706w_38) {
9560
9570
  background: rgba(255, 255, 255, 0.1);
9561
9571
  }
9562
- ._item_le5rg_17:active:not(._active_le5rg_38) {
9572
+ ._item_n706w_17:active:not(._active_n706w_38) {
9563
9573
  color: var(--color-text-primary-active);
9564
9574
  background: rgba(0, 0, 0, 0.05);
9565
9575
  }
9566
- [data-theme='dark'] ._item_le5rg_17:active:not(._active_le5rg_38) {
9576
+ [data-theme='dark'] ._item_n706w_17:active:not(._active_n706w_38) {
9567
9577
  background: rgba(255, 255, 255, 0.2);
9568
9578
  }
9569
- ._item_le5rg_17._active_le5rg_38 {
9579
+ ._item_n706w_17._active_n706w_38 {
9570
9580
  border-color: var(--color-text);
9571
9581
  color: var(--color-text);
9572
9582
  cursor: default;
9573
9583
  }
9574
- ._item_le5rg_17._hidden_le5rg_57 {
9584
+ ._item_n706w_17._hidden_n706w_57 {
9575
9585
  display: none !important;
9576
9586
  }
9577
- ._item_le5rg_17._disabled_le5rg_60 {
9587
+ ._item_n706w_17._disabled_n706w_60 {
9578
9588
  color: var(--color-text-faint);
9579
9589
  pointer-events: none;
9580
9590
  }
9581
- ._item_le5rg_17._left_le5rg_64 + ._item_le5rg_17._right_le5rg_64 {
9591
+ ._item_n706w_17._left_n706w_64 + ._item_n706w_17._right_n706w_64 {
9582
9592
  margin-left: auto;
9583
9593
  }
9584
9594
  ._inputInTable_hyht1_1 {