@momentum-design/components 0.120.3 → 0.120.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/custom-elements.json +6824 -6824
- 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,6 +16,7 @@ export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|
17
17
|
export { default as Buttonsimple } from './buttonsimple';
|
18
18
|
export { default as Card } from './card';
|
19
|
+
export { default as CardButton } from './cardbutton';
|
19
20
|
export { default as CardCheckbox } from './cardcheckbox';
|
20
21
|
export { default as CardRadio } from './cardradio';
|
21
22
|
export { default as Checkbox } from './checkbox';
|
@@ -30,7 +31,6 @@ export { default as FormfieldWrapper } from './formfieldwrapper';
|
|
30
31
|
export { default as Icon } from './icon';
|
31
32
|
export { default as IconProvider } from './iconprovider';
|
32
33
|
export { default as Illustration } from './illustration';
|
33
|
-
export { default as CardButton } from './cardbutton';
|
34
34
|
export { default as IllustrationProvider } from './illustrationprovider';
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
package/dist/react/index.js
CHANGED
@@ -16,6 +16,7 @@ export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|
17
17
|
export { default as Buttonsimple } from './buttonsimple';
|
18
18
|
export { default as Card } from './card';
|
19
|
+
export { default as CardButton } from './cardbutton';
|
19
20
|
export { default as CardCheckbox } from './cardcheckbox';
|
20
21
|
export { default as CardRadio } from './cardradio';
|
21
22
|
export { default as Checkbox } from './checkbox';
|
@@ -30,7 +31,6 @@ export { default as FormfieldWrapper } from './formfieldwrapper';
|
|
30
31
|
export { default as Icon } from './icon';
|
31
32
|
export { default as IconProvider } from './iconprovider';
|
32
33
|
export { default as Illustration } from './illustration';
|
33
|
-
export { default as CardButton } from './cardbutton';
|
34
34
|
export { default as IllustrationProvider } from './illustrationprovider';
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|