@momentum-design/components 0.122.0 → 0.122.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.
@@ -16,9 +16,9 @@ export { default as ButtonGroup } from './buttongroup';
16
16
  export { default as ButtonLink } from './buttonlink';
17
17
  export { default as Buttonsimple } from './buttonsimple';
18
18
  export { default as Card } from './card';
19
- export { default as CardButton } from './cardbutton';
20
- export { default as CardCheckbox } from './cardcheckbox';
21
19
  export { default as CardRadio } from './cardradio';
20
+ export { default as CardCheckbox } from './cardcheckbox';
21
+ export { default as CardButton } from './cardbutton';
22
22
  export { default as Checkbox } from './checkbox';
23
23
  export { default as Chip } from './chip';
24
24
  export { default as Coachmark } from './coachmark';
@@ -16,9 +16,9 @@ export { default as ButtonGroup } from './buttongroup';
16
16
  export { default as ButtonLink } from './buttonlink';
17
17
  export { default as Buttonsimple } from './buttonsimple';
18
18
  export { default as Card } from './card';
19
- export { default as CardButton } from './cardbutton';
20
- export { default as CardCheckbox } from './cardcheckbox';
21
19
  export { default as CardRadio } from './cardradio';
20
+ export { default as CardCheckbox } from './cardcheckbox';
21
+ export { default as CardButton } from './cardbutton';
22
22
  export { default as Checkbox } from './checkbox';
23
23
  export { default as Chip } from './chip';
24
24
  export { default as Coachmark } from './coachmark';
@@ -8,8 +8,8 @@ import type { Events as EventsInherited } from '../../components/input/input.typ
8
8
  * in a popover below the search input field, where the search results hold individual actions like navigating to a
9
9
  * a different url etc.
10
10
  *
11
- * - Don't use this when search results are displayed inline on the page -> use Searchfield component instead.
12
- * - Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.
11
+ * - Don't use this when search results are displayed inline on the page -\> use Searchfield component instead.
12
+ * - Don't use this when a list of options is filtered based on the search input -\> use Combobox component instead.
13
13
  *
14
14
  * It supports `mdc-inputchip` as filters.
15
15
  *
@@ -8,8 +8,8 @@ import { TAG_NAME } from '../../components/searchpopover/searchpopover.constants
8
8
  * in a popover below the search input field, where the search results hold individual actions like navigating to a
9
9
  * a different url etc.
10
10
  *
11
- * - Don't use this when search results are displayed inline on the page -> use Searchfield component instead.
12
- * - Don't use this when a list of options is filtered based on the search input -> use Combobox component instead.
11
+ * - Don't use this when search results are displayed inline on the page -\> use Searchfield component instead.
12
+ * - Don't use this when a list of options is filtered based on the search input -\> use Combobox component instead.
13
13
  *
14
14
  * It supports `mdc-inputchip` as filters.
15
15
  *
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.122.0",
4
+ "version": "0.122.2",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"