@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.
@@ -20237,8 +20237,7 @@ const g4=_t`
20237
20237
  box-sizing: border-box;
20238
20238
  overflow-x: auto;
20239
20239
  overflow-y: hidden;
20240
- gap: ${Rc};
20241
- padding: calc(${Fc} - ${Dc});
20240
+ gap: ${Dc};
20242
20241
  scrollbar-width: none;
20243
20242
  }
20244
20243
 
@@ -20259,6 +20258,10 @@ const g4=_t`
20259
20258
  ::slotted(*) {
20260
20259
  flex: 0 0 auto;
20261
20260
  }
20261
+
20262
+ :host([size='compact']) ::slotted(ok-fv-summary-panel-tile) {
20263
+ margin: calc(2 * ${Bc});
20264
+ }
20262
20265
  }
20263
20266
 
20264
20267
  @layer hover {}
@@ -20354,6 +20357,7 @@ const C4=_t`
20354
20357
  flex-direction: column;
20355
20358
  align-items: center;
20356
20359
  gap: ${Dc};
20360
+ margin-top: calc(${Lc} - ${Dc});
20357
20361
  text-align: center;
20358
20362
  }
20359
20363
 
@@ -20384,6 +20388,10 @@ const C4=_t`
20384
20388
  margin: 10px 14px;
20385
20389
  }
20386
20390
 
20391
+ :host([size='compact']) .summary-panel-tile-content.under {
20392
+ margin-top: ${Rc};
20393
+ }
20394
+
20387
20395
  :host([size='compact']) .count {
20388
20396
  font-size: 24px;
20389
20397
  line-height: normal;