@7shifts/sous-chef 3.1.0-beta.9 → 3.1.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 +82 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js +179 -99
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +176 -100
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/Page/Page.d.ts +13 -4
- package/dist/layout/Page/PageBreadcrumbs/PageBreadcrumbs.d.ts +2 -2
- package/dist/layout/Page/types.d.ts +1 -0
- package/dist/typography/Text/Bold/Bold.d.ts +6 -0
- package/dist/typography/Text/Bold/index.d.ts +1 -0
- package/dist/typography/Text/Italic/Italic.d.ts +6 -0
- package/dist/typography/Text/Italic/index.d.ts +1 -0
- package/dist/typography/Text/Text.d.ts +18 -0
- package/dist/typography/Text/Underline/Underline.d.ts +6 -0
- package/dist/typography/Text/Underline/index.d.ts +1 -0
- package/dist/typography/Text/constants.d.ts +22 -0
- package/dist/typography/Text/index.d.ts +1 -0
- package/dist/typography/Text/types.d.ts +3 -0
- package/dist/typography/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1947,29 +1947,107 @@ Just for future references:
|
|
|
1947
1947
|
right: 8px;
|
|
1948
1948
|
top: 8px;
|
|
1949
1949
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1950
|
+
h1._3CIA3 {
|
|
1951
|
+
font-size: 1.75rem;
|
|
1952
|
+
line-height: 2rem;
|
|
1953
|
+
font-weight: 600;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
h2._3CIA3 {
|
|
1957
|
+
font-size: 1.5rem;
|
|
1958
|
+
line-height: 1.75rem;
|
|
1959
|
+
font-weight: 600;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
h3._3CIA3 {
|
|
1963
|
+
font-size: 1.25rem;
|
|
1964
|
+
line-height: 1.5rem;
|
|
1965
|
+
font-weight: 600;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
h4._3CIA3 {
|
|
1969
|
+
font-size: 1.25rem;
|
|
1970
|
+
line-height: 1.5rem;
|
|
1971
|
+
font-weight: 400;
|
|
1972
|
+
color: var(--color-grey-400);
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
h5._3CIA3 {
|
|
1976
|
+
font-size: 1rem;
|
|
1977
|
+
line-height: 1.25 rem;
|
|
1978
|
+
font-weight: 400;
|
|
1979
|
+
color: var(--color-grey-400);
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
._3CIA3 {
|
|
1983
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1984
|
+
color: var(--color-grey-500);
|
|
1985
|
+
margin: 0;
|
|
1986
|
+
}
|
|
1987
|
+
._1nnj8 {
|
|
1988
|
+
font-size: 0.875rem;
|
|
1989
|
+
line-height: 1.125rem;
|
|
1990
|
+
font-weight: 400;
|
|
1991
|
+
}
|
|
1992
|
+
._37K6o {
|
|
1993
|
+
font-size: 0.75rem;
|
|
1994
|
+
line-height: 1rem;
|
|
1995
|
+
font-weight: 400;
|
|
1996
|
+
}
|
|
1997
|
+
._avqxy {
|
|
1998
|
+
font-size: 2.5rem;
|
|
1999
|
+
line-height: 2.75rem;
|
|
2000
|
+
font-weight: 600;
|
|
2001
|
+
}
|
|
2002
|
+
._2TG6E {
|
|
2003
|
+
font-weight: 600;
|
|
2004
|
+
}
|
|
2005
|
+
._2hlsn {
|
|
2006
|
+
font-style: italic;
|
|
2007
|
+
}
|
|
2008
|
+
._1Pjo6 {
|
|
2009
|
+
text-decoration: underline;
|
|
2010
|
+
}
|
|
2011
|
+
._eDdDI {
|
|
2012
|
+
font-variant-numeric: tabular-nums;
|
|
2013
|
+
}
|
|
2014
|
+
._2gNwS {
|
|
2015
|
+
text-align: left;
|
|
2016
|
+
}
|
|
2017
|
+
._ufv1W {
|
|
2018
|
+
text-align: right;
|
|
2019
|
+
}
|
|
2020
|
+
._2WMN6 {
|
|
2021
|
+
text-align: center;
|
|
2022
|
+
}
|
|
2023
|
+
._2iH-J {
|
|
2024
|
+
text-align: justify;
|
|
1952
2025
|
}
|
|
1953
2026
|
._XFvYB {
|
|
1954
2027
|
display: flex;
|
|
1955
|
-
gap:
|
|
2028
|
+
gap: 8px;
|
|
1956
2029
|
border-radius: 4px;
|
|
1957
2030
|
text-decoration: none;
|
|
1958
2031
|
color: var(--color-grey-500);
|
|
1959
2032
|
padding: 8px;
|
|
2033
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1960
2034
|
font-size: 14px;
|
|
1961
2035
|
line-height: 16px;
|
|
1962
2036
|
align-items: center;
|
|
1963
2037
|
border: 1px solid transparent;
|
|
1964
2038
|
}
|
|
1965
2039
|
._XFvYB:hover {
|
|
1966
|
-
background-color: rgba(
|
|
2040
|
+
background-color: rgba(0, 0, 0, 0.03);
|
|
1967
2041
|
border-color: var(--color-grey-100);
|
|
1968
2042
|
text-decoration: none;
|
|
1969
2043
|
}
|
|
2044
|
+
._HAJCd {
|
|
2045
|
+
margin-left: -10px;
|
|
2046
|
+
}
|
|
1970
2047
|
._FbhTM {
|
|
1971
2048
|
margin: 0 auto;
|
|
1972
2049
|
padding: 0 20px;
|
|
2050
|
+
min-width: 720px;
|
|
1973
2051
|
}
|
|
1974
2052
|
._3QyAE {
|
|
1975
2053
|
width: auto;
|