@7shifts/sous-chef 3.48.0-beta.0 → 3.48.0-beta.2
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 +10 -12
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
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 {
|
|
@@ -188,6 +189,7 @@ body {
|
|
|
188
189
|
font-size: var(--font-size-200);
|
|
189
190
|
line-height: var(--font-line-height-200);
|
|
190
191
|
font-weight: var(--p-font-weight-normal);
|
|
192
|
+
color: var(--color-grey-500);
|
|
191
193
|
}
|
|
192
194
|
._OINV1 {
|
|
193
195
|
display: flex;
|
|
@@ -1484,7 +1486,7 @@ h1._32amZ {
|
|
|
1484
1486
|
font-family: var(--font-family-heading);
|
|
1485
1487
|
font-size: var(--font-size-600);
|
|
1486
1488
|
line-height: var(--font-line-height-600);
|
|
1487
|
-
font-weight: var(--p-font-weight-
|
|
1489
|
+
font-weight: var(--p-font-weight-semibold);
|
|
1488
1490
|
color: var(--color-grey-600);
|
|
1489
1491
|
}
|
|
1490
1492
|
|
|
@@ -1492,7 +1494,7 @@ h2._32amZ {
|
|
|
1492
1494
|
font-family: var(--font-family-heading);
|
|
1493
1495
|
font-size: var(--font-size-500);
|
|
1494
1496
|
line-height: var(--font-line-height-500);
|
|
1495
|
-
font-weight: var(--p-font-weight-
|
|
1497
|
+
font-weight: var(--p-font-weight-semibold);
|
|
1496
1498
|
color: var(--color-grey-600);
|
|
1497
1499
|
}
|
|
1498
1500
|
|
|
@@ -1500,7 +1502,7 @@ h3._32amZ {
|
|
|
1500
1502
|
font-family: var(--font-family-heading);
|
|
1501
1503
|
font-size: var(--font-size-400);
|
|
1502
1504
|
line-height: var(--font-line-height-400);
|
|
1503
|
-
font-weight: var(--p-font-weight-
|
|
1505
|
+
font-weight: var(--p-font-weight-semibold);
|
|
1504
1506
|
color: var(--color-grey-600);
|
|
1505
1507
|
}
|
|
1506
1508
|
|
|
@@ -1538,7 +1540,7 @@ h5._32amZ {
|
|
|
1538
1540
|
font-family: var(--font-family-heading);
|
|
1539
1541
|
font-size: var(--font-size-700);
|
|
1540
1542
|
line-height: var(--font-line-height-700);
|
|
1541
|
-
font-weight: var(--p-font-weight-
|
|
1543
|
+
font-weight: var(--p-font-weight-semibold);
|
|
1542
1544
|
}
|
|
1543
1545
|
._A0AyZ {
|
|
1544
1546
|
font-weight: var(--p-font-weight-bold);
|
|
@@ -1733,8 +1735,6 @@ h5._32amZ {
|
|
|
1733
1735
|
._3cjo0 {
|
|
1734
1736
|
display: flex;
|
|
1735
1737
|
justify-content: space-around;
|
|
1736
|
-
color: var(--color-grey-500);
|
|
1737
|
-
font-family: var(--font-family-body);
|
|
1738
1738
|
}
|
|
1739
1739
|
._WwXRR {
|
|
1740
1740
|
background: var(--color-grey-100);
|
|
@@ -1936,7 +1936,7 @@ h5._32amZ {
|
|
|
1936
1936
|
font-family: var(--font-family-heading);
|
|
1937
1937
|
font-size: var(--font-size-500);
|
|
1938
1938
|
line-height: var(--font-line-height-500);
|
|
1939
|
-
font-weight: var(--p-font-weight-
|
|
1939
|
+
font-weight: var(--p-font-weight-semibold);
|
|
1940
1940
|
color: var(--color-grey-500);
|
|
1941
1941
|
padding: 0;
|
|
1942
1942
|
}
|
|
@@ -2876,7 +2876,7 @@ input:disabled + ._2W10t::after {
|
|
|
2876
2876
|
font-family: var(--font-family-heading);
|
|
2877
2877
|
font-size: var(--font-size-400);
|
|
2878
2878
|
line-height: var(--font-line-height-400);
|
|
2879
|
-
font-weight: var(--p-font-weight-
|
|
2879
|
+
font-weight: var(--p-font-weight-semibold);
|
|
2880
2880
|
margin: 0;
|
|
2881
2881
|
}
|
|
2882
2882
|
._pwBR_ {
|
|
@@ -3253,12 +3253,10 @@ input:disabled + ._1aaPx::after {
|
|
|
3253
3253
|
}
|
|
3254
3254
|
._1XvvK {
|
|
3255
3255
|
color: var(--color-grey-200);
|
|
3256
|
-
font-family: var(--font-family-body);
|
|
3257
3256
|
}
|
|
3258
3257
|
|
|
3259
3258
|
._1cNVk {
|
|
3260
3259
|
color: var(--color-grey-400);
|
|
3261
|
-
font-family: var(--font-family-body);
|
|
3262
3260
|
}
|
|
3263
3261
|
._12jq3 {
|
|
3264
3262
|
font-family: var(--font-family-body);
|
|
@@ -4709,7 +4707,7 @@ input._1zowl {
|
|
|
4709
4707
|
font-family: var(--font-family-heading);
|
|
4710
4708
|
font-size: var(--font-size-500);
|
|
4711
4709
|
line-height: var(--font-line-height-500);
|
|
4712
|
-
font-weight: var(--p-font-weight-
|
|
4710
|
+
font-weight: var(--p-font-weight-semibold);
|
|
4713
4711
|
width: 40px;
|
|
4714
4712
|
height: 40px;
|
|
4715
4713
|
}
|
|
@@ -4721,7 +4719,7 @@ input._1zowl {
|
|
|
4721
4719
|
font-family: var(--font-family-heading);
|
|
4722
4720
|
font-size: var(--font-size-600);
|
|
4723
4721
|
line-height: var(--font-line-height-600);
|
|
4724
|
-
font-weight: var(--p-font-weight-
|
|
4722
|
+
font-weight: var(--p-font-weight-semibold);
|
|
4725
4723
|
width: 80px;
|
|
4726
4724
|
height: 80px;
|
|
4727
4725
|
}
|
package/dist/index.js
CHANGED
|
@@ -7728,7 +7728,7 @@ var ProgressBar = function ProgressBar(_ref) {
|
|
|
7728
7728
|
})), steps && steps.length > 0 && React__default.createElement("div", {
|
|
7729
7729
|
className: styles$x['progress-bar__steps']
|
|
7730
7730
|
}, steps.map(function (step) {
|
|
7731
|
-
return React__default.createElement(
|
|
7731
|
+
return React__default.createElement(Text, {
|
|
7732
7732
|
key: step
|
|
7733
7733
|
}, step);
|
|
7734
7734
|
})));
|
|
@@ -10556,7 +10556,9 @@ var PasswordCriteria = function PasswordCriteria(_ref) {
|
|
|
10556
10556
|
}, met ? React__default.createElement(IconCheck, {
|
|
10557
10557
|
size: "small",
|
|
10558
10558
|
color: "grey-200"
|
|
10559
|
-
}) : "\u25CF",
|
|
10559
|
+
}) : "\u25CF", React__default.createElement(Text, {
|
|
10560
|
+
color: met ? 'grey-200' : 'grey-400'
|
|
10561
|
+
}, children)));
|
|
10560
10562
|
};
|
|
10561
10563
|
|
|
10562
10564
|
var usePasswordCriteria = function usePasswordCriteria(criterias) {
|