@momentum-design/components 0.93.0 → 0.94.0
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/custom-elements.json +1919 -1919
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
+
export { default as Animation } from './animation';
|
2
3
|
export { default as Appheader } from './appheader';
|
3
4
|
export { default as Avatar } from './avatar';
|
4
|
-
export { default as Animation } from './animation';
|
5
5
|
export { default as AvatarButton } from './avatarbutton';
|
6
6
|
export { default as Badge } from './badge';
|
7
7
|
export { default as Brandvisual } from './brandvisual';
|
@@ -16,8 +16,8 @@ export { default as CardCheckbox } from './cardcheckbox';
|
|
16
16
|
export { default as CardRadio } from './cardradio';
|
17
17
|
export { default as Checkbox } from './checkbox';
|
18
18
|
export { default as Chip } from './chip';
|
19
|
-
export { default as Coachmark } from './coachmark';
|
20
19
|
export { default as Dialog } from './dialog';
|
20
|
+
export { default as Coachmark } from './coachmark';
|
21
21
|
export { default as Divider } from './divider';
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|
package/dist/react/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
+
export { default as Animation } from './animation';
|
2
3
|
export { default as Appheader } from './appheader';
|
3
4
|
export { default as Avatar } from './avatar';
|
4
|
-
export { default as Animation } from './animation';
|
5
5
|
export { default as AvatarButton } from './avatarbutton';
|
6
6
|
export { default as Badge } from './badge';
|
7
7
|
export { default as Brandvisual } from './brandvisual';
|
@@ -16,8 +16,8 @@ export { default as CardCheckbox } from './cardcheckbox';
|
|
16
16
|
export { default as CardRadio } from './cardradio';
|
17
17
|
export { default as Checkbox } from './checkbox';
|
18
18
|
export { default as Chip } from './chip';
|
19
|
-
export { default as Coachmark } from './coachmark';
|
20
19
|
export { default as Dialog } from './dialog';
|
20
|
+
export { default as Coachmark } from './coachmark';
|
21
21
|
export { default as Divider } from './divider';
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|