@descope/web-components-ui 1.0.183 → 1.0.185

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.
@@ -6312,7 +6312,7 @@ class RawUploadFile extends BaseInputClass {
6312
6312
  const { host: host$1, wrapper, icon, title, description, requiredIndicator: requiredIndicator$1 } = {
6313
6313
  host: { selector: () => ':host' },
6314
6314
  wrapper: { selector: () => ':host > div' },
6315
- icon: { selector: () => '.icon' },
6315
+ icon: { selector: () => '::slotted(*)' },
6316
6316
  title: { selector: () => '.title' },
6317
6317
  description: { selector: () => '.description' },
6318
6318
  requiredIndicator: { selector: () => '.title::after' },