@7shifts/sous-chef 3.48.0-beta.1 → 3.48.0-beta.3

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.
@@ -1 +1 @@
1
- export declare const FONT_FAMILY = "'Proxima Nova', sans-serif";
1
+ export declare const FONT_FAMILY = "'SF Pro', sans-serif";
package/dist/index.css CHANGED
@@ -41,6 +41,7 @@
41
41
  --font-line-height-700: 2.75rem;
42
42
  --p-font-weight-light: 300;
43
43
  --p-font-weight-normal: 400;
44
+ --p-font-weight-semibold: 500;
44
45
  --p-font-weight-bold: 600;
45
46
  }
46
47
  :root {
@@ -1485,7 +1486,7 @@ h1._32amZ {
1485
1486
  font-family: var(--font-family-heading);
1486
1487
  font-size: var(--font-size-600);
1487
1488
  line-height: var(--font-line-height-600);
1488
- font-weight: var(--p-font-weight-bold);
1489
+ font-weight: var(--p-font-weight-semibold);
1489
1490
  color: var(--color-grey-600);
1490
1491
  }
1491
1492
 
@@ -1493,7 +1494,7 @@ h2._32amZ {
1493
1494
  font-family: var(--font-family-heading);
1494
1495
  font-size: var(--font-size-500);
1495
1496
  line-height: var(--font-line-height-500);
1496
- font-weight: var(--p-font-weight-bold);
1497
+ font-weight: var(--p-font-weight-semibold);
1497
1498
  color: var(--color-grey-600);
1498
1499
  }
1499
1500
 
@@ -1501,7 +1502,7 @@ h3._32amZ {
1501
1502
  font-family: var(--font-family-heading);
1502
1503
  font-size: var(--font-size-400);
1503
1504
  line-height: var(--font-line-height-400);
1504
- font-weight: var(--p-font-weight-bold);
1505
+ font-weight: var(--p-font-weight-semibold);
1505
1506
  color: var(--color-grey-600);
1506
1507
  }
1507
1508
 
@@ -1539,7 +1540,7 @@ h5._32amZ {
1539
1540
  font-family: var(--font-family-heading);
1540
1541
  font-size: var(--font-size-700);
1541
1542
  line-height: var(--font-line-height-700);
1542
- font-weight: var(--p-font-weight-bold);
1543
+ font-weight: var(--p-font-weight-semibold);
1543
1544
  }
1544
1545
  ._A0AyZ {
1545
1546
  font-weight: var(--p-font-weight-bold);
@@ -1935,7 +1936,7 @@ h5._32amZ {
1935
1936
  font-family: var(--font-family-heading);
1936
1937
  font-size: var(--font-size-500);
1937
1938
  line-height: var(--font-line-height-500);
1938
- font-weight: var(--p-font-weight-bold);
1939
+ font-weight: var(--p-font-weight-semibold);
1939
1940
  color: var(--color-grey-500);
1940
1941
  padding: 0;
1941
1942
  }
@@ -2875,7 +2876,7 @@ input:disabled + ._2W10t::after {
2875
2876
  font-family: var(--font-family-heading);
2876
2877
  font-size: var(--font-size-400);
2877
2878
  line-height: var(--font-line-height-400);
2878
- font-weight: var(--p-font-weight-bold);
2879
+ font-weight: var(--p-font-weight-semibold);
2879
2880
  margin: 0;
2880
2881
  }
2881
2882
  ._pwBR_ {
@@ -4706,7 +4707,7 @@ input._1zowl {
4706
4707
  font-family: var(--font-family-heading);
4707
4708
  font-size: var(--font-size-500);
4708
4709
  line-height: var(--font-line-height-500);
4709
- font-weight: var(--p-font-weight-bold);
4710
+ font-weight: var(--p-font-weight-semibold);
4710
4711
  width: 40px;
4711
4712
  height: 40px;
4712
4713
  }
@@ -4718,7 +4719,7 @@ input._1zowl {
4718
4719
  font-family: var(--font-family-heading);
4719
4720
  font-size: var(--font-size-600);
4720
4721
  line-height: var(--font-line-height-600);
4721
- font-weight: var(--p-font-weight-bold);
4722
+ font-weight: var(--p-font-weight-semibold);
4722
4723
  width: 80px;
4723
4724
  height: 80px;
4724
4725
  }
package/dist/index.js CHANGED
@@ -9282,7 +9282,7 @@ function CustomOption(_ref) {
9282
9282
  return React__default.createElement(Select.components.Option, _extends({}, props), React__default.createElement(UserCustomOption, _extends({}, props), children));
9283
9283
  }
9284
9284
 
9285
- var FONT_FAMILY = "'Proxima Nova', sans-serif";
9285
+ var FONT_FAMILY = "'SF Pro', sans-serif";
9286
9286
 
9287
9287
  var getSelectStyles = function getSelectStyles(_ref) {
9288
9288
  var isInvalid = _ref.isInvalid,