@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.
package/dist/index.esm.js CHANGED
@@ -15720,6 +15720,7 @@ const ModalClass = compose(
15720
15720
  overlayBorderWidth: { property: () => ModalClass.cssVarList.overlay.borderWidth },
15721
15721
  overlayBorderStyle: { property: () => ModalClass.cssVarList.overlay.borderStyle },
15722
15722
  overlayBorderColor: { property: () => ModalClass.cssVarList.overlay.borderColor },
15723
+ overlayBorderRadius: { property: () => ModalClass.cssVarList.overlay.borderRadius },
15723
15724
  },
15724
15725
  }),
15725
15726
  portalMixin({
@@ -15751,6 +15752,10 @@ const ModalClass = compose(
15751
15752
  selector: () => '::part(content)',
15752
15753
  property: 'border-color',
15753
15754
  },
15755
+ borderRadius: {
15756
+ selector: () => '::part(content)',
15757
+ property: 'border-radius ',
15758
+ },
15754
15759
  width: { selector: () => '::part(overlay)', property: 'width' },
15755
15760
  shadow: { selector: () => '::part(overlay)', property: 'box-shadow' },
15756
15761
  },