forstok-ui-lib 6.5.9 → 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.d.ts +4 -1
- package/dist/index.js +50 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +21 -1
- package/src/typeds/shares.typed.ts +1 -0
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;
|