@7shifts/sous-chef 4.12.0 → 4.12.1
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 +46 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +183 -140
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +267 -221
- package/dist/index.modern.js.map +1 -1
- 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
|
@@ -2038,6 +2038,10 @@ h5._i2LHD {
|
|
|
2038
2038
|
opacity: 0;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
|
+
._DMdi7 {
|
|
2042
|
+
overflow: hidden;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2041
2045
|
._6SSP8 {
|
|
2042
2046
|
background-color: transparent;
|
|
2043
2047
|
pointer-events: none;
|
|
@@ -2071,6 +2075,9 @@ h5._i2LHD {
|
|
|
2071
2075
|
._cq2CU > form {
|
|
2072
2076
|
display: contents;
|
|
2073
2077
|
}
|
|
2078
|
+
._V4Rz2 {
|
|
2079
|
+
overflow: hidden;
|
|
2080
|
+
}
|
|
2074
2081
|
|
|
2075
2082
|
.modal-drag-handle {
|
|
2076
2083
|
cursor: grab;
|
|
@@ -2137,10 +2144,36 @@ h5._i2LHD {
|
|
|
2137
2144
|
background-position: 50%;
|
|
2138
2145
|
background-size: cover;
|
|
2139
2146
|
background-repeat: no-repeat;
|
|
2147
|
+
gap: 4px;
|
|
2140
2148
|
}
|
|
2141
|
-
._docda
|
|
2149
|
+
._docda button {
|
|
2142
2150
|
background: var(--color-shadow-overlay);
|
|
2143
2151
|
}
|
|
2152
|
+
._4hqPT {
|
|
2153
|
+
position: relative;
|
|
2154
|
+
padding: 20px 22px 0;
|
|
2155
|
+
padding-left: 0;
|
|
2156
|
+
padding-right: 0;
|
|
2157
|
+
}
|
|
2158
|
+
._4hqPT::after {
|
|
2159
|
+
content: "";
|
|
2160
|
+
position: absolute;
|
|
2161
|
+
left: 20px;
|
|
2162
|
+
right: 20px;
|
|
2163
|
+
top: 100%;
|
|
2164
|
+
height: 8px;
|
|
2165
|
+
opacity: 0;
|
|
2166
|
+
background: radial-gradient(50% 100% at 50% 0%, var(--color-shadow-overlay) -150%, transparent 100%);
|
|
2167
|
+
pointer-events: none;
|
|
2168
|
+
transition: opacity 0.4s ease-in-out;
|
|
2169
|
+
}
|
|
2170
|
+
._dorMR::after {
|
|
2171
|
+
opacity: 1;
|
|
2172
|
+
}
|
|
2173
|
+
._4hqPT > ul {
|
|
2174
|
+
padding-left: 20px;
|
|
2175
|
+
padding-right: 20px;
|
|
2176
|
+
}
|
|
2144
2177
|
._4YK4k {
|
|
2145
2178
|
font-family: var(--font-family-primary);
|
|
2146
2179
|
font-size: var(--font-body-ui-size);
|
|
@@ -2150,6 +2183,12 @@ h5._i2LHD {
|
|
|
2150
2183
|
position: relative;
|
|
2151
2184
|
padding: 16px 22px;
|
|
2152
2185
|
}
|
|
2186
|
+
._2-PSE {
|
|
2187
|
+
flex: 1;
|
|
2188
|
+
min-height: 0;
|
|
2189
|
+
padding-top: 0;
|
|
2190
|
+
padding-bottom: 0;
|
|
2191
|
+
}
|
|
2153
2192
|
._bezlP {
|
|
2154
2193
|
position: relative;
|
|
2155
2194
|
flex: 1;
|
|
@@ -2179,6 +2218,9 @@ h5._i2LHD {
|
|
|
2179
2218
|
._hC4vb::before {
|
|
2180
2219
|
opacity: 1;
|
|
2181
2220
|
}
|
|
2221
|
+
._o1kk7 {
|
|
2222
|
+
flex: 0 0 auto;
|
|
2223
|
+
}
|
|
2182
2224
|
._et9Fs {
|
|
2183
2225
|
--rdp-cell-size: 37px;
|
|
2184
2226
|
--rdp-caption-font-size: var(--font-size-300);
|
|
@@ -4431,11 +4473,11 @@ input:checked ~ ._P588B {
|
|
|
4431
4473
|
opacity: 0;
|
|
4432
4474
|
}
|
|
4433
4475
|
input:checked ~ ._Yfxkl {
|
|
4434
|
-
background-color: var(--color-
|
|
4476
|
+
background-color: var(--color-surface-inverse);
|
|
4435
4477
|
border-radius: 50%;
|
|
4436
4478
|
transform: rotate(0deg) scale(1);
|
|
4437
4479
|
opacity: 1;
|
|
4438
|
-
border: 1px solid var(--color-
|
|
4480
|
+
border: 1px solid var(--color-surface-inverse);
|
|
4439
4481
|
}
|
|
4440
4482
|
input:checked ~ ._Yfxkl::after {
|
|
4441
4483
|
opacity: 1;
|
|
@@ -4443,7 +4485,7 @@ input:checked ~ ._Yfxkl::after {
|
|
|
4443
4485
|
top: 5px;
|
|
4444
4486
|
width: 4px;
|
|
4445
4487
|
height: 4px;
|
|
4446
|
-
background-color: var(--color-
|
|
4488
|
+
background-color: var(--color-surface-on-inverse);
|
|
4447
4489
|
border: none;
|
|
4448
4490
|
border-radius: 50%;
|
|
4449
4491
|
}
|