@momentum-design/components 0.9.3 → 0.9.4
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 '
|
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 '
|
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 @@
|
|
1
|
+
export {};
|
package/package.json
CHANGED