@7shifts/sous-chef 3.76.0-beta.6 → 3.76.0-beta.8

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/index.css CHANGED
@@ -1707,7 +1707,7 @@ h5._6SgoN {
1707
1707
  flex-grow: 0;
1708
1708
  padding: 0;
1709
1709
  margin-right: 20px;
1710
- max-width: 250px;
1710
+ width: 250px;
1711
1711
  }
1712
1712
  @media (max-width: 1200px) {
1713
1713
  ._v--DF {
@@ -1767,199 +1767,42 @@ h5._6SgoN {
1767
1767
  cursor: default;
1768
1768
  font-weight: bold;
1769
1769
  }
1770
- ._FsCJQ {
1771
- font-family: var(--font-family-body);
1772
- font-size: var(--font-size-200);
1773
- line-height: var(--font-line-height-200);
1774
- font-weight: var(--p-font-weight-normal);
1775
- color: var(--color-white);
1776
- padding: 16px;
1777
- text-align: center;
1778
- }
1779
- ._zt-xK {
1780
- background-color: var(--color-blueberry-400);
1781
- }
1782
- ._rmUys {
1783
- background-color: var(--color-radish-400);
1784
- }
1785
- ._UGrRR {
1786
- background-color: var(--color-eggplant-400);
1787
- }
1788
- ._UI0Fo {
1789
- position: relative;
1790
- width: 48px;
1791
- height: 48px;
1792
- }
1793
- ._6PNwZ {
1770
+ ._RXV4h {
1794
1771
  font-family: var(--font-family-body);
1795
1772
  font-size: var(--font-size-100);
1796
1773
  line-height: var(--font-line-height-100);
1797
1774
  font-weight: var(--p-font-weight-normal);
1798
- top: 50%;
1799
- left: 50%;
1800
- width: 100%;
1801
- text-align: center;
1802
- position: absolute;
1803
- transform: translate(-50%, -50%);
1804
- color: var(--color-grey-500);
1805
- }
1806
- ._alBLB {
1807
- stroke: var(--color-grey-100);
1808
- fill: transparent;
1809
- }
1810
- ._VADa6 {
1811
- stroke: var(--color-mint-400);
1812
- fill: transparent;
1813
- }
1814
- ._fWvQF {
1815
- background-color: var(--color-grey-100);
1816
- height: 12px;
1817
- width: 100%;
1818
- border-radius: 8px;
1819
- }
1820
- ._vd0xc {
1775
+ display: inline-flex;
1821
1776
  background-color: var(--color-tangerine-400);
1822
- height: 100%;
1823
- border-radius: 8px;
1824
- }
1825
- ._8kdeO {
1826
- display: flex;
1827
- justify-content: space-around;
1828
- }
1829
- ._oDnLM {
1830
- background: var(--color-grey-100);
1831
- width: 100%;
1832
- height: 13px;
1833
- border-radius: 8px;
1834
- overflow: hidden;
1835
- position: relative;
1836
- }
1837
- ._oDnLM::after {
1838
- position: absolute;
1839
- top: 0;
1840
- right: 0;
1841
- bottom: 0;
1842
- left: 0;
1843
- transform: translateX(-100%);
1844
- animation-name: _McmEv;
1845
- animation-delay: 3.5s;
1846
- animation-duration: 1.6s;
1847
- animation-iteration-count: infinite;
1848
- background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0, rgba(var(--color-white-rgb), 0.2) 20%, rgba(var(--color-white-rgb), 0.5) 60%, rgba(var(--color-white-rgb), 0));
1849
- content: "";
1850
- }
1851
- @keyframes _McmEv {
1852
- 100% {
1853
- transform: translateX(100%);
1854
- }
1855
- }
1856
- ._jPXx6 {
1857
- min-height: 38px;
1858
- min-width: 38px;
1859
- width: 72px;
1860
- border-radius: var(--border-radius-400);
1861
- }
1862
- ._sPHSZ {
1863
- min-height: 28px;
1864
- min-width: 64px;
1865
- width: 64px;
1866
- border-radius: 25px;
1867
- }
1868
- ._3vEYT {
1869
- width: 30px;
1870
- height: 30px;
1871
- border-radius: 50%;
1872
- }
1873
- ._zneq9 {
1874
- width: 20px;
1875
1777
  height: 20px;
1876
- border-radius: 50%;
1877
- }
1878
- ._TtfoO {
1879
- width: 30px;
1880
- height: 30px;
1881
- border-radius: 50%;
1882
- }
1883
- ._jhOqR {
1884
- width: 40px;
1885
- height: 40px;
1886
- border-radius: 50%;
1887
- }
1888
- ._VgGfx {
1889
- width: 80px;
1890
- height: 80px;
1891
- border-radius: 50%;
1892
- }
1893
- ._hhDnr:first-of-type > td {
1894
- border-top: 1px solid var(--color-grey-200);
1895
- }
1896
- ._hhDnr:focus:not(:focus-visible) {
1897
- /* Remove the focus indicator on mouse-focus for browsers
1898
- that do support :focus-visible */
1899
- outline: none;
1900
- }
1901
- ._ej5Ke {
1902
- cursor: pointer;
1903
- }
1904
- ._ej5Ke:not(._qDTAh):hover td {
1905
- background-color: var(--color-grey-100);
1906
- }
1907
- ._qDTAh td {
1908
- background-color: var(--color-blackberry-100);
1909
- }
1910
- ._ffXgN {
1911
- white-space: nowrap;
1912
- width: 100%;
1913
- display: flex;
1914
- justify-content: flex-end;
1915
- }
1916
- ._cp8xi {
1917
- position: relative;
1918
- border-bottom: 1px solid var(--color-grey-200);
1919
- padding: 16px;
1920
- word-break: break-word;
1921
- -webkit-hyphens: auto;
1922
- hyphens: auto;
1923
- background: var(--color-white);
1924
- }
1925
- ._cp8xi:first-of-type {
1926
- border-left: 1px solid var(--color-grey-200);
1927
- }
1928
- ._cp8xi:last-of-type {
1929
- border-right: 1px solid var(--color-grey-200);
1930
- }
1931
- ._gqbNb {
1932
- padding: 0;
1933
- }
1934
- ._uHjkg:not(:last-child) {
1935
- border-right: 1px solid var(--color-grey-200);
1936
- }
1937
- ._ASOQd {
1938
- background: var(--color-radish-100);
1939
- color: var(--color-radish-400);
1940
- }
1941
- ._HjPNI {
1942
- height: 100%;
1943
- display: flex;
1778
+ min-width: 20px;
1779
+ color: var(--color-white);
1780
+ text-align: center;
1781
+ border-radius: 20px;
1782
+ box-sizing: border-box;
1783
+ padding: 0 6px;
1944
1784
  align-items: center;
1785
+ justify-content: center;
1786
+ border: 1px solid var(--color-white);
1945
1787
  }
1946
- ._BCVO6 {
1947
- justify-content: flex-end;
1788
+ ._RXV4h svg {
1789
+ fill: var(--color-white);
1948
1790
  }
1949
- ._NqtPS {
1950
- justify-content: space-between;
1791
+ ._2An1I {
1792
+ background-color: var(--color-banana-400);
1951
1793
  }
1952
- ._-rWoZ {
1953
- opacity: 0.5;
1794
+ ._-Bw8L {
1795
+ background-color: var(--color-radish-400);
1954
1796
  }
1955
- ._txhua {
1956
- width: 16px;
1797
+ ._RxlMz {
1798
+ background-color: var(--color-mint-400);
1957
1799
  }
1958
- ._fPzqj {
1959
- margin-left: 4px;
1800
+ ._dzCH- {
1801
+ background-color: var(--color-blueberry-400);
1960
1802
  }
1961
- ._L2-l- {
1962
- margin-right: 4px;
1803
+ ._Ix9tP {
1804
+ font-variant-numeric: tabular-nums;
1805
+ padding: 0 5px;
1963
1806
  }
1964
1807
  ._0yTe8 {
1965
1808
  position: fixed;
@@ -2401,6 +2244,200 @@ input:disabled + ._kmvBP::after {
2401
2244
  top: 10px;
2402
2245
  right: 10px;
2403
2246
  }
2247
+ ._FsCJQ {
2248
+ font-family: var(--font-family-body);
2249
+ font-size: var(--font-size-200);
2250
+ line-height: var(--font-line-height-200);
2251
+ font-weight: var(--p-font-weight-normal);
2252
+ color: var(--color-white);
2253
+ padding: 16px;
2254
+ text-align: center;
2255
+ }
2256
+ ._zt-xK {
2257
+ background-color: var(--color-blueberry-400);
2258
+ }
2259
+ ._rmUys {
2260
+ background-color: var(--color-radish-400);
2261
+ }
2262
+ ._UGrRR {
2263
+ background-color: var(--color-eggplant-400);
2264
+ }
2265
+ ._UI0Fo {
2266
+ position: relative;
2267
+ width: 48px;
2268
+ height: 48px;
2269
+ }
2270
+ ._6PNwZ {
2271
+ font-family: var(--font-family-body);
2272
+ font-size: var(--font-size-100);
2273
+ line-height: var(--font-line-height-100);
2274
+ font-weight: var(--p-font-weight-normal);
2275
+ top: 50%;
2276
+ left: 50%;
2277
+ width: 100%;
2278
+ text-align: center;
2279
+ position: absolute;
2280
+ transform: translate(-50%, -50%);
2281
+ color: var(--color-grey-500);
2282
+ }
2283
+ ._alBLB {
2284
+ stroke: var(--color-grey-100);
2285
+ fill: transparent;
2286
+ }
2287
+ ._VADa6 {
2288
+ stroke: var(--color-mint-400);
2289
+ fill: transparent;
2290
+ }
2291
+ ._fWvQF {
2292
+ background-color: var(--color-grey-100);
2293
+ height: 12px;
2294
+ width: 100%;
2295
+ border-radius: 8px;
2296
+ }
2297
+ ._vd0xc {
2298
+ background-color: var(--color-tangerine-400);
2299
+ height: 100%;
2300
+ border-radius: 8px;
2301
+ }
2302
+ ._8kdeO {
2303
+ display: flex;
2304
+ justify-content: space-around;
2305
+ }
2306
+ ._oDnLM {
2307
+ background: var(--color-grey-100);
2308
+ width: 100%;
2309
+ height: 13px;
2310
+ border-radius: 8px;
2311
+ overflow: hidden;
2312
+ position: relative;
2313
+ }
2314
+ ._oDnLM::after {
2315
+ position: absolute;
2316
+ top: 0;
2317
+ right: 0;
2318
+ bottom: 0;
2319
+ left: 0;
2320
+ transform: translateX(-100%);
2321
+ animation-name: _McmEv;
2322
+ animation-delay: 3.5s;
2323
+ animation-duration: 1.6s;
2324
+ animation-iteration-count: infinite;
2325
+ background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0, rgba(var(--color-white-rgb), 0.2) 20%, rgba(var(--color-white-rgb), 0.5) 60%, rgba(var(--color-white-rgb), 0));
2326
+ content: "";
2327
+ }
2328
+ @keyframes _McmEv {
2329
+ 100% {
2330
+ transform: translateX(100%);
2331
+ }
2332
+ }
2333
+ ._jPXx6 {
2334
+ min-height: 38px;
2335
+ min-width: 38px;
2336
+ width: 72px;
2337
+ border-radius: var(--border-radius-400);
2338
+ }
2339
+ ._sPHSZ {
2340
+ min-height: 28px;
2341
+ min-width: 64px;
2342
+ width: 64px;
2343
+ border-radius: 25px;
2344
+ }
2345
+ ._3vEYT {
2346
+ width: 30px;
2347
+ height: 30px;
2348
+ border-radius: 50%;
2349
+ }
2350
+ ._zneq9 {
2351
+ width: 20px;
2352
+ height: 20px;
2353
+ border-radius: 50%;
2354
+ }
2355
+ ._TtfoO {
2356
+ width: 30px;
2357
+ height: 30px;
2358
+ border-radius: 50%;
2359
+ }
2360
+ ._jhOqR {
2361
+ width: 40px;
2362
+ height: 40px;
2363
+ border-radius: 50%;
2364
+ }
2365
+ ._VgGfx {
2366
+ width: 80px;
2367
+ height: 80px;
2368
+ border-radius: 50%;
2369
+ }
2370
+ ._hhDnr:first-of-type > td {
2371
+ border-top: 1px solid var(--color-grey-200);
2372
+ }
2373
+ ._hhDnr:focus:not(:focus-visible) {
2374
+ /* Remove the focus indicator on mouse-focus for browsers
2375
+ that do support :focus-visible */
2376
+ outline: none;
2377
+ }
2378
+ ._ej5Ke {
2379
+ cursor: pointer;
2380
+ }
2381
+ ._ej5Ke:not(._qDTAh):hover td {
2382
+ background-color: var(--color-grey-100);
2383
+ }
2384
+ ._qDTAh td {
2385
+ background-color: var(--color-blackberry-100);
2386
+ }
2387
+ ._ffXgN {
2388
+ white-space: nowrap;
2389
+ width: 100%;
2390
+ display: flex;
2391
+ justify-content: flex-end;
2392
+ }
2393
+ ._cp8xi {
2394
+ position: relative;
2395
+ border-bottom: 1px solid var(--color-grey-200);
2396
+ padding: 16px;
2397
+ word-break: break-word;
2398
+ -webkit-hyphens: auto;
2399
+ hyphens: auto;
2400
+ background: var(--color-white);
2401
+ }
2402
+ ._cp8xi:first-of-type {
2403
+ border-left: 1px solid var(--color-grey-200);
2404
+ }
2405
+ ._cp8xi:last-of-type {
2406
+ border-right: 1px solid var(--color-grey-200);
2407
+ }
2408
+ ._gqbNb {
2409
+ padding: 0;
2410
+ }
2411
+ ._uHjkg:not(:last-child) {
2412
+ border-right: 1px solid var(--color-grey-200);
2413
+ }
2414
+ ._ASOQd {
2415
+ background: var(--color-radish-100);
2416
+ color: var(--color-radish-400);
2417
+ }
2418
+ ._HjPNI {
2419
+ height: 100%;
2420
+ display: flex;
2421
+ align-items: center;
2422
+ }
2423
+ ._BCVO6 {
2424
+ justify-content: flex-end;
2425
+ }
2426
+ ._NqtPS {
2427
+ justify-content: space-between;
2428
+ }
2429
+ ._-rWoZ {
2430
+ opacity: 0.5;
2431
+ }
2432
+ ._txhua {
2433
+ width: 16px;
2434
+ }
2435
+ ._fPzqj {
2436
+ margin-left: 4px;
2437
+ }
2438
+ ._L2-l- {
2439
+ margin-right: 4px;
2440
+ }
2404
2441
  ._jp9-G {
2405
2442
  width: 100%;
2406
2443
  height: 100%;
@@ -4852,43 +4889,6 @@ input._TEU6N {
4852
4889
  ._iIsuB {
4853
4890
  background-image: url(./flags/zw.svg);
4854
4891
  }
4855
- ._RXV4h {
4856
- font-family: var(--font-family-body);
4857
- font-size: var(--font-size-100);
4858
- line-height: var(--font-line-height-100);
4859
- font-weight: var(--p-font-weight-normal);
4860
- display: inline-flex;
4861
- background-color: var(--color-tangerine-400);
4862
- height: 20px;
4863
- min-width: 20px;
4864
- color: var(--color-white);
4865
- text-align: center;
4866
- border-radius: 20px;
4867
- box-sizing: border-box;
4868
- padding: 0 6px;
4869
- align-items: center;
4870
- justify-content: center;
4871
- border: 1px solid var(--color-white);
4872
- }
4873
- ._RXV4h svg {
4874
- fill: var(--color-white);
4875
- }
4876
- ._2An1I {
4877
- background-color: var(--color-banana-400);
4878
- }
4879
- ._-Bw8L {
4880
- background-color: var(--color-radish-400);
4881
- }
4882
- ._RxlMz {
4883
- background-color: var(--color-mint-400);
4884
- }
4885
- ._dzCH- {
4886
- background-color: var(--color-blueberry-400);
4887
- }
4888
- ._Ix9tP {
4889
- font-variant-numeric: tabular-nums;
4890
- padding: 0 5px;
4891
- }
4892
4892
  ._V1U8v {
4893
4893
  display: flex;
4894
4894
  justify-content: center;