wacomm 2.23.0 → 2.24.0
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/buttons/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/wacomm.cjs.js +18 -18
- package/dist/wacomm.css +1 -1
- package/dist/wacomm.es.js +4981 -5176
- package/package.json +1 -1
- package/dist/inviteByEmails/EmailAddForm.d.ts +0 -12
- package/dist/inviteByEmails/EmailAddForm.stories.d.ts +0 -9
- package/dist/inviteByEmails/EmailEntryItem.d.ts +0 -8
- package/dist/inviteByEmails/EmailEntryItem.stories.d.ts +0 -7
- package/dist/inviteByEmails/EmailEntryList.d.ts +0 -7
- package/dist/inviteByEmails/EmailEntryList.stories.d.ts +0 -8
- package/dist/inviteByEmails/InviteByEmails.d.ts +0 -6
- package/dist/inviteByEmails/InviteByEmails.stories.d.ts +0 -6
- package/dist/inviteByEmails/types.d.ts +0 -4
- package/dist/message/MessageButton.d.ts +0 -8
- package/dist/message/MessageButton.stories.d.ts +0 -20
- package/dist/message/MessageInput.d.ts +0 -7
- package/dist/message/MessageInput.stories.d.ts +0 -15
- package/dist/message/index.d.ts +0 -2
package/dist/buttons/index.d.ts
CHANGED
|
@@ -5,6 +5,5 @@ export { default as CacheButton } from './CacheButton';
|
|
|
5
5
|
export { default as ModalButton } from './ModalButton';
|
|
6
6
|
export { default as StyledButton } from './StyledButton';
|
|
7
7
|
export { default as AddButton } from './AddButton';
|
|
8
|
-
export { default as InviteByEmails } from '../inviteByEmails/InviteByEmails';
|
|
9
8
|
export { default as SaveCancelButtons } from './SaveCancelButtons';
|
|
10
9
|
export { default as CloseAccountButton } from './CloseAccountButton';
|
package/dist/index.d.ts
CHANGED