@vectoriox/iox-ui 4.17.0 → 4.17.1

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.
@@ -2578,6 +2578,13 @@ const NOOP_INITIAL_VALUES = {
2578
2578
  'aspect-ratio': ['auto'],
2579
2579
  'mix-blend-mode': ['normal'],
2580
2580
  'transform': ['none'], 'box-shadow': ['none'],
2581
+ // overflow initial is `visible`. A self-describing node serialises the Overflow trait's default,
2582
+ // so WITHOUT this the emitted `overflow: visible` would override component baselines that clip
2583
+ // (e.g. `.iox-card__img-wrap`, `.iox-slider`, `.iox-gallery` all set `overflow: hidden`), breaking
2584
+ // object-fit/aspect-ratio image clipping everywhere. A user-set hidden/scroll/auto/clip is not the
2585
+ // initial, so it still emits and wins.
2586
+ 'overflow': ['visible'], 'overflow-x': ['visible'], 'overflow-y': ['visible'],
2587
+ 'clip-path': ['none'],
2581
2588
  };
2582
2589
  /**
2583
2590
  * Style props a type's render-default fully REPLACES. Emitting them would produce a dead