@7shifts/sous-chef 3.1.0-beta.4 → 3.1.0-beta.6
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 +24 -18
- package/dist/index.js +167 -101
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +167 -102
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/Page/Page.d.ts +12 -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/index.d.ts +1 -0
- package/dist/layout/Page/types.d.ts +4 -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/package.json +2 -1
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,29 @@ Just for future references:
|
|
|
1947
1947
|
right: 8px;
|
|
1948
1948
|
top: 8px;
|
|
1949
1949
|
}
|
|
1950
|
+
._3ztBt {
|
|
1951
|
+
margin-left: -10px;
|
|
1952
|
+
}
|
|
1953
|
+
._XFvYB {
|
|
1954
|
+
display: flex;
|
|
1955
|
+
gap: 12px;
|
|
1956
|
+
border-radius: 4px;
|
|
1957
|
+
text-decoration: none;
|
|
1958
|
+
color: var(--color-grey-500);
|
|
1959
|
+
padding: 8px;
|
|
1960
|
+
font-size: 14px;
|
|
1961
|
+
line-height: 16px;
|
|
1962
|
+
align-items: center;
|
|
1963
|
+
border: 1px solid transparent;
|
|
1964
|
+
}
|
|
1965
|
+
._XFvYB:hover {
|
|
1966
|
+
background-color: rgba(var(--color-grey-100-rgb), 0.3);
|
|
1967
|
+
border-color: var(--color-grey-100);
|
|
1968
|
+
text-decoration: none;
|
|
1969
|
+
}
|
|
1970
|
+
._34UwP {
|
|
1971
|
+
margin: 0;
|
|
1972
|
+
}
|
|
1950
1973
|
._7-5gD {
|
|
1951
1974
|
margin-bottom: 12px;
|
|
1952
1975
|
color: var(--color-grey-500);
|
|
@@ -3100,21 +3123,4 @@ input:disabled + ._1tMq-::after {
|
|
|
3100
3123
|
._2G3ML {
|
|
3101
3124
|
background-color: var(--color-blueberry-200);
|
|
3102
3125
|
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
|
-
text-decoration: none;
|
|
3120
3126
|
}
|