@descope/web-components-ui 1.0.284 → 1.0.286

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.
@@ -2,9 +2,6 @@
2
2
 
3
3
  var merge = require('lodash.merge');
4
4
  var Color = require('color');
5
- require('@vaadin/avatar');
6
- require('@vaadin/icon');
7
- require('@vaadin/icons');
8
5
 
9
6
  const DESCOPE_PREFIX = 'descope';
10
7
  const CSS_SELECTOR_SPECIFIER_MULTIPLY = 3;
@@ -10056,8 +10053,6 @@ var avatar$1 = /*#__PURE__*/Object.freeze({
10056
10053
  vars: vars$2
10057
10054
  });
10058
10055
 
10059
- customElements.define(componentName$u, TextClass);
10060
-
10061
10056
  const componentName$3 = getComponentName('mappings-field-internal');
10062
10057
 
10063
10058
  createBaseInputClass({ componentName: componentName$3, baseSelector: 'div' });
@@ -10583,8 +10578,6 @@ const NotificationClass = compose(
10583
10578
  })
10584
10579
  );
10585
10580
 
10586
- customElements.define(componentName$4, AvatarClass);
10587
-
10588
10581
  exports.AvatarClass = AvatarClass;
10589
10582
  exports.BadgeClass = BadgeClass;
10590
10583
  exports.ButtonClass = ButtonClass;