@momentum-design/components 0.105.0 → 0.105.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.
- package/dist/components/input/input.types.d.ts +8 -5
- package/dist/custom-elements.json +3054 -3054
- package/dist/index.d.ts +2 -1
- package/dist/react/index.d.ts +5 -5
- package/dist/react/index.js +5 -5
- package/dist/react/input/index.d.ts +3 -3
- package/dist/react/password/index.d.ts +3 -3
- package/dist/react/searchfield/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -87,9 +87,10 @@ import type { TextType as TypewriterType } from './components/typewriter/typewri
|
|
87
87
|
import type { MenuPopoverActionEvent, MenuPopoverChangeEvent } from './components/menupopover/menupopover.types';
|
88
88
|
import type { SelectChangeEvent, SelectInputEvent } from './components/select/select.types';
|
89
89
|
import type { MenuSectionChangeEvent } from './components/menusection/menusection.types';
|
90
|
+
import type { InputInputEvent, InputChangeEvent, InputFocusEvent, InputBlurEvent, InputClearEvent } from './components/input/input.types';
|
90
91
|
import { BUTTON_COLORS, BUTTON_VARIANTS, ICON_BUTTON_SIZES, PILL_BUTTON_SIZES } from './components/button/button.constants';
|
91
92
|
import { SKELETON_VARIANTS } from './components/skeleton/skeleton.constants';
|
92
93
|
import { inMemoryCache, webAPIIconsCache } from './utils/icon-cache';
|
93
94
|
export { Accordion, AccordionButton, AccordionGroup, AlertChip, Animation, Appheader, Avatar, AvatarButton, Badge, Brandvisual, Bullet, Button, ButtonGroup, ButtonLink, Card, CardButton, CardCheckbox, CardRadio, Checkbox, Chip, Coachmark, Dialog, Divider, FilterChip, FormfieldGroup, Icon, IconProvider, Input, InputChip, Link, LinkButton, Linksimple, List, Listheader, ListItem, Marker, MenuBar, MenuItem, MenuItemCheckbox, MenuItemRadio, MenuPopover, MenuSection, NavMenuItem, OptGroup, Option, Password, Popover, Presence, Progressbar, Progressspinner, Radio, RadioGroup, ScreenreaderAnnouncer, Searchfield, Select, SelectListbox, SideNavigation, Skeleton, Spinner, StaticCheckbox, StaticRadio, StaticToggle, Stepper, StepperConnector, StepperItem, Tab, TabList, Text, Textarea, ThemeProvider, Toast, Toggle, Typewriter, ToggleTip, Tooltip, VirtualizedList, Combobox, Slider, ListBox, };
|
94
|
-
export type { BadgeType, ButtonColor, ButtonVariant, IconButtonSize, MenuPopoverActionEvent, MenuPopoverChangeEvent, MenuSectionChangeEvent, PillButtonSize, PopoverPlacement, SkeletonVariant, SelectChangeEvent, SelectInputEvent, SpinnerSize, SpinnerVariant, TextType, TypewriterType, };
|
95
|
+
export type { BadgeType, ButtonColor, ButtonVariant, IconButtonSize, MenuPopoverActionEvent, MenuPopoverChangeEvent, MenuSectionChangeEvent, PillButtonSize, PopoverPlacement, SkeletonVariant, SelectChangeEvent, SelectInputEvent, SpinnerSize, SpinnerVariant, TextType, TypewriterType, InputInputEvent, InputChangeEvent, InputFocusEvent, InputBlurEvent, InputClearEvent, };
|
95
96
|
export { BUTTON_COLORS, BUTTON_VARIANTS, ICON_BUTTON_SIZES, inMemoryCache, PILL_BUTTON_SIZES, SKELETON_VARIANTS, webAPIIconsCache, };
|
package/dist/react/index.d.ts
CHANGED
@@ -28,14 +28,14 @@ export { default as FormfieldGroup } from './formfieldgroup';
|
|
28
28
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
29
29
|
export { default as Icon } from './icon';
|
30
30
|
export { default as IconProvider } from './iconprovider';
|
31
|
-
export { default as Input } from './input';
|
32
31
|
export { default as InputChip } from './inputchip';
|
32
|
+
export { default as Input } from './input';
|
33
33
|
export { default as Link } from './link';
|
34
34
|
export { default as LinkButton } from './linkbutton';
|
35
|
+
export { default as Linksimple } from './linksimple';
|
35
36
|
export { default as List } from './list';
|
36
37
|
export { default as ListBox } from './listbox';
|
37
38
|
export { default as Listheader } from './listheader';
|
38
|
-
export { default as Linksimple } from './linksimple';
|
39
39
|
export { default as ListItem } from './listitem';
|
40
40
|
export { default as Marker } from './marker';
|
41
41
|
export { default as MenuBar } from './menubar';
|
@@ -73,9 +73,9 @@ export { default as TabList } from './tablist';
|
|
73
73
|
export { default as Text } from './text';
|
74
74
|
export { default as Textarea } from './textarea';
|
75
75
|
export { default as ThemeProvider } from './themeprovider';
|
76
|
-
export { default as Toast } from './toast';
|
77
76
|
export { default as Toggle } from './toggle';
|
78
|
-
export { default as ToggleTip } from './toggletip';
|
79
77
|
export { default as Tooltip } from './tooltip';
|
80
|
-
export { default as
|
78
|
+
export { default as Toast } from './toast';
|
79
|
+
export { default as ToggleTip } from './toggletip';
|
81
80
|
export { default as Typewriter } from './typewriter';
|
81
|
+
export { default as VirtualizedList } from './virtualizedlist';
|
package/dist/react/index.js
CHANGED
@@ -28,14 +28,14 @@ export { default as FormfieldGroup } from './formfieldgroup';
|
|
28
28
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
29
29
|
export { default as Icon } from './icon';
|
30
30
|
export { default as IconProvider } from './iconprovider';
|
31
|
-
export { default as Input } from './input';
|
32
31
|
export { default as InputChip } from './inputchip';
|
32
|
+
export { default as Input } from './input';
|
33
33
|
export { default as Link } from './link';
|
34
34
|
export { default as LinkButton } from './linkbutton';
|
35
|
+
export { default as Linksimple } from './linksimple';
|
35
36
|
export { default as List } from './list';
|
36
37
|
export { default as ListBox } from './listbox';
|
37
38
|
export { default as Listheader } from './listheader';
|
38
|
-
export { default as Linksimple } from './linksimple';
|
39
39
|
export { default as ListItem } from './listitem';
|
40
40
|
export { default as Marker } from './marker';
|
41
41
|
export { default as MenuBar } from './menubar';
|
@@ -73,9 +73,9 @@ export { default as TabList } from './tablist';
|
|
73
73
|
export { default as Text } from './text';
|
74
74
|
export { default as Textarea } from './textarea';
|
75
75
|
export { default as ThemeProvider } from './themeprovider';
|
76
|
-
export { default as Toast } from './toast';
|
77
76
|
export { default as Toggle } from './toggle';
|
78
|
-
export { default as ToggleTip } from './toggletip';
|
79
77
|
export { default as Tooltip } from './tooltip';
|
80
|
-
export { default as
|
78
|
+
export { default as Toast } from './toast';
|
79
|
+
export { default as ToggleTip } from './toggletip';
|
81
80
|
export { default as Typewriter } from './typewriter';
|
81
|
+
export { default as VirtualizedList } from './virtualizedlist';
|
@@ -45,9 +45,9 @@ import Component from '../../components/input';
|
|
45
45
|
*/
|
46
46
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
47
47
|
onClear: EventName<import("../../components/input/input.types").InputClearEvent>;
|
48
|
-
onInput: EventName<import("../../
|
48
|
+
onInput: EventName<import("../../components/input/input.types").InputInputEvent>;
|
49
49
|
onChange: EventName<import("../../components/input/input.types").InputChangeEvent>;
|
50
|
-
onFocus: EventName<import("../../
|
51
|
-
onBlur: EventName<import("../../
|
50
|
+
onFocus: EventName<import("../../components/input/input.types").InputFocusEvent>;
|
51
|
+
onBlur: EventName<import("../../components/input/input.types").InputBlurEvent>;
|
52
52
|
}>;
|
53
53
|
export default reactWrapper;
|
@@ -42,10 +42,10 @@ import Component from '../../components/password';
|
|
42
42
|
*
|
43
43
|
*/
|
44
44
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
45
|
-
onInput: EventName<import("../../
|
45
|
+
onInput: EventName<import("../../components/input/input.types").InputInputEvent>;
|
46
46
|
onChange: EventName<import("../../components/input/input.types").InputChangeEvent>;
|
47
|
-
onFocus: EventName<import("../../
|
48
|
-
onBlur: EventName<import("../../
|
47
|
+
onFocus: EventName<import("../../components/input/input.types").InputFocusEvent>;
|
48
|
+
onBlur: EventName<import("../../components/input/input.types").InputBlurEvent>;
|
49
49
|
onClear: EventName<import("../../components/input/input.types").InputClearEvent>;
|
50
50
|
}>;
|
51
51
|
export default reactWrapper;
|
@@ -18,10 +18,10 @@ import Component from '../../components/searchfield';
|
|
18
18
|
* @slot filters - Slot for input chips
|
19
19
|
*/
|
20
20
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
21
|
-
onInput: EventName<import("../../
|
21
|
+
onInput: EventName<import("../../components/input/input.types").InputInputEvent>;
|
22
22
|
onChange: EventName<import("../../components/input/input.types").InputChangeEvent>;
|
23
|
-
onFocus: EventName<import("../../
|
24
|
-
onBlur: EventName<import("../../
|
23
|
+
onFocus: EventName<import("../../components/input/input.types").InputFocusEvent>;
|
24
|
+
onBlur: EventName<import("../../components/input/input.types").InputBlurEvent>;
|
25
25
|
onClear: EventName<import("../../components/input/input.types").InputClearEvent>;
|
26
26
|
}>;
|
27
27
|
export default reactWrapper;
|