@momentum-design/components 0.104.2 → 0.104.3

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
1
  export { default as Accordion } from './accordion';
2
- export { default as AccordionGroup } from './accordiongroup';
3
2
  export { default as AccordionButton } from './accordionbutton';
3
+ export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
5
  export { default as Animation } from './animation';
6
6
  export { default as Appheader } from './appheader';
@@ -15,8 +15,8 @@ export { default as ButtonLink } from './buttonlink';
15
15
  export { default as Buttonsimple } from './buttonsimple';
16
16
  export { default as Card } from './card';
17
17
  export { default as CardButton } from './cardbutton';
18
- export { default as CardCheckbox } from './cardcheckbox';
19
18
  export { default as CardRadio } from './cardradio';
19
+ export { default as CardCheckbox } from './cardcheckbox';
20
20
  export { default as Checkbox } from './checkbox';
21
21
  export { default as Chip } from './chip';
22
22
  export { default as Coachmark } from './coachmark';
@@ -53,14 +53,14 @@ export { default as Progressspinner } from './progressspinner';
53
53
  export { default as Radio } from './radio';
54
54
  export { default as RadioGroup } from './radiogroup';
55
55
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
56
- export { default as Searchfield } from './searchfield';
57
56
  export { default as Select } from './select';
58
57
  export { default as Selectlistbox } from './selectlistbox';
58
+ export { default as Searchfield } from './searchfield';
59
59
  export { default as SideNavigation } from './sidenavigation';
60
60
  export { default as Skeleton } from './skeleton';
61
61
  export { default as Spinner } from './spinner';
62
- export { default as StaticCheckbox } from './staticcheckbox';
63
62
  export { default as StaticRadio } from './staticradio';
63
+ export { default as StaticCheckbox } from './staticcheckbox';
64
64
  export { default as StaticToggle } from './statictoggle';
65
65
  export { default as Stepper } from './stepper';
66
66
  export { default as StepperConnector } from './stepperconnector';
@@ -1,6 +1,6 @@
1
1
  export { default as Accordion } from './accordion';
2
- export { default as AccordionGroup } from './accordiongroup';
3
2
  export { default as AccordionButton } from './accordionbutton';
3
+ export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
5
  export { default as Animation } from './animation';
6
6
  export { default as Appheader } from './appheader';
@@ -15,8 +15,8 @@ export { default as ButtonLink } from './buttonlink';
15
15
  export { default as Buttonsimple } from './buttonsimple';
16
16
  export { default as Card } from './card';
17
17
  export { default as CardButton } from './cardbutton';
18
- export { default as CardCheckbox } from './cardcheckbox';
19
18
  export { default as CardRadio } from './cardradio';
19
+ export { default as CardCheckbox } from './cardcheckbox';
20
20
  export { default as Checkbox } from './checkbox';
21
21
  export { default as Chip } from './chip';
22
22
  export { default as Coachmark } from './coachmark';
@@ -53,14 +53,14 @@ export { default as Progressspinner } from './progressspinner';
53
53
  export { default as Radio } from './radio';
54
54
  export { default as RadioGroup } from './radiogroup';
55
55
  export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
56
- export { default as Searchfield } from './searchfield';
57
56
  export { default as Select } from './select';
58
57
  export { default as Selectlistbox } from './selectlistbox';
58
+ export { default as Searchfield } from './searchfield';
59
59
  export { default as SideNavigation } from './sidenavigation';
60
60
  export { default as Skeleton } from './skeleton';
61
61
  export { default as Spinner } from './spinner';
62
- export { default as StaticCheckbox } from './staticcheckbox';
63
62
  export { default as StaticRadio } from './staticradio';
63
+ export { default as StaticCheckbox } from './staticcheckbox';
64
64
  export { default as StaticToggle } from './statictoggle';
65
65
  export { default as Stepper } from './stepper';
66
66
  export { default as StepperConnector } from './stepperconnector';
@@ -41,6 +41,8 @@ import Component from '../../components/select';
41
41
  * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.
42
42
  * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.
43
43
  * @cssproperty --mdc-select-width - The width of the select.
44
+ * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.
45
+ * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).
44
46
  */
45
47
  declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
46
48
  onChange: EventName<import("../../components/select/select.types").SelectChangeEvent>;
@@ -43,6 +43,8 @@ import { TAG_NAME } from '../../components/select/select.constants';
43
43
  * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.
44
44
  * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.
45
45
  * @cssproperty --mdc-select-width - The width of the select.
46
+ * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.
47
+ * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).
46
48
  */
47
49
  const reactWrapper = createComponent({
48
50
  tagName: TAG_NAME,
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.104.2",
4
+ "version": "0.104.3",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"