@momentum-design/components 0.92.3 → 0.92.4
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.
package/dist/react/index.d.ts
CHANGED
@@ -6,10 +6,10 @@ export { default as AvatarButton } from './avatarbutton';
|
|
6
6
|
export { default as Badge } from './badge';
|
7
7
|
export { default as Brandvisual } from './brandvisual';
|
8
8
|
export { default as Bullet } from './bullet';
|
9
|
+
export { default as Button } from './button';
|
9
10
|
export { default as ButtonGroup } from './buttongroup';
|
10
11
|
export { default as ButtonLink } from './buttonlink';
|
11
12
|
export { default as Buttonsimple } from './buttonsimple';
|
12
|
-
export { default as Button } from './button';
|
13
13
|
export { default as Card } from './card';
|
14
14
|
export { default as CardButton } from './cardbutton';
|
15
15
|
export { default as CardCheckbox } from './cardcheckbox';
|
@@ -22,8 +22,8 @@ export { default as Divider } from './divider';
|
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|
24
24
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
25
|
-
export { default as Icon } from './icon';
|
26
25
|
export { default as IconProvider } from './iconprovider';
|
26
|
+
export { default as Icon } from './icon';
|
27
27
|
export { default as Input } from './input';
|
28
28
|
export { default as InputChip } from './inputchip';
|
29
29
|
export { default as Link } from './link';
|
package/dist/react/index.js
CHANGED
@@ -6,10 +6,10 @@ export { default as AvatarButton } from './avatarbutton';
|
|
6
6
|
export { default as Badge } from './badge';
|
7
7
|
export { default as Brandvisual } from './brandvisual';
|
8
8
|
export { default as Bullet } from './bullet';
|
9
|
+
export { default as Button } from './button';
|
9
10
|
export { default as ButtonGroup } from './buttongroup';
|
10
11
|
export { default as ButtonLink } from './buttonlink';
|
11
12
|
export { default as Buttonsimple } from './buttonsimple';
|
12
|
-
export { default as Button } from './button';
|
13
13
|
export { default as Card } from './card';
|
14
14
|
export { default as CardButton } from './cardbutton';
|
15
15
|
export { default as CardCheckbox } from './cardcheckbox';
|
@@ -22,8 +22,8 @@ export { default as Divider } from './divider';
|
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|
24
24
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
25
|
-
export { default as Icon } from './icon';
|
26
25
|
export { default as IconProvider } from './iconprovider';
|
26
|
+
export { default as Icon } from './icon';
|
27
27
|
export { default as Input } from './input';
|
28
28
|
export { default as InputChip } from './inputchip';
|
29
29
|
export { default as Link } from './link';
|