@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.
- package/dist/cjs/index.cjs.js +1 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -6373,6 +6373,7 @@ const decodeHTML = (html) => {
|
|
6373
6373
|
|
6374
6374
|
/* eslint-disable no-param-reassign */
|
6375
6375
|
|
6376
|
+
|
6376
6377
|
const componentName$F = getComponentName('enriched-text');
|
6377
6378
|
|
6378
6379
|
class EnrichedText extends createBaseClass({ componentName: componentName$F, baseSelector: ':host > div' }) {
|