@7shifts/sous-chef 4.13.0 → 4.14.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 -53
- package/dist/index.css.map +1 -1
- package/dist/index.js +425 -421
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +600 -597
- package/dist/index.modern.js.map +1 -1
- package/dist/media/Avatar/AvatarImage/AvatarImage.d.ts +2 -2
- package/dist/media/Badge/Badge.d.ts +0 -5
- package/llms-instructions/guidelines/Avatar.guidelines.md +28 -4
- package/llms-instructions/guidelines/Badge.guidelines.md +8 -0
- package/llms-instructions/guidelines/Modal.guidelines.md +16 -0
- package/package.json +1 -1
- package/dist/media/Avatar/AvatarContext.d.ts +0 -6
package/dist/index.css
CHANGED
|
@@ -1947,7 +1947,6 @@ h5._i2LHD {
|
|
|
1947
1947
|
background-color: var(--color-secondary-color);
|
|
1948
1948
|
height: 20px;
|
|
1949
1949
|
min-width: 20px;
|
|
1950
|
-
overflow: hidden;
|
|
1951
1950
|
color: var(--color-secondary-on-color);
|
|
1952
1951
|
text-align: center;
|
|
1953
1952
|
border-radius: 20px;
|
|
@@ -1979,15 +1978,6 @@ h5._i2LHD {
|
|
|
1979
1978
|
font-variant-numeric: tabular-nums;
|
|
1980
1979
|
padding: 0 5px;
|
|
1981
1980
|
}
|
|
1982
|
-
._OcpK5 {
|
|
1983
|
-
width: 10px;
|
|
1984
|
-
min-width: 10px;
|
|
1985
|
-
height: 10px;
|
|
1986
|
-
padding: 0;
|
|
1987
|
-
}
|
|
1988
|
-
._-5FpP {
|
|
1989
|
-
box-shadow: 0 0 0 1px var(--color-surface-color);
|
|
1990
|
-
}
|
|
1991
1981
|
._0yTe8 {
|
|
1992
1982
|
position: fixed;
|
|
1993
1983
|
top: 0px;
|
|
@@ -6097,19 +6087,6 @@ input._TEU6N {
|
|
|
6097
6087
|
}
|
|
6098
6088
|
._peAaI {
|
|
6099
6089
|
position: relative;
|
|
6100
|
-
display: inline-flex;
|
|
6101
|
-
height: -moz-fit-content;
|
|
6102
|
-
height: fit-content;
|
|
6103
|
-
border-radius: 50%;
|
|
6104
|
-
flex-shrink: 0;
|
|
6105
|
-
}
|
|
6106
|
-
._peAaI::after {
|
|
6107
|
-
content: "";
|
|
6108
|
-
position: absolute;
|
|
6109
|
-
inset: 0;
|
|
6110
|
-
border-radius: inherit;
|
|
6111
|
-
box-shadow: inset 0 0 0 2px var(--avatar-ring-color, transparent);
|
|
6112
|
-
pointer-events: none;
|
|
6113
6090
|
}
|
|
6114
6091
|
._V1U8v svg {
|
|
6115
6092
|
fill: var(--color-surface-on-inverse);
|
|
@@ -6120,30 +6097,11 @@ input._TEU6N {
|
|
|
6120
6097
|
-o-object-fit: cover;
|
|
6121
6098
|
object-fit: cover;
|
|
6122
6099
|
}
|
|
6123
|
-
._vQa4v {
|
|
6124
|
-
overflow: hidden;
|
|
6125
|
-
position: relative;
|
|
6126
|
-
}
|
|
6127
|
-
._vQa4v::after {
|
|
6128
|
-
position: absolute;
|
|
6129
|
-
top: 0;
|
|
6130
|
-
right: 0;
|
|
6131
|
-
bottom: 0;
|
|
6132
|
-
left: 0;
|
|
6133
|
-
transform: translateX(-100%);
|
|
6134
|
-
animation: _rw4zM 1.6s infinite;
|
|
6135
|
-
background: linear-gradient(90deg, rgb(from var(--color-surface-color) r g b/0) 0, rgb(from var(--color-surface-color) r g b/0.2) 20%, rgb(from var(--color-surface-color) r g b/0.5) 60%, rgb(from var(--color-surface-color) r g b/0));
|
|
6136
|
-
content: "";
|
|
6137
|
-
pointer-events: none;
|
|
6138
|
-
}
|
|
6139
|
-
@keyframes _rw4zM {
|
|
6140
|
-
100% {
|
|
6141
|
-
transform: translateX(100%);
|
|
6142
|
-
}
|
|
6143
|
-
}
|
|
6144
6100
|
._9g-tn {
|
|
6145
|
-
font-
|
|
6146
|
-
font-
|
|
6101
|
+
font-family: var(--font-family-primary);
|
|
6102
|
+
font-size: var(--font-body-ui-size);
|
|
6103
|
+
line-height: var(--font-body-ui-height);
|
|
6104
|
+
font-weight: var(--font-body-ui-weight);
|
|
6147
6105
|
width: 20px;
|
|
6148
6106
|
height: 20px;
|
|
6149
6107
|
}
|
|
@@ -6152,8 +6110,10 @@ input._TEU6N {
|
|
|
6152
6110
|
margin-top: 10px;
|
|
6153
6111
|
}
|
|
6154
6112
|
._vNXJW {
|
|
6155
|
-
font-
|
|
6156
|
-
font-
|
|
6113
|
+
font-family: var(--font-family-primary);
|
|
6114
|
+
font-size: var(--font-sub-title-size);
|
|
6115
|
+
line-height: var(--font-sub-title-height);
|
|
6116
|
+
font-weight: var(--font-sub-title-weight);
|
|
6157
6117
|
width: 30px;
|
|
6158
6118
|
height: 30px;
|
|
6159
6119
|
}
|
|
@@ -6162,8 +6122,10 @@ input._TEU6N {
|
|
|
6162
6122
|
margin-top: 15px;
|
|
6163
6123
|
}
|
|
6164
6124
|
._9ZKAB {
|
|
6165
|
-
font-
|
|
6166
|
-
font-
|
|
6125
|
+
font-family: var(--font-family-primary);
|
|
6126
|
+
font-size: var(--font-section-title-size);
|
|
6127
|
+
line-height: var(--font-section-title-height);
|
|
6128
|
+
font-weight: var(--font-section-title-weight);
|
|
6167
6129
|
width: 40px;
|
|
6168
6130
|
height: 40px;
|
|
6169
6131
|
}
|
|
@@ -6172,8 +6134,10 @@ input._TEU6N {
|
|
|
6172
6134
|
margin-top: 18px;
|
|
6173
6135
|
}
|
|
6174
6136
|
._uv14Y {
|
|
6175
|
-
font-
|
|
6176
|
-
font-
|
|
6137
|
+
font-family: var(--font-family-primary);
|
|
6138
|
+
font-size: var(--font-page-title-size);
|
|
6139
|
+
line-height: var(--font-page-title-height);
|
|
6140
|
+
font-weight: var(--font-page-title-weight);
|
|
6177
6141
|
width: 80px;
|
|
6178
6142
|
height: 80px;
|
|
6179
6143
|
}
|
|
@@ -6185,7 +6149,10 @@ input._TEU6N {
|
|
|
6185
6149
|
position: absolute;
|
|
6186
6150
|
margin-left: 20px;
|
|
6187
6151
|
margin-top: 15px;
|
|
6188
|
-
|
|
6152
|
+
}
|
|
6153
|
+
._iDN1j svg {
|
|
6154
|
+
width: 80%;
|
|
6155
|
+
padding-top: 25%;
|
|
6189
6156
|
}
|
|
6190
6157
|
._Cg5Nf {
|
|
6191
6158
|
font-family: var(--font-family-primary);
|