diff --git a/packages/ui-view/src/View/__examples__/View.examples.ts b/packages/ui-view/src/View/__examples__/View.examples.ts index c280b4d451..8529b009ac 100644 --- a/packages/ui-view/src/View/__examples__/View.examples.ts +++ b/packages/ui-view/src/View/__examples__/View.examples.ts @@ -83,6 +83,18 @@ export default { props.textAlign !== 'center')) || // Only generate a 1 variation for non-'0' borderWidth (props.borderWidth !== '0' && + (props.background !== 'transparent' || + props.borderRadius !== '0' || + props.position !== 'static' || + props.shadow !== 'none' || + props.textAlign !== 'center')) || + (props.overscrollBehavior === 'none' && + (props.background !== 'transparent' || + props.borderRadius !== '0' || + props.position !== 'static' || + props.shadow !== 'none' || + props.textAlign !== 'center')) || + (props.overscrollBehavior === 'auto' && (props.background !== 'transparent' || props.borderRadius !== '0' || props.position !== 'static' ||