@descope/web-components-ui 1.0.384 → 1.0.385

Sign up to get free protection for your applications and to get access to all the features.
@@ -5499,6 +5499,7 @@ const decodeHTML = (html) => {
5499
5499
 
5500
5500
  /* eslint-disable no-param-reassign */
5501
5501
 
5502
+
5502
5503
  const componentName$H = getComponentName('enriched-text');
5503
5504
 
5504
5505
  class EnrichedText extends createBaseClass({ componentName: componentName$H, baseSelector: ':host > div' }) {