Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: updated spot illus styles to be darkmode friendly, added new s…
Browse files Browse the repository at this point in the history
…pot illus
yorbi-dp committed Nov 27, 2023
1 parent 4767bde commit 09fe91b
Showing 11 changed files with 358 additions and 860 deletions.
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
<div
v-if="!hidden"
:id="file"
class="dialtone-icon-grid__item"
>
<aside
:data-selected="selectedStatus"
@@ -54,6 +53,8 @@ import SpotMaleLaptopTyping from '@dialpad/dialtone/lib/dist/vue/spot/SpotMaleLa
import SpotFileUpload from '@dialpad/dialtone/lib/dist/vue/spot/SpotFileUpload.vue';
import SpotBrowserTableGraph from '@dialpad/dialtone/lib/dist/vue/spot/SpotBrowserTableGraph.vue';
import SpotBrowserListCallout from '@dialpad/dialtone/lib/dist/vue/spot/SpotBrowserListCallout.vue';
import SpotMind from '@dialpad/dialtone/lib/dist/vue/spot/SpotMind.vue';
import SpotEmpty from '@dialpad/dialtone/lib/dist/vue/spot/SpotEmpty.vue';
export const ICON_KINDS = ['spot'];
@@ -67,6 +68,8 @@ export default {
SpotFileUpload,
SpotBrowserTableGraph,
SpotBrowserListCallout,
SpotMind,
SpotEmpty,
},
props: {
28 changes: 20 additions & 8 deletions apps/dialtone-documentation/docs/_data/svg-spot.json
Original file line number Diff line number Diff line change
@@ -11,12 +11,24 @@
"vue": "SpotBrowserTableGraph",
"desc": "Browser Table Graph"
},
{
"name": "Publish",
"file": "publish",
"vue": "SpotPublish",
"desc": "Publish"
},
{
"name": "File Upload",
"file": "file-upload",
"vue": "SpotFileUpload",
"desc": "File Upload"
},
{
"name": "Wireless Screen Share",
"file": "wireless-screenshare",
"vue": "SpotWirelessScreenshare",
"desc": "Wireless Screen Share"
},
{
"name": "Male Laptop Typing",
"file": "male-laptop-typing",
@@ -30,15 +42,15 @@
"desc": "A woman typing laptop"
},
{
"name": "Wireless Screen Share",
"file": "wireless-screenshare",
"vue": "SpotWirelessScreenshare",
"desc": "Wireless Screen Share"
"name": "Mind",
"file": "mind",
"vue": "Mind",
"desc": "Mind"
},
{
"name": "Publish",
"file": "publish",
"vue": "SpotPublish",
"desc": "Publish"
"name": "Empty State",
"file": "empty",
"vue": "EmptyState",
"desc": "When there is nothing to display"
}
]
84 changes: 27 additions & 57 deletions packages/dialtone/lib/build/svg/spot/browser-list-callout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 37 additions & 111 deletions packages/dialtone/lib/build/svg/spot/browser-table-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions packages/dialtone/lib/build/svg/spot/empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
357 changes: 21 additions & 336 deletions packages/dialtone/lib/build/svg/spot/female-laptop-typing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 42 additions & 48 deletions packages/dialtone/lib/build/svg/spot/file-upload.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
184 changes: 24 additions & 160 deletions packages/dialtone/lib/build/svg/spot/male-laptop-typing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions packages/dialtone/lib/build/svg/spot/mind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 60 additions & 105 deletions packages/dialtone/lib/build/svg/spot/publish.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 30 additions & 34 deletions packages/dialtone/lib/build/svg/spot/wireless-screenshare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09fe91b

Please sign in to comment.