@7shifts/sous-chef 4.12.0 → 4.13.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 +99 -24
- package/dist/index.css.map +1 -1
- package/dist/index.js +372 -333
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +468 -425
- package/dist/index.modern.js.map +1 -1
- package/dist/media/Avatar/AvatarContext.d.ts +6 -0
- package/dist/media/Avatar/AvatarImage/AvatarImage.d.ts +2 -2
- package/dist/media/Badge/Badge.d.ts +5 -0
- package/dist/overlay/Modal/Modal.d.ts +5 -1
- package/dist/overlay/Modal/ModalContext.d.ts +1 -0
- package/dist/overlay/Modal/ModalHeader/ModalHeader.d.ts +2 -1
- package/dist/overlay/Modal/ModalTabZone/ModalTabZone.d.ts +6 -0
- package/dist/overlay/Modal/ModalTabZone/index.d.ts +1 -0
- package/llms-instructions/guidelines/Modal.guidelines.md +17 -3
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -1947,6 +1947,7 @@ h5._i2LHD {
|
|
|
1947
1947
|
background-color: var(--color-secondary-color);
|
|
1948
1948
|
height: 20px;
|
|
1949
1949
|
min-width: 20px;
|
|
1950
|
+
overflow: hidden;
|
|
1950
1951
|
color: var(--color-secondary-on-color);
|
|
1951
1952
|
text-align: center;
|
|
1952
1953
|
border-radius: 20px;
|
|
@@ -1978,6 +1979,15 @@ h5._i2LHD {
|
|
|
1978
1979
|
font-variant-numeric: tabular-nums;
|
|
1979
1980
|
padding: 0 5px;
|
|
1980
1981
|
}
|
|
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
|
+
}
|
|
1981
1991
|
._0yTe8 {
|
|
1982
1992
|
position: fixed;
|
|
1983
1993
|
top: 0px;
|
|
@@ -2038,6 +2048,10 @@ h5._i2LHD {
|
|
|
2038
2048
|
opacity: 0;
|
|
2039
2049
|
}
|
|
2040
2050
|
|
|
2051
|
+
._DMdi7 {
|
|
2052
|
+
overflow: hidden;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2041
2055
|
._6SSP8 {
|
|
2042
2056
|
background-color: transparent;
|
|
2043
2057
|
pointer-events: none;
|
|
@@ -2071,6 +2085,9 @@ h5._i2LHD {
|
|
|
2071
2085
|
._cq2CU > form {
|
|
2072
2086
|
display: contents;
|
|
2073
2087
|
}
|
|
2088
|
+
._V4Rz2 {
|
|
2089
|
+
overflow: hidden;
|
|
2090
|
+
}
|
|
2074
2091
|
|
|
2075
2092
|
.modal-drag-handle {
|
|
2076
2093
|
cursor: grab;
|
|
@@ -2137,10 +2154,36 @@ h5._i2LHD {
|
|
|
2137
2154
|
background-position: 50%;
|
|
2138
2155
|
background-size: cover;
|
|
2139
2156
|
background-repeat: no-repeat;
|
|
2157
|
+
gap: 4px;
|
|
2140
2158
|
}
|
|
2141
|
-
._docda
|
|
2159
|
+
._docda button {
|
|
2142
2160
|
background: var(--color-shadow-overlay);
|
|
2143
2161
|
}
|
|
2162
|
+
._4hqPT {
|
|
2163
|
+
position: relative;
|
|
2164
|
+
padding: 20px 22px 0;
|
|
2165
|
+
padding-left: 0;
|
|
2166
|
+
padding-right: 0;
|
|
2167
|
+
}
|
|
2168
|
+
._4hqPT::after {
|
|
2169
|
+
content: "";
|
|
2170
|
+
position: absolute;
|
|
2171
|
+
left: 20px;
|
|
2172
|
+
right: 20px;
|
|
2173
|
+
top: 100%;
|
|
2174
|
+
height: 8px;
|
|
2175
|
+
opacity: 0;
|
|
2176
|
+
background: radial-gradient(50% 100% at 50% 0%, var(--color-shadow-overlay) -150%, transparent 100%);
|
|
2177
|
+
pointer-events: none;
|
|
2178
|
+
transition: opacity 0.4s ease-in-out;
|
|
2179
|
+
}
|
|
2180
|
+
._dorMR::after {
|
|
2181
|
+
opacity: 1;
|
|
2182
|
+
}
|
|
2183
|
+
._4hqPT > ul {
|
|
2184
|
+
padding-left: 20px;
|
|
2185
|
+
padding-right: 20px;
|
|
2186
|
+
}
|
|
2144
2187
|
._4YK4k {
|
|
2145
2188
|
font-family: var(--font-family-primary);
|
|
2146
2189
|
font-size: var(--font-body-ui-size);
|
|
@@ -2150,6 +2193,12 @@ h5._i2LHD {
|
|
|
2150
2193
|
position: relative;
|
|
2151
2194
|
padding: 16px 22px;
|
|
2152
2195
|
}
|
|
2196
|
+
._2-PSE {
|
|
2197
|
+
flex: 1;
|
|
2198
|
+
min-height: 0;
|
|
2199
|
+
padding-top: 0;
|
|
2200
|
+
padding-bottom: 0;
|
|
2201
|
+
}
|
|
2153
2202
|
._bezlP {
|
|
2154
2203
|
position: relative;
|
|
2155
2204
|
flex: 1;
|
|
@@ -2179,6 +2228,9 @@ h5._i2LHD {
|
|
|
2179
2228
|
._hC4vb::before {
|
|
2180
2229
|
opacity: 1;
|
|
2181
2230
|
}
|
|
2231
|
+
._o1kk7 {
|
|
2232
|
+
flex: 0 0 auto;
|
|
2233
|
+
}
|
|
2182
2234
|
._et9Fs {
|
|
2183
2235
|
--rdp-cell-size: 37px;
|
|
2184
2236
|
--rdp-caption-font-size: var(--font-size-300);
|
|
@@ -4431,11 +4483,11 @@ input:checked ~ ._P588B {
|
|
|
4431
4483
|
opacity: 0;
|
|
4432
4484
|
}
|
|
4433
4485
|
input:checked ~ ._Yfxkl {
|
|
4434
|
-
background-color: var(--color-
|
|
4486
|
+
background-color: var(--color-surface-inverse);
|
|
4435
4487
|
border-radius: 50%;
|
|
4436
4488
|
transform: rotate(0deg) scale(1);
|
|
4437
4489
|
opacity: 1;
|
|
4438
|
-
border: 1px solid var(--color-
|
|
4490
|
+
border: 1px solid var(--color-surface-inverse);
|
|
4439
4491
|
}
|
|
4440
4492
|
input:checked ~ ._Yfxkl::after {
|
|
4441
4493
|
opacity: 1;
|
|
@@ -4443,7 +4495,7 @@ input:checked ~ ._Yfxkl::after {
|
|
|
4443
4495
|
top: 5px;
|
|
4444
4496
|
width: 4px;
|
|
4445
4497
|
height: 4px;
|
|
4446
|
-
background-color: var(--color-
|
|
4498
|
+
background-color: var(--color-surface-on-inverse);
|
|
4447
4499
|
border: none;
|
|
4448
4500
|
border-radius: 50%;
|
|
4449
4501
|
}
|
|
@@ -6045,6 +6097,19 @@ input._TEU6N {
|
|
|
6045
6097
|
}
|
|
6046
6098
|
._peAaI {
|
|
6047
6099
|
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;
|
|
6048
6113
|
}
|
|
6049
6114
|
._V1U8v svg {
|
|
6050
6115
|
fill: var(--color-surface-on-inverse);
|
|
@@ -6055,11 +6120,30 @@ input._TEU6N {
|
|
|
6055
6120
|
-o-object-fit: cover;
|
|
6056
6121
|
object-fit: cover;
|
|
6057
6122
|
}
|
|
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
|
+
}
|
|
6058
6144
|
._9g-tn {
|
|
6059
|
-
font-
|
|
6060
|
-
font-
|
|
6061
|
-
line-height: var(--font-body-ui-height);
|
|
6062
|
-
font-weight: var(--font-body-ui-weight);
|
|
6145
|
+
font-size: 10px;
|
|
6146
|
+
font-weight: 560;
|
|
6063
6147
|
width: 20px;
|
|
6064
6148
|
height: 20px;
|
|
6065
6149
|
}
|
|
@@ -6068,10 +6152,8 @@ input._TEU6N {
|
|
|
6068
6152
|
margin-top: 10px;
|
|
6069
6153
|
}
|
|
6070
6154
|
._vNXJW {
|
|
6071
|
-
font-
|
|
6072
|
-
font-
|
|
6073
|
-
line-height: var(--font-sub-title-height);
|
|
6074
|
-
font-weight: var(--font-sub-title-weight);
|
|
6155
|
+
font-size: 14px;
|
|
6156
|
+
font-weight: 560;
|
|
6075
6157
|
width: 30px;
|
|
6076
6158
|
height: 30px;
|
|
6077
6159
|
}
|
|
@@ -6080,10 +6162,8 @@ input._TEU6N {
|
|
|
6080
6162
|
margin-top: 15px;
|
|
6081
6163
|
}
|
|
6082
6164
|
._9ZKAB {
|
|
6083
|
-
font-
|
|
6084
|
-
font-
|
|
6085
|
-
line-height: var(--font-section-title-height);
|
|
6086
|
-
font-weight: var(--font-section-title-weight);
|
|
6165
|
+
font-size: 20px;
|
|
6166
|
+
font-weight: 560;
|
|
6087
6167
|
width: 40px;
|
|
6088
6168
|
height: 40px;
|
|
6089
6169
|
}
|
|
@@ -6092,10 +6172,8 @@ input._TEU6N {
|
|
|
6092
6172
|
margin-top: 18px;
|
|
6093
6173
|
}
|
|
6094
6174
|
._uv14Y {
|
|
6095
|
-
font-
|
|
6096
|
-
font-
|
|
6097
|
-
line-height: var(--font-page-title-height);
|
|
6098
|
-
font-weight: var(--font-page-title-weight);
|
|
6175
|
+
font-size: 28px;
|
|
6176
|
+
font-weight: 560;
|
|
6099
6177
|
width: 80px;
|
|
6100
6178
|
height: 80px;
|
|
6101
6179
|
}
|
|
@@ -6107,10 +6185,7 @@ input._TEU6N {
|
|
|
6107
6185
|
position: absolute;
|
|
6108
6186
|
margin-left: 20px;
|
|
6109
6187
|
margin-top: 15px;
|
|
6110
|
-
|
|
6111
|
-
._iDN1j svg {
|
|
6112
|
-
width: 80%;
|
|
6113
|
-
padding-top: 25%;
|
|
6188
|
+
z-index: 2;
|
|
6114
6189
|
}
|
|
6115
6190
|
._Cg5Nf {
|
|
6116
6191
|
font-family: var(--font-family-primary);
|