@ringcentral/juno 1.12.4-beta.5873-31100a7c → 1.12.5-beta.5896-ded29c04
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/components/Dialog/Dialog.js +3 -1
- package/components/Downshift/Downshift.d.ts +1 -1
- package/components/Downshift/Downshift.js +1 -2
- package/components/Downshift/SuggestionList/SuggestionList.js +4 -5
- package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +20 -7
- package/components/Downshift/SuggestionList/utils/useSuggestionList.js +88 -70
- package/components/Downshift/utils/DownshiftUtils.d.ts +2 -0
- package/components/Downshift/utils/DownshiftUtils.js +6 -0
- package/components/Downshift/utils/SelectItem.d.ts +3 -1
- package/components/Downshift/utils/index.d.ts +2 -0
- package/components/Downshift/utils/index.js +2 -0
- package/components/Downshift/utils/useDownshift.d.ts +13 -272
- package/components/Downshift/utils/useDownshift.js +132 -429
- package/components/Downshift/utils/useDownshiftGroup.js +1 -0
- package/components/Downshift/utils/useDownshiftTag.d.ts +554 -0
- package/components/Downshift/utils/useDownshiftTag.js +229 -0
- package/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
- package/components/Forms/TextField/utils/OutlineTextFieldUtils.d.ts +1 -0
- package/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
- package/components/Forms/Textarea/Textarea.d.ts +2 -2
- package/components/Icon/assets/icon-0.svg +2 -2
- package/components/Icon/assets/icon-2.svg +2 -2
- package/components/Icon/assets/icon-3.svg +2 -2
- package/components/Icon/assets/icon-4.svg +2 -2
- package/components/Icon/assets/icon-5.svg +2 -2
- package/components/Icon/assets/icon-6.svg +2 -2
- package/components/Icon/assets/icon-7.svg +2 -2
- package/components/Icon/assets/icon-8.svg +2 -2
- package/components/Icon/assets/icon-9.svg +2 -2
- package/components/Icon/assets/icon-Announcement.svg +8 -0
- package/components/Icon/assets/icon-Call-queue.svg +14 -0
- package/components/Icon/assets/icon-Limited.svg +7 -0
- package/components/Icon/assets/icon-Message.svg +6 -0
- package/components/Icon/assets/icon-Paging.svg +6 -0
- package/components/Icon/assets/icon-Shared-line.svg +8 -0
- package/components/Icon/assets/icon-avatar_rooms.svg +5 -0
- package/components/Icon/assets/icon-box.svg +1 -1
- package/components/Icon/assets/icon-box1.svg +5 -0
- package/components/Icon/assets/icon-default-file-D.svg +3 -3
- package/components/Icon/assets/icon-default-file.svg +4 -4
- package/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
- package/components/Icon/assets/icon-default-gdrive.svg +5 -5
- package/components/Icon/assets/icon-default-music-D.svg +3 -3
- package/components/Icon/assets/icon-default-music.svg +3 -3
- package/components/Icon/assets/icon-default-video-D.svg +3 -3
- package/components/Icon/assets/icon-default-video.svg +3 -3
- package/components/Icon/assets/icon-deleted_file.svg +2 -2
- package/components/Icon/assets/icon-deleted_file_D.svg +2 -2
- package/components/Icon/assets/icon-doc-D.svg +3 -3
- package/components/Icon/assets/icon-doc.svg +3 -3
- package/components/Icon/assets/icon-end--answer.svg +2 -2
- package/components/Icon/assets/icon-excel-D.svg +3 -3
- package/components/Icon/assets/icon-excel.svg +3 -3
- package/components/Icon/assets/icon-font-color.svg +2 -2
- package/components/Icon/assets/icon-gdrive-logo.svg +6 -6
- package/components/Icon/assets/icon-gif-file-D.svg +3 -3
- package/components/Icon/assets/icon-gif-file.svg +4 -4
- package/components/Icon/assets/icon-gmail.svg +5 -5
- package/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
- package/components/Icon/assets/icon-google-doc-D.svg +3 -3
- package/components/Icon/assets/icon-google-doc.svg +3 -3
- package/components/Icon/assets/icon-google-logo.svg +4 -4
- package/components/Icon/assets/icon-google-sheet-D.svg +3 -3
- package/components/Icon/assets/icon-google-sheet.svg +3 -3
- package/components/Icon/assets/icon-google-slide-D.svg +3 -3
- package/components/Icon/assets/icon-google-slide.svg +3 -3
- package/components/Icon/assets/icon-hold-answer.svg +2 -2
- package/components/Icon/assets/icon-image-broken-D.svg +3 -3
- package/components/Icon/assets/icon-image-broken.svg +4 -4
- package/components/Icon/assets/icon-image-preview-D.svg +3 -3
- package/components/Icon/assets/icon-image-preview.svg +3 -3
- package/components/Icon/assets/icon-item-list-selected.svg +1 -1
- package/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
- package/components/Icon/assets/icon-mac-keynote.svg +6 -6
- package/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
- package/components/Icon/assets/icon-mac-numbers.svg +3 -3
- package/components/Icon/assets/icon-mac-pages-D.svg +3 -3
- package/components/Icon/assets/icon-mac-pages.svg +3 -3
- package/components/Icon/assets/icon-marker_m.svg +2 -2
- package/components/Icon/assets/icon-marker_s.svg +2 -2
- package/components/Icon/assets/icon-microsoft-logo.svg +4 -4
- package/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
- package/components/Icon/assets/icon-mobile.svg +5 -0
- package/components/Icon/assets/icon-no-connection.svg +2 -2
- package/components/Icon/assets/icon-pdf-D.svg +3 -3
- package/components/Icon/assets/icon-pdf.svg +3 -3
- package/components/Icon/assets/icon-poor-connection.svg +2 -2
- package/components/Icon/assets/icon-ppt-D.svg +3 -3
- package/components/Icon/assets/icon-ppt.svg +3 -3
- package/components/Icon/assets/icon-rc_contact.svg +1 -1
- package/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
- package/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
- package/components/Icon/assets/icon-sort.svg +2 -2
- package/components/Icon/assets/icon-stop-record.svg +1 -1
- package/components/Icon/assets/icon-weak-connection.svg +2 -2
- package/components/Icon/assets/icon-zip-D.svg +3 -3
- package/components/Icon/assets/icon-zip.svg +3 -3
- package/components/Icon/icon-symbol.d.ts +1 -1
- package/components/Icon/icon-symbol.js +1 -1
- package/es6/components/Dialog/Dialog.js +3 -1
- package/es6/components/Downshift/Downshift.js +1 -2
- package/es6/components/Downshift/SuggestionList/SuggestionList.js +4 -5
- package/es6/components/Downshift/SuggestionList/utils/useSuggestionList.js +90 -72
- package/es6/components/Downshift/utils/DownshiftUtils.js +5 -0
- package/es6/components/Downshift/utils/index.js +2 -0
- package/es6/components/Downshift/utils/useDownshift.js +135 -432
- package/es6/components/Downshift/utils/useDownshiftGroup.js +1 -0
- package/es6/components/Downshift/utils/useDownshiftTag.js +227 -0
- package/es6/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
- package/es6/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
- package/es6/components/Icon/assets/icon-0.svg +2 -2
- package/es6/components/Icon/assets/icon-2.svg +2 -2
- package/es6/components/Icon/assets/icon-3.svg +2 -2
- package/es6/components/Icon/assets/icon-4.svg +2 -2
- package/es6/components/Icon/assets/icon-5.svg +2 -2
- package/es6/components/Icon/assets/icon-6.svg +2 -2
- package/es6/components/Icon/assets/icon-7.svg +2 -2
- package/es6/components/Icon/assets/icon-8.svg +2 -2
- package/es6/components/Icon/assets/icon-9.svg +2 -2
- package/es6/components/Icon/assets/icon-Announcement.svg +8 -0
- package/es6/components/Icon/assets/icon-Call-queue.svg +14 -0
- package/es6/components/Icon/assets/icon-Limited.svg +7 -0
- package/es6/components/Icon/assets/icon-Message.svg +6 -0
- package/es6/components/Icon/assets/icon-Paging.svg +6 -0
- package/es6/components/Icon/assets/icon-Shared-line.svg +8 -0
- package/es6/components/Icon/assets/icon-avatar_rooms.svg +5 -0
- package/es6/components/Icon/assets/icon-box.svg +1 -1
- package/es6/components/Icon/assets/icon-box1.svg +5 -0
- package/es6/components/Icon/assets/icon-default-file-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-file.svg +4 -4
- package/es6/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
- package/es6/components/Icon/assets/icon-default-gdrive.svg +5 -5
- package/es6/components/Icon/assets/icon-default-music-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-music.svg +3 -3
- package/es6/components/Icon/assets/icon-default-video-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-video.svg +3 -3
- package/es6/components/Icon/assets/icon-deleted_file.svg +2 -2
- package/es6/components/Icon/assets/icon-deleted_file_D.svg +2 -2
- package/es6/components/Icon/assets/icon-doc-D.svg +3 -3
- package/es6/components/Icon/assets/icon-doc.svg +3 -3
- package/es6/components/Icon/assets/icon-end--answer.svg +2 -2
- package/es6/components/Icon/assets/icon-excel-D.svg +3 -3
- package/es6/components/Icon/assets/icon-excel.svg +3 -3
- package/es6/components/Icon/assets/icon-font-color.svg +2 -2
- package/es6/components/Icon/assets/icon-gdrive-logo.svg +6 -6
- package/es6/components/Icon/assets/icon-gif-file-D.svg +3 -3
- package/es6/components/Icon/assets/icon-gif-file.svg +4 -4
- package/es6/components/Icon/assets/icon-gmail.svg +5 -5
- package/es6/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
- package/es6/components/Icon/assets/icon-google-doc-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-doc.svg +3 -3
- package/es6/components/Icon/assets/icon-google-logo.svg +4 -4
- package/es6/components/Icon/assets/icon-google-sheet-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-sheet.svg +3 -3
- package/es6/components/Icon/assets/icon-google-slide-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-slide.svg +3 -3
- package/es6/components/Icon/assets/icon-hold-answer.svg +2 -2
- package/es6/components/Icon/assets/icon-image-broken-D.svg +3 -3
- package/es6/components/Icon/assets/icon-image-broken.svg +4 -4
- package/es6/components/Icon/assets/icon-image-preview-D.svg +3 -3
- package/es6/components/Icon/assets/icon-image-preview.svg +3 -3
- package/es6/components/Icon/assets/icon-item-list-selected.svg +1 -1
- package/es6/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-keynote.svg +6 -6
- package/es6/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-numbers.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-pages-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-pages.svg +3 -3
- package/es6/components/Icon/assets/icon-marker_m.svg +2 -2
- package/es6/components/Icon/assets/icon-marker_s.svg +2 -2
- package/es6/components/Icon/assets/icon-microsoft-logo.svg +4 -4
- package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
- package/es6/components/Icon/assets/icon-mobile.svg +5 -0
- package/es6/components/Icon/assets/icon-no-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-pdf-D.svg +3 -3
- package/es6/components/Icon/assets/icon-pdf.svg +3 -3
- package/es6/components/Icon/assets/icon-poor-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-ppt-D.svg +3 -3
- package/es6/components/Icon/assets/icon-ppt.svg +3 -3
- package/es6/components/Icon/assets/icon-rc_contact.svg +1 -1
- package/es6/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
- package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
- package/es6/components/Icon/assets/icon-sort.svg +2 -2
- package/es6/components/Icon/assets/icon-stop-record.svg +1 -1
- package/es6/components/Icon/assets/icon-weak-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-zip-D.svg +3 -3
- package/es6/components/Icon/assets/icon-zip.svg +3 -3
- package/es6/components/Icon/icon-symbol.js +1 -1
- package/es6/foundation/hooks/useRefState/useRefState.js +6 -1
- package/es6/foundation/theme/ThemeProvider.js +22 -6
- package/es6/icon/0.js +2 -2
- package/es6/icon/2.js +2 -2
- package/es6/icon/3.js +2 -2
- package/es6/icon/4.js +2 -2
- package/es6/icon/5.js +2 -2
- package/es6/icon/6.js +2 -2
- package/es6/icon/7.js +2 -2
- package/es6/icon/8.js +2 -2
- package/es6/icon/9.js +2 -2
- package/es6/icon/Announcement.js +8 -0
- package/es6/icon/AvatarRooms.js +7 -0
- package/es6/icon/Box.js +1 -1
- package/es6/icon/Box1.js +7 -0
- package/es6/icon/CallQueue.js +14 -0
- package/es6/icon/DefaultFile.js +4 -4
- package/es6/icon/DefaultFileD.js +3 -3
- package/es6/icon/DefaultGdrive.js +5 -5
- package/es6/icon/DefaultGdriveD.js +4 -4
- package/es6/icon/DefaultMusic.js +3 -3
- package/es6/icon/DefaultMusicD.js +3 -3
- package/es6/icon/DefaultVideo.js +3 -3
- package/es6/icon/DefaultVideoD.js +3 -3
- package/es6/icon/DeletedFile.js +2 -2
- package/es6/icon/DeletedFileD.js +2 -2
- package/es6/icon/Doc.js +3 -3
- package/es6/icon/DocD.js +3 -3
- package/es6/icon/EndAnswer.js +2 -2
- package/es6/icon/Excel.js +3 -3
- package/es6/icon/ExcelD.js +3 -3
- package/es6/icon/FontColor.js +2 -2
- package/es6/icon/GdriveLogo.js +6 -6
- package/es6/icon/GifFile.js +4 -4
- package/es6/icon/GifFileD.js +3 -3
- package/es6/icon/Gmail.js +5 -5
- package/es6/icon/GoogleCalendar2019.js +6 -6
- package/es6/icon/GoogleDoc.js +3 -3
- package/es6/icon/GoogleDocD.js +3 -3
- package/es6/icon/GoogleLogo.js +4 -4
- package/es6/icon/GoogleSheet.js +3 -3
- package/es6/icon/GoogleSheetD.js +3 -3
- package/es6/icon/GoogleSlide.js +3 -3
- package/es6/icon/GoogleSlideD.js +3 -3
- package/es6/icon/HoldAnswer.js +2 -2
- package/es6/icon/ImageBroken.js +4 -4
- package/es6/icon/ImageBrokenD.js +3 -3
- package/es6/icon/ImagePreview.js +3 -3
- package/es6/icon/ImagePreviewD.js +3 -3
- package/es6/icon/ItemListSelected.js +1 -1
- package/es6/icon/Limited.js +8 -0
- package/es6/icon/MacKeynote.js +4 -4
- package/es6/icon/MacKeynoteD.js +3 -3
- package/es6/icon/MacNumbers.js +3 -3
- package/es6/icon/MacNumbersD.js +3 -3
- package/es6/icon/MacPages.js +3 -3
- package/es6/icon/MacPagesD.js +3 -3
- package/es6/icon/MarkerM.js +2 -2
- package/es6/icon/MarkerS.js +2 -2
- package/es6/icon/Message.js +8 -0
- package/es6/icon/MicrosoftLogo.js +4 -4
- package/es6/icon/MicrosoftOutlook2019.js +15 -15
- package/es6/icon/Mobile.js +7 -0
- package/es6/icon/NoConnection.js +2 -2
- package/es6/icon/Paging.js +8 -0
- package/es6/icon/Pdf.js +3 -3
- package/es6/icon/PdfD.js +3 -3
- package/es6/icon/PoorConnection.js +2 -2
- package/es6/icon/Ppt.js +3 -3
- package/es6/icon/PptD.js +3 -3
- package/es6/icon/RcContact.js +1 -1
- package/es6/icon/RcvMicOff.js +2 -2
- package/es6/icon/RcvVideocamOff.js +2 -2
- package/es6/icon/SharedLine.js +9 -0
- package/es6/icon/Sort.js +2 -2
- package/es6/icon/StopRecord.js +1 -1
- package/es6/icon/WeakConnection.js +2 -2
- package/es6/icon/Zip.js +3 -3
- package/es6/icon/ZipD.js +3 -3
- package/es6/icon/index.js +10 -1
- package/es6/icons/icon-0.svg +2 -2
- package/es6/icons/icon-2.svg +2 -2
- package/es6/icons/icon-3.svg +2 -2
- package/es6/icons/icon-4.svg +2 -2
- package/es6/icons/icon-5.svg +2 -2
- package/es6/icons/icon-6.svg +2 -2
- package/es6/icons/icon-7.svg +2 -2
- package/es6/icons/icon-8.svg +2 -2
- package/es6/icons/icon-9.svg +2 -2
- package/es6/icons/icon-Announcement.svg +8 -0
- package/es6/icons/icon-Call-queue.svg +14 -0
- package/es6/icons/icon-Limited.svg +7 -0
- package/es6/icons/icon-Message.svg +6 -0
- package/es6/icons/icon-Paging.svg +6 -0
- package/es6/icons/icon-Shared-line.svg +8 -0
- package/es6/icons/icon-avatar_rooms.svg +5 -0
- package/es6/icons/icon-box.svg +1 -1
- package/es6/icons/icon-box1.svg +5 -0
- package/es6/icons/icon-default-file-D.svg +3 -3
- package/es6/icons/icon-default-file.svg +4 -4
- package/es6/icons/icon-default-gdrive-D.svg +4 -4
- package/es6/icons/icon-default-gdrive.svg +5 -5
- package/es6/icons/icon-default-music-D.svg +3 -3
- package/es6/icons/icon-default-music.svg +3 -3
- package/es6/icons/icon-default-video-D.svg +3 -3
- package/es6/icons/icon-default-video.svg +3 -3
- package/es6/icons/icon-deleted_file.svg +2 -2
- package/es6/icons/icon-deleted_file_D.svg +2 -2
- package/es6/icons/icon-doc-D.svg +3 -3
- package/es6/icons/icon-doc.svg +3 -3
- package/es6/icons/icon-end--answer.svg +2 -2
- package/es6/icons/icon-excel-D.svg +3 -3
- package/es6/icons/icon-excel.svg +3 -3
- package/es6/icons/icon-font-color.svg +2 -2
- package/es6/icons/icon-gdrive-logo.svg +6 -6
- package/es6/icons/icon-gif-file-D.svg +3 -3
- package/es6/icons/icon-gif-file.svg +4 -4
- package/es6/icons/icon-gmail.svg +5 -5
- package/es6/icons/icon-google-calendar-2019.svg +6 -6
- package/es6/icons/icon-google-doc-D.svg +3 -3
- package/es6/icons/icon-google-doc.svg +3 -3
- package/es6/icons/icon-google-logo.svg +4 -4
- package/es6/icons/icon-google-sheet-D.svg +3 -3
- package/es6/icons/icon-google-sheet.svg +3 -3
- package/es6/icons/icon-google-slide-D.svg +3 -3
- package/es6/icons/icon-google-slide.svg +3 -3
- package/es6/icons/icon-hold-answer.svg +2 -2
- package/es6/icons/icon-image-broken-D.svg +3 -3
- package/es6/icons/icon-image-broken.svg +4 -4
- package/es6/icons/icon-image-preview-D.svg +3 -3
- package/es6/icons/icon-image-preview.svg +3 -3
- package/es6/icons/icon-item-list-selected.svg +1 -1
- package/es6/icons/icon-mac-keynote-D.svg +3 -3
- package/es6/icons/icon-mac-keynote.svg +6 -6
- package/es6/icons/icon-mac-numbers-D.svg +3 -3
- package/es6/icons/icon-mac-numbers.svg +3 -3
- package/es6/icons/icon-mac-pages-D.svg +3 -3
- package/es6/icons/icon-mac-pages.svg +3 -3
- package/es6/icons/icon-marker_m.svg +2 -2
- package/es6/icons/icon-marker_s.svg +2 -2
- package/es6/icons/icon-microsoft-logo.svg +4 -4
- package/es6/icons/icon-microsoft-outlook-2019.svg +15 -15
- package/es6/icons/icon-mobile.svg +5 -0
- package/es6/icons/icon-no-connection.svg +2 -2
- package/es6/icons/icon-pdf-D.svg +3 -3
- package/es6/icons/icon-pdf.svg +3 -3
- package/es6/icons/icon-poor-connection.svg +2 -2
- package/es6/icons/icon-ppt-D.svg +3 -3
- package/es6/icons/icon-ppt.svg +3 -3
- package/es6/icons/icon-rc_contact.svg +1 -1
- package/es6/icons/icon-rcv_mic-off.svg +2 -2
- package/es6/icons/icon-rcv_videocam-off.svg +2 -2
- package/es6/icons/icon-sort.svg +2 -2
- package/es6/icons/icon-stop-record.svg +1 -1
- package/es6/icons/icon-weak-connection.svg +2 -2
- package/es6/icons/icon-zip-D.svg +3 -3
- package/es6/icons/icon-zip.svg +3 -3
- package/foundation/hooks/useRefState/useRefState.js +6 -1
- package/foundation/theme/ThemeProvider.d.ts +11 -11
- package/foundation/theme/ThemeProvider.js +22 -6
- package/icon/0.js +2 -2
- package/icon/2.js +2 -2
- package/icon/3.js +2 -2
- package/icon/4.js +2 -2
- package/icon/5.js +2 -2
- package/icon/6.js +2 -2
- package/icon/7.js +2 -2
- package/icon/8.js +2 -2
- package/icon/9.js +2 -2
- package/icon/Announcement.d.ts +3 -0
- package/icon/Announcement.js +10 -0
- package/icon/AvatarRooms.d.ts +3 -0
- package/icon/AvatarRooms.js +9 -0
- package/icon/Box.js +1 -1
- package/icon/Box1.d.ts +3 -0
- package/icon/Box1.js +9 -0
- package/icon/CallQueue.d.ts +3 -0
- package/icon/CallQueue.js +16 -0
- package/icon/DefaultFile.js +4 -4
- package/icon/DefaultFileD.js +3 -3
- package/icon/DefaultGdrive.js +5 -5
- package/icon/DefaultGdriveD.js +4 -4
- package/icon/DefaultMusic.js +3 -3
- package/icon/DefaultMusicD.js +3 -3
- package/icon/DefaultVideo.js +3 -3
- package/icon/DefaultVideoD.js +3 -3
- package/icon/DeletedFile.js +2 -2
- package/icon/DeletedFileD.js +2 -2
- package/icon/Doc.js +3 -3
- package/icon/DocD.js +3 -3
- package/icon/EndAnswer.js +2 -2
- package/icon/Excel.js +3 -3
- package/icon/ExcelD.js +3 -3
- package/icon/FontColor.js +2 -2
- package/icon/GdriveLogo.js +6 -6
- package/icon/GifFile.js +4 -4
- package/icon/GifFileD.js +3 -3
- package/icon/Gmail.js +5 -5
- package/icon/GoogleCalendar2019.js +6 -6
- package/icon/GoogleDoc.js +3 -3
- package/icon/GoogleDocD.js +3 -3
- package/icon/GoogleLogo.js +4 -4
- package/icon/GoogleSheet.js +3 -3
- package/icon/GoogleSheetD.js +3 -3
- package/icon/GoogleSlide.js +3 -3
- package/icon/GoogleSlideD.js +3 -3
- package/icon/HoldAnswer.js +2 -2
- package/icon/ImageBroken.js +4 -4
- package/icon/ImageBrokenD.js +3 -3
- package/icon/ImagePreview.js +3 -3
- package/icon/ImagePreviewD.js +3 -3
- package/icon/ItemListSelected.js +1 -1
- package/icon/Limited.d.ts +3 -0
- package/icon/Limited.js +10 -0
- package/icon/MacKeynote.js +4 -4
- package/icon/MacKeynoteD.js +3 -3
- package/icon/MacNumbers.js +3 -3
- package/icon/MacNumbersD.js +3 -3
- package/icon/MacPages.js +3 -3
- package/icon/MacPagesD.js +3 -3
- package/icon/MarkerM.js +2 -2
- package/icon/MarkerS.js +2 -2
- package/icon/Message.d.ts +3 -0
- package/icon/Message.js +10 -0
- package/icon/MicrosoftLogo.js +4 -4
- package/icon/MicrosoftOutlook2019.js +15 -15
- package/icon/Mobile.d.ts +3 -0
- package/icon/Mobile.js +9 -0
- package/icon/NoConnection.js +2 -2
- package/icon/Paging.d.ts +3 -0
- package/icon/Paging.js +10 -0
- package/icon/Pdf.js +3 -3
- package/icon/PdfD.js +3 -3
- package/icon/PoorConnection.js +2 -2
- package/icon/Ppt.js +3 -3
- package/icon/PptD.js +3 -3
- package/icon/RcContact.js +1 -1
- package/icon/RcvMicOff.js +2 -2
- package/icon/RcvVideocamOff.js +2 -2
- package/icon/SharedLine.d.ts +3 -0
- package/icon/SharedLine.js +11 -0
- package/icon/Sort.js +2 -2
- package/icon/StopRecord.js +1 -1
- package/icon/WeakConnection.js +2 -2
- package/icon/Zip.js +3 -3
- package/icon/ZipD.js +3 -3
- package/icon/index.d.ts +10 -1
- package/icon/index.js +20 -2
- package/icons/icon-0.svg +2 -2
- package/icons/icon-2.svg +2 -2
- package/icons/icon-3.svg +2 -2
- package/icons/icon-4.svg +2 -2
- package/icons/icon-5.svg +2 -2
- package/icons/icon-6.svg +2 -2
- package/icons/icon-7.svg +2 -2
- package/icons/icon-8.svg +2 -2
- package/icons/icon-9.svg +2 -2
- package/icons/icon-Announcement.svg +8 -0
- package/icons/icon-Call-queue.svg +14 -0
- package/icons/icon-Limited.svg +7 -0
- package/icons/icon-Message.svg +6 -0
- package/icons/icon-Paging.svg +6 -0
- package/icons/icon-Shared-line.svg +8 -0
- package/icons/icon-avatar_rooms.svg +5 -0
- package/icons/icon-box.svg +1 -1
- package/icons/icon-box1.svg +5 -0
- package/icons/icon-default-file-D.svg +3 -3
- package/icons/icon-default-file.svg +4 -4
- package/icons/icon-default-gdrive-D.svg +4 -4
- package/icons/icon-default-gdrive.svg +5 -5
- package/icons/icon-default-music-D.svg +3 -3
- package/icons/icon-default-music.svg +3 -3
- package/icons/icon-default-video-D.svg +3 -3
- package/icons/icon-default-video.svg +3 -3
- package/icons/icon-deleted_file.svg +2 -2
- package/icons/icon-deleted_file_D.svg +2 -2
- package/icons/icon-doc-D.svg +3 -3
- package/icons/icon-doc.svg +3 -3
- package/icons/icon-end--answer.svg +2 -2
- package/icons/icon-excel-D.svg +3 -3
- package/icons/icon-excel.svg +3 -3
- package/icons/icon-font-color.svg +2 -2
- package/icons/icon-gdrive-logo.svg +6 -6
- package/icons/icon-gif-file-D.svg +3 -3
- package/icons/icon-gif-file.svg +4 -4
- package/icons/icon-gmail.svg +5 -5
- package/icons/icon-google-calendar-2019.svg +6 -6
- package/icons/icon-google-doc-D.svg +3 -3
- package/icons/icon-google-doc.svg +3 -3
- package/icons/icon-google-logo.svg +4 -4
- package/icons/icon-google-sheet-D.svg +3 -3
- package/icons/icon-google-sheet.svg +3 -3
- package/icons/icon-google-slide-D.svg +3 -3
- package/icons/icon-google-slide.svg +3 -3
- package/icons/icon-hold-answer.svg +2 -2
- package/icons/icon-image-broken-D.svg +3 -3
- package/icons/icon-image-broken.svg +4 -4
- package/icons/icon-image-preview-D.svg +3 -3
- package/icons/icon-image-preview.svg +3 -3
- package/icons/icon-item-list-selected.svg +1 -1
- package/icons/icon-mac-keynote-D.svg +3 -3
- package/icons/icon-mac-keynote.svg +6 -6
- package/icons/icon-mac-numbers-D.svg +3 -3
- package/icons/icon-mac-numbers.svg +3 -3
- package/icons/icon-mac-pages-D.svg +3 -3
- package/icons/icon-mac-pages.svg +3 -3
- package/icons/icon-marker_m.svg +2 -2
- package/icons/icon-marker_s.svg +2 -2
- package/icons/icon-microsoft-logo.svg +4 -4
- package/icons/icon-microsoft-outlook-2019.svg +15 -15
- package/icons/icon-mobile.svg +5 -0
- package/icons/icon-no-connection.svg +2 -2
- package/icons/icon-pdf-D.svg +3 -3
- package/icons/icon-pdf.svg +3 -3
- package/icons/icon-poor-connection.svg +2 -2
- package/icons/icon-ppt-D.svg +3 -3
- package/icons/icon-ppt.svg +3 -3
- package/icons/icon-rc_contact.svg +1 -1
- package/icons/icon-rcv_mic-off.svg +2 -2
- package/icons/icon-rcv_videocam-off.svg +2 -2
- package/icons/icon-sort.svg +2 -2
- package/icons/icon-stop-record.svg +1 -1
- package/icons/icon-weak-connection.svg +2 -2
- package/icons/icon-zip-D.svg +3 -3
- package/icons/icon-zip.svg +3 -3
- package/package.json +1 -1
|
@@ -54,6 +54,7 @@ export var useDownshiftGroup = function (_a) {
|
|
|
54
54
|
key: index,
|
|
55
55
|
index: index,
|
|
56
56
|
group: group,
|
|
57
|
+
order: acc.length,
|
|
57
58
|
options: [__assign(__assign({}, option), { indexInOwnGroup: 0 })],
|
|
58
59
|
expanded: false,
|
|
59
60
|
getExpandIconProps: function (additionExpandIconProps) {
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { __assign, __read, __rest, __spread } from "tslib";
|
|
2
|
+
import { useMemo, useRef, useState } from 'react';
|
|
3
|
+
import isString from 'lodash/isString';
|
|
4
|
+
import uniqueId from 'lodash/uniqueId';
|
|
5
|
+
import { useControlled } from '@material-ui/core/utils';
|
|
6
|
+
import { combineProps, useEventCallback, useKeyboardMoveFocus, useRefState, } from '../../../foundation';
|
|
7
|
+
import { DEFAULT_GET_OPTION_LABEL, downshiftComponentName, stringArrToRegExp, } from './DownshiftUtils';
|
|
8
|
+
var DOWNSHIFT_ID_TOKEN = 'rc-chip-';
|
|
9
|
+
/** @inner inner hook work with useDownshift */
|
|
10
|
+
export var useDownshiftTag = function (_a) {
|
|
11
|
+
var downshiftId = _a.id, _b = _a.value, selectedItemsProp = _b === void 0 ? [] : _b, onSelectChange = _a.onChange, variant = _a.variant, _c = _a.getOptionLabel, getOptionLabel = _c === void 0 ? DEFAULT_GET_OPTION_LABEL : _c, onInputChangeProp = _a.onInputChange, wrapperRef = _a.wrapperRef, inputRef = _a.inputRef, freeSolo = _a.freeSolo, maxFreeSolo = _a.maxFreeSolo, keyToTags = _a.keyToTags, onMaxFreeSolo = _a.onMaxFreeSolo, multiple = _a.multiple, labelProp = _a.label, required = _a.required, disabled = _a.disabled, getStopCreateFreeSolo = _a.getStopCreateFreeSolo, onReset = _a.onReset;
|
|
12
|
+
var isAutocomplete = variant === 'autocomplete';
|
|
13
|
+
var isSelectedFromAutocompleteRef = useRef(false);
|
|
14
|
+
var _d = __read(useControlled({
|
|
15
|
+
controlled: selectedItemsProp,
|
|
16
|
+
default: [],
|
|
17
|
+
name: downshiftComponentName,
|
|
18
|
+
}), 2), tags = _d[0], _setTags = _d[1];
|
|
19
|
+
var _e = __read(useState(false), 2), focused = _e[0], setFocused = _e[1];
|
|
20
|
+
var _f = __read(useRefState(0), 2), focusedIndexRef = _f[0], setFocusedIndex = _f[1];
|
|
21
|
+
var freeSoloCount = useMemo(function () { return tags.filter(function (x) { return x.freeSolo; }).length; }, [tags]);
|
|
22
|
+
var setTags = function (_selectedItems) {
|
|
23
|
+
_setTags(_selectedItems);
|
|
24
|
+
onSelectChange === null || onSelectChange === void 0 ? void 0 : onSelectChange(_selectedItems);
|
|
25
|
+
if (isAutocomplete && _selectedItems.length === 1) {
|
|
26
|
+
var result = getOptionLabel(_selectedItems[0]);
|
|
27
|
+
onInputChangeProp === null || onInputChangeProp === void 0 ? void 0 : onInputChangeProp(result);
|
|
28
|
+
isSelectedFromAutocompleteRef.current = true;
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
var _focusTag = function (tagToFocus) {
|
|
32
|
+
var _a;
|
|
33
|
+
var textFieldElm = wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current;
|
|
34
|
+
var inputElm = inputRef.current;
|
|
35
|
+
if (tagToFocus === -1) {
|
|
36
|
+
inputElm === null || inputElm === void 0 ? void 0 : inputElm.focus();
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
(_a = textFieldElm === null || textFieldElm === void 0 ? void 0 : textFieldElm.querySelector("[data-tag-index=\"" + tagToFocus + "\"]")) === null || _a === void 0 ? void 0 : _a.focus();
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
var focusTag = useEventCallback(function (tagToFocus, focus) {
|
|
43
|
+
if (focus === void 0) { focus = true; }
|
|
44
|
+
if (focusedIndexRef.current === tagToFocus)
|
|
45
|
+
return;
|
|
46
|
+
setFocusedIndex(tagToFocus);
|
|
47
|
+
if (focus)
|
|
48
|
+
_focusTag(tagToFocus);
|
|
49
|
+
});
|
|
50
|
+
/** when return `true` mean add item success */
|
|
51
|
+
var checkAndAddFreeSolo = function (_a, e) {
|
|
52
|
+
var _b = _a === void 0 ? {} : _a, selectedItem = _b.selectedItem, value = _b.value;
|
|
53
|
+
var _c;
|
|
54
|
+
var isAddItem = false;
|
|
55
|
+
var currentValue = value !== null && value !== void 0 ? value : (_c = inputRef.current) === null || _c === void 0 ? void 0 : _c.value;
|
|
56
|
+
if (!(getStopCreateFreeSolo === null || getStopCreateFreeSolo === void 0 ? void 0 : getStopCreateFreeSolo()) &&
|
|
57
|
+
!selectedItem &&
|
|
58
|
+
freeSolo &&
|
|
59
|
+
currentValue &&
|
|
60
|
+
currentValue.length > 0) {
|
|
61
|
+
if (freeSoloCount < maxFreeSolo) {
|
|
62
|
+
var items = currentValue
|
|
63
|
+
.trim()
|
|
64
|
+
.split(stringArrToRegExp(keyToTags))
|
|
65
|
+
.filter(function (x) { return x.trim() !== ''; });
|
|
66
|
+
var toLength = freeSoloCount + items.length;
|
|
67
|
+
if (toLength > maxFreeSolo) {
|
|
68
|
+
items.splice(-(toLength - maxFreeSolo));
|
|
69
|
+
onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
|
|
70
|
+
}
|
|
71
|
+
if (items.length > 0) {
|
|
72
|
+
setTags(__spread(tags, items.map(function (label) {
|
|
73
|
+
return ({
|
|
74
|
+
id: uniqueId(DOWNSHIFT_ID_TOKEN),
|
|
75
|
+
isSuggestion: false,
|
|
76
|
+
freeSolo: true,
|
|
77
|
+
label: label,
|
|
78
|
+
});
|
|
79
|
+
})));
|
|
80
|
+
isAddItem = true;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
|
|
85
|
+
}
|
|
86
|
+
onReset === null || onReset === void 0 ? void 0 : onReset(e);
|
|
87
|
+
}
|
|
88
|
+
return isAddItem;
|
|
89
|
+
};
|
|
90
|
+
var removeTag = function (selectedItem) {
|
|
91
|
+
var selectedItemIndex = tags.indexOf(selectedItem);
|
|
92
|
+
if (selectedItemIndex > -1) {
|
|
93
|
+
setTags(__spread(tags.slice(0, selectedItemIndex), tags.slice(selectedItemIndex + 1)));
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
var addTag = function (selectedItem) {
|
|
97
|
+
// * change to uniqueId
|
|
98
|
+
if (selectedItem.freeSolo) {
|
|
99
|
+
if (freeSoloCount < maxFreeSolo) {
|
|
100
|
+
selectedItem.id = uniqueId(DOWNSHIFT_ID_TOKEN);
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
onMaxFreeSolo === null || onMaxFreeSolo === void 0 ? void 0 : onMaxFreeSolo(maxFreeSolo);
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
if (multiple) {
|
|
108
|
+
setTags(__spread(tags, [selectedItem]));
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
setTags([selectedItem]);
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
var handleTagKey = useKeyboardMoveFocus({
|
|
115
|
+
options: tags,
|
|
116
|
+
focusedIndexRef: focusedIndexRef,
|
|
117
|
+
infinite: 'order',
|
|
118
|
+
onFocusedIndexChange: function (event, toIndex) {
|
|
119
|
+
focusTag(toIndex);
|
|
120
|
+
event === null || event === void 0 ? void 0 : event.preventDefault();
|
|
121
|
+
},
|
|
122
|
+
}).onKeyFocusedIndexHandle;
|
|
123
|
+
/**
|
|
124
|
+
* All Get props methods
|
|
125
|
+
*/
|
|
126
|
+
var getTagListBoxProps = function (props) {
|
|
127
|
+
return __assign({ 'aria-label': isString(labelProp) ? labelProp : undefined, 'aria-required': required || false, 'aria-disabled': disabled || false }, props);
|
|
128
|
+
};
|
|
129
|
+
var getTagProps = function (_a) {
|
|
130
|
+
var index = _a.index, selectedItem = _a.selectedItem, restTagProps = __rest(_a, ["index", "selectedItem"]);
|
|
131
|
+
var tabIndex =
|
|
132
|
+
// * when tag is not focus
|
|
133
|
+
!focused &&
|
|
134
|
+
// * and is first item
|
|
135
|
+
index === 0
|
|
136
|
+
? 0
|
|
137
|
+
: -1;
|
|
138
|
+
return combineProps({
|
|
139
|
+
tabIndex: tabIndex,
|
|
140
|
+
// TODO: wait for input can complete that.
|
|
141
|
+
// role: 'option',
|
|
142
|
+
role: 'button',
|
|
143
|
+
key: downshiftId + "-selected-item-" + index,
|
|
144
|
+
'data-tag-index': index,
|
|
145
|
+
'data-item-last': index === tags.length - 1,
|
|
146
|
+
onClick: function (e) {
|
|
147
|
+
e.stopPropagation();
|
|
148
|
+
},
|
|
149
|
+
onBlur: function () { return setFocused(false); },
|
|
150
|
+
onFocus: function () {
|
|
151
|
+
focusTag(index);
|
|
152
|
+
setFocused(true);
|
|
153
|
+
},
|
|
154
|
+
onKeyDown: function (e) {
|
|
155
|
+
var focusedIndex = focusedIndexRef.current;
|
|
156
|
+
switch (e.key) {
|
|
157
|
+
case 'Backspace':
|
|
158
|
+
{
|
|
159
|
+
var lengthBeforeDelete = tags.length;
|
|
160
|
+
focusTag(
|
|
161
|
+
// * when length is 1 mean that will be remove all
|
|
162
|
+
lengthBeforeDelete === 1
|
|
163
|
+
? -1
|
|
164
|
+
: focusedIndex === 0
|
|
165
|
+
? 0
|
|
166
|
+
: focusedIndex - 1);
|
|
167
|
+
removeTag(selectedItem);
|
|
168
|
+
}
|
|
169
|
+
break;
|
|
170
|
+
case 'Delete':
|
|
171
|
+
{
|
|
172
|
+
var lengthBeforeDelete = tags.length;
|
|
173
|
+
focusTag(
|
|
174
|
+
// * when length is 1 mean that will be remove all
|
|
175
|
+
lengthBeforeDelete === 1
|
|
176
|
+
? -1
|
|
177
|
+
: focusedIndex === tags.length - 1
|
|
178
|
+
? focusedIndex - 1
|
|
179
|
+
: focusedIndex);
|
|
180
|
+
removeTag(selectedItem);
|
|
181
|
+
}
|
|
182
|
+
break;
|
|
183
|
+
default:
|
|
184
|
+
handleTagKey(e);
|
|
185
|
+
break;
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
onDelete: function (e) {
|
|
189
|
+
// * left button clicked
|
|
190
|
+
if (e.button === 0) {
|
|
191
|
+
removeTag(selectedItem);
|
|
192
|
+
setFocused(false);
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
}, restTagProps);
|
|
196
|
+
};
|
|
197
|
+
return {
|
|
198
|
+
focused: focused,
|
|
199
|
+
setFocused: setFocused,
|
|
200
|
+
tags: tags,
|
|
201
|
+
isSelectedFromAutocompleteRef: isSelectedFromAutocompleteRef,
|
|
202
|
+
focusedIndex: focusedIndexRef.current,
|
|
203
|
+
checkAndAddFreeSolo: checkAndAddFreeSolo,
|
|
204
|
+
getTagListBoxProps: getTagListBoxProps,
|
|
205
|
+
getTagProps: getTagProps,
|
|
206
|
+
focusTag: focusTag,
|
|
207
|
+
addTag: addTag,
|
|
208
|
+
clearTags: function () {
|
|
209
|
+
setTags([]);
|
|
210
|
+
},
|
|
211
|
+
blur: function () {
|
|
212
|
+
if (focusedIndexRef.current !== -1) {
|
|
213
|
+
focusTag(-1, false);
|
|
214
|
+
}
|
|
215
|
+
setFocused(false);
|
|
216
|
+
},
|
|
217
|
+
// reset: () => {
|
|
218
|
+
// setActiveIndex(-1);
|
|
219
|
+
// },
|
|
220
|
+
focusLast: function () {
|
|
221
|
+
var currTagsLength = tags.length;
|
|
222
|
+
if (currTagsLength > 0) {
|
|
223
|
+
focusTag(currTagsLength - 1);
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
};
|
|
227
|
+
};
|
|
@@ -4,13 +4,13 @@ import { belowIconButtonSpacing, RcOutlineTextFieldFontStyles, RcOutlineTextFiel
|
|
|
4
4
|
export var OutlineTextFieldStyle = function (_a) {
|
|
5
5
|
var radius = _a.radius, size = _a.size, colorProp = _a.color;
|
|
6
6
|
var height = px(RcOutlineTextFieldHeights[size]);
|
|
7
|
-
var _b = RcOutlineTextFieldSpaces[size], inside = _b.inside, outside = _b.outside, insideLeft = _b.insideLeft;
|
|
7
|
+
var _b = RcOutlineTextFieldSpaces[size], inside = _b.inside, outside = _b.outside, insideLeft = _b.insideLeft, y = _b.y;
|
|
8
8
|
var labelMargin = RcOutlineTextFieldLabelMargins[size];
|
|
9
9
|
var typographyToken = RcOutlineTextFieldFontStyles[size];
|
|
10
10
|
var currRadius = radiusFn(radius);
|
|
11
11
|
var borderColor = getParsePaletteColor(colorProp, palette2('neutral', 'l03'));
|
|
12
12
|
var focusBorderColor = getParsePaletteColor(colorProp, palette2('interactive', 'f01'));
|
|
13
13
|
// `-webkit-tap-highlight-color` for cover background color, prevent color be cover by browser
|
|
14
|
-
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n
|
|
14
|
+
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "], ["\n .", " {\n ", ";\n }\n\n ", ";\n\n * + .", " {\n margin-left: ", ";\n }\n\n &.", " {\n label + .", " {\n margin-top: ", ";\n }\n }\n\n .", " {\n -webkit-tap-highlight-color: transparent;\n min-height: ", ";\n background: ", ";\n padding: ", ";\n border-radius: ", ";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ", ";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ", ";\n }\n\n &:not(.", "):not(.", "):hover {\n background: ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n &:before {\n ", ";\n }\n }\n\n .", " {\n background: ", ";\n &:before {\n ", ";\n }\n }\n "])), RcOutlineTextFieldInputClasses.input, typography(typographyToken), belowIconButtonSpacing(spacing(inside)), RcOutlineTextFieldInputClasses.input, spacing(insideLeft || inside), RcTextFieldClasses.root, RcOutlineTextFieldInputClasses.root, spacing(labelMargin), RcOutlineTextFieldInputClasses.root, height, palette2('neutral', 'b01'), spacing(y, outside), currRadius, currRadius, fakeBorder({ color: borderColor }), RcOutlineTextFieldInputClasses.focused, RcOutlineTextFieldInputClasses.disabled, palette2('neutral', 'b02'), RcOutlineTextFieldInputClasses.focused, fakeBorder({ color: focusBorderColor }), RcOutlineTextFieldInputClasses.error, fakeBorder({ color: palette2('danger', 'f02') }), RcOutlineTextFieldInputClasses.disabled, palette2('neutral', 'b03'), fakeBorder({ color: palette2('disabled', 'f02') }));
|
|
15
15
|
};
|
|
16
16
|
var templateObject_1;
|
|
@@ -4,16 +4,19 @@ export var RcOutlineTextFieldSpaces = {
|
|
|
4
4
|
small: {
|
|
5
5
|
outside: 3,
|
|
6
6
|
inside: 2,
|
|
7
|
+
y: 1,
|
|
7
8
|
},
|
|
8
9
|
medium: {
|
|
9
10
|
outside: 4,
|
|
10
11
|
inside: 3,
|
|
11
12
|
insideLeft: 4,
|
|
13
|
+
y: 2,
|
|
12
14
|
},
|
|
13
15
|
large: {
|
|
14
16
|
outside: 4,
|
|
15
17
|
inside: 3,
|
|
16
18
|
insideLeft: 4,
|
|
19
|
+
y: 3,
|
|
17
20
|
},
|
|
18
21
|
};
|
|
19
22
|
export var RcOutlineTextFieldLabelMargins = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>0</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16 7c0.489 0 0.948 0.090 1.376 0.271s0.8 0.456 1.114 0.827c0.314 0.371 0.562 0.839 0.744 1.405s0.273 1.234 0.273 2.004c0 0.771-0.091 1.438-0.273 2.001s-0.43 1.030-0.744 1.399c-0.314 0.369-0.685 0.643-1.114 0.824s-0.887 0.27-1.376 0.27c-0.494 0-0.952-0.090-1.376-0.271s-0.793-0.455-1.107-0.824c-0.314-0.369-0.561-0.835-0.74-1.399s-0.269-1.231-0.269-2.001c0-0.771 0.090-1.439 0.269-2.004s0.426-1.034 0.74-1.405c0.314-0.371 0.683-0.646 1.107-0.827s0.883-0.271 1.376-0.271zM16 7.928c-0.296 0-0.581 0.060-0.855 0.181s-0.514 0.321-0.72 0.599c-0.206 0.279-0.371 0.646-0.495 1.103s-0.185 1.021-0.185 1.694c0 0.672 0.062 1.236 0.185 1.691s0.288 0.822 0.495 1.1c0.206 0.279 0.446 0.478 0.72 0.599s0.559 0.181 0.855 0.181c0.296 0 0.581-0.060 0.855-0.181s0.515-0.321 0.724-0.599c0.209-0.279 0.375-0.646 0.498-1.1s0.185-1.018 0.185-1.691c0-0.672-0.062-1.237-0.185-1.694s-0.289-0.825-0.498-1.103c-0.209-0.279-0.45-0.478-0.724-0.599s-0.559-0.181-0.855-0.181z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M16.198 20.583v1.471h1.402v0.465h-1.402v1.481h-0.503v-1.481h-1.395v-0.465h1.395v-1.471z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>2</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.119 7c0.381 0 0.736 0.056 1.067 0.168s0.616 0.274 0.857 0.488c0.241 0.213 0.43 0.473 0.568 0.779s0.207 0.654 0.207 1.043c0 0.331-0.050 0.638-0.151 0.919s-0.236 0.552-0.408 0.811c-0.172 0.259-0.369 0.509-0.593 0.752-0.149 0.162-0.305 0.325-0.466 0.491l-2.613 2.648c0.167-0.046 0.337-0.082 0.508-0.109s0.337-0.040 0.496-0.040h3.013c0.121 0 0.218 0.035 0.289 0.106s0.107 0.162 0.107 0.273v0.671h-6v-0.379c0-0.079 0.016-0.159 0.047-0.242s0.083-0.159 0.154-0.23l2.881-2.863c0.238-0.24 0.456-0.471 0.653-0.693s0.365-0.444 0.505-0.668c0.14-0.224 0.248-0.45 0.323-0.68s0.113-0.475 0.113-0.736c0-0.261-0.042-0.49-0.126-0.686s-0.199-0.359-0.345-0.488c-0.146-0.128-0.318-0.225-0.515-0.289s-0.408-0.096-0.634-0.096c-0.226 0-0.435 0.033-0.628 0.099s-0.363 0.158-0.511 0.276c-0.149 0.118-0.274 0.258-0.377 0.419s-0.175 0.34-0.217 0.534c-0.033 0.12-0.084 0.207-0.151 0.261s-0.155 0.081-0.264 0.081l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.584-0.099c0.059-0.406 0.172-0.765 0.339-1.078s0.38-0.575 0.637-0.786c0.257-0.211 0.552-0.372 0.885-0.481s0.691-0.165 1.076-0.165z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.357 24h-0.375c-0.043 0-0.078-0.011-0.105-0.032s-0.047-0.049-0.060-0.082l-0.335-0.865h-1.607l-0.335 0.865c-0.012 0.030-0.032 0.057-0.060 0.080s-0.063 0.035-0.105 0.035h-0.375l1.433-3.582h0.492l1.433 3.582zM12.010 22.67h1.338l-0.563-1.457c-0.037-0.090-0.072-0.203-0.107-0.337l-0.054 0.189-0.051 0.151-0.563 1.455zM14.81 24v-3.582h1.143c0.22 0 0.41 0.022 0.569 0.065s0.29 0.105 0.392 0.185c0.102 0.080 0.178 0.178 0.227 0.294s0.074 0.246 0.074 0.391c0 0.088-0.014 0.173-0.041 0.255s-0.069 0.157-0.125 0.227c-0.056 0.070-0.126 0.133-0.21 0.188s-0.183 0.1-0.296 0.135c0.262 0.052 0.459 0.146 0.593 0.282s0.2 0.317 0.2 0.54c0 0.152-0.028 0.29-0.084 0.415s-0.137 0.233-0.245 0.323c-0.108 0.090-0.239 0.16-0.395 0.209s-0.334 0.074-0.534 0.074h-1.268zM15.295 22.367v1.247h0.775c0.138 0 0.257-0.016 0.356-0.047s0.181-0.076 0.245-0.134c0.064-0.058 0.111-0.126 0.141-0.205s0.045-0.166 0.045-0.261c0-0.185-0.065-0.331-0.196-0.439s-0.329-0.161-0.594-0.161h-0.773zM15.295 22.023h0.64c0.137 0 0.255-0.015 0.355-0.045s0.183-0.072 0.249-0.125c0.066-0.053 0.115-0.118 0.146-0.194s0.047-0.159 0.047-0.249c0-0.21-0.063-0.364-0.19-0.462s-0.323-0.148-0.59-0.148h-0.658v1.223zM20.57 23.26c0.027 0 0.051 0.011 0.073 0.032l0.19 0.207c-0.147 0.17-0.325 0.302-0.534 0.398s-0.461 0.142-0.756 0.142c-0.258 0-0.492-0.045-0.703-0.134s-0.389-0.214-0.538-0.375c-0.148-0.161-0.263-0.354-0.345-0.579s-0.122-0.473-0.122-0.742c0-0.27 0.044-0.517 0.131-0.742s0.21-0.418 0.369-0.58c0.158-0.162 0.348-0.287 0.569-0.376s0.465-0.134 0.731-0.134c0.263 0 0.49 0.041 0.681 0.122s0.36 0.192 0.509 0.332l-0.157 0.223c-0.012 0.017-0.025 0.030-0.040 0.041s-0.037 0.016-0.065 0.016c-0.022 0-0.045-0.008-0.069-0.024l-0.086-0.059c-0.033-0.023-0.073-0.048-0.117-0.075s-0.098-0.052-0.16-0.075c-0.062-0.023-0.133-0.043-0.215-0.059s-0.176-0.024-0.282-0.024c-0.192 0-0.367 0.033-0.526 0.099s-0.296 0.16-0.411 0.281c-0.115 0.122-0.205 0.27-0.269 0.445s-0.096 0.371-0.096 0.587c0 0.223 0.032 0.422 0.096 0.598s0.152 0.323 0.262 0.444c0.111 0.121 0.242 0.213 0.394 0.276s0.315 0.095 0.49 0.095c0.107 0 0.203-0.006 0.288-0.019s0.164-0.032 0.236-0.059c0.073-0.027 0.14-0.060 0.203-0.101l0.094-0.067 0.095-0.079c0.028-0.025 0.056-0.038 0.082-0.038z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>3</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.193 7c0.378 0 0.728 0.053 1.048 0.16s0.596 0.258 0.826 0.455c0.231 0.197 0.411 0.434 0.54 0.713s0.193 0.588 0.193 0.928c0 0.278-0.036 0.527-0.109 0.746s-0.177 0.412-0.312 0.577c-0.135 0.166-0.298 0.306-0.49 0.421s-0.405 0.207-0.642 0.276c0.582 0.152 1.020 0.405 1.313 0.762s0.44 0.803 0.44 1.339c0 0.405-0.078 0.77-0.234 1.094s-0.369 0.599-0.639 0.826c-0.27 0.227-0.585 0.401-0.945 0.522s-0.745 0.181-1.157 0.181c-0.474 0-0.879-0.058-1.216-0.175s-0.622-0.277-0.854-0.482c-0.233-0.205-0.424-0.447-0.574-0.728s-0.277-0.585-0.38-0.912l0.474-0.197c0.087-0.037 0.175-0.055 0.262-0.055 0.083 0 0.157 0.017 0.221 0.052 0.043 0.023 0.079 0.055 0.108 0.096l0.051 0.093 0.037 0.085c0.058 0.119 0.129 0.253 0.212 0.402s0.195 0.29 0.337 0.421c0.141 0.131 0.317 0.242 0.527 0.332s0.471 0.135 0.783 0.135c0.312 0 0.585-0.050 0.82-0.15s0.43-0.23 0.586-0.39c0.156-0.16 0.273-0.338 0.352-0.534s0.119-0.391 0.119-0.584c0-0.238-0.032-0.455-0.097-0.651s-0.181-0.367-0.349-0.51c-0.168-0.143-0.401-0.256-0.699-0.338s-0.679-0.123-1.145-0.123v-0.793c0.378-0.004 0.702-0.045 0.97-0.123s0.488-0.184 0.658-0.319c0.17-0.135 0.294-0.297 0.371-0.485s0.115-0.397 0.115-0.627c0-0.254-0.041-0.475-0.122-0.663s-0.192-0.344-0.334-0.467c-0.141-0.123-0.309-0.215-0.502-0.276s-0.402-0.092-0.627-0.092c-0.225 0-0.432 0.033-0.624 0.098s-0.361 0.157-0.508 0.273c-0.148 0.117-0.271 0.256-0.371 0.418s-0.175 0.337-0.225 0.525c-0.033 0.119-0.083 0.205-0.15 0.258s-0.152 0.080-0.256 0.080l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.58-0.098c0.058-0.401 0.17-0.757 0.337-1.066s0.377-0.568 0.633-0.777c0.256-0.209 0.549-0.368 0.879-0.476s0.687-0.163 1.070-0.163z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.54 22.21c0 0.268-0.043 0.512-0.127 0.733s-0.205 0.408-0.36 0.565c-0.155 0.157-0.341 0.278-0.557 0.364s-0.457 0.129-0.72 0.129h-1.34v-3.582h1.34c0.263 0 0.503 0.043 0.72 0.129s0.402 0.207 0.557 0.365c0.155 0.157 0.275 0.346 0.36 0.566s0.127 0.464 0.127 0.733zM14.043 22.21c0-0.22-0.030-0.417-0.090-0.59s-0.145-0.32-0.255-0.44c-0.11-0.12-0.243-0.212-0.4-0.275s-0.331-0.095-0.523-0.095h-0.852v2.797h0.852c0.192 0 0.366-0.032 0.523-0.095s0.29-0.155 0.4-0.274c0.11-0.119 0.195-0.265 0.255-0.439s0.090-0.37 0.090-0.59zM17.407 20.418v0.395h-1.72v1.19h1.393v0.38h-1.393v1.223h1.72v0.395h-2.207v-3.582h2.207zM20.313 20.418v0.395h-1.72v1.253h1.47v0.395h-1.47v1.54h-0.488v-3.582h2.207z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>4</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M17.594 7v5.753h1.406v0.641c0 0.067-0.021 0.124-0.062 0.17s-0.105 0.069-0.191 0.069h-1.154v2.368h-1.018v-2.368h-4.116c-0.086 0-0.161-0.024-0.224-0.072s-0.103-0.108-0.12-0.179l-0.117-0.572 4.518-5.809h1.076zM16.628 8.3l-3.377 4.453h3.325v-3.712c0-0.109 0.003-0.226 0.010-0.352l0.015-0.192 0.027-0.198z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.607 23.648c0.097 0 0.185-0.005 0.266-0.014s0.157-0.023 0.229-0.041c0.072-0.018 0.139-0.040 0.203-0.066s0.127-0.055 0.19-0.089v-0.79h-0.555c-0.032 0-0.057-0.009-0.076-0.027s-0.029-0.041-0.029-0.067v-0.275h1.1v1.375c-0.090 0.065-0.184 0.122-0.281 0.17s-0.202 0.089-0.313 0.121c-0.111 0.032-0.23 0.057-0.356 0.073s-0.264 0.024-0.412 0.024c-0.26 0-0.498-0.045-0.715-0.134s-0.403-0.214-0.56-0.375c-0.157-0.161-0.279-0.354-0.366-0.579s-0.131-0.473-0.131-0.742c0-0.273 0.043-0.523 0.129-0.747s0.208-0.418 0.367-0.579c0.159-0.161 0.352-0.285 0.578-0.374s0.479-0.133 0.759-0.133c0.142 0 0.273 0.010 0.395 0.031s0.235 0.051 0.339 0.090c0.104 0.039 0.2 0.087 0.289 0.142s0.171 0.119 0.248 0.189l-0.137 0.22c-0.028 0.045-0.065 0.067-0.11 0.067-0.027 0-0.056-0.009-0.088-0.027l-0.14-0.085c-0.052-0.033-0.115-0.065-0.189-0.096s-0.162-0.057-0.262-0.079c-0.101-0.022-0.22-0.032-0.359-0.032-0.202 0-0.384 0.033-0.547 0.099s-0.303 0.16-0.418 0.282c-0.115 0.122-0.203 0.271-0.265 0.445s-0.092 0.37-0.092 0.586c0 0.227 0.032 0.429 0.096 0.606s0.155 0.328 0.271 0.451c0.117 0.123 0.255 0.218 0.415 0.282s0.337 0.098 0.53 0.098zM18.585 24h-0.488v-1.63h-1.93v1.63h-0.488v-3.582h0.488v1.598h1.93v-1.598h0.488v3.582zM20.035 24h-0.485v-3.582h0.485v3.582z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>5</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M18.711 7.484c0 0.157-0.053 0.287-0.158 0.388s-0.282 0.152-0.532 0.152h-2.954l-0.433 2.335c0.49-0.099 0.943-0.149 1.359-0.149 0.49 0 0.922 0.068 1.297 0.205s0.688 0.325 0.942 0.565c0.254 0.24 0.445 0.524 0.574 0.851s0.194 0.683 0.194 1.068c0 0.472-0.088 0.899-0.263 1.28s-0.415 0.707-0.719 0.978c-0.304 0.271-0.662 0.479-1.073 0.624s-0.856 0.217-1.333 0.217c-0.276 0-0.54-0.026-0.794-0.078s-0.49-0.121-0.709-0.208c-0.219-0.087-0.422-0.186-0.611-0.298s-0.354-0.23-0.499-0.354l0.354-0.472c0.079-0.108 0.184-0.162 0.315-0.162 0.083 0 0.181 0.032 0.292 0.096s0.246 0.136 0.404 0.214c0.158 0.079 0.342 0.15 0.555 0.214s0.465 0.096 0.758 0.096c0.328 0 0.624-0.050 0.886-0.149s0.487-0.241 0.673-0.425c0.186-0.184 0.329-0.405 0.43-0.662s0.151-0.544 0.151-0.863c0-0.277-0.043-0.528-0.128-0.752s-0.214-0.414-0.387-0.571c-0.173-0.157-0.388-0.28-0.647-0.366s-0.56-0.13-0.906-0.13c-0.236 0-0.481 0.019-0.735 0.056s-0.516 0.097-0.788 0.18l-0.735-0.205 0.761-4.162h4.457v0.484z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.633 22.762c0 0.2-0.025 0.379-0.074 0.538s-0.122 0.292-0.217 0.401c-0.096 0.109-0.214 0.193-0.354 0.251s-0.301 0.087-0.482 0.087c-0.162 0-0.33-0.023-0.505-0.070l0.027-0.285c0.003-0.028 0.014-0.051 0.031-0.069s0.044-0.026 0.079-0.026c0.020 0 0.044 0.003 0.073 0.010l0.047 0.012c0.050 0.015 0.117 0.023 0.2 0.023 0.11 0 0.208-0.017 0.294-0.050s0.158-0.085 0.217-0.155c0.059-0.070 0.104-0.16 0.135-0.269s0.046-0.239 0.046-0.389v-2.355h0.482v2.345zM15.037 21.988h0.182c0.063 0 0.114-0.008 0.151-0.024s0.073-0.043 0.106-0.081l1.193-1.35c0.037-0.042 0.072-0.071 0.106-0.089s0.078-0.026 0.131-0.026h0.413l-1.365 1.543c-0.035 0.038-0.068 0.071-0.099 0.098s-0.064 0.048-0.099 0.065c0.047 0.015 0.088 0.038 0.123 0.067s0.072 0.067 0.11 0.113l1.425 1.698h-0.42c-0.032 0-0.058-0.003-0.080-0.008s-0.040-0.012-0.056-0.020l-0.023-0.014-0.061-0.061-1.238-1.422-0.051-0.051c-0.016-0.014-0.034-0.026-0.055-0.036s-0.045-0.017-0.072-0.021l-0.046-0.005-0.275-0.002v1.64h-0.482v-3.582h0.482v1.57zM18.395 23.593h1.55v0.407h-2.035v-3.582h0.485v3.175z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>6</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M17.919 7l-3.087 3.907c0.211-0.145 0.445-0.258 0.702-0.338s0.534-0.121 0.832-0.121c0.356 0 0.694 0.059 1.012 0.177s0.598 0.29 0.838 0.516c0.24 0.226 0.431 0.503 0.571 0.832s0.211 0.705 0.211 1.127c0 0.41-0.075 0.791-0.224 1.143s-0.357 0.658-0.624 0.919c-0.267 0.261-0.589 0.466-0.966 0.615s-0.791 0.224-1.242 0.224c-0.447 0-0.852-0.071-1.214-0.214s-0.672-0.346-0.929-0.609c-0.257-0.263-0.454-0.582-0.593-0.957s-0.208-0.794-0.208-1.258c0-0.389 0.087-0.803 0.261-1.242s0.449-0.911 0.826-1.416l2.255-3.037c0.058-0.075 0.139-0.138 0.242-0.189s0.222-0.078 0.354-0.078h0.981zM16.006 11.292c-0.298 0-0.567 0.051-0.807 0.152s-0.444 0.238-0.612 0.41c-0.168 0.172-0.296 0.371-0.385 0.596s-0.134 0.461-0.134 0.705c0 0.286 0.041 0.547 0.124 0.783s0.204 0.439 0.363 0.609c0.159 0.17 0.354 0.301 0.584 0.394s0.492 0.14 0.786 0.14c0.298 0 0.567-0.048 0.807-0.143s0.446-0.228 0.618-0.398c0.172-0.17 0.304-0.371 0.398-0.603s0.14-0.484 0.14-0.758c0-0.29-0.046-0.552-0.137-0.786s-0.219-0.433-0.385-0.596c-0.166-0.164-0.364-0.289-0.596-0.376s-0.487-0.13-0.764-0.13z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M19.94 20.378c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739c0 0.268-0.043 0.515-0.128 0.739s-0.205 0.417-0.36 0.579c-0.155 0.162-0.341 0.287-0.559 0.376s-0.458 0.134-0.721 0.134c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.558-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.128-0.47-0.128-0.739c0-0.268 0.043-0.515 0.128-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.558-0.379s0.457-0.135 0.72-0.135zM10.357 20.418c0.043 0 0.077 0.004 0.1 0.012s0.046 0.032 0.068 0.070l1.27 2.267 0.080 0.198 0.026-0.068 0.027-0.065c0.018-0.043 0.039-0.085 0.063-0.129l1.213-2.203c0.022-0.038 0.044-0.062 0.068-0.070s0.057-0.012 0.1-0.012h0.357v3.582h-0.425l0.001-2.687 0.009-0.181-1.227 2.24c-0.042 0.075-0.1 0.113-0.175 0.113h-0.070c-0.075 0-0.133-0.038-0.175-0.113l-1.255-2.247 0.011 0.128 0.004 0.115v2.633h-0.425v-3.582h0.357zM14.85 20.418c0.043 0 0.075 0.005 0.096 0.016s0.045 0.033 0.071 0.066l2.075 2.7-0.010-0.126-0.003-0.119v-2.538h0.425v3.582h-0.245c-0.038 0-0.070-0.007-0.096-0.020s-0.051-0.036-0.076-0.067l-2.072-2.697 0.010 0.233v2.553h-0.425v-3.582h0.25zM19.94 20.797c-0.192 0-0.366 0.032-0.523 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>7</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M19 7v0.502c0 0.142-0.015 0.26-0.046 0.352s-0.063 0.17-0.095 0.232l-3.653 7.518c-0.053 0.109-0.127 0.202-0.222 0.279s-0.222 0.116-0.382 0.116h-0.782l3.708-7.424c0.053-0.105 0.108-0.201 0.163-0.289s0.118-0.172 0.188-0.251h-4.608c-0.070 0-0.132-0.028-0.188-0.085s-0.083-0.12-0.083-0.192v-0.76h6z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M10.482 22.66v1.34h-0.482v-3.582h1.058c0.227 0 0.424 0.026 0.591 0.079s0.306 0.127 0.416 0.224c0.11 0.097 0.192 0.213 0.246 0.35s0.081 0.289 0.081 0.457c0 0.167-0.029 0.319-0.088 0.457s-0.144 0.258-0.256 0.358c-0.113 0.1-0.252 0.178-0.419 0.234s-0.357 0.084-0.572 0.084h-0.575zM10.482 22.275h0.575c0.138 0 0.26-0.018 0.366-0.055s0.195-0.088 0.266-0.154c0.072-0.066 0.126-0.145 0.162-0.236s0.055-0.192 0.055-0.302c0-0.228-0.070-0.407-0.211-0.535s-0.354-0.192-0.639-0.192h-0.575v1.475zM16.332 22.21c0 0.168-0.017 0.328-0.051 0.48s-0.084 0.293-0.149 0.424c-0.065 0.131-0.144 0.25-0.238 0.356s-0.198 0.199-0.315 0.277l0.92 0.992h-0.4c-0.060 0-0.113-0.008-0.16-0.025s-0.089-0.046-0.127-0.087l-0.63-0.685c-0.095 0.030-0.194 0.053-0.296 0.070s-0.21 0.025-0.321 0.025c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.557-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.127-0.47-0.127-0.739c0-0.268 0.043-0.515 0.127-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.557-0.379s0.457-0.135 0.72-0.135c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739zM15.835 22.21c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098c-0.192 0-0.366 0.032-0.522 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591zM17.527 22.505v1.495h-0.483v-3.582h1.012c0.227 0 0.422 0.023 0.587 0.069s0.301 0.112 0.409 0.199c0.108 0.087 0.187 0.191 0.239 0.314s0.078 0.26 0.078 0.411c0 0.127-0.020 0.245-0.060 0.355s-0.098 0.209-0.174 0.296c-0.076 0.087-0.168 0.162-0.277 0.224s-0.233 0.108-0.371 0.14c0.060 0.035 0.113 0.086 0.16 0.152l1.045 1.422h-0.43c-0.088 0-0.153-0.034-0.195-0.102l-0.93-1.28c-0.028-0.040-0.059-0.069-0.093-0.086s-0.083-0.026-0.15-0.026h-0.367zM17.527 22.152h0.508c0.142 0 0.266-0.017 0.374-0.051s0.198-0.082 0.27-0.145c0.073-0.063 0.127-0.137 0.164-0.224s0.055-0.183 0.055-0.288c0-0.213-0.070-0.374-0.211-0.483s-0.35-0.163-0.629-0.163h-0.53v1.352zM22.050 20.977c-0.015 0.025-0.031 0.044-0.047 0.056s-0.038 0.019-0.065 0.019c-0.019 0-0.040-0.006-0.063-0.019l-0.036-0.024c-0.038-0.028-0.085-0.060-0.142-0.094s-0.127-0.065-0.207-0.094c-0.081-0.028-0.179-0.043-0.294-0.043-0.108 0-0.204 0.015-0.288 0.044s-0.153 0.069-0.209 0.119c-0.056 0.050-0.098 0.109-0.126 0.176s-0.043 0.14-0.043 0.219c0 0.1 0.025 0.183 0.074 0.249s0.114 0.122 0.195 0.169c0.081 0.047 0.172 0.087 0.275 0.121l0.315 0.106c0.108 0.037 0.212 0.078 0.315 0.124s0.194 0.104 0.275 0.174c0.081 0.070 0.146 0.156 0.195 0.258s0.074 0.227 0.074 0.375c0 0.157-0.027 0.304-0.080 0.441s-0.131 0.257-0.234 0.359c-0.102 0.102-0.228 0.182-0.378 0.24s-0.319 0.087-0.509 0.087c-0.232 0-0.443-0.042-0.634-0.126s-0.354-0.198-0.489-0.341l0.14-0.23c0.013-0.018 0.030-0.034 0.049-0.046s0.040-0.019 0.064-0.019c0.023 0 0.049 0.008 0.077 0.025l0.148 0.111c0.020 0.014 0.041 0.029 0.064 0.044 0.067 0.045 0.149 0.086 0.245 0.124s0.213 0.056 0.351 0.056c0.115 0 0.218-0.016 0.308-0.047s0.166-0.076 0.229-0.134c0.063-0.058 0.11-0.126 0.144-0.206s0.050-0.169 0.050-0.267c0-0.108-0.025-0.197-0.074-0.266s-0.114-0.127-0.194-0.174c-0.080-0.047-0.171-0.086-0.274-0.119l-0.315-0.1c-0.108-0.034-0.212-0.074-0.315-0.119s-0.194-0.103-0.274-0.175c-0.080-0.072-0.145-0.161-0.194-0.269s-0.074-0.24-0.074-0.399c0-0.127 0.025-0.249 0.074-0.367s0.12-0.223 0.214-0.315c0.093-0.092 0.209-0.165 0.346-0.22s0.295-0.082 0.474-0.082c0.2 0 0.383 0.032 0.547 0.095s0.309 0.155 0.433 0.275l-0.117 0.23z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>8</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16 7c0.402 0 0.768 0.059 1.099 0.178s0.615 0.283 0.851 0.491c0.236 0.209 0.418 0.455 0.547 0.737s0.193 0.586 0.193 0.909c0 0.475-0.12 0.884-0.36 1.226s-0.592 0.599-1.056 0.771c0.555 0.156 0.981 0.417 1.279 0.783s0.447 0.832 0.447 1.398c0 0.385-0.073 0.732-0.221 1.041s-0.352 0.572-0.615 0.789c-0.263 0.217-0.579 0.384-0.947 0.501s-0.774 0.175-1.217 0.175c-0.443 0-0.849-0.058-1.217-0.175s-0.685-0.284-0.95-0.501c-0.265-0.217-0.47-0.48-0.615-0.789s-0.217-0.656-0.217-1.041c0-0.565 0.149-1.031 0.447-1.398s0.725-0.628 1.28-0.783c-0.468-0.172-0.821-0.429-1.059-0.771s-0.357-0.751-0.357-1.226c0-0.324 0.064-0.627 0.193-0.909s0.311-0.528 0.547-0.737c0.236-0.209 0.519-0.373 0.848-0.491s0.697-0.178 1.103-0.178zM16 11.78c-0.244 0-0.478 0.032-0.702 0.095s-0.421 0.163-0.593 0.298c-0.172 0.135-0.309 0.31-0.41 0.525s-0.152 0.474-0.152 0.777c0 0.246 0.042 0.47 0.127 0.673s0.207 0.377 0.366 0.522c0.159 0.145 0.354 0.258 0.584 0.338s0.49 0.12 0.78 0.12c0.29 0 0.55-0.040 0.779-0.12s0.424-0.193 0.584-0.338c0.159-0.145 0.282-0.319 0.366-0.522s0.127-0.427 0.127-0.673c0-0.303-0.051-0.562-0.152-0.777s-0.238-0.39-0.41-0.525c-0.172-0.135-0.37-0.234-0.593-0.298s-0.458-0.095-0.702-0.095zM16 7.848c-0.265 0-0.498 0.039-0.699 0.117s-0.369 0.184-0.503 0.319c-0.135 0.135-0.236 0.293-0.304 0.473s-0.102 0.373-0.102 0.577c0 0.201 0.029 0.395 0.087 0.584s0.151 0.355 0.28 0.501c0.128 0.145 0.295 0.262 0.5 0.35s0.452 0.132 0.742 0.132c0.29 0 0.537-0.044 0.742-0.132s0.372-0.205 0.5-0.35c0.128-0.145 0.222-0.312 0.279-0.501s0.087-0.383 0.087-0.584c0-0.205-0.034-0.397-0.102-0.577s-0.17-0.338-0.304-0.473c-0.135-0.135-0.302-0.242-0.503-0.319s-0.434-0.117-0.699-0.117z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.875 20.418v0.407h-1.158v3.175h-0.485v-3.175h-1.162v-0.407h2.805zM15.777 23.615c0.148 0 0.281-0.025 0.398-0.075s0.215-0.12 0.296-0.21c0.081-0.090 0.142-0.198 0.185-0.323s0.064-0.262 0.064-0.413v-2.177h0.483v2.178c0 0.207-0.033 0.398-0.099 0.575s-0.16 0.33-0.282 0.459c-0.122 0.129-0.272 0.23-0.449 0.304s-0.375 0.11-0.595 0.11c-0.22 0-0.418-0.037-0.595-0.11s-0.327-0.175-0.45-0.304c-0.123-0.129-0.218-0.282-0.284-0.459s-0.099-0.368-0.099-0.575v-2.178h0.482v2.175c0 0.15 0.021 0.288 0.064 0.413s0.104 0.233 0.185 0.323c0.081 0.090 0.18 0.16 0.297 0.211s0.25 0.076 0.399 0.076zM17.62 20.418h0.387c0.043 0 0.078 0.011 0.105 0.032s0.047 0.049 0.060 0.082l1.012 2.527 0.033 0.089 0.030 0.096c0.019 0.067 0.038 0.136 0.056 0.207 0.015-0.072 0.031-0.141 0.049-0.207s0.038-0.128 0.061-0.185l1.008-2.527c0.012-0.028 0.032-0.055 0.060-0.079s0.063-0.036 0.105-0.036h0.39l-1.46 3.582h-0.438l-1.46-3.582z"></path>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>9</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.058 7c0.443 0 0.845 0.070 1.206 0.211s0.671 0.337 0.929 0.59c0.258 0.253 0.457 0.555 0.597 0.907s0.21 0.741 0.21 1.168c0 0.257-0.025 0.5-0.074 0.73s-0.122 0.454-0.216 0.674c-0.095 0.219-0.208 0.438-0.339 0.655s-0.281 0.442-0.448 0.674l-2.252 3.13c-0.056 0.079-0.135 0.142-0.239 0.189s-0.222 0.071-0.355 0.071h-1.058l2.813-3.547 0.265-0.342c0.082-0.108 0.159-0.215 0.232-0.323-0.237 0.182-0.503 0.321-0.8 0.416s-0.611 0.143-0.942 0.143c-0.348 0-0.678-0.056-0.99-0.168s-0.586-0.276-0.823-0.494c-0.237-0.217-0.425-0.484-0.565-0.801s-0.21-0.68-0.21-1.090c0-0.389 0.075-0.754 0.226-1.093s0.361-0.636 0.632-0.888c0.271-0.253 0.594-0.451 0.968-0.596s0.785-0.217 1.232-0.217zM16.045 7.925c-0.284 0-0.543 0.045-0.777 0.134s-0.434 0.212-0.6 0.37c-0.166 0.157-0.294 0.346-0.384 0.565s-0.135 0.46-0.135 0.72c0 0.282 0.042 0.533 0.126 0.755s0.204 0.409 0.361 0.562c0.157 0.153 0.348 0.269 0.574 0.348s0.479 0.118 0.758 0.118c0.31 0 0.584-0.049 0.823-0.146s0.44-0.227 0.603-0.388c0.163-0.162 0.288-0.348 0.374-0.559s0.129-0.431 0.129-0.658c0-0.277-0.046-0.529-0.139-0.755s-0.22-0.417-0.384-0.575c-0.163-0.157-0.358-0.278-0.584-0.363s-0.474-0.127-0.745-0.127z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M8.8 20.418h0.402c0.043 0 0.079 0.011 0.107 0.032s0.047 0.049 0.057 0.082l0.74 2.49 0.019 0.070 0.048 0.238 0.054-0.239 0.864-2.558c0.010-0.028 0.030-0.055 0.059-0.079s0.065-0.036 0.106-0.036h0.14c0.043 0 0.079 0.011 0.106 0.032s0.047 0.049 0.059 0.082l0.838 2.49c0.030 0.087 0.057 0.186 0.080 0.297l0.042-0.23 0.761-2.558c0.008-0.030 0.027-0.057 0.056-0.080s0.065-0.035 0.106-0.035h0.377l-1.117 3.582h-0.435l-0.908-2.733c-0.018-0.052-0.035-0.112-0.050-0.18l-0.035 0.14-0.925 2.772h-0.435l-1.117-3.582zM15.127 22.16l-1.182-1.742h0.482c0.035 0 0.061 0.006 0.078 0.017s0.032 0.028 0.045 0.050l0.935 1.435c0.012-0.035 0.029-0.073 0.053-0.115l0.883-1.31c0.015-0.023 0.031-0.042 0.049-0.056s0.039-0.021 0.064-0.021h0.462l-1.188 1.72 1.227 1.863h-0.48c-0.037 0-0.065-0.010-0.086-0.029s-0.038-0.040-0.051-0.064l-0.96-1.503c-0.012 0.035-0.027 0.068-0.045 0.1l-0.935 1.402c-0.015 0.023-0.032 0.045-0.051 0.064s-0.046 0.029-0.081 0.029h-0.45l1.232-1.84zM18.89 22.575v1.425h-0.483v-1.425l-1.313-2.157h0.425c0.043 0 0.078 0.011 0.102 0.032s0.047 0.048 0.065 0.080l0.82 1.393c0.033 0.058 0.061 0.113 0.084 0.165l0.061 0.152 0.060-0.155c0.022-0.052 0.049-0.106 0.082-0.163l0.817-1.393c0.015-0.027 0.035-0.052 0.061-0.076s0.060-0.036 0.101-0.036h0.43l-1.315 2.157zM23.15 20.418v0.18c0 0.057-0.017 0.11-0.052 0.16l-2.027 2.848h2.045v0.395h-2.68v-0.19c0-0.050 0.016-0.098 0.047-0.142l2.030-2.855h-1.983v-0.395h2.62z"></path>
|
|
6
6
|
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Announcement</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M17.024 11.159c0.559 0 1.012 0.435 1.012 0.971v7.765c0 0.536-0.453 0.971-1.012 0.971l-9.104-2.588c-0.598-0.145-1.012-0.471-1.012-0.971v-2.588c0-0.468 0.412-0.793 1.012-0.971l9.104-2.588zM9.606 18.276h1.349v3.208c0 0.372-0.302 0.674-0.674 0.674s-0.674-0.302-0.674-0.674v-3.208zM18.373 18.132v-4.206c0-0.163 1.535 0.647 1.535 2.103s-1.535 2.259-1.535 2.103z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M23.066 14.108c0.269 0.478 0.411 1.020 0.409 1.582-0.002 0.566-0.15 1.112-0.426 1.594-0.099 0.173-0.318 0.234-0.49 0.136s-0.231-0.316-0.133-0.488c0.214-0.375 0.329-0.799 0.331-1.24 0.002-0.438-0.109-0.858-0.317-1.23-0.097-0.172-0.035-0.391 0.138-0.489s0.391-0.038 0.488 0.134l0-0z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M24.329 12.788c0.596 0.837 0.919 1.842 0.914 2.896s-0.338 2.062-0.943 2.906c-0.115 0.161-0.338 0.199-0.498 0.085s-0.196-0.336-0.080-0.497c0.518-0.723 0.803-1.585 0.808-2.49s-0.272-1.764-0.783-2.482c-0.114-0.16-0.076-0.383 0.085-0.498s0.384-0.079 0.497 0.080l0 0z"></path>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Call-queue</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M18.5 5c3.333 0 6.036 2.737 6.036 6.113v0l-0.934 0.001c0.003-0.075 0.005-0.151 0.005-0.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 0.076 0.002 0.152 0.005 0.227l-0.934-0.001c0-3.376 2.702-6.113 6.036-6.113z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M18.5 17c3.333 0 6.036-2.737 6.036-6.113h-0.934c0.003 0.075 0.005 0.151 0.005 0.226 0 2.751-2.287 4.981-5.107 4.981-0.337 0-0.505 0.145-0.505 0.436s0.168 0.447 0.505 0.469zM13.393 11.113c0-0.076 0.002-0.151 0.005-0.226h-0.934z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M13.393 10.923c0 0.839 0.198 1.634 0.55 2.341l-1.496-0c-0.247 0-0.448-0.201-0.448-0.448v-3.632c0-0.247 0.201-0.448 0.448-0.448l1.423-0.002c-0.307 0.668-0.477 1.409-0.477 2.189zM24.552 8.736c0.247 0 0.448 0.201 0.448 0.448v3.632c0 0.247-0.201 0.448-0.448 0.448l-0.709 0c0.352-0.707 0.55-1.502 0.55-2.341 0-0.78-0.171-1.521-0.477-2.189l0.636 0.002z"></path>
|
|
8
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M22.505 10.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z"></path>
|
|
9
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M22 21.5c0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.247 4.253-9.5 9.5-9.5s9.5 4.253 9.5 9.5z"></path>
|
|
10
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M12.5 14c3.333 0 6.036 2.737 6.036 6.113v0l-0.934 0.001c0.003-0.075 0.005-0.151 0.005-0.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 0.076 0.002 0.152 0.005 0.227l-0.934-0.001c0-3.376 2.702-6.113 6.036-6.113z"></path>
|
|
11
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M12.5 26c3.333 0 6.036-2.737 6.036-6.113h-0.934c0.003 0.075 0.005 0.151 0.005 0.226 0 2.751-2.287 4.981-5.107 4.981-0.337 0-0.505 0.145-0.505 0.436s0.168 0.447 0.505 0.469zM7.393 20.113c0-0.076 0.002-0.151 0.005-0.226h-0.934z"></path>
|
|
12
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M7.393 19.923c0 0.839 0.198 1.634 0.55 2.341l-1.496-0c-0.247 0-0.448-0.201-0.448-0.448v-3.632c0-0.247 0.201-0.448 0.448-0.448l1.423-0.002c-0.307 0.668-0.477 1.409-0.477 2.189zM18.552 17.736c0.247 0 0.448 0.201 0.448 0.448v3.632c0 0.247-0.201 0.448-0.448 0.448l-0.709 0c0.352-0.707 0.55-1.502 0.55-2.341 0-0.78-0.171-1.521-0.477-2.189l0.636 0.002z"></path>
|
|
13
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M16.505 19.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z"></path>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Limited</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M10.671 11.107c0.32 0.15 0.567 0.385 0.743 0.707 0.172 0.343 0.37 0.699 0.592 1.067s0.488 0.776 0.799 1.225c0.195 0.295 0.273 0.616 0.229 0.95-0.043 0.329-0.19 0.623-0.46 0.895-0.077 0.066-0.157 0.127-0.239 0.183-0.074 0.050-0.155 0.1-0.245 0.149-0.031 0.025-0.066 0.047-0.103 0.065l-0.080 0.039-0.084 0.046-0.021 0.010c-0.025 0.010-0.048 0.021-0.068 0.032 0.008 0.037 0.020 0.082 0.039 0.137l0.046 0.122c0.058 0.156 0.153 0.338 0.284 0.544 0.134 0.211 0.306 0.442 0.513 0.69 0.225 0.266 0.434 0.484 0.626 0.656 0.186 0.166 0.355 0.29 0.503 0.373 0.057 0.032 0.107 0.057 0.147 0.075l0.103-0.113 0.038-0.037 0.040-0.050 0.12-0.124 0.105-0.103c0.016-0.015 0.032-0.030 0.047-0.043 0.081-0.074 0.171-0.144 0.291-0.225 0.31-0.183 0.656-0.26 1.022-0.228 0.378 0.033 0.699 0.184 0.926 0.426 0.282 0.266 0.575 0.533 0.879 0.8l0.216 0.188 0.446 0.379c0.163 0.137 0.34 0.284 0.532 0.442 0.276 0.227 0.46 0.505 0.545 0.828 0.077 0.291 0.064 0.573-0.035 0.821l-0.041 0.091c-0.091 0.226-0.266 0.492-0.526 0.807-0.224 0.272-0.429 0.485-0.61 0.633l-0.076 0.060c-0.207 0.171-0.446 0.3-0.714 0.385-0.262 0.083-0.55 0.124-0.861 0.124-0.506 0-1.033-0.099-1.581-0.294-0.535-0.191-1.079-0.464-1.633-0.818-0.481-0.308-0.96-0.674-1.434-1.096l-0.203-0.184c-0.55-0.493-1.091-1.052-1.624-1.68-0.703-0.842-1.279-1.673-1.726-2.493-0.45-0.816-0.767-1.58-0.951-2.295-0.187-0.727-0.232-1.384-0.132-1.966 0.096-0.616 0.362-1.115 0.802-1.484 0.204-0.17 0.49-0.343 0.861-0.523 0.379-0.184 0.692-0.297 0.951-0.337 0.346-0.054 0.686-0.005 1.005 0.145l-0 0z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M20.486 8.126c0.163 0.091 0.298 0.225 0.389 0.389l3.3 5.941c0.268 0.483 0.094 1.092-0.389 1.36-0.149 0.083-0.316 0.126-0.486 0.126h-6.601c-0.552 0-1-0.448-1-1 0-0.17 0.043-0.337 0.126-0.486l3.301-5.941c0.268-0.483 0.877-0.657 1.36-0.389zM20.042 13.378c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM20.050 8.941c-0.345 0-0.625 0.093-0.625 0.208v0 3.333c0 0.115 0.28 0.208 0.625 0.208s0.625-0.093 0.625-0.208v0-3.333c0-0.115-0.28-0.208-0.625-0.208z"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Message</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M21.5 11c0.69 0 1.25 0.56 1.25 1.25v7.5c0 0.69-0.56 1.25-1.25 1.25h-2.866c-0.166 0-0.325 0.066-0.442 0.183l-1.963 1.963c-0.195 0.195-0.512 0.195-0.707 0l-1.963-1.963c-0.117-0.117-0.276-0.183-0.442-0.183h-2.866c-0.69 0-1.25-0.56-1.25-1.25v-7.5c0-0.69 0.56-1.25 1.25-1.25h11.25z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Paging</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M22 11c1.105 0 2 0.895 2 2v7c0 1.105-0.895 2-2 2h-12c-1.105 0-2-0.895-2-2v-7c0-1.105 0.895-2 2-2h12zM12 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM16 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM20 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM16.5 15h-5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5v0h5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5v0zM18.5 13h-7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5v0h7c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5v0z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Shared-line</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M20.567 9.992c0.039 0.107 0.101 0.233 0.188 0.375 0.089 0.145 0.202 0.305 0.339 0.476 0.149 0.183 0.287 0.334 0.414 0.452 0.123 0.114 0.235 0.2 0.333 0.257 0.038 0.022 0.070 0.039 0.097 0.052 0.018-0.021 0.040-0.046 0.068-0.078l0.025-0.025c-0.001 0.001 0-0.001 0.003-0.005l0.024-0.030c0.070-0.077 0.13-0.139 0.179-0.186 0.053-0.051 0.113-0.099 0.192-0.155 0.205-0.126 0.433-0.179 0.676-0.157 0.25 0.023 0.462 0.126 0.612 0.294 0.187 0.184 0.38 0.367 0.581 0.551s0.464 0.415 0.789 0.695c0.183 0.156 0.304 0.348 0.361 0.57 0.057 0.225 0.039 0.443-0.050 0.629-0.060 0.156-0.176 0.339-0.348 0.556-0.169 0.214-0.322 0.375-0.454 0.477-0.137 0.118-0.295 0.207-0.472 0.265-0.173 0.057-0.363 0.086-0.57 0.086-0.334 0-0.683-0.068-1.045-0.203-0.354-0.131-0.713-0.32-1.080-0.564-0.363-0.242-0.725-0.538-1.082-0.883-0.364-0.34-0.722-0.725-1.074-1.157-0.465-0.58-0.846-1.153-1.141-1.718-0.297-0.562-0.507-1.089-0.629-1.581-0.124-0.501-0.153-0.954-0.087-1.355 0.063-0.424 0.24-0.768 0.531-1.023 0.135-0.117 0.324-0.236 0.57-0.361 0.25-0.127 0.457-0.205 0.629-0.232 0.229-0.037 0.453-0.003 0.664 0.1s0.375 0.265 0.491 0.487c0.114 0.236 0.244 0.482 0.392 0.735s0.323 0.534 0.528 0.844c0.129 0.203 0.18 0.424 0.151 0.655-0.028 0.227-0.126 0.429-0.304 0.617-0.051 0.045-0.104 0.087-0.158 0.126-0.049 0.035-0.103 0.069-0.162 0.103-0.021 0.017-0.043 0.032-0.068 0.045l-0.053 0.027c-0.020 0.013-0.040 0.024-0.069 0.039-0.017 0.007-0.032 0.014-0.045 0.022 0.008 0.043 0.026 0.101 0.057 0.178h-0z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M10.383 18.747c0.053 0.142 0.139 0.307 0.258 0.495 0.122 0.192 0.278 0.402 0.467 0.628 0.205 0.242 0.395 0.44 0.569 0.596 0.169 0.151 0.323 0.264 0.458 0.339 0.052 0.029 0.097 0.052 0.134 0.068 0.025-0.027 0.055-0.061 0.093-0.102l0.034-0.033c-0.002 0.001 0-0.001 0.004-0.006l0.032-0.040c0.097-0.102 0.179-0.183 0.247-0.245 0.073-0.067 0.155-0.131 0.264-0.204 0.282-0.166 0.596-0.237 0.93-0.207 0.344 0.030 0.636 0.167 0.842 0.388 0.257 0.242 0.523 0.485 0.799 0.727s0.638 0.548 1.086 0.918c0.251 0.206 0.418 0.46 0.496 0.753 0.079 0.298 0.053 0.585-0.069 0.83-0.083 0.205-0.242 0.447-0.479 0.734-0.233 0.282-0.444 0.495-0.624 0.63-0.188 0.156-0.406 0.273-0.65 0.35-0.238 0.076-0.5 0.113-0.784 0.113-0.46 0-0.94-0.090-1.438-0.268-0.487-0.173-0.981-0.422-1.485-0.744-0.5-0.32-0.997-0.71-1.489-1.165-0.501-0.449-0.993-0.957-1.478-1.528-0.64-0.766-1.163-1.522-1.57-2.268-0.409-0.742-0.698-1.437-0.865-2.087-0.17-0.662-0.211-1.259-0.12-1.788 0.087-0.56 0.33-1.014 0.73-1.35 0.186-0.155 0.446-0.312 0.784-0.476 0.344-0.167 0.629-0.27 0.865-0.307 0.315-0.049 0.624-0.004 0.914 0.132s0.516 0.35 0.676 0.643c0.157 0.312 0.336 0.636 0.539 0.971s0.444 0.706 0.727 1.115c0.177 0.268 0.248 0.56 0.208 0.865-0.039 0.299-0.173 0.567-0.419 0.814-0.070 0.060-0.143 0.115-0.218 0.167-0.067 0.046-0.141 0.091-0.223 0.136-0.029 0.023-0.060 0.042-0.094 0.059l-0.073 0.036c-0.027 0.017-0.055 0.032-0.095 0.051-0.023 0.009-0.043 0.019-0.062 0.029 0.011 0.057 0.036 0.133 0.078 0.235h-0z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M14.202 17.788c0.011 0.247-0.171 0.456-0.421 0.491-0.294 0.038-0.559-0.177-0.574-0.465-0.043-0.85 0.116-2.202 1.148-3.42 0.182-0.215 0.393-0.393 0.624-0.544l-0.576-1.835 3.913 1.205c0.226 0.097 0.273 0.388 0.089 0.54l-2.645 2.566-0.447-1.422c-0.072 0.066-0.139 0.134-0.202 0.206-0.824 0.968-0.942 1.97-0.907 2.677l-0 0z"></path>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>avatar_rooms</title>
|
|
4
|
+
<path d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.837 0-16-7.163-16-16s7.163-16 16-16zM19.024 22.814h-6.047c-0.244 0-0.442 0.198-0.442 0.441v0.441c0 0.244 0.198 0.441 0.442 0.441h6.047c0.244 0 0.442-0.198 0.442-0.441v-0.441c0-0.244-0.198-0.441-0.442-0.441zM16 19.137c-0.774 0-1.401 0.625-1.401 1.397s0.627 1.397 1.401 1.397c0.774 0 1.401-0.625 1.401-1.397s-0.627-1.397-1.401-1.397zM22.858 10.167h-13.717c-0.814 0.002-1.473 0.659-1.475 1.471v7.353c0.002 0.811 0.661 1.468 1.475 1.471h0.434c0.167 0.001 0.305-0.128 0.316-0.294 0.195-3.222 2.872-5.735 6.109-5.735s5.914 2.513 6.109 5.735c0.011 0.166 0.149 0.295 0.316 0.294h0.434c0.814-0.002 1.473-0.659 1.475-1.471v-7.353c-0.002-0.811-0.661-1.468-1.475-1.471zM16 16.049c-2.313 0.001-4.248 1.749-4.476 4.044-0.008 0.095 0.024 0.189 0.089 0.259s0.156 0.11 0.252 0.109h0.8c0.173-0.001 0.319-0.131 0.338-0.303 0.189-1.507 1.474-2.638 2.997-2.638s2.808 1.131 2.997 2.638c0.020 0.172 0.165 0.302 0.338 0.303h0.8c0.095 0 0.187-0.039 0.251-0.109s0.097-0.164 0.089-0.259c-0.227-2.295-2.163-4.044-4.476-4.044z"></path>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>box</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path fill="#0061d5" style="fill: var(--color1, #0061d5)" d="M1.279 7.364c-0.72 0-1.279 0.56-1.279 1.199v10.065c0.072 3.325 2.784 5.992 6.119 5.992 0.011 0 0.022-0 0.034-0h-0.002c2.366-0.003 4.425-1.311 5.497-3.244l0.016-0.032c1.039 1.917 3.116 3.276 5.432 3.276 3.436 0 6.232-2.716 6.232-6.151 0.080-3.276-2.716-5.993-6.151-5.993-2.317 0-4.393 1.279-5.432 3.196-1.040-1.917-3.117-3.196-5.513-3.196-1.439 0-2.717 0.48-3.756 1.199v-5.112c-0.015-0.655-0.542-1.183-1.196-1.199l-0.002-0zM23.469 12.347c-0.064-0.011-0.138-0.018-0.213-0.018-0.272 0-0.524 0.086-0.73 0.231l0.004-0.003c-0.48 0.4-0.639 1.199-0.24 1.757l3.196 4.155-3.195 4.153c-0.4 0.56-0.32 1.28 0.24 1.68 0.559 0.4 1.355 0.397 1.755-0.163l2.719-3.515 2.795 3.596c0.4 0.48 1.199 0.559 1.757 0.16 0.48-0.4 0.56-1.12 0.161-1.679l-3.117-4.153 3.117-4.076c0.4-0.559 0.397-1.357-0.161-1.757-0.64-0.4-1.359-0.32-1.757 0.24l-2.795 3.435-2.72-3.593c-0.199-0.24-0.497-0.4-0.816-0.451zM6.151 14.872c2.077 0 3.756 1.68 3.756 3.677 0 2.077-1.679 3.675-3.756 3.675s-3.755-1.597-3.755-3.675c0-1.997 1.677-3.677 3.755-3.677zM17.177 14.872c2.077 0 3.755 1.68 3.755 3.677-0.080 2.077-1.757 3.675-3.755 3.675-2.077 0-3.756-1.597-3.756-3.675 0-1.997 1.679-3.677 3.756-3.677z"></path>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>box1</title>
|
|
4
|
+
<path d="M21.826 10.318c-0.246-0.55-0.492-1.1-0.738-1.65-1.25-2.192-3.377-3.59-6.918-3.339-0.736 0.113-1.204 0.268-1.788 0.55-1.657 0.766-3.495 2.398-3.809 4.479-0.661 0.21-1.321 0.419-1.982 0.629-1.228 0.578-2.535 1.542-3.264 2.632-0.584 0.873-1.063 1.861-1.399 2.985-0.519 1.739 0.010 3.767 0.505 5.029 1.011 2.579 3.214 4.354 6.218 4.911 0.894 0.026 1.788 0.052 2.682 0.078h4.741c2.567 0 5.827 0.355 8.006-0.235 2.808-0.761 4.999-2.79 5.83-5.54 1.744-5.775-2.875-10.593-8.084-10.529v0l-0-0zM16.756 23.772c-1.532 0-2.845-0.901-3.482-2.201-0.638 1.3-1.95 2.201-3.482 2.201-2.154 0-3.9-1.765-3.9-3.943 0-0.016 0-0.032 0-0.048 0-0.007 0-0.014 0-0.022v-6.477c0-0.466 0.374-0.845 0.835-0.845s0.836 0.379 0.836 0.845v3.312c0.632-0.445 1.4-0.706 2.229-0.706 1.532 0 2.844 0.901 3.482 2.2 0.638-1.299 1.95-2.2 3.482-2.2 2.153 0 3.899 1.765 3.899 3.942s-1.746 3.943-3.899 3.943v0zM26.058 22.559c0.278 0.372 0.205 0.903-0.163 1.183s-0.893 0.208-1.17-0.165l-1.701-2.276-1.701 2.276c-0.278 0.373-0.802 0.446-1.17 0.165s-0.442-0.811-0.164-1.183l1.987-2.658-1.987-2.659c-0.278-0.372-0.205-0.902 0.164-1.183s0.892-0.207 1.17 0.165l1.701 2.276 1.701-2.276c0.277-0.372 0.801-0.446 1.17-0.165s0.441 0.811 0.163 1.183l-1.987 2.659 1.987 2.658zM16.756 17.577c1.231 0 2.228 1.008 2.228 2.252s-0.997 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s0.998-2.252 2.229-2.252zM9.792 17.577c1.231 0 2.228 1.008 2.228 2.252s-0.998 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s0.998-2.252 2.229-2.252z"></path>
|
|
5
|
+
</svg>
|