@descope/web-components-ui 2.2.4 → 2.2.5

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.
@@ -12591,6 +12591,7 @@ const ModalClass = compose$1(
12591
12591
  overlayBorderWidth: { property: () => ModalClass.cssVarList.overlay.borderWidth },
12592
12592
  overlayBorderStyle: { property: () => ModalClass.cssVarList.overlay.borderStyle },
12593
12593
  overlayBorderColor: { property: () => ModalClass.cssVarList.overlay.borderColor },
12594
+ overlayBorderRadius: { property: () => ModalClass.cssVarList.overlay.borderRadius },
12594
12595
  },
12595
12596
  }),
12596
12597
  portalMixin({
@@ -12622,6 +12623,10 @@ const ModalClass = compose$1(
12622
12623
  selector: () => '::part(content)',
12623
12624
  property: 'border-color',
12624
12625
  },
12626
+ borderRadius: {
12627
+ selector: () => '::part(content)',
12628
+ property: 'border-radius ',
12629
+ },
12625
12630
  width: { selector: () => '::part(overlay)', property: 'width' },
12626
12631
  shadow: { selector: () => '::part(overlay)', property: 'box-shadow' },
12627
12632
  },