@momentum-design/components 0.96.0 → 0.96.1
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 +1804 -1804
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -16,9 +16,9 @@ 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';
|
19
20
|
export { default as Dialog } from './dialog';
|
20
21
|
export { default as Divider } from './divider';
|
21
|
-
export { default as Coachmark } from './coachmark';
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|
24
24
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
package/dist/react/index.js
CHANGED
@@ -16,9 +16,9 @@ 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';
|
19
20
|
export { default as Dialog } from './dialog';
|
20
21
|
export { default as Divider } from './divider';
|
21
|
-
export { default as Coachmark } from './coachmark';
|
22
22
|
export { default as FilterChip } from './filterchip';
|
23
23
|
export { default as FormfieldGroup } from './formfieldgroup';
|
24
24
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|