@momentum-design/components 0.76.1 → 0.76.3

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.
@@ -6,8 +6,8 @@ export { default as AvatarButton } from './avatarbutton';
6
6
  export { default as Badge } from './badge';
7
7
  export { default as Brandvisual } from './brandvisual';
8
8
  export { default as Bullet } from './bullet';
9
- export { default as ButtonGroup } from './buttongroup';
10
9
  export { default as Button } from './button';
10
+ export { default as ButtonGroup } from './buttongroup';
11
11
  export { default as ButtonLink } from './buttonlink';
12
12
  export { default as Buttonsimple } from './buttonsimple';
13
13
  export { default as Card } from './card';
@@ -37,17 +37,17 @@ export { default as MenuItem } from './menuitem';
37
37
  export { default as MenuItemCheckbox } from './menuitemcheckbox';
38
38
  export { default as MenuItemRadio } from './menuitemradio';
39
39
  export { default as MenuPopover } from './menupopover';
40
- export { default as MenuSection } from './menusection';
41
40
  export { default as OptGroup } from './optgroup';
41
+ export { default as MenuSection } from './menusection';
42
42
  export { default as Option } from './option';
43
43
  export { default as Popover } from './popover';
44
44
  export { default as Presence } from './presence';
45
45
  export { default as Progressbar } from './progressbar';
46
46
  export { default as Progressspinner } from './progressspinner';
47
47
  export { default as Radio } from './radio';
48
- export { default as RadioGroup } from './radiogroup';
49
48
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
50
49
  export { default as Searchfield } from './searchfield';
50
+ export { default as RadioGroup } from './radiogroup';
51
51
  export { default as Select } from './select';
52
52
  export { default as Spinner } from './spinner';
53
53
  export { default as StaticCheckbox } from './staticcheckbox';
@@ -6,8 +6,8 @@ export { default as AvatarButton } from './avatarbutton';
6
6
  export { default as Badge } from './badge';
7
7
  export { default as Brandvisual } from './brandvisual';
8
8
  export { default as Bullet } from './bullet';
9
- export { default as ButtonGroup } from './buttongroup';
10
9
  export { default as Button } from './button';
10
+ export { default as ButtonGroup } from './buttongroup';
11
11
  export { default as ButtonLink } from './buttonlink';
12
12
  export { default as Buttonsimple } from './buttonsimple';
13
13
  export { default as Card } from './card';
@@ -37,17 +37,17 @@ export { default as MenuItem } from './menuitem';
37
37
  export { default as MenuItemCheckbox } from './menuitemcheckbox';
38
38
  export { default as MenuItemRadio } from './menuitemradio';
39
39
  export { default as MenuPopover } from './menupopover';
40
- export { default as MenuSection } from './menusection';
41
40
  export { default as OptGroup } from './optgroup';
41
+ export { default as MenuSection } from './menusection';
42
42
  export { default as Option } from './option';
43
43
  export { default as Popover } from './popover';
44
44
  export { default as Presence } from './presence';
45
45
  export { default as Progressbar } from './progressbar';
46
46
  export { default as Progressspinner } from './progressspinner';
47
47
  export { default as Radio } from './radio';
48
- export { default as RadioGroup } from './radiogroup';
49
48
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
50
49
  export { default as Searchfield } from './searchfield';
50
+ export { default as RadioGroup } from './radiogroup';
51
51
  export { default as Select } from './select';
52
52
  export { default as Spinner } from './spinner';
53
53
  export { default as StaticCheckbox } from './staticcheckbox';
@@ -4,7 +4,7 @@ import Component from '../../components/textarea';
4
4
  * mdc-textarea component, which is used to get the multi-line text input from the user.
5
5
  * It contains:
6
6
  * - label: It is the title of the textarea field.
7
- * - required-label: A string depicting that the textarea field is required.
7
+ * - required: A boolean attribute depicting that the textarea field is required.
8
8
  * - Textarea: It is the multi-line text input field.
9
9
  * - helper-text: It is the text that provides additional information about the textarea field.
10
10
  * - max-character-limit: It is the text that shows the character count of the textarea field.
@@ -6,7 +6,7 @@ import { TAG_NAME } from '../../components/textarea/textarea.constants';
6
6
  * mdc-textarea component, which is used to get the multi-line text input from the user.
7
7
  * It contains:
8
8
  * - label: It is the title of the textarea field.
9
- * - required-label: A string depicting that the textarea field is required.
9
+ * - required: A boolean attribute depicting that the textarea field is required.
10
10
  * - Textarea: It is the multi-line text input field.
11
11
  * - helper-text: It is the text that provides additional information about the textarea field.
12
12
  * - max-character-limit: It is the text that shows the character count of the textarea field.
package/package.json CHANGED
@@ -41,5 +41,5 @@
41
41
  "lottie-web": "^5.12.2",
42
42
  "uuid": "^11.0.5"
43
43
  },
44
- "version": "0.76.1"
44
+ "version": "0.76.3"
45
45
  }