forstok-ui-lib 6.6.3 → 6.6.4
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +1 -1
package/package.json
CHANGED
|
@@ -712,7 +712,7 @@ const getTableItemWrapperModFunc = ({ $mode, $isBorder, $isPopup }:{ $mode: stri
|
|
|
712
712
|
}
|
|
713
713
|
${TableItemColumn} {
|
|
714
714
|
width: ${$isPopup ? '834px' : '940px' };
|
|
715
|
-
grid-template-columns: ${$isPopup ? 'auto var(--variant-small) var(
|
|
715
|
+
grid-template-columns: ${$isPopup ? 'auto var(--variant-small) var(--qty) var(--price) var(--status-small) 95px' : 'auto var(--variant) var(--qty-big) var(--price) var(--status-small) minmax(90px, 100px)'};
|
|
716
716
|
&:last-child {
|
|
717
717
|
${$isPopup ? 'border-bottom: 0 !important' : ''}
|
|
718
718
|
}
|