@dialpad/dialtone-icons 4.49.0 → 4.50.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/svg/icons/agent-assist.svg +1 -1
- package/dist/svg/icons/ai-write.svg +1 -1
- package/dist/svg/icons/coaching-hub.svg +1 -1
- package/dist/svg/icons/dialpad-sparkle.svg +1 -1
- package/dist/svg/icons/dialpad-star-mark-color.svg +1 -1
- package/dist/svg/icons/dialpad-star-mark.svg +1 -1
- package/dist/svg/icons/sparkle-filled.svg +1 -1
- package/dist/svg/icons/sparkle.svg +1 -1
- package/package.json +1 -1
- package/vue3/dist/components/icons/agent-assist.cjs +1 -1
- package/vue3/dist/components/icons/agent-assist.cjs.map +1 -1
- package/vue3/dist/components/icons/agent-assist.js +10 -12
- package/vue3/dist/components/icons/agent-assist.js.map +1 -1
- package/vue3/dist/components/icons/ai-write.cjs +1 -1
- package/vue3/dist/components/icons/ai-write.cjs.map +1 -1
- package/vue3/dist/components/icons/ai-write.js +8 -10
- package/vue3/dist/components/icons/ai-write.js.map +1 -1
- package/vue3/dist/components/icons/coaching-hub.cjs +1 -1
- package/vue3/dist/components/icons/coaching-hub.cjs.map +1 -1
- package/vue3/dist/components/icons/coaching-hub.js +8 -8
- package/vue3/dist/components/icons/coaching-hub.js.map +1 -1
- package/vue3/dist/components/icons/dialpad-sparkle.cjs +1 -1
- package/vue3/dist/components/icons/dialpad-sparkle.cjs.map +1 -1
- package/vue3/dist/components/icons/dialpad-sparkle.js +53 -27
- package/vue3/dist/components/icons/dialpad-sparkle.js.map +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark-color.cjs +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark-color.cjs.map +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark-color.js +5 -5
- package/vue3/dist/components/icons/dialpad-star-mark-color.js.map +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark.cjs +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark.cjs.map +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark.js +1 -1
- package/vue3/dist/components/icons/dialpad-star-mark.js.map +1 -1
- package/vue3/dist/components/icons/sparkle-filled.cjs +1 -1
- package/vue3/dist/components/icons/sparkle-filled.cjs.map +1 -1
- package/vue3/dist/components/icons/sparkle-filled.js +12 -14
- package/vue3/dist/components/icons/sparkle-filled.js.map +1 -1
- package/vue3/dist/components/icons/sparkle.cjs +1 -1
- package/vue3/dist/components/icons/sparkle.cjs.map +1 -1
- package/vue3/dist/components/icons/sparkle.js +9 -11
- package/vue3/dist/components/icons/sparkle.js.map +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as
|
|
2
|
-
import { I as
|
|
3
|
-
import { openBlock as i, createElementBlock as
|
|
4
|
-
import { _ as
|
|
1
|
+
import { g as l } from "../../utils-BOfnFgIH.js";
|
|
2
|
+
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
3
|
+
import { openBlock as i, createElementBlock as f, normalizeClass as n, createElementVNode as t, createStaticVNode as p } from "vue";
|
|
4
|
+
import { _ as d } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const c = {
|
|
6
6
|
name: "DtIconDialpadSparkle",
|
|
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(r).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 r[this.size];
|
|
33
33
|
},
|
|
34
34
|
ariaHidden() {
|
|
35
35
|
return this.ariaLabel ? "false" : "true";
|
|
@@ -39,42 +39,68 @@ const c = {
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
created() {
|
|
42
|
-
this.$emit("loaded"), this.uniqueID =
|
|
42
|
+
this.$emit("loaded"), this.uniqueID = l();
|
|
43
43
|
}
|
|
44
|
-
}, u = ["aria-label", "data-qa", "aria-hidden"], m = ["fill"],
|
|
45
|
-
function
|
|
46
|
-
return i(),
|
|
47
|
-
"aria-label":
|
|
48
|
-
class:
|
|
49
|
-
"data-qa":
|
|
50
|
-
"aria-hidden":
|
|
44
|
+
}, u = ["aria-label", "data-qa", "aria-hidden"], F = ["fill"], m = ["fill"], _ = ["fill"], B = ["id"], D = ["id"], g = ["id"];
|
|
45
|
+
function h(o, s, a, I, S, e) {
|
|
46
|
+
return i(), f("svg", {
|
|
47
|
+
"aria-label": a.ariaLabel,
|
|
48
|
+
class: n([e.iconSizeClass, "d-icon d-icon--dialpad-sparkle"]),
|
|
49
|
+
"data-qa": e.dataQA,
|
|
50
|
+
"aria-hidden": e.ariaHidden,
|
|
51
51
|
role: "img",
|
|
52
52
|
"data-name": "Dialpad Sparkle",
|
|
53
53
|
viewBox: "0 0 24 24",
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
55
|
}, [
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
t("path", {
|
|
57
|
+
d: "M18.527 2c.1 0 .186.067.215.163a4.786 4.786 0 0 0 3.09 3.144.24.24 0 0 1 .168.227.24.24 0 0 1-.168.228 4.786 4.786 0 0 0-3.058 3.045.263.263 0 0 1-.247.183.263.263 0 0 1-.247-.183 4.785 4.785 0 0 0-3.018-3.034.254.254 0 0 1-.175-.24c0-.109.072-.204.175-.238a4.785 4.785 0 0 0 3.05-3.132.227.227 0 0 1 .215-.163Z",
|
|
58
|
+
fill: `url(#${o.uniqueID}a)`
|
|
59
|
+
}, null, 8, F),
|
|
60
|
+
t("path", {
|
|
61
|
+
d: "M9.005 4.784a.46.46 0 0 1 .436.331c.936 3.039 3.298 5.441 6.295 6.406a.485.485 0 0 1 .339.46c0 .21-.14.395-.34.46-2.93.943-5.253 3.26-6.23 6.204a.533.533 0 0 1-.5.372.533.533 0 0 1-.5-.372c-.967-2.917-3.257-5.22-6.15-6.18A.515.515 0 0 1 2 11.98c0-.222.146-.416.355-.486 2.959-.981 5.287-3.367 6.214-6.379a.46.46 0 0 1 .436-.33Z",
|
|
62
|
+
fill: `url(#${o.uniqueID}b)`
|
|
61
63
|
}, null, 8, m),
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
64
|
+
t("path", {
|
|
65
|
+
d: "M18.528 15.01c.099 0 .185.067.215.163a4.786 4.786 0 0 0 3.09 3.144.24.24 0 0 1 .167.227.24.24 0 0 1-.167.227 4.785 4.785 0 0 0-3.059 3.046.263.263 0 0 1-.247.183.263.263 0 0 1-.246-.183 4.786 4.786 0 0 0-3.019-3.034.254.254 0 0 1-.175-.24c0-.109.072-.205.175-.239a4.785 4.785 0 0 0 3.05-3.131.227.227 0 0 1 .216-.163Z",
|
|
66
|
+
fill: `url(#${o.uniqueID}c)`
|
|
67
|
+
}, null, 8, _),
|
|
68
|
+
t("defs", null, [
|
|
69
|
+
t("linearGradient", {
|
|
70
|
+
id: `${o.uniqueID}a`,
|
|
65
71
|
x1: "2",
|
|
66
72
|
y1: "2",
|
|
67
73
|
x2: "22",
|
|
68
74
|
y2: "22",
|
|
69
75
|
gradientUnits: "userSpaceOnUse"
|
|
70
|
-
}, [...
|
|
71
|
-
|
|
72
|
-
])], 8,
|
|
76
|
+
}, [...s[0] || (s[0] = [
|
|
77
|
+
p('<stop stop-color="#471571"></stop><stop offset=".031" stop-color="#551B84"></stop><stop offset=".145" stop-color="#7C229E"></stop><stop offset=".237" stop-color="#9024A4"></stop><stop offset=".355" stop-color="#B02290"></stop><stop offset=".483" stop-color="#D32B86"></stop><stop offset=".603" stop-color="#E92F6F"></stop><stop offset=".701" stop-color="#F6484F"></stop><stop offset=".9" stop-color="#FB7328"></stop><stop offset=".973" stop-color="#F3960F"></stop><stop offset="1" stop-color="#F3960F"></stop>', 11)
|
|
78
|
+
])], 8, B),
|
|
79
|
+
t("linearGradient", {
|
|
80
|
+
id: `${o.uniqueID}b`,
|
|
81
|
+
x1: "2",
|
|
82
|
+
y1: "2",
|
|
83
|
+
x2: "22",
|
|
84
|
+
y2: "22",
|
|
85
|
+
gradientUnits: "userSpaceOnUse"
|
|
86
|
+
}, [...s[1] || (s[1] = [
|
|
87
|
+
p('<stop stop-color="#471571"></stop><stop offset=".031" stop-color="#551B84"></stop><stop offset=".145" stop-color="#7C229E"></stop><stop offset=".237" stop-color="#9024A4"></stop><stop offset=".355" stop-color="#B02290"></stop><stop offset=".483" stop-color="#D32B86"></stop><stop offset=".603" stop-color="#E92F6F"></stop><stop offset=".701" stop-color="#F6484F"></stop><stop offset=".9" stop-color="#FB7328"></stop><stop offset=".973" stop-color="#F3960F"></stop><stop offset="1" stop-color="#F3960F"></stop>', 11)
|
|
88
|
+
])], 8, D),
|
|
89
|
+
t("linearGradient", {
|
|
90
|
+
id: `${o.uniqueID}c`,
|
|
91
|
+
x1: "2",
|
|
92
|
+
y1: "2",
|
|
93
|
+
x2: "22",
|
|
94
|
+
y2: "22",
|
|
95
|
+
gradientUnits: "userSpaceOnUse"
|
|
96
|
+
}, [...s[2] || (s[2] = [
|
|
97
|
+
p('<stop stop-color="#471571"></stop><stop offset=".031" stop-color="#551B84"></stop><stop offset=".145" stop-color="#7C229E"></stop><stop offset=".237" stop-color="#9024A4"></stop><stop offset=".355" stop-color="#B02290"></stop><stop offset=".483" stop-color="#D32B86"></stop><stop offset=".603" stop-color="#E92F6F"></stop><stop offset=".701" stop-color="#F6484F"></stop><stop offset=".9" stop-color="#FB7328"></stop><stop offset=".973" stop-color="#F3960F"></stop><stop offset="1" stop-color="#F3960F"></stop>', 11)
|
|
98
|
+
])], 8, g)
|
|
73
99
|
])
|
|
74
100
|
], 10, u);
|
|
75
101
|
}
|
|
76
|
-
const
|
|
102
|
+
const $ = /* @__PURE__ */ d(c, [["render", h]]);
|
|
77
103
|
export {
|
|
78
|
-
|
|
104
|
+
$ as default
|
|
79
105
|
};
|
|
80
106
|
//# sourceMappingURL=dialpad-sparkle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialpad-sparkle.js","sources":["../../../../src/icons/dialpad-sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Sparkle\" class=\"d-icon d-icon--dialpad-sparkle\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path
|
|
1
|
+
{"version":3,"file":"dialpad-sparkle.js","sources":["../../../../src/icons/dialpad-sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Sparkle\" class=\"d-icon d-icon--dialpad-sparkle\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.527 2c.1 0 .186.067.215.163a4.786 4.786 0 0 0 3.09 3.144.24.24 0 0 1 .168.227.24.24 0 0 1-.168.228 4.786 4.786 0 0 0-3.058 3.045.263.263 0 0 1-.247.183.263.263 0 0 1-.247-.183 4.785 4.785 0 0 0-3.018-3.034.254.254 0 0 1-.175-.24c0-.109.072-.204.175-.238a4.785 4.785 0 0 0 3.05-3.132.227.227 0 0 1 .215-.163Z\" :fill=\"`url(#${uniqueID}a)`\"/><path d=\"M9.005 4.784a.46.46 0 0 1 .436.331c.936 3.039 3.298 5.441 6.295 6.406a.485.485 0 0 1 .339.46c0 .21-.14.395-.34.46-2.93.943-5.253 3.26-6.23 6.204a.533.533 0 0 1-.5.372.533.533 0 0 1-.5-.372c-.967-2.917-3.257-5.22-6.15-6.18A.515.515 0 0 1 2 11.98c0-.222.146-.416.355-.486 2.959-.981 5.287-3.367 6.214-6.379a.46.46 0 0 1 .436-.33Z\" :fill=\"`url(#${uniqueID}b)`\"/><path d=\"M18.528 15.01c.099 0 .185.067.215.163a4.786 4.786 0 0 0 3.09 3.144.24.24 0 0 1 .167.227.24.24 0 0 1-.167.227 4.785 4.785 0 0 0-3.059 3.046.263.263 0 0 1-.247.183.263.263 0 0 1-.246-.183 4.786 4.786 0 0 0-3.019-3.034.254.254 0 0 1-.175-.24c0-.109.072-.205.175-.239a4.785 4.785 0 0 0 3.05-3.131.227.227 0 0 1 .216-.163Z\" :fill=\"`url(#${uniqueID}c)`\"/><defs><linearGradient :id=\"`${uniqueID}a`\" x1=\"2\" y1=\"2\" x2=\"22\" y2=\"22\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#471571\"/><stop offset=\".031\" stop-color=\"#551B84\"/><stop offset=\".145\" stop-color=\"#7C229E\"/><stop offset=\".237\" stop-color=\"#9024A4\"/><stop offset=\".355\" stop-color=\"#B02290\"/><stop offset=\".483\" stop-color=\"#D32B86\"/><stop offset=\".603\" stop-color=\"#E92F6F\"/><stop offset=\".701\" stop-color=\"#F6484F\"/><stop offset=\".9\" stop-color=\"#FB7328\"/><stop offset=\".973\" stop-color=\"#F3960F\"/><stop offset=\"1\" stop-color=\"#F3960F\"/></linearGradient><linearGradient :id=\"`${uniqueID}b`\" x1=\"2\" y1=\"2\" x2=\"22\" y2=\"22\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#471571\"/><stop offset=\".031\" stop-color=\"#551B84\"/><stop offset=\".145\" stop-color=\"#7C229E\"/><stop offset=\".237\" stop-color=\"#9024A4\"/><stop offset=\".355\" stop-color=\"#B02290\"/><stop offset=\".483\" stop-color=\"#D32B86\"/><stop offset=\".603\" stop-color=\"#E92F6F\"/><stop offset=\".701\" stop-color=\"#F6484F\"/><stop offset=\".9\" stop-color=\"#FB7328\"/><stop offset=\".973\" stop-color=\"#F3960F\"/><stop offset=\"1\" stop-color=\"#F3960F\"/></linearGradient><linearGradient :id=\"`${uniqueID}c`\" x1=\"2\" y1=\"2\" x2=\"22\" y2=\"22\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#471571\"/><stop offset=\".031\" stop-color=\"#551B84\"/><stop offset=\".145\" stop-color=\"#7C229E\"/><stop offset=\".237\" stop-color=\"#9024A4\"/><stop offset=\".355\" stop-color=\"#B02290\"/><stop offset=\".483\" stop-color=\"#D32B86\"/><stop offset=\".603\" stop-color=\"#E92F6F\"/><stop offset=\".701\" stop-color=\"#F6484F\"/><stop offset=\".9\" stop-color=\"#FB7328\"/><stop offset=\".973\" stop-color=\"#F3960F\"/><stop offset=\"1\" stop-color=\"#F3960F\"/></linearGradient></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialpadSparkle',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode","_ctx"],"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;;;;IAM/D,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA;;;;;;EAQb,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACtC;AAAA,IAEA,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC3B;AAAA,IAEA,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IACnC;AAAA;EAGF,UAAW;AACT,SAAK,MAAM,QAAQ,GACnB,KAAK,WAAWC,EAAe;AAAA,EACjC;AACF;;cAtDEC,EAAw7F,OAAA;AAAA,IAAl7F,cAAYC,EAAA;AAAA,IAAY,OAAKC,EAAA,CAAEC,EAAA,eAAwG,gCAAgC,CAAA;AAAA,IAAxH,WAASA,EAAA;AAAA,IAAS,eAAaA,EAAA;AAAA,IAAY,MAAK;AAAA,IAAM,aAAU;AAAA,IAAyD,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BC,EAAgW,QAAA;AAAA,MAA1V,GAAE;AAAA,MAA2T,cAAcC,EAAA,QAAQ;AAAA;IAAOD,EAAgX,QAAA;AAAA,MAA1W,GAAE;AAAA,MAA2U,cAAcC,EAAA,QAAQ;AAAA;IAAOD,EAAsW,QAAA;AAAA,MAAhW,GAAE;AAAA,MAAiU,cAAcC,EAAA,QAAQ;AAAA;IAAOD,EAAupD,QAAA,MAAA;AAAA,MAAjpDA,EAA8iB,kBAAA;AAAA,QAA7hB,OAAOC,EAAA,QAAQ;AAAA,QAAK,IAAG;AAAA,QAAI,IAAG;AAAA,QAAI,IAAG;AAAA,QAAK,IAAG;AAAA,QAAK,eAAc;AAAA;;;MAA6dD,EAA8iB,kBAAA;AAAA,QAA7hB,OAAOC,EAAA,QAAQ;AAAA,QAAK,IAAG;AAAA,QAAI,IAAG;AAAA,QAAI,IAAG;AAAA,QAAK,IAAG;AAAA,QAAK,eAAc;AAAA;;;MAA6dD,EAA8iB,kBAAA;AAAA,QAA7hB,OAAOC,EAAA,QAAQ;AAAA,QAAK,IAAG;AAAA,QAAI,IAAG;AAAA,QAAI,IAAG;AAAA,QAAK,IAAG;AAAA,QAAK,eAAc;AAAA;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const i=require("../../utils-Bndrzhtw.cjs"),a=require("../../constants-CHwVJpfT.cjs"),t=require("vue"),l=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),n={name:"DtIconDialpadStarMarkColor",props:{size:{type:String,default:"500",validator:e=>Object.keys(a.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return a.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()}},d=["aria-label","data-qa","aria-hidden"],p=["fill"],c=["id"];function u(e,s,r,_,m,o){return t.openBlock(),t.createElementBlock("svg",{"aria-label":r.ariaLabel,class:t.normalizeClass([o.iconSizeClass,"d-icon d-icon--dialpad-star-mark-color"]),"data-qa":o.dataQA,"aria-hidden":o.ariaHidden,role:"img","data-name":"Dialpad Star Mark Color",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"
|
|
1
|
+
"use strict";const i=require("../../utils-Bndrzhtw.cjs"),a=require("../../constants-CHwVJpfT.cjs"),t=require("vue"),l=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),n={name:"DtIconDialpadStarMarkColor",props:{size:{type:String,default:"500",validator:e=>Object.keys(a.I).includes(e)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return a.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()}},d=["aria-label","data-qa","aria-hidden"],p=["fill"],c=["id"];function u(e,s,r,_,m,o){return t.openBlock(),t.createElementBlock("svg",{"aria-label":r.ariaLabel,class:t.normalizeClass([o.iconSizeClass,"d-icon d-icon--dialpad-star-mark-color"]),"data-qa":o.dataQA,"aria-hidden":o.ariaHidden,role:"img","data-name":"Dialpad Star Mark Color",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M18.882 11.327c.182-.085.143-.411-.051-.456-2.909-.668-5.173-3.332-5.66-6.674-.031-.222-.41-.274-.487-.066-1.253 3.993-3.964 7.118-7.57 8.642-.176.086-.14.39.048.437 2.84.705 5.046 3.322 5.54 6.599.033.216.38.265.458.062 1.444-4.178 4.21-7.316 7.722-8.544Z",fill:`url(#${e.uniqueID}a)`},null,8,p),t.createElementVNode("defs",null,[t.createElementVNode("linearGradient",{id:`${e.uniqueID}a`,x1:"5",y1:"4",x2:"20.858",y2:"17.876",gradientUnits:"userSpaceOnUse"},[...s[0]||(s[0]=[t.createStaticVNode('<stop stop-color="#471571"></stop><stop offset=".031" stop-color="#551B84"></stop><stop offset=".145" stop-color="#7C229E"></stop><stop offset=".237" stop-color="#9024A4"></stop><stop offset=".355" stop-color="#B02290"></stop><stop offset=".483" stop-color="#D32B86"></stop><stop offset=".603" stop-color="#E92F6F"></stop><stop offset=".701" stop-color="#F6484F"></stop><stop offset=".9" stop-color="#FB7328"></stop><stop offset=".973" stop-color="#F3960F"></stop><stop offset="1" stop-color="#F3960F"></stop>',11)])],8,c)])],10,d)}const f=l._(n,[["render",u]]);module.exports=f;
|
|
2
2
|
//# sourceMappingURL=dialpad-star-mark-color.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialpad-star-mark-color.cjs","sources":["../../../../src/icons/dialpad-star-mark-color.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark Color\" class=\"d-icon d-icon--dialpad-star-mark-color\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
{"version":3,"file":"dialpad-star-mark-color.cjs","sources":["../../../../src/icons/dialpad-star-mark-color.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark Color\" class=\"d-icon d-icon--dialpad-star-mark-color\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.882 11.327c.182-.085.143-.411-.051-.456-2.909-.668-5.173-3.332-5.66-6.674-.031-.222-.41-.274-.487-.066-1.253 3.993-3.964 7.118-7.57 8.642-.176.086-.14.39.048.437 2.84.705 5.046 3.322 5.54 6.599.033.216.38.265.458.062 1.444-4.178 4.21-7.316 7.722-8.544Z\" :fill=\"`url(#${uniqueID}a)`\"/><defs><linearGradient :id=\"`${uniqueID}a`\" x1=\"5\" y1=\"4\" x2=\"20.858\" y2=\"17.876\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#471571\"/><stop offset=\".031\" stop-color=\"#551B84\"/><stop offset=\".145\" stop-color=\"#7C229E\"/><stop offset=\".237\" stop-color=\"#9024A4\"/><stop offset=\".355\" stop-color=\"#B02290\"/><stop offset=\".483\" stop-color=\"#D32B86\"/><stop offset=\".603\" stop-color=\"#E92F6F\"/><stop offset=\".701\" stop-color=\"#F6484F\"/><stop offset=\".9\" stop-color=\"#FB7328\"/><stop offset=\".973\" stop-color=\"#F3960F\"/><stop offset=\"1\" stop-color=\"#F3960F\"/></linearGradient></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialpadStarMarkColor',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode","_ctx"],"mappings":"8KAQKA,EAAU,CACb,KAAM,6BAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,GAM/D,UAAW,CACT,KAAM,OACN,QAAS,SAQb,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAAA,EAAoB,KAAK,IAAI,CACtC,EAEA,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC3B,EAEA,QAAU,CACR,OAAO,KAAK,OAAO,SAAS,GAAK,SACnC,GAGF,SAAW,CACT,KAAK,MAAM,QAAQ,EACnB,KAAK,SAAWC,IAAe,CACjC,CACF,4GAtDEC,EAAAA,mBAAumC,MAAA,CAAjmC,aAAYC,EAAA,UAAY,MAAKC,EAAAA,eAAA,CAAEC,EAAA,cAAgH,wCAAwC,CAAA,EAAxI,UAASA,EAAA,OAAS,cAAaA,EAAA,WAAY,KAAK,MAAM,YAAU,0BAAyE,QAAQ,YAAY,MAAM,+BAA6BC,EAAAA,mBAAyS,OAAA,CAAnS,EAAE,mQAAoQ,aAAcC,EAAA,QAAQ,gBAAOD,EAAAA,mBAAmkB,OAAA,KAAA,CAA7jBA,EAAAA,mBAAsjB,iBAAA,CAAriB,MAAOC,EAAA,QAAQ,IAAK,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,cAAc"}
|
|
@@ -54,16 +54,16 @@ function g(t, s, r, h, S, o) {
|
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
55
|
}, [
|
|
56
56
|
e("path", {
|
|
57
|
-
d: "
|
|
57
|
+
d: "M18.882 11.327c.182-.085.143-.411-.051-.456-2.909-.668-5.173-3.332-5.66-6.674-.031-.222-.41-.274-.487-.066-1.253 3.993-3.964 7.118-7.57 8.642-.176.086-.14.39.048.437 2.84.705 5.046 3.322 5.54 6.599.033.216.38.265.458.062 1.444-4.178 4.21-7.316 7.722-8.544Z",
|
|
58
58
|
fill: `url(#${t.uniqueID}a)`
|
|
59
59
|
}, null, 8, m),
|
|
60
60
|
e("defs", null, [
|
|
61
61
|
e("linearGradient", {
|
|
62
62
|
id: `${t.uniqueID}a`,
|
|
63
|
-
x1: "
|
|
64
|
-
y1: "
|
|
65
|
-
x2: "
|
|
66
|
-
y2: "
|
|
63
|
+
x1: "5",
|
|
64
|
+
y1: "4",
|
|
65
|
+
x2: "20.858",
|
|
66
|
+
y2: "17.876",
|
|
67
67
|
gradientUnits: "userSpaceOnUse"
|
|
68
68
|
}, [...s[0] || (s[0] = [
|
|
69
69
|
n('<stop stop-color="#471571"></stop><stop offset=".031" stop-color="#551B84"></stop><stop offset=".145" stop-color="#7C229E"></stop><stop offset=".237" stop-color="#9024A4"></stop><stop offset=".355" stop-color="#B02290"></stop><stop offset=".483" stop-color="#D32B86"></stop><stop offset=".603" stop-color="#E92F6F"></stop><stop offset=".701" stop-color="#F6484F"></stop><stop offset=".9" stop-color="#FB7328"></stop><stop offset=".973" stop-color="#F3960F"></stop><stop offset="1" stop-color="#F3960F"></stop>', 11)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialpad-star-mark-color.js","sources":["../../../../src/icons/dialpad-star-mark-color.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark Color\" class=\"d-icon d-icon--dialpad-star-mark-color\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
{"version":3,"file":"dialpad-star-mark-color.js","sources":["../../../../src/icons/dialpad-star-mark-color.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark Color\" class=\"d-icon d-icon--dialpad-star-mark-color\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.882 11.327c.182-.085.143-.411-.051-.456-2.909-.668-5.173-3.332-5.66-6.674-.031-.222-.41-.274-.487-.066-1.253 3.993-3.964 7.118-7.57 8.642-.176.086-.14.39.048.437 2.84.705 5.046 3.322 5.54 6.599.033.216.38.265.458.062 1.444-4.178 4.21-7.316 7.722-8.544Z\" :fill=\"`url(#${uniqueID}a)`\"/><defs><linearGradient :id=\"`${uniqueID}a`\" x1=\"5\" y1=\"4\" x2=\"20.858\" y2=\"17.876\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#471571\"/><stop offset=\".031\" stop-color=\"#551B84\"/><stop offset=\".145\" stop-color=\"#7C229E\"/><stop offset=\".237\" stop-color=\"#9024A4\"/><stop offset=\".355\" stop-color=\"#B02290\"/><stop offset=\".483\" stop-color=\"#D32B86\"/><stop offset=\".603\" stop-color=\"#E92F6F\"/><stop offset=\".701\" stop-color=\"#F6484F\"/><stop offset=\".9\" stop-color=\"#FB7328\"/><stop offset=\".973\" stop-color=\"#F3960F\"/><stop offset=\"1\" stop-color=\"#F3960F\"/></linearGradient></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialpadStarMarkColor',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode","_ctx"],"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;;;;IAM/D,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA;;;;;;EAQb,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACtC;AAAA,IAEA,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC3B;AAAA,IAEA,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IACnC;AAAA;EAGF,UAAW;AACT,SAAK,MAAM,QAAQ,GACnB,KAAK,WAAWC,EAAe;AAAA,EACjC;AACF;;cAtDEC,EAAumC,OAAA;AAAA,IAAjmC,cAAYC,EAAA;AAAA,IAAY,OAAKC,EAAA,CAAEC,EAAA,eAAgH,wCAAwC,CAAA;AAAA,IAAxI,WAASA,EAAA;AAAA,IAAS,eAAaA,EAAA;AAAA,IAAY,MAAK;AAAA,IAAM,aAAU;AAAA,IAAyE,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BC,EAAyS,QAAA;AAAA,MAAnS,GAAE;AAAA,MAAoQ,cAAcC,EAAA,QAAQ;AAAA;IAAOD,EAAmkB,QAAA,MAAA;AAAA,MAA7jBA,EAAsjB,kBAAA;AAAA,QAAriB,OAAOC,EAAA,QAAQ;AAAA,QAAK,IAAG;AAAA,QAAI,IAAG;AAAA,QAAI,IAAG;AAAA,QAAS,IAAG;AAAA,QAAS,eAAc;AAAA;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),a=require("vue"),d=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),s={name:"DtIconDialpadStarMark",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")}},l=["aria-label","data-qa","aria-hidden"];function o(t,r,n,u,p,e){return a.openBlock(),a.createElementBlock("svg",{"aria-label":n.ariaLabel,class:a.normalizeClass([e.iconSizeClass,"d-icon d-icon--dialpad-star-mark"]),"data-qa":e.dataQA,"aria-hidden":e.ariaHidden,role:"img","data-name":"Dialpad Star Mark",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},[...r[0]||(r[0]=[a.createElementVNode("path",{d:"
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),a=require("vue"),d=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),s={name:"DtIconDialpadStarMark",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")}},l=["aria-label","data-qa","aria-hidden"];function o(t,r,n,u,p,e){return a.openBlock(),a.createElementBlock("svg",{"aria-label":n.ariaLabel,class:a.normalizeClass([e.iconSizeClass,"d-icon d-icon--dialpad-star-mark"]),"data-qa":e.dataQA,"aria-hidden":e.ariaHidden,role:"img","data-name":"Dialpad Star Mark",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},[...r[0]||(r[0]=[a.createElementVNode("path",{d:"M9.441 5.664c.091-.043.072-.206-.026-.228C7.961 5.102 6.83 3.77 6.586 2.099c-.016-.111-.205-.137-.244-.033-.626 1.996-1.982 3.559-3.785 4.32-.088.044-.07.196.024.219 1.42.353 2.523 1.661 2.77 3.3.016.108.19.132.23.03.721-2.088 2.104-3.657 3.86-4.271Z",fill:"currentColor"},null,-1)])],10,l)}const c=d._(s,[["render",o]]);module.exports=c;
|
|
2
2
|
//# sourceMappingURL=dialpad-star-mark.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialpad-star-mark.cjs","sources":["../../../../src/icons/dialpad-star-mark.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark\" class=\"d-icon d-icon--dialpad-star-mark\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
{"version":3,"file":"dialpad-star-mark.cjs","sources":["../../../../src/icons/dialpad-star-mark.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark\" class=\"d-icon d-icon--dialpad-star-mark\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.441 5.664c.091-.043.072-.206-.026-.228C7.961 5.102 6.83 3.77 6.586 2.099c-.016-.111-.205-.137-.244-.033-.626 1.996-1.982 3.559-3.785 4.32-.088.044-.07.196.024.219 1.42.353 2.523 1.661 2.77 3.3.016.108.19.132.23.03.721-2.088 2.104-3.657 3.86-4.271Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialpadStarMark',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":"wIAOKA,EAAU,CACb,KAAM,wBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,GAM/D,UAAW,CACT,KAAM,OACN,QAAS,SAQb,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAAA,EAAoB,KAAK,IAAI,CACtC,EAEA,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC3B,EAEA,QAAU,CACR,OAAO,KAAK,OAAO,SAAS,GAAK,SACnC,GAGF,SAAW,CACT,KAAK,MAAM,QAAQ,CACrB,CACF,wFApDEC,EAAAA,mBAAygB,MAAA,CAAngB,aAAYC,EAAA,UAAY,MAAKC,EAAAA,eAAA,CAAEC,EAAA,cAA0G,kCAAkC,CAAA,EAA5H,UAASA,EAAA,OAAS,cAAaA,EAAA,WAAY,KAAK,MAAM,YAAU,oBAA6D,QAAQ,YAAY,MAAM,+CAA6BC,EAAAA,mBAA0R,OAAA,CAApR,EAAE,6PAA6P,KAAK"}
|
|
@@ -53,7 +53,7 @@ function _(e, t, i, p, u, a) {
|
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
54
|
}, [...t[0] || (t[0] = [
|
|
55
55
|
s("path", {
|
|
56
|
-
d: "
|
|
56
|
+
d: "M9.441 5.664c.091-.043.072-.206-.026-.228C7.961 5.102 6.83 3.77 6.586 2.099c-.016-.111-.205-.137-.244-.033-.626 1.996-1.982 3.559-3.785 4.32-.088.044-.07.196.024.219 1.42.353 2.523 1.661 2.77 3.3.016.108.19.132.23.03.721-2.088 2.104-3.657 3.86-4.271Z",
|
|
57
57
|
fill: "currentColor"
|
|
58
58
|
}, null, -1)
|
|
59
59
|
])], 10, m);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialpad-star-mark.js","sources":["../../../../src/icons/dialpad-star-mark.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark\" class=\"d-icon d-icon--dialpad-star-mark\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
{"version":3,"file":"dialpad-star-mark.js","sources":["../../../../src/icons/dialpad-star-mark.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dialpad Star Mark\" class=\"d-icon d-icon--dialpad-star-mark\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.441 5.664c.091-.043.072-.206-.026-.228C7.961 5.102 6.83 3.77 6.586 2.099c-.016-.111-.205-.137-.244-.033-.626 1.996-1.982 3.559-3.785 4.32-.088.044-.07.196.024.219 1.42.353 2.523 1.661 2.77 3.3.016.108.19.132.23.03.721-2.088 2.104-3.657 3.86-4.271Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDialpadStarMark',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":";;;AAOA,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;;;;IAM/D,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA;;;;;;EAQb,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACtC;AAAA,IAEA,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC3B;AAAA,IAEA,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IACnC;AAAA;EAGF,UAAW;AACT,SAAK,MAAM,QAAQ;AAAA,EACrB;AACF;;cApDEC,EAAygB,OAAA;AAAA,IAAngB,cAAYC,EAAA;AAAA,IAAY,OAAKC,EAAA,CAAEC,EAAA,eAA0G,kCAAkC,CAAA;AAAA,IAA5H,WAASA,EAAA;AAAA,IAAS,eAAaA,EAAA;AAAA,IAAY,MAAK;AAAA,IAAM,aAAU;AAAA,IAA6D,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BC,EAA0R,QAAA;AAAA,MAApR,GAAE;AAAA,MAA6P,MAAK;AAAA;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),e=require("vue"),n=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),d={name:"DtIconSparkleFilled",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")}},s=["aria-label","data-qa","aria-hidden"];function c(t,r,l,u,p,a){return e.openBlock(),e.createElementBlock("svg",{"aria-label":l.ariaLabel,class:e.normalizeClass([a.iconSizeClass,"d-icon d-icon--sparkle-filled"]),"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Sparkle Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},[...r[0]||(r[0]=[e.createElementVNode("path",{d:"M9.263 11c.05 0 .093-.034.108-.082.23-.745.81-1.335 1.545-1.572A.12.12 0 0 0 11 9.233a.12.12 0 0 0-.084-.114c-.72-.232-1.29-.8-1.53-1.522a.131.131 0 0 0-.123-.092.131.131 0 0 0-.123.092 2.392 2.392 0 0 1-1.51 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.565.114.114 0 0 0 .107.082Zm-4.76-1.392a.23.23 0 0 0 .218-.166A4.872 4.872 0 0 1 7.868 6.24c.1-.033.17-.125.17-.23a.243.243 0 0 0-.17-.23 4.87 4.87 0 0 1-3.115-3.103.266.266 0 0 0-.25-.186.266.266 0 0 0-.25.186 4.872 4.872 0 0 1-3.076 3.09A.257.257 0 0 0 1 6.01c0 .111.073.208.177.243a4.872 4.872 0 0 1 3.107 3.19.23.23 0 0 0 .219.165Zm4.76-5.113c.05 0 .094-.034.108-.081.23-.746.81-1.335 1.545-1.572A.12.12 0 0 0 11 2.728a.12.12 0 0 0-.084-.114 2.388 2.388 0 0 1-1.529-1.522A.131.131 0 0 0 9.264 1a.131.131 0 0 0-.124.092 2.393 2.393 0 0 1-1.509 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.566.114.114 0 0 0 .108.081Z",fill:"currentColor"},null,-1)])],10,s)}const o=n._(d,[["render",c]]);module.exports=o;
|
|
2
2
|
//# sourceMappingURL=sparkle-filled.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sparkle-filled.cjs","sources":["../../../../src/icons/sparkle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle Filled\" class=\"d-icon d-icon--sparkle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path
|
|
1
|
+
{"version":3,"file":"sparkle-filled.cjs","sources":["../../../../src/icons/sparkle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle Filled\" class=\"d-icon d-icon--sparkle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.263 11c.05 0 .093-.034.108-.082.23-.745.81-1.335 1.545-1.572A.12.12 0 0 0 11 9.233a.12.12 0 0 0-.084-.114c-.72-.232-1.29-.8-1.53-1.522a.131.131 0 0 0-.123-.092.131.131 0 0 0-.123.092 2.392 2.392 0 0 1-1.51 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.565.114.114 0 0 0 .107.082Zm-4.76-1.392a.23.23 0 0 0 .218-.166A4.872 4.872 0 0 1 7.868 6.24c.1-.033.17-.125.17-.23a.243.243 0 0 0-.17-.23 4.87 4.87 0 0 1-3.115-3.103.266.266 0 0 0-.25-.186.266.266 0 0 0-.25.186 4.872 4.872 0 0 1-3.076 3.09A.257.257 0 0 0 1 6.01c0 .111.073.208.177.243a4.872 4.872 0 0 1 3.107 3.19.23.23 0 0 0 .219.165Zm4.76-5.113c.05 0 .094-.034.108-.081.23-.746.81-1.335 1.545-1.572A.12.12 0 0 0 11 2.728a.12.12 0 0 0-.084-.114 2.388 2.388 0 0 1-1.529-1.522A.131.131 0 0 0 9.264 1a.131.131 0 0 0-.124.092 2.393 2.393 0 0 1-1.509 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.566.114.114 0 0 0 .108.081Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSparkleFilled',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":"wIAOKA,EAAU,CACb,KAAM,sBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,GAM/D,UAAW,CACT,KAAM,OACN,QAAS,SAQb,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAAA,EAAoB,KAAK,IAAI,CACtC,EAEA,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC3B,EAEA,QAAU,CACR,OAAO,KAAK,OAAO,SAAS,GAAK,SACnC,GAGF,SAAW,CACT,KAAK,MAAM,QAAQ,CACrB,CACF,wFApDEC,EAAAA,mBAAgrC,MAAA,CAA1qC,aAAYC,EAAA,UAAY,MAAKC,EAAAA,eAAA,CAAEC,EAAA,cAAuG,+BAA+B,CAAA,EAAtH,UAASA,EAAA,OAAS,cAAaA,EAAA,WAAY,KAAK,MAAM,YAAU,iBAAuD,QAAQ,YAAY,MAAM,+CAA6BC,EAAAA,mBAAu8B,OAAA,CAAj8B,EAAE,06BAA06B,KAAK"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as
|
|
2
|
-
import { openBlock as
|
|
3
|
-
import { _ as
|
|
1
|
+
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
2
|
+
import { openBlock as l, createElementBlock as d, normalizeClass as n, createElementVNode as s } from "vue";
|
|
3
|
+
import { _ as o } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const c = {
|
|
5
5
|
name: "DtIconSparkleFilled",
|
|
6
6
|
props: {
|
|
@@ -11,7 +11,7 @@ const c = {
|
|
|
11
11
|
size: {
|
|
12
12
|
type: String,
|
|
13
13
|
default: "500",
|
|
14
|
-
validator: (e) => Object.keys(
|
|
14
|
+
validator: (e) => Object.keys(r).includes(e)
|
|
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 c = {
|
|
|
28
28
|
emits: ["loaded"],
|
|
29
29
|
computed: {
|
|
30
30
|
iconSizeClass() {
|
|
31
|
-
return
|
|
31
|
+
return r[this.size];
|
|
32
32
|
},
|
|
33
33
|
ariaHidden() {
|
|
34
34
|
return this.ariaLabel ? "false" : "true";
|
|
@@ -41,9 +41,9 @@ const c = {
|
|
|
41
41
|
this.$emit("loaded");
|
|
42
42
|
}
|
|
43
43
|
}, m = ["aria-label", "data-qa", "aria-hidden"];
|
|
44
|
-
function
|
|
45
|
-
return
|
|
46
|
-
"aria-label":
|
|
44
|
+
function _(e, t, i, p, u, a) {
|
|
45
|
+
return l(), d("svg", {
|
|
46
|
+
"aria-label": i.ariaLabel,
|
|
47
47
|
class: n([a.iconSizeClass, "d-icon d-icon--sparkle-filled"]),
|
|
48
48
|
"data-qa": a.dataQA,
|
|
49
49
|
"aria-hidden": a.ariaHidden,
|
|
@@ -52,16 +52,14 @@ function u(e, t, r, h, p, a) {
|
|
|
52
52
|
viewBox: "0 0 12 12",
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
54
|
}, [...t[0] || (t[0] = [
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"clip-rule": "evenodd",
|
|
58
|
-
d: "M9.544 11a.443.443 0 0 0 .443-.443v-.57h.57a.443.443 0 1 0 0-.886h-.57v-.57a.443.443 0 1 0-.886 0v.57h-.57a.443.443 0 1 0 0 .886h.57v.57c0 .245.198.443.443.443ZM4.988 9.987a.443.443 0 0 0 .403-.26L6.43 7.443l2.285-1.039a.443.443 0 0 0 0-.806L6.43 4.557 5.39 2.273a.443.443 0 0 0-.806 0L3.545 4.558 1.26 5.597a.443.443 0 0 0 0 .806l2.285 1.04 1.039 2.285c.072.158.23.26.403.26l.001-.001Zm4.077-6.076a.443.443 0 0 0 .443-.443v-.57h.57a.443.443 0 0 0 0-.885h-.57v-.57a.443.443 0 0 0-.886 0v.57h-.57a.443.443 0 1 0 0 .886h.57v.57c0 .244.199.442.443.442Z",
|
|
55
|
+
s("path", {
|
|
56
|
+
d: "M9.263 11c.05 0 .093-.034.108-.082.23-.745.81-1.335 1.545-1.572A.12.12 0 0 0 11 9.233a.12.12 0 0 0-.084-.114c-.72-.232-1.29-.8-1.53-1.522a.131.131 0 0 0-.123-.092.131.131 0 0 0-.123.092 2.392 2.392 0 0 1-1.51 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.565.114.114 0 0 0 .107.082Zm-4.76-1.392a.23.23 0 0 0 .218-.166A4.872 4.872 0 0 1 7.868 6.24c.1-.033.17-.125.17-.23a.243.243 0 0 0-.17-.23 4.87 4.87 0 0 1-3.115-3.103.266.266 0 0 0-.25-.186.266.266 0 0 0-.25.186 4.872 4.872 0 0 1-3.076 3.09A.257.257 0 0 0 1 6.01c0 .111.073.208.177.243a4.872 4.872 0 0 1 3.107 3.19.23.23 0 0 0 .219.165Zm4.76-5.113c.05 0 .094-.034.108-.081.23-.746.81-1.335 1.545-1.572A.12.12 0 0 0 11 2.728a.12.12 0 0 0-.084-.114 2.388 2.388 0 0 1-1.529-1.522A.131.131 0 0 0 9.264 1a.131.131 0 0 0-.124.092 2.393 2.393 0 0 1-1.509 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.566.114.114 0 0 0 .108.081Z",
|
|
59
57
|
fill: "currentColor"
|
|
60
58
|
}, null, -1)
|
|
61
59
|
])], 10, m);
|
|
62
60
|
}
|
|
63
|
-
const
|
|
61
|
+
const b = /* @__PURE__ */ o(c, [["render", _]]);
|
|
64
62
|
export {
|
|
65
|
-
|
|
63
|
+
b as default
|
|
66
64
|
};
|
|
67
65
|
//# sourceMappingURL=sparkle-filled.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sparkle-filled.js","sources":["../../../../src/icons/sparkle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle Filled\" class=\"d-icon d-icon--sparkle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path
|
|
1
|
+
{"version":3,"file":"sparkle-filled.js","sources":["../../../../src/icons/sparkle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle Filled\" class=\"d-icon d-icon--sparkle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.263 11c.05 0 .093-.034.108-.082.23-.745.81-1.335 1.545-1.572A.12.12 0 0 0 11 9.233a.12.12 0 0 0-.084-.114c-.72-.232-1.29-.8-1.53-1.522a.131.131 0 0 0-.123-.092.131.131 0 0 0-.123.092 2.392 2.392 0 0 1-1.51 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.565.114.114 0 0 0 .107.082Zm-4.76-1.392a.23.23 0 0 0 .218-.166A4.872 4.872 0 0 1 7.868 6.24c.1-.033.17-.125.17-.23a.243.243 0 0 0-.17-.23 4.87 4.87 0 0 1-3.115-3.103.266.266 0 0 0-.25-.186.266.266 0 0 0-.25.186 4.872 4.872 0 0 1-3.076 3.09A.257.257 0 0 0 1 6.01c0 .111.073.208.177.243a4.872 4.872 0 0 1 3.107 3.19.23.23 0 0 0 .219.165Zm4.76-5.113c.05 0 .094-.034.108-.081.23-.746.81-1.335 1.545-1.572A.12.12 0 0 0 11 2.728a.12.12 0 0 0-.084-.114 2.388 2.388 0 0 1-1.529-1.522A.131.131 0 0 0 9.264 1a.131.131 0 0 0-.124.092 2.393 2.393 0 0 1-1.509 1.516.127.127 0 0 0-.087.12c0 .055.036.103.087.12a2.393 2.393 0 0 1 1.525 1.566.114.114 0 0 0 .108.081Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSparkleFilled',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":";;;AAOA,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;;;;IAM/D,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA;;;;;;EAQb,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACtC;AAAA,IAEA,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC3B;AAAA,IAEA,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IACnC;AAAA;EAGF,UAAW;AACT,SAAK,MAAM,QAAQ;AAAA,EACrB;AACF;;cApDEC,EAAgrC,OAAA;AAAA,IAA1qC,cAAYC,EAAA;AAAA,IAAY,OAAKC,EAAA,CAAEC,EAAA,eAAuG,+BAA+B,CAAA;AAAA,IAAtH,WAASA,EAAA;AAAA,IAAS,eAAaA,EAAA;AAAA,IAAY,MAAK;AAAA,IAAM,aAAU;AAAA,IAAuD,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BC,EAAu8B,QAAA;AAAA,MAAj8B,GAAE;AAAA,MAA06B,MAAK;AAAA;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),a=require("vue"),n=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),
|
|
1
|
+
"use strict";const i=require("../../constants-CHwVJpfT.cjs"),a=require("vue"),n=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),s={name:"DtIconSparkle",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")}},d=["aria-label","data-qa","aria-hidden"];function c(t,r,l,u,m,e){return a.openBlock(),a.createElementBlock("svg",{"aria-label":l.ariaLabel,class:a.normalizeClass([e.iconSizeClass,"d-icon d-icon--sparkle"]),"data-qa":e.dataQA,"aria-hidden":e.ariaHidden,role:"img","data-name":"Sparkle",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},[...r[0]||(r[0]=[a.createElementVNode("path",{d:"M9.264 1c.05 0 .093.034.107.082.23.745.81 1.335 1.545 1.572a.12.12 0 0 1 .084.113.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.392 2.392 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.565A.114.114 0 0 1 9.264 1Zm0 6.505c.05 0 .093.034.108.081.23.746.81 1.335 1.544 1.572a.12.12 0 0 1 .084.114.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.393 2.393 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.566.114.114 0 0 1 .108-.081ZM4.503 9.239v.27l-.082-.014a.267.267 0 0 1-.13-.097l-.038-.075c-.021-.064-.046-.127-.07-.19l.32.106Zm.25.084-.038.075a.262.262 0 0 1-.212.11v-.27l.318-.105a4.902 4.902 0 0 0-.068.19Zm-.251-4.926A5.882 5.882 0 0 1 2.918 5.99a5.882 5.882 0 0 1 1.584 1.595 5.885 5.885 0 0 1 1.585-1.596 5.883 5.883 0 0 1-1.585-1.592ZM7.7 6.279a4.87 4.87 0 0 0-2.879 2.854l-.318.106-.32-.106a4.875 4.875 0 0 0-2.738-2.802l-.267-.098A.258.258 0 0 1 1 5.99c0-.111.073-.209.178-.243a4.872 4.872 0 0 0 3.106-3.19.231.231 0 0 1 .219-.165c.1 0 .188.068.218.165A4.873 4.873 0 0 0 7.868 5.76c.1.032.169.124.17.23 0 .105-.07.198-.17.23l-.168.06Z",fill:"currentColor"},null,-1)])],10,d)}const o=n._(s,[["render",c]]);module.exports=o;
|
|
2
2
|
//# sourceMappingURL=sparkle.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sparkle.cjs","sources":["../../../../src/icons/sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle\" class=\"d-icon d-icon--sparkle\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path
|
|
1
|
+
{"version":3,"file":"sparkle.cjs","sources":["../../../../src/icons/sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle\" class=\"d-icon d-icon--sparkle\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.264 1c.05 0 .093.034.107.082.23.745.81 1.335 1.545 1.572a.12.12 0 0 1 .084.113.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.392 2.392 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.565A.114.114 0 0 1 9.264 1Zm0 6.505c.05 0 .093.034.108.081.23.746.81 1.335 1.544 1.572a.12.12 0 0 1 .084.114.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.393 2.393 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.566.114.114 0 0 1 .108-.081ZM4.503 9.239v.27l-.082-.014a.267.267 0 0 1-.13-.097l-.038-.075c-.021-.064-.046-.127-.07-.19l.32.106Zm.25.084-.038.075a.262.262 0 0 1-.212.11v-.27l.318-.105a4.902 4.902 0 0 0-.068.19Zm-.251-4.926A5.882 5.882 0 0 1 2.918 5.99a5.882 5.882 0 0 1 1.584 1.595 5.885 5.885 0 0 1 1.585-1.596 5.883 5.883 0 0 1-1.585-1.592ZM7.7 6.279a4.87 4.87 0 0 0-2.879 2.854l-.318.106-.32-.106a4.875 4.875 0 0 0-2.738-2.802l-.267-.098A.258.258 0 0 1 1 5.99c0-.111.073-.209.178-.243a4.872 4.872 0 0 0 3.106-3.19.231.231 0 0 1 .219-.165c.1 0 .188.068.218.165A4.873 4.873 0 0 0 7.868 5.76c.1.032.169.124.17.23 0 .105-.07.198-.17.23l-.168.06Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSparkle',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":"wIAOKA,EAAU,CACb,KAAM,gBAEN,MAAO,CAKL,KAAM,CACJ,KAAM,OACN,QAAS,MACT,UAAYC,GAAM,OAAO,KAAKC,GAAmB,EAAE,SAASD,CAAC,GAM/D,UAAW,CACT,KAAM,OACN,QAAS,SAQb,MAAO,CAAC,QAAQ,EAEhB,SAAU,CACR,eAAiB,CACf,OAAOC,EAAAA,EAAoB,KAAK,IAAI,CACtC,EAEA,YAAc,CACZ,OAAQ,KAAK,UAAqB,QAAT,MAC3B,EAEA,QAAU,CACR,OAAO,KAAK,OAAO,SAAS,GAAK,SACnC,GAGF,SAAW,CACT,KAAK,MAAM,QAAQ,CACrB,CACF,wFApDEC,EAAAA,mBAA48C,MAAA,CAAt8C,aAAYC,EAAA,UAAY,MAAKC,EAAAA,eAAA,CAAEC,EAAA,cAAgG,wBAAwB,CAAA,EAAxG,UAASA,EAAA,OAAS,cAAaA,EAAA,WAAY,KAAK,MAAM,YAAU,UAAyC,QAAQ,YAAY,MAAM,+CAA6BC,EAAAA,mBAAivC,OAAA,CAA3uC,EAAE,otCAAotC,KAAK"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as r } from "../../constants-DeVuDy8J.js";
|
|
2
|
-
import { openBlock as
|
|
3
|
-
import { _ as
|
|
2
|
+
import { openBlock as l, createElementBlock as d, normalizeClass as n, createElementVNode as s } from "vue";
|
|
3
|
+
import { _ as o } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const c = {
|
|
5
5
|
name: "DtIconSparkle",
|
|
6
6
|
props: {
|
|
@@ -41,9 +41,9 @@ const c = {
|
|
|
41
41
|
this.$emit("loaded");
|
|
42
42
|
}
|
|
43
43
|
}, m = ["aria-label", "data-qa", "aria-hidden"];
|
|
44
|
-
function
|
|
45
|
-
return
|
|
46
|
-
"aria-label":
|
|
44
|
+
function _(e, t, i, p, u, a) {
|
|
45
|
+
return l(), d("svg", {
|
|
46
|
+
"aria-label": i.ariaLabel,
|
|
47
47
|
class: n([a.iconSizeClass, "d-icon d-icon--sparkle"]),
|
|
48
48
|
"data-qa": a.dataQA,
|
|
49
49
|
"aria-hidden": a.ariaHidden,
|
|
@@ -52,16 +52,14 @@ function u(e, t, l, p, _, a) {
|
|
|
52
52
|
viewBox: "0 0 12 12",
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
54
|
}, [...t[0] || (t[0] = [
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"clip-rule": "evenodd",
|
|
58
|
-
d: "M9 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1h-.5v.5a.5.5 0 1 1-1 0V3H8a.5.5 0 0 1 0-1h.5v-.5A.5.5 0 0 1 9 1ZM5 2a.5.5 0 0 1 .455.293L6.471 4.53l2.236 1.016a.5.5 0 0 1 0 .91L6.47 7.471 5.455 9.707a.5.5 0 0 1-.91 0L3.529 7.47 1.293 6.455a.5.5 0 0 1 0-.91L3.53 4.529l1.016-2.236A.5.5 0 0 1 5 2Zm0 1.708-.639 1.405a.5.5 0 0 1-.248.248L2.708 6l1.405.639a.5.5 0 0 1 .248.248L5 8.292l.639-1.405a.5.5 0 0 1 .248-.248L7.292 6l-1.405-.639a.5.5 0 0 1-.248-.248L5 3.708ZM9.5 8a.5.5 0 0 1 .5.5V9h.5a.5.5 0 0 1 0 1H10v.5a.5.5 0 0 1-1 0V10h-.5a.5.5 0 0 1 0-1H9v-.5a.5.5 0 0 1 .5-.5Z",
|
|
55
|
+
s("path", {
|
|
56
|
+
d: "M9.264 1c.05 0 .093.034.107.082.23.745.81 1.335 1.545 1.572a.12.12 0 0 1 .084.113.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.392 2.392 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.565A.114.114 0 0 1 9.264 1Zm0 6.505c.05 0 .093.034.108.081.23.746.81 1.335 1.544 1.572a.12.12 0 0 1 .084.114.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.393 2.393 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.566.114.114 0 0 1 .108-.081ZM4.503 9.239v.27l-.082-.014a.267.267 0 0 1-.13-.097l-.038-.075c-.021-.064-.046-.127-.07-.19l.32.106Zm.25.084-.038.075a.262.262 0 0 1-.212.11v-.27l.318-.105a4.902 4.902 0 0 0-.068.19Zm-.251-4.926A5.882 5.882 0 0 1 2.918 5.99a5.882 5.882 0 0 1 1.584 1.595 5.885 5.885 0 0 1 1.585-1.596 5.883 5.883 0 0 1-1.585-1.592ZM7.7 6.279a4.87 4.87 0 0 0-2.879 2.854l-.318.106-.32-.106a4.875 4.875 0 0 0-2.738-2.802l-.267-.098A.258.258 0 0 1 1 5.99c0-.111.073-.209.178-.243a4.872 4.872 0 0 0 3.106-3.19.231.231 0 0 1 .219-.165c.1 0 .188.068.218.165A4.873 4.873 0 0 0 7.868 5.76c.1.032.169.124.17.23 0 .105-.07.198-.17.23l-.168.06Z",
|
|
59
57
|
fill: "currentColor"
|
|
60
58
|
}, null, -1)
|
|
61
59
|
])], 10, m);
|
|
62
60
|
}
|
|
63
|
-
const
|
|
61
|
+
const b = /* @__PURE__ */ o(c, [["render", _]]);
|
|
64
62
|
export {
|
|
65
|
-
|
|
63
|
+
b as default
|
|
66
64
|
};
|
|
67
65
|
//# sourceMappingURL=sparkle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sparkle.js","sources":["../../../../src/icons/sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle\" class=\"d-icon d-icon--sparkle\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path
|
|
1
|
+
{"version":3,"file":"sparkle.js","sources":["../../../../src/icons/sparkle.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :data-qa=\"dataQA\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle\" class=\"d-icon d-icon--sparkle\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.264 1c.05 0 .093.034.107.082.23.745.81 1.335 1.545 1.572a.12.12 0 0 1 .084.113.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.392 2.392 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.565A.114.114 0 0 1 9.264 1Zm0 6.505c.05 0 .093.034.108.081.23.746.81 1.335 1.544 1.572a.12.12 0 0 1 .084.114.12.12 0 0 1-.084.114 2.39 2.39 0 0 0-1.529 1.522.131.131 0 0 1-.123.092.131.131 0 0 1-.124-.092 2.393 2.393 0 0 0-1.509-1.516.127.127 0 0 1-.087-.12c0-.055.036-.103.087-.12a2.393 2.393 0 0 0 1.525-1.566.114.114 0 0 1 .108-.081ZM4.503 9.239v.27l-.082-.014a.267.267 0 0 1-.13-.097l-.038-.075c-.021-.064-.046-.127-.07-.19l.32.106Zm.25.084-.038.075a.262.262 0 0 1-.212.11v-.27l.318-.105a4.902 4.902 0 0 0-.068.19Zm-.251-4.926A5.882 5.882 0 0 1 2.918 5.99a5.882 5.882 0 0 1 1.584 1.595 5.885 5.885 0 0 1 1.585-1.596 5.883 5.883 0 0 1-1.585-1.592ZM7.7 6.279a4.87 4.87 0 0 0-2.879 2.854l-.318.106-.32-.106a4.875 4.875 0 0 0-2.738-2.802l-.267-.098A.258.258 0 0 1 1 5.99c0-.111.073-.209.178-.243a4.872 4.872 0 0 0 3.106-3.19.231.231 0 0 1 .219-.165c.1 0 .188.068.218.165A4.873 4.873 0 0 0 7.868 5.76c.1.032.169.124.17.23 0 .105-.07.198-.17.23l-.168.06Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSparkle',\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","_createElementBlock","$props","_normalizeClass","$options","_createElementVNode"],"mappings":";;;AAOA,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;;;;IAM/D,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA;;;;;;EAQb,OAAO,CAAC,QAAQ;AAAA,EAEhB,UAAU;AAAA,IACR,gBAAiB;AACf,aAAOC,EAAoB,KAAK,IAAI;AAAA,IACtC;AAAA,IAEA,aAAc;AACZ,aAAQ,KAAK,YAAqB,UAAT;AAAA,IAC3B;AAAA,IAEA,SAAU;AACR,aAAO,KAAK,OAAO,SAAS,KAAK;AAAA,IACnC;AAAA;EAGF,UAAW;AACT,SAAK,MAAM,QAAQ;AAAA,EACrB;AACF;;cApDEC,EAA48C,OAAA;AAAA,IAAt8C,cAAYC,EAAA;AAAA,IAAY,OAAKC,EAAA,CAAEC,EAAA,eAAgG,wBAAwB,CAAA;AAAA,IAAxG,WAASA,EAAA;AAAA,IAAS,eAAaA,EAAA;AAAA,IAAY,MAAK;AAAA,IAAM,aAAU;AAAA,IAAyC,SAAQ;AAAA,IAAY,OAAM;AAAA;IAA6BC,EAAivC,QAAA;AAAA,MAA3uC,GAAE;AAAA,MAAotC,MAAK;AAAA;;;;"}
|