@dialpad/dialtone-icons 4.46.1 → 4.47.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/icons.js +1 -1
- package/dist/keywords-icons.json +1 -1
- package/dist/svg/icons/book-open.svg +1 -1
- package/dist/svg/icons/digital-whisper.svg +1 -1
- package/dist/svg/icons/edit.svg +1 -1
- package/dist/svg/icons/list-chevrons-down-up.svg +1 -0
- package/dist/svg/icons/list-chevrons-up-down.svg +1 -0
- package/dist/svg/icons/list-spacing-compact.svg +1 -0
- package/dist/svg/icons/list-spacing-expanded.svg +1 -0
- package/dist/svg/icons/list-spacing-regular.svg +1 -0
- package/dist/svg/icons/message.svg +1 -1
- package/dist/svg/icons/past-conversations.svg +1 -1
- package/dist/svg/icons/quick-reply.svg +1 -1
- package/dist/svg/icons/thread.svg +1 -1
- package/dist/svg/icons/transfer-webchat.svg +1 -1
- package/dist/svg/icons/unread.svg +1 -1
- package/dist/svg/icons/webchat.svg +1 -1
- package/package.json +6 -1
- package/vue2/dist/components/icons/book-open.cjs +1 -1
- package/vue2/dist/components/icons/book-open.cjs.map +1 -1
- package/vue2/dist/components/icons/book-open.js +5 -5
- package/vue2/dist/components/icons/book-open.js.map +1 -1
- package/vue2/dist/components/icons/digital-whisper.cjs +1 -1
- package/vue2/dist/components/icons/digital-whisper.cjs.map +1 -1
- package/vue2/dist/components/icons/digital-whisper.js +5 -5
- package/vue2/dist/components/icons/digital-whisper.js.map +1 -1
- package/vue2/dist/components/icons/edit.cjs +1 -1
- package/vue2/dist/components/icons/edit.cjs.map +1 -1
- package/vue2/dist/components/icons/edit.js +12 -13
- package/vue2/dist/components/icons/edit.js.map +1 -1
- package/vue2/dist/components/icons/list-chevrons-down-up.cjs +2 -0
- package/vue2/dist/components/icons/list-chevrons-down-up.cjs.map +1 -0
- package/vue2/dist/components/icons/list-chevrons-down-up.js +55 -0
- package/vue2/dist/components/icons/list-chevrons-down-up.js.map +1 -0
- package/vue2/dist/components/icons/list-chevrons-up-down.cjs +2 -0
- package/vue2/dist/components/icons/list-chevrons-up-down.cjs.map +1 -0
- package/vue2/dist/components/icons/list-chevrons-up-down.js +55 -0
- package/vue2/dist/components/icons/list-chevrons-up-down.js.map +1 -0
- package/vue2/dist/components/icons/list-spacing-compact.cjs +2 -0
- package/vue2/dist/components/icons/list-spacing-compact.cjs.map +1 -0
- package/vue2/dist/components/icons/list-spacing-compact.js +55 -0
- package/vue2/dist/components/icons/list-spacing-compact.js.map +1 -0
- package/vue2/dist/components/icons/list-spacing-expanded.cjs +2 -0
- package/vue2/dist/components/icons/list-spacing-expanded.cjs.map +1 -0
- package/vue2/dist/components/icons/list-spacing-expanded.js +55 -0
- package/vue2/dist/components/icons/list-spacing-expanded.js.map +1 -0
- package/vue2/dist/components/icons/list-spacing-regular.cjs +2 -0
- package/vue2/dist/components/icons/list-spacing-regular.cjs.map +1 -0
- package/vue2/dist/components/icons/list-spacing-regular.js +55 -0
- package/vue2/dist/components/icons/list-spacing-regular.js.map +1 -0
- package/vue2/dist/components/icons/message.cjs +1 -1
- package/vue2/dist/components/icons/message.cjs.map +1 -1
- package/vue2/dist/components/icons/message.js +1 -1
- package/vue2/dist/components/icons/message.js.map +1 -1
- package/vue2/dist/components/icons/past-conversations.cjs +1 -1
- package/vue2/dist/components/icons/past-conversations.cjs.map +1 -1
- package/vue2/dist/components/icons/past-conversations.js +3 -3
- package/vue2/dist/components/icons/past-conversations.js.map +1 -1
- package/vue2/dist/components/icons/quick-reply.cjs +1 -1
- package/vue2/dist/components/icons/quick-reply.cjs.map +1 -1
- package/vue2/dist/components/icons/quick-reply.js +1 -1
- package/vue2/dist/components/icons/quick-reply.js.map +1 -1
- package/vue2/dist/components/icons/thread.cjs +1 -1
- package/vue2/dist/components/icons/thread.cjs.map +1 -1
- package/vue2/dist/components/icons/thread.js +8 -8
- package/vue2/dist/components/icons/thread.js.map +1 -1
- package/vue2/dist/components/icons/transfer-webchat.cjs +1 -1
- package/vue2/dist/components/icons/transfer-webchat.cjs.map +1 -1
- package/vue2/dist/components/icons/transfer-webchat.js +10 -11
- package/vue2/dist/components/icons/transfer-webchat.js.map +1 -1
- package/vue2/dist/components/icons/unread.cjs +1 -1
- package/vue2/dist/components/icons/unread.cjs.map +1 -1
- package/vue2/dist/components/icons/unread.js +1 -1
- package/vue2/dist/components/icons/unread.js.map +1 -1
- package/vue2/dist/components/icons/webchat.cjs +1 -1
- package/vue2/dist/components/icons/webchat.cjs.map +1 -1
- package/vue2/dist/components/icons/webchat.js +8 -8
- package/vue2/dist/components/icons/webchat.js.map +1 -1
- package/vue2/dist/dialtone-icons.cjs +1 -1
- package/vue2/dist/dialtone-icons.cjs.map +1 -1
- package/vue2/dist/dialtone-icons.js +697 -687
- package/vue2/dist/dialtone-icons.js.map +1 -1
- package/vue2/dist/types/index.d.ts +5 -0
- package/vue2/dist/types/index.d.ts.map +1 -1
- package/vue2/dist/types/src/icons/edit.vue.d.ts.map +1 -1
- package/vue2/dist/types/src/icons/list-chevrons-down-up.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/list-chevrons-down-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-chevrons-up-down.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/list-chevrons-up-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-spacing-compact.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/list-spacing-compact.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-spacing-expanded.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/list-spacing-expanded.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-spacing-regular.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/list-spacing-regular.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/transfer-webchat.vue.d.ts.map +1 -1
- package/vue3/dist/components/icons/book-open.cjs +1 -1
- package/vue3/dist/components/icons/book-open.cjs.map +1 -1
- package/vue3/dist/components/icons/book-open.js +8 -10
- package/vue3/dist/components/icons/book-open.js.map +1 -1
- package/vue3/dist/components/icons/digital-whisper.cjs +1 -1
- package/vue3/dist/components/icons/digital-whisper.cjs.map +1 -1
- package/vue3/dist/components/icons/digital-whisper.js +6 -8
- package/vue3/dist/components/icons/digital-whisper.js.map +1 -1
- package/vue3/dist/components/icons/edit.cjs +1 -1
- package/vue3/dist/components/icons/edit.cjs.map +1 -1
- package/vue3/dist/components/icons/edit.js +22 -38
- package/vue3/dist/components/icons/edit.js.map +1 -1
- package/vue3/dist/components/icons/list-chevrons-down-up.cjs +2 -0
- package/vue3/dist/components/icons/list-chevrons-down-up.cjs.map +1 -0
- package/vue3/dist/components/icons/list-chevrons-down-up.js +65 -0
- package/vue3/dist/components/icons/list-chevrons-down-up.js.map +1 -0
- package/vue3/dist/components/icons/list-chevrons-up-down.cjs +2 -0
- package/vue3/dist/components/icons/list-chevrons-up-down.cjs.map +1 -0
- package/vue3/dist/components/icons/list-chevrons-up-down.js +65 -0
- package/vue3/dist/components/icons/list-chevrons-up-down.js.map +1 -0
- package/vue3/dist/components/icons/list-spacing-compact.cjs +2 -0
- package/vue3/dist/components/icons/list-spacing-compact.cjs.map +1 -0
- package/vue3/dist/components/icons/list-spacing-compact.js +65 -0
- package/vue3/dist/components/icons/list-spacing-compact.js.map +1 -0
- package/vue3/dist/components/icons/list-spacing-expanded.cjs +2 -0
- package/vue3/dist/components/icons/list-spacing-expanded.cjs.map +1 -0
- package/vue3/dist/components/icons/list-spacing-expanded.js +65 -0
- package/vue3/dist/components/icons/list-spacing-expanded.js.map +1 -0
- package/vue3/dist/components/icons/list-spacing-regular.cjs +2 -0
- package/vue3/dist/components/icons/list-spacing-regular.cjs.map +1 -0
- package/vue3/dist/components/icons/list-spacing-regular.js +65 -0
- package/vue3/dist/components/icons/list-spacing-regular.js.map +1 -0
- package/vue3/dist/components/icons/message.cjs +1 -1
- package/vue3/dist/components/icons/message.cjs.map +1 -1
- package/vue3/dist/components/icons/message.js +15 -17
- package/vue3/dist/components/icons/message.js.map +1 -1
- package/vue3/dist/components/icons/past-conversations.cjs +1 -1
- package/vue3/dist/components/icons/past-conversations.cjs.map +1 -1
- package/vue3/dist/components/icons/past-conversations.js +6 -8
- package/vue3/dist/components/icons/past-conversations.js.map +1 -1
- package/vue3/dist/components/icons/quick-reply.cjs +1 -1
- package/vue3/dist/components/icons/quick-reply.cjs.map +1 -1
- package/vue3/dist/components/icons/quick-reply.js +1 -1
- package/vue3/dist/components/icons/quick-reply.js.map +1 -1
- package/vue3/dist/components/icons/thread.cjs +1 -1
- package/vue3/dist/components/icons/thread.cjs.map +1 -1
- package/vue3/dist/components/icons/thread.js +16 -22
- package/vue3/dist/components/icons/thread.js.map +1 -1
- package/vue3/dist/components/icons/transfer-webchat.cjs +1 -1
- package/vue3/dist/components/icons/transfer-webchat.cjs.map +1 -1
- package/vue3/dist/components/icons/transfer-webchat.js +23 -42
- package/vue3/dist/components/icons/transfer-webchat.js.map +1 -1
- package/vue3/dist/components/icons/unread.cjs +1 -1
- package/vue3/dist/components/icons/unread.cjs.map +1 -1
- package/vue3/dist/components/icons/unread.js +13 -17
- package/vue3/dist/components/icons/unread.js.map +1 -1
- package/vue3/dist/components/icons/webchat.cjs +1 -1
- package/vue3/dist/components/icons/webchat.cjs.map +1 -1
- package/vue3/dist/components/icons/webchat.js +8 -10
- package/vue3/dist/components/icons/webchat.js.map +1 -1
- package/vue3/dist/dialtone-icons.cjs +1 -1
- package/vue3/dist/dialtone-icons.cjs.map +1 -1
- package/vue3/dist/dialtone-icons.js +697 -687
- package/vue3/dist/dialtone-icons.js.map +1 -1
- package/vue3/dist/types/index.d.ts +5 -0
- package/vue3/dist/types/index.d.ts.map +1 -1
- package/vue3/dist/types/src/icons/edit.vue.d.ts.map +1 -1
- package/vue3/dist/types/src/icons/list-chevrons-down-up.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/list-chevrons-down-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-chevrons-up-down.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/list-chevrons-up-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-spacing-compact.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/list-spacing-compact.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-spacing-expanded.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/list-spacing-expanded.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-spacing-regular.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/list-spacing-regular.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/transfer-webchat.vue.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digital-whisper.js","sources":["../../../../src/icons/digital-whisper.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Digital Whisper\" class=\"d-icon d-icon--digital-whisper\" viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"digital-whisper.js","sources":["../../../../src/icons/digital-whisper.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Digital Whisper\" class=\"d-icon d-icon--digital-whisper\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.146 10.146a.5.5 0 1 1 .708.707l-1 1A.5.5 0 0 1 1 11.5v-1a.5.5 0 0 1 .967-.175l.18-.178ZM5.25 9a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Zm2.5 0a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1ZM10 8.5a.5.5 0 0 1 1 0A1.5 1.5 0 0 1 9.5 10a.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5ZM1 9V8a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0Zm0-2.75v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0Zm9 0v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0ZM1 3.5A1.5 1.5 0 0 1 2.5 2a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5.5.5 0 0 1-1 0Zm9 0a.5.5 0 0 0-.5-.5.5.5 0 0 1 0-1A1.5 1.5 0 0 1 11 3.5a.5.5 0 0 1-1 0ZM5.25 2a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Zm2.5 0a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDigitalWhisper',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),s={name:"DtIconEdit",props:{size:{type:String,default:"500",validator:t=>Object.keys(i.I).includes(t)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return i.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,e=a._self._c;return e("svg",{staticClass:"d-icon d-icon--edit",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Edit",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M1 10V3a1.5 1.5 0 0 1 1.5-1.5H6a.5.5 0 0 1 0 1H2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10Zm10.06-8a.56.56 0 0 0-.957-.396l-4.652 4.65-.263 1.059 1.056-.265 4.652-4.652A.56.56 0 0 0 11.06 2Zm1 0c0 .414-.164.81-.457 1.104l-4.75 4.75a.501.501 0 0 1-.232.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2 .021-.065a.5.5 0 0 1 .11-.168l4.75-4.75A1.56 1.56 0 0 1 12.06 2Z",fill:"currentColor"}})])},d=[],l=r.n(s,n,d);const c=l.exports;module.exports=c;
|
|
2
2
|
//# sourceMappingURL=edit.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edit.cjs","sources":["../../../../src/icons/edit.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Edit\" class=\"d-icon d-icon--edit\"
|
|
1
|
+
{"version":3,"file":"edit.cjs","sources":["../../../../src/icons/edit.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Edit\" class=\"d-icon d-icon--edit\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 10V3a1.5 1.5 0 0 1 1.5-1.5H6a.5.5 0 0 1 0 1H2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10Zm10.06-8a.56.56 0 0 0-.957-.396l-4.652 4.65-.263 1.059 1.056-.265 4.652-4.652A.56.56 0 0 0 11.06 2Zm1 0c0 .414-.164.81-.457 1.104l-4.75 4.75a.501.501 0 0 1-.232.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2 .021-.065a.5.5 0 0 1 .11-.168l4.75-4.75A1.56 1.56 0 0 1 12.06 2Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconEdit',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,aAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { g as r } from "../../utils-BOfnFgIH.js";
|
|
2
1
|
import { I as i } from "../../constants-DeVuDy8J.js";
|
|
3
|
-
import { n as
|
|
4
|
-
const
|
|
2
|
+
import { n as r } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const s = {
|
|
5
4
|
name: "DtIconEdit",
|
|
6
5
|
props: {
|
|
7
6
|
/**
|
|
@@ -11,7 +10,7 @@ const n = {
|
|
|
11
10
|
size: {
|
|
12
11
|
type: String,
|
|
13
12
|
default: "500",
|
|
14
|
-
validator: (
|
|
13
|
+
validator: (t) => Object.keys(i).includes(t)
|
|
15
14
|
},
|
|
16
15
|
/**
|
|
17
16
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -38,19 +37,19 @@ const n = {
|
|
|
38
37
|
}
|
|
39
38
|
},
|
|
40
39
|
created() {
|
|
41
|
-
this.$emit("loaded")
|
|
40
|
+
this.$emit("loaded");
|
|
42
41
|
}
|
|
43
42
|
};
|
|
44
|
-
var
|
|
45
|
-
var a = this,
|
|
46
|
-
return
|
|
47
|
-
},
|
|
43
|
+
var n = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--edit", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Edit", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M1 10V3a1.5 1.5 0 0 1 1.5-1.5H6a.5.5 0 0 1 0 1H2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10Zm10.06-8a.56.56 0 0 0-.957-.396l-4.652 4.65-.263 1.059 1.056-.265 4.652-4.652A.56.56 0 0 0 11.06 2Zm1 0c0 .414-.164.81-.457 1.104l-4.75 4.75a.501.501 0 0 1-.232.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2 .021-.065a.5.5 0 0 1 .11-.168l4.75-4.75A1.56 1.56 0 0 1 12.06 2Z", fill: "currentColor" } })]);
|
|
46
|
+
}, d = [], o = /* @__PURE__ */ r(
|
|
47
|
+
s,
|
|
48
48
|
n,
|
|
49
|
-
d
|
|
50
|
-
l
|
|
49
|
+
d
|
|
51
50
|
);
|
|
52
|
-
const
|
|
51
|
+
const _ = o.exports;
|
|
53
52
|
export {
|
|
54
|
-
|
|
53
|
+
_ as default
|
|
55
54
|
};
|
|
56
55
|
//# sourceMappingURL=edit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edit.js","sources":["../../../../src/icons/edit.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Edit\" class=\"d-icon d-icon--edit\"
|
|
1
|
+
{"version":3,"file":"edit.js","sources":["../../../../src/icons/edit.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Edit\" class=\"d-icon d-icon--edit\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 10V3a1.5 1.5 0 0 1 1.5-1.5H6a.5.5 0 0 1 0 1H2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10Zm10.06-8a.56.56 0 0 0-.957-.396l-4.652 4.65-.263 1.059 1.056-.265 4.652-4.652A.56.56 0 0 0 11.06 2Zm1 0c0 .414-.164.81-.457 1.104l-4.75 4.75a.501.501 0 0 1-.232.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2 .021-.065a.5.5 0 0 1 .11-.168l4.75-4.75A1.56 1.56 0 0 1 12.06 2Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconEdit',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../../constants-CHwVJpfT.cjs"),s=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),i={name:"DtIconListChevronsDownUp",props:{size:{type:String,default:"500",validator:e=>Object.keys(r.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return r.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,t=a._self._c;return t("svg",{staticClass:"d-icon d-icon--list-chevrons-down-up",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"List Chevrons Down Up",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm3.225-1.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.708L9 8.707 7.854 9.854a.5.5 0 1 1-.708-.708l1.5-1.5.079-.064ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm4.646-3.354a.5.5 0 1 1 .707.708l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.708L9 3.293l1.146-1.147ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Z",fill:"currentColor"}})])},o=[],d=s.n(i,n,o);const l=d.exports;module.exports=l;
|
|
2
|
+
//# sourceMappingURL=list-chevrons-down-up.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chevrons-down-up.cjs","sources":["../../../../src/icons/list-chevrons-down-up.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Chevrons Down Up\" class=\"d-icon d-icon--list-chevrons-down-up\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm3.225-1.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.708L9 8.707 7.854 9.854a.5.5 0 1 1-.708-.708l1.5-1.5.079-.064ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm4.646-3.354a.5.5 0 1 1 .707.708l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.708L9 3.293l1.146-1.147ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListChevronsDownUp',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,2BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { n as i } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "DtIconListChevronsDownUp",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (t) => Object.keys(r).includes(t)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return r[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
},
|
|
35
|
+
dataQA() {
|
|
36
|
+
return this.$attrs["data-qa"] ?? "dt-icon";
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
created() {
|
|
40
|
+
this.$emit("loaded");
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var n = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--list-chevrons-down-up", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "List Chevrons Down Up", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm3.225-1.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.708L9 8.707 7.854 9.854a.5.5 0 1 1-.708-.708l1.5-1.5.079-.064ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm4.646-3.354a.5.5 0 1 1 .707.708l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.708L9 3.293l1.146-1.147ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Z", fill: "currentColor" } })]);
|
|
46
|
+
}, o = [], d = /* @__PURE__ */ i(
|
|
47
|
+
s,
|
|
48
|
+
n,
|
|
49
|
+
o
|
|
50
|
+
);
|
|
51
|
+
const _ = d.exports;
|
|
52
|
+
export {
|
|
53
|
+
_ as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=list-chevrons-down-up.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chevrons-down-up.js","sources":["../../../../src/icons/list-chevrons-down-up.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Chevrons Down Up\" class=\"d-icon d-icon--list-chevrons-down-up\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm3.225-1.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.708L9 8.707 7.854 9.854a.5.5 0 1 1-.708-.708l1.5-1.5.079-.064ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm4.646-3.354a.5.5 0 1 1 .707.708l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.708L9 3.293l1.146-1.147ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListChevronsDownUp',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../../constants-CHwVJpfT.cjs"),s=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),i={name:"DtIconListChevronsUpDown",props:{size:{type:String,default:"500",validator:e=>Object.keys(r.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return r.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,t=a._self._c;return t("svg",{staticClass:"d-icon d-icon--list-chevrons-up-down",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"List Chevrons Up Down",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm4.646-1.354a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.707L9 8.793l1.146-1.147ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3.225-3.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.707L9 3.207 7.854 4.353a.5.5 0 1 1-.708-.707l1.5-1.5.079-.064ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Z",fill:"currentColor"}})])},o=[],d=s.n(i,n,o);const l=d.exports;module.exports=l;
|
|
2
|
+
//# sourceMappingURL=list-chevrons-up-down.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chevrons-up-down.cjs","sources":["../../../../src/icons/list-chevrons-up-down.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Chevrons Up Down\" class=\"d-icon d-icon--list-chevrons-up-down\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm4.646-1.354a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.707L9 8.793l1.146-1.147ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3.225-3.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.707L9 3.207 7.854 4.353a.5.5 0 1 1-.708-.707l1.5-1.5.079-.064ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListChevronsUpDown',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,2BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { n as i } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "DtIconListChevronsUpDown",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (t) => Object.keys(r).includes(t)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return r[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
},
|
|
35
|
+
dataQA() {
|
|
36
|
+
return this.$attrs["data-qa"] ?? "dt-icon";
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
created() {
|
|
40
|
+
this.$emit("loaded");
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var n = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--list-chevrons-up-down", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "List Chevrons Up Down", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm4.646-1.354a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.707L9 8.793l1.146-1.147ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3.225-3.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.707L9 3.207 7.854 4.353a.5.5 0 1 1-.708-.707l1.5-1.5.079-.064ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Z", fill: "currentColor" } })]);
|
|
46
|
+
}, o = [], d = /* @__PURE__ */ i(
|
|
47
|
+
s,
|
|
48
|
+
n,
|
|
49
|
+
o
|
|
50
|
+
);
|
|
51
|
+
const _ = d.exports;
|
|
52
|
+
export {
|
|
53
|
+
_ as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=list-chevrons-up-down.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chevrons-up-down.js","sources":["../../../../src/icons/list-chevrons-up-down.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Chevrons Up Down\" class=\"d-icon d-icon--list-chevrons-up-down\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.5 9a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm4.646-1.354a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 1 1 .708-.707L9 8.793l1.146-1.147ZM5.5 5.5a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3.225-3.418a.5.5 0 0 1 .629.064l1.5 1.5a.5.5 0 1 1-.707.707L9 3.207 7.854 4.353a.5.5 0 1 1-.708-.707l1.5-1.5.079-.064ZM5.5 2a.5.5 0 0 1 0 1h-4a.5.5 0 1 1 0-1h4Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListChevronsUpDown',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),s={name:"DtIconListSpacingCompact",props:{size:{type:String,default:"500",validator:t=>Object.keys(i.I).includes(t)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return i.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,e=a._self._c;return e("svg",{staticClass:"d-icon d-icon--list-spacing-compact",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"List Spacing Compact",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M10 7.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z",fill:"currentColor"}})])},c=[],o=r.n(s,n,c);const d=o.exports;module.exports=d;
|
|
2
|
+
//# sourceMappingURL=list-spacing-compact.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-compact.cjs","sources":["../../../../src/icons/list-spacing-compact.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Compact\" class=\"d-icon d-icon--list-spacing-compact\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 7.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingCompact',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,2BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { I as i } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { n as r } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "DtIconListSpacingCompact",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (t) => Object.keys(i).includes(t)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return i[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
},
|
|
35
|
+
dataQA() {
|
|
36
|
+
return this.$attrs["data-qa"] ?? "dt-icon";
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
created() {
|
|
40
|
+
this.$emit("loaded");
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var n = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--list-spacing-compact", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "List Spacing Compact", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M10 7.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z", fill: "currentColor" } })]);
|
|
46
|
+
}, o = [], d = /* @__PURE__ */ r(
|
|
47
|
+
s,
|
|
48
|
+
n,
|
|
49
|
+
o
|
|
50
|
+
);
|
|
51
|
+
const m = d.exports;
|
|
52
|
+
export {
|
|
53
|
+
m as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=list-spacing-compact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-compact.js","sources":["../../../../src/icons/list-spacing-compact.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Compact\" class=\"d-icon d-icon--list-spacing-compact\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 7.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-2a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingCompact',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),s={name:"DtIconListSpacingExpanded",props:{size:{type:String,default:"500",validator:e=>Object.keys(i.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return i.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,t=a._self._c;return t("svg",{staticClass:"d-icon d-icon--list-spacing-expanded",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"List Spacing Expanded",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M10 9.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z",fill:"currentColor"}})])},d=[],c=r.n(s,n,d);const o=c.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=list-spacing-expanded.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-expanded.cjs","sources":["../../../../src/icons/list-spacing-expanded.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Expanded\" class=\"d-icon d-icon--list-spacing-expanded\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 9.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingExpanded',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,4BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { I as i } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { n as r } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const n = {
|
|
4
|
+
name: "DtIconListSpacingExpanded",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (t) => Object.keys(i).includes(t)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return i[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
},
|
|
35
|
+
dataQA() {
|
|
36
|
+
return this.$attrs["data-qa"] ?? "dt-icon";
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
created() {
|
|
40
|
+
this.$emit("loaded");
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var s = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--list-spacing-expanded", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "List Spacing Expanded", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M10 9.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z", fill: "currentColor" } })]);
|
|
46
|
+
}, d = [], o = /* @__PURE__ */ r(
|
|
47
|
+
n,
|
|
48
|
+
s,
|
|
49
|
+
d
|
|
50
|
+
);
|
|
51
|
+
const _ = o.exports;
|
|
52
|
+
export {
|
|
53
|
+
_ as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=list-spacing-expanded.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-expanded.js","sources":["../../../../src/icons/list-spacing-expanded.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Expanded\" class=\"d-icon d-icon--list-spacing-expanded\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 9.5a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-4a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingExpanded',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../../constants-CHwVJpfT.cjs"),i=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),s={name:"DtIconListSpacingRegular",props:{size:{type:String,default:"500",validator:e=>Object.keys(r.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return r.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,t=a._self._c;return t("svg",{staticClass:"d-icon d-icon--list-spacing-regular",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"List Spacing Regular",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M10 8.5a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 1 1 0-1h8Z",fill:"currentColor"}})])},c=[],d=i.n(s,n,c);const l=d.exports;module.exports=l;
|
|
2
|
+
//# sourceMappingURL=list-spacing-regular.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-regular.cjs","sources":["../../../../src/icons/list-spacing-regular.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Regular\" class=\"d-icon d-icon--list-spacing-regular\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 8.5a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 1 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingRegular',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,2BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { n as i } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "DtIconListSpacingRegular",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (t) => Object.keys(r).includes(t)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return r[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
},
|
|
35
|
+
dataQA() {
|
|
36
|
+
return this.$attrs["data-qa"] ?? "dt-icon";
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
created() {
|
|
40
|
+
this.$emit("loaded");
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var n = function() {
|
|
44
|
+
var a = this, e = a._self._c;
|
|
45
|
+
return e("svg", { staticClass: "d-icon d-icon--list-spacing-regular", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "List Spacing Regular", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("path", { attrs: { d: "M10 8.5a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 1 1 0-1h8Z", fill: "currentColor" } })]);
|
|
46
|
+
}, d = [], o = /* @__PURE__ */ i(
|
|
47
|
+
s,
|
|
48
|
+
n,
|
|
49
|
+
d
|
|
50
|
+
);
|
|
51
|
+
const _ = o.exports;
|
|
52
|
+
export {
|
|
53
|
+
_ as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=list-spacing-regular.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spacing-regular.js","sources":["../../../../src/icons/list-spacing-regular.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"List Spacing Regular\" class=\"d-icon d-icon--list-spacing-regular\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 8.5a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 1 1 0 1H2a.5.5 0 1 1 0-1h8Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconListSpacingRegular',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const s=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),i={name:"DtIconMessage",props:{size:{type:String,default:"500",validator:e=>Object.keys(s.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return s.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,t=a._self._c;return t("svg",{staticClass:"d-icon d-icon--message",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Message",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M10 3.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v6.793l1.146-1.147.077-.062A.5.5 0 0 1 3.5 9h6a.5.5 0 0 0 .5-.5v-5Zm1 5A1.5 1.5 0 0 1 9.5 10H3.707l-1.853 1.854A.5.5 0 0 1 1 11.5v-8A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5Z",fill:"currentColor"}})])},d=[],o=r.n(i,n,d);const c=o.exports;module.exports=c;
|
|
2
2
|
//# sourceMappingURL=message.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.cjs","sources":["../../../../src/icons/message.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Message\" class=\"d-icon d-icon--message\" xmlns=\"http://www.w3.org/2000/svg\"
|
|
1
|
+
{"version":3,"file":"message.cjs","sources":["../../../../src/icons/message.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Message\" class=\"d-icon d-icon--message\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v6.793l1.146-1.147.077-.062A.5.5 0 0 1 3.5 9h6a.5.5 0 0 0 .5-.5v-5Zm1 5A1.5 1.5 0 0 1 9.5 10H3.707l-1.853 1.854A.5.5 0 0 1 1 11.5v-8A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconMessage',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"qHAOAA,EAAA,CACA,KAAA,gBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,EAEA,QAAA,CACA,OAAA,KAAA,OAAA,SAAA,GAAA,SACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -42,7 +42,7 @@ const i = {
|
|
|
42
42
|
};
|
|
43
43
|
var n = function() {
|
|
44
44
|
var a = this, t = a._self._c;
|
|
45
|
-
return t("svg", { staticClass: "d-icon d-icon--message", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Message", xmlns: "http://www.w3.org/2000/svg"
|
|
45
|
+
return t("svg", { staticClass: "d-icon d-icon--message", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Message", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [t("path", { attrs: { d: "M10 3.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v6.793l1.146-1.147.077-.062A.5.5 0 0 1 3.5 9h6a.5.5 0 0 0 .5-.5v-5Zm1 5A1.5 1.5 0 0 1 9.5 10H3.707l-1.853 1.854A.5.5 0 0 1 1 11.5v-8A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5Z", fill: "currentColor" } })]);
|
|
46
46
|
}, d = [], o = /* @__PURE__ */ s(
|
|
47
47
|
i,
|
|
48
48
|
n,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.js","sources":["../../../../src/icons/message.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Message\" class=\"d-icon d-icon--message\" xmlns=\"http://www.w3.org/2000/svg\"
|
|
1
|
+
{"version":3,"file":"message.js","sources":["../../../../src/icons/message.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Message\" class=\"d-icon d-icon--message\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v6.793l1.146-1.147.077-.062A.5.5 0 0 1 3.5 9h6a.5.5 0 0 0 .5-.5v-5Zm1 5A1.5 1.5 0 0 1 9.5 10H3.707l-1.853 1.854A.5.5 0 0 1 1 11.5v-8A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconMessage',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n\n dataQA () {\n return this.$attrs['data-qa'] ?? 'dt-icon';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAOA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,IAEA,SAAA;AACA,aAAA,KAAA,OAAA,SAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const s=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),i={name:"DtIconPastConversations",props:{size:{type:String,default:"500",validator:t=>Object.keys(s.I).includes(t)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return s.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}};var n=function(){var a=this,e=a._self._c;return e("svg",{staticClass:"d-icon d-icon--past-conversations",class:a.iconSizeClass,attrs:{"aria-label":a.ariaLabel,"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Past Conversations",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M1.646 7.646a.5.5 0 1 1 .708.708L1.707 9H9a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 9 3H4.5a.5.5 0 0 0-.5.5V6a.5.5 0 1 1-1 0V3.5A1.5 1.5 0 0 1 4.5 2H9a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 9 10H1.707l.647.646a.5.5 0 1 1-.708.707l-1.5-1.5a.5.5 0 0 1 0-.707l1.5-1.5ZM7.5 7.25a.5.5 0 1 1 0 1H5a.5.5 0 0 1 0-1h2.5Zm1-1.75a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h3.5Zm0-1.75a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h3.5Z",fill:"currentColor"}})])},o=[],d=r.n(i,n,o);const c=d.exports;module.exports=c;
|
|
2
2
|
//# sourceMappingURL=past-conversations.cjs.map
|