forstok-ui-lib 6.6.7 → 6.7.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 +1 -1
- package/dist/index.js +98 -88
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +11 -0
- package/src/typeds/shares.typed.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -1693,6 +1693,16 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
1693
1693
|
}
|
|
1694
1694
|
}
|
|
1695
1695
|
}
|
|
1696
|
+
`,"listing-nocheck":y`
|
|
1697
|
+
${vn} {
|
|
1698
|
+
grid-template-columns: var(--item) minmax(auto, max-content) minmax(88px, auto);
|
|
1699
|
+
&[role=rowheader] > div[role=group],
|
|
1700
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1701
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1702
|
+
._refCollapseContainer > div {
|
|
1703
|
+
grid-template-columns: var(--variant) var(--sku) var(--sku) minmax(95px, 115px) var(--price) var(--status-small);
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1696
1706
|
`,quantity:y`
|
|
1697
1707
|
overflow: hidden;
|
|
1698
1708
|
> div {
|