@dytesdk/angular-ui-kit 2.4.0-staging.8 → 2.4.0-staging.9

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.
@@ -0,0 +1,2 @@
1
+ import * as d from './components';
2
+ export declare const DIRECTIVES: (typeof d.DyteAi | typeof d.DyteAiToggle | typeof d.DyteAiTranscriptions | typeof d.DyteAudioGrid | typeof d.DyteAudioTile | typeof d.DyteAudioVisualizer | typeof d.DyteAvatar | typeof d.DyteBreakoutRoomManager | typeof d.DyteBreakoutRoomParticipants | typeof d.DyteBreakoutRoomsManager | typeof d.DyteBreakoutRoomsToggle | typeof d.DyteBroadcastMessageModal | typeof d.DyteButton | typeof d.DyteCameraSelector | typeof d.DyteCameraToggle | typeof d.DyteCaptionToggle | typeof d.DyteChannelCreator | typeof d.DyteChannelDetails | typeof d.DyteChannelHeader | typeof d.DyteChannelSelectorUi | typeof d.DyteChannelSelectorView | typeof d.DyteChat | typeof d.DyteChatComposerUi | typeof d.DyteChatComposerView | typeof d.DyteChatMessage | typeof d.DyteChatMessagesUi | typeof d.DyteChatMessagesUiPaginated | typeof d.DyteChatSearchResults | typeof d.DyteChatSelectorUi | typeof d.DyteChatToggle | typeof d.DyteClock | typeof d.DyteConfirmationModal | typeof d.DyteControlbar | typeof d.DyteControlbarButton | typeof d.DyteCounter | typeof d.DyteDebugger | typeof d.DyteDebuggerAudio | typeof d.DyteDebuggerScreenshare | typeof d.DyteDebuggerSystem | typeof d.DyteDebuggerToggle | typeof d.DyteDebuggerVideo | typeof d.DyteDialog | typeof d.DyteDialogManager | typeof d.DyteDraftAttachmentView | typeof d.DyteEmojiPicker | typeof d.DyteEmojiPickerButton | typeof d.DyteEndedScreen | typeof d.DyteFileDropzone | typeof d.DyteFileMessage | typeof d.DyteFileMessageView | typeof d.DyteFilePickerButton | typeof d.DyteFullscreenToggle | typeof d.DyteGrid | typeof d.DyteGridPagination | typeof d.DyteHeader | typeof d.DyteIcon | typeof d.DyteIdleScreen | typeof d.DyteImageMessage | typeof d.DyteImageMessageView | typeof d.DyteImageViewer | typeof d.DyteInformationTooltip | typeof d.DyteJoinStage | typeof d.DyteLeaveButton | typeof d.DyteLeaveMeeting | typeof d.DyteLivestreamIndicator | typeof d.DyteLivestreamPlayer | typeof d.DyteLivestreamToggle | typeof d.DyteLogo | typeof d.DyteMarkdownView | typeof d.DyteMeeting | typeof d.DyteMeetingTitle | typeof d.DyteMenu | typeof d.DyteMenuItem | typeof d.DyteMenuList | typeof d.DyteMessageListView | typeof d.DyteMessageView | typeof d.DyteMicToggle | typeof d.DyteMicrophoneSelector | typeof d.DyteMixedGrid | typeof d.DyteMoreToggle | typeof d.DyteMuteAllButton | typeof d.DyteMuteAllConfirmation | typeof d.DyteNameTag | typeof d.DyteNetworkIndicator | typeof d.DyteNotification | typeof d.DyteNotifications | typeof d.DyteOverlayModal | typeof d.DytePaginatedList | typeof d.DyteParticipant | typeof d.DyteParticipantCount | typeof d.DyteParticipantSetup | typeof d.DyteParticipantTile | typeof d.DyteParticipants | typeof d.DyteParticipantsAudio | typeof d.DyteParticipantsStageList | typeof d.DyteParticipantsStageQueue | typeof d.DyteParticipantsToggle | typeof d.DyteParticipantsViewerList | typeof d.DyteParticipantsWaitingList | typeof d.DytePermissionsMessage | typeof d.DytePipToggle | typeof d.DytePluginMain | typeof d.DytePlugins | typeof d.DytePluginsToggle | typeof d.DytePoll | typeof d.DytePollForm | typeof d.DytePolls | typeof d.DytePollsToggle | typeof d.DyteRecordingIndicator | typeof d.DyteRecordingToggle | typeof d.DyteScreenShareToggle | typeof d.DyteScreenshareView | typeof d.DyteSettings | typeof d.DyteSettingsAudio | typeof d.DyteSettingsToggle | typeof d.DyteSettingsVideo | typeof d.DyteSetupScreen | typeof d.DyteSidebar | typeof d.DyteSidebarUi | typeof d.DyteSimpleGrid | typeof d.DyteSpeakerSelector | typeof d.DyteSpinner | typeof d.DyteSpotlightGrid | typeof d.DyteSpotlightIndicator | typeof d.DyteStage | typeof d.DyteStageToggle | typeof d.DyteSwitch | typeof d.DyteTabBar | typeof d.DyteTextComposerView | typeof d.DyteTextMessage | typeof d.DyteTextMessageView | typeof d.DyteTooltip | typeof d.DyteTranscript | typeof d.DyteTranscripts | typeof d.DyteUiProvider | typeof d.DyteViewerCount | typeof d.DyteVirtualizedParticipantList | typeof d.DyteWaitingScreen)[];
@@ -0,0 +1,3 @@
1
+ export * from './lib/components.module';
2
+ export { DIRECTIVES } from './lib/stencil-generated';
3
+ export * from './lib/stencil-generated/components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dytesdk/angular-ui-kit",
3
- "version": "2.4.0-staging.8",
3
+ "version": "2.4.0-staging.9",
4
4
  "description": "Dyte's UI Kit to support easy UI development for Angular Projects",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@dytesdk/ui-kit": "2.4.0-staging.8"
11
+ "@dytesdk/ui-kit": "2.4.0-staging.9"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"