@momentum-design/components 0.117.0 → 0.117.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.
@@ -1,6 +1,6 @@
1
+ export { default as Accordion } from './accordion';
1
2
  export { default as AccordionButton } from './accordionbutton';
2
3
  export { default as AccordionGroup } from './accordiongroup';
3
- export { default as Accordion } from './accordion';
4
4
  export { default as AlertChip } from './alertchip';
5
5
  export { default as Animation } from './animation';
6
6
  export { default as Appheader } from './appheader';
@@ -1,6 +1,6 @@
1
+ export { default as Accordion } from './accordion';
1
2
  export { default as AccordionButton } from './accordionbutton';
2
3
  export { default as AccordionGroup } from './accordiongroup';
3
- export { default as Accordion } from './accordion';
4
4
  export { default as AlertChip } from './alertchip';
5
5
  export { default as Animation } from './animation';
6
6
  export { default as Appheader } from './appheader';
@@ -10,7 +10,6 @@ import Component from '../../components/toast';
10
10
  * @dependency mdc-icon
11
11
  * @dependency mdc-text
12
12
  * @dependency mdc-button
13
- * @dependency mdc-linkbutton
14
13
  *
15
14
  * @slot content-prefix - Slot for custom content before the icon (only for custom variant).
16
15
  * @slot toast-body-normal - Slot for the main body content of the toast.
@@ -12,7 +12,6 @@ import { TAG_NAME } from '../../components/toast/toast.constants';
12
12
  * @dependency mdc-icon
13
13
  * @dependency mdc-text
14
14
  * @dependency mdc-button
15
- * @dependency mdc-linkbutton
16
15
  *
17
16
  * @slot content-prefix - Slot for custom content before the icon (only for custom variant).
18
17
  * @slot toast-body-normal - Slot for the main body content of the toast.
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.117.0",
4
+ "version": "0.117.1",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"