@descope/web-components-ui 1.0.229 → 1.0.230

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -13,7 +13,6 @@ import { GridSelectionColumn } from '@vaadin/grid/vaadin-grid-selection-column';
13
13
  import merge from 'lodash.merge';
14
14
  import set from 'lodash.set';
15
15
  import Color from 'color';
16
- import '@vaadin/notification';
17
16
 
18
17
  const kebabCase = (str) =>
19
18
  str
@@ -8747,8 +8746,6 @@ const NotificationCardClass = compose(
8747
8746
  })
8748
8747
  );
8749
8748
 
8750
- customElements.define(componentName, NotificationCardClass);
8751
-
8752
8749
  const globalRefs = getThemeRefs(globals);
8753
8750
  const vars$1 = NotificationCardClass.cssVarList;
8754
8751
 
@@ -8763,10 +8760,7 @@ const notification = {
8763
8760
  [vars$1.boxShadow]: `${globalRefs.shadow.wide.xl} ${shadowColor}, ${globalRefs.shadow.narrow.xl} ${shadowColor}`,
8764
8761
  [vars$1.verticalPadding]: '0.45em',
8765
8762
  [vars$1.horizontalPadding]: '1em',
8766
- [vars$1.verticalMargin]: '1em',
8767
- [vars$1.horizontalMargin]: '1em',
8768
8763
  [vars$1.borderRadius]: globalRefs.radius.md,
8769
- [vars$1.contentSpacing]: '0.5em',
8770
8764
 
8771
8765
  _bordered: {
8772
8766
  [vars$1.borderWidth]: globalRefs.border.sm,