@100mslive/roomkit-react 0.4.3-alpha.1 → 0.4.3-alpha.10
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/index.cjs.css +214 -223
- package/dist/index.cjs.css.map +3 -3
- package/dist/index.cjs.js +466 -724
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +214 -223
- package/dist/index.css.map +3 -3
- package/dist/index.js +478 -736
- package/dist/index.js.map +4 -4
- package/dist/meta.cjs.json +92 -148
- package/dist/meta.esbuild.json +91 -147
- package/package.json +9 -11
- package/src/Accordion/Accordion.tsx +0 -88
- package/src/Accordion/index.ts +0 -8
- package/src/AudioLevel/AudioLevel.tsx +0 -84
- package/src/AudioLevel/audio-level.png +0 -0
- package/src/AudioLevel/index.ts +0 -2
- package/src/AudioLevel/useBorderAudioLevel.tsx +0 -34
- package/src/Avatar/Avatar.tsx +0 -60
- package/src/Avatar/getAvatarBg.ts +0 -50
- package/src/Avatar/index.ts +0 -1
- package/src/Button/Button.tsx +0 -210
- package/src/Button/index.tsx +0 -1
- package/src/Checkbox/Checkbox.tsx +0 -35
- package/src/Checkbox/index.tsx +0 -1
- package/src/Collapsible/Collapsible.tsx +0 -34
- package/src/Collapsible/index.tsx +0 -1
- package/src/Diagnostics/AudioTest.tsx +0 -188
- package/src/Diagnostics/BrowserTest.tsx +0 -141
- package/src/Diagnostics/ConnectivityTest.tsx +0 -383
- package/src/Diagnostics/DeviceSelector.jsx +0 -71
- package/src/Diagnostics/Diagnostics.tsx +0 -190
- package/src/Diagnostics/DiagnosticsContext.ts +0 -46
- package/src/Diagnostics/VideoTest.tsx +0 -72
- package/src/Diagnostics/components.tsx +0 -70
- package/src/Diagnostics/index.ts +0 -1
- package/src/Divider/Divider.tsx +0 -45
- package/src/Divider/index.ts +0 -1
- package/src/Dropdown/Dropdown.tsx +0 -145
- package/src/Dropdown/index.tsx +0 -1
- package/src/Fieldset/Fieldset.tsx +0 -11
- package/src/Fieldset/index.tsx +0 -1
- package/src/Footer/Footer.tsx +0 -47
- package/src/Footer/index.tsx +0 -1
- package/src/IconButton/IconButton.tsx +0 -43
- package/src/IconButton/index.tsx +0 -1
- package/src/Input/Input.tsx +0 -109
- package/src/Input/index.tsx +0 -1
- package/src/Label/Label.tsx +0 -8
- package/src/Label/index.ts +0 -1
- package/src/Layout/Box.tsx +0 -3
- package/src/Layout/Flex.tsx +0 -76
- package/src/Layout/index.tsx +0 -2
- package/src/Link/Link.tsx +0 -54
- package/src/Link/index.tsx +0 -2
- package/src/Loading/Loading.tsx +0 -30
- package/src/Loading/index.ts +0 -1
- package/src/Modal/Dialog.tsx +0 -57
- package/src/Modal/DialogContent.tsx +0 -65
- package/src/Modal/index.ts +0 -1
- package/src/Pagination/StyledPagination.tsx +0 -70
- package/src/Pagination/index.tsx +0 -1
- package/src/Popover/index.tsx +0 -34
- package/src/Prebuilt/App.tsx +0 -318
- package/src/Prebuilt/AppContext.tsx +0 -33
- package/src/Prebuilt/AppStateContext.tsx +0 -95
- package/src/Prebuilt/IconButton.tsx +0 -26
- package/src/Prebuilt/common/PeersSorter.ts +0 -111
- package/src/Prebuilt/common/constants.ts +0 -151
- package/src/Prebuilt/common/hooks.ts +0 -257
- package/src/Prebuilt/common/utils.js +0 -185
- package/src/Prebuilt/components/AppData/AppData.tsx +0 -208
- package/src/Prebuilt/components/AppData/useChatState.js +0 -18
- package/src/Prebuilt/components/AppData/useSheet.ts +0 -33
- package/src/Prebuilt/components/AppData/useSidepane.js +0 -99
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +0 -22
- package/src/Prebuilt/components/AppData/useUISettings.js +0 -212
- package/src/Prebuilt/components/AudioVideoToggle.tsx +0 -411
- package/src/Prebuilt/components/AuthToken.tsx +0 -148
- package/src/Prebuilt/components/CaptionIcon.tsx +0 -27
- package/src/Prebuilt/components/Chat/ArrowNavigation.tsx +0 -44
- package/src/Prebuilt/components/Chat/Chat.tsx +0 -190
- package/src/Prebuilt/components/Chat/ChatActions.tsx +0 -314
- package/src/Prebuilt/components/Chat/ChatBody.tsx +0 -493
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +0 -316
- package/src/Prebuilt/components/Chat/ChatSelector.tsx +0 -228
- package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +0 -158
- package/src/Prebuilt/components/Chat/ChatStates.tsx +0 -73
- package/src/Prebuilt/components/Chat/EmptyChat.tsx +0 -58
- package/src/Prebuilt/components/Chat/MwebChatOption.tsx +0 -24
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +0 -140
- package/src/Prebuilt/components/Chat/StickIndicator.tsx +0 -24
- package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +0 -32
- package/src/Prebuilt/components/Chat/useUnreadCount.ts +0 -19
- package/src/Prebuilt/components/Chat/utils.ts +0 -11
- package/src/Prebuilt/components/ChatSettings.tsx +0 -68
- package/src/Prebuilt/components/Chip.tsx +0 -40
- package/src/Prebuilt/components/ConferenceScreen.tsx +0 -205
- package/src/Prebuilt/components/Connection/ConnectionIndicator.tsx +0 -89
- package/src/Prebuilt/components/Connection/TileConnection.tsx +0 -93
- package/src/Prebuilt/components/Connection/connectionQualityUtils.js +0 -37
- package/src/Prebuilt/components/EmojiReaction.jsx +0 -100
- package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +0 -71
- package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +0 -381
- package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +0 -64
- package/src/Prebuilt/components/ErrorBoundary.jsx +0 -102
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +0 -53
- package/src/Prebuilt/components/Footer/EmojiCard.jsx +0 -34
- package/src/Prebuilt/components/Footer/Footer.tsx +0 -115
- package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +0 -124
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +0 -478
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +0 -37
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +0 -183
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +0 -215
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +0 -52
- package/src/Prebuilt/components/FullPageProgress.tsx +0 -22
- package/src/Prebuilt/components/HMSVideo/Controls.jsx +0 -22
- package/src/Prebuilt/components/HMSVideo/FullscreenButton.tsx +0 -13
- package/src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx +0 -72
- package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +0 -15
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +0 -248
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +0 -75
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +0 -86
- package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +0 -27
- package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +0 -158
- package/src/Prebuilt/components/HMSVideo/PlayerContext.tsx +0 -15
- package/src/Prebuilt/components/HMSVideo/SeekControl.tsx +0 -22
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +0 -100
- package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +0 -52
- package/src/Prebuilt/components/HMSVideo/VolumeControl.tsx +0 -70
- package/src/Prebuilt/components/HMSVideo/index.ts +0 -24
- package/src/Prebuilt/components/HMSVideo/utils.ts +0 -37
- package/src/Prebuilt/components/Header/Header.tsx +0 -52
- package/src/Prebuilt/components/Header/HeaderComponents.jsx +0 -57
- package/src/Prebuilt/components/Header/ParticipantFilter.jsx +0 -89
- package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +0 -51
- package/src/Prebuilt/components/Header/StreamActions.tsx +0 -297
- package/src/Prebuilt/components/Header/common.jsx +0 -196
- package/src/Prebuilt/components/Header/index.tsx +0 -1
- package/src/Prebuilt/components/HlsStatsOverlay.jsx +0 -89
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +0 -167
- package/src/Prebuilt/components/Input/KeyboardInputManager.js +0 -107
- package/src/Prebuilt/components/InsetTile.tsx +0 -136
- package/src/Prebuilt/components/LayoutModeSelector.tsx +0 -112
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -166
- package/src/Prebuilt/components/Leave/EndSessionContent.tsx +0 -64
- package/src/Prebuilt/components/Leave/LeaveAtoms.tsx +0 -26
- package/src/Prebuilt/components/Leave/LeaveCard.tsx +0 -36
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +0 -82
- package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +0 -61
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +0 -135
- package/src/Prebuilt/components/LeaveScreen.tsx +0 -71
- package/src/Prebuilt/components/MoreSettings/ActionTile.jsx +0 -60
- package/src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx +0 -139
- package/src/Prebuilt/components/MoreSettings/CaptionContent.tsx +0 -143
- package/src/Prebuilt/components/MoreSettings/CaptionModal.tsx +0 -37
- package/src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx +0 -123
- package/src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx +0 -78
- package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +0 -81
- package/src/Prebuilt/components/MoreSettings/FullScreenItem.tsx +0 -26
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +0 -29
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.tsx +0 -81
- package/src/Prebuilt/components/MoreSettings/MuteAllModal.tsx +0 -72
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -282
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +0 -387
- package/src/Prebuilt/components/MoreSettings/constants.ts +0 -14
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +0 -81
- package/src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx +0 -39
- package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +0 -34
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +0 -18
- package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +0 -86
- package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +0 -56
- package/src/Prebuilt/components/Notifications/HLSFailureModal.tsx +0 -71
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +0 -78
- package/src/Prebuilt/components/Notifications/InitErrorModal.tsx +0 -42
- package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +0 -24
- package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -65
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +0 -52
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +0 -144
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +0 -71
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +0 -33
- package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +0 -24
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +0 -61
- package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +0 -41
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +0 -63
- package/src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx +0 -58
- package/src/Prebuilt/components/Notifications/index.tsx +0 -1
- package/src/Prebuilt/components/PIP/PIPChat.tsx +0 -292
- package/src/Prebuilt/components/PIP/PIPChatOption.tsx +0 -18
- package/src/Prebuilt/components/PIP/PIPComponent.tsx +0 -90
- package/src/Prebuilt/components/PIP/PIPManager.ts +0 -335
- package/src/Prebuilt/components/PIP/PIPProvider.tsx +0 -56
- package/src/Prebuilt/components/PIP/PIPWindow.tsx +0 -13
- package/src/Prebuilt/components/PIP/SetupMediaSession.js +0 -60
- package/src/Prebuilt/components/PIP/context.ts +0 -10
- package/src/Prebuilt/components/PIP/index.jsx +0 -6
- package/src/Prebuilt/components/PIP/pip.test.js +0 -72
- package/src/Prebuilt/components/PIP/pipUtils.js +0 -183
- package/src/Prebuilt/components/PIP/usePIPChat.tsx +0 -105
- package/src/Prebuilt/components/PIP/usePIPWindow.tsx +0 -12
- package/src/Prebuilt/components/Pagination.tsx +0 -60
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +0 -248
- package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +0 -142
- package/src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx +0 -74
- package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx +0 -324
- package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +0 -64
- package/src/Prebuilt/components/Polls/Polls.tsx +0 -31
- package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +0 -76
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +0 -116
- package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +0 -60
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +0 -221
- package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +0 -47
- package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +0 -20
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +0 -55
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +0 -143
- package/src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx +0 -50
- package/src/Prebuilt/components/Polls/common/Line.tsx +0 -4
- package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +0 -115
- package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +0 -38
- package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +0 -140
- package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +0 -35
- package/src/Prebuilt/components/Polls/common/VoteCount.tsx +0 -15
- package/src/Prebuilt/components/Polls/common/VoteProgress.tsx +0 -18
- package/src/Prebuilt/components/Polls/common/constants.ts +0 -5
- package/src/Prebuilt/components/Polls/common/utils.ts +0 -22
- package/src/Prebuilt/components/Preview/PreviewForm.tsx +0 -94
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +0 -292
- package/src/Prebuilt/components/Preview/PreviewScreen.tsx +0 -38
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -20
- package/src/Prebuilt/components/RaiseHand.tsx +0 -30
- package/src/Prebuilt/components/RemoveParticipant.tsx +0 -35
- package/src/Prebuilt/components/RoleChangeModal.tsx +0 -188
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +0 -75
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -94
- package/src/Prebuilt/components/RoomDetails/Duration.tsx +0 -26
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +0 -63
- package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +0 -23
- package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +0 -45
- package/src/Prebuilt/components/ScreenShareToggle.jsx +0 -58
- package/src/Prebuilt/components/ScreenshareDisplay.tsx +0 -39
- package/src/Prebuilt/components/ScreenshareTile.tsx +0 -134
- package/src/Prebuilt/components/SecondaryTiles.tsx +0 -81
- package/src/Prebuilt/components/Settings/DeviceSettings.jsx +0 -208
- package/src/Prebuilt/components/Settings/LayoutSettings.tsx +0 -74
- package/src/Prebuilt/components/Settings/NotificationSettings.tsx +0 -66
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +0 -301
- package/src/Prebuilt/components/Settings/StartRecording.jsx +0 -101
- package/src/Prebuilt/components/Settings/SwitchWithLabel.tsx +0 -53
- package/src/Prebuilt/components/Settings/common.ts +0 -16
- package/src/Prebuilt/components/ShareMenuIcon.jsx +0 -27
- package/src/Prebuilt/components/SidePaneTabs.tsx +0 -214
- package/src/Prebuilt/components/StatsForNerds.jsx +0 -373
- package/src/Prebuilt/components/Streaming/Common.jsx +0 -143
- package/src/Prebuilt/components/Streaming/ResolutionInput.jsx +0 -88
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +0 -148
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +0 -393
- package/src/Prebuilt/components/TileMenu/utils.ts +0 -7
- package/src/Prebuilt/components/Toast/Toast.jsx +0 -17
- package/src/Prebuilt/components/Toast/ToastBatcher.js +0 -64
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -177
- package/src/Prebuilt/components/Toast/ToastContainer.jsx +0 -30
- package/src/Prebuilt/components/Toast/ToastManager.js +0 -44
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +0 -62
- package/src/Prebuilt/components/VideoLayouts/Grid.tsx +0 -43
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -155
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +0 -91
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +0 -66
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -74
- package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +0 -93
- package/src/Prebuilt/components/VideoLayouts/interface.ts +0 -11
- package/src/Prebuilt/components/VideoTile.tsx +0 -203
- package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +0 -52
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +0 -130
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +0 -57
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +0 -252
- package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +0 -50
- package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +0 -20
- package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +0 -70
- package/src/Prebuilt/components/hooks/useChatBlacklist.ts +0 -29
- package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +0 -17
- package/src/Prebuilt/components/hooks/useDropdownList.ts +0 -24
- package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +0 -3
- package/src/Prebuilt/components/hooks/useFullscreen.ts +0 -46
- package/src/Prebuilt/components/hooks/useGroupOnStageActions.tsx +0 -54
- package/src/Prebuilt/components/hooks/useMetadata.tsx +0 -56
- package/src/Prebuilt/components/hooks/usePeerOnStageActions.tsx +0 -49
- package/src/Prebuilt/components/hooks/usePinnedBy.tsx +0 -22
- package/src/Prebuilt/components/hooks/usePinnedMessages.ts +0 -78
- package/src/Prebuilt/components/hooks/usePlaylist.js +0 -25
- package/src/Prebuilt/components/hooks/usePlaylistMusic.js +0 -35
- package/src/Prebuilt/components/hooks/useRedirectToLeave.tsx +0 -23
- package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +0 -39
- package/src/Prebuilt/components/hooks/useScreenshareAudio.js +0 -28
- package/src/Prebuilt/components/hooks/useTileLayout.tsx +0 -128
- package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +0 -17
- package/src/Prebuilt/components/hooks/useUserPreferences.jsx +0 -26
- package/src/Prebuilt/components/hooks/useVideoTileLayout.ts +0 -26
- package/src/Prebuilt/components/init/Init.jsx +0 -31
- package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +0 -42
- package/src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx +0 -31
- package/src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx +0 -32
- package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +0 -211
- package/src/Prebuilt/components/pdfAnnotator/submitPdf.jsx +0 -48
- package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +0 -71
- package/src/Prebuilt/components/peerTileUtils.tsx +0 -42
- package/src/Prebuilt/images/android-perm-1.png +0 -0
- package/src/Prebuilt/images/empty-chat.svg +0 -12
- package/src/Prebuilt/images/ios-perm-0.png +0 -0
- package/src/Prebuilt/images/pdf-share.png +0 -0
- package/src/Prebuilt/images/rtmp.png +0 -0
- package/src/Prebuilt/images/screen-share.png +0 -0
- package/src/Prebuilt/images/transaction_error.svg +0 -12
- package/src/Prebuilt/index.ts +0 -1
- package/src/Prebuilt/layouts/EmbedView.jsx +0 -94
- package/src/Prebuilt/layouts/HLSView.jsx +0 -747
- package/src/Prebuilt/layouts/PDFView.jsx +0 -67
- package/src/Prebuilt/layouts/Sheet.tsx +0 -14
- package/src/Prebuilt/layouts/SidePane.tsx +0 -241
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -164
- package/src/Prebuilt/layouts/WaitingView.tsx +0 -52
- package/src/Prebuilt/plugins/CaptionsViewer.tsx +0 -261
- package/src/Prebuilt/plugins/FlyingEmoji.jsx +0 -154
- package/src/Prebuilt/plugins/RemoteStopScreenshare.jsx +0 -18
- package/src/Prebuilt/plugins/transcription/Transcriber.js +0 -216
- package/src/Prebuilt/plugins/transcription/TranscriptionButton.jsx +0 -138
- package/src/Prebuilt/plugins/transcription/index.jsx +0 -1
- package/src/Prebuilt/primitives/DialogContent.jsx +0 -285
- package/src/Prebuilt/primitives/DropdownTrigger.jsx +0 -46
- package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +0 -60
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +0 -88
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useInsetEnabled.ts +0 -10
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +0 -112
- package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +0 -53
- package/src/Prebuilt/services/FeatureFlags.jsx +0 -46
- package/src/Progress/index.tsx +0 -17
- package/src/QRCode/QRCode.tsx +0 -6
- package/src/QRCode/index.tsx +0 -1
- package/src/RadioGroup/RadioGroup.tsx +0 -33
- package/src/RadioGroup/index.tsx +0 -1
- package/src/ReactSelect/ReactSelect.tsx +0 -97
- package/src/ReactSelect/index.ts +0 -1
- package/src/Select/Select.tsx +0 -63
- package/src/Select/index.ts +0 -1
- package/src/Sheet/Sheet.tsx +0 -122
- package/src/Sheet/index.ts +0 -1
- package/src/Slider/Slider.tsx +0 -70
- package/src/Slider/index.ts +0 -1
- package/src/Stats/Stats.tsx +0 -243
- package/src/Stats/StyledStats.tsx +0 -57
- package/src/Stats/formatBytes.ts +0 -19
- package/src/Stats/index.tsx +0 -2
- package/src/Stats/useQoE.ts +0 -79
- package/src/Switch/Switch.tsx +0 -52
- package/src/Switch/index.ts +0 -1
- package/src/Tabs/Tabs.tsx +0 -41
- package/src/Tabs/index.tsx +0 -1
- package/src/Text/Text.tsx +0 -149
- package/src/Text/index.tsx +0 -1
- package/src/TextArea/TextArea.tsx +0 -30
- package/src/TextArea/index.tsx +0 -1
- package/src/Theme/ThemeProvider.tsx +0 -98
- package/src/Theme/base.config.ts +0 -236
- package/src/Theme/index.tsx +0 -2
- package/src/Theme/stitches.config.ts +0 -88
- package/src/Theme/useSSR.tsx +0 -24
- package/src/TileMenu/StyledMenuTile.tsx +0 -105
- package/src/TileMenu/TileMenu.tsx +0 -98
- package/src/TileMenu/index.tsx +0 -1
- package/src/Toast/Toast.tsx +0 -170
- package/src/Toast/index.tsx +0 -1
- package/src/Tooltip/Tooltip.tsx +0 -79
- package/src/Tooltip/index.ts +0 -1
- package/src/Video/Video.tsx +0 -61
- package/src/Video/index.tsx +0 -1
- package/src/VideoList/StyledVideoList.tsx +0 -39
- package/src/VideoList/index.tsx +0 -2
- package/src/VideoList/videoListUtils.tsx +0 -20
- package/src/VideoTile/StyledVideoTile.tsx +0 -146
- package/src/VideoTile/index.tsx +0 -1
- package/src/context/DialogContext.tsx +0 -13
- package/src/fixtures/chats.ts +0 -25
- package/src/fixtures/peers.ts +0 -27
- package/src/fixtures/tracks.ts +0 -11
- package/src/hooks/useDialogContainerSelector.tsx +0 -7
- package/src/index.ts +0 -41
- package/src/store/SetupFakeStore.ts +0 -33
- package/src/store/StorybookSDK.ts +0 -231
- package/src/utils/animations.ts +0 -114
- package/src/utils/index.ts +0 -2
- package/src/utils/styles.ts +0 -22
package/dist/index.css
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";
|
|
2
2
|
|
|
3
|
-
/* ../../../../../../../tmp/tmp-
|
|
3
|
+
/* ../../../../../../../tmp/tmp-3226-CZ0LSP0nXVZa/19d6e85610a0/index.css */
|
|
4
4
|
.tl-container {
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100%;
|
|
7
5
|
font-size: 12px;
|
|
8
6
|
--space-1: 2px;
|
|
9
7
|
--space-2: 4px;
|
|
@@ -56,8 +54,8 @@
|
|
|
56
54
|
--tl-font-sans: "tldraw_sans", sans-serif;
|
|
57
55
|
--tl-font-serif: "tldraw_serif", serif;
|
|
58
56
|
--tl-font-mono: "tldraw_mono", monospace;
|
|
59
|
-
--a: calc(min(
|
|
60
|
-
--b: calc(min(
|
|
57
|
+
--a: calc(min(.5, 1 / var(--tl-zoom))*2px) ;
|
|
58
|
+
--b: calc(min(.5, 1 / var(--tl-zoom))*-2px) ;
|
|
61
59
|
--tl-text-outline:
|
|
62
60
|
0 var(--b) 0 var(--color-background),
|
|
63
61
|
0 var(--a) 0 var(--color-background),
|
|
@@ -66,8 +64,8 @@
|
|
|
66
64
|
var(--a) var(--a) 0 var(--color-background),
|
|
67
65
|
var(--b) var(--a) 0 var(--color-background);
|
|
68
66
|
position: relative;
|
|
69
|
-
top:
|
|
70
|
-
left:
|
|
67
|
+
top: 0;
|
|
68
|
+
left: 0;
|
|
71
69
|
width: 100%;
|
|
72
70
|
height: 100%;
|
|
73
71
|
overflow: clip;
|
|
@@ -75,21 +73,21 @@
|
|
|
75
73
|
.tl-theme__light {
|
|
76
74
|
--color-accent: #e64a4a;
|
|
77
75
|
--color-background: rgb(249, 250, 251);
|
|
78
|
-
--color-brush-fill: rgba(144, 144, 144,
|
|
79
|
-
--color-brush-stroke: rgba(144, 144, 144,
|
|
76
|
+
--color-brush-fill: rgba(144, 144, 144, .102);
|
|
77
|
+
--color-brush-stroke: rgba(144, 144, 144, .251);
|
|
80
78
|
--color-grid: rgb(109, 109, 109);
|
|
81
79
|
--color-low: hsl(204, 16%, 94%);
|
|
82
80
|
--color-low-border: hsl(204, 16%, 92%);
|
|
83
81
|
--color-culled: rgb(235, 238, 240);
|
|
84
82
|
--color-muted-none: rgba(0, 0, 0, 0);
|
|
85
|
-
--color-muted-0: rgba(0, 0, 0,
|
|
86
|
-
--color-muted-1: rgba(0, 0, 0,
|
|
87
|
-
--color-muted-2: rgba(0, 0, 0,
|
|
88
|
-
--color-hint: rgba(0, 0, 0,
|
|
89
|
-
--color-overlay: rgba(0, 0, 0,
|
|
83
|
+
--color-muted-0: rgba(0, 0, 0, .02);
|
|
84
|
+
--color-muted-1: rgba(0, 0, 0, .1);
|
|
85
|
+
--color-muted-2: rgba(0, 0, 0, .042);
|
|
86
|
+
--color-hint: rgba(0, 0, 0, .055);
|
|
87
|
+
--color-overlay: rgba(0, 0, 0, .2);
|
|
90
88
|
--color-divider: #e8e8e8;
|
|
91
89
|
--color-panel-contrast: #ffffff;
|
|
92
|
-
--color-panel-overlay: rgba(255, 255, 255,
|
|
90
|
+
--color-panel-overlay: rgba(255, 255, 255, .82);
|
|
93
91
|
--color-panel: #fdfdfd;
|
|
94
92
|
--color-focus: #004094;
|
|
95
93
|
--color-selected: #2f80ed;
|
|
@@ -104,45 +102,45 @@
|
|
|
104
102
|
--color-warn: #d10b0b;
|
|
105
103
|
--color-text: #000000;
|
|
106
104
|
--color-laser: #ff0000;
|
|
107
|
-
--shadow-1: 0px 1px 2px rgba(0, 0, 0,
|
|
105
|
+
--shadow-1: 0px 1px 2px rgba(0, 0, 0, .25), 0px 1px 3px rgba(0, 0, 0, .09);
|
|
108
106
|
--shadow-2:
|
|
109
|
-
0px 0px 2px rgba(0, 0, 0,
|
|
110
|
-
0px 2px 3px rgba(0, 0, 0,
|
|
111
|
-
0px 2px 6px rgba(0, 0, 0,
|
|
107
|
+
0px 0px 2px rgba(0, 0, 0, .16),
|
|
108
|
+
0px 2px 3px rgba(0, 0, 0, .24),
|
|
109
|
+
0px 2px 6px rgba(0, 0, 0, .1),
|
|
112
110
|
inset 0px 0px 0px 1px var(--color-panel-contrast);
|
|
113
111
|
--shadow-3:
|
|
114
|
-
0px 1px 2px rgba(0, 0, 0,
|
|
115
|
-
0px 2px 6px rgba(0, 0, 0,
|
|
112
|
+
0px 1px 2px rgba(0, 0, 0, .28),
|
|
113
|
+
0px 2px 6px rgba(0, 0, 0, .14),
|
|
116
114
|
inset 0px 0px 0px 1px var(--color-panel-contrast);
|
|
117
115
|
--shadow-4:
|
|
118
|
-
0px 0px 3px rgba(0, 0, 0,
|
|
119
|
-
0px 5px 4px rgba(0, 0, 0,
|
|
120
|
-
0px 2px 16px rgba(0, 0, 0,
|
|
116
|
+
0px 0px 3px rgba(0, 0, 0, .19),
|
|
117
|
+
0px 5px 4px rgba(0, 0, 0, .16),
|
|
118
|
+
0px 2px 16px rgba(0, 0, 0, .06),
|
|
121
119
|
inset 0px 0px 0px 1px var(--color-panel-contrast);
|
|
122
120
|
}
|
|
123
121
|
.tl-theme__dark {
|
|
124
122
|
--color-accent: #e64a4a;
|
|
125
123
|
--color-background: #212529;
|
|
126
|
-
--color-brush-fill: rgba(180, 180, 180,
|
|
127
|
-
--color-brush-stroke: rgba(180, 180, 180,
|
|
124
|
+
--color-brush-fill: rgba(180, 180, 180, .05);
|
|
125
|
+
--color-brush-stroke: rgba(180, 180, 180, .25);
|
|
128
126
|
--color-grid: #909090;
|
|
129
127
|
--color-low: #2c3136;
|
|
130
128
|
--color-low-border: #30363b;
|
|
131
129
|
--color-culled: rgb(47, 52, 57);
|
|
132
130
|
--color-muted-none: rgba(255, 255, 255, 0);
|
|
133
|
-
--color-muted-0: rgba(255, 255, 255,
|
|
134
|
-
--color-muted-1: rgba(255, 255, 255,
|
|
135
|
-
--color-muted-2: rgba(255, 255, 255,
|
|
136
|
-
--color-hint: rgba(255, 255, 255,
|
|
137
|
-
--color-overlay: rgba(0, 0, 0,
|
|
131
|
+
--color-muted-0: rgba(255, 255, 255, .02);
|
|
132
|
+
--color-muted-1: rgba(255, 255, 255, .1);
|
|
133
|
+
--color-muted-2: rgba(255, 255, 255, .05);
|
|
134
|
+
--color-hint: rgba(255, 255, 255, .1);
|
|
135
|
+
--color-overlay: rgba(0, 0, 0, .35);
|
|
138
136
|
--color-divider: #49555f;
|
|
139
137
|
--color-panel-contrast: #49555f;
|
|
140
138
|
--color-panel: #363d44;
|
|
141
|
-
--color-panel-overlay: rgba(54, 61, 68,
|
|
139
|
+
--color-panel-overlay: rgba(54, 61, 68, .82);
|
|
142
140
|
--color-focus: #a5c3f3;
|
|
143
141
|
--color-selected: #4285f4;
|
|
144
142
|
--color-selected-contrast: #ffffff;
|
|
145
|
-
--color-selection-fill: rgba(38, 150, 255,
|
|
143
|
+
--color-selection-fill: rgba(38, 150, 255, .05);
|
|
146
144
|
--color-selection-stroke: #2f80ed;
|
|
147
145
|
--color-text-0: #f0eded;
|
|
148
146
|
--color-text-1: #d9d9d9;
|
|
@@ -162,7 +160,7 @@
|
|
|
162
160
|
inset 0px 0px 0px 1px var(--color-panel-contrast);
|
|
163
161
|
--shadow-3:
|
|
164
162
|
0px 1px 3px #00000077,
|
|
165
|
-
0px 2px 12px rgba(0, 0, 0,
|
|
163
|
+
0px 2px 12px rgba(0, 0, 0, .22),
|
|
166
164
|
inset 0px 0px 0px 1px var(--color-panel-contrast);
|
|
167
165
|
}
|
|
168
166
|
.tl-counter-scaled {
|
|
@@ -195,8 +193,8 @@ input,
|
|
|
195
193
|
}
|
|
196
194
|
.tl-canvas {
|
|
197
195
|
position: absolute;
|
|
198
|
-
top:
|
|
199
|
-
left:
|
|
196
|
+
top: 0;
|
|
197
|
+
left: 0;
|
|
200
198
|
width: 100%;
|
|
201
199
|
height: 100%;
|
|
202
200
|
color: var(--color-text);
|
|
@@ -209,8 +207,8 @@ input,
|
|
|
209
207
|
}
|
|
210
208
|
.tl-fixed-layer {
|
|
211
209
|
position: absolute;
|
|
212
|
-
top:
|
|
213
|
-
left:
|
|
210
|
+
top: 0;
|
|
211
|
+
left: 0;
|
|
214
212
|
width: 100%;
|
|
215
213
|
height: 100%;
|
|
216
214
|
contain: strict;
|
|
@@ -226,8 +224,8 @@ input,
|
|
|
226
224
|
}
|
|
227
225
|
.tl-overlays__item {
|
|
228
226
|
position: absolute;
|
|
229
|
-
top:
|
|
230
|
-
left:
|
|
227
|
+
top: 0;
|
|
228
|
+
left: 0;
|
|
231
229
|
height: var(--tl-dpr-multiple-px);
|
|
232
230
|
width: var(--tl-dpr-multiple-px);
|
|
233
231
|
overflow: visible;
|
|
@@ -236,28 +234,28 @@ input,
|
|
|
236
234
|
}
|
|
237
235
|
.tl-svg-context {
|
|
238
236
|
position: absolute;
|
|
239
|
-
top:
|
|
240
|
-
left:
|
|
237
|
+
top: 0;
|
|
238
|
+
left: 0;
|
|
241
239
|
height: var(--tl-dpr-multiple-px);
|
|
242
240
|
width: var(--tl-dpr-multiple-px);
|
|
243
241
|
pointer-events: none;
|
|
244
242
|
}
|
|
245
243
|
.tl-positioned {
|
|
246
244
|
position: absolute;
|
|
247
|
-
top:
|
|
248
|
-
left:
|
|
245
|
+
top: 0;
|
|
246
|
+
left: 0;
|
|
249
247
|
transform-origin: top left;
|
|
250
248
|
}
|
|
251
249
|
.tl-background {
|
|
252
250
|
position: absolute;
|
|
253
251
|
background-color: var(--color-background);
|
|
254
|
-
inset:
|
|
252
|
+
inset: 0;
|
|
255
253
|
z-index: var(--layer-background);
|
|
256
254
|
}
|
|
257
255
|
.tl-grid {
|
|
258
256
|
position: absolute;
|
|
259
|
-
top:
|
|
260
|
-
left:
|
|
257
|
+
top: 0;
|
|
258
|
+
left: 0;
|
|
261
259
|
width: 100%;
|
|
262
260
|
height: 100%;
|
|
263
261
|
touch-action: none;
|
|
@@ -270,8 +268,8 @@ input,
|
|
|
270
268
|
}
|
|
271
269
|
.tl-html-layer {
|
|
272
270
|
position: absolute;
|
|
273
|
-
top:
|
|
274
|
-
left:
|
|
271
|
+
top: 0;
|
|
272
|
+
left: 0;
|
|
275
273
|
width: 1px;
|
|
276
274
|
height: 1px;
|
|
277
275
|
contain: layout style size;
|
|
@@ -307,8 +305,8 @@ input,
|
|
|
307
305
|
}
|
|
308
306
|
.tl-svg-container {
|
|
309
307
|
position: absolute;
|
|
310
|
-
top:
|
|
311
|
-
left:
|
|
308
|
+
top: 0;
|
|
309
|
+
left: 0;
|
|
312
310
|
width: 100%;
|
|
313
311
|
height: 100%;
|
|
314
312
|
pointer-events: none;
|
|
@@ -319,8 +317,8 @@ input,
|
|
|
319
317
|
}
|
|
320
318
|
.tl-html-container {
|
|
321
319
|
position: absolute;
|
|
322
|
-
top:
|
|
323
|
-
left:
|
|
320
|
+
top: 0;
|
|
321
|
+
left: 0;
|
|
324
322
|
width: 100%;
|
|
325
323
|
height: 100%;
|
|
326
324
|
pointer-events: none;
|
|
@@ -381,8 +379,8 @@ input,
|
|
|
381
379
|
}
|
|
382
380
|
.tl-selection__bg {
|
|
383
381
|
position: absolute;
|
|
384
|
-
top:
|
|
385
|
-
left:
|
|
382
|
+
top: 0;
|
|
383
|
+
left: 0;
|
|
386
384
|
transform-origin: top left;
|
|
387
385
|
background-color: transparent;
|
|
388
386
|
pointer-events: all;
|
|
@@ -403,11 +401,7 @@ input,
|
|
|
403
401
|
pointer-events: none;
|
|
404
402
|
fill: var(--color-selection-stroke);
|
|
405
403
|
}
|
|
406
|
-
.tl-corner-crop-handle
|
|
407
|
-
pointer-events: none;
|
|
408
|
-
fill: none;
|
|
409
|
-
stroke: var(--color-selection-stroke);
|
|
410
|
-
}
|
|
404
|
+
.tl-corner-crop-handle,
|
|
411
405
|
.tl-corner-crop-edge-handle {
|
|
412
406
|
pointer-events: none;
|
|
413
407
|
fill: none;
|
|
@@ -488,7 +482,7 @@ input,
|
|
|
488
482
|
align-items: center;
|
|
489
483
|
}
|
|
490
484
|
.tl-image__tg {
|
|
491
|
-
--scale:
|
|
485
|
+
--scale: min(2, var(--tl-scale)) ;
|
|
492
486
|
position: absolute;
|
|
493
487
|
top: calc(var(--scale) * 8px);
|
|
494
488
|
right: calc(var(--scale) * 8px);
|
|
@@ -502,7 +496,6 @@ input,
|
|
|
502
496
|
position: absolute;
|
|
503
497
|
}
|
|
504
498
|
.tl-nametag {
|
|
505
|
-
position: absolute;
|
|
506
499
|
top: 16px;
|
|
507
500
|
left: 13px;
|
|
508
501
|
width: -moz-fit-content;
|
|
@@ -521,14 +514,13 @@ input,
|
|
|
521
514
|
color: var(--color-selected-contrast);
|
|
522
515
|
}
|
|
523
516
|
.tl-nametag-title {
|
|
524
|
-
position: absolute;
|
|
525
517
|
top: -2px;
|
|
526
518
|
left: 13px;
|
|
527
519
|
width: -moz-fit-content;
|
|
528
520
|
width: fit-content;
|
|
529
521
|
height: -moz-fit-content;
|
|
530
522
|
height: fit-content;
|
|
531
|
-
padding:
|
|
523
|
+
padding: 0 6px;
|
|
532
524
|
max-width: 120px;
|
|
533
525
|
white-space: nowrap;
|
|
534
526
|
position: absolute;
|
|
@@ -540,7 +532,6 @@ input,
|
|
|
540
532
|
color: var(--color-selected-contrast);
|
|
541
533
|
}
|
|
542
534
|
.tl-nametag-chat {
|
|
543
|
-
position: absolute;
|
|
544
535
|
top: 16px;
|
|
545
536
|
left: 13px;
|
|
546
537
|
width: -moz-fit-content;
|
|
@@ -588,23 +579,23 @@ input,
|
|
|
588
579
|
text-shadow: none;
|
|
589
580
|
}
|
|
590
581
|
.tl-cursor-chat-fade {
|
|
591
|
-
opacity:
|
|
582
|
+
opacity: .0001;
|
|
592
583
|
transition: opacity 5s ease-in-out;
|
|
593
584
|
}
|
|
594
585
|
.tl-cursor-chat::-moz-placeholder {
|
|
595
586
|
color: var(--color-selected-contrast);
|
|
596
|
-
opacity:
|
|
587
|
+
opacity: .7;
|
|
597
588
|
}
|
|
598
589
|
.tl-cursor-chat::placeholder {
|
|
599
590
|
color: var(--color-selected-contrast);
|
|
600
|
-
opacity:
|
|
591
|
+
opacity: .7;
|
|
601
592
|
}
|
|
602
593
|
@keyframes spinner {
|
|
603
594
|
to {
|
|
604
595
|
transform: rotate(360deg);
|
|
605
596
|
}
|
|
606
597
|
}
|
|
607
|
-
.tl-spinner
|
|
598
|
+
.tl-spinner:after {
|
|
608
599
|
content: "";
|
|
609
600
|
box-sizing: border-box;
|
|
610
601
|
position: absolute;
|
|
@@ -617,7 +608,7 @@ input,
|
|
|
617
608
|
border-radius: 50%;
|
|
618
609
|
border: 2px solid #ccc;
|
|
619
610
|
border-top-color: #000;
|
|
620
|
-
animation: spinner
|
|
611
|
+
animation: spinner .6s linear infinite;
|
|
621
612
|
pointer-events: none;
|
|
622
613
|
}
|
|
623
614
|
.tl-iconshape__icon {
|
|
@@ -631,10 +622,10 @@ input,
|
|
|
631
622
|
}
|
|
632
623
|
.tl-text-shape__wrapper {
|
|
633
624
|
position: relative;
|
|
634
|
-
font-weight:
|
|
625
|
+
font-weight: 400;
|
|
635
626
|
min-width: 1px;
|
|
636
|
-
padding:
|
|
637
|
-
margin:
|
|
627
|
+
padding: 0;
|
|
628
|
+
margin: 0;
|
|
638
629
|
border: none;
|
|
639
630
|
height: 100%;
|
|
640
631
|
font-variant: normal;
|
|
@@ -669,8 +660,8 @@ input,
|
|
|
669
660
|
opacity: 0;
|
|
670
661
|
}
|
|
671
662
|
.tl-text {
|
|
672
|
-
margin:
|
|
673
|
-
padding:
|
|
663
|
+
margin: 0;
|
|
664
|
+
padding: 0;
|
|
674
665
|
border: 0px;
|
|
675
666
|
color: inherit;
|
|
676
667
|
caret-color: var(--color-text);
|
|
@@ -732,8 +723,8 @@ input,
|
|
|
732
723
|
.tl-text-input,
|
|
733
724
|
.tl-text-content {
|
|
734
725
|
position: absolute;
|
|
735
|
-
top:
|
|
736
|
-
left:
|
|
726
|
+
top: 0;
|
|
727
|
+
left: 0;
|
|
737
728
|
width: 100%;
|
|
738
729
|
height: 100%;
|
|
739
730
|
min-width: 1px;
|
|
@@ -762,11 +753,7 @@ input,
|
|
|
762
753
|
color: var(--color-selected-contrast);
|
|
763
754
|
text-shadow: none;
|
|
764
755
|
}
|
|
765
|
-
.tl-snap-line
|
|
766
|
-
stroke: var(--color-accent);
|
|
767
|
-
stroke-width: calc(1px * var(--tl-scale));
|
|
768
|
-
fill: none;
|
|
769
|
-
}
|
|
756
|
+
.tl-snap-line,
|
|
770
757
|
.tl-snap-point {
|
|
771
758
|
stroke: var(--color-accent);
|
|
772
759
|
stroke-width: calc(1px * var(--tl-scale));
|
|
@@ -775,7 +762,7 @@ input,
|
|
|
775
762
|
.tl-group {
|
|
776
763
|
stroke: var(--color-text);
|
|
777
764
|
stroke-width: calc(1px * var(--tl-scale));
|
|
778
|
-
opacity:
|
|
765
|
+
opacity: .5;
|
|
779
766
|
}
|
|
780
767
|
.tl-bookmark__container {
|
|
781
768
|
width: 100%;
|
|
@@ -799,7 +786,7 @@ input,
|
|
|
799
786
|
justify-content: flex-end;
|
|
800
787
|
align-items: flex-start;
|
|
801
788
|
}
|
|
802
|
-
.tl-bookmark__image_container > .tl-hyperlink-button
|
|
789
|
+
.tl-bookmark__image_container > .tl-hyperlink-button:after {
|
|
803
790
|
background-color: var(--color-panel);
|
|
804
791
|
}
|
|
805
792
|
.tl-bookmark__placeholder {
|
|
@@ -824,15 +811,15 @@ input,
|
|
|
824
811
|
.tl-bookmark__heading,
|
|
825
812
|
.tl-bookmark__description,
|
|
826
813
|
.tl-bookmark__link {
|
|
827
|
-
margin:
|
|
814
|
+
margin: 0;
|
|
828
815
|
width: 100%;
|
|
829
816
|
font-family: inherit;
|
|
830
817
|
}
|
|
831
818
|
.tl-bookmark__heading {
|
|
832
819
|
font-size: 16px;
|
|
833
|
-
font-weight:
|
|
820
|
+
font-weight: 700;
|
|
834
821
|
padding-bottom: var(--space-2);
|
|
835
|
-
margin: 8px
|
|
822
|
+
margin: 8px 0;
|
|
836
823
|
}
|
|
837
824
|
.tl-bookmark__description {
|
|
838
825
|
font-size: 12px;
|
|
@@ -855,10 +842,10 @@ input,
|
|
|
855
842
|
}
|
|
856
843
|
.tl-hyperlink-button {
|
|
857
844
|
background: none;
|
|
858
|
-
margin:
|
|
845
|
+
margin: 0;
|
|
859
846
|
position: absolute;
|
|
860
|
-
top:
|
|
861
|
-
right:
|
|
847
|
+
top: 0;
|
|
848
|
+
right: 0;
|
|
862
849
|
height: 44px;
|
|
863
850
|
width: 44px;
|
|
864
851
|
display: flex;
|
|
@@ -874,7 +861,7 @@ input,
|
|
|
874
861
|
outline: none;
|
|
875
862
|
pointer-events: all;
|
|
876
863
|
}
|
|
877
|
-
.tl-hyperlink-button
|
|
864
|
+
.tl-hyperlink-button:after {
|
|
878
865
|
content: "";
|
|
879
866
|
z-index: -1;
|
|
880
867
|
position: absolute;
|
|
@@ -910,7 +897,7 @@ input,
|
|
|
910
897
|
text-shadow: var(--tl-text-outline);
|
|
911
898
|
line-height: inherit;
|
|
912
899
|
position: absolute;
|
|
913
|
-
inset:
|
|
900
|
+
inset: 0;
|
|
914
901
|
z-index: 10;
|
|
915
902
|
}
|
|
916
903
|
.tl-text-label[data-isediting=true] .tl-text-content {
|
|
@@ -937,8 +924,8 @@ input,
|
|
|
937
924
|
}
|
|
938
925
|
.tl-text-label__inner > .tl-text {
|
|
939
926
|
position: relative;
|
|
940
|
-
top:
|
|
941
|
-
left:
|
|
927
|
+
top: 0;
|
|
928
|
+
left: 0;
|
|
942
929
|
padding: 16px;
|
|
943
930
|
height: -moz-fit-content;
|
|
944
931
|
height: fit-content;
|
|
@@ -950,8 +937,8 @@ input,
|
|
|
950
937
|
}
|
|
951
938
|
.tl-text-label__inner > .tl-text-input {
|
|
952
939
|
position: absolute;
|
|
953
|
-
top:
|
|
954
|
-
left:
|
|
940
|
+
top: 0;
|
|
941
|
+
left: 0;
|
|
955
942
|
width: 100%;
|
|
956
943
|
height: 100%;
|
|
957
944
|
padding: 16px;
|
|
@@ -1007,7 +994,7 @@ input,
|
|
|
1007
994
|
left: -1px;
|
|
1008
995
|
width: 2px;
|
|
1009
996
|
height: 2px;
|
|
1010
|
-
padding:
|
|
997
|
+
padding: 0;
|
|
1011
998
|
display: flex;
|
|
1012
999
|
justify-content: center;
|
|
1013
1000
|
align-items: center;
|
|
@@ -1035,8 +1022,8 @@ input,
|
|
|
1035
1022
|
}
|
|
1036
1023
|
.tl-arrow-label p,
|
|
1037
1024
|
.tl-arrow-label textarea {
|
|
1038
|
-
margin:
|
|
1039
|
-
padding:
|
|
1025
|
+
margin: 0;
|
|
1026
|
+
padding: 0;
|
|
1040
1027
|
border: 0px;
|
|
1041
1028
|
color: inherit;
|
|
1042
1029
|
caret-color: var(--color-text);
|
|
@@ -1079,7 +1066,7 @@ input,
|
|
|
1079
1066
|
}
|
|
1080
1067
|
.tl-arrow-label textarea {
|
|
1081
1068
|
z-index: 3;
|
|
1082
|
-
margin:
|
|
1069
|
+
margin: 0;
|
|
1083
1070
|
padding: 4px;
|
|
1084
1071
|
height: 100%;
|
|
1085
1072
|
width: 100%;
|
|
@@ -1111,12 +1098,12 @@ input,
|
|
|
1111
1098
|
.tl-note__scrim {
|
|
1112
1099
|
position: absolute;
|
|
1113
1100
|
z-index: 1;
|
|
1114
|
-
top:
|
|
1115
|
-
left:
|
|
1101
|
+
top: 0;
|
|
1102
|
+
left: 0;
|
|
1116
1103
|
width: 100%;
|
|
1117
1104
|
height: 100%;
|
|
1118
1105
|
background-color: var(--color-background);
|
|
1119
|
-
opacity:
|
|
1106
|
+
opacity: .28;
|
|
1120
1107
|
}
|
|
1121
1108
|
.tl-loading {
|
|
1122
1109
|
background-color: var(--color-background);
|
|
@@ -1131,14 +1118,14 @@ input,
|
|
|
1131
1118
|
font-size: 14px;
|
|
1132
1119
|
font-weight: 500;
|
|
1133
1120
|
opacity: 0;
|
|
1134
|
-
animation: fade-in
|
|
1135
|
-
animation-delay:
|
|
1121
|
+
animation: fade-in .2s ease-in-out forwards;
|
|
1122
|
+
animation-delay: .2s;
|
|
1136
1123
|
}
|
|
1137
1124
|
@keyframes fade-in {
|
|
1138
1125
|
0% {
|
|
1139
1126
|
opacity: 0;
|
|
1140
1127
|
}
|
|
1141
|
-
|
|
1128
|
+
to {
|
|
1142
1129
|
opacity: 1;
|
|
1143
1130
|
}
|
|
1144
1131
|
}
|
|
@@ -1207,13 +1194,11 @@ input,
|
|
|
1207
1194
|
}
|
|
1208
1195
|
.tl-frame-name-input {
|
|
1209
1196
|
position: absolute;
|
|
1210
|
-
top: 0px;
|
|
1211
|
-
left: 0px;
|
|
1212
1197
|
border: none;
|
|
1213
1198
|
background: none;
|
|
1214
1199
|
outline: none;
|
|
1215
1200
|
padding: var(--space-3) var(--space-3);
|
|
1216
|
-
inset:
|
|
1201
|
+
inset: 0;
|
|
1217
1202
|
font-size: inherit;
|
|
1218
1203
|
font-family: inherit;
|
|
1219
1204
|
font-weight: inherit;
|
|
@@ -1247,13 +1232,13 @@ input,
|
|
|
1247
1232
|
display: flex;
|
|
1248
1233
|
}
|
|
1249
1234
|
.tl-image__button:disabled {
|
|
1250
|
-
opacity:
|
|
1235
|
+
opacity: .5;
|
|
1251
1236
|
pointer-events: none;
|
|
1252
1237
|
}
|
|
1253
1238
|
.tl-image__toolbox {
|
|
1254
1239
|
position: absolute;
|
|
1255
|
-
top:
|
|
1256
|
-
left:
|
|
1240
|
+
top: 0;
|
|
1241
|
+
left: 0;
|
|
1257
1242
|
display: flex;
|
|
1258
1243
|
justify-content: flex-end;
|
|
1259
1244
|
align-items: flex-end;
|
|
@@ -1280,7 +1265,7 @@ input,
|
|
|
1280
1265
|
overflow: hidden;
|
|
1281
1266
|
padding: var(--space-2);
|
|
1282
1267
|
}
|
|
1283
|
-
.tl-shape-error-boundary
|
|
1268
|
+
.tl-shape-error-boundary:before {
|
|
1284
1269
|
transform: scale(var(--tl-scale));
|
|
1285
1270
|
content: "Error";
|
|
1286
1271
|
font-size: 12px;
|
|
@@ -1301,7 +1286,7 @@ input,
|
|
|
1301
1286
|
}
|
|
1302
1287
|
.tl-error-boundary__overlay {
|
|
1303
1288
|
position: absolute;
|
|
1304
|
-
inset:
|
|
1289
|
+
inset: 0;
|
|
1305
1290
|
z-index: 500;
|
|
1306
1291
|
background-color: var(--color-overlay);
|
|
1307
1292
|
}
|
|
@@ -1314,14 +1299,14 @@ input,
|
|
|
1314
1299
|
.tl-error-boundary__canvas {
|
|
1315
1300
|
pointer-events: none;
|
|
1316
1301
|
position: absolute;
|
|
1317
|
-
inset:
|
|
1302
|
+
inset: 0;
|
|
1318
1303
|
z-index: -1;
|
|
1319
1304
|
}
|
|
1320
|
-
.tl-error-boundary__canvas
|
|
1305
|
+
.tl-error-boundary__canvas:after {
|
|
1321
1306
|
content: " ";
|
|
1322
1307
|
display: block;
|
|
1323
1308
|
position: absolute;
|
|
1324
|
-
inset:
|
|
1309
|
+
inset: 0;
|
|
1325
1310
|
z-index: 600;
|
|
1326
1311
|
pointer-events: all;
|
|
1327
1312
|
}
|
|
@@ -1350,12 +1335,12 @@ input,
|
|
|
1350
1335
|
}
|
|
1351
1336
|
.tl-error-boundary__content h2 {
|
|
1352
1337
|
font-size: 16px;
|
|
1353
|
-
margin:
|
|
1338
|
+
margin: 0;
|
|
1354
1339
|
font-weight: 500;
|
|
1355
1340
|
}
|
|
1356
1341
|
.tl-error-boundary__content p {
|
|
1357
1342
|
line-height: 1.5;
|
|
1358
|
-
margin:
|
|
1343
|
+
margin: 0;
|
|
1359
1344
|
}
|
|
1360
1345
|
.tl-error-boundary__content pre {
|
|
1361
1346
|
background-color: var(--color-muted-2);
|
|
@@ -1404,8 +1389,7 @@ input,
|
|
|
1404
1389
|
display: flex;
|
|
1405
1390
|
justify-content: space-between;
|
|
1406
1391
|
gap: var(--space-4);
|
|
1407
|
-
margin:
|
|
1408
|
-
margin-left: -4px;
|
|
1392
|
+
margin: 0 0 0 -4px;
|
|
1409
1393
|
}
|
|
1410
1394
|
.tl-error-boundary__content__actions__group {
|
|
1411
1395
|
display: flex;
|
|
@@ -1420,7 +1404,7 @@ input,
|
|
|
1420
1404
|
}
|
|
1421
1405
|
.tl-error-boundary__content .tl-error-boundary__refresh:hover {
|
|
1422
1406
|
background-color: var(--color-primary);
|
|
1423
|
-
opacity:
|
|
1407
|
+
opacity: .9;
|
|
1424
1408
|
}
|
|
1425
1409
|
@media screen and (pointer: coarse) {
|
|
1426
1410
|
.tl-canvas__mobile .tl-handle__hint {
|
|
@@ -1450,7 +1434,7 @@ input,
|
|
|
1450
1434
|
position: relative;
|
|
1451
1435
|
height: 40px;
|
|
1452
1436
|
min-width: 40px;
|
|
1453
|
-
padding:
|
|
1437
|
+
padding: 0 12px;
|
|
1454
1438
|
display: flex;
|
|
1455
1439
|
align-items: center;
|
|
1456
1440
|
justify-content: center;
|
|
@@ -1487,7 +1471,7 @@ input,
|
|
|
1487
1471
|
outline-offset: -4px;
|
|
1488
1472
|
border-radius: var(--radius-3);
|
|
1489
1473
|
}
|
|
1490
|
-
.tlui-button
|
|
1474
|
+
.tlui-button:after {
|
|
1491
1475
|
display: block;
|
|
1492
1476
|
content: "";
|
|
1493
1477
|
position: absolute;
|
|
@@ -1495,16 +1479,16 @@ input,
|
|
|
1495
1479
|
background-color: transparent;
|
|
1496
1480
|
border-radius: var(--radius-2);
|
|
1497
1481
|
}
|
|
1498
|
-
.tlui-button[aria-expanded=true]
|
|
1482
|
+
.tlui-button[aria-expanded=true]:after {
|
|
1499
1483
|
background-color: var(--color-muted-0);
|
|
1500
1484
|
opacity: 1;
|
|
1501
1485
|
}
|
|
1502
1486
|
@media (hover: hover) {
|
|
1503
|
-
.tlui-button
|
|
1487
|
+
.tlui-button:after {
|
|
1504
1488
|
background-color: var(--color-muted-2);
|
|
1505
1489
|
opacity: 0;
|
|
1506
1490
|
}
|
|
1507
|
-
.tlui-button:not(:disabled):hover
|
|
1491
|
+
.tlui-button:not(:disabled):hover:after {
|
|
1508
1492
|
opacity: 1;
|
|
1509
1493
|
}
|
|
1510
1494
|
}
|
|
@@ -1513,7 +1497,7 @@ input,
|
|
|
1513
1497
|
background-color: var(--color-low);
|
|
1514
1498
|
}
|
|
1515
1499
|
@media (hover: hover) {
|
|
1516
|
-
.tlui-button__low
|
|
1500
|
+
.tlui-button__low:after {
|
|
1517
1501
|
background-color: var(--color-muted-2);
|
|
1518
1502
|
}
|
|
1519
1503
|
}
|
|
@@ -1541,22 +1525,22 @@ input,
|
|
|
1541
1525
|
width: 40px;
|
|
1542
1526
|
min-height: 40px;
|
|
1543
1527
|
min-width: 40px;
|
|
1544
|
-
padding:
|
|
1528
|
+
padding: 0;
|
|
1545
1529
|
}
|
|
1546
|
-
.tlui-button__icon[data-state=hinted]
|
|
1530
|
+
.tlui-button__icon[data-state=hinted]:after {
|
|
1547
1531
|
background: var(--color-hint);
|
|
1548
1532
|
opacity: 1;
|
|
1549
1533
|
}
|
|
1550
|
-
.tlui-button__icon[data-state=hinted]:not(:disabled, :focus-visible):active
|
|
1534
|
+
.tlui-button__icon[data-state=hinted]:not(:disabled, :focus-visible):active:after {
|
|
1551
1535
|
background: var(--color-hint);
|
|
1552
1536
|
opacity: 1;
|
|
1553
1537
|
}
|
|
1554
1538
|
@media (hover: hover) {
|
|
1555
|
-
.tlui-button__icon
|
|
1539
|
+
.tlui-button__icon:after {
|
|
1556
1540
|
inset: 4px;
|
|
1557
1541
|
border-radius: var(--radius-2);
|
|
1558
1542
|
}
|
|
1559
|
-
.tlui-button__icon[data-state=hinted]:not(:disabled, :focus-visible):hover
|
|
1543
|
+
.tlui-button__icon[data-state=hinted]:not(:disabled, :focus-visible):hover:after {
|
|
1560
1544
|
background: var(--color-hint);
|
|
1561
1545
|
}
|
|
1562
1546
|
}
|
|
@@ -1566,16 +1550,16 @@ input,
|
|
|
1566
1550
|
min-width: 128px;
|
|
1567
1551
|
width: 100%;
|
|
1568
1552
|
gap: 8px;
|
|
1569
|
-
margin: -4px
|
|
1553
|
+
margin: -4px 0;
|
|
1570
1554
|
}
|
|
1571
1555
|
.tlui-button__menu:nth-child(1) {
|
|
1572
|
-
margin-top:
|
|
1556
|
+
margin-top: 0;
|
|
1573
1557
|
}
|
|
1574
1558
|
.tlui-button__menu:nth-last-child(1) {
|
|
1575
|
-
margin-bottom:
|
|
1559
|
+
margin-bottom: 0;
|
|
1576
1560
|
}
|
|
1577
1561
|
@media (hover: hover) {
|
|
1578
|
-
.tlui-button__menu
|
|
1562
|
+
.tlui-button__menu:after {
|
|
1579
1563
|
inset: 4px;
|
|
1580
1564
|
border-radius: var(--radius-2);
|
|
1581
1565
|
}
|
|
@@ -1590,16 +1574,14 @@ input,
|
|
|
1590
1574
|
.tlui-toolbar__lock-button {
|
|
1591
1575
|
position: absolute;
|
|
1592
1576
|
top: 4px;
|
|
1593
|
-
right:
|
|
1577
|
+
right: 0;
|
|
1594
1578
|
pointer-events: all;
|
|
1595
1579
|
height: 40px;
|
|
1596
1580
|
width: 40px;
|
|
1597
1581
|
min-width: 0px;
|
|
1598
1582
|
border-radius: var(--radius-2);
|
|
1599
1583
|
}
|
|
1600
|
-
.tlui-toolbar__lock-button
|
|
1601
|
-
top: 4px;
|
|
1602
|
-
left: 8px;
|
|
1584
|
+
.tlui-toolbar__lock-button:after {
|
|
1603
1585
|
inset: 4px;
|
|
1604
1586
|
}
|
|
1605
1587
|
.tlui-button__tool {
|
|
@@ -1610,13 +1592,13 @@ input,
|
|
|
1610
1592
|
margin-right: -2px;
|
|
1611
1593
|
}
|
|
1612
1594
|
.tlui-button__tool:nth-of-type(1) {
|
|
1613
|
-
margin-left:
|
|
1595
|
+
margin-left: 0;
|
|
1614
1596
|
}
|
|
1615
1597
|
.tlui-button__tool:nth-last-of-type(1) {
|
|
1616
|
-
margin-right:
|
|
1598
|
+
margin-right: 0;
|
|
1617
1599
|
}
|
|
1618
1600
|
@media (hover: hover) {
|
|
1619
|
-
.tlui-button__tool
|
|
1601
|
+
.tlui-button__tool:after {
|
|
1620
1602
|
inset: 4px;
|
|
1621
1603
|
border-radius: 8px;
|
|
1622
1604
|
}
|
|
@@ -1630,21 +1612,21 @@ input,
|
|
|
1630
1612
|
.tlui-button__tool[data-state=selected]:not(:disabled, :focus-visible):active {
|
|
1631
1613
|
color: var(--color-selected-contrast);
|
|
1632
1614
|
}
|
|
1633
|
-
.tlui-button__tool[data-state=selected]:not(:disabled)
|
|
1615
|
+
.tlui-button__tool[data-state=selected]:not(:disabled):after {
|
|
1634
1616
|
background: var(--color-selected);
|
|
1635
1617
|
opacity: 1;
|
|
1636
1618
|
}
|
|
1637
1619
|
.tlui-button__help {
|
|
1638
1620
|
height: 32px;
|
|
1639
1621
|
width: 32px;
|
|
1640
|
-
padding:
|
|
1622
|
+
padding: 0;
|
|
1641
1623
|
min-width: 32px;
|
|
1642
1624
|
border-radius: 100%;
|
|
1643
1625
|
background-color: var(--color-low);
|
|
1644
1626
|
border: 1px solid var(--color-low-border);
|
|
1645
1627
|
}
|
|
1646
1628
|
@media (hover: hover) {
|
|
1647
|
-
.tlui-button__help
|
|
1629
|
+
.tlui-button__help:after {
|
|
1648
1630
|
background-color: var(--color-muted-2);
|
|
1649
1631
|
border-radius: 100%;
|
|
1650
1632
|
inset: 4px;
|
|
@@ -1659,10 +1641,10 @@ input,
|
|
|
1659
1641
|
margin-right: -2px;
|
|
1660
1642
|
}
|
|
1661
1643
|
.tlui-buttons__horizontal > *:nth-child(1) {
|
|
1662
|
-
margin-left:
|
|
1644
|
+
margin-left: 0;
|
|
1663
1645
|
}
|
|
1664
1646
|
.tlui-buttons__horizontal > *:nth-last-child(1) {
|
|
1665
|
-
margin-right:
|
|
1647
|
+
margin-right: 0;
|
|
1666
1648
|
}
|
|
1667
1649
|
.tlui-buttons__grid {
|
|
1668
1650
|
display: grid;
|
|
@@ -1674,16 +1656,16 @@ input,
|
|
|
1674
1656
|
margin: -2px;
|
|
1675
1657
|
}
|
|
1676
1658
|
.tlui-buttons__grid > .tlui-button:nth-of-type(4n) {
|
|
1677
|
-
margin-right:
|
|
1659
|
+
margin-right: 0;
|
|
1678
1660
|
}
|
|
1679
1661
|
.tlui-buttons__grid > .tlui-button:nth-of-type(4n-3) {
|
|
1680
|
-
margin-left:
|
|
1662
|
+
margin-left: 0;
|
|
1681
1663
|
}
|
|
1682
1664
|
.tlui-buttons__grid > .tlui-button:nth-of-type(-n+4) {
|
|
1683
|
-
margin-top:
|
|
1665
|
+
margin-top: 0;
|
|
1684
1666
|
}
|
|
1685
1667
|
.tlui-buttons__grid > .tlui-button:nth-last-of-type(-n+4) {
|
|
1686
|
-
margin-bottom:
|
|
1668
|
+
margin-bottom: 0;
|
|
1687
1669
|
}
|
|
1688
1670
|
.tlui-zoom-menu__button__pct {
|
|
1689
1671
|
width: 60px;
|
|
@@ -1798,7 +1780,7 @@ input,
|
|
|
1798
1780
|
height: 44px;
|
|
1799
1781
|
cursor: pointer;
|
|
1800
1782
|
}
|
|
1801
|
-
.tlui-slider__track
|
|
1783
|
+
.tlui-slider__track:after {
|
|
1802
1784
|
display: block;
|
|
1803
1785
|
position: absolute;
|
|
1804
1786
|
top: calc(50% - 2px);
|
|
@@ -1811,7 +1793,7 @@ input,
|
|
|
1811
1793
|
.tlui-slider__range {
|
|
1812
1794
|
position: absolute;
|
|
1813
1795
|
top: calc(50% - 2px);
|
|
1814
|
-
left:
|
|
1796
|
+
left: 0;
|
|
1815
1797
|
height: 3px;
|
|
1816
1798
|
background-color: var(--color-selected);
|
|
1817
1799
|
border-radius: 14px;
|
|
@@ -1826,11 +1808,11 @@ input,
|
|
|
1826
1808
|
top: -1px;
|
|
1827
1809
|
background-color: var(--color-panel);
|
|
1828
1810
|
border-radius: 999px;
|
|
1829
|
-
box-shadow: inset
|
|
1811
|
+
box-shadow: inset 0 0 0 2px var(--color-text-1);
|
|
1830
1812
|
}
|
|
1831
1813
|
.tlui-slider__thumb:active {
|
|
1832
1814
|
cursor: grabbing;
|
|
1833
|
-
box-shadow: inset
|
|
1815
|
+
box-shadow: inset 0 0 0 2px var(--color-text-1), var(--shadow-1);
|
|
1834
1816
|
}
|
|
1835
1817
|
.tlui-slider__thumb:focus-visible {
|
|
1836
1818
|
box-shadow: inset 0 0 0 2px var(--color-focus);
|
|
@@ -1853,7 +1835,7 @@ input,
|
|
|
1853
1835
|
width: 100%;
|
|
1854
1836
|
text-align: center;
|
|
1855
1837
|
display: inline;
|
|
1856
|
-
margin:
|
|
1838
|
+
margin: 0;
|
|
1857
1839
|
padding: 2px;
|
|
1858
1840
|
border-radius: 2px;
|
|
1859
1841
|
}
|
|
@@ -1872,7 +1854,7 @@ input,
|
|
|
1872
1854
|
.tlui-popover__content {
|
|
1873
1855
|
position: relative;
|
|
1874
1856
|
max-height: 75vh;
|
|
1875
|
-
margin:
|
|
1857
|
+
margin: 0;
|
|
1876
1858
|
border: none;
|
|
1877
1859
|
border-radius: var(--radius-3);
|
|
1878
1860
|
background-color: var(--color-panel);
|
|
@@ -1912,8 +1894,12 @@ input,
|
|
|
1912
1894
|
border-bottom-right-radius: var(--radius-4);
|
|
1913
1895
|
background-color: var(--color-low);
|
|
1914
1896
|
}
|
|
1915
|
-
.tlui-menu-zone *[data-state=open]
|
|
1916
|
-
background:
|
|
1897
|
+
.tlui-menu-zone *[data-state=open]:after {
|
|
1898
|
+
background:
|
|
1899
|
+
linear-gradient(
|
|
1900
|
+
180deg,
|
|
1901
|
+
rgba(144, 144, 144, 0) 0%,
|
|
1902
|
+
var(--color-muted-2) 100%);
|
|
1917
1903
|
}
|
|
1918
1904
|
.tlui-style-panel__wrapper {
|
|
1919
1905
|
box-shadow: var(--shadow-2);
|
|
@@ -1983,12 +1969,12 @@ input,
|
|
|
1983
1969
|
flex-grow: 2;
|
|
1984
1970
|
max-width: 100%;
|
|
1985
1971
|
}
|
|
1986
|
-
.tlui-style-panel__section *[data-state=open]
|
|
1972
|
+
.tlui-style-panel__section *[data-state=open]:after {
|
|
1987
1973
|
background: var(--color-muted-0);
|
|
1988
1974
|
}
|
|
1989
1975
|
.tlui-input {
|
|
1990
1976
|
background: none;
|
|
1991
|
-
margin:
|
|
1977
|
+
margin: 0;
|
|
1992
1978
|
position: relative;
|
|
1993
1979
|
z-index: 1;
|
|
1994
1980
|
height: 40px;
|
|
@@ -2001,7 +1987,7 @@ input,
|
|
|
2001
1987
|
font-weight: inherit;
|
|
2002
1988
|
color: var(--color-text-1);
|
|
2003
1989
|
padding: var(--space-4);
|
|
2004
|
-
padding-left:
|
|
1990
|
+
padding-left: 0;
|
|
2005
1991
|
border: none;
|
|
2006
1992
|
outline: none;
|
|
2007
1993
|
text-overflow: ellipsis;
|
|
@@ -2033,10 +2019,7 @@ input,
|
|
|
2033
2019
|
.tlui-prompt__overlay {
|
|
2034
2020
|
background: var(--color-overlay);
|
|
2035
2021
|
position: fixed;
|
|
2036
|
-
|
|
2037
|
-
left: 0px;
|
|
2038
|
-
right: 0px;
|
|
2039
|
-
bottom: 0px;
|
|
2022
|
+
inset: 0;
|
|
2040
2023
|
display: grid;
|
|
2041
2024
|
place-items: center;
|
|
2042
2025
|
overflow-y: auto;
|
|
@@ -2056,15 +2039,15 @@ input,
|
|
|
2056
2039
|
}
|
|
2057
2040
|
.tlui-prompt__actions {
|
|
2058
2041
|
border: none;
|
|
2059
|
-
padding:
|
|
2060
|
-
margin:
|
|
2042
|
+
padding: 0;
|
|
2043
|
+
margin: 0;
|
|
2061
2044
|
display: flex;
|
|
2062
2045
|
justify-content: flex-end;
|
|
2063
2046
|
margin-right: calc(-1 * var(--space-3));
|
|
2064
2047
|
margin-bottom: calc(-1 * var(--space-3));
|
|
2065
2048
|
}
|
|
2066
2049
|
.tlui-prompt__title {
|
|
2067
|
-
margin:
|
|
2050
|
+
margin: 0;
|
|
2068
2051
|
font-size: 12px;
|
|
2069
2052
|
}
|
|
2070
2053
|
.tlui-prompt__error {
|
|
@@ -2075,14 +2058,14 @@ input,
|
|
|
2075
2058
|
}
|
|
2076
2059
|
.tlui-dialog__overlay {
|
|
2077
2060
|
position: absolute;
|
|
2078
|
-
top:
|
|
2079
|
-
left:
|
|
2061
|
+
top: 0;
|
|
2062
|
+
left: 0;
|
|
2080
2063
|
width: 100%;
|
|
2081
2064
|
height: 100%;
|
|
2082
2065
|
z-index: var(--layer-overlays);
|
|
2083
2066
|
background-color: var(--color-overlay);
|
|
2084
2067
|
pointer-events: all;
|
|
2085
|
-
animation: fadeIn
|
|
2068
|
+
animation: fadeIn .12s ease-out;
|
|
2086
2069
|
display: grid;
|
|
2087
2070
|
place-items: center;
|
|
2088
2071
|
overflow-y: auto;
|
|
@@ -2115,7 +2098,7 @@ input,
|
|
|
2115
2098
|
flex: 1;
|
|
2116
2099
|
font-weight: inherit;
|
|
2117
2100
|
font-size: 12px;
|
|
2118
|
-
margin:
|
|
2101
|
+
margin: 0;
|
|
2119
2102
|
color: var(--color-text-1);
|
|
2120
2103
|
}
|
|
2121
2104
|
.tlui-dialog__header__close {
|
|
@@ -2182,7 +2165,7 @@ input,
|
|
|
2182
2165
|
border-top-right-radius: var(--radius-4);
|
|
2183
2166
|
border: 4px solid var(--color-background);
|
|
2184
2167
|
margin-left: 8px;
|
|
2185
|
-
margin-right:
|
|
2168
|
+
margin-right: 0;
|
|
2186
2169
|
pointer-events: all;
|
|
2187
2170
|
width: -moz-fit-content;
|
|
2188
2171
|
width: fit-content;
|
|
@@ -2205,10 +2188,14 @@ input,
|
|
|
2205
2188
|
@media (max-width: 640px) {
|
|
2206
2189
|
.tlui-toolbar__overflow {
|
|
2207
2190
|
width: 32px;
|
|
2208
|
-
padding:
|
|
2191
|
+
padding: 0;
|
|
2209
2192
|
}
|
|
2210
|
-
.tlui-toolbar *[data-state=open]
|
|
2211
|
-
background:
|
|
2193
|
+
.tlui-toolbar *[data-state=open]:after {
|
|
2194
|
+
background:
|
|
2195
|
+
linear-gradient(
|
|
2196
|
+
0deg,
|
|
2197
|
+
rgba(144, 144, 144, 0) 0%,
|
|
2198
|
+
var(--color-muted-2) 100%);
|
|
2212
2199
|
}
|
|
2213
2200
|
}
|
|
2214
2201
|
.tlui-help-menu {
|
|
@@ -2221,7 +2208,7 @@ input,
|
|
|
2221
2208
|
border-radius: 100%;
|
|
2222
2209
|
}
|
|
2223
2210
|
.tlui-context-menu__move-to-page__name {
|
|
2224
|
-
max-width:
|
|
2211
|
+
max-width: min(300px, 35vw);
|
|
2225
2212
|
overflow: hidden;
|
|
2226
2213
|
text-overflow: ellipsis;
|
|
2227
2214
|
}
|
|
@@ -2269,21 +2256,29 @@ input,
|
|
|
2269
2256
|
.tlui-menu__group + .tlui-menu__group {
|
|
2270
2257
|
border-top: 1px solid var(--color-divider);
|
|
2271
2258
|
}
|
|
2272
|
-
.tlui-menu__submenu__trigger[data-state=open]:not(:hover)
|
|
2259
|
+
.tlui-menu__submenu__trigger[data-state=open]:not(:hover):after {
|
|
2273
2260
|
border-radius: var(--radius-1);
|
|
2274
|
-
background:
|
|
2261
|
+
background:
|
|
2262
|
+
linear-gradient(
|
|
2263
|
+
90deg,
|
|
2264
|
+
rgba(144, 144, 144, 0) 0%,
|
|
2265
|
+
var(--color-muted-2) 100%);
|
|
2275
2266
|
}
|
|
2276
|
-
.tlui-menu__submenu__trigger[data-direction=left][data-state=open]:not(:hover)
|
|
2267
|
+
.tlui-menu__submenu__trigger[data-direction=left][data-state=open]:not(:hover):after {
|
|
2277
2268
|
border-radius: var(--radius-1);
|
|
2278
|
-
background:
|
|
2269
|
+
background:
|
|
2270
|
+
linear-gradient(
|
|
2271
|
+
270deg,
|
|
2272
|
+
rgba(144, 144, 144, 0) 0%,
|
|
2273
|
+
var(--color-muted-2) 100%);
|
|
2279
2274
|
}
|
|
2280
2275
|
.tlui-actions-menu {
|
|
2281
2276
|
max-height: calc(100vh - 150px);
|
|
2282
2277
|
}
|
|
2283
2278
|
.tlui-toast__viewport {
|
|
2284
2279
|
position: absolute;
|
|
2285
|
-
inset:
|
|
2286
|
-
margin:
|
|
2280
|
+
inset: 0;
|
|
2281
|
+
margin: 0;
|
|
2287
2282
|
display: flex;
|
|
2288
2283
|
align-items: flex-end;
|
|
2289
2284
|
justify-content: flex-end;
|
|
@@ -2321,17 +2316,17 @@ input,
|
|
|
2321
2316
|
gap: var(--space-3);
|
|
2322
2317
|
}
|
|
2323
2318
|
.tlui-toast__title {
|
|
2324
|
-
font-weight:
|
|
2319
|
+
font-weight: 700;
|
|
2325
2320
|
color: var(--color-text-1);
|
|
2326
2321
|
}
|
|
2327
2322
|
.tlui-toast__description {
|
|
2328
2323
|
color: var(--color-text-1);
|
|
2329
2324
|
padding: var(--space-3);
|
|
2330
|
-
margin:
|
|
2331
|
-
padding:
|
|
2325
|
+
margin: 0;
|
|
2326
|
+
padding: 0;
|
|
2332
2327
|
}
|
|
2333
2328
|
.tlui-toast__icon + .tlui-toast__main > .tlui-toast__actions {
|
|
2334
|
-
padding-left:
|
|
2329
|
+
padding-left: 0;
|
|
2335
2330
|
}
|
|
2336
2331
|
.tlui-toast__actions {
|
|
2337
2332
|
display: flex;
|
|
@@ -2345,20 +2340,20 @@ input,
|
|
|
2345
2340
|
}
|
|
2346
2341
|
@media (prefers-reduced-motion: no-preference) {
|
|
2347
2342
|
.tlui-toast__container[data-state=open] {
|
|
2348
|
-
animation: slide-in
|
|
2343
|
+
animation: slide-in .2s cubic-bezier(.785, .135, .15, .86);
|
|
2349
2344
|
}
|
|
2350
2345
|
.tlui-toast__container[data-state=closed] {
|
|
2351
|
-
animation: hide
|
|
2346
|
+
animation: hide .1s ease-in;
|
|
2352
2347
|
}
|
|
2353
2348
|
.tlui-toast__container[data-swipe=move] {
|
|
2354
|
-
transform:
|
|
2349
|
+
transform: translate(var(--radix-toast-swipe-move-x));
|
|
2355
2350
|
}
|
|
2356
2351
|
.tlui-toast__container[data-swipe=cancel] {
|
|
2357
|
-
transform:
|
|
2358
|
-
transition: transform
|
|
2352
|
+
transform: translate(0);
|
|
2353
|
+
transition: transform .2s ease-out;
|
|
2359
2354
|
}
|
|
2360
2355
|
.tlui-toast__container[data-swipe=end] {
|
|
2361
|
-
animation: swipe-out
|
|
2356
|
+
animation: swipe-out .1s ease-out;
|
|
2362
2357
|
}
|
|
2363
2358
|
}
|
|
2364
2359
|
.tlui-layout__bottom {
|
|
@@ -2379,15 +2374,15 @@ input,
|
|
|
2379
2374
|
z-index: var(--layer-panels);
|
|
2380
2375
|
pointer-events: all;
|
|
2381
2376
|
position: absolute;
|
|
2382
|
-
left:
|
|
2383
|
-
bottom:
|
|
2377
|
+
left: 0;
|
|
2378
|
+
bottom: 0;
|
|
2384
2379
|
}
|
|
2385
|
-
.tlui-navigation-zone
|
|
2380
|
+
.tlui-navigation-zone:before {
|
|
2386
2381
|
content: "";
|
|
2387
2382
|
display: block;
|
|
2388
2383
|
position: absolute;
|
|
2389
2384
|
z-index: -1;
|
|
2390
|
-
inset: -4px -4px
|
|
2385
|
+
inset: -4px -4px 0 0;
|
|
2391
2386
|
border-radius: 0;
|
|
2392
2387
|
border-top: 4px solid var(--color-background);
|
|
2393
2388
|
border-right: 4px solid var(--color-background);
|
|
@@ -2395,7 +2390,7 @@ input,
|
|
|
2395
2390
|
background-color: var(--color-low);
|
|
2396
2391
|
}
|
|
2397
2392
|
.tlui-navigation-zone__toggle .tlui-icon {
|
|
2398
|
-
opacity:
|
|
2393
|
+
opacity: .24;
|
|
2399
2394
|
}
|
|
2400
2395
|
.tlui-navigation-zone__toggle:active .tlui-icon {
|
|
2401
2396
|
opacity: 1;
|
|
@@ -2411,7 +2406,7 @@ input,
|
|
|
2411
2406
|
min-height: 96px;
|
|
2412
2407
|
overflow: hidden;
|
|
2413
2408
|
padding: var(--space-3);
|
|
2414
|
-
padding-top:
|
|
2409
|
+
padding-top: 0;
|
|
2415
2410
|
}
|
|
2416
2411
|
.tlui-minimap__canvas {
|
|
2417
2412
|
position: relative;
|
|
@@ -2422,24 +2417,24 @@ input,
|
|
|
2422
2417
|
0% {
|
|
2423
2418
|
opacity: 1;
|
|
2424
2419
|
}
|
|
2425
|
-
|
|
2420
|
+
to {
|
|
2426
2421
|
opacity: 0;
|
|
2427
2422
|
}
|
|
2428
2423
|
}
|
|
2429
2424
|
@keyframes slide-in {
|
|
2430
|
-
|
|
2431
|
-
transform:
|
|
2425
|
+
0% {
|
|
2426
|
+
transform: translate(calc(100% + var(--space-3)));
|
|
2432
2427
|
}
|
|
2433
2428
|
to {
|
|
2434
|
-
transform:
|
|
2429
|
+
transform: translate(0);
|
|
2435
2430
|
}
|
|
2436
2431
|
}
|
|
2437
2432
|
@keyframes swipe-out {
|
|
2438
|
-
|
|
2439
|
-
transform:
|
|
2433
|
+
0% {
|
|
2434
|
+
transform: translate(var(--radix-toast-swipe-end-x));
|
|
2440
2435
|
}
|
|
2441
2436
|
to {
|
|
2442
|
-
transform:
|
|
2437
|
+
transform: translate(calc(100% + var(--space-3)));
|
|
2443
2438
|
}
|
|
2444
2439
|
}
|
|
2445
2440
|
.tlui-page-menu__wrapper {
|
|
@@ -2483,7 +2478,6 @@ input,
|
|
|
2483
2478
|
}
|
|
2484
2479
|
.tlui-page-menu__list {
|
|
2485
2480
|
position: relative;
|
|
2486
|
-
touch-action: auto;
|
|
2487
2481
|
flex-direction: column;
|
|
2488
2482
|
max-height: 100%;
|
|
2489
2483
|
overflow-x: hidden;
|
|
@@ -2517,7 +2511,7 @@ input,
|
|
|
2517
2511
|
}
|
|
2518
2512
|
.tlui-page-menu__item__button__check {
|
|
2519
2513
|
position: absolute;
|
|
2520
|
-
left:
|
|
2514
|
+
left: 0;
|
|
2521
2515
|
width: 24px;
|
|
2522
2516
|
padding-left: 10px;
|
|
2523
2517
|
display: inline-flex;
|
|
@@ -2527,8 +2521,8 @@ input,
|
|
|
2527
2521
|
}
|
|
2528
2522
|
.tlui-page_menu__item__sortable {
|
|
2529
2523
|
position: absolute;
|
|
2530
|
-
top:
|
|
2531
|
-
left:
|
|
2524
|
+
top: 0;
|
|
2525
|
+
left: 0;
|
|
2532
2526
|
width: 100%;
|
|
2533
2527
|
height: -moz-fit-content;
|
|
2534
2528
|
height: fit-content;
|
|
@@ -2568,9 +2562,8 @@ input,
|
|
|
2568
2562
|
pointer-events: all;
|
|
2569
2563
|
flex: 0;
|
|
2570
2564
|
cursor: pointer;
|
|
2571
|
-
margin: 0px;
|
|
2572
2565
|
display: none;
|
|
2573
|
-
margin
|
|
2566
|
+
margin: 0 0 0 -2px;
|
|
2574
2567
|
}
|
|
2575
2568
|
.tlui-page_menu__item__submenu[data-isediting=true] {
|
|
2576
2569
|
display: block;
|
|
@@ -2618,16 +2611,16 @@ input,
|
|
|
2618
2611
|
display: flex;
|
|
2619
2612
|
text-align: left;
|
|
2620
2613
|
gap: var(--space-3);
|
|
2621
|
-
margin:
|
|
2614
|
+
margin: 0 -8px;
|
|
2622
2615
|
cursor: pointer;
|
|
2623
|
-
padding:
|
|
2616
|
+
padding: 0 4px;
|
|
2624
2617
|
align-items: center;
|
|
2625
2618
|
color: var(--color-text);
|
|
2626
2619
|
font-size: var(--font-size-1);
|
|
2627
2620
|
height: 44px;
|
|
2628
2621
|
}
|
|
2629
2622
|
@media (hover: hover) {
|
|
2630
|
-
.tlui-embed-dialog__item:not(:disabled, :focus-visible):hover
|
|
2623
|
+
.tlui-embed-dialog__item:not(:disabled, :focus-visible):hover:after {
|
|
2631
2624
|
display: block;
|
|
2632
2625
|
content: "";
|
|
2633
2626
|
position: absolute;
|
|
@@ -2673,7 +2666,7 @@ input,
|
|
|
2673
2666
|
.tlui-following-indicator {
|
|
2674
2667
|
display: block;
|
|
2675
2668
|
position: absolute;
|
|
2676
|
-
inset:
|
|
2669
|
+
inset: 0;
|
|
2677
2670
|
border-width: 2px;
|
|
2678
2671
|
border-style: solid;
|
|
2679
2672
|
z-index: var(--layer-following-indicator);
|
|
@@ -2693,7 +2686,7 @@ input,
|
|
|
2693
2686
|
border-radius: 99px;
|
|
2694
2687
|
opacity: 0;
|
|
2695
2688
|
animation: fade-in;
|
|
2696
|
-
animation-duration:
|
|
2689
|
+
animation-duration: .12s;
|
|
2697
2690
|
animation-delay: 2s;
|
|
2698
2691
|
animation-fill-mode: forwards;
|
|
2699
2692
|
}
|
|
@@ -2733,7 +2726,7 @@ input,
|
|
|
2733
2726
|
.tlui-shortcuts-dialog__group__title {
|
|
2734
2727
|
font-size: inherit;
|
|
2735
2728
|
font-weight: inherit;
|
|
2736
|
-
margin:
|
|
2729
|
+
margin: 0;
|
|
2737
2730
|
color: var(--color-text-3);
|
|
2738
2731
|
height: 32px;
|
|
2739
2732
|
display: flex;
|
|
@@ -2755,8 +2748,6 @@ input,
|
|
|
2755
2748
|
flex: 1;
|
|
2756
2749
|
font-size: 12px;
|
|
2757
2750
|
}
|
|
2758
|
-
|
|
2759
|
-
/* ../../../../../../../tmp/tmp-3256-icI8h5g2cNm3/19c656669e90/index.css */
|
|
2760
2751
|
.tlui-navigation-zone,
|
|
2761
2752
|
.tlui-navigation-panel {
|
|
2762
2753
|
display: none;
|