@momentum-design/components 0.100.2 → 0.101.0
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.map +2 -2
- package/dist/components/accordion/accordion.component.d.ts +2 -0
- package/dist/components/accordion/accordion.component.js +2 -0
- package/dist/components/accordionbutton/accordionbutton.component.d.ts +2 -0
- package/dist/components/accordionbutton/accordionbutton.component.js +2 -0
- package/dist/components/accordiongroup/accordiongroup.component.d.ts +2 -0
- package/dist/components/accordiongroup/accordiongroup.component.js +2 -0
- package/dist/custom-elements.json +374 -374
- package/dist/react/accordion/index.d.ts +2 -0
- package/dist/react/accordion/index.js +2 -0
- package/dist/react/accordionbutton/index.d.ts +2 -0
- package/dist/react/accordionbutton/index.js +2 -0
- package/dist/react/accordiongroup/index.d.ts +2 -0
- package/dist/react/accordiongroup/index.js +2 -0
- package/dist/react/index.d.ts +3 -3
- package/dist/react/index.js +3 -3
- package/package.json +1 -1
@@ -24,6 +24,8 @@ import Component from '../../components/accordion';
|
|
24
24
|
*
|
25
25
|
* If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.
|
26
26
|
*
|
27
|
+
* If an accordion is expanded by default, then the screen reader might loose focus when toggling the visibilty of the accordion.
|
28
|
+
*
|
27
29
|
* @tagname mdc-accordion
|
28
30
|
*
|
29
31
|
* @dependency mdc-button
|
@@ -26,6 +26,8 @@ import { TAG_NAME } from '../../components/accordion/accordion.constants';
|
|
26
26
|
*
|
27
27
|
* If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.
|
28
28
|
*
|
29
|
+
* If an accordion is expanded by default, then the screen reader might loose focus when toggling the visibilty of the accordion.
|
30
|
+
*
|
29
31
|
* @tagname mdc-accordion
|
30
32
|
*
|
31
33
|
* @dependency mdc-button
|
@@ -22,6 +22,8 @@ import Component from '../../components/accordionbutton';
|
|
22
22
|
*
|
23
23
|
* If you do need any controls on your accordion heading, then it's advised to use `accordion` component.
|
24
24
|
*
|
25
|
+
* If an accordion button is expanded by default, then the screen reader might loose focus when toggling the visibilty of the accordion button.
|
26
|
+
*
|
25
27
|
* @tagname mdc-accordionbutton
|
26
28
|
*
|
27
29
|
* @dependency mdc-button
|
@@ -24,6 +24,8 @@ import { TAG_NAME } from '../../components/accordionbutton/accordionbutton.const
|
|
24
24
|
*
|
25
25
|
* If you do need any controls on your accordion heading, then it's advised to use `accordion` component.
|
26
26
|
*
|
27
|
+
* If an accordion button is expanded by default, then the screen reader might loose focus when toggling the visibilty of the accordion button.
|
28
|
+
*
|
27
29
|
* @tagname mdc-accordionbutton
|
28
30
|
*
|
29
31
|
* @dependency mdc-button
|
@@ -20,6 +20,8 @@ import Component from '../../components/accordiongroup';
|
|
20
20
|
*
|
21
21
|
* If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.
|
22
22
|
*
|
23
|
+
* If the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.
|
24
|
+
*
|
23
25
|
* @tagname mdc-accordiongroup
|
24
26
|
*
|
25
27
|
* @slot default - The default slot can contain the `accordion` or `accordionbutton` components.
|
@@ -23,6 +23,8 @@ import { TAG_NAME } from '../../components/accordiongroup/accordiongroup.constan
|
|
23
23
|
*
|
24
24
|
* If you don't need any controls on your accordion heading, then it's advised to use `accordionbutton` component.
|
25
25
|
*
|
26
|
+
* If the first accordion of the accordion group is expanded by default, then the screen reader might loose focus when toggling the visibilty of the first accordion.
|
27
|
+
*
|
26
28
|
* @tagname mdc-accordiongroup
|
27
29
|
*
|
28
30
|
* @slot default - The default slot can contain the `accordion` or `accordionbutton` components.
|
package/dist/react/index.d.ts
CHANGED
@@ -7,9 +7,9 @@ export { default as Appheader } from './appheader';
|
|
7
7
|
export { default as Avatar } from './avatar';
|
8
8
|
export { default as AvatarButton } from './avatarbutton';
|
9
9
|
export { default as Badge } from './badge';
|
10
|
-
export { default as Button } from './button';
|
11
|
-
export { default as Bullet } from './bullet';
|
12
10
|
export { default as Brandvisual } from './brandvisual';
|
11
|
+
export { default as Bullet } from './bullet';
|
12
|
+
export { default as Button } from './button';
|
13
13
|
export { default as ButtonGroup } from './buttongroup';
|
14
14
|
export { default as ButtonLink } from './buttonlink';
|
15
15
|
export { default as Buttonsimple } from './buttonsimple';
|
@@ -37,8 +37,8 @@ export { default as Listheader } from './listheader';
|
|
37
37
|
export { default as ListItem } from './listitem';
|
38
38
|
export { default as Marker } from './marker';
|
39
39
|
export { default as MenuBar } from './menubar';
|
40
|
-
export { default as MenuItemCheckbox } from './menuitemcheckbox';
|
41
40
|
export { default as MenuItem } from './menuitem';
|
41
|
+
export { default as MenuItemCheckbox } from './menuitemcheckbox';
|
42
42
|
export { default as MenuItemRadio } from './menuitemradio';
|
43
43
|
export { default as MenuPopover } from './menupopover';
|
44
44
|
export { default as MenuSection } from './menusection';
|
package/dist/react/index.js
CHANGED
@@ -7,9 +7,9 @@ export { default as Appheader } from './appheader';
|
|
7
7
|
export { default as Avatar } from './avatar';
|
8
8
|
export { default as AvatarButton } from './avatarbutton';
|
9
9
|
export { default as Badge } from './badge';
|
10
|
-
export { default as Button } from './button';
|
11
|
-
export { default as Bullet } from './bullet';
|
12
10
|
export { default as Brandvisual } from './brandvisual';
|
11
|
+
export { default as Bullet } from './bullet';
|
12
|
+
export { default as Button } from './button';
|
13
13
|
export { default as ButtonGroup } from './buttongroup';
|
14
14
|
export { default as ButtonLink } from './buttonlink';
|
15
15
|
export { default as Buttonsimple } from './buttonsimple';
|
@@ -37,8 +37,8 @@ export { default as Listheader } from './listheader';
|
|
37
37
|
export { default as ListItem } from './listitem';
|
38
38
|
export { default as Marker } from './marker';
|
39
39
|
export { default as MenuBar } from './menubar';
|
40
|
-
export { default as MenuItemCheckbox } from './menuitemcheckbox';
|
41
40
|
export { default as MenuItem } from './menuitem';
|
41
|
+
export { default as MenuItemCheckbox } from './menuitemcheckbox';
|
42
42
|
export { default as MenuItemRadio } from './menuitemradio';
|
43
43
|
export { default as MenuPopover } from './menupopover';
|
44
44
|
export { default as MenuSection } from './menusection';
|