@momentum-design/components 0.112.2 → 0.112.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.
- package/dist/browser/index.js +26 -1
- package/dist/browser/index.js.map +2 -2
- package/dist/components/slider/slider.component.js +1 -1
- package/dist/components/slider/slider.styles.js +25 -0
- package/dist/custom-elements.json +1614 -1614
- package/dist/react/index.d.ts +4 -4
- package/dist/react/index.js +4 -4
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
export { default as Accordion } from './accordion';
|
2
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
3
|
export { default as AccordionGroup } from './accordiongroup';
|
4
|
-
export { default as AlertChip } from './alertchip';
|
5
4
|
export { default as Animation } from './animation';
|
5
|
+
export { default as AlertChip } from './alertchip';
|
6
6
|
export { default as Appheader } from './appheader';
|
7
7
|
export { default as Avatar } from './avatar';
|
8
|
+
export { default as AvatarButton } from './avatarbutton';
|
8
9
|
export { default as Badge } from './badge';
|
9
10
|
export { default as Brandvisual } from './brandvisual';
|
10
|
-
export { default as AvatarButton } from './avatarbutton';
|
11
11
|
export { default as Bullet } from './bullet';
|
12
12
|
export { default as Button } from './button';
|
13
13
|
export { default as ButtonGroup } from './buttongroup';
|
@@ -23,11 +23,11 @@ export { default as Coachmark } from './coachmark';
|
|
23
23
|
export { default as Combobox } from './combobox';
|
24
24
|
export { default as Dialog } from './dialog';
|
25
25
|
export { default as Divider } from './divider';
|
26
|
-
export { default as FormfieldGroup } from './formfieldgroup';
|
27
26
|
export { default as FilterChip } from './filterchip';
|
28
|
-
export { default as
|
27
|
+
export { default as FormfieldGroup } from './formfieldgroup';
|
29
28
|
export { default as Icon } from './icon';
|
30
29
|
export { default as IconProvider } from './iconprovider';
|
30
|
+
export { default as FormfieldWrapper } from './formfieldwrapper';
|
31
31
|
export { default as Input } from './input';
|
32
32
|
export { default as InputChip } from './inputchip';
|
33
33
|
export { default as Link } from './link';
|
package/dist/react/index.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
export { default as Accordion } from './accordion';
|
2
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
3
|
export { default as AccordionGroup } from './accordiongroup';
|
4
|
-
export { default as AlertChip } from './alertchip';
|
5
4
|
export { default as Animation } from './animation';
|
5
|
+
export { default as AlertChip } from './alertchip';
|
6
6
|
export { default as Appheader } from './appheader';
|
7
7
|
export { default as Avatar } from './avatar';
|
8
|
+
export { default as AvatarButton } from './avatarbutton';
|
8
9
|
export { default as Badge } from './badge';
|
9
10
|
export { default as Brandvisual } from './brandvisual';
|
10
|
-
export { default as AvatarButton } from './avatarbutton';
|
11
11
|
export { default as Bullet } from './bullet';
|
12
12
|
export { default as Button } from './button';
|
13
13
|
export { default as ButtonGroup } from './buttongroup';
|
@@ -23,11 +23,11 @@ export { default as Coachmark } from './coachmark';
|
|
23
23
|
export { default as Combobox } from './combobox';
|
24
24
|
export { default as Dialog } from './dialog';
|
25
25
|
export { default as Divider } from './divider';
|
26
|
-
export { default as FormfieldGroup } from './formfieldgroup';
|
27
26
|
export { default as FilterChip } from './filterchip';
|
28
|
-
export { default as
|
27
|
+
export { default as FormfieldGroup } from './formfieldgroup';
|
29
28
|
export { default as Icon } from './icon';
|
30
29
|
export { default as IconProvider } from './iconprovider';
|
30
|
+
export { default as FormfieldWrapper } from './formfieldwrapper';
|
31
31
|
export { default as Input } from './input';
|
32
32
|
export { default as InputChip } from './inputchip';
|
33
33
|
export { default as Link } from './link';
|