@descope/web-components-ui 1.0.183 → 1.0.185

Sign up to get free protection for your applications and to get access to all the features.
@@ -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' },