@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.156 → 2.0.0-next.157

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.
@@ -49304,14 +49304,14 @@ obc-readout-block {
49304
49304
  /* ---------- Root ----------
49305
49305
  * The root is an inline flex column (vertical) or row (horizontal). Private
49306
49306
  * \`--_readout-*\` variables are resolved per layout × size tier below; every
49307
- * layout rule reads only the private variables. */
49307
+ * layout rule reads only the private variables. A readout is as tall as its
49308
+ * rows: the design's container-min-height tokens are not applied (#1252). */
49308
49309
 
49309
49310
  .readout {
49310
49311
  display: inline-flex;
49311
49312
  position: relative;
49312
49313
  padding-inline: var(--_readout-pad-h);
49313
49314
  padding-block: var(--_readout-pad-v);
49314
- min-block-size: var(--_readout-min-height, auto);
49315
49315
  border-radius: var(--global-border-radius-border-radius-base);
49316
49316
  }
49317
49317
 
@@ -49854,15 +49854,8 @@ obc-readout-block {
49854
49854
  --_readout-value-pad-v: var(
49855
49855
  --instrument-components-readout-group-vertical-regular-value-container-padding-vertical
49856
49856
  );
49857
- --_readout-min-height: var(
49858
- --instrument-components-readout-group-vertical-regular-container-min-height
49859
- );
49860
49857
  }
49861
49858
 
49862
- /* The medium tiers set no \`--_readout-min-height\`: Figma defines the
49863
- * container-min-height token only for the regular and enhanced tiers, so
49864
- * medium readouts intentionally fall back to \`min-block-size: auto\`. */
49865
-
49866
49859
  .readout.direction-vertical.stacking-inline.size-medium {
49867
49860
  --_readout-pad-h: var(
49868
49861
  --instrument-components-readout-group-vertical-medium-container-padding-horizontal
@@ -49897,9 +49890,6 @@ obc-readout-block {
49897
49890
  --_readout-value-pad-v: var(
49898
49891
  --instrument-components-readout-group-vertical-enhanced-vertical-value-container-padding-vertical
49899
49892
  );
49900
- --_readout-min-height: var(
49901
- --instrument-components-readout-group-vertical-enhanced-container-min-height
49902
- );
49903
49893
  }
49904
49894
 
49905
49895
  /* Stack (vertical, stacked meta) */
@@ -49920,9 +49910,6 @@ obc-readout-block {
49920
49910
  --_readout-value-pad-v: var(
49921
49911
  --instrument-components-readout-stack-regular-value-container-padding-vertical
49922
49912
  );
49923
- --_readout-min-height: var(
49924
- --instrument-components-readout-stack-regular-container-min-height
49925
- );
49926
49913
  }
49927
49914
 
49928
49915
  .readout.direction-vertical.stacking-stacked.size-medium {
@@ -49959,9 +49946,6 @@ obc-readout-block {
49959
49946
  --_readout-value-pad-v: var(
49960
49947
  --instrument-components-readout-stack-enhanced-vertical-value-container-padding-vertical
49961
49948
  );
49962
- --_readout-min-height: var(
49963
- --instrument-components-readout-stack-enhanced-container-min-height
49964
- );
49965
49949
  }
49966
49950
 
49967
49951
  /* Group horizontal */
@@ -49984,8 +49968,6 @@ obc-readout-block {
49984
49968
  --_readout-divider-pad: var(
49985
49969
  --instrument-components-readout-group-horizontal-regular-divider-padding
49986
49970
  );
49987
- /* TODO(designer): verify; must also hold when only a unit is present */
49988
- --_readout-min-height: auto;
49989
49971
  }
49990
49972
 
49991
49973
  .readout.direction-horizontal.size-medium {
@@ -50026,9 +50008,6 @@ obc-readout-block {
50026
50008
  --_readout-divider-pad: var(
50027
50009
  --instrument-components-readout-group-horizontal-enhanced-divider-padding
50028
50010
  );
50029
- --_readout-min-height: var(
50030
- --instrument-components-readout-group-horizontal-enhanced-container-min-height
50031
- );
50032
50011
  }
50033
50012
 
50034
50013
  /* ---------- Debug overlay ----------