@descope/web-components-ui 3.16.0 → 3.16.1

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
@@ -17851,9 +17851,10 @@ const RadioGroupClass = compose(
17851
17851
  })
17852
17852
  );
17853
17853
 
17854
- customElements.define(componentName$B, RadioGroupClass);
17855
17854
  customElements.define(componentName$C, RadioButtonClass);
17856
17855
 
17856
+ customElements.define(componentName$B, RadioGroupClass);
17857
+
17857
17858
  const defaultValidateSchema = () => true;
17858
17859
  const defaultItemRenderer = (item) => `<pre>${JSON.stringify(item, null, 4)}</pre>`;
17859
17860