@7shifts/sous-chef 3.1.0-beta.0 → 3.1.0-beta.10
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 +108 -17
- package/dist/index.d.ts +1 -0
- package/dist/index.js +249 -93
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +245 -94
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/Page/Page.d.ts +21 -0
- package/dist/layout/Page/PageBreadcrumbs/PageBreadcrumbs.d.ts +6 -0
- package/dist/layout/Page/PageBreadcrumbs/index.d.ts +1 -0
- package/dist/layout/Page/constants.d.ts +4 -0
- package/dist/layout/Page/index.d.ts +1 -0
- package/dist/layout/Page/types.d.ts +6 -0
- package/dist/layout/index.d.ts +2 -1
- package/dist/navigation/BreadcrumbItem/BreadcrumbItem.d.ts +10 -0
- package/dist/navigation/BreadcrumbItem/index.d.ts +1 -0
- package/dist/navigation/index.d.ts +1 -1
- 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 +5 -3
package/dist/index.css
CHANGED
|
@@ -882,7 +882,7 @@ Just for future references:
|
|
|
882
882
|
font-weight: 600;
|
|
883
883
|
font-family: "Proxima Nova", sans-serif;
|
|
884
884
|
color: var(--color-grey-500);
|
|
885
|
-
padding:
|
|
885
|
+
padding: 0px 17px 8px 17px;
|
|
886
886
|
}
|
|
887
887
|
|
|
888
888
|
._3slLU {
|
|
@@ -1947,6 +1947,113 @@ Just for future references:
|
|
|
1947
1947
|
right: 8px;
|
|
1948
1948
|
top: 8px;
|
|
1949
1949
|
}
|
|
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;
|
|
2025
|
+
}
|
|
2026
|
+
._XFvYB {
|
|
2027
|
+
display: flex;
|
|
2028
|
+
gap: 8px;
|
|
2029
|
+
border-radius: 4px;
|
|
2030
|
+
text-decoration: none;
|
|
2031
|
+
color: var(--color-grey-500);
|
|
2032
|
+
padding: 8px;
|
|
2033
|
+
font-family: "Proxima Nova", sans-serif;
|
|
2034
|
+
font-size: 14px;
|
|
2035
|
+
line-height: 16px;
|
|
2036
|
+
align-items: center;
|
|
2037
|
+
border: 1px solid transparent;
|
|
2038
|
+
}
|
|
2039
|
+
._XFvYB:hover {
|
|
2040
|
+
background-color: rgba(0, 0, 0, 0.03);
|
|
2041
|
+
border-color: var(--color-grey-100);
|
|
2042
|
+
text-decoration: none;
|
|
2043
|
+
}
|
|
2044
|
+
._HAJCd {
|
|
2045
|
+
margin-left: -10px;
|
|
2046
|
+
}
|
|
2047
|
+
._FbhTM {
|
|
2048
|
+
margin: 0 auto;
|
|
2049
|
+
padding: 0 20px;
|
|
2050
|
+
}
|
|
2051
|
+
._3QyAE {
|
|
2052
|
+
width: auto;
|
|
2053
|
+
}
|
|
2054
|
+
._17aOG {
|
|
2055
|
+
max-width: 1000px;
|
|
2056
|
+
}
|
|
1950
2057
|
._7-5gD {
|
|
1951
2058
|
margin-bottom: 12px;
|
|
1952
2059
|
color: var(--color-grey-500);
|
|
@@ -3100,20 +3207,4 @@ input:disabled + ._1tMq-::after {
|
|
|
3100
3207
|
._2G3ML {
|
|
3101
3208
|
background-color: var(--color-blueberry-200);
|
|
3102
3209
|
color: var(--color-blueberry-600);
|
|
3103
|
-
}
|
|
3104
|
-
._6Tgxp {
|
|
3105
|
-
display: flex;
|
|
3106
|
-
gap: 12px;
|
|
3107
|
-
border-radius: 4px;
|
|
3108
|
-
text-decoration: none;
|
|
3109
|
-
color: var(--color-grey-500);
|
|
3110
|
-
padding: 8px;
|
|
3111
|
-
font-size: 14px;
|
|
3112
|
-
line-height: 16px;
|
|
3113
|
-
align-items: center;
|
|
3114
|
-
border: 1px solid transparent;
|
|
3115
|
-
}
|
|
3116
|
-
._6Tgxp:hover {
|
|
3117
|
-
background-color: rgba(var(--color-grey-100-rgb), 0.3);
|
|
3118
|
-
border-color: var(--color-grey-100);
|
|
3119
3210
|
}
|