@dialpad/dialtone 9.14.2 → 9.15.0
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/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +69 -29
- package/dist/css/dialtone.min.css +1 -1
- package/dist/icons/dialtone-icon@2.mjs +1006 -971
- package/dist/icons/dialtone-icon@2.umd.js +1 -1
- package/dist/icons/dialtone-icon@3.mjs +3809 -3741
- package/dist/icons/dialtone-icon@3.umd.js +1 -1
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/dialpad-ai-color-reversed.svg +1 -0
- package/dist/icons/svg/dialpad-ai-reversed.svg +1 -0
- package/dist/tokens/android/java/tokens-dark.kt +6 -6
- package/dist/tokens/android/java/tokens-light.kt +6 -6
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +4 -4
- package/dist/tokens/css/variables-dark.css +10 -10
- package/dist/tokens/css/variables-light.css +10 -10
- package/dist/tokens/doc.json +444 -444
- package/dist/tokens/ios/tokens-dark.swift +2 -2
- package/dist/tokens/ios/tokens-light.swift +2 -2
- package/dist/tokens/less/variables-dark.less +10 -10
- package/dist/tokens/less/variables-light.less +10 -10
- package/dist/tokens/tokens-dark.json +72 -72
- package/dist/tokens/tokens-light.json +70 -70
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -2
- package/dist/vue2/dialtone-vue.js +198 -207
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +5 -25
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/{emoji_picker-xC7uJDCX.js → emoji_picker-OJ6lh20K.js} +2 -2
- package/dist/vue2/{emoji_picker-PV3E1ESP.cjs → emoji_picker-z-B8k83O.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-lhfBdf65.cjs → emoji_text_wrapper-KI_hDGH2.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-DHv6GfAX.js → emoji_text_wrapper-M-VioW2S.js} +2 -2
- package/dist/vue2/{index-EEKICgH6.js → index-6ISTdsJ4.js} +1441 -1404
- package/dist/vue2/index-sX8rogLr.cjs +1 -0
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +21 -6
- package/dist/vue2/{rich_text_editor-DhEmmg9W.cjs → rich_text_editor-ZG0IhFjX.cjs} +2 -2
- package/dist/vue2/{rich_text_editor-WaW2IVbb.js → rich_text_editor-vIzUWZRb.js} +12 -4
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-s5-t4SPy.js → tooltip-AVHt9lw0.js} +8 -8
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +17 -0
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +9 -0
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue2/types/directives/tooltip/tooltip.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -2
- package/dist/vue3/dialtone-vue.js +447 -446
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +29 -49
- package/dist/vue3/{emoji-ppApZXjY.js → emoji-Sc_SzVCR.js} +3864 -3794
- package/dist/vue3/emoji-czIMeeWW.cjs +1 -0
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-XHD9NN0X.js → emoji_picker-CZ0cEXh2.js} +2 -2
- package/dist/vue3/{emoji_picker-mKaAu1dm.cjs → emoji_picker-grujwrLW.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-rnrD1UpL.js → emoji_text_wrapper-PsH5vDPn.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-U7jKFbg1.cjs → emoji_text_wrapper-f58KMEzk.cjs} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +32 -16
- package/dist/vue3/{rich_text_editor-G1GLwWlk.js → rich_text_editor-ILEwVbEw.js} +579 -568
- package/dist/vue3/{rich_text_editor-CkZ82uQY.cjs → rich_text_editor-g3YVFGwk.cjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/{tooltip-Ooi51wOv.js → tooltip-Od71Luh6.js} +10 -10
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +21 -1
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +12 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/directives/tooltip/tooltip.d.ts.map +1 -1
- package/dist/vue3/types/index.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/package.json +1 -1
- package/dist/vue2/index-vDKY4OP8.cjs +0 -1
- package/dist/vue2/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
- package/dist/vue2/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
- package/dist/vue3/emoji-HI8urLsM.cjs +0 -1
- package/dist/vue3/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
- package/dist/vue3/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
- /package/dist/vue2/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
- /package/dist/vue3/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
package/dist/icons/icons.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
["accessibility","activity","add-task","agent-assist","ai-notes","ai-write","airplay","airtable","alarm-check","alarm-clock-off","alarm-minus","alarm-plus","album","alert-circle","alert-triangle","align-center","align-justify","align-left","align-right","amex","app-store-badge","apple","archive","archive-restore","arrow-down","arrow-down-left","arrow-down-right","arrow-left","arrow-left-right","arrow-right","arrow-up","arrow-up-down","arrow-up-left","arrow-up-right","asana","asterisk","at-sign","ata-adapter","attestation","attestation-outline","axis-3d","bar-chart","bar-chart-2","bar-chart-3","bar-chart-4","bar-chart-horizontal","barge","baseline","battery","battery-charging","battery-full","battery-low","battery-medium","bell","bell-minus","bell-off","bell-plus","bell-ring","binary","bluetooth","bluetooth-connected","bluetooth-off","bluetooth-searching","blur-background","bold","book","book-open","bookmark","bookmark-minus","bookmark-plus","box","box-select","boxes","branch","brand-dialpad","brand-dialpad-meetings","briefcase","building","building-2","bullet","bullhorn","calculator","calendar","calendar-check","calendar-check-2","calendar-clock","calendar-days","calendar-heart","calendar-minus","calendar-off","calendar-plus","calendar-range","calendar-search","calendar-x","call-abandoned","call-merge","call-rejected","camera","camera-off","camera-tracking","cast","check","check-circle","check-circle-filled","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","chevrons-down","chevrons-down-up","chevrons-left","chevrons-left-right","chevrons-right","chevrons-right-left","chevrons-up","chevrons-up-down","circle-half-filled","circle-slashed","clipboard","clipboard-check","clipboard-copy","clipboard-edit","clipboard-list","clipboard-signature","clipboard-type","clipboard-x","clock","clock-1","clock-10","clock-11","clock-12","clock-2","clock-3","clock-4","clock-5","clock-6","clock-7","clock-8","clock-9","clockify","close","cloud","cloud-cog","cloud-drizzle","cloud-fog","cloud-hail","cloud-lightning","cloud-moon","cloud-moon-rain","cloud-off","cloud-rain","cloud-rain-wind","cloud-snow","cloud-sun","cloud-sun-rain","cloudy","coaching-hub","code","code-block","command","concierge-bell","contacts","copper-crm","copy","copyright","corner-down-left","corner-down-right","corner-left-down","corner-left-up","corner-right-down","corner-right-up","corner-up-left","corner-up-right","cpu","credit-card","dash","dect-base-station","dect-handset","delete","deskphone","dialbot","dialer","dialpad-ai","dialpad-ai-color","dialpad-logomark","digital-whisper","diners-club","discover","dissatisfied","double-check","download","download-cloud","dp-phone","edit","edit-2","empty","end-chat","equal","eraser","evernote","expand","expert-node","external-link","eye","eye-off","facebook","factory","fast-forward","file","file-audio","files","film","filter","fingerprint","flag","flag-off","flame","focus","folder","folder-tree","folders","food","form-input","forward","freshsales-crm","front","gamepad","gauge","gif-filled","gif-outline","giphy","globe-2","gmail","google-business-messaging","google-calendar","google-docs","google-drive","google-glyph","google-sheets","google-slides","greenhouse","grid","grip-horizontal","grip-vertical","hand","hard-drive","hash","hash-bold","haze","hd","headphones","hear","heart","help-circle","highfive","history","hold","home","hourglass","hubspot","image","import","inbox","indent","infinity","info","inspect","instagram","intercom","isolated-queries","italic","jcb","jira-service-desk","key","keyboard","keypad","languages","laptop-2","large-self-view","layout","layout-dashboard","layout-filmstrip","layout-grid","layout-template","library","life-buoy","lightbulb","lightbulb-off","lightning-bolt","line-chart","line-messenger","link-2","link-2-off","linkedin","list-add","list-bullet","list-checks","list-ordered","listen","listen","listening","live-queue","living-thing","loading","lock","lock-filled","log-in","log-out","maestro","mail","mail-open","mails","map","map-pin","mastercard","maximize","megaphone","megaphone-off","menu","message","messenger","mic","mic-off","microsoft","microsoft-dynamics-365","microsoft-teams","minimize","minimize-alt","minus-circle","miro","monday-com","monitor","monitor-off","monitor-speaker","moon","more-horizontal","more-vertical","mouse","multi-line-dept","music","music-off","network","neutral","newspaper","not-enough-queries","notes","o365-calendar","object","office-365","option","package","paperclip","park","party-popper","past-conversations","pause","pause-circle","phone","phone-call","phone-forward","phone-hang-up","phone-hang-up","phone-hold","phone-incoming","phone-missed","phone-off","phone-outgoing","picture-in-picture","pie-chart","pin","pin-off","pipedrive","play","play-circle","play-filled","play-store-badge","plug","plus","plus-circle","power","print-fax","printer","puzzle","qr-code","queries","quote","record","record-filled","redo","refresh","rematch","repeat","reply","reply-all","rewind","rewind-15-sec","salesforce-glyph","salesforce-logo","satisfied","save","scan","scan-face","scissors","screen-share-off","scroll","search","send","servicenow","settings","share","share-2","share-screen","sheet","shield","shield-alert","shield-check","shield-close","shield-off","shortcuts","shuffle","sidebar","sidebar-close","sidebar-open","signal-best","signal-high","signal-low","signal-medium","signal-zero","siren","skip-15-sec","skip-back","skip-back-ten","skip-forward","skip-forward-ten","slack","slash","sliders","sliders-horizontal","small-self-view","smartphone","smartphone-charging","snapchat","snooze","snowflake","somewhat-dissatisfied","somewhat-satisfied","sort-asc","sort-desc","sparkle","speaker","star","star-filled","sticker","stop-circle","stop-filled","strikethrough","sun","sun-dim","sun-medium","sunrise","sunset","switch-to-cellular","switch-to-hd","table","tag","tags","takeover","task","telegram","text-cursor","text-cursor-input","thermometer","thermometer-snowflake","thermometer-sun","thread","threads","thumbs-down","thumbs-down-filled","thumbs-up","thumbs-up-filled","tiktok","timer","timer-off","timer-reset","toggl","too-many-queries","tools","toy-brick","transfer","transfer-webchat","transportation","trash","trending-down","trending-up","triangle","twitter","type","umbrella","underline","undo-2","union-pay","unlink-2","unlock","unlock-filled","unread","upload","upload-cloud","usb","user","user-check","user-minus","user-plus","user-rematch","user-remove","user-speak","users","very-dissatisfied","very-satisfied","viber","video","video-off","video-settings","visa","voicemail","voicemail-drop","volume","volume-1","volume-2","volume-x","waveform","we-chat","webcam","webchat","whatsapp","whisper","wifi","wifi-off","wind","x-brand","x-circle","zap-off","zendesk","zoho","zoho-crm","zoho-desk","zoom","zoom-in","zoom-logo","zoom-out"]
|
|
1
|
+
["accessibility","activity","add-task","agent-assist","ai-notes","ai-write","airplay","airtable","alarm-check","alarm-clock-off","alarm-minus","alarm-plus","album","alert-circle","alert-triangle","align-center","align-justify","align-left","align-right","amex","app-store-badge","apple","archive","archive-restore","arrow-down","arrow-down-left","arrow-down-right","arrow-left","arrow-left-right","arrow-right","arrow-up","arrow-up-down","arrow-up-left","arrow-up-right","asana","asterisk","at-sign","ata-adapter","attestation","attestation-outline","axis-3d","bar-chart","bar-chart-2","bar-chart-3","bar-chart-4","bar-chart-horizontal","barge","baseline","battery","battery-charging","battery-full","battery-low","battery-medium","bell","bell-minus","bell-off","bell-plus","bell-ring","binary","bluetooth","bluetooth-connected","bluetooth-off","bluetooth-searching","blur-background","bold","book","book-open","bookmark","bookmark-minus","bookmark-plus","box","box-select","boxes","branch","brand-dialpad","brand-dialpad-meetings","briefcase","building","building-2","bullet","bullhorn","calculator","calendar","calendar-check","calendar-check-2","calendar-clock","calendar-days","calendar-heart","calendar-minus","calendar-off","calendar-plus","calendar-range","calendar-search","calendar-x","call-abandoned","call-merge","call-rejected","camera","camera-off","camera-tracking","cast","check","check-circle","check-circle-filled","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","chevrons-down","chevrons-down-up","chevrons-left","chevrons-left-right","chevrons-right","chevrons-right-left","chevrons-up","chevrons-up-down","circle-half-filled","circle-slashed","clipboard","clipboard-check","clipboard-copy","clipboard-edit","clipboard-list","clipboard-signature","clipboard-type","clipboard-x","clock","clock-1","clock-10","clock-11","clock-12","clock-2","clock-3","clock-4","clock-5","clock-6","clock-7","clock-8","clock-9","clockify","close","cloud","cloud-cog","cloud-drizzle","cloud-fog","cloud-hail","cloud-lightning","cloud-moon","cloud-moon-rain","cloud-off","cloud-rain","cloud-rain-wind","cloud-snow","cloud-sun","cloud-sun-rain","cloudy","coaching-hub","code","code-block","command","concierge-bell","contacts","copper-crm","copy","copyright","corner-down-left","corner-down-right","corner-left-down","corner-left-up","corner-right-down","corner-right-up","corner-up-left","corner-up-right","cpu","credit-card","dash","dect-base-station","dect-handset","delete","deskphone","dialbot","dialer","dialpad-ai","dialpad-ai-color","dialpad-ai-color-reversed","dialpad-ai-reversed","dialpad-logomark","digital-whisper","diners-club","discover","dissatisfied","double-check","download","download-cloud","dp-phone","edit","edit-2","empty","end-chat","equal","eraser","evernote","expand","expert-node","external-link","eye","eye-off","facebook","factory","fast-forward","file","file-audio","files","film","filter","fingerprint","flag","flag-off","flame","focus","folder","folder-tree","folders","food","form-input","forward","freshsales-crm","front","gamepad","gauge","gif-filled","gif-outline","giphy","globe-2","gmail","google-business-messaging","google-calendar","google-docs","google-drive","google-glyph","google-sheets","google-slides","greenhouse","grid","grip-horizontal","grip-vertical","hand","hard-drive","hash","hash-bold","haze","hd","headphones","hear","heart","help-circle","highfive","history","hold","home","hourglass","hubspot","image","import","inbox","indent","infinity","info","inspect","instagram","intercom","isolated-queries","italic","jcb","jira-service-desk","key","keyboard","keypad","languages","laptop-2","large-self-view","layout","layout-dashboard","layout-filmstrip","layout-grid","layout-template","library","life-buoy","lightbulb","lightbulb-off","lightning-bolt","line-chart","line-messenger","link-2","link-2-off","linkedin","list-add","list-bullet","list-checks","list-ordered","listen","listen","listening","live-queue","living-thing","loading","lock","lock-filled","log-in","log-out","maestro","mail","mail-open","mails","map","map-pin","mastercard","maximize","megaphone","megaphone-off","menu","message","messenger","mic","mic-off","microsoft","microsoft-dynamics-365","microsoft-teams","minimize","minimize-alt","minus-circle","miro","monday-com","monitor","monitor-off","monitor-speaker","moon","more-horizontal","more-vertical","mouse","multi-line-dept","music","music-off","network","neutral","newspaper","not-enough-queries","notes","o365-calendar","object","office-365","option","package","paperclip","park","party-popper","past-conversations","pause","pause-circle","phone","phone-call","phone-forward","phone-hang-up","phone-hang-up","phone-hold","phone-incoming","phone-missed","phone-off","phone-outgoing","picture-in-picture","pie-chart","pin","pin-off","pipedrive","play","play-circle","play-filled","play-store-badge","plug","plus","plus-circle","power","print-fax","printer","puzzle","qr-code","queries","quote","record","record-filled","redo","refresh","rematch","repeat","reply","reply-all","rewind","rewind-15-sec","salesforce-glyph","salesforce-logo","satisfied","save","scan","scan-face","scissors","screen-share-off","scroll","search","send","servicenow","settings","share","share-2","share-screen","sheet","shield","shield-alert","shield-check","shield-close","shield-off","shortcuts","shuffle","sidebar","sidebar-close","sidebar-open","signal-best","signal-high","signal-low","signal-medium","signal-zero","siren","skip-15-sec","skip-back","skip-back-ten","skip-forward","skip-forward-ten","slack","slash","sliders","sliders-horizontal","small-self-view","smartphone","smartphone-charging","snapchat","snooze","snowflake","somewhat-dissatisfied","somewhat-satisfied","sort-asc","sort-desc","sparkle","speaker","star","star-filled","sticker","stop-circle","stop-filled","strikethrough","sun","sun-dim","sun-medium","sunrise","sunset","switch-to-cellular","switch-to-hd","table","tag","tags","takeover","task","telegram","text-cursor","text-cursor-input","thermometer","thermometer-snowflake","thermometer-sun","thread","threads","thumbs-down","thumbs-down-filled","thumbs-up","thumbs-up-filled","tiktok","timer","timer-off","timer-reset","toggl","too-many-queries","tools","toy-brick","transfer","transfer-webchat","transportation","trash","trending-down","trending-up","triangle","twitter","type","umbrella","underline","undo-2","union-pay","unlink-2","unlock","unlock-filled","unread","upload","upload-cloud","usb","user","user-check","user-minus","user-plus","user-rematch","user-remove","user-speak","users","very-dissatisfied","very-satisfied","viber","video","video-off","video-settings","visa","voicemail","voicemail-drop","volume","volume-1","volume-2","volume-x","waveform","we-chat","webcam","webchat","whatsapp","whisper","wifi","wifi-off","wind","x-brand","x-circle","zap-off","zendesk","zoho","zoho-crm","zoho-desk","zoom","zoom-in","zoom-logo","zoom-out"]
|
package/dist/icons/keywords.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"categories":{"alerts":{"alert-circle":["warning","caution"],"alert-triangle":["danger","error"],"bell-minus":["quiet"],"bell-off":["mute","silent","notify","notification"],"bell-plus":["notify","increase","notification"],"bell-ring":["alarm","notify","notification"],"bell":["notification","alert","ring"],"concierge-bell":["notification"],"flame":["fire","burn","hot"],"megaphone-off":["announce"],"megaphone":["announce","shout","broadcast"],"newspaper":["news","article","press","blog"],"siren":["emergency","alarm"],"snooze":["delay","postpone","remind"]},"arrows":{"arrow-down-left":["direction"],"arrow-down-right":["direction"],"arrow-down":["direction"],"arrow-left-right":["bidirectional","direction","swap","switch","transaction","reorder","move"],"arrow-left":["direction"],"arrow-right":["direction"],"arrow-up-down":["bidirectional","direction","swap","switch","network","mobile data","internet","reorder","move"],"arrow-up-left":["direction"],"arrow-up-right":["direction"],"arrow-up":["direction"],"chevron-down":["arrow"],"chevron-first":["arrow","previous","music"],"chevron-last":["arrow","skip","next","music"],"chevron-left":["arrow"],"chevron-right":["arrow"],"chevron-up":["arrow"],"chevrons-down-up":["arrow","collapse","fold","vertical"],"chevrons-down":["arrow"],"chevrons-left-right":["arrow","expand","horizontal","unfold"],"chevrons-left":["arrow"],"chevrons-right-left":["arrow","collapse","fold","horizontal"],"chevrons-right":["arrow"],"chevrons-up-down":["arrow","expand","unfold","vertical"],"chevrons-up":["arrow"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"redo":["undo","history"],"rematch":["user"],"repeat":["loop","arrows"],"reply":["email"],"undo-2":["redo","history"]},"brand":{"agent-assist":["ai","conversation","chat"],"ai-notes":["artificial","intelligence"],"coaching-hub":[],"dialpad-ai":["artificial","intelligence","voice"],"dialpad-logomark":[],"dp-phone":["call","dialpad"],"waveform":[],"zoom-logo":["video","competitor"]},"brand-full-color":{"airtable":[],"amex":[],"app-store-badge":[],"apple":[],"asana":[],"brand-dialpad-meetings":[],"brand-dialpad":[],"bullhorn":[],"clockify":[],"copper-crm":[],"dialbot":[],"dialpad-ai-color":[],"diners-club":[],"discover":[],"evernote":[],"facebook":[],"freshsales-crm":[],"front":[],"giphy":[],"gmail":[],"google-business-messaging":[],"google-calendar":[],"google-docs":[],"google-drive":[],"google-glyph":[],"google-sheets":[],"google-slides":[],"greenhouse":[],"highfive":[],"hubspot":[],"instagram":[],"intercom":[],"jcb":[],"jira-service-desk":[],"line-messenger":[],"linkedin":[],"maestro":[],"mastercard":[],"messenger":[],"microsoft-dynamics-365":[],"microsoft-teams":[],"microsoft":[],"miro":[],"monday-com":[],"o365-calendar":["microsoft","office"],"office-365":[],"pipedrive":[],"play-store-badge":[],"salesforce-glyph":[],"salesforce-logo":[],"servicenow":[],"slack":[],"snapchat":[],"telegram":[],"threads":["meta","facebook"],"tiktok":[],"toggl":[],"twitter":[],"union-pay":[],"viber":[],"visa":[],"we-chat":[],"whatsapp":[],"x-brand":["twitter"],"zendesk":[],"zoho-crm":[],"zoho-desk":[],"zoho":[],"zoom":[]},"communication":{"call-abandoned":["phone","missed","escape"],"call-rejected":["decline","ignore","dismiss"],"contacts":["address","people","person"],"dialer":["phone"],"digital-whisper":["private"],"forward":["send","share","email"],"hand":["gesture","palm"],"listen":["ear","hear","audio"],"listening":["ear","hear","audio"],"mail-open":["email","message","letter","read"],"mail":["email","message","letter","unread"],"mails":["emails","messages","letters","multiple","mailing list","newsletter","copy"],"message":["chat","speech"],"music":["quaver","eighth note","note"],"notes":["clipboard","write"],"past-conversations":["previous","history"],"phone-call":["ring"],"phone-forward":["call","forward"],"phone-hang-up":["disconnect","end"],"phone-hold":["phone","pause","call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],"phone":["call"],"reply-all":["email"],"send":["email","message","mail","paper airplane","paper aeroplane","submit"],"thread":["conversation","chat","message","reply"],"unread":["message","text","chat","conversation"],"voicemail-drop":["message","record","inbox"],"voicemail":["phone","cassette"],"webchat":["message","chat"],"whisper":["soft"]},"controls":{"barge":["interrupt","enter","join"],"blur-background":["video","camera","effects","lens"],"circle-slashed":["diameter","zero","Ø","null","nothing","maths"],"delete":["backspace","remove"],"download":["import","export"],"end-chat":["finish","terminate"],"expand":["scale","fullscreen"],"eye-off":["view","watch","hide","hidden"],"eye":["view","watch"],"fast-forward":["music"],"filter":["funnel","hopper"],"food":["pizza","emoji","slice"],"gamepad":["controller","emoji","activity"],"gif-filled":["giphy"],"gif-outline":["giphy"],"grid":["table"],"grip-horizontal":["grab","dots","handle"],"grip-vertical":["grab","dots","handle","move","drag"],"hear":["listen","ear","audio"],"heart":["like","love","emotion"],"history":["time","redo","undo","rewind","timeline","version"],"hold":["pause","wait"],"key":["password","login","authentication","secure"],"large-self-view":["view","focus"],"layout-dashboard":["masonry","brick"],"layout-filmstrip":["view"],"layout-grid":["app","home","start"],"layout-template":["window","webpage","block","section"],"layout":["window","webpage"],"lightbulb-off":["dark"],"lightbulb":["light"],"listen":["ear","hear"],"living-thing":["pet","cat","dog","animal"],"lock-filled":["security","password","secure","admin","locked"],"lock":["security","password","secure","admin"],"maximize":["fullscreen","expand"],"menu":["bars","navigation","hamburger","options"],"minimize-alt":["window"],"minimize":["exit fullscreen","close","shrink"],"minus-circle":["subtract","decrease"],"multi-line-dept":["selection","line","department","fork"],"music-off":["mute","silent"],"object":["item"],"option":["key","mac","button"],"park":["call"],"pause-circle":["music","audio","stop"],"pause":["music","audio","stop"],"phone-hang-up":["end","call","leave"],"picture-in-picture":["overlay","miniature","window"],"pin-off":["unpin","unsave","unlock","remove","unfix"],"pin":["save","map","lock","fix"],"play-circle":["music","start"],"play-filled":["music","start"],"play":["music","start"],"plus-circle":["add","new","maths"],"plus":["add","new","maths"],"record-filled":["circle"],"record":["circle"],"refresh":["reload"],"rewind-15-sec":["back","reverse"],"rewind":["music"],"search":["find","magnifier","magnifying glass"],"share":["network","connections"],"sheet":["spreadsheets","table","excel"],"shortcuts":["arrow"],"shuffle":["music"],"sidebar-close":["menu"],"sidebar-open":["menu"],"sidebar":["menu","navigation","panel"],"skip-15-sec":["fast-forward","advance","forward"],"skip-back-ten":["rewind","back","jump"],"skip-back":["arrow","previous","music"],"skip-forward-ten":["fast","forward","jump"],"skip-forward":["arrow","skip","next","music"],"sliders-horizontal":["settings","filters","controls"],"sliders":["settings","controls"],"small-self-view":["square","views"],"sort-asc":["filter"],"sort-desc":["filter"],"sticker":["label"],"stop-circle":["media","music"],"stop-filled":["square","pause"],"table":["sheet","grid","spreadsheet"],"takeover":["phone","call"],"transfer-webchat":["discussion","message"],"transfer":["phone","arrows","call"],"transportation":["vehicle","travel"],"trash":["garbage","delete","remove","bin"],"unlock-filled":["security"],"unlock":["security"],"x-circle":["cancel","close","delete","remove","times","clear","maths"],"zoom-in":["magnifying glass","plus"],"zoom-out":["magnifying glass","plus"]},"data":{"activity":["pulse","health","action","motion"],"axis-3d":["gizmo","coordinates"],"bar-chart-2":["statistics","diagram","graph"],"bar-chart-3":["statistics","diagram","graph"],"bar-chart-4":["statistics","diagram","graph"],"bar-chart-horizontal":["statistics","diagram","graph"],"bar-chart":["statistics","diagram","graph"],"binary":["code","digits","computer","zero","one"],"dash":["horizontal","minus"],"equal":["calculate","maths"],"line-chart":["statistics","diagram","graph"],"live-queue":["waiting"],"pie-chart":["statistics","diagram"],"trending-down":["statistics"],"trending-up":["statistics"]},"devices":{"airplay":["stream","cast","mirroring"],"ata-adapter":[],"battery-charging":["power","electricity"],"battery-full":["power","electricity"],"battery-low":["power","electricity"],"battery-medium":["power","electricity"],"battery":["power","electricity"],"bluetooth-connected":["paired","linked","connected"],"bluetooth-off":["lost","disconnected","inactive"],"bluetooth-searching":["pairing"],"bluetooth":["wireless"],"calculator":["count","calculating machine"],"camera-off":["photo","webcam","video"],"camera-tracking":["focus","lens","video"],"camera":["photo","webcam","video"],"cast":["chromecast","airplay"],"dect-base-station":[],"dect-handset":[],"deskphone":["telephone","landline"],"download-cloud":["import"],"file-audio":["music","audio","sound","headphones"],"film":["movie","video"],"focus":["camera","lens","photo"],"hd":["quality","resolution","high"],"headphones":["music","audio","sound"],"laptop-2":["computer"],"lightning-bolt":["power","energy","electricity","electric"],"mic-off":["record","sound","mute","microphone"],"mic":["record","sound","listen","radio","podcast","microphone"],"monitor-off":["share"],"monitor-speaker":["devices","connect","cast"],"monitor":["tv","screen","display"],"mouse":["device","scroll","click"],"plug":["power"],"print-fax":["printer","office","device"],"printer":["fax","office","device"],"screen-share-off":["desktop","disconnect"],"share-screen":["screenshare"],"smartphone-charging":["phone","cellphone","device","power"],"smartphone":["phone","cellphone","device"],"speaker":["audio","music"],"switch-to-cellular":["signal"],"switch-to-hd":["quality"],"usb":["universal","serial","bus","controller","connector","interface"],"video-off":["camera","movie","film"],"video":["camera","movie","film","recording"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],"volume":["music","sound","mute"],"webcam":["camera","security"],"wifi-off":["disabled"],"wifi":["connection","signal","wireless"],"zap-off":["flash","camera","lightning"]},"editing":{"ai-write":["edit","AI","call length","summary","pencil"],"align-center":["Text","Format","Flush"],"align-justify":["Text","Format","Flush"],"align-left":["Text","Format","Flush"],"align-right":["Text","Format","Flush"],"asterisk":["reference"],"at-sign":["mention","at","email","message"],"baseline":["text","format","color"],"bold":["text","strong","format"],"branch":[],"call-merge":["arrows","converge","join","connect"],"code-block":["developer","programming","script","syntax"],"edit-2":["pencil","change"],"edit":["pencil","change"],"eraser":["pencil","drawing","undo","delete","clear"],"expert-node":[],"image":["picture","photo"],"indent":["text","tab"],"inspect":["element","mouse","click","cursor","pointer","box"],"italic":["oblique","text","format"],"keyboard":["layout","spell","settings","mouse"],"link-2-off":["unchain","chain"],"link-2":["chain","url"],"list-add":["insert"],"list-bullet":["options"],"list-checks":["todo","done"],"list-ordered":["sort"],"paperclip":["attachment","file"],"quote":["quotation"],"scissors":["cut"],"strikethrough":["cross out","delete","remove","format"],"text-cursor":["select"],"type":["text","font","typography"],"underline":["text","format"],"unlink-2":["url","unchain","unchain"]},"general":{"accessibility":["disability","disabled","dda","wheelchair"],"add-task":["check","plus"],"album":["photo","book"],"archive-restore":["archive","unarchive","restore","index","box"],"archive":["index","box"],"attestation-outline":["checkbox"],"attestation":["checkbox"],"book-open":["read","library"],"book":["read","dictionary","booklet","magazine","library"],"bookmark-minus":["delete","remove"],"bookmark-plus":["add"],"bookmark":["read","clip","marker","tag"],"box-select":["selection","square","rectangular","marquee","tool"],"box":["cube","package"],"boxes":["cubes","packages","parts","group","units","collection","cluster"],"bullet":["dot","point","circle"],"check-circle-filled":["approved","done"],"check-circle":["done"],"check":["done"],"circle-half-filled":["mode","dark"],"close":["cancel","close","delete","remove","times","clear","maths"],"code":["source","programming","html","xml"],"copy":["clone","duplicate"],"copyright":["licence"],"credit-card":["bank","purchase","payment","cc"],"dissatisfied":["unhappy"],"double-check":["read"],"empty":["blank"],"flag-off":["unflag"],"flag":["report"],"form-input":["2fa","authenticate","login","field","text"],"gauge":["dashboard"],"hash-bold":["number","pound","hashtag","number"],"hash":["hashtag","number","pound"],"help-circle":["question mark"],"inbox":["email"],"info":["help"],"isolated-queries":["list","alert","query","queries"],"keypad":["number","dialpad","keypad"],"library":["book","music","album"],"log-in":["sign in","arrow","enter","auth"],"log-out":["sign out","arrow","exit","auth"],"more-horizontal":["ellipsis","menu","options"],"more-vertical":["ellipsis","menu","options"],"network":["tree"],"neutral":["bored","meh","average","face"],"not-enough-queries":["list","plus","query","queries"],"package":["box","container"],"party-popper":["emoji","congratulations","celebration","party"],"power":["on","off","device"],"puzzle":["component","module","part","piece"],"queries":["list","question mark","query","queries"],"satisfied":["happy","pleased","smile","great","good"],"scroll":["paper","log","scripture","document","parchment","transcript"],"settings":["cog","edit","gear","preferences"],"shield-alert":["security","secure","virus","admin","safety"],"shield-check":["security","secure","done","save"],"shield-close":["security","secure","wrong","unsave","virus"],"shield-off":["security","secure","security","insecure"],"shield":["security","secure"],"somewhat-dissatisfied":["face"],"somewhat-satisfied":["smile","happy","pleased","good","face"],"sparkle":["stars","magic","help","ai"],"star-filled":["bookmark","favorite","like","review","rating"],"star":["bookmark","favorite","like","review","rating"],"tag":["label","badge","ticket","mark"],"tags":["labels","badges","tickets","marks","copy","multiple"],"task":["check"],"text-cursor-input":["select"],"thumbs-down-filled":["dislike","bad","emotion","no"],"thumbs-down":["dislike","bad","emotion","no"],"thumbs-up-filled":["like","good","emotion","ok","yes"],"thumbs-up":["like","good","emotion","yes"],"too-many-queries":["list","minus","query","queries"],"tools":["wrench"],"triangle":["delta","shape"],"very-dissatisfied":["sad","frown","unhappy","bad","poor","face"],"very-satisfied":["happy","smile","face","great","pleased","good"],"video-settings":["preferences","configure"]},"os":{"clipboard-check":["copied","pasted"],"clipboard-copy":["copy","paste"],"clipboard-edit":["edit","paste","signature"],"clipboard-list":["copy","paste","tasks"],"clipboard-signature":["paste","signature"],"clipboard-type":["paste","format","text"],"clipboard-x":["copy","paste","discard","remove"],"clipboard":["copy","paste"],"cloud-off":["disconnect"],"command":["keyboard","cmd","terminal","prompt"],"cpu":["processor","technology","computer","chip"],"external-link":["outbound"],"file":["document"],"files":["multiple","copy","documents"],"fingerprint":["2fa","authentication","biometric","identity","security"],"folder-tree":["directory","tree","browser"],"folder":["directory"],"folders":["multiple","copy","directories"],"hard-drive":["computer","server","memory","data","ssd","disk","hard disk"],"import":["save"],"languages":["translate"],"life-buoy":["help","rescue","ship","life ring","support"],"qr-code":["barcode"],"save":["floppy disk"],"scan-face":["face","biometric","authentication","2fa"],"scan":["qr-code"],"share-2":["network","connections"],"signal-best":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-high":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-low":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-medium":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-zero":["connection","wireless","gsm","phone","2g","3g","4g","5g","lost"],"slash":["cancel","ban","no","stop","forbidden","prohibited","error"],"toy-brick":["lego","block","addon","plugin","integration"],"upload-cloud":["file"],"upload":["file"]},"people":{"user-check":["followed","subscribed","done"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-rematch":["people"],"user-remove":["delete","remove","unfollow","unsubscribe","unavailable"],"user-speak":["voice","talk","speak"],"user":["person","account","contact"],"users":["group","people"]},"places":{"briefcase":["work","bag","baggage","folder"],"building-2":["business","company","enterprise","skyscraper","organisation","organization"],"building":["organisation","organization"],"factory":["building","business","energy","industry","manufacture","sector"],"globe-2":["world","browser","language","translate"],"home":["house","living"],"map-pin":["location","navigation","travel","marker"],"map":["location","navigation","travel"]},"time":{"alarm-check":["done"],"alarm-clock-off":["morning","turn-off"],"alarm-minus":["remove"],"alarm-plus":["add"],"calendar-check-2":["date","time","event","confirm","subscribe"],"calendar-check":["date","time","event","confirm","subscribe"],"calendar-clock":["date","time","event","clock"],"calendar-days":["date","time","event"],"calendar-heart":["date","time","event","heart","favourite","subscribe"],"calendar-minus":["date","time","event","delete","remove"],"calendar-off":["date","time","event","delete","remove"],"calendar-plus":["date","time","event","add","subscribe","create","new"],"calendar-range":["date","time","event","range","period"],"calendar-search":["date","time","search","events"],"calendar-x":["date","time","event","remove","busy"],"calendar":["date","time","event","birthdate","birthday"],"clock-1":["time","watch","alarm"],"clock-10":["time","watch","alarm"],"clock-11":["time","watch","alarm"],"clock-12":["time","watch","alarm"],"clock-2":["time","watch","alarm"],"clock-3":["time","watch","alarm"],"clock-4":["time","watch","alarm"],"clock-5":["time","watch","alarm"],"clock-6":["time","watch","alarm"],"clock-7":["time","watch","alarm"],"clock-8":["time","watch","alarm"],"clock-9":["time","watch","alarm"],"clock":["time","watch","alarm"],"hourglass":["timer","time","sandglass"],"infinity":["unlimited","forever","loop","maths"],"loading":[],"timer-off":["time","timer","stopwatch"],"timer-reset":["time","timer","stopwatch"],"timer":["time","timer","stopwatch"]},"weather":{"cloud-cog":["computing","ai","cluster","network"],"cloud-drizzle":["weather","shower"],"cloud-fog":["weather","mist"],"cloud-hail":["weather","rainfall"],"cloud-lightning":["weather","bolt"],"cloud-moon-rain":["weather","partly","night","rainfall"],"cloud-moon":["weather","night"],"cloud-rain-wind":["weather","rainfall"],"cloud-rain":["weather","rainfall"],"cloud-snow":["weather","blizzard"],"cloud-sun-rain":["weather","partly","rainfall"],"cloud-sun":["weather","partly"],"cloud":["weather"],"cloudy":["clouds"],"haze":["mist","fog"],"moon":["dark","night"],"snowflake":["cold","weather","freeze","snow","winter"],"sun-dim":["brightness","dim","low","brightness low"],"sun-medium":["brightness","medium"],"sun":["brightness","weather","light","summer"],"sunrise":["weather","time","morning","day"],"sunset":["weather","time","evening","night"],"thermometer-snowflake":["temperature","celsius","fahrenheit","weather","cold","freeze","freezing"],"thermometer-sun":["temperature","celsius","fahrenheit","weather","warm","hot"],"thermometer":["temperature","celsius","fahrenheit","weather"],"umbrella":["rain","weather"],"wind":["weather","air","blow"]}}}
|
|
1
|
+
{"categories":{"alerts":{"alert-circle":["warning","caution"],"alert-triangle":["danger","error"],"bell-minus":["quiet"],"bell-off":["mute","silent","notify","notification"],"bell-plus":["notify","increase","notification"],"bell-ring":["alarm","notify","notification"],"bell":["notification","alert","ring"],"concierge-bell":["notification"],"flame":["fire","burn","hot"],"megaphone-off":["announce"],"megaphone":["announce","shout","broadcast"],"newspaper":["news","article","press","blog"],"siren":["emergency","alarm"],"snooze":["delay","postpone","remind"]},"arrows":{"arrow-down-left":["direction"],"arrow-down-right":["direction"],"arrow-down":["direction"],"arrow-left-right":["bidirectional","direction","swap","switch","transaction","reorder","move"],"arrow-left":["direction"],"arrow-right":["direction"],"arrow-up-down":["bidirectional","direction","swap","switch","network","mobile data","internet","reorder","move"],"arrow-up-left":["direction"],"arrow-up-right":["direction"],"arrow-up":["direction"],"chevron-down":["arrow"],"chevron-first":["arrow","previous","music"],"chevron-last":["arrow","skip","next","music"],"chevron-left":["arrow"],"chevron-right":["arrow"],"chevron-up":["arrow"],"chevrons-down-up":["arrow","collapse","fold","vertical"],"chevrons-down":["arrow"],"chevrons-left-right":["arrow","expand","horizontal","unfold"],"chevrons-left":["arrow"],"chevrons-right-left":["arrow","collapse","fold","horizontal"],"chevrons-right":["arrow"],"chevrons-up-down":["arrow","expand","unfold","vertical"],"chevrons-up":["arrow"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"redo":["undo","history"],"rematch":["user"],"repeat":["loop","arrows"],"reply":["email"],"undo-2":["redo","history"]},"brand":{"agent-assist":["ai","conversation","chat"],"ai-notes":["artificial","intelligence"],"coaching-hub":[],"dialpad-ai-reversed":["dp","brand"],"dialpad-ai":["artificial","intelligence","voice"],"dialpad-logomark":[],"dp-phone":["call","dialpad"],"waveform":[],"zoom-logo":["video","competitor"]},"brand-full-color":{"airtable":[],"amex":[],"app-store-badge":[],"apple":[],"asana":[],"brand-dialpad-meetings":[],"brand-dialpad":[],"bullhorn":[],"clockify":[],"copper-crm":[],"dialbot":[],"dialpad-ai-color-reversed":[],"dialpad-ai-color":[],"diners-club":[],"discover":[],"evernote":[],"facebook":[],"freshsales-crm":[],"front":[],"giphy":[],"gmail":[],"google-business-messaging":[],"google-calendar":[],"google-docs":[],"google-drive":[],"google-glyph":[],"google-sheets":[],"google-slides":[],"greenhouse":[],"highfive":[],"hubspot":[],"instagram":[],"intercom":[],"jcb":[],"jira-service-desk":[],"line-messenger":[],"linkedin":[],"maestro":[],"mastercard":[],"messenger":[],"microsoft-dynamics-365":[],"microsoft-teams":[],"microsoft":[],"miro":[],"monday-com":[],"o365-calendar":["microsoft","office"],"office-365":[],"pipedrive":[],"play-store-badge":[],"salesforce-glyph":[],"salesforce-logo":[],"servicenow":[],"slack":[],"snapchat":[],"telegram":[],"threads":["meta","facebook"],"tiktok":[],"toggl":[],"twitter":[],"union-pay":[],"viber":[],"visa":[],"we-chat":[],"whatsapp":[],"x-brand":["twitter"],"zendesk":[],"zoho-crm":[],"zoho-desk":[],"zoho":[],"zoom":[]},"communication":{"call-abandoned":["phone","missed","escape"],"call-rejected":["decline","ignore","dismiss"],"contacts":["address","people","person"],"dialer":["phone"],"digital-whisper":["private"],"forward":["send","share","email"],"hand":["gesture","palm"],"listen":["ear","hear","audio"],"listening":["ear","hear","audio"],"mail-open":["email","message","letter","read"],"mail":["email","message","letter","unread"],"mails":["emails","messages","letters","multiple","mailing list","newsletter","copy"],"message":["chat","speech"],"music":["quaver","eighth note","note"],"notes":["clipboard","write"],"past-conversations":["previous","history"],"phone-call":["ring"],"phone-forward":["call","forward"],"phone-hang-up":["disconnect","end"],"phone-hold":["phone","pause","call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],"phone":["call"],"reply-all":["email"],"send":["email","message","mail","paper airplane","paper aeroplane","submit"],"thread":["conversation","chat","message","reply"],"unread":["message","text","chat","conversation"],"voicemail-drop":["message","record","inbox"],"voicemail":["phone","cassette"],"webchat":["message","chat"],"whisper":["soft"]},"controls":{"barge":["interrupt","enter","join"],"blur-background":["video","camera","effects","lens"],"circle-slashed":["diameter","zero","Ø","null","nothing","maths"],"delete":["backspace","remove"],"download":["import","export"],"end-chat":["finish","terminate"],"expand":["scale","fullscreen"],"eye-off":["view","watch","hide","hidden"],"eye":["view","watch"],"fast-forward":["music"],"filter":["funnel","hopper"],"food":["pizza","emoji","slice"],"gamepad":["controller","emoji","activity"],"gif-filled":["giphy"],"gif-outline":["giphy"],"grid":["table"],"grip-horizontal":["grab","dots","handle"],"grip-vertical":["grab","dots","handle","move","drag"],"hear":["listen","ear","audio"],"heart":["like","love","emotion"],"history":["time","redo","undo","rewind","timeline","version"],"hold":["pause","wait"],"key":["password","login","authentication","secure"],"large-self-view":["view","focus"],"layout-dashboard":["masonry","brick"],"layout-filmstrip":["view"],"layout-grid":["app","home","start"],"layout-template":["window","webpage","block","section"],"layout":["window","webpage"],"lightbulb-off":["dark"],"lightbulb":["light"],"listen":["ear","hear"],"living-thing":["pet","cat","dog","animal"],"lock-filled":["security","password","secure","admin","locked"],"lock":["security","password","secure","admin"],"maximize":["fullscreen","expand"],"menu":["bars","navigation","hamburger","options"],"minimize-alt":["window"],"minimize":["exit fullscreen","close","shrink"],"minus-circle":["subtract","decrease"],"multi-line-dept":["selection","line","department","fork"],"music-off":["mute","silent"],"object":["item"],"option":["key","mac","button"],"park":["call"],"pause-circle":["music","audio","stop"],"pause":["music","audio","stop"],"phone-hang-up":["end","call","leave"],"picture-in-picture":["overlay","miniature","window"],"pin-off":["unpin","unsave","unlock","remove","unfix"],"pin":["save","map","lock","fix"],"play-circle":["music","start"],"play-filled":["music","start"],"play":["music","start"],"plus-circle":["add","new","maths"],"plus":["add","new","maths"],"record-filled":["circle"],"record":["circle"],"refresh":["reload"],"rewind-15-sec":["back","reverse"],"rewind":["music"],"search":["find","magnifier","magnifying glass"],"share":["network","connections"],"sheet":["spreadsheets","table","excel"],"shortcuts":["arrow"],"shuffle":["music"],"sidebar-close":["menu"],"sidebar-open":["menu"],"sidebar":["menu","navigation","panel"],"skip-15-sec":["fast-forward","advance","forward"],"skip-back-ten":["rewind","back","jump"],"skip-back":["arrow","previous","music"],"skip-forward-ten":["fast","forward","jump"],"skip-forward":["arrow","skip","next","music"],"sliders-horizontal":["settings","filters","controls"],"sliders":["settings","controls"],"small-self-view":["square","views"],"sort-asc":["filter"],"sort-desc":["filter"],"sticker":["label"],"stop-circle":["media","music"],"stop-filled":["square","pause"],"table":["sheet","grid","spreadsheet"],"takeover":["phone","call"],"transfer-webchat":["discussion","message"],"transfer":["phone","arrows","call"],"transportation":["vehicle","travel"],"trash":["garbage","delete","remove","bin"],"unlock-filled":["security"],"unlock":["security"],"x-circle":["cancel","close","delete","remove","times","clear","maths"],"zoom-in":["magnifying glass","plus"],"zoom-out":["magnifying glass","plus"]},"data":{"activity":["pulse","health","action","motion"],"axis-3d":["gizmo","coordinates"],"bar-chart-2":["statistics","diagram","graph"],"bar-chart-3":["statistics","diagram","graph"],"bar-chart-4":["statistics","diagram","graph"],"bar-chart-horizontal":["statistics","diagram","graph"],"bar-chart":["statistics","diagram","graph"],"binary":["code","digits","computer","zero","one"],"dash":["horizontal","minus"],"equal":["calculate","maths"],"line-chart":["statistics","diagram","graph"],"live-queue":["waiting"],"pie-chart":["statistics","diagram"],"trending-down":["statistics"],"trending-up":["statistics"]},"devices":{"airplay":["stream","cast","mirroring"],"ata-adapter":[],"battery-charging":["power","electricity"],"battery-full":["power","electricity"],"battery-low":["power","electricity"],"battery-medium":["power","electricity"],"battery":["power","electricity"],"bluetooth-connected":["paired","linked","connected"],"bluetooth-off":["lost","disconnected","inactive"],"bluetooth-searching":["pairing"],"bluetooth":["wireless"],"calculator":["count","calculating machine"],"camera-off":["photo","webcam","video"],"camera-tracking":["focus","lens","video"],"camera":["photo","webcam","video"],"cast":["chromecast","airplay"],"dect-base-station":[],"dect-handset":[],"deskphone":["telephone","landline"],"download-cloud":["import"],"file-audio":["music","audio","sound","headphones"],"film":["movie","video"],"focus":["camera","lens","photo"],"hd":["quality","resolution","high"],"headphones":["music","audio","sound"],"laptop-2":["computer"],"lightning-bolt":["power","energy","electricity","electric"],"mic-off":["record","sound","mute","microphone"],"mic":["record","sound","listen","radio","podcast","microphone"],"monitor-off":["share"],"monitor-speaker":["devices","connect","cast"],"monitor":["tv","screen","display"],"mouse":["device","scroll","click"],"plug":["power"],"print-fax":["printer","office","device"],"printer":["fax","office","device"],"screen-share-off":["desktop","disconnect"],"share-screen":["screenshare"],"smartphone-charging":["phone","cellphone","device","power"],"smartphone":["phone","cellphone","device"],"speaker":["audio","music"],"switch-to-cellular":["signal"],"switch-to-hd":["quality"],"usb":["universal","serial","bus","controller","connector","interface"],"video-off":["camera","movie","film"],"video":["camera","movie","film","recording"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],"volume":["music","sound","mute"],"webcam":["camera","security"],"wifi-off":["disabled"],"wifi":["connection","signal","wireless"],"zap-off":["flash","camera","lightning"]},"editing":{"ai-write":["edit","AI","call length","summary","pencil"],"align-center":["Text","Format","Flush"],"align-justify":["Text","Format","Flush"],"align-left":["Text","Format","Flush"],"align-right":["Text","Format","Flush"],"asterisk":["reference"],"at-sign":["mention","at","email","message"],"baseline":["text","format","color"],"bold":["text","strong","format"],"branch":[],"call-merge":["arrows","converge","join","connect"],"code-block":["developer","programming","script","syntax"],"edit-2":["pencil","change"],"edit":["pencil","change"],"eraser":["pencil","drawing","undo","delete","clear"],"expert-node":[],"image":["picture","photo"],"indent":["text","tab"],"inspect":["element","mouse","click","cursor","pointer","box"],"italic":["oblique","text","format"],"keyboard":["layout","spell","settings","mouse"],"link-2-off":["unchain","chain"],"link-2":["chain","url"],"list-add":["insert"],"list-bullet":["options"],"list-checks":["todo","done"],"list-ordered":["sort"],"paperclip":["attachment","file"],"quote":["quotation"],"scissors":["cut"],"strikethrough":["cross out","delete","remove","format"],"text-cursor":["select"],"type":["text","font","typography"],"underline":["text","format"],"unlink-2":["url","unchain","unchain"]},"general":{"accessibility":["disability","disabled","dda","wheelchair"],"add-task":["check","plus"],"album":["photo","book"],"archive-restore":["archive","unarchive","restore","index","box"],"archive":["index","box"],"attestation-outline":["checkbox"],"attestation":["checkbox"],"book-open":["read","library"],"book":["read","dictionary","booklet","magazine","library"],"bookmark-minus":["delete","remove"],"bookmark-plus":["add"],"bookmark":["read","clip","marker","tag"],"box-select":["selection","square","rectangular","marquee","tool"],"box":["cube","package"],"boxes":["cubes","packages","parts","group","units","collection","cluster"],"bullet":["dot","point","circle"],"check-circle-filled":["approved","done"],"check-circle":["done"],"check":["done"],"circle-half-filled":["mode","dark"],"close":["cancel","close","delete","remove","times","clear","maths"],"code":["source","programming","html","xml"],"copy":["clone","duplicate"],"copyright":["licence"],"credit-card":["bank","purchase","payment","cc"],"dissatisfied":["unhappy"],"double-check":["read"],"empty":["blank"],"flag-off":["unflag"],"flag":["report"],"form-input":["2fa","authenticate","login","field","text"],"gauge":["dashboard"],"hash-bold":["number","pound","hashtag","number"],"hash":["hashtag","number","pound"],"help-circle":["question mark"],"inbox":["email"],"info":["help"],"isolated-queries":["list","alert","query","queries"],"keypad":["number","dialpad","keypad"],"library":["book","music","album"],"log-in":["sign in","arrow","enter","auth"],"log-out":["sign out","arrow","exit","auth"],"more-horizontal":["ellipsis","menu","options"],"more-vertical":["ellipsis","menu","options"],"network":["tree"],"neutral":["bored","meh","average","face"],"not-enough-queries":["list","plus","query","queries"],"package":["box","container"],"party-popper":["emoji","congratulations","celebration","party"],"power":["on","off","device"],"puzzle":["component","module","part","piece"],"queries":["list","question mark","query","queries"],"satisfied":["happy","pleased","smile","great","good"],"scroll":["paper","log","scripture","document","parchment","transcript"],"settings":["cog","edit","gear","preferences"],"shield-alert":["security","secure","virus","admin","safety"],"shield-check":["security","secure","done","save"],"shield-close":["security","secure","wrong","unsave","virus"],"shield-off":["security","secure","security","insecure"],"shield":["security","secure"],"somewhat-dissatisfied":["face"],"somewhat-satisfied":["smile","happy","pleased","good","face"],"sparkle":["stars","magic","help","ai"],"star-filled":["bookmark","favorite","like","review","rating"],"star":["bookmark","favorite","like","review","rating"],"tag":["label","badge","ticket","mark"],"tags":["labels","badges","tickets","marks","copy","multiple"],"task":["check"],"text-cursor-input":["select"],"thumbs-down-filled":["dislike","bad","emotion","no"],"thumbs-down":["dislike","bad","emotion","no"],"thumbs-up-filled":["like","good","emotion","ok","yes"],"thumbs-up":["like","good","emotion","yes"],"too-many-queries":["list","minus","query","queries"],"tools":["wrench"],"triangle":["delta","shape"],"very-dissatisfied":["sad","frown","unhappy","bad","poor","face"],"very-satisfied":["happy","smile","face","great","pleased","good"],"video-settings":["preferences","configure"]},"os":{"clipboard-check":["copied","pasted"],"clipboard-copy":["copy","paste"],"clipboard-edit":["edit","paste","signature"],"clipboard-list":["copy","paste","tasks"],"clipboard-signature":["paste","signature"],"clipboard-type":["paste","format","text"],"clipboard-x":["copy","paste","discard","remove"],"clipboard":["copy","paste"],"cloud-off":["disconnect"],"command":["keyboard","cmd","terminal","prompt"],"cpu":["processor","technology","computer","chip"],"external-link":["outbound"],"file":["document"],"files":["multiple","copy","documents"],"fingerprint":["2fa","authentication","biometric","identity","security"],"folder-tree":["directory","tree","browser"],"folder":["directory"],"folders":["multiple","copy","directories"],"hard-drive":["computer","server","memory","data","ssd","disk","hard disk"],"import":["save"],"languages":["translate"],"life-buoy":["help","rescue","ship","life ring","support"],"qr-code":["barcode"],"save":["floppy disk"],"scan-face":["face","biometric","authentication","2fa"],"scan":["qr-code"],"share-2":["network","connections"],"signal-best":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-high":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-low":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-medium":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-zero":["connection","wireless","gsm","phone","2g","3g","4g","5g","lost"],"slash":["cancel","ban","no","stop","forbidden","prohibited","error"],"toy-brick":["lego","block","addon","plugin","integration"],"upload-cloud":["file"],"upload":["file"]},"people":{"user-check":["followed","subscribed","done"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-rematch":["people"],"user-remove":["delete","remove","unfollow","unsubscribe","unavailable"],"user-speak":["voice","talk","speak"],"user":["person","account","contact"],"users":["group","people"]},"places":{"briefcase":["work","bag","baggage","folder"],"building-2":["business","company","enterprise","skyscraper","organisation","organization"],"building":["organisation","organization"],"factory":["building","business","energy","industry","manufacture","sector"],"globe-2":["world","browser","language","translate"],"home":["house","living"],"map-pin":["location","navigation","travel","marker"],"map":["location","navigation","travel"]},"time":{"alarm-check":["done"],"alarm-clock-off":["morning","turn-off"],"alarm-minus":["remove"],"alarm-plus":["add"],"calendar-check-2":["date","time","event","confirm","subscribe"],"calendar-check":["date","time","event","confirm","subscribe"],"calendar-clock":["date","time","event","clock"],"calendar-days":["date","time","event"],"calendar-heart":["date","time","event","heart","favourite","subscribe"],"calendar-minus":["date","time","event","delete","remove"],"calendar-off":["date","time","event","delete","remove"],"calendar-plus":["date","time","event","add","subscribe","create","new"],"calendar-range":["date","time","event","range","period"],"calendar-search":["date","time","search","events"],"calendar-x":["date","time","event","remove","busy"],"calendar":["date","time","event","birthdate","birthday"],"clock-1":["time","watch","alarm"],"clock-10":["time","watch","alarm"],"clock-11":["time","watch","alarm"],"clock-12":["time","watch","alarm"],"clock-2":["time","watch","alarm"],"clock-3":["time","watch","alarm"],"clock-4":["time","watch","alarm"],"clock-5":["time","watch","alarm"],"clock-6":["time","watch","alarm"],"clock-7":["time","watch","alarm"],"clock-8":["time","watch","alarm"],"clock-9":["time","watch","alarm"],"clock":["time","watch","alarm"],"hourglass":["timer","time","sandglass"],"infinity":["unlimited","forever","loop","maths"],"loading":[],"timer-off":["time","timer","stopwatch"],"timer-reset":["time","timer","stopwatch"],"timer":["time","timer","stopwatch"]},"weather":{"cloud-cog":["computing","ai","cluster","network"],"cloud-drizzle":["weather","shower"],"cloud-fog":["weather","mist"],"cloud-hail":["weather","rainfall"],"cloud-lightning":["weather","bolt"],"cloud-moon-rain":["weather","partly","night","rainfall"],"cloud-moon":["weather","night"],"cloud-rain-wind":["weather","rainfall"],"cloud-rain":["weather","rainfall"],"cloud-snow":["weather","blizzard"],"cloud-sun-rain":["weather","partly","rainfall"],"cloud-sun":["weather","partly"],"cloud":["weather"],"cloudy":["clouds"],"haze":["mist","fog"],"moon":["dark","night"],"snowflake":["cold","weather","freeze","snow","winter"],"sun-dim":["brightness","dim","low","brightness low"],"sun-medium":["brightness","medium"],"sun":["brightness","weather","light","summer"],"sunrise":["weather","time","morning","day"],"sunset":["weather","time","evening","night"],"thermometer-snowflake":["temperature","celsius","fahrenheit","weather","cold","freeze","freezing"],"thermometer-sun":["temperature","celsius","fahrenheit","weather","warm","hot"],"thermometer":["temperature","celsius","fahrenheit","weather"],"umbrella":["rain","weather"],"wind":["weather","air","blow"]}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Dialpad Ai Color Reversed" class="d-icon d-icon--dialpad-ai-color-reversed" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M0 5.801A5.301 5.301 0 0 1 5.301.5h13.398A5.301 5.301 0 0 1 24 5.801v13.398a5.301 5.301 0 0 1-5.301 5.301H5.301A5.301 5.301 0 0 1 0 19.199V5.801Z" fill="url(#a)"/><path d="M19.657 7.543a1.307 1.307 0 1 1-2.614 0 1.307 1.307 0 0 1 2.614 0ZM8.788 9.749c.27-.88.788-1.166 1.088-1.166.302 0 .818.285 1.088 1.163l1.964 6.333v.001c.416 1.35 1.503 2.627 3.07 2.627a3.41 3.41 0 0 0 3.41-3.41v-4.335a1.038 1.038 0 0 0-2.075 0v4.335c0 .737-.597 1.335-1.334 1.335-.301 0-.818-.286-1.088-1.163v-.001l-1.964-6.332v-.001c-.416-1.35-1.501-2.627-3.07-2.627-1.57 0-2.658 1.28-3.072 2.631v.002l-2.55 8.22a1.038 1.038 0 0 0 1.981.616L8.788 9.75v-.002Z" fill="#fff"/><defs><linearGradient id="a" x1="25.431" y1="24.498" x2="10.959" y2="-6.187" gradientUnits="userSpaceOnUse"><stop offset=".297" stop-color="#7C52FF"/><stop offset=".762" stop-color="#F9008E"/><stop offset="1" stop-color="#F6AB3C"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Dialpad Ai Reversed" class="d-icon d-icon--dialpad-ai-reversed" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.65 0A2.65 2.65 0 0 0 0 2.65v6.7A2.65 2.65 0 0 0 2.65 12h6.7A2.65 2.65 0 0 0 12 9.35v-6.7A2.65 2.65 0 0 0 9.35 0h-6.7Zm6.525 4.175a.654.654 0 1 0 0-1.307.654.654 0 0 0 0 1.307Zm-4.237-.133c-.15 0-.409.143-.544.583L3.118 8.739a.519.519 0 1 1-.99-.307l1.274-4.11V4.32c.208-.676.751-1.316 1.536-1.316s1.328.638 1.536 1.313v.001l.982 3.166c.135.44.393.582.544.582a.667.667 0 0 0 .667-.667V5.23a.519.519 0 1 1 1.037 0V7.4c0 .941-.763 1.705-1.704 1.705-.784 0-1.328-.639-1.536-1.314l-.982-3.166v-.001c-.135-.439-.393-.581-.544-.581Z" fill="currentColor"/></svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
// Do not edit directly
|
|
4
|
-
// Generated on
|
|
4
|
+
// Generated on Tue, 27 Feb 2024 00:35:46 GMT
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -568,7 +568,7 @@ object DialtoneTokensDark {
|
|
|
568
568
|
val dtSize300 = 4.dp
|
|
569
569
|
val dtSize300Negative = -4.dp
|
|
570
570
|
val dtSize30Percent = 30.dp
|
|
571
|
-
val dtSize33Percent = 33.
|
|
571
|
+
val dtSize33Percent = 33.33300018310547.dp
|
|
572
572
|
val dtSize350 = 6.dp
|
|
573
573
|
val dtSize350Negative = -6.dp
|
|
574
574
|
val dtSize400 = 8.dp
|
|
@@ -593,7 +593,7 @@ object DialtoneTokensDark {
|
|
|
593
593
|
val dtSize625Negative = -42.dp
|
|
594
594
|
val dtSize650 = 48.dp
|
|
595
595
|
val dtSize650Negative = -48.dp
|
|
596
|
-
val dtSize66Percent = 66.
|
|
596
|
+
val dtSize66Percent = 66.69999694824219.dp
|
|
597
597
|
val dtSize700 = 64.dp
|
|
598
598
|
val dtSize700Negative = -64.dp
|
|
599
599
|
val dtSize70Percent = 70.dp
|
|
@@ -645,7 +645,7 @@ object DialtoneTokensDark {
|
|
|
645
645
|
val dtSizeRadius500 = 16.dp
|
|
646
646
|
val dtSizeRadius600 = 32.dp
|
|
647
647
|
val dtSizeRadiusCircle = 50.dp
|
|
648
|
-
val dtSizeRadiusPill =
|
|
648
|
+
val dtSizeRadiusPill = 102.dp
|
|
649
649
|
val dtSpace0 = 0.dp
|
|
650
650
|
val dtSpace0Percent = 0.dp
|
|
651
651
|
val dtSpace100 = 1.dp
|
|
@@ -685,7 +685,7 @@ object DialtoneTokensDark {
|
|
|
685
685
|
val dtSpace300 = 4.dp
|
|
686
686
|
val dtSpace300Negative = -4.dp
|
|
687
687
|
val dtSpace30Percent = 30.dp
|
|
688
|
-
val dtSpace33Percent = 33.
|
|
688
|
+
val dtSpace33Percent = 33.33300018310547.dp
|
|
689
689
|
val dtSpace350 = 6.dp
|
|
690
690
|
val dtSpace350Negative = -6.dp
|
|
691
691
|
val dtSpace400 = 8.dp
|
|
@@ -710,7 +710,7 @@ object DialtoneTokensDark {
|
|
|
710
710
|
val dtSpace625Negative = -42.dp
|
|
711
711
|
val dtSpace650 = 48.dp
|
|
712
712
|
val dtSpace650Negative = -48.dp
|
|
713
|
-
val dtSpace66Percent = 66.
|
|
713
|
+
val dtSpace66Percent = 66.69999694824219.dp
|
|
714
714
|
val dtSpace700 = 64.dp
|
|
715
715
|
val dtSpace700Negative = -64.dp
|
|
716
716
|
val dtSpace70Percent = 70.dp
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
// Do not edit directly
|
|
4
|
-
// Generated on
|
|
4
|
+
// Generated on Tue, 27 Feb 2024 00:35:45 GMT
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -448,7 +448,7 @@ object DialtoneTokensLight {
|
|
|
448
448
|
val dtSize300 = 4.dp
|
|
449
449
|
val dtSize300Negative = -4.dp
|
|
450
450
|
val dtSize30Percent = 30.dp
|
|
451
|
-
val dtSize33Percent = 33.
|
|
451
|
+
val dtSize33Percent = 33.33300018310547.dp
|
|
452
452
|
val dtSize350 = 6.dp
|
|
453
453
|
val dtSize350Negative = -6.dp
|
|
454
454
|
val dtSize400 = 8.dp
|
|
@@ -473,7 +473,7 @@ object DialtoneTokensLight {
|
|
|
473
473
|
val dtSize625Negative = -42.dp
|
|
474
474
|
val dtSize650 = 48.dp
|
|
475
475
|
val dtSize650Negative = -48.dp
|
|
476
|
-
val dtSize66Percent = 66.
|
|
476
|
+
val dtSize66Percent = 66.69999694824219.dp
|
|
477
477
|
val dtSize700 = 64.dp
|
|
478
478
|
val dtSize700Negative = -64.dp
|
|
479
479
|
val dtSize70Percent = 70.dp
|
|
@@ -525,7 +525,7 @@ object DialtoneTokensLight {
|
|
|
525
525
|
val dtSizeRadius500 = 16.dp
|
|
526
526
|
val dtSizeRadius600 = 32.dp
|
|
527
527
|
val dtSizeRadiusCircle = 50.dp
|
|
528
|
-
val dtSizeRadiusPill =
|
|
528
|
+
val dtSizeRadiusPill = 102.dp
|
|
529
529
|
val dtSpace0 = 0.dp
|
|
530
530
|
val dtSpace0Percent = 0.dp
|
|
531
531
|
val dtSpace100 = 1.dp
|
|
@@ -565,7 +565,7 @@ object DialtoneTokensLight {
|
|
|
565
565
|
val dtSpace300 = 4.dp
|
|
566
566
|
val dtSpace300Negative = -4.dp
|
|
567
567
|
val dtSpace30Percent = 30.dp
|
|
568
|
-
val dtSpace33Percent = 33.
|
|
568
|
+
val dtSpace33Percent = 33.33300018310547.dp
|
|
569
569
|
val dtSpace350 = 6.dp
|
|
570
570
|
val dtSpace350Negative = -6.dp
|
|
571
571
|
val dtSpace400 = 8.dp
|
|
@@ -590,7 +590,7 @@ object DialtoneTokensLight {
|
|
|
590
590
|
val dtSpace625Negative = -42.dp
|
|
591
591
|
val dtSpace650 = 48.dp
|
|
592
592
|
val dtSpace650Negative = -48.dp
|
|
593
|
-
val dtSpace66Percent = 66.
|
|
593
|
+
val dtSpace66Percent = 66.69999694824219.dp
|
|
594
594
|
val dtSpace700 = 64.dp
|
|
595
595
|
val dtSpace700Negative = -64.dp
|
|
596
596
|
val dtSpace70Percent = 70.dp
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 27 Feb 2024 00:35:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<dimen name="dt_dark_radio_size_width">16px</dimen>
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
<dimen name="dt_dark_size_radius_400">128.00dp</dimen>
|
|
182
182
|
<dimen name="dt_dark_size_radius_500">256.00dp</dimen>
|
|
183
183
|
<dimen name="dt_dark_size_radius_600">512.00dp</dimen>
|
|
184
|
-
<dimen name="dt_dark_size_radius_pill">
|
|
184
|
+
<dimen name="dt_dark_size_radius_pill">1632.00dp</dimen>
|
|
185
185
|
<dimen name="dt_dark_size_radius_circle">800.00dp</dimen>
|
|
186
186
|
<dimen name="dt_dark_font_size_100">12px</dimen>
|
|
187
187
|
<dimen name="dt_dark_font_size_200">15px</dimen>
|
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
<dimen name="dt_dark_space_20_percent">20%</dimen>
|
|
278
278
|
<dimen name="dt_dark_space_25_percent">25%</dimen>
|
|
279
279
|
<dimen name="dt_dark_space_30_percent">30%</dimen>
|
|
280
|
-
<dimen name="dt_dark_space_33_percent">33.
|
|
280
|
+
<dimen name="dt_dark_space_33_percent">33.33300018310547%</dimen>
|
|
281
281
|
<dimen name="dt_dark_space_40_percent">40%</dimen>
|
|
282
282
|
<dimen name="dt_dark_space_50_percent">50%</dimen>
|
|
283
283
|
<dimen name="dt_dark_space_60_percent">60%</dimen>
|
|
284
|
-
<dimen name="dt_dark_space_66_percent">66.
|
|
284
|
+
<dimen name="dt_dark_space_66_percent">66.69999694824219%</dimen>
|
|
285
285
|
<dimen name="dt_dark_space_70_percent">70%</dimen>
|
|
286
286
|
<dimen name="dt_dark_space_75_percent">75%</dimen>
|
|
287
287
|
<dimen name="dt_dark_space_80_percent">80%</dimen>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 27 Feb 2024 00:35:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dialtone-theme-dark {
|
|
@@ -70,6 +70,14 @@
|
|
|
70
70
|
--dt-size-1150: 153.6rem;
|
|
71
71
|
--dt-size-1200: 204.8rem;
|
|
72
72
|
--dt-size-base: 0.8rem;
|
|
73
|
+
--dt-size-border-0: 0rem;
|
|
74
|
+
--dt-size-border-50: 0.05rem;
|
|
75
|
+
--dt-size-border-100: 0.1rem;
|
|
76
|
+
--dt-size-border-150: 0.15rem;
|
|
77
|
+
--dt-size-border-200: 0.2rem;
|
|
78
|
+
--dt-size-border-300: 0.4rem;
|
|
79
|
+
--dt-size-border-400: 0.8rem;
|
|
80
|
+
--dt-size-border-focus: 0.3rem;
|
|
73
81
|
--dt-size-50-negative: -0.05rem;
|
|
74
82
|
--dt-size-100-negative: -0.1rem;
|
|
75
83
|
--dt-size-200-negative: -0.2rem;
|
|
@@ -128,14 +136,6 @@
|
|
|
128
136
|
--dt-size-90-percent: 90%;
|
|
129
137
|
--dt-size-95-percent: 95%;
|
|
130
138
|
--dt-size-100-percent: 100%;
|
|
131
|
-
--dt-size-border-0: 0rem;
|
|
132
|
-
--dt-size-border-50: 0.05rem;
|
|
133
|
-
--dt-size-border-100: 0.1rem;
|
|
134
|
-
--dt-size-border-150: 0.15rem;
|
|
135
|
-
--dt-size-border-200: 0.2rem;
|
|
136
|
-
--dt-size-border-300: 0.4rem;
|
|
137
|
-
--dt-size-border-400: 0.8rem;
|
|
138
|
-
--dt-size-border-focus: 0.3rem;
|
|
139
139
|
--dt-size-radius-0: 0rem;
|
|
140
140
|
--dt-size-radius-100: 0.1rem;
|
|
141
141
|
--dt-size-radius-200: 0.2rem;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
--dt-size-radius-400: 0.8rem;
|
|
144
144
|
--dt-size-radius-500: 1.6rem;
|
|
145
145
|
--dt-size-radius-600: 3.2rem;
|
|
146
|
-
--dt-size-radius-pill:
|
|
146
|
+
--dt-size-radius-pill: 10.2rem;
|
|
147
147
|
--dt-size-radius-circle: 50%;
|
|
148
148
|
--dt-space-0: 0rem;
|
|
149
149
|
--dt-space-50: 0.05rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 27 Feb 2024 00:35:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dialtone-theme-light {
|
|
@@ -70,6 +70,14 @@
|
|
|
70
70
|
--dt-size-1150: 153.6rem;
|
|
71
71
|
--dt-size-1200: 204.8rem;
|
|
72
72
|
--dt-size-base: 0.8rem;
|
|
73
|
+
--dt-size-border-0: 0rem;
|
|
74
|
+
--dt-size-border-50: 0.05rem;
|
|
75
|
+
--dt-size-border-100: 0.1rem;
|
|
76
|
+
--dt-size-border-150: 0.15rem;
|
|
77
|
+
--dt-size-border-200: 0.2rem;
|
|
78
|
+
--dt-size-border-300: 0.4rem;
|
|
79
|
+
--dt-size-border-400: 0.8rem;
|
|
80
|
+
--dt-size-border-focus: 0.3rem;
|
|
73
81
|
--dt-size-50-negative: -0.05rem;
|
|
74
82
|
--dt-size-100-negative: -0.1rem;
|
|
75
83
|
--dt-size-200-negative: -0.2rem;
|
|
@@ -128,14 +136,6 @@
|
|
|
128
136
|
--dt-size-90-percent: 90%;
|
|
129
137
|
--dt-size-95-percent: 95%;
|
|
130
138
|
--dt-size-100-percent: 100%;
|
|
131
|
-
--dt-size-border-0: 0rem;
|
|
132
|
-
--dt-size-border-50: 0.05rem;
|
|
133
|
-
--dt-size-border-100: 0.1rem;
|
|
134
|
-
--dt-size-border-150: 0.15rem;
|
|
135
|
-
--dt-size-border-200: 0.2rem;
|
|
136
|
-
--dt-size-border-300: 0.4rem;
|
|
137
|
-
--dt-size-border-400: 0.8rem;
|
|
138
|
-
--dt-size-border-focus: 0.3rem;
|
|
139
139
|
--dt-size-radius-0: 0rem;
|
|
140
140
|
--dt-size-radius-100: 0.1rem;
|
|
141
141
|
--dt-size-radius-200: 0.2rem;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
--dt-size-radius-400: 0.8rem;
|
|
144
144
|
--dt-size-radius-500: 1.6rem;
|
|
145
145
|
--dt-size-radius-600: 3.2rem;
|
|
146
|
-
--dt-size-radius-pill:
|
|
146
|
+
--dt-size-radius-pill: 10.2rem;
|
|
147
147
|
--dt-size-radius-circle: 50%;
|
|
148
148
|
--dt-space-0: 0rem;
|
|
149
149
|
--dt-space-50: 0.05rem;
|