@momentum-design/components 0.81.5 → 0.81.6
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/browser/index.js +6 -11
- package/dist/browser/index.js.map +2 -2
- package/dist/components/dialog/dialog.component.js +5 -4
- package/dist/components/dialog/dialog.styles.js +2 -7
- package/dist/custom-elements.json +808 -808
- package/dist/react/index.d.ts +4 -4
- package/dist/react/index.js +4 -4
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
|
2
|
-
export { default as Appheader } from './appheader';
|
|
3
2
|
export { default as Animation } from './animation';
|
|
3
|
+
export { default as Appheader } from './appheader';
|
|
4
4
|
export { default as Avatar } from './avatar';
|
|
5
5
|
export { default as AvatarButton } from './avatarbutton';
|
|
6
6
|
export { default as Badge } from './badge';
|
|
@@ -9,8 +9,8 @@ export { default as Bullet } from './bullet';
|
|
|
9
9
|
export { default as Button } from './button';
|
|
10
10
|
export { default as ButtonGroup } from './buttongroup';
|
|
11
11
|
export { default as ButtonLink } from './buttonlink';
|
|
12
|
-
export { default as Card } from './card';
|
|
13
12
|
export { default as Buttonsimple } from './buttonsimple';
|
|
13
|
+
export { default as Card } from './card';
|
|
14
14
|
export { default as CardButton } from './cardbutton';
|
|
15
15
|
export { default as CardCheckbox } from './cardcheckbox';
|
|
16
16
|
export { default as CardRadio } from './cardradio';
|
|
@@ -43,8 +43,8 @@ export { default as OptGroup } from './optgroup';
|
|
|
43
43
|
export { default as Option } from './option';
|
|
44
44
|
export { default as Popover } from './popover';
|
|
45
45
|
export { default as Presence } from './presence';
|
|
46
|
-
export { default as Progressbar } from './progressbar';
|
|
47
46
|
export { default as Progressspinner } from './progressspinner';
|
|
47
|
+
export { default as Progressbar } from './progressbar';
|
|
48
48
|
export { default as Radio } from './radio';
|
|
49
49
|
export { default as RadioGroup } from './radiogroup';
|
|
50
50
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
@@ -63,5 +63,5 @@ export { default as Textarea } from './textarea';
|
|
|
63
63
|
export { default as ThemeProvider } from './themeprovider';
|
|
64
64
|
export { default as Toggle } from './toggle';
|
|
65
65
|
export { default as ToggleTip } from './toggletip';
|
|
66
|
-
export { default as VirtualizedList } from './virtualizedlist';
|
|
67
66
|
export { default as Tooltip } from './tooltip';
|
|
67
|
+
export { default as VirtualizedList } from './virtualizedlist';
|
package/dist/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
|
2
|
-
export { default as Appheader } from './appheader';
|
|
3
2
|
export { default as Animation } from './animation';
|
|
3
|
+
export { default as Appheader } from './appheader';
|
|
4
4
|
export { default as Avatar } from './avatar';
|
|
5
5
|
export { default as AvatarButton } from './avatarbutton';
|
|
6
6
|
export { default as Badge } from './badge';
|
|
@@ -9,8 +9,8 @@ export { default as Bullet } from './bullet';
|
|
|
9
9
|
export { default as Button } from './button';
|
|
10
10
|
export { default as ButtonGroup } from './buttongroup';
|
|
11
11
|
export { default as ButtonLink } from './buttonlink';
|
|
12
|
-
export { default as Card } from './card';
|
|
13
12
|
export { default as Buttonsimple } from './buttonsimple';
|
|
13
|
+
export { default as Card } from './card';
|
|
14
14
|
export { default as CardButton } from './cardbutton';
|
|
15
15
|
export { default as CardCheckbox } from './cardcheckbox';
|
|
16
16
|
export { default as CardRadio } from './cardradio';
|
|
@@ -43,8 +43,8 @@ export { default as OptGroup } from './optgroup';
|
|
|
43
43
|
export { default as Option } from './option';
|
|
44
44
|
export { default as Popover } from './popover';
|
|
45
45
|
export { default as Presence } from './presence';
|
|
46
|
-
export { default as Progressbar } from './progressbar';
|
|
47
46
|
export { default as Progressspinner } from './progressspinner';
|
|
47
|
+
export { default as Progressbar } from './progressbar';
|
|
48
48
|
export { default as Radio } from './radio';
|
|
49
49
|
export { default as RadioGroup } from './radiogroup';
|
|
50
50
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
@@ -63,5 +63,5 @@ export { default as Textarea } from './textarea';
|
|
|
63
63
|
export { default as ThemeProvider } from './themeprovider';
|
|
64
64
|
export { default as Toggle } from './toggle';
|
|
65
65
|
export { default as ToggleTip } from './toggletip';
|
|
66
|
-
export { default as VirtualizedList } from './virtualizedlist';
|
|
67
66
|
export { default as Tooltip } from './tooltip';
|
|
67
|
+
export { default as VirtualizedList } from './virtualizedlist';
|
package/package.json
CHANGED