@grafana/components 0.0.51 → 0.0.52
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/cjs/index.cjs +5 -6
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/components/Icons/Sparkle.js +1 -1
- package/dist/esm/components/Icons/Sparkle.js.map +1 -1
- package/dist/esm/components/Icons/SparkleSolid.js +1 -1
- package/dist/esm/components/Icons/SparkleSolid.js.map +1 -1
- package/dist/esm/components/Icons/Sparkles.js +1 -2
- package/dist/esm/components/Icons/Sparkles.js.map +1 -1
- package/dist/esm/components/Icons/SparklesSolid.js +2 -2
- package/dist/esm/components/Icons/SparklesSolid.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
|
|
3
3
|
const Sparkle = ({ title = "Sparkle", ...props }) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
4
4
|
title && /* @__PURE__ */ jsx("title", { children: title }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476Z" })
|
|
6
6
|
] });
|
|
7
7
|
Sparkle.fill = "none";
|
|
8
8
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkle.js","sources":["../../../../src/components/Icons/Sparkle.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const Sparkle: SVGComponent = ({ title = 'Sparkle', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Sparkle.js","sources":["../../../../src/components/Icons/Sparkle.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const Sparkle: SVGComponent = ({ title = 'Sparkle', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476Z\"></path>\n </svg>\n);\n\nSparkle.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,OAAA,GAAwB,CAAC,EAAE,KAAA,GAAQ,SAAA,EAAW,GAAG,KAAA,EAAM,qBAClE,IAAA,CAAC,KAAA,EAAA,EAAI,OAAA,EAAQ,WAAA,EAAa,GAAG,KAAA,EAC1B,QAAA,EAAA;AAAA,EAAA,KAAA,oBAAS,GAAA,CAAC,WAAO,QAAA,EAAA,KAAA,EAAM,CAAA;AAAA,kBACxB,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,8PAAA,EAA+P;AAAA,CAAA,EACzQ;AAGF,OAAA,CAAQ,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -6,7 +6,7 @@ const SparkleSolid = ({ title = "Sparkle solid", ...props }) => /* @__PURE__ */
|
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
d: "
|
|
9
|
+
d: "M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476"
|
|
10
10
|
}
|
|
11
11
|
)
|
|
12
12
|
] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SparkleSolid.js","sources":["../../../../src/components/Icons/SparkleSolid.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const SparkleSolid: SVGComponent = ({ title = 'Sparkle solid', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path\n fill=\"currentColor\"\n d=\"
|
|
1
|
+
{"version":3,"file":"SparkleSolid.js","sources":["../../../../src/components/Icons/SparkleSolid.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const SparkleSolid: SVGComponent = ({ title = 'Sparkle solid', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path\n fill=\"currentColor\"\n d=\"M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476\"\n ></path>\n </svg>\n);\n\nSparkleSolid.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,YAAA,GAA6B,CAAC,EAAE,KAAA,GAAQ,eAAA,EAAiB,GAAG,KAAA,EAAM,qBAC7E,IAAA,CAAC,KAAA,EAAA,EAAI,OAAA,EAAQ,WAAA,EAAa,GAAG,KAAA,EAC1B,QAAA,EAAA;AAAA,EAAA,KAAA,oBAAS,GAAA,CAAC,WAAO,QAAA,EAAA,KAAA,EAAM,CAAA;AAAA,kBACxB,GAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACC,IAAA,EAAK,cAAA;AAAA,MACL,CAAA,EAAE;AAAA;AAAA;AACH,CAAA,EACH;AAGF,YAAA,CAAa,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -2,8 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
|
|
3
3
|
const Sparkles = ({ title = "Sparkles", ...props }) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
4
4
|
title && /* @__PURE__ */ jsx("title", { children: title }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "20", r: "2" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382ZM9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19Z" })
|
|
7
6
|
] });
|
|
8
7
|
Sparkles.fill = "none";
|
|
9
8
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkles.js","sources":["../../../../src/components/Icons/Sparkles.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const Sparkles: SVGComponent = ({ title = 'Sparkles', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Sparkles.js","sources":["../../../../src/components/Icons/Sparkles.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const Sparkles: SVGComponent = ({ title = 'Sparkles', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382ZM9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19Z\"></path>\n </svg>\n);\n\nSparkles.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,QAAA,GAAyB,CAAC,EAAE,KAAA,GAAQ,UAAA,EAAY,GAAG,KAAA,EAAM,qBACpE,IAAA,CAAC,KAAA,EAAA,EAAI,OAAA,EAAQ,WAAA,EAAa,GAAG,KAAA,EAC1B,QAAA,EAAA;AAAA,EAAA,KAAA,oBAAS,GAAA,CAAC,WAAO,QAAA,EAAA,KAAA,EAAM,CAAA;AAAA,kBACxB,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,ueAAA,EAAwe;AAAA,CAAA,EAClf;AAGF,QAAA,CAAS,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -6,10 +6,10 @@ const SparklesSolid = ({ title = "Sparkles solid", ...props }) => /* @__PURE__ *
|
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
d: "
|
|
9
|
+
d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19"
|
|
10
10
|
}
|
|
11
11
|
),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
12
|
+
/* @__PURE__ */ jsx("path", { d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19" })
|
|
13
13
|
] });
|
|
14
14
|
SparklesSolid.fill = "none";
|
|
15
15
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SparklesSolid.js","sources":["../../../../src/components/Icons/SparklesSolid.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const SparklesSolid: SVGComponent = ({ title = 'Sparkles solid', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path\n fill=\"currentColor\"\n d=\"
|
|
1
|
+
{"version":3,"file":"SparklesSolid.js","sources":["../../../../src/components/Icons/SparklesSolid.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const SparklesSolid: SVGComponent = ({ title = 'Sparkles solid', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path\n fill=\"currentColor\"\n d=\"M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19\"\n ></path>\n <path d=\"M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19\"></path>\n </svg>\n);\n\nSparklesSolid.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,aAAA,GAA8B,CAAC,EAAE,KAAA,GAAQ,gBAAA,EAAkB,GAAG,KAAA,EAAM,qBAC/E,IAAA,CAAC,KAAA,EAAA,EAAI,OAAA,EAAQ,WAAA,EAAa,GAAG,KAAA,EAC1B,QAAA,EAAA;AAAA,EAAA,KAAA,oBAAS,GAAA,CAAC,WAAO,QAAA,EAAA,KAAA,EAAM,CAAA;AAAA,kBACxB,GAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACC,IAAA,EAAK,cAAA;AAAA,MACL,CAAA,EAAE;AAAA;AAAA,GACH;AAAA,kBACD,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qeAAA,EAAse;AAAA,CAAA,EAChf;AAGF,aAAA,CAAc,IAAA,GAAO,MAAA;;;;"}
|