@descope/web-components-ui 1.0.416 → 1.0.418

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.
@@ -17614,6 +17614,7 @@ const AlertClass = compose(
17614
17614
  horizontalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
17615
17615
  verticalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
17616
17616
  alignItems: {},
17617
+ justifyContent: {},
17617
17618
  icon: [
17618
17619
  { ...icon, property: 'content' },
17619
17620
  { ...icon, property: 'display', fallback: 'none' },
@@ -17686,6 +17687,18 @@ const alert = {
17686
17687
  },
17687
17688
  },
17688
17689
 
17690
+ textAlign: {
17691
+ left: {
17692
+ [vars$1.justifyContent]: 'left',
17693
+ },
17694
+ center: {
17695
+ [vars$1.justifyContent]: 'center',
17696
+ },
17697
+ right: {
17698
+ [vars$1.justifyContent]: 'right',
17699
+ },
17700
+ },
17701
+
17689
17702
  _bordered: {
17690
17703
  [vars$1.borderWidth]: globalRefs.border.xs,
17691
17704
  [vars$1.borderColor]: 'transparent',