@7shifts/sous-chef 3.76.0-beta.9 → 3.76.1-beta.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.
- package/dist/index.css +20 -5
- package/dist/index.css.map +1 -1
- package/dist/index.js +27 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +24 -8
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/PageLayout/types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1700,7 +1700,7 @@ h5._6SgoN {
|
|
|
1700
1700
|
._Scw7- {
|
|
1701
1701
|
display: flex;
|
|
1702
1702
|
padding: 0 20px;
|
|
1703
|
-
padding-top:
|
|
1703
|
+
padding-top: 40px;
|
|
1704
1704
|
}
|
|
1705
1705
|
._v--DF {
|
|
1706
1706
|
display: block;
|
|
@@ -1731,30 +1731,34 @@ h5._6SgoN {
|
|
|
1731
1731
|
margin: 0px auto 0;
|
|
1732
1732
|
}
|
|
1733
1733
|
._vTMjp {
|
|
1734
|
-
|
|
1734
|
+
margin-right: 32px;
|
|
1735
1735
|
}
|
|
1736
1736
|
._SebbU {
|
|
1737
1737
|
width: 100%;
|
|
1738
1738
|
margin-bottom: 4px;
|
|
1739
1739
|
cursor: pointer;
|
|
1740
|
+
position: relative;
|
|
1740
1741
|
}
|
|
1741
1742
|
._SebbU:first-of-type {
|
|
1742
1743
|
margin-top: 12px;
|
|
1743
1744
|
}
|
|
1744
1745
|
._SebbU a {
|
|
1745
|
-
|
|
1746
|
+
font-family: var(--font-family-body);
|
|
1747
|
+
font-size: var(--font-size-200);
|
|
1748
|
+
line-height: var(--font-line-height-200);
|
|
1749
|
+
font-weight: var(--p-font-weight-normal);
|
|
1746
1750
|
text-decoration: none;
|
|
1747
1751
|
color: var(--color-grey-500);
|
|
1748
1752
|
padding: 12px 20px;
|
|
1749
1753
|
display: flex;
|
|
1750
1754
|
align-items: center;
|
|
1751
1755
|
justify-content: space-between;
|
|
1752
|
-
font-weight: normal;
|
|
1753
1756
|
border-radius: 0 4px 4px 0;
|
|
1754
1757
|
transition: background-color 0.05s ease;
|
|
1755
1758
|
gap: 8px;
|
|
1756
1759
|
flex-wrap: wrap;
|
|
1757
1760
|
border-left: 2px solid transparent;
|
|
1761
|
+
word-break: break-all;
|
|
1758
1762
|
}
|
|
1759
1763
|
._SebbU a:hover {
|
|
1760
1764
|
background: var(--color-oat-100);
|
|
@@ -1762,11 +1766,22 @@ h5._6SgoN {
|
|
|
1762
1766
|
border-left: 2px solid var(--color-grey-200);
|
|
1763
1767
|
}
|
|
1764
1768
|
._SebbU a._CDEVl {
|
|
1769
|
+
font-family: var(--font-family-body);
|
|
1770
|
+
font-size: var(--font-size-200);
|
|
1771
|
+
line-height: var(--font-line-height-200);
|
|
1772
|
+
font-weight: var(--p-font-weight-normal);
|
|
1773
|
+
font-weight: var(--p-font-weight-bold);
|
|
1765
1774
|
background: var(--color-oat-100);
|
|
1766
1775
|
color: var(--color-grey-600);
|
|
1767
1776
|
border-left: 2px solid var(--color-grey-200);
|
|
1768
1777
|
cursor: default;
|
|
1769
|
-
|
|
1778
|
+
}
|
|
1779
|
+
._VudDE a {
|
|
1780
|
+
padding-right: 32px;
|
|
1781
|
+
}
|
|
1782
|
+
._vErBS {
|
|
1783
|
+
position: absolute;
|
|
1784
|
+
right: 12px;
|
|
1770
1785
|
}
|
|
1771
1786
|
._RXV4h {
|
|
1772
1787
|
font-family: var(--font-family-body);
|