@ni/ok-components 1.8.1 → 1.8.2
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/all-components-bundle.js +10 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +10 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/fv/summary-panel/styles.js +6 -3
- package/dist/esm/fv/summary-panel/styles.js.map +1 -1
- package/dist/esm/fv/summary-panel-tile/styles.js +5 -0
- package/dist/esm/fv/summary-panel-tile/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -108529,8 +108529,7 @@ focus outline in that case.
|
|
|
108529
108529
|
box-sizing: border-box;
|
|
108530
108530
|
overflow-x: auto;
|
|
108531
108531
|
overflow-y: hidden;
|
|
108532
|
-
gap: ${
|
|
108533
|
-
padding: calc(${standardPadding} - ${smallPadding});
|
|
108532
|
+
gap: ${smallPadding};
|
|
108534
108533
|
scrollbar-width: none;
|
|
108535
108534
|
}
|
|
108536
108535
|
|
|
@@ -108551,6 +108550,10 @@ focus outline in that case.
|
|
|
108551
108550
|
::slotted(*) {
|
|
108552
108551
|
flex: 0 0 auto;
|
|
108553
108552
|
}
|
|
108553
|
+
|
|
108554
|
+
:host([size='compact']) ::slotted(ok-fv-summary-panel-tile) {
|
|
108555
|
+
margin: calc(2 * ${borderWidth});
|
|
108556
|
+
}
|
|
108554
108557
|
}
|
|
108555
108558
|
|
|
108556
108559
|
@layer hover {}
|
|
@@ -108765,6 +108768,7 @@ focus outline in that case.
|
|
|
108765
108768
|
flex-direction: column;
|
|
108766
108769
|
align-items: center;
|
|
108767
108770
|
gap: ${smallPadding};
|
|
108771
|
+
margin-top: calc(${largePadding} - ${smallPadding});
|
|
108768
108772
|
text-align: center;
|
|
108769
108773
|
}
|
|
108770
108774
|
|
|
@@ -108795,6 +108799,10 @@ focus outline in that case.
|
|
|
108795
108799
|
margin: 10px 14px;
|
|
108796
108800
|
}
|
|
108797
108801
|
|
|
108802
|
+
:host([size='compact']) .summary-panel-tile-content.under {
|
|
108803
|
+
margin-top: ${mediumPadding};
|
|
108804
|
+
}
|
|
108805
|
+
|
|
108798
108806
|
:host([size='compact']) .count {
|
|
108799
108807
|
font-size: 24px;
|
|
108800
108808
|
line-height: normal;
|