@layers-app/shared 0.4.6 → 0.4.7
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/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +79 -72
- package/dist/components/AppContainer/AppContainer.module.css.js +20 -10
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts +6 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts.map +1 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +161 -0
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +238 -105
- package/dist/components/AppContainer/components/Main.js +4 -4
- package/dist/components/AppContainer/components/SlideAnimation.js +4 -4
- package/dist/components/AppContainer/components/ToolSidebar.js +9 -9
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +62 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1107 -137
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +2 -0
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +22 -17
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +15 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +36 -0
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +14 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +31 -0
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +172 -120
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +18 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +35 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +33 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +70 -0
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +32 -28
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +12 -12
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -4
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +1 -1
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -44
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +10 -10
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
- package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +4 -4
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +38 -37
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
- package/dist/components/Chat/MessageList/MessageList.module.css.js +5 -5
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
- package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageMeta/index.js +21 -19
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +12 -12
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -8
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +81 -76
- package/dist/components/ColorPicker/ColorPicker.module.css.js +26 -32
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerList.js +72 -83
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +64 -67
- package/dist/components/ColorPicker/icons.js +5 -5
- package/dist/components/ColorPicker/types.d.ts +0 -6
- package/dist/components/ColorPicker/types.d.ts.map +1 -1
- package/dist/components/ColorPicker/types.js +11 -53
- package/dist/components/ColorPicker/useRecentColors.d.ts +1 -3
- package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -1
- package/dist/components/ColorPicker/useRecentColors.js +20 -43
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +3 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +26 -25
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NewToolbar/utils.d.ts +12 -0
- package/dist/components/NewToolbar/utils.d.ts.map +1 -0
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnboardingTour/index.d.ts +1 -1
- package/dist/components/OnboardingTour/index.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +2 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.js +63 -51
- package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/VideoPlayer/VideoPlayer.d.ts +24 -0
- package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/VideoPlayer.js +727 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +8 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.js +67 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +7 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.js +44 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +9 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.js +38 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +33 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.js +601 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoIcons.js +145 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts +27 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMenu.js +77 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +17 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +289 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +55 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSelect.js +168 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +12 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +48 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +384 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +21 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +264 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +39 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +360 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +16 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +4 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +22 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +211 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +11 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +41 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +69 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +21 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.js +91 -0
- package/dist/components/VideoPlayer/index.d.ts +11 -0
- package/dist/components/VideoPlayer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/types.d.ts +101 -0
- package/dist/components/VideoPlayer/types.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts +8 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/chapters.js +38 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts +5 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/storyboard.js +47 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts +18 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/subtitles.js +23 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts +3 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/touch.js +5 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +10 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +22 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts +69 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoSettings.js +90 -0
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +29 -29
- package/dist/config/envConfig.d.ts +2 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts +8 -14
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +107 -111
- package/dist/helpers/showNotifications.module.css.js +4 -16
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +19 -23
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +589 -575
- package/dist/lang/locales/ui_en.json.js +1 -1
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts +19 -0
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +1 -0
- package/dist/videoSettings/createVideoSettingsDataSource.js +127 -0
- package/docs/README.md +499 -499
- package/package.json +79 -78
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_root_1y8n6_1", n = "_inputRow_1y8n6_9", e = "_inputBox_1y8n6_19", o = "_inputArea_1y8n6_57", _ = "_notice_1y8n6_69", c = "_noticeIcon_1y8n6_102", i = "_noticeMain_1y8n6_112", a = "_noticeText_1y8n6_121", s = "_noticeAction_1y8n6_126", r = "_noticeDismiss_1y8n6_130", d = "_header_1y8n6_140", h = "_headerIcon_1y8n6_147", y = "_headerBar_1y8n6_157", u = "_headerTitle_1y8n6_171", p = "_headerText_1y8n6_181", x = "_headerAttachment_1y8n6_190", B = "_hiddenFileInput_1y8n6_204", I = "_attachments_1y8n6_213", m = "_iconButton_1y8n6_226", A = "_textarea_1y8n6_231", T = "_textareaInput_1y8n6_236", l = "_sendButton_1y8n6_250", w = {
|
|
2
2
|
root: t,
|
|
3
|
-
inputRow:
|
|
4
|
-
inputBox:
|
|
5
|
-
inputArea:
|
|
6
|
-
notice:
|
|
7
|
-
noticeIcon:
|
|
8
|
-
noticeMain:
|
|
9
|
-
noticeText:
|
|
10
|
-
noticeAction:
|
|
11
|
-
noticeDismiss:
|
|
12
|
-
header:
|
|
13
|
-
headerIcon:
|
|
14
|
-
headerBar:
|
|
15
|
-
headerTitle:
|
|
16
|
-
headerText:
|
|
17
|
-
headerAttachment:
|
|
18
|
-
hiddenFileInput:
|
|
19
|
-
attachments:
|
|
20
|
-
iconButton:
|
|
21
|
-
textarea:
|
|
22
|
-
textareaInput:
|
|
23
|
-
sendButton:
|
|
3
|
+
inputRow: n,
|
|
4
|
+
inputBox: e,
|
|
5
|
+
inputArea: o,
|
|
6
|
+
notice: _,
|
|
7
|
+
noticeIcon: c,
|
|
8
|
+
noticeMain: i,
|
|
9
|
+
noticeText: a,
|
|
10
|
+
noticeAction: s,
|
|
11
|
+
noticeDismiss: r,
|
|
12
|
+
header: d,
|
|
13
|
+
headerIcon: h,
|
|
14
|
+
headerBar: y,
|
|
15
|
+
headerTitle: u,
|
|
16
|
+
headerText: p,
|
|
17
|
+
headerAttachment: x,
|
|
18
|
+
hiddenFileInput: B,
|
|
19
|
+
attachments: I,
|
|
20
|
+
iconButton: m,
|
|
21
|
+
textarea: A,
|
|
22
|
+
textareaInput: T,
|
|
23
|
+
sendButton: l
|
|
24
24
|
};
|
|
25
25
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
26
|
+
I as attachments,
|
|
27
|
+
w as default,
|
|
28
|
+
d as header,
|
|
29
|
+
x as headerAttachment,
|
|
30
|
+
y as headerBar,
|
|
31
|
+
h as headerIcon,
|
|
32
|
+
p as headerText,
|
|
33
|
+
u as headerTitle,
|
|
34
|
+
B as hiddenFileInput,
|
|
35
|
+
m as iconButton,
|
|
36
|
+
o as inputArea,
|
|
37
|
+
e as inputBox,
|
|
38
|
+
n as inputRow,
|
|
39
|
+
_ as notice,
|
|
40
|
+
s as noticeAction,
|
|
41
|
+
r as noticeDismiss,
|
|
42
|
+
c as noticeIcon,
|
|
43
|
+
i as noticeMain,
|
|
44
|
+
a as noticeText,
|
|
45
45
|
t as root,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
l as sendButton,
|
|
47
|
+
A as textarea,
|
|
48
|
+
T as textareaInput
|
|
49
49
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_root_602sh_1", s = "_sidebar_602sh_12", t = "_chat_602sh_23", _ = "_info_602sh_34", r = "_drawerBody_602sh_44", a = {
|
|
2
2
|
root: o,
|
|
3
|
-
sidebar:
|
|
3
|
+
sidebar: s,
|
|
4
4
|
chat: t,
|
|
5
5
|
info: _,
|
|
6
6
|
drawerBody: r
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
t as chat,
|
|
10
|
-
|
|
10
|
+
a as default,
|
|
11
11
|
r as drawerBody,
|
|
12
12
|
_ as info,
|
|
13
13
|
o as root,
|
|
14
|
-
|
|
14
|
+
s as sidebar
|
|
15
15
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_wrapper_9zdgd_1", a = "_avatar_9zdgd_39", e = "_spacer_9zdgd_47", s = "_content_9zdgd_54", n = "_attachmentsWrap_9zdgd_77", _ = "_mediaOnlyMeta_9zdgd_122", o = "_messageRow_9zdgd_143", c = "_hoverActions_9zdgd_148", d = {
|
|
2
2
|
wrapper: t,
|
|
3
3
|
avatar: a,
|
|
4
4
|
spacer: e,
|
|
5
|
-
content:
|
|
6
|
-
attachmentsWrap:
|
|
7
|
-
mediaOnlyMeta:
|
|
8
|
-
messageRow:
|
|
5
|
+
content: s,
|
|
6
|
+
attachmentsWrap: n,
|
|
7
|
+
mediaOnlyMeta: _,
|
|
8
|
+
messageRow: o,
|
|
9
9
|
hoverActions: c
|
|
10
10
|
};
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
n as attachmentsWrap,
|
|
13
13
|
a as avatar,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
s as content,
|
|
15
|
+
d as default,
|
|
16
16
|
c as hoverActions,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
_ as mediaOnlyMeta,
|
|
18
|
+
o as messageRow,
|
|
19
19
|
e as spacer,
|
|
20
20
|
t as wrapper
|
|
21
21
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_root_oz3bs_1", o = "_dialogContent_oz3bs_30", n = "_dialogContentDraft_oz3bs_40", e = "_dialogContentSender_oz3bs_45", _ = "_titleRow_oz3bs_50", s = "_textContent_oz3bs_60", a = {
|
|
2
2
|
root: t,
|
|
3
3
|
dialogContent: o,
|
|
4
4
|
dialogContentDraft: n,
|
|
5
5
|
dialogContentSender: e,
|
|
6
6
|
titleRow: _,
|
|
7
|
-
textContent:
|
|
7
|
+
textContent: s
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
a as default,
|
|
11
11
|
o as dialogContent,
|
|
12
12
|
n as dialogContentDraft,
|
|
13
13
|
e as dialogContentSender,
|
|
14
14
|
t as root,
|
|
15
|
-
|
|
15
|
+
s as textContent,
|
|
16
16
|
_ as titleRow
|
|
17
17
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_root_14jri_1", t = "_downloadButton_14jri_20", e = "_fileName_14jri_30", i = "_fileSize_14jri_38", _ = {
|
|
2
2
|
root: o,
|
|
3
3
|
downloadButton: t,
|
|
4
4
|
fileName: e,
|
|
5
|
-
fileSize:
|
|
5
|
+
fileSize: i
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
_ as default,
|
|
9
9
|
t as downloadButton,
|
|
10
10
|
e as fileName,
|
|
11
|
-
|
|
11
|
+
i as fileSize,
|
|
12
12
|
o as root
|
|
13
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/MessageActions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/MessageActions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAkBxC,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,iDAgGzB,CAAC"}
|
|
@@ -1,39 +1,40 @@
|
|
|
1
1
|
import { jsx as e, jsxs as n, Fragment as b } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import y, { useState as v } from "react";
|
|
3
|
+
import { useTranslation as j } from "react-i18next";
|
|
4
|
+
import { Group as A, ActionIcon as d, Menu as i } from "@mantine/core";
|
|
5
|
+
import { SmileIcon as x, LinkBackwardIcon as B, MoreVerticalIcon as P, Copy01Icon as $, Share08Icon as E, PinIcon as O, Edit02Icon as T, Delete02Icon as _ } from "@hugeicons/core-free-icons";
|
|
5
6
|
import { HugeiconsIcon as o } from "@hugeicons/react";
|
|
6
|
-
import { EmojiPicker as
|
|
7
|
-
import { IconEntity as
|
|
8
|
-
import
|
|
9
|
-
const
|
|
10
|
-
onReaction:
|
|
7
|
+
import { EmojiPicker as D } from "../../EmojiPicker/EmojiPicker.js";
|
|
8
|
+
import { IconEntity as G } from "../../ProjectIcon/ProjectIcon.js";
|
|
9
|
+
import H from "./MessageActions.module.css.js";
|
|
10
|
+
const L = y.memo(function({
|
|
11
|
+
onReaction: r,
|
|
11
12
|
canAddReaction: I = !0,
|
|
12
|
-
onReply:
|
|
13
|
-
onEdit:
|
|
13
|
+
onReply: p,
|
|
14
|
+
onEdit: s,
|
|
14
15
|
onDelete: c,
|
|
15
|
-
onCopy:
|
|
16
|
-
onForward:
|
|
17
|
-
onPin:
|
|
16
|
+
onCopy: a,
|
|
17
|
+
onForward: l,
|
|
18
|
+
onPin: m,
|
|
18
19
|
showEdit: h,
|
|
19
|
-
showDelete:
|
|
20
|
-
className:
|
|
21
|
-
style:
|
|
20
|
+
showDelete: u,
|
|
21
|
+
className: f,
|
|
22
|
+
style: z
|
|
22
23
|
}) {
|
|
23
|
-
const [
|
|
24
|
-
if (!
|
|
25
|
-
const M =
|
|
26
|
-
|
|
24
|
+
const { t } = j("meet"), [k, S] = v(!1), w = !!(s || c || a || l || m || h || u), C = (g) => {
|
|
25
|
+
if (!r) return;
|
|
26
|
+
const M = G.parse(g);
|
|
27
|
+
r(M?.emoji ?? g);
|
|
27
28
|
};
|
|
28
29
|
return /* @__PURE__ */ e(
|
|
29
30
|
"div",
|
|
30
31
|
{
|
|
31
|
-
className: `${
|
|
32
|
-
style:
|
|
32
|
+
className: `${H.root}${f ? ` ${f}` : ""}`,
|
|
33
|
+
style: z,
|
|
33
34
|
"data-testid": "message-actions",
|
|
34
|
-
children: /* @__PURE__ */ n(
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
children: /* @__PURE__ */ n(A, { gap: 2, wrap: "nowrap", children: [
|
|
36
|
+
r && I && /* @__PURE__ */ e(
|
|
37
|
+
D,
|
|
37
38
|
{
|
|
38
39
|
onChange: C,
|
|
39
40
|
position: "top-start",
|
|
@@ -41,20 +42,20 @@ const H = w.memo(function({
|
|
|
41
42
|
showIcons: !1,
|
|
42
43
|
showRandomButton: !1,
|
|
43
44
|
withinPortal: !0,
|
|
44
|
-
children: /* @__PURE__ */ e(d, { variant: "subtle", color: "gray", size: 22, radius: 8, "aria-label": "Add reaction", children: /* @__PURE__ */ e(o, { icon:
|
|
45
|
+
children: /* @__PURE__ */ e(d, { variant: "subtle", color: "gray", size: 22, radius: 8, "aria-label": "Add reaction", children: /* @__PURE__ */ e(o, { icon: x, size: 16 }) })
|
|
45
46
|
}
|
|
46
47
|
),
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
/* @__PURE__ */ e(i.Target, { children: /* @__PURE__ */ e(d, { variant: "subtle", color: "gray", size: 22, radius: 8, "aria-label": "More actions", children: /* @__PURE__ */ e(o, { icon:
|
|
48
|
+
p && /* @__PURE__ */ e(d, { variant: "subtle", color: "gray", size: 22, radius: 8, onClick: p, "aria-label": "Reply", children: /* @__PURE__ */ e(o, { icon: B, size: 16 }) }),
|
|
49
|
+
w && /* @__PURE__ */ n(i, { position: "bottom-end", withinPortal: !0, shadow: "md", width: 200, opened: k, onChange: S, children: [
|
|
50
|
+
/* @__PURE__ */ e(i.Target, { children: /* @__PURE__ */ e(d, { variant: "subtle", color: "gray", size: 22, radius: 8, "aria-label": "More actions", children: /* @__PURE__ */ e(o, { icon: P, size: 16 }) }) }),
|
|
50
51
|
/* @__PURE__ */ n(i.Dropdown, { children: [
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
(h ||
|
|
55
|
-
(
|
|
52
|
+
a && /* @__PURE__ */ e(i.Item, { leftSection: /* @__PURE__ */ e(o, { icon: $, size: 16 }), onClick: a, children: t("message.copy", "Copy") }),
|
|
53
|
+
l && /* @__PURE__ */ e(i.Item, { leftSection: /* @__PURE__ */ e(o, { icon: E, size: 16 }), onClick: l, children: t("message.forward", "Forward") }),
|
|
54
|
+
m && /* @__PURE__ */ e(i.Item, { leftSection: /* @__PURE__ */ e(o, { icon: O, size: 16 }), onClick: m, children: t("message.pin", "Pin") }),
|
|
55
|
+
(h || s) && /* @__PURE__ */ e(i.Item, { leftSection: /* @__PURE__ */ e(o, { icon: T, size: 16 }), onClick: s, children: t("message.edit", "Edit") }),
|
|
56
|
+
(u || c) && /* @__PURE__ */ n(b, { children: [
|
|
56
57
|
/* @__PURE__ */ e(i.Divider, {}),
|
|
57
|
-
/* @__PURE__ */ e(i.Item, { color: "red", leftSection: /* @__PURE__ */ e(o, { icon:
|
|
58
|
+
/* @__PURE__ */ e(i.Item, { color: "red", leftSection: /* @__PURE__ */ e(o, { icon: _, size: 16 }), onClick: c, children: t("message.delete", "Delete") })
|
|
58
59
|
] })
|
|
59
60
|
] })
|
|
60
61
|
] })
|
|
@@ -62,7 +63,7 @@ const H = w.memo(function({
|
|
|
62
63
|
}
|
|
63
64
|
);
|
|
64
65
|
});
|
|
65
|
-
|
|
66
|
+
L.displayName = "MessageActions";
|
|
66
67
|
export {
|
|
67
|
-
|
|
68
|
+
L as MessageActions
|
|
68
69
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_container_19y33_1", t = "_root_19y33_16", _ = "_wrapper_19y33_23", r = "_top_19y33_28", c = "_items_19y33_28", n = "_scrollToBottomWrap_19y33_50", s = "_floatingTopAction_19y33_60", a = "_scrollToBottomBadge_19y33_75", l = {
|
|
2
2
|
container: o,
|
|
3
3
|
root: t,
|
|
4
|
-
wrapper:
|
|
5
|
-
top:
|
|
4
|
+
wrapper: _,
|
|
5
|
+
top: r,
|
|
6
6
|
items: c,
|
|
7
7
|
scrollToBottomWrap: n,
|
|
8
8
|
floatingTopAction: s,
|
|
@@ -16,6 +16,6 @@ export {
|
|
|
16
16
|
t as root,
|
|
17
17
|
a as scrollToBottomBadge,
|
|
18
18
|
n as scrollToBottomWrap,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
r as top,
|
|
20
|
+
_ as wrapper
|
|
21
21
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_root_1bzsv_1", e = "_time_1bzsv_31", s = "_edited_1bzsv_35", o = "_views_1bzsv_39", _ = {
|
|
2
2
|
root: t,
|
|
3
3
|
time: e,
|
|
4
|
-
edited:
|
|
4
|
+
edited: s,
|
|
5
5
|
views: o
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
_ as default,
|
|
9
|
-
|
|
9
|
+
s as edited,
|
|
10
10
|
t as root,
|
|
11
11
|
e as time,
|
|
12
12
|
o as views
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/MessageMeta/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/MessageMeta/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,MAAM,EACN,KAAK,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,SAAS,EACT,KAAK,GACN,EAAE,gBAAgB,2CAgBlB;yBAzBe,WAAW"}
|
|
@@ -1,33 +1,35 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as p } from "react-i18next";
|
|
2
3
|
import e from "./MessageMeta.module.css.js";
|
|
3
|
-
function
|
|
4
|
+
function g({
|
|
4
5
|
time: t,
|
|
5
6
|
edited: i,
|
|
6
|
-
views:
|
|
7
|
-
outgoing:
|
|
8
|
-
inReactions:
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
11
|
-
style:
|
|
7
|
+
views: a,
|
|
8
|
+
outgoing: o,
|
|
9
|
+
inReactions: d,
|
|
10
|
+
children: m,
|
|
11
|
+
className: n,
|
|
12
|
+
style: r
|
|
12
13
|
}) {
|
|
13
|
-
|
|
14
|
+
const { t: c } = p("meet");
|
|
15
|
+
return /* @__PURE__ */ l(
|
|
14
16
|
"div",
|
|
15
17
|
{
|
|
16
|
-
className: `${e.root} ${
|
|
17
|
-
style:
|
|
18
|
-
"data-outgoing":
|
|
19
|
-
"data-in-reactions":
|
|
18
|
+
className: `${e.root} ${n || ""}`,
|
|
19
|
+
style: r,
|
|
20
|
+
"data-outgoing": o || void 0,
|
|
21
|
+
"data-in-reactions": d || void 0,
|
|
20
22
|
"data-testid": "message-meta",
|
|
21
23
|
children: [
|
|
22
|
-
i && /* @__PURE__ */
|
|
23
|
-
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
|
|
24
|
+
i && /* @__PURE__ */ s("span", { className: e.edited, children: c("message.edited") }),
|
|
25
|
+
a !== void 0 && /* @__PURE__ */ s("span", { className: e.views, children: a }),
|
|
26
|
+
/* @__PURE__ */ s("span", { className: e.time, children: t }),
|
|
27
|
+
m
|
|
26
28
|
]
|
|
27
29
|
}
|
|
28
30
|
);
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
g.displayName = "MessageMeta";
|
|
31
33
|
export {
|
|
32
|
-
|
|
34
|
+
g as MessageMeta
|
|
33
35
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const
|
|
2
|
-
row:
|
|
3
|
-
pill:
|
|
4
|
-
emoji:
|
|
5
|
-
count:
|
|
6
|
-
meta:
|
|
1
|
+
const o = "_row_1ge4m_1", t = "_pill_1ge4m_10", _ = "_emoji_1ge4m_50", e = "_count_1ge4m_71", m = "_meta_1ge4m_93", c = {
|
|
2
|
+
row: o,
|
|
3
|
+
pill: t,
|
|
4
|
+
emoji: _,
|
|
5
|
+
count: e,
|
|
6
|
+
meta: m
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
e as count,
|
|
10
|
+
c as default,
|
|
11
|
+
_ as emoji,
|
|
12
|
+
m as meta,
|
|
13
|
+
t as pill,
|
|
14
|
+
o as row
|
|
15
15
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_root_z3fvn_11", o = "_border_z3fvn_8", n = "_content_z3fvn_34", e = "_title_z3fvn_43", _ = "_subtitle_z3fvn_55", s = {
|
|
2
2
|
root: t,
|
|
3
3
|
border: o,
|
|
4
|
-
content:
|
|
5
|
-
title:
|
|
6
|
-
subtitle:
|
|
4
|
+
content: n,
|
|
5
|
+
title: e,
|
|
6
|
+
subtitle: _
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
o as border,
|
|
10
|
-
|
|
10
|
+
n as content,
|
|
11
11
|
s as default,
|
|
12
12
|
t as root,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
_ as subtitle,
|
|
14
|
+
e as title
|
|
15
15
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const
|
|
2
|
-
root:
|
|
3
|
-
icon:
|
|
4
|
-
animateIn:
|
|
1
|
+
const l = "_root_llell_1", o = "_icon_llell_11", n = "_animateIn_llell_16", t = {
|
|
2
|
+
root: l,
|
|
3
|
+
icon: o,
|
|
4
|
+
animateIn: n
|
|
5
5
|
};
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
n as animateIn,
|
|
8
|
+
t as default,
|
|
9
|
+
o as icon,
|
|
10
|
+
l as root
|
|
11
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_accordionRoot_3pkfo_1", c = "_accordionControl_3pkfo_5", n = "_accordionItem_3pkfo_9", t = {
|
|
2
2
|
accordionRoot: o,
|
|
3
3
|
accordionControl: c,
|
|
4
4
|
accordionItem: n
|
|
@@ -11,6 +11,8 @@ type ColorPickerProps = {
|
|
|
11
11
|
withTick?: boolean;
|
|
12
12
|
fullWidth?: boolean;
|
|
13
13
|
swatchSize?: number;
|
|
14
|
+
wrapperHeight?: number;
|
|
15
|
+
customSizes?: boolean;
|
|
14
16
|
} & Omit<FlexProps, 'onChange'>;
|
|
15
17
|
interface ColorCircleProps extends Omit<ColorSwatchProps, 'color'>, Omit<React.ComponentPropsWithoutRef<'div'>, keyof Omit<ColorSwatchProps, 'color'>> {
|
|
16
18
|
value?: string | null;
|
|
@@ -21,6 +23,7 @@ interface ColorCircleProps extends Omit<ColorSwatchProps, 'color'>, Omit<React.C
|
|
|
21
23
|
withTick?: boolean;
|
|
22
24
|
borderColor?: string;
|
|
23
25
|
bgColor?: string;
|
|
26
|
+
swatchSize?: number;
|
|
24
27
|
}
|
|
25
28
|
export declare const ColorCircle: import("react").ForwardRefExoticComponent<ColorCircleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
26
29
|
export declare const ColorPicker: import("react").ForwardRefExoticComponent<Omit<ColorPickerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPicker.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/ColorPicker.tsx"],"names":[],"mappings":"AAKA,OAAO,EAIL,gBAAgB,EAEhB,SAAS,EAKV,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAClC,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ColorPicker.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/ColorPicker.tsx"],"names":[],"mappings":"AAKA,OAAO,EAIL,gBAAgB,EAEhB,SAAS,EAKV,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAClC,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;AA6GhC,UAAU,gBACR,SAAQ,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,EACrC,IAAI,CACF,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EACrC,MAAM,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,CACtC;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAClC,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,WAAW,6GAkFvB,CAAC;AASF,eAAO,MAAM,WAAW;;;;CAItB,CAAC"}
|