@momentum-design/components 0.61.0 → 0.61.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.
@@ -13,8 +13,8 @@ export { default as Chip } from './chip';
13
13
  export { default as Coachmark } from './coachmark';
14
14
  export { default as Divider } from './divider';
15
15
  export { default as FilterChip } from './filterchip';
16
- export { default as FormfieldWrapper } from './formfieldwrapper';
17
16
  export { default as FormfieldGroup } from './formfieldgroup';
17
+ export { default as FormfieldWrapper } from './formfieldwrapper';
18
18
  export { default as Icon } from './icon';
19
19
  export { default as IconProvider } from './iconprovider';
20
20
  export { default as Input } from './input';
@@ -40,8 +40,8 @@ export { default as StaticCheckbox } from './staticcheckbox';
40
40
  export { default as StaticRadio } from './staticradio';
41
41
  export { default as StaticToggle } from './statictoggle';
42
42
  export { default as Tab } from './tab';
43
- export { default as Text } from './text';
44
43
  export { default as TabList } from './tablist';
44
+ export { default as Text } from './text';
45
45
  export { default as Textarea } from './textarea';
46
46
  export { default as ThemeProvider } from './themeprovider';
47
47
  export { default as Toggle } from './toggle';
@@ -13,8 +13,8 @@ export { default as Chip } from './chip';
13
13
  export { default as Coachmark } from './coachmark';
14
14
  export { default as Divider } from './divider';
15
15
  export { default as FilterChip } from './filterchip';
16
- export { default as FormfieldWrapper } from './formfieldwrapper';
17
16
  export { default as FormfieldGroup } from './formfieldgroup';
17
+ export { default as FormfieldWrapper } from './formfieldwrapper';
18
18
  export { default as Icon } from './icon';
19
19
  export { default as IconProvider } from './iconprovider';
20
20
  export { default as Input } from './input';
@@ -40,8 +40,8 @@ export { default as StaticCheckbox } from './staticcheckbox';
40
40
  export { default as StaticRadio } from './staticradio';
41
41
  export { default as StaticToggle } from './statictoggle';
42
42
  export { default as Tab } from './tab';
43
- export { default as Text } from './text';
44
43
  export { default as TabList } from './tablist';
44
+ export { default as Text } from './text';
45
45
  export { default as Textarea } from './textarea';
46
46
  export { default as ThemeProvider } from './themeprovider';
47
47
  export { default as Toggle } from './toggle';
@@ -19,9 +19,7 @@ import Component from '../../components/tablist';
19
19
  * **Accessibility notes for consuming (have to be explicitly set when you consume the component)**
20
20
  *
21
21
  * - Each element that contains the `content panel` for a `tab` has role `tabpanel`.
22
- * - If the tab list has a visible label,
23
- * the element with role `tablist` has `aria-labelledby` needs to be a value that refers to the labelling element.
24
- * Otherwise, the `tablist` element needs to have a label provided by `aria-label`.
22
+ * - The `tablist` element needs to have a label provided by `data-aria-label`.
25
23
  * - Each element with role `tab` has the property `aria-controls`
26
24
  * that should refer to its associated `tabpanel` element.
27
25
  * - Each element with role `tabpanel` has the property `aria-labelledby` referring to its associated `tab` element.
@@ -21,9 +21,7 @@ import { TAG_NAME } from '../../components/tablist/tablist.constants';
21
21
  * **Accessibility notes for consuming (have to be explicitly set when you consume the component)**
22
22
  *
23
23
  * - Each element that contains the `content panel` for a `tab` has role `tabpanel`.
24
- * - If the tab list has a visible label,
25
- * the element with role `tablist` has `aria-labelledby` needs to be a value that refers to the labelling element.
26
- * Otherwise, the `tablist` element needs to have a label provided by `aria-label`.
24
+ * - The `tablist` element needs to have a label provided by `data-aria-label`.
27
25
  * - Each element with role `tab` has the property `aria-controls`
28
26
  * that should refer to its associated `tabpanel` element.
29
27
  * - Each element with role `tabpanel` has the property `aria-labelledby` referring to its associated `tab` element.
package/package.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "lit": "^3.2.0",
40
40
  "uuid": "^11.0.5"
41
41
  },
42
- "version": "0.61.0"
42
+ "version": "0.61.2"
43
43
  }