@momentum-design/components 0.120.38 → 0.121.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.
@@ -2,9 +2,9 @@ export { default as Accordion } from './accordion';
2
2
  export { default as AccordionButton } from './accordionbutton';
3
3
  export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
+ export { default as Animation } from './animation';
5
6
  export { default as AnnouncementDialog } from './announcementdialog';
6
7
  export { default as Appheader } from './appheader';
7
- export { default as Animation } from './animation';
8
8
  export { default as Avatar } from './avatar';
9
9
  export { default as AvatarButton } from './avatarbutton';
10
10
  export { default as Badge } from './badge';
@@ -40,10 +40,10 @@ export { default as LinkButton } from './linkbutton';
40
40
  export { default as Linksimple } from './linksimple';
41
41
  export { default as List } from './list';
42
42
  export { default as ListBox } from './listbox';
43
+ export { default as Listheader } from './listheader';
43
44
  export { default as ListItem } from './listitem';
44
45
  export { default as Marker } from './marker';
45
46
  export { default as MenuBar } from './menubar';
46
- export { default as Listheader } from './listheader';
47
47
  export { default as MenuItem } from './menuitem';
48
48
  export { default as MenuItemCheckbox } from './menuitemcheckbox';
49
49
  export { default as MenuItemRadio } from './menuitemradio';
@@ -56,8 +56,8 @@ export { default as Password } from './password';
56
56
  export { default as Popover } from './popover';
57
57
  export { default as Presence } from './presence';
58
58
  export { default as Progressbar } from './progressbar';
59
- export { default as Radio } from './radio';
60
59
  export { default as Progressspinner } from './progressspinner';
60
+ export { default as Radio } from './radio';
61
61
  export { default as RadioGroup } from './radiogroup';
62
62
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
63
63
  export { default as Searchfield } from './searchfield';
@@ -2,9 +2,9 @@ export { default as Accordion } from './accordion';
2
2
  export { default as AccordionButton } from './accordionbutton';
3
3
  export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
+ export { default as Animation } from './animation';
5
6
  export { default as AnnouncementDialog } from './announcementdialog';
6
7
  export { default as Appheader } from './appheader';
7
- export { default as Animation } from './animation';
8
8
  export { default as Avatar } from './avatar';
9
9
  export { default as AvatarButton } from './avatarbutton';
10
10
  export { default as Badge } from './badge';
@@ -40,10 +40,10 @@ export { default as LinkButton } from './linkbutton';
40
40
  export { default as Linksimple } from './linksimple';
41
41
  export { default as List } from './list';
42
42
  export { default as ListBox } from './listbox';
43
+ export { default as Listheader } from './listheader';
43
44
  export { default as ListItem } from './listitem';
44
45
  export { default as Marker } from './marker';
45
46
  export { default as MenuBar } from './menubar';
46
- export { default as Listheader } from './listheader';
47
47
  export { default as MenuItem } from './menuitem';
48
48
  export { default as MenuItemCheckbox } from './menuitemcheckbox';
49
49
  export { default as MenuItemRadio } from './menuitemradio';
@@ -56,8 +56,8 @@ export { default as Password } from './password';
56
56
  export { default as Popover } from './popover';
57
57
  export { default as Presence } from './presence';
58
58
  export { default as Progressbar } from './progressbar';
59
- export { default as Radio } from './radio';
60
59
  export { default as Progressspinner } from './progressspinner';
60
+ export { default as Radio } from './radio';
61
61
  export { default as RadioGroup } from './radiogroup';
62
62
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
63
63
  export { default as Searchfield } from './searchfield';
@@ -9,7 +9,8 @@ import type { Events as EventsInherited } from '../../components/input/input.typ
9
9
  * - `password` field - contains the value
10
10
  * - `help-text` or `validation-message` - displayed below the password field.
11
11
  * - `help-text-type` - type of the help text, can be 'default', 'error', 'warning', 'success', 'priority'.
12
- * - `show-hide-button-aria-label` - aria label for the trailing show/hide button.
12
+ * - `show-button-aria-label` - aria label for the trailing show button.
13
+ * - `hide-button-aria-label` - aria label for the trailing hide button.
13
14
  * - all the attributes of the native password field.
14
15
  *
15
16
  * @tagname mdc-password
@@ -10,7 +10,8 @@ import { TAG_NAME } from '../../components/password/password.constants';
10
10
  * - `password` field - contains the value
11
11
  * - `help-text` or `validation-message` - displayed below the password field.
12
12
  * - `help-text-type` - type of the help text, can be 'default', 'error', 'warning', 'success', 'priority'.
13
- * - `show-hide-button-aria-label` - aria label for the trailing show/hide button.
13
+ * - `show-button-aria-label` - aria label for the trailing show button.
14
+ * - `hide-button-aria-label` - aria label for the trailing hide button.
14
15
  * - all the attributes of the native password field.
15
16
  *
16
17
  * @tagname mdc-password
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@momentum-design/components",
3
3
  "packageManager": "yarn@3.2.4",
4
- "version": "0.120.38",
4
+ "version": "0.121.1",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"