@cloudflare/realtimekit-angular-ui 1.0.5-staging.4 → 1.0.5

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.RtkAi | typeof d.RtkAiToggle | typeof d.RtkAiTranscriptions | typeof d.RtkAudioGrid | typeof d.RtkAudioTile | typeof d.RtkAudioVisualizer | typeof d.RtkAvatar | typeof d.RtkBreakoutRoomManager | typeof d.RtkBreakoutRoomParticipants | typeof d.RtkBreakoutRoomsManager | typeof d.RtkBreakoutRoomsToggle | typeof d.RtkBroadcastMessageModal | typeof d.RtkButton | typeof d.RtkCameraSelector | typeof d.RtkCameraToggle | typeof d.RtkCaptionToggle | typeof d.RtkChannelCreator | typeof d.RtkChannelDetails | typeof d.RtkChannelHeader | typeof d.RtkChannelSelectorUi | typeof d.RtkChannelSelectorView | typeof d.RtkChat | typeof d.RtkChatComposerUi | typeof d.RtkChatComposerView | typeof d.RtkChatMessage | typeof d.RtkChatMessagesUi | typeof d.RtkChatMessagesUiPaginated | typeof d.RtkChatSearchResults | typeof d.RtkChatSelectorUi | typeof d.RtkChatToggle | typeof d.RtkClock | typeof d.RtkConfirmationModal | typeof d.RtkControlbar | typeof d.RtkControlbarButton | typeof d.RtkCounter | typeof d.RtkDebugger | typeof d.RtkDebuggerAudio | typeof d.RtkDebuggerScreenshare | typeof d.RtkDebuggerSystem | typeof d.RtkDebuggerToggle | typeof d.RtkDebuggerVideo | typeof d.RtkDialog | typeof d.RtkDialogManager | typeof d.RtkDraftAttachmentView | typeof d.RtkEmojiPicker | typeof d.RtkEmojiPickerButton | typeof d.RtkEndedScreen | typeof d.RtkFileDropzone | typeof d.RtkFileMessage | typeof d.RtkFileMessageView | typeof d.RtkFilePickerButton | typeof d.RtkFullscreenToggle | typeof d.RtkGrid | typeof d.RtkGridPagination | typeof d.RtkHeader | typeof d.RtkIcon | typeof d.RtkIdleScreen | typeof d.RtkImageMessage | typeof d.RtkImageMessageView | typeof d.RtkImageViewer | typeof d.RtkInformationTooltip | typeof d.RtkJoinStage | typeof d.RtkLeaveButton | typeof d.RtkLeaveMeeting | typeof d.RtkLivestreamIndicator | typeof d.RtkLivestreamPlayer | typeof d.RtkLivestreamToggle | typeof d.RtkLogo | typeof d.RtkMarkdownView | typeof d.RtkMeeting | typeof d.RtkMeetingTitle | typeof d.RtkMenu | typeof d.RtkMenuItem | typeof d.RtkMenuList | typeof d.RtkMessageListView | typeof d.RtkMessageView | typeof d.RtkMicToggle | typeof d.RtkMicrophoneSelector | typeof d.RtkMixedGrid | typeof d.RtkMoreToggle | typeof d.RtkMuteAllButton | typeof d.RtkMuteAllConfirmation | typeof d.RtkNameTag | typeof d.RtkNetworkIndicator | typeof d.RtkNotification | typeof d.RtkNotifications | typeof d.RtkOverlayModal | typeof d.RtkPaginatedList | typeof d.RtkParticipant | typeof d.RtkParticipantCount | typeof d.RtkParticipantSetup | typeof d.RtkParticipantTile | typeof d.RtkParticipants | typeof d.RtkParticipantsAudio | typeof d.RtkParticipantsStageList | typeof d.RtkParticipantsStageQueue | typeof d.RtkParticipantsToggle | typeof d.RtkParticipantsViewerList | typeof d.RtkParticipantsWaitingList | typeof d.RtkPermissionsMessage | typeof d.RtkPipToggle | typeof d.RtkPluginMain | typeof d.RtkPlugins | typeof d.RtkPluginsToggle | typeof d.RtkPoll | typeof d.RtkPollForm | typeof d.RtkPolls | typeof d.RtkPollsToggle | typeof d.RtkRecordingIndicator | typeof d.RtkRecordingToggle | typeof d.RtkScreenShareToggle | typeof d.RtkScreenshareView | typeof d.RtkSettings | typeof d.RtkSettingsAudio | typeof d.RtkSettingsToggle | typeof d.RtkSettingsVideo | typeof d.RtkSetupScreen | typeof d.RtkSidebar | typeof d.RtkSidebarUi | typeof d.RtkSimpleGrid | typeof d.RtkSpeakerSelector | typeof d.RtkSpinner | typeof d.RtkSpotlightGrid | typeof d.RtkSpotlightIndicator | typeof d.RtkStage | typeof d.RtkStageToggle | typeof d.RtkSwitch | typeof d.RtkTabBar | typeof d.RtkTextComposerView | typeof d.RtkTextMessage | typeof d.RtkTextMessageView | typeof d.RtkTooltip | typeof d.RtkTranscript | typeof d.RtkTranscripts | typeof d.RtkUiProvider | typeof d.RtkViewerCount | typeof d.RtkVirtualizedParticipantList | typeof d.RtkWaitingScreen)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-angular-ui",
3
- "version": "1.0.5-staging.4",
3
+ "version": "1.0.5",
4
4
  "description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12",
@@ -8,13 +8,15 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@cloudflare/realtimekit-ui": "1.0.5-staging.4"
11
+ "@cloudflare/realtimekit-ui": "1.0.5"
12
12
  },
13
13
  "publishConfig": {
14
- "tag": "staging"
14
+ "access": "public",
15
+ "tag": "latest"
15
16
  },
16
17
  "files": [
17
- "dist/"
18
+ "*",
19
+ "!prepublish.js"
18
20
  ],
19
21
  "sideEffects": false,
20
22
  "scripts": {
@@ -0,0 +1,4 @@
1
+ export * from '@cloudflare/realtimekit-ui';
2
+ export * from './lib/components.module';
3
+ export { DIRECTIVES } from './lib/stencil-generated';
4
+ export * from './lib/stencil-generated/components';