@grafana/components 0.0.50 → 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 +45 -3
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +6 -2
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js +2 -0
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js.map +1 -1
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js +2 -0
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js.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 +16 -0
- package/dist/esm/components/Icons/SparkleSolid.js.map +1 -0
- 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 +17 -0
- package/dist/esm/components/Icons/SparklesSolid.js.map +1 -0
- package/dist/esm/components/Icons/allIcons.js +4 -0
- package/dist/esm/components/Icons/allIcons.js.map +1 -1
- package/dist/esm/components/Icons/iconMetaData.js +14 -0
- package/dist/esm/components/Icons/iconMetaData.js.map +1 -1
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js +2 -0
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js.map +1 -1
- package/dist/esm/index.d.ts +6 -2
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -7812,6 +7812,19 @@ const iconMetaData = {
|
|
|
7812
7812
|
Soup: ["food", "dish", "restaurant", "course", "meal", "bowl", "starter"],
|
|
7813
7813
|
Space: ["text", "selection", "letters", "characters", "font", "typography"],
|
|
7814
7814
|
Spade: ["shape", "suit", "playing", "cards"],
|
|
7815
|
+
SparkleSolid: [
|
|
7816
|
+
"ai",
|
|
7817
|
+
"assistant",
|
|
7818
|
+
"star",
|
|
7819
|
+
"effect",
|
|
7820
|
+
"filter",
|
|
7821
|
+
"night",
|
|
7822
|
+
"magic",
|
|
7823
|
+
"shiny",
|
|
7824
|
+
"glitter",
|
|
7825
|
+
"twinkle",
|
|
7826
|
+
"celebration"
|
|
7827
|
+
],
|
|
7815
7828
|
Sparkle: [
|
|
7816
7829
|
"star",
|
|
7817
7830
|
"effect",
|
|
@@ -7825,6 +7838,7 @@ const iconMetaData = {
|
|
|
7825
7838
|
"ai",
|
|
7826
7839
|
"assistant"
|
|
7827
7840
|
],
|
|
7841
|
+
SparklesSolid: ["ai", "assistant", "stars", "effect", "filter", "night", "magic"],
|
|
7828
7842
|
Sparkles: ["stars", "effect", "filter", "night", "magic", "ai", "assistant"],
|
|
7829
7843
|
Speaker: [
|
|
7830
7844
|
"sound",
|