@momentum-design/components 0.26.0 → 0.27.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 Avatar } from './avatar';
2
2
  export { default as AvatarButton } from './avatarbutton';
3
3
  export { default as Badge } from './badge';
4
4
  export { default as Bullet } from './bullet';
5
- export { default as Button } from './button';
6
5
  export { default as Buttonsimple } from './buttonsimple';
7
6
  export { default as Checkbox } from './checkbox';
7
+ export { default as Button } from './button';
8
8
  export { default as Divider } from './divider';
9
9
  export { default as FormfieldGroup } from './formfieldgroup';
10
10
  export { default as FormfieldWrapper } from './formfieldwrapper';
@@ -2,9 +2,9 @@ export { default as Avatar } from './avatar';
2
2
  export { default as AvatarButton } from './avatarbutton';
3
3
  export { default as Badge } from './badge';
4
4
  export { default as Bullet } from './bullet';
5
- export { default as Button } from './button';
6
5
  export { default as Buttonsimple } from './buttonsimple';
7
6
  export { default as Checkbox } from './checkbox';
7
+ export { default as Button } from './button';
8
8
  export { default as Divider } from './divider';
9
9
  export { default as FormfieldGroup } from './formfieldgroup';
10
10
  export { default as FormfieldWrapper } from './formfieldwrapper';
@@ -6,8 +6,13 @@ import Component from '../../components/tab';
6
6
  *
7
7
  * The `slot="badge"` can be used to add a badge to the tab.
8
8
  *
9
+ * The `slot="chip"` can be used to add a chip to the tab.
10
+ *
9
11
  * For `icon`, the `mdc-icon` component is used to render the icon.
10
12
  *
13
+ * Note: Icons can be used in conjunction with badges or chips.
14
+ * Badges and chips should not be used at the same time.
15
+ *
11
16
  * @dependency mdc-icon
12
17
  * @dependency mdc-text
13
18
  *
@@ -9,8 +9,13 @@ import { TAG_NAME } from '../../components/tab/tab.constants';
9
9
  *
10
10
  * The `slot="badge"` can be used to add a badge to the tab.
11
11
  *
12
+ * The `slot="chip"` can be used to add a chip to the tab.
13
+ *
12
14
  * For `icon`, the `mdc-icon` component is used to render the icon.
13
15
  *
16
+ * Note: Icons can be used in conjunction with badges or chips.
17
+ * Badges and chips should not be used at the same time.
18
+ *
14
19
  * @dependency mdc-icon
15
20
  * @dependency mdc-text
16
21
  *
package/package.json CHANGED
@@ -37,5 +37,5 @@
37
37
  "lit": "^3.2.0",
38
38
  "uuid": "^11.0.5"
39
39
  },
40
- "version": "0.26.0"
40
+ "version": "0.27.1"
41
41
  }