@dialpad/dialtone-icons 4.38.0 → 4.38.1
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/svg/icons/dialbot.svg +1 -1
- package/package.json +1 -1
- package/vue2/dist/components/icons/dialbot.cjs +1 -1
- package/vue2/dist/components/icons/dialbot.cjs.map +1 -1
- package/vue2/dist/components/icons/dialbot.js +9 -9
- package/vue2/dist/components/icons/dialbot.js.map +1 -1
- package/vue3/dist/components/icons/dialbot.cjs +1 -1
- package/vue3/dist/components/icons/dialbot.cjs.map +1 -1
- package/vue3/dist/components/icons/dialbot.js +33 -45
- package/vue3/dist/components/icons/dialbot.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg aria-hidden="true" role="img" data-name="Dialbot" class="d-icon d-icon--dialbot" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z" fill="url(#b)"/><path d="M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z" fill="#fff"/></g><defs><linearGradient id="b" x1="
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Dialbot" class="d-icon d-icon--dialbot" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z" fill="url(#b)"/><path d="M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z" fill="#fff"/></g><defs><linearGradient id="b" x1="-3.75" y1="-4.675" x2="24.75" y2="24.5" gradientUnits="userSpaceOnUse"><stop offset=".06" stop-color="#10022C"/><stop offset=".2" stop-color="#611F93"/><stop offset=".29" stop-color="#8223A1"/><stop offset=".366" stop-color="#9325A5"/><stop offset=".459" stop-color="#C52599" stop-opacity=".9"/><stop offset=".564" stop-color="#D52C86"/><stop offset=".658" stop-color="#EA2F6F"/><stop offset=".737" stop-color="#F64850"/><stop offset=".896" stop-color="#FD6D2D"/><stop offset=".955" stop-color="#FF9E0E" stop-opacity=".95"/></linearGradient><clipPath id="a"><path fill="#fff" transform="translate(0 .5)" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const e=require("../../utils-Bndrzhtw.cjs"),o=require("../../constants-CHwVJpfT.cjs"),r=require("../../_plugin-vue2_normalizer-e_CkxkSV.cjs"),i={name:"DtIconDialbot",props:{size:{type:String,default:"500",validator:a=>Object.keys(o.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return o.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded"),this.uniqueID=e.g()}};var n=function(){var s=this,t=s._self._c;return t("svg",{staticClass:"d-icon d-icon--dialbot",class:s.iconSizeClass,attrs:{"aria-label":s.ariaLabel,"data-qa":s.dataQA,"aria-hidden":s.ariaHidden,role:"img","data-name":"Dialbot",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":`url(#${s.uniqueID}a)`}},[t("path",{attrs:{d:"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z",fill:`url(#${s.uniqueID}b)`}}),t("path",{attrs:{d:"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z",fill:"#fff"}})]),t("defs",[t("linearGradient",{attrs:{id:`${s.uniqueID}b`,x1:"-3.75",y1:"-4.675",x2:"24.75",y2:"24.5",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".06","stop-color":"#10022C"}}),t("stop",{attrs:{offset:".2","stop-color":"#611F93"}}),t("stop",{attrs:{offset:".29","stop-color":"#8223A1"}}),t("stop",{attrs:{offset:".366","stop-color":"#9325A5"}}),t("stop",{attrs:{offset:".459","stop-color":"#C52599","stop-opacity":".9"}}),t("stop",{attrs:{offset:".564","stop-color":"#D52C86"}}),t("stop",{attrs:{offset:".658","stop-color":"#EA2F6F"}}),t("stop",{attrs:{offset:".737","stop-color":"#F64850"}}),t("stop",{attrs:{offset:".896","stop-color":"#FD6D2D"}}),t("stop",{attrs:{offset:".955","stop-color":"#FF9E0E","stop-opacity":".95"}})],1),t("clipPath",{attrs:{id:`${s.uniqueID}a`}},[t("path",{attrs:{fill:"#fff",transform:"translate(0 .5)",d:"M0 0h24v24H0z"}})])],1)])},l=[],c=r.n(i,n,l);const p=c.exports;module.exports=p;
|
|
2
2
|
//# sourceMappingURL=dialbot.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialbot.cjs","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"
|
|
1
|
+
{"version":3,"file":"dialbot.cjs","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"-3.75\" y1=\"-4.675\" x2=\"24.75\" y2=\"24.5\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".06\" stop-color=\"#10022C\"/><stop offset=\".2\" stop-color=\"#611F93\"/><stop offset=\".29\" stop-color=\"#8223A1\"/><stop offset=\".366\" stop-color=\"#9325A5\"/><stop offset=\".459\" stop-color=\"#C52599\" stop-opacity=\".9\"/><stop offset=\".564\" stop-color=\"#D52C86\"/><stop offset=\".658\" stop-color=\"#EA2F6F\"/><stop offset=\".737\" stop-color=\"#F64850\"/><stop offset=\".896\" stop-color=\"#FD6D2D\"/><stop offset=\".955\" stop-color=\"#FF9E0E\" stop-opacity=\".95\"/></linearGradient><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" transform=\"translate(0 .5)\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialbot',\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 this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"2JAQAA,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,EAAA,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,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { g as r } from "../../utils-BOfnFgIH.js";
|
|
2
|
-
import { I as
|
|
3
|
-
import { n as
|
|
4
|
-
const
|
|
2
|
+
import { I as o } from "../../constants-DeVuDy8J.js";
|
|
3
|
+
import { n as e } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
|
|
4
|
+
const i = {
|
|
5
5
|
name: "DtIconDialbot",
|
|
6
6
|
props: {
|
|
7
7
|
/**
|
|
@@ -11,7 +11,7 @@ const o = {
|
|
|
11
11
|
size: {
|
|
12
12
|
type: String,
|
|
13
13
|
default: "500",
|
|
14
|
-
validator: (
|
|
14
|
+
validator: (s) => Object.keys(o).includes(s)
|
|
15
15
|
},
|
|
16
16
|
/**
|
|
17
17
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -28,7 +28,7 @@ const o = {
|
|
|
28
28
|
emits: ["loaded"],
|
|
29
29
|
computed: {
|
|
30
30
|
iconSizeClass() {
|
|
31
|
-
return
|
|
31
|
+
return o[this.size];
|
|
32
32
|
},
|
|
33
33
|
ariaHidden() {
|
|
34
34
|
return this.ariaLabel ? "false" : "true";
|
|
@@ -43,13 +43,13 @@ const o = {
|
|
|
43
43
|
};
|
|
44
44
|
var n = function() {
|
|
45
45
|
var a = this, t = a._self._c;
|
|
46
|
-
return t("svg", { staticClass: "d-icon d-icon--dialbot", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Dialbot", viewBox: "0 0 24 25", xmlns: "http://www.w3.org/2000/svg" } }, [t("g", { attrs: { "clip-path": `url(#${a.uniqueID}a)` } }, [t("path", { attrs: { d: "M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z", fill: `url(#${a.uniqueID}b)` } }), t("path", { attrs: { d: "M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z", fill: "#fff" } })]), t("defs", [t("linearGradient", { attrs: { id: `${a.uniqueID}b`, x1: "
|
|
47
|
-
}, l = [],
|
|
48
|
-
|
|
46
|
+
return t("svg", { staticClass: "d-icon d-icon--dialbot", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "data-qa": a.dataQA, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Dialbot", viewBox: "0 0 24 25", xmlns: "http://www.w3.org/2000/svg" } }, [t("g", { attrs: { "clip-path": `url(#${a.uniqueID}a)` } }, [t("path", { attrs: { d: "M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z", fill: `url(#${a.uniqueID}b)` } }), t("path", { attrs: { d: "M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z", fill: "#fff" } })]), t("defs", [t("linearGradient", { attrs: { id: `${a.uniqueID}b`, x1: "-3.75", y1: "-4.675", x2: "24.75", y2: "24.5", gradientUnits: "userSpaceOnUse" } }, [t("stop", { attrs: { offset: ".06", "stop-color": "#10022C" } }), t("stop", { attrs: { offset: ".2", "stop-color": "#611F93" } }), t("stop", { attrs: { offset: ".29", "stop-color": "#8223A1" } }), t("stop", { attrs: { offset: ".366", "stop-color": "#9325A5" } }), t("stop", { attrs: { offset: ".459", "stop-color": "#C52599", "stop-opacity": ".9" } }), t("stop", { attrs: { offset: ".564", "stop-color": "#D52C86" } }), t("stop", { attrs: { offset: ".658", "stop-color": "#EA2F6F" } }), t("stop", { attrs: { offset: ".737", "stop-color": "#F64850" } }), t("stop", { attrs: { offset: ".896", "stop-color": "#FD6D2D" } }), t("stop", { attrs: { offset: ".955", "stop-color": "#FF9E0E", "stop-opacity": ".95" } })], 1), t("clipPath", { attrs: { id: `${a.uniqueID}a` } }, [t("path", { attrs: { fill: "#fff", transform: "translate(0 .5)", d: "M0 0h24v24H0z" } })])], 1)]);
|
|
47
|
+
}, l = [], f = /* @__PURE__ */ e(
|
|
48
|
+
i,
|
|
49
49
|
n,
|
|
50
50
|
l
|
|
51
51
|
);
|
|
52
|
-
const u =
|
|
52
|
+
const u = f.exports;
|
|
53
53
|
export {
|
|
54
54
|
u as default
|
|
55
55
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialbot.js","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"
|
|
1
|
+
{"version":3,"file":"dialbot.js","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"-3.75\" y1=\"-4.675\" x2=\"24.75\" y2=\"24.5\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".06\" stop-color=\"#10022C\"/><stop offset=\".2\" stop-color=\"#611F93\"/><stop offset=\".29\" stop-color=\"#8223A1\"/><stop offset=\".366\" stop-color=\"#9325A5\"/><stop offset=\".459\" stop-color=\"#C52599\" stop-opacity=\".9\"/><stop offset=\".564\" stop-color=\"#D52C86\"/><stop offset=\".658\" stop-color=\"#EA2F6F\"/><stop offset=\".737\" stop-color=\"#F64850\"/><stop offset=\".896\" stop-color=\"#FD6D2D\"/><stop offset=\".955\" stop-color=\"#FF9E0E\" stop-opacity=\".95\"/></linearGradient><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" transform=\"translate(0 .5)\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialbot',\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 this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAA,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,aAAAA,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,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const i=require("../../utils-Bndrzhtw.cjs"),s=require("../../constants-CHwVJpfT.cjs"),t=require("vue"),l=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),r={name:"DtIconDialbot",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"),this.uniqueID=i.g()}},n=["aria-label","data-qa","aria-hidden"],c=["clip-path"],d=["fill"],p=t.createElementVNode("path",{d:"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z",fill:"#fff"},null,-1),f=["id"],u=t.createStaticVNode('<stop offset=".06" stop-color="#10022C"></stop><stop offset=".2" stop-color="#611F93"></stop><stop offset=".29" stop-color="#8223A1"></stop><stop offset=".366" stop-color="#9325A5"></stop><stop offset=".459" stop-color="#C52599" stop-opacity=".9"></stop><stop offset=".564" stop-color="#D52C86"></stop><stop offset=".658" stop-color="#EA2F6F"></stop><stop offset=".737" stop-color="#F64850"></stop><stop offset=".896" stop-color="#FD6D2D"></stop><stop offset=".955" stop-color="#FF9E0E" stop-opacity=".95"></stop>',10),h=[u],_=["id"],m=t.createElementVNode("path",{fill:"#fff",transform:"translate(0 .5)",d:"M0 0h24v24H0z"},null,-1),v=[m];function b(e,D,a,g,E,o){return t.openBlock(),t.createElementBlock("svg",{"aria-label":a.ariaLabel,class:t.normalizeClass([o.iconSizeClass,"d-icon d-icon--dialbot"]),"data-qa":o.dataQA,"aria-hidden":o.ariaHidden,role:"img","data-name":"Dialbot",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",{"clip-path":`url(#${e.uniqueID}a)`},[t.createElementVNode("path",{d:"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z",fill:`url(#${e.uniqueID}b)`},null,8,d),p],8,c),t.createElementVNode("defs",null,[t.createElementVNode("linearGradient",{id:`${e.uniqueID}b`,x1:"-3.75",y1:"-4.675",x2:"24.75",y2:"24.5",gradientUnits:"userSpaceOnUse"},h,8,f),t.createElementVNode("clipPath",{id:`${e.uniqueID}a`},v,8,_)])],10,n)}const q=l._(r,[["render",b]]);module.exports=q;
|
|
2
2
|
//# sourceMappingURL=dialbot.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialbot.cjs","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"
|
|
1
|
+
{"version":3,"file":"dialbot.cjs","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"-3.75\" y1=\"-4.675\" x2=\"24.75\" y2=\"24.5\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".06\" stop-color=\"#10022C\"/><stop offset=\".2\" stop-color=\"#611F93\"/><stop offset=\".29\" stop-color=\"#8223A1\"/><stop offset=\".366\" stop-color=\"#9325A5\"/><stop offset=\".459\" stop-color=\"#C52599\" stop-opacity=\".9\"/><stop offset=\".564\" stop-color=\"#D52C86\"/><stop offset=\".658\" stop-color=\"#EA2F6F\"/><stop offset=\".737\" stop-color=\"#F64850\"/><stop offset=\".896\" stop-color=\"#FD6D2D\"/><stop offset=\".955\" stop-color=\"#FF9E0E\" stop-opacity=\".95\"/></linearGradient><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" transform=\"translate(0 .5)\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialbot',\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 this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString","_hoisted_1","_hoisted_2","_hoisted_3","_createElementVNode","_hoisted_5","_hoisted_6","_createStaticVNode","_hoisted_17","_hoisted_18","_createElementBlock","$props","_normalizeClass","$options","_ctx","_hoisted_4","_hoisted_16","_hoisted_19"],"mappings":"8KAQKA,EAAU,CACb,KAAM,gBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,CAC9D,EAKD,UAAW,CACT,KAAM,OACN,QAAS,MACV,CACF,EAMD,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAmB,EAAC,KAAK,IAAI,CACrC,EAED,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC1B,EAED,QAAU,CACR,OAAO,KAAK,OAAO,SAAS,GAAK,SAClC,CACF,EAED,SAAW,CACT,KAAK,MAAM,QAAQ,EACnB,KAAK,SAAWC,EAAAA,GACjB,CACH,EAvDAC,EAAA,CAAA,aAAA,UAAA,aAAA,EAAAC,EAAA,CAAA,WAAA,EAAAC,EAAA,CAAA,MAAA,IACkXC,EAAusB,mBAAA,OAAA,CAAjsB,EAAE,krBAAkrB,KAAK,iBADjjCC,EAAA,CAAA,IAAA,EAAAC,EAAAC,EAAAA,kBAAA,ogBAAA,EAAA,KACmrCD,GADnrCE,EAAA,CAAA,IAAA,IACwqDJ,EAAiE,mBAAA,OAAA,CAA3D,KAAK,OAAO,UAAU,kBAAkB,EAAE,6BAAhDK,gDAAtqDC,EAA+vD,mBAAA,MAAA,CAAzvD,aAAYC,EAAS,UAAG,MADhCC,EAAAA,eAAA,CACuCC,EAAa,cAAmF,wBAAwB,CAAA,EAAxG,UAASA,EAAM,OAAG,cAAaA,EAAU,WAAE,KAAK,MAAM,YAAU,UAAyC,QAAQ,YAAY,MAAM,+BAA6BT,EAAAA,mBAAs2B,IAAA,CAAl2B,oBAAmBU,EAAQ,QAAA,OAAMV,EAAAA,mBAAsH,OAAA,CAAhH,EAAE,gFAAiF,aAAcU,EAAQ,QAAA,IAD3W,EAAA,KAAA,EAAAX,CAAA,EACkXY,CADlX,EAAA,EAAAb,CAAA,EAC6jCE,EAA8rB,mBAAA,OAAA,KAAA,CAAxrBA,EAAAA,mBAAskB,iBAAA,CAArjB,MAAOU,EAAQ,QAAA,IAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,cAAc,kBADlqCE,EAAA,EAAAX,CAAA,EACyoDD,EAAAA,mBAA2G,WAAA,CAAhG,MAAOU,EAAQ,QAAA,KADnqDG,EAAA,EAAAT,CAAA,GAAA,EAAA,GAAAP,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as
|
|
2
|
-
import { I as
|
|
3
|
-
import { openBlock as l, createElementBlock as
|
|
4
|
-
import { _ as
|
|
1
|
+
import { g as i } from "../../utils-BOfnFgIH.js";
|
|
2
|
+
import { I as e } from "../../constants-DeVuDy8J.js";
|
|
3
|
+
import { openBlock as l, createElementBlock as r, normalizeClass as n, createElementVNode as t, createStaticVNode as d } from "vue";
|
|
4
|
+
import { _ as p } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const c = {
|
|
6
6
|
name: "DtIconDialbot",
|
|
7
7
|
props: {
|
|
@@ -12,7 +12,7 @@ const c = {
|
|
|
12
12
|
size: {
|
|
13
13
|
type: String,
|
|
14
14
|
default: "500",
|
|
15
|
-
validator: (
|
|
15
|
+
validator: (o) => Object.keys(e).includes(o)
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
18
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -29,7 +29,7 @@ const c = {
|
|
|
29
29
|
emits: ["loaded"],
|
|
30
30
|
computed: {
|
|
31
31
|
iconSizeClass() {
|
|
32
|
-
return
|
|
32
|
+
return e[this.size];
|
|
33
33
|
},
|
|
34
34
|
ariaHidden() {
|
|
35
35
|
return this.ariaLabel ? "false" : "true";
|
|
@@ -39,69 +39,57 @@ const c = {
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
created() {
|
|
42
|
-
this.$emit("loaded"), this.uniqueID =
|
|
42
|
+
this.$emit("loaded"), this.uniqueID = i();
|
|
43
43
|
}
|
|
44
|
-
},
|
|
44
|
+
}, f = ["aria-label", "data-qa", "aria-hidden"], _ = ["clip-path"], h = ["fill"], u = /* @__PURE__ */ t("path", {
|
|
45
45
|
d: "M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z",
|
|
46
46
|
fill: "#fff"
|
|
47
|
-
}, null, -1),
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}, null, -1), b = /* @__PURE__ */ t("stop", {
|
|
51
|
-
offset: ".66",
|
|
52
|
-
"stop-color": "#FF1BA4"
|
|
53
|
-
}, null, -1), g = /* @__PURE__ */ t("stop", {
|
|
54
|
-
offset: "1",
|
|
55
|
-
"stop-color": "#9D42EA"
|
|
56
|
-
}, null, -1), I = [
|
|
57
|
-
m,
|
|
58
|
-
v,
|
|
59
|
-
b,
|
|
60
|
-
g
|
|
61
|
-
], Z = ["id"], D = /* @__PURE__ */ t("path", {
|
|
47
|
+
}, null, -1), m = ["id"], v = /* @__PURE__ */ d('<stop offset=".06" stop-color="#10022C"></stop><stop offset=".2" stop-color="#611F93"></stop><stop offset=".29" stop-color="#8223A1"></stop><stop offset=".366" stop-color="#9325A5"></stop><stop offset=".459" stop-color="#C52599" stop-opacity=".9"></stop><stop offset=".564" stop-color="#D52C86"></stop><stop offset=".658" stop-color="#EA2F6F"></stop><stop offset=".737" stop-color="#F64850"></stop><stop offset=".896" stop-color="#FD6D2D"></stop><stop offset=".955" stop-color="#FF9E0E" stop-opacity=".95"></stop>', 10), D = [
|
|
48
|
+
v
|
|
49
|
+
], b = ["id"], g = /* @__PURE__ */ t("path", {
|
|
62
50
|
fill: "#fff",
|
|
63
51
|
transform: "translate(0 .5)",
|
|
64
52
|
d: "M0 0h24v24H0z"
|
|
65
|
-
}, null, -1),
|
|
66
|
-
|
|
53
|
+
}, null, -1), I = [
|
|
54
|
+
g
|
|
67
55
|
];
|
|
68
|
-
function
|
|
69
|
-
return l(),
|
|
70
|
-
"aria-label":
|
|
71
|
-
class:
|
|
72
|
-
"data-qa":
|
|
73
|
-
"aria-hidden":
|
|
56
|
+
function Z(o, S, a, q, A, s) {
|
|
57
|
+
return l(), r("svg", {
|
|
58
|
+
"aria-label": a.ariaLabel,
|
|
59
|
+
class: n([s.iconSizeClass, "d-icon d-icon--dialbot"]),
|
|
60
|
+
"data-qa": s.dataQA,
|
|
61
|
+
"aria-hidden": s.ariaHidden,
|
|
74
62
|
role: "img",
|
|
75
63
|
"data-name": "Dialbot",
|
|
76
64
|
viewBox: "0 0 24 25",
|
|
77
65
|
xmlns: "http://www.w3.org/2000/svg"
|
|
78
66
|
}, [
|
|
79
67
|
t("g", {
|
|
80
|
-
"clip-path": `url(#${
|
|
68
|
+
"clip-path": `url(#${o.uniqueID}a)`
|
|
81
69
|
}, [
|
|
82
70
|
t("path", {
|
|
83
71
|
d: "M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z",
|
|
84
|
-
fill: `url(#${
|
|
72
|
+
fill: `url(#${o.uniqueID}b)`
|
|
85
73
|
}, null, 8, h),
|
|
86
|
-
|
|
87
|
-
], 8,
|
|
74
|
+
u
|
|
75
|
+
], 8, _),
|
|
88
76
|
t("defs", null, [
|
|
89
77
|
t("linearGradient", {
|
|
90
|
-
id: `${
|
|
91
|
-
x1: "
|
|
92
|
-
y1: ".
|
|
93
|
-
x2: "
|
|
78
|
+
id: `${o.uniqueID}b`,
|
|
79
|
+
x1: "-3.75",
|
|
80
|
+
y1: "-4.675",
|
|
81
|
+
x2: "24.75",
|
|
94
82
|
y2: "24.5",
|
|
95
83
|
gradientUnits: "userSpaceOnUse"
|
|
96
|
-
},
|
|
84
|
+
}, D, 8, m),
|
|
97
85
|
t("clipPath", {
|
|
98
|
-
id: `${
|
|
99
|
-
},
|
|
86
|
+
id: `${o.uniqueID}a`
|
|
87
|
+
}, I, 8, b)
|
|
100
88
|
])
|
|
101
|
-
], 10,
|
|
89
|
+
], 10, f);
|
|
102
90
|
}
|
|
103
|
-
const
|
|
91
|
+
const z = /* @__PURE__ */ p(c, [["render", Z]]);
|
|
104
92
|
export {
|
|
105
|
-
|
|
93
|
+
z as default
|
|
106
94
|
};
|
|
107
95
|
//# sourceMappingURL=dialbot.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialbot.js","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"
|
|
1
|
+
{"version":3,"file":"dialbot.js","sources":["../../../../src/icons/dialbot.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialbot\" class=\"d-icon d-icon--dialbot\" viewBox=\"0 0 24 25\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M12 24.5c6.627 0 12-5.373 12-12S18.627.5 12 .5 0 5.873 0 12.5s5.373 12 12 12Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M17.8 18.5v.8h1.295l-.58-1.158-.715.358Zm-1.121-2.243-.624-.501-.321.4.23.459.715-.358ZM12 7.3a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.7v1.6Zm-5.2 5.2A5.2 5.2 0 0 1 12 7.3V5.7a6.8 6.8 0 0 0-6.8 6.8h1.6Zm5.2 5.2a5.2 5.2 0 0 1-5.2-5.2H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.122 2.243 1.43-.716-1.12-2.243-1.432.716ZM17.2 12.5a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12.5h-1.6Zm-2 1.6a4.823 4.823 0 0 1-1.491.886 4.816 4.816 0 0 1-3.418 0A4.822 4.822 0 0 1 8.8 14.1v-.8c.295.178.628.33.999.46a7.59 7.59 0 0 0 1.127.313 5.58 5.58 0 0 0 1.077.114c.338 0 .697-.038 1.078-.114a7.59 7.59 0 0 0 1.127-.313c.371-.13.702-.282.992-.46v.8Z\" fill=\"#fff\"/></g><defs><linearGradient :id=\"`${uniqueID}b`\" x1=\"-3.75\" y1=\"-4.675\" x2=\"24.75\" y2=\"24.5\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".06\" stop-color=\"#10022C\"/><stop offset=\".2\" stop-color=\"#611F93\"/><stop offset=\".29\" stop-color=\"#8223A1\"/><stop offset=\".366\" stop-color=\"#9325A5\"/><stop offset=\".459\" stop-color=\"#C52599\" stop-opacity=\".9\"/><stop offset=\".564\" stop-color=\"#D52C86\"/><stop offset=\".658\" stop-color=\"#EA2F6F\"/><stop offset=\".737\" stop-color=\"#F64850\"/><stop offset=\".896\" stop-color=\"#FD6D2D\"/><stop offset=\".955\" stop-color=\"#FF9E0E\" stop-opacity=\".95\"/></linearGradient><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" transform=\"translate(0 .5)\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialbot',\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 this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString","_hoisted_1","_hoisted_2","_hoisted_3","_createElementVNode","_hoisted_5","_hoisted_6","_createStaticVNode","_hoisted_17","_hoisted_18","_createElementBlock","$props","_normalizeClass","$options","_ctx","_hoisted_4","_hoisted_16","_hoisted_19"],"mappings":";;;;AAQA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EAEN,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,MACT,WAAW,CAACC,MAAM,OAAO,KAAKC,CAAmB,EAAE,SAASD,CAAC;AAAA,IAC9D;AAAA;AAAA;AAAA;AAAA,IAKD,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACrC;AAAA,IAED,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC1B;AAAA,IAED,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IAClC;AAAA,EACF;AAAA,EAED,UAAW;AACT,SAAK,MAAM,QAAQ,GACnB,KAAK,WAAWC;EACjB;AACH,GAvDAC,IAAA,CAAA,cAAA,WAAA,aAAA,GAAAC,IAAA,CAAA,WAAA,GAAAC,IAAA,CAAA,MAAA,OACkXC,gBAAAA,EAAusB,QAAA;AAAA,EAAjsB,GAAE;AAAA,EAAkrB,MAAK;cADjjCC,IAAA,CAAA,IAAA,GAAAC,IAAAC,gBAAAA,EAAA,qgBAAA,EAAA;EACmrCD;GADnrCE,IAAA,CAAA,IAAA,OACwqDJ,gBAAAA,EAAiE,QAAA;AAAA,EAA3D,MAAK;AAAA,EAAO,WAAU;AAAA,EAAkB,GAAE;;EAAhDK;;;cAAtqDC,EAA+vD,OAAA;AAAA,IAAzvD,cAAYC,EAAS;AAAA,IAAG,OADhCC,EAAA,CACuCC,EAAa,eAAmF,wBAAwB,CAAA;AAAA,IAAxG,WAASA,EAAM;AAAA,IAAG,eAAaA,EAAU;AAAA,IAAE,MAAK;AAAA,IAAM,aAAU;AAAA,IAAyC,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BT,EAAs2B,KAAA;AAAA,MAAl2B,qBAAmBU,EAAQ,QAAA;AAAA;MAAMV,EAAsH,QAAA;AAAA,QAAhH,GAAE;AAAA,QAAiF,cAAcU,EAAQ,QAAA;AAAA,MAD3W,GAAA,MAAA,GAAAX,CAAA;AAAA,MACkXY;AAAA,IADlX,GAAA,GAAAb,CAAA;AAAA,IAC6jCE,EAA8rB,QAAA,MAAA;AAAA,MAAxrBA,EAAskB,kBAAA;AAAA,QAArjB,OAAOU,EAAQ,QAAA;AAAA,QAAK,IAAG;AAAA,QAAQ,IAAG;AAAA,QAAS,IAAG;AAAA,QAAQ,IAAG;AAAA,QAAO,eAAc;AAAA,SADlqCE,GAAA,GAAAX,CAAA;AAAA,MACyoDD,EAA2G,YAAA;AAAA,QAAhG,OAAOU,EAAQ,QAAA;AAAA,SADnqDG,GAAA,GAAAT,CAAA;AAAA;EAAA,GAAA,IAAAP,CAAA;;;"}
|