forstok-ui-lib 6.5.8 → 6.6.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.mjs CHANGED
@@ -1392,6 +1392,16 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
1392
1392
  }
1393
1393
  }
1394
1394
  }
1395
+ `,"item-nocheck":y`
1396
+ ${ln} {
1397
+ grid-template-columns: var(--item) minmax(auto, max-content) var(--time) minmax(88px, auto);
1398
+ &[role=rowheader] > div[role=group],
1399
+ &[role=row] > div[role=cellgroup] > div[role=rowgroup],
1400
+ ._refCollapse > div:not(._refCollapseContainer),
1401
+ ._refCollapseContainer > div {
1402
+ grid-template-columns: var(--variant) var(--sku) var(--qty-big) var(--price) var(--status-big);
1403
+ }
1404
+ }
1395
1405
  `,listing:y`
1396
1406
  ${ln} {
1397
1407
  grid-template-columns: var(--checkbox) var(--item) minmax(auto, max-content) minmax(88px, auto);
@@ -2198,6 +2208,15 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
2198
2208
  transform: scale(1) translate(50%, -50%);
2199
2209
  `}
2200
2210
  `}
2211
+ ${({$width:e})=>e&&y`
2212
+ min-width: ${e}px;
2213
+ `}
2214
+ ${({$height:e})=>e&&y`
2215
+ height: ${e}px;
2216
+ `}
2217
+ ${({$size:e})=>e&&y`
2218
+ font-size: ${e}px;
2219
+ `}
2201
2220
  `,Cn=x.section`
2202
2221
  justify-self: end;
2203
2222
  margin-top: 10px;
@@ -4626,6 +4645,7 @@ and limitations under the License.
4626
4645
  border: 1px solid #E3E3E3;
4627
4646
  height: 89px;
4628
4647
  margin-bottom: 20px;
4648
+ width: 100%;
4629
4649
  `,UC=x.div`
4630
4650
  display: inline-block;
4631
4651
  `,JC=x.div`