@descope/web-components-ui 1.0.400 → 1.0.401

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
@@ -1918,7 +1918,7 @@ const ButtonClass = compose(
1918
1918
 
1919
1919
  labelTextColor: { property: 'color' },
1920
1920
  iconColor: {
1921
- selector: () => `::slotted(${IconClass.componentName})`,
1921
+ selector: () => `::slotted(*)`,
1922
1922
  property: IconClass.cssVarList.fill,
1923
1923
  },
1924
1924
  labelTextDecoration: { ...label$a, property: 'text-decoration' },
@@ -13651,6 +13651,7 @@ const UserAuthMethodClass = compose(
13651
13651
  { ...methodIconSlot, property: 'width' },
13652
13652
  { ...methodIconSlot, property: 'height' },
13653
13653
  ],
13654
+ iconColor: [{ selector: () => '::slotted(*)', property: IconClass.cssVarList.fill }],
13654
13655
  },
13655
13656
  }),
13656
13657
  draggableMixin,
@@ -17473,6 +17474,7 @@ const userAuthMethod = {
17473
17474
  [vars$g.itemsGap]: '16px',
17474
17475
  [vars$g.hostMinWidth]: '530px',
17475
17476
  [vars$g.iconSize]: '24px',
17477
+ [vars$g.iconColor]: 'currentcolor',
17476
17478
  _fullWidth: {
17477
17479
  [vars$g.hostWidth]: '100%',
17478
17480
  },