@momentum-design/components 0.120.0 → 0.120.2
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
@@ -35,9 +35,9 @@ export { default as IllustrationProvider } from './illustrationprovider';
|
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
38
|
+
export { default as LinkButton } from './linkbutton';
|
38
39
|
export { default as Linksimple } from './linksimple';
|
39
40
|
export { default as List } from './list';
|
40
|
-
export { default as LinkButton } from './linkbutton';
|
41
41
|
export { default as ListBox } from './listbox';
|
42
42
|
export { default as Listheader } from './listheader';
|
43
43
|
export { default as ListItem } from './listitem';
|
@@ -61,10 +61,10 @@ export { default as RadioGroup } from './radiogroup';
|
|
61
61
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
62
|
export { default as Searchfield } from './searchfield';
|
63
63
|
export { default as Select } from './select';
|
64
|
-
export { default as Selectlistbox } from './selectlistbox';
|
65
64
|
export { default as SideNavigation } from './sidenavigation';
|
66
65
|
export { default as Skeleton } from './skeleton';
|
67
66
|
export { default as Slider } from './slider';
|
67
|
+
export { default as Selectlistbox } from './selectlistbox';
|
68
68
|
export { default as Spinner } from './spinner';
|
69
69
|
export { default as StaticCheckbox } from './staticcheckbox';
|
70
70
|
export { default as StaticChip } from './staticchip';
|
@@ -74,10 +74,10 @@ export { default as Stepper } from './stepper';
|
|
74
74
|
export { default as StepperConnector } from './stepperconnector';
|
75
75
|
export { default as StepperItem } from './stepperitem';
|
76
76
|
export { default as Tab } from './tab';
|
77
|
-
export { default as TabList } from './tablist';
|
78
77
|
export { default as Text } from './text';
|
79
78
|
export { default as Textarea } from './textarea';
|
80
79
|
export { default as ThemeProvider } from './themeprovider';
|
80
|
+
export { default as TabList } from './tablist';
|
81
81
|
export { default as Toast } from './toast';
|
82
82
|
export { default as Toggle } from './toggle';
|
83
83
|
export { default as ToggleTip } from './toggletip';
|
package/dist/react/index.js
CHANGED
@@ -35,9 +35,9 @@ export { default as IllustrationProvider } from './illustrationprovider';
|
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
38
|
+
export { default as LinkButton } from './linkbutton';
|
38
39
|
export { default as Linksimple } from './linksimple';
|
39
40
|
export { default as List } from './list';
|
40
|
-
export { default as LinkButton } from './linkbutton';
|
41
41
|
export { default as ListBox } from './listbox';
|
42
42
|
export { default as Listheader } from './listheader';
|
43
43
|
export { default as ListItem } from './listitem';
|
@@ -61,10 +61,10 @@ export { default as RadioGroup } from './radiogroup';
|
|
61
61
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
62
|
export { default as Searchfield } from './searchfield';
|
63
63
|
export { default as Select } from './select';
|
64
|
-
export { default as Selectlistbox } from './selectlistbox';
|
65
64
|
export { default as SideNavigation } from './sidenavigation';
|
66
65
|
export { default as Skeleton } from './skeleton';
|
67
66
|
export { default as Slider } from './slider';
|
67
|
+
export { default as Selectlistbox } from './selectlistbox';
|
68
68
|
export { default as Spinner } from './spinner';
|
69
69
|
export { default as StaticCheckbox } from './staticcheckbox';
|
70
70
|
export { default as StaticChip } from './staticchip';
|
@@ -74,10 +74,10 @@ export { default as Stepper } from './stepper';
|
|
74
74
|
export { default as StepperConnector } from './stepperconnector';
|
75
75
|
export { default as StepperItem } from './stepperitem';
|
76
76
|
export { default as Tab } from './tab';
|
77
|
-
export { default as TabList } from './tablist';
|
78
77
|
export { default as Text } from './text';
|
79
78
|
export { default as Textarea } from './textarea';
|
80
79
|
export { default as ThemeProvider } from './themeprovider';
|
80
|
+
export { default as TabList } from './tablist';
|
81
81
|
export { default as Toast } from './toast';
|
82
82
|
export { default as Toggle } from './toggle';
|
83
83
|
export { default as ToggleTip } from './toggletip';
|