@momentum-design/components 0.9.3 → 0.9.5
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.
@@ -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