@momentum-design/components 0.9.3 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { CSSResult, PropertyValues, TemplateResult } from 'lit';
2
2
  import { Component } from '../../models';
3
- import IconNames from '../../../../assets/icons/dist/types/types';
3
+ import type { IconNames } from '../icon/icon.types';
4
4
  import type { IconVariant, BadgeType } from './badge.types';
5
5
  /**
6
6
  * The `mdc-badge` component is a versatile UI element used to
@@ -1,6 +1,6 @@
1
1
  import { CSSResult } from 'lit';
2
2
  import { Component } from '../../models';
3
- import IconNames from '../../../../assets/icons/dist/types/types';
3
+ import type { IconNames } from './icon.types';
4
4
  /**
5
5
  * Icon component that dynamically displays SVG icons based on a valid name.
6
6
  *
@@ -0,0 +1,2 @@
1
+ import type IconNames from '@momentum-design/icons/dist/types/types';
2
+ export type { IconNames };
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "@momentum-design/tokens": "*",
36
36
  "lit": "^3.2.0"
37
37
  },
38
- "version": "0.9.3"
38
+ "version": "0.9.5"
39
39
  }