@7shifts/sous-chef 3.11.2 → 3.13.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.
Files changed (42) hide show
  1. package/dist/forms/TimeField/TimeField.d.ts +18 -7
  2. package/dist/forms/TimeField/TimeFieldDropdown/TimeFieldDropdown.d.ts +4 -3
  3. package/dist/forms/TimeField/TimeFieldDropdownTrigger/TimeFieldDropdownTrigger.d.ts +3 -3
  4. package/dist/forms/TimeField/TimeFieldInput/TimeFieldInput.d.ts +5 -1
  5. package/dist/forms/TimeField/domain.d.ts +2 -1
  6. package/dist/forms/TimeRangeField/TimeRangeEnd/TimeRangeEnd.d.ts +5 -0
  7. package/dist/forms/TimeRangeField/TimeRangeEnd/index.d.ts +1 -0
  8. package/dist/forms/TimeRangeField/TimeRangeField.d.ts +20 -0
  9. package/dist/forms/TimeRangeField/TimeRangeStart/TimeRangeStart.d.ts +5 -0
  10. package/dist/forms/TimeRangeField/TimeRangeStart/index.d.ts +1 -0
  11. package/dist/forms/TimeRangeField/index.d.ts +1 -0
  12. package/dist/forms/TimeRangeField/types.d.ts +9 -0
  13. package/dist/forms/index.d.ts +2 -1
  14. package/dist/foundation/color-codes.d.ts +1 -0
  15. package/dist/foundation/color-constants.d.ts +1 -0
  16. package/dist/foundation/domain.d.ts +2 -0
  17. package/dist/index.css +609 -552
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +1506 -1326
  20. package/dist/index.js.map +1 -1
  21. package/dist/index.modern.js +1506 -1327
  22. package/dist/index.modern.js.map +1 -1
  23. package/dist/lists/DataTable/DataTableDefaultItemComponent/DataTableDefaultItemComponent.d.ts +3 -0
  24. package/dist/lists/DataTable/DataTableDefaultItemComponent/index.d.ts +1 -0
  25. package/dist/lists/DataTable/DataTableHeader/ColumnSizes/ColumnSizes.d.ts +7 -0
  26. package/dist/lists/DataTable/DataTableHeader/ColumnSizes/index.d.ts +1 -0
  27. package/dist/lists/DataTable/{DataTableHeader.d.ts → DataTableHeader/DataTableHeader.d.ts} +1 -1
  28. package/dist/lists/DataTable/DataTableHeader/HeaderSortIcon/HeaderSortIcon.d.ts +6 -0
  29. package/dist/lists/DataTable/DataTableHeader/HeaderSortIcon/index.d.ts +1 -0
  30. package/dist/lists/DataTable/DataTableHeader/constants.d.ts +2 -0
  31. package/dist/lists/DataTable/DataTableHeader/domain.d.ts +2 -0
  32. package/dist/lists/DataTable/DataTableHeader/types.d.ts +4 -0
  33. package/dist/lists/DataTable/types.d.ts +1 -1
  34. package/dist/lists/DataTableCell/index.d.ts +1 -0
  35. package/dist/lists/index.d.ts +1 -1
  36. package/dist/overlay/KebabMenu/types.d.ts +1 -0
  37. package/dist/typography/Text/Text.d.ts +2 -1
  38. package/dist/utils/date.d.ts +1 -0
  39. package/package.json +3 -3
  40. package/dist/foundation/colors.d.ts +0 -53
  41. package/dist/lists/DataTable/DataTableCell/index.d.ts +0 -1
  42. /package/dist/lists/{DataTable/DataTableCell → DataTableCell}/DataTableCell.d.ts +0 -0
package/dist/index.css CHANGED
@@ -784,6 +784,205 @@ Just for future references:
784
784
  ._3EHwm {
785
785
  padding-left: 20px;
786
786
  }
787
+ ._FcxnN {
788
+ text-align: left;
789
+ }
790
+ ._1QljH {
791
+ line-height: 20px;
792
+ padding: 0 16px 8px 16px;
793
+ background-color: unset;
794
+ color: var(--color-grey-500);
795
+ font-size: 12px;
796
+ font-weight: 600;
797
+ font-family: "Proxima Nova", sans-serif;
798
+ border: 0;
799
+ }
800
+ ._1T4uT {
801
+ cursor: pointer;
802
+ }
803
+ ._HtAmk:not(:focus-visible) {
804
+ /* Remove the focus indicator on mouse-focus for browsers
805
+ that do support :focus-visible */
806
+ outline: none;
807
+ }
808
+ ._39zhh {
809
+ box-sizing: content-box;
810
+ }
811
+ ._1CG8B {
812
+ width: 100%;
813
+ height: 100%;
814
+ display: flex;
815
+ align-items: center;
816
+ }
817
+ ._1iqpa {
818
+ justify-content: flex-end;
819
+ }
820
+ ._21Xc6 {
821
+ display: inline-block;
822
+ padding-left: 8px;
823
+ line-height: 1em;
824
+ }
825
+ ._umpGL {
826
+ position: relative;
827
+ }
828
+ ._5BvsJ {
829
+ position: relative;
830
+ }
831
+ ._3p04C > table > thead, ._3p04C > table > tfoot {
832
+ position: sticky;
833
+ background-color: var(--color-white);
834
+ z-index: 1;
835
+ }
836
+ ._3p04C > table > thead {
837
+ top: 0;
838
+ }
839
+ ._3p04C > table > tfoot {
840
+ bottom: 0;
841
+ }
842
+ ._3_o_a {
843
+ width: 100%;
844
+ height: 100%;
845
+ border-spacing: 0;
846
+ border-collapse: separate;
847
+ border: 0;
848
+ }
849
+ ._3aKQI {
850
+ table-layout: fixed;
851
+ }
852
+ ._tCd-U {
853
+ border: 1px solid var(--color-grey-200);
854
+ border-radius: 8px;
855
+ font-family: "Proxima Nova", sans-serif;
856
+ font-size: 14px;
857
+ }
858
+ ._tCd-U tr:first-of-type > td:first-of-type {
859
+ border-top-left-radius: 8px;
860
+ }
861
+ ._tCd-U tr:first-of-type > td:last-of-type {
862
+ border-top-right-radius: 8px;
863
+ }
864
+ ._tCd-U tr:last-of-type > td:first-of-type {
865
+ border-bottom-left-radius: 8px;
866
+ }
867
+ ._tCd-U tr:last-of-type > td:last-of-type {
868
+ border-bottom-right-radius: 8px;
869
+ }
870
+ ._Hp5nC tr:last-of-type > td:first-of-type {
871
+ border-bottom-left-radius: 0;
872
+ }
873
+ ._Hp5nC tr:last-of-type > td:last-of-type {
874
+ border-bottom-right-radius: 0;
875
+ }
876
+ .__15fo {
877
+ font-weight: 600;
878
+ font-size: 14px;
879
+ }
880
+ .__15fo tr td {
881
+ background: var(--color-grey-100);
882
+ }
883
+ .__15fo tr td:first-of-type {
884
+ border-left: 1px solid var(--color-grey-200);
885
+ }
886
+ .__15fo tr td:last-of-type {
887
+ border-right: 1px solid var(--color-grey-200);
888
+ }
889
+ .__15fo tr:first-of-type td {
890
+ border-top: 0;
891
+ }
892
+ .__15fo tr:last-of-type td:first-of-type {
893
+ border-bottom-left-radius: 8px;
894
+ }
895
+ .__15fo tr:last-of-type td:last-of-type {
896
+ border-bottom-right-radius: 8px;
897
+ }
898
+ ._2KGQu {
899
+ margin-top: 20px;
900
+ font-family: "Proxima Nova", sans-serif;
901
+ }
902
+ ._1zw4R {
903
+ width: 100%;
904
+ height: 20px;
905
+ border: 1px solid var(--color-grey-200);
906
+ box-sizing: border-box;
907
+ position: absolute;
908
+ z-index: 1;
909
+ pointer-events: none;
910
+ }
911
+ ._2vWl5 {
912
+ top: 28px;
913
+ border-bottom: 0;
914
+ border-top-right-radius: 8px;
915
+ border-top-left-radius: 8px;
916
+ }
917
+ ._397Yd {
918
+ bottom: 0;
919
+ border-top: 0;
920
+ border-bottom-right-radius: 8px;
921
+ border-bottom-left-radius: 8px;
922
+ }
923
+ ._AGTVL {
924
+ width: 8px;
925
+ height: 8px;
926
+ overflow: hidden;
927
+ position: absolute;
928
+ left: -1px;
929
+ }
930
+ ._AGTVL::before {
931
+ content: "";
932
+ display: block;
933
+ width: 200%;
934
+ height: 200%;
935
+ position: absolute;
936
+ border-radius: 50%;
937
+ left: 0;
938
+ }
939
+ ._3wzKK {
940
+ top: -1px;
941
+ }
942
+ ._3wzKK::before {
943
+ top: 0;
944
+ box-shadow: -6px -6px 0 0 white;
945
+ }
946
+ ._2pJrs {
947
+ bottom: -1px;
948
+ }
949
+ ._2pJrs::before {
950
+ bottom: 0;
951
+ box-shadow: -6px 6px 0 0 white;
952
+ }
953
+ ._vh4go {
954
+ width: 8px;
955
+ height: 8px;
956
+ overflow: hidden;
957
+ position: absolute;
958
+ right: -1px;
959
+ }
960
+ ._vh4go::before {
961
+ content: "";
962
+ display: block;
963
+ width: 200%;
964
+ height: 200%;
965
+ position: absolute;
966
+ border-radius: 50%;
967
+ right: 0;
968
+ }
969
+ ._2sj0a {
970
+ top: -1px;
971
+ }
972
+ ._2sj0a::before {
973
+ top: 0;
974
+ box-shadow: 6px -6px 0 0 white;
975
+ }
976
+ ._1s8kO {
977
+ bottom: -1px;
978
+ }
979
+ ._1s8kO::before {
980
+ bottom: 0;
981
+ box-shadow: 6px 6px 0 0 white;
982
+ }
983
+ ._94pbt > td {
984
+ border: 1px solid var(--color-grey-200);
985
+ }
787
986
  ._2GGMG:focus:not(:focus-visible) {
788
987
  /* Remove the focus indicator on mouse-focus for browsers
789
988
  that do support :focus-visible */
@@ -836,41 +1035,335 @@ Just for future references:
836
1035
  ._2rs8m:focus > * {
837
1036
  box-shadow: 0 0 8px var(--color-eggplant-300);
838
1037
  }
839
- ._2puqJ {
840
- position: fixed;
841
- top: 0px;
842
- bottom: 0px;
843
- left: 0px;
844
- right: 0px;
845
- background-color: rgba(0, 0, 0, 0.5);
846
- display: flex;
847
- align-items: center;
848
- flex-direction: column;
1038
+ ._h724f {
1039
+ line-height: normal;
1040
+ padding: 0;
1041
+ width: auto;
1042
+ float: none;
1043
+ color: var(--color-grey-500);
1044
+ font-family: "Proxima Nova", sans-serif;
1045
+ font-weight: 600;
1046
+ font-size: 14px;
1047
+ min-height: 16px;
849
1048
  }
850
- ._2puqJ::after {
851
- width: 100%;
852
- flex-basis: 20px;
853
- flex-shrink: 0;
854
- content: "";
1049
+
1050
+ ._1VUoF {
1051
+ overflow: hidden;
1052
+ white-space: nowrap;
1053
+ text-overflow: ellipsis;
855
1054
  }
856
- ._2puqJ::before {
857
- width: 100%;
858
- min-height: 20px;
859
- max-height: 80px;
1055
+ ._1DWBq {
1056
+ color: var(--color-grey-500);
1057
+ font-family: "Proxima Nova", sans-serif;
1058
+ font-weight: 400;
1059
+ font-size: 12px;
1060
+ line-height: 16px;
1061
+ }
1062
+ ._nZ2MD {
1063
+ color: var(--color-radish-400);
1064
+ font-family: "Proxima Nova", sans-serif;
1065
+ font-weight: 400;
1066
+ font-size: 12px;
1067
+ }
1068
+ ._20YOA {
1069
+ padding: 7px;
1070
+ line-height: 22px;
1071
+ border-radius: 4px;
1072
+ font-size: 14px;
1073
+ font-family: "Proxima Nova", sans-serif;
1074
+ color: var(--color-grey-500);
1075
+ box-shadow: none;
1076
+ border: 1px solid var(--color-grey-200);
1077
+ margin: 0;
860
1078
  flex: 1;
861
- content: "";
1079
+ min-width: 90px;
1080
+ }
1081
+ ._20YOA:focus {
1082
+ border: 1px solid var(--color-eggplant-400);
1083
+ box-shadow: 0 0 8px var(--color-eggplant-300);
1084
+ outline: none;
1085
+ }
1086
+ ._20YOA:disabled {
1087
+ background-color: var(--color-grey-100);
1088
+ color: var(--color-grey-400);
862
1089
  }
863
1090
 
864
- ._1167h {
865
- opacity: 1;
866
- transform: translateX(0);
1091
+ ._3kUSh {
1092
+ border-color: var(--color-radish-400) !important;
867
1093
  }
868
1094
 
869
- ._t_t7L {
870
- opacity: 0;
1095
+ ._3IU3Q {
1096
+ border-left: 0 !important;
1097
+ border-top-left-radius: 0 !important;
1098
+ border-bottom-left-radius: 0 !important;
1099
+ color: var(--color-grey-400);
871
1100
  }
872
1101
 
873
- ._wQQ_2 {
1102
+ ._QXJOD {
1103
+ border-right: 0 !important;
1104
+ border-top-right-radius: 0 !important;
1105
+ border-bottom-right-radius: 0 !important;
1106
+ }
1107
+ ._ybKOk {
1108
+ position: relative;
1109
+ display: flex;
1110
+ flex: 1;
1111
+ }
1112
+
1113
+ ._2COk3 input {
1114
+ padding-left: 21px;
1115
+ }
1116
+
1117
+ ._1xXXN input {
1118
+ padding-right: 21px;
1119
+ }
1120
+
1121
+ ._eX5OL {
1122
+ position: absolute;
1123
+ line-height: 22px;
1124
+ padding: 8px;
1125
+ color: var(--color-grey-500);
1126
+ min-width: 8px;
1127
+ pointer-events: none;
1128
+ font-size: 14px;
1129
+ font-family: "Proxima Nova", sans-serif;
1130
+ box-sizing: content-box;
1131
+ display: flex;
1132
+ align-items: center;
1133
+ height: 22px;
1134
+ top: 0;
1135
+ bottom: 0;
1136
+ margin-top: auto;
1137
+ margin-bottom: auto;
1138
+ z-index: 1;
1139
+ text-align: left;
1140
+ }
1141
+ ._eX5OL svg, ._eX5OL path {
1142
+ color: var(--color-grey-400);
1143
+ }
1144
+
1145
+ .__YH01 {
1146
+ position: absolute;
1147
+ line-height: 22px;
1148
+ padding: 8px;
1149
+ color: var(--color-grey-500);
1150
+ min-width: 8px;
1151
+ pointer-events: none;
1152
+ font-size: 14px;
1153
+ font-family: "Proxima Nova", sans-serif;
1154
+ box-sizing: content-box;
1155
+ display: flex;
1156
+ align-items: center;
1157
+ height: 22px;
1158
+ top: 0;
1159
+ bottom: 0;
1160
+ margin-top: auto;
1161
+ margin-bottom: auto;
1162
+ right: 0;
1163
+ text-align: right;
1164
+ }
1165
+ .__YH01 svg, .__YH01 path {
1166
+ color: var(--color-grey-400);
1167
+ }
1168
+ ._1v1df {
1169
+ font-family: "Proxima Nova", sans-serif;
1170
+ list-style: none;
1171
+ margin: -20px;
1172
+ padding: 0;
1173
+ }
1174
+ ._eAjpa {
1175
+ background-color: var(--color-grey-100);
1176
+ }
1177
+ ._3x1F6 {
1178
+ width: 100%;
1179
+ height: 1px;
1180
+ background-color: var(--color-grey-200);
1181
+ margin: 4px 0;
1182
+ }
1183
+ ._B3_I5 {
1184
+ padding: 12px;
1185
+ font-size: 14px;
1186
+ line-height: 20px;
1187
+ display: flex;
1188
+ cursor: pointer;
1189
+ white-space: nowrap;
1190
+ color: var(--color-grey-400);
1191
+ gap: 8px;
1192
+ align-items: center;
1193
+ }
1194
+ ._1mr1h {
1195
+ background-color: var(--color-eggplant-100);
1196
+ }
1197
+ ._1mr1h > ._2b7Fg {
1198
+ color: var(--color-eggplant-500);
1199
+ }
1200
+ ._2l0Cb {
1201
+ cursor: auto;
1202
+ color: var(--color-grey-500);
1203
+ }
1204
+ ._2l0Cb > ._2b7Fg {
1205
+ color: var(--color-grey-400);
1206
+ }
1207
+ ._2b7Fg {
1208
+ flex: 1;
1209
+ color: var(--color-grey-500);
1210
+ }
1211
+ h1._3CIA3 {
1212
+ font-size: 1.75rem;
1213
+ line-height: 2rem;
1214
+ font-weight: 600;
1215
+ }
1216
+
1217
+ h2._3CIA3 {
1218
+ font-size: 1.5rem;
1219
+ line-height: 1.75rem;
1220
+ font-weight: 600;
1221
+ }
1222
+
1223
+ h3._3CIA3 {
1224
+ font-size: 1.25rem;
1225
+ line-height: 1.5rem;
1226
+ font-weight: 600;
1227
+ }
1228
+
1229
+ h4._3CIA3 {
1230
+ font-size: 1.25rem;
1231
+ line-height: 1.5rem;
1232
+ font-weight: 400;
1233
+ color: var(--color-grey-400);
1234
+ }
1235
+
1236
+ h5._3CIA3 {
1237
+ font-size: 1rem;
1238
+ line-height: 1.25rem;
1239
+ font-weight: 400;
1240
+ color: var(--color-grey-400);
1241
+ }
1242
+
1243
+ ._3CIA3 {
1244
+ font-family: "Proxima Nova", sans-serif;
1245
+ color: var(--color-grey-500);
1246
+ margin: 0;
1247
+ }
1248
+ ._1nnj8 {
1249
+ font-size: 0.875rem;
1250
+ line-height: 1.125rem;
1251
+ font-weight: 400;
1252
+ }
1253
+ ._37K6o {
1254
+ font-size: 0.75rem;
1255
+ line-height: 1rem;
1256
+ font-weight: 400;
1257
+ }
1258
+ ._avqxy {
1259
+ font-size: 2.5rem;
1260
+ line-height: 2.75rem;
1261
+ font-weight: 600;
1262
+ }
1263
+ ._2TG6E {
1264
+ font-weight: 600;
1265
+ }
1266
+ ._2hlsn {
1267
+ font-style: italic;
1268
+ }
1269
+ ._1Pjo6 {
1270
+ text-decoration: underline;
1271
+ }
1272
+ ._eDdDI {
1273
+ font-variant-numeric: tabular-nums;
1274
+ }
1275
+ ._2gNwS {
1276
+ text-align: left;
1277
+ }
1278
+ ._ufv1W {
1279
+ text-align: right;
1280
+ }
1281
+ ._2WMN6 {
1282
+ text-align: center;
1283
+ }
1284
+ ._2iH-J {
1285
+ text-align: justify;
1286
+ }
1287
+ ._SpJZY {
1288
+ position: relative;
1289
+ border-bottom: 1px solid var(--color-grey-200);
1290
+ padding: 16px;
1291
+ word-break: break-word;
1292
+ -webkit-hyphens: auto;
1293
+ -ms-hyphens: auto;
1294
+ hyphens: auto;
1295
+ }
1296
+ ._SpJZY:first-of-type {
1297
+ border-left: 1px solid var(--color-grey-200);
1298
+ }
1299
+ ._SpJZY:last-of-type {
1300
+ border-right: 1px solid var(--color-grey-200);
1301
+ }
1302
+ ._3R9X2 {
1303
+ padding: 0;
1304
+ }
1305
+ ._6CjWl:not(:last-child) {
1306
+ border-right: 1px solid var(--color-grey-200);
1307
+ }
1308
+ ._tvnPS {
1309
+ background: var(--color-radish-100);
1310
+ color: var(--color-radish-400);
1311
+ }
1312
+ ._2D9Do {
1313
+ height: 100%;
1314
+ display: flex;
1315
+ align-items: center;
1316
+ }
1317
+ ._1HyJe {
1318
+ justify-content: flex-end;
1319
+ }
1320
+ ._3tEcf {
1321
+ justify-content: space-between;
1322
+ }
1323
+ ._2ctV2 {
1324
+ width: 16px;
1325
+ }
1326
+ ._2QAov {
1327
+ margin-left: 4px;
1328
+ }
1329
+ ._AzpZE {
1330
+ margin-right: 4px;
1331
+ }
1332
+ ._2puqJ {
1333
+ position: fixed;
1334
+ top: 0px;
1335
+ bottom: 0px;
1336
+ left: 0px;
1337
+ right: 0px;
1338
+ background-color: rgba(0, 0, 0, 0.5);
1339
+ display: flex;
1340
+ align-items: center;
1341
+ flex-direction: column;
1342
+ }
1343
+ ._2puqJ::after {
1344
+ width: 100%;
1345
+ flex-basis: 20px;
1346
+ flex-shrink: 0;
1347
+ content: "";
1348
+ }
1349
+ ._2puqJ::before {
1350
+ width: 100%;
1351
+ min-height: 20px;
1352
+ max-height: 80px;
1353
+ flex: 1;
1354
+ content: "";
1355
+ }
1356
+
1357
+ ._1167h {
1358
+ opacity: 1;
1359
+ transform: translateX(0);
1360
+ }
1361
+
1362
+ ._t_t7L {
1363
+ opacity: 0;
1364
+ }
1365
+
1366
+ ._wQQ_2 {
874
1367
  position: relative;
875
1368
  border: 1px solid var(--color-grey-200);
876
1369
  background: var(--color-white);
@@ -1390,323 +1883,29 @@ Just for future references:
1390
1883
  background-color: var(--color-tangerine-200);
1391
1884
  color: var(--color-tangerine-400);
1392
1885
  }
1393
- ._2PEs8:first-of-type {
1394
- border-top-left-radius: 50%;
1395
- border-bottom-left-radius: 50%;
1396
- }
1397
- ._2PEs8:last-of-type {
1398
- border-top-right-radius: 50%;
1399
- border-bottom-right-radius: 50%;
1400
- }
1401
-
1402
- ._3Nwep:hover {
1403
- background: var(--color-grey-100);
1404
- }
1405
- ._3Nwep:hover ._2PEs8:not(._1M4ZF) {
1406
- background-color: var(--color-tangerine-400);
1407
- color: var(--color-white);
1408
- }
1409
- ._3Nwep:hover ._3nNcG:first-of-type {
1410
- border-top-left-radius: 50%;
1411
- border-bottom-left-radius: 50%;
1412
- }
1413
- ._3Nwep:hover ._3nNcG:last-of-type {
1414
- border-top-right-radius: 50%;
1415
- border-bottom-right-radius: 50%;
1416
- }
1417
- ._1v1df {
1418
- font-family: "Proxima Nova", sans-serif;
1419
- list-style: none;
1420
- margin: -20px;
1421
- padding: 0;
1422
- }
1423
- ._eAjpa {
1424
- background-color: var(--color-grey-100);
1425
- }
1426
- ._3x1F6 {
1427
- width: 100%;
1428
- height: 1px;
1429
- background-color: var(--color-grey-200);
1430
- margin: 4px 0;
1431
- }
1432
- ._B3_I5 {
1433
- padding: 12px;
1434
- font-size: 14px;
1435
- line-height: 20px;
1436
- display: flex;
1437
- cursor: pointer;
1438
- white-space: nowrap;
1439
- color: var(--color-grey-400);
1440
- gap: 8px;
1441
- align-items: center;
1442
- }
1443
- ._1mr1h {
1444
- background-color: var(--color-eggplant-100);
1445
- }
1446
- ._1mr1h > ._2b7Fg {
1447
- color: var(--color-eggplant-500);
1448
- }
1449
- ._2l0Cb {
1450
- cursor: auto;
1451
- color: var(--color-grey-500);
1452
- }
1453
- ._2l0Cb > ._2b7Fg {
1454
- color: var(--color-grey-400);
1455
- }
1456
- ._2b7Fg {
1457
- flex: 1;
1458
- color: var(--color-grey-500);
1459
- }
1460
- h1._3CIA3 {
1461
- font-size: 1.75rem;
1462
- line-height: 2rem;
1463
- font-weight: 600;
1464
- }
1465
-
1466
- h2._3CIA3 {
1467
- font-size: 1.5rem;
1468
- line-height: 1.75rem;
1469
- font-weight: 600;
1470
- }
1471
-
1472
- h3._3CIA3 {
1473
- font-size: 1.25rem;
1474
- line-height: 1.5rem;
1475
- font-weight: 600;
1476
- }
1477
-
1478
- h4._3CIA3 {
1479
- font-size: 1.25rem;
1480
- line-height: 1.5rem;
1481
- font-weight: 400;
1482
- color: var(--color-grey-400);
1483
- }
1484
-
1485
- h5._3CIA3 {
1486
- font-size: 1rem;
1487
- line-height: 1.25rem;
1488
- font-weight: 400;
1489
- color: var(--color-grey-400);
1490
- }
1491
-
1492
- ._3CIA3 {
1493
- font-family: "Proxima Nova", sans-serif;
1494
- color: var(--color-grey-500);
1495
- margin: 0;
1496
- }
1497
- ._1nnj8 {
1498
- font-size: 0.875rem;
1499
- line-height: 1.125rem;
1500
- font-weight: 400;
1501
- }
1502
- ._37K6o {
1503
- font-size: 0.75rem;
1504
- line-height: 1rem;
1505
- font-weight: 400;
1506
- }
1507
- ._avqxy {
1508
- font-size: 2.5rem;
1509
- line-height: 2.75rem;
1510
- font-weight: 600;
1511
- }
1512
- ._2TG6E {
1513
- font-weight: 600;
1514
- }
1515
- ._2hlsn {
1516
- font-style: italic;
1517
- }
1518
- ._1Pjo6 {
1519
- text-decoration: underline;
1520
- }
1521
- ._eDdDI {
1522
- font-variant-numeric: tabular-nums;
1523
- }
1524
- ._2gNwS {
1525
- text-align: left;
1526
- }
1527
- ._ufv1W {
1528
- text-align: right;
1529
- }
1530
- ._2WMN6 {
1531
- text-align: center;
1532
- }
1533
- ._2iH-J {
1534
- text-align: justify;
1535
- }
1536
- ._h724f {
1537
- line-height: normal;
1538
- padding: 0;
1539
- width: auto;
1540
- float: none;
1541
- color: var(--color-grey-500);
1542
- font-family: "Proxima Nova", sans-serif;
1543
- font-weight: 600;
1544
- font-size: 14px;
1545
- min-height: 16px;
1546
- }
1547
-
1548
- ._1VUoF {
1549
- overflow: hidden;
1550
- white-space: nowrap;
1551
- text-overflow: ellipsis;
1552
- }
1553
- ._1DWBq {
1554
- color: var(--color-grey-500);
1555
- font-family: "Proxima Nova", sans-serif;
1556
- font-weight: 400;
1557
- font-size: 12px;
1558
- line-height: 16px;
1559
- }
1560
- ._nZ2MD {
1561
- color: var(--color-radish-400);
1562
- font-family: "Proxima Nova", sans-serif;
1563
- font-weight: 400;
1564
- font-size: 12px;
1565
- }
1566
- ._20YOA {
1567
- padding: 7px;
1568
- line-height: 22px;
1569
- border-radius: 4px;
1570
- font-size: 14px;
1571
- font-family: "Proxima Nova", sans-serif;
1572
- color: var(--color-grey-500);
1573
- box-shadow: none;
1574
- border: 1px solid var(--color-grey-200);
1575
- margin: 0;
1576
- flex: 1;
1577
- min-width: 90px;
1578
- }
1579
- ._20YOA:focus {
1580
- border: 1px solid var(--color-eggplant-400);
1581
- box-shadow: 0 0 8px var(--color-eggplant-300);
1582
- outline: none;
1583
- }
1584
- ._20YOA:disabled {
1585
- background-color: var(--color-grey-100);
1586
- color: var(--color-grey-400);
1587
- }
1588
-
1589
- ._3kUSh {
1590
- border-color: var(--color-radish-400) !important;
1591
- }
1592
-
1593
- ._3IU3Q {
1594
- border-left: 0 !important;
1595
- border-top-left-radius: 0 !important;
1596
- border-bottom-left-radius: 0 !important;
1597
- color: var(--color-grey-400);
1598
- }
1599
-
1600
- ._QXJOD {
1601
- border-right: 0 !important;
1602
- border-top-right-radius: 0 !important;
1603
- border-bottom-right-radius: 0 !important;
1604
- }
1605
- ._2Ybjx {
1606
- position: relative;
1607
- border-bottom: 1px solid var(--color-grey-200);
1608
- padding: 16px;
1609
- word-break: break-word;
1610
- -webkit-hyphens: auto;
1611
- -ms-hyphens: auto;
1612
- hyphens: auto;
1613
- }
1614
- ._2Ybjx:first-of-type {
1615
- border-left: 1px solid var(--color-grey-200);
1616
- }
1617
- ._2Ybjx:last-of-type {
1618
- border-right: 1px solid var(--color-grey-200);
1619
- }
1620
- ._5KXHH {
1621
- padding: 0;
1622
- }
1623
- ._2-I0j:not(:last-child) {
1624
- border-right: 1px solid var(--color-grey-200);
1625
- }
1626
- ._D73Vx {
1627
- background: var(--color-radish-100);
1628
- color: var(--color-radish-400);
1629
- }
1630
- ._3A9-M {
1631
- height: 100%;
1632
- display: flex;
1633
- align-items: center;
1634
- }
1635
- ._17Km7 {
1636
- justify-content: flex-end;
1637
- }
1638
- ._2c6KQ {
1639
- justify-content: space-between;
1640
- }
1641
- ._2hIl3 {
1642
- width: 16px;
1643
- }
1644
- ._8Uhyd {
1645
- margin-left: 4px;
1646
- }
1647
- ._3X51R {
1648
- margin-right: 4px;
1649
- }
1650
- ._ybKOk {
1651
- position: relative;
1652
- display: flex;
1653
- flex: 1;
1654
- }
1655
-
1656
- ._2COk3 input {
1657
- padding-left: 21px;
1658
- }
1659
-
1660
- ._1xXXN input {
1661
- padding-right: 21px;
1662
- }
1663
-
1664
- ._eX5OL {
1665
- position: absolute;
1666
- line-height: 22px;
1667
- padding: 8px;
1668
- color: var(--color-grey-500);
1669
- min-width: 8px;
1670
- pointer-events: none;
1671
- font-size: 14px;
1672
- font-family: "Proxima Nova", sans-serif;
1673
- box-sizing: content-box;
1674
- display: flex;
1675
- align-items: center;
1676
- height: 22px;
1677
- top: 0;
1678
- bottom: 0;
1679
- margin-top: auto;
1680
- margin-bottom: auto;
1681
- z-index: 1;
1682
- text-align: left;
1683
- }
1684
- ._eX5OL svg {
1685
- color: var(--color-grey-400);
1686
- }
1687
-
1688
- .__YH01 {
1689
- position: absolute;
1690
- line-height: 22px;
1691
- padding: 8px;
1692
- color: var(--color-grey-500);
1693
- min-width: 8px;
1694
- pointer-events: none;
1695
- font-size: 14px;
1696
- font-family: "Proxima Nova", sans-serif;
1697
- box-sizing: content-box;
1698
- display: flex;
1699
- align-items: center;
1700
- height: 22px;
1701
- top: 0;
1702
- bottom: 0;
1703
- margin-top: auto;
1704
- margin-bottom: auto;
1705
- right: 0;
1706
- text-align: right;
1707
- }
1708
- .__YH01 svg {
1709
- color: var(--color-grey-400);
1886
+ ._2PEs8:first-of-type {
1887
+ border-top-left-radius: 50%;
1888
+ border-bottom-left-radius: 50%;
1889
+ }
1890
+ ._2PEs8:last-of-type {
1891
+ border-top-right-radius: 50%;
1892
+ border-bottom-right-radius: 50%;
1893
+ }
1894
+
1895
+ ._3Nwep:hover {
1896
+ background: var(--color-grey-100);
1897
+ }
1898
+ ._3Nwep:hover ._2PEs8:not(._1M4ZF) {
1899
+ background-color: var(--color-tangerine-400);
1900
+ color: var(--color-white);
1901
+ }
1902
+ ._3Nwep:hover ._3nNcG:first-of-type {
1903
+ border-top-left-radius: 50%;
1904
+ border-bottom-left-radius: 50%;
1905
+ }
1906
+ ._3Nwep:hover ._3nNcG:last-of-type {
1907
+ border-top-right-radius: 50%;
1908
+ border-bottom-right-radius: 50%;
1710
1909
  }
1711
1910
  ._qYNve {
1712
1911
  width: 100%;
@@ -1770,215 +1969,6 @@ h5._3CIA3 {
1770
1969
  ._3Mm-v._3Mm-v {
1771
1970
  border-bottom-right-radius: 8px;
1772
1971
  }
1773
- ._3qoNq {
1774
- position: relative;
1775
- }
1776
-
1777
- ._2HcDV {
1778
- position: relative;
1779
- }
1780
- ._3dowz > table > thead, ._3dowz > table > tfoot {
1781
- position: sticky;
1782
- background-color: white;
1783
- z-index: 1;
1784
- }
1785
- ._3dowz > table > thead {
1786
- top: 0;
1787
- }
1788
- ._3dowz > table > tfoot {
1789
- bottom: 0;
1790
- }
1791
-
1792
- ._tGpUv {
1793
- width: 100%;
1794
- height: 100%;
1795
- border-spacing: 0;
1796
- border-collapse: separate;
1797
- border: 0;
1798
- }
1799
- ._3VePT {
1800
- table-layout: fixed;
1801
- }
1802
-
1803
- ._2ZgmC {
1804
- text-align: left;
1805
- }
1806
-
1807
- ._3slLU {
1808
- line-height: 20px;
1809
- padding: 0 16px 8px 16px;
1810
- background-color: unset;
1811
- color: var(--color-grey-500);
1812
- font-size: 12px;
1813
- font-weight: 600;
1814
- font-family: "Proxima Nova", sans-serif;
1815
- border: 0;
1816
- }
1817
- ._1jb-H {
1818
- width: 100%;
1819
- height: 100%;
1820
- display: flex;
1821
- align-items: center;
1822
- }
1823
- ._2Np60 {
1824
- justify-content: flex-end;
1825
- }
1826
- ._1-26z {
1827
- cursor: pointer;
1828
- }
1829
-
1830
- ._3slLU:focus:not(:focus-visible) {
1831
- /* Remove the focus indicator on mouse-focus for browsers
1832
- that do support :focus-visible */
1833
- outline: none;
1834
- }
1835
-
1836
- ._2i1wY {
1837
- box-sizing: content-box;
1838
- }
1839
-
1840
- ._BLrNe {
1841
- display: inline-block;
1842
- padding-left: 8px;
1843
- line-height: 1em;
1844
- }
1845
-
1846
- ._CT4Lp {
1847
- border: 1px solid var(--color-grey-200);
1848
- border-radius: 8px;
1849
- font-family: "Proxima Nova", sans-serif;
1850
- font-size: 14px;
1851
- }
1852
- ._CT4Lp tr:first-of-type > td:first-of-type {
1853
- border-top-left-radius: 8px;
1854
- }
1855
- ._CT4Lp tr:first-of-type > td:last-of-type {
1856
- border-top-right-radius: 8px;
1857
- }
1858
- ._CT4Lp tr:last-of-type > td:first-of-type {
1859
- border-bottom-left-radius: 8px;
1860
- }
1861
- ._CT4Lp tr:last-of-type > td:last-of-type {
1862
- border-bottom-right-radius: 8px;
1863
- }
1864
- ._1wU1R tr:last-of-type > td:first-of-type {
1865
- border-bottom-left-radius: 0;
1866
- }
1867
- ._1wU1R tr:last-of-type > td:last-of-type {
1868
- border-bottom-right-radius: 0;
1869
- }
1870
-
1871
- ._398L3 {
1872
- font-weight: 600;
1873
- font-size: 14px;
1874
- }
1875
- ._398L3 tr td {
1876
- background: var(--color-grey-100);
1877
- }
1878
- ._398L3 tr td:first-of-type {
1879
- border-left: 1px solid var(--color-grey-200);
1880
- }
1881
- ._398L3 tr td:last-of-type {
1882
- border-right: 1px solid var(--color-grey-200);
1883
- }
1884
- ._398L3 tr:first-of-type td {
1885
- border-top: 0;
1886
- }
1887
- ._398L3 tr:last-of-type td:first-of-type {
1888
- border-bottom-left-radius: 8px;
1889
- }
1890
- ._398L3 tr:last-of-type td:last-of-type {
1891
- border-bottom-right-radius: 8px;
1892
- }
1893
-
1894
- ._2smmY {
1895
- margin-top: 20px;
1896
- font-family: "Proxima Nova", sans-serif;
1897
- }
1898
- ._1zw4R {
1899
- width: 100%;
1900
- height: 20px;
1901
- border: 1px solid var(--color-grey-200);
1902
- box-sizing: border-box;
1903
- position: absolute;
1904
- z-index: 1;
1905
- pointer-events: none;
1906
- }
1907
- ._2vWl5 {
1908
- top: 28px;
1909
- border-bottom: 0;
1910
- border-top-right-radius: 8px;
1911
- border-top-left-radius: 8px;
1912
- }
1913
- ._397Yd {
1914
- bottom: 0;
1915
- border-top: 0;
1916
- border-bottom-right-radius: 8px;
1917
- border-bottom-left-radius: 8px;
1918
- }
1919
- ._AGTVL {
1920
- width: 8px;
1921
- height: 8px;
1922
- overflow: hidden;
1923
- position: absolute;
1924
- left: -1px;
1925
- }
1926
- ._AGTVL::before {
1927
- content: "";
1928
- display: block;
1929
- width: 200%;
1930
- height: 200%;
1931
- position: absolute;
1932
- border-radius: 50%;
1933
- left: 0;
1934
- }
1935
- ._3wzKK {
1936
- top: -1px;
1937
- }
1938
- ._3wzKK::before {
1939
- top: 0;
1940
- box-shadow: -6px -6px 0 0 white;
1941
- }
1942
- ._2pJrs {
1943
- bottom: -1px;
1944
- }
1945
- ._2pJrs::before {
1946
- bottom: 0;
1947
- box-shadow: -6px 6px 0 0 white;
1948
- }
1949
- ._vh4go {
1950
- width: 8px;
1951
- height: 8px;
1952
- overflow: hidden;
1953
- position: absolute;
1954
- right: -1px;
1955
- }
1956
- ._vh4go::before {
1957
- content: "";
1958
- display: block;
1959
- width: 200%;
1960
- height: 200%;
1961
- position: absolute;
1962
- border-radius: 50%;
1963
- right: 0;
1964
- }
1965
- ._2sj0a {
1966
- top: -1px;
1967
- }
1968
- ._2sj0a::before {
1969
- top: 0;
1970
- box-shadow: 6px -6px 0 0 white;
1971
- }
1972
- ._1s8kO {
1973
- bottom: -1px;
1974
- }
1975
- ._1s8kO::before {
1976
- bottom: 0;
1977
- box-shadow: 6px 6px 0 0 white;
1978
- }
1979
- ._94pbt > td {
1980
- border: 1px solid var(--color-grey-200);
1981
- }
1982
1972
  ._1cDCR {
1983
1973
  flex: 1;
1984
1974
  display: "flex";
@@ -3090,6 +3080,73 @@ input:disabled + ._1tMq-::after {
3090
3080
  background-color: var(--color-tangerine-200);
3091
3081
  color: var(--color-tangerine-400);
3092
3082
  }
3083
+ ._1EJlZ, ._20_Q3 input, ._20_Q3 {
3084
+ padding: 7px;
3085
+ line-height: 22px;
3086
+ border-radius: 4px;
3087
+ font-size: 14px;
3088
+ font-family: "Proxima Nova", sans-serif;
3089
+ color: var(--color-grey-500);
3090
+ box-shadow: none;
3091
+ border: 1px solid var(--color-grey-200);
3092
+ margin: 0;
3093
+ flex: 1;
3094
+ min-width: 90px;
3095
+ }
3096
+ ._1EJlZ:focus, ._20_Q3 input:focus, ._20_Q3:focus {
3097
+ border: 1px solid var(--color-eggplant-400);
3098
+ box-shadow: 0 0 8px var(--color-eggplant-300);
3099
+ outline: none;
3100
+ }
3101
+ ._1EJlZ:disabled, ._20_Q3 input:disabled, ._20_Q3:disabled {
3102
+ background-color: var(--color-grey-100);
3103
+ color: var(--color-grey-400);
3104
+ }
3105
+
3106
+ ._3vaZG {
3107
+ border-color: var(--color-radish-400) !important;
3108
+ }
3109
+
3110
+ ._2dh_z {
3111
+ border-left: 0 !important;
3112
+ border-top-left-radius: 0 !important;
3113
+ border-bottom-left-radius: 0 !important;
3114
+ color: var(--color-grey-400);
3115
+ }
3116
+
3117
+ ._2iyg- {
3118
+ border-right: 0 !important;
3119
+ border-top-right-radius: 0 !important;
3120
+ border-bottom-right-radius: 0 !important;
3121
+ }
3122
+
3123
+ ._20_Q3 {
3124
+ display: flex;
3125
+ padding: 0;
3126
+ align-items: center;
3127
+ flex-grow: 1;
3128
+ }
3129
+ ._20_Q3 > div {
3130
+ width: 50%;
3131
+ }
3132
+ ._22G5J {
3133
+ border-color: var(--color-radish-400);
3134
+ }
3135
+ ._1bvhh {
3136
+ background-color: var(--color-grey-100);
3137
+ }
3138
+ ._20_Q3 input {
3139
+ border: none;
3140
+ min-width: 20px;
3141
+ flex: 1;
3142
+ }
3143
+ ._20_Q3 input:focus {
3144
+ border: none;
3145
+ box-shadow: inset 0 -2px 0 var(--color-tangerine-400);
3146
+ outline: none;
3147
+ border-radius: 0;
3148
+ border-top-right-radius: 4px;
3149
+ }
3093
3150
  ._vgLin {
3094
3151
  padding: 16px 12px 16px 12px;
3095
3152
  background: var(--color-grey-100);