@grafana/components 0.0.52 → 0.0.54
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/README.md +5 -15
- package/dist/cjs/index.cjs +93 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +20 -2
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js +9 -0
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js.map +1 -1
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js +9 -0
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js.map +1 -1
- package/dist/esm/components/Icons/ClockX.js +10 -0
- package/dist/esm/components/Icons/ClockX.js.map +1 -0
- package/dist/esm/components/Icons/CloudIncident.js +10 -0
- package/dist/esm/components/Icons/CloudIncident.js.map +1 -0
- package/dist/esm/components/Icons/FrontendObservability.js +13 -0
- package/dist/esm/components/Icons/FrontendObservability.js.map +1 -0
- package/dist/esm/components/Icons/Irm.js +10 -0
- package/dist/esm/components/Icons/Irm.js.map +1 -0
- package/dist/esm/components/Icons/Loki.js +10 -0
- package/dist/esm/components/Icons/Loki.js.map +1 -0
- package/dist/esm/components/Icons/Mimir.js +10 -0
- package/dist/esm/components/Icons/Mimir.js.map +1 -0
- package/dist/esm/components/Icons/SloTarget.js +12 -0
- package/dist/esm/components/Icons/SloTarget.js.map +1 -0
- package/dist/esm/components/Icons/SyntheticMonitoring.js +17 -0
- package/dist/esm/components/Icons/SyntheticMonitoring.js.map +1 -0
- package/dist/esm/components/Icons/Tempo.js +10 -0
- package/dist/esm/components/Icons/Tempo.js.map +1 -0
- package/dist/esm/components/Icons/allIcons.js +18 -0
- package/dist/esm/components/Icons/allIcons.js.map +1 -1
- package/dist/esm/components/Icons/iconMetaData.js +9 -0
- package/dist/esm/components/Icons/iconMetaData.js.map +1 -1
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js +9 -0
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js.map +1 -1
- package/dist/esm/index.d.ts +20 -2
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2878,6 +2878,7 @@ const iconMetaData = {
|
|
|
2878
2878
|
ClockCheck: ["time", "watch", "alarm"],
|
|
2879
2879
|
ClockFading: ["time", "watch", "alarm"],
|
|
2880
2880
|
ClockPlus: ["time", "watch", "alarm", "add", "create", "new"],
|
|
2881
|
+
ClockX: ["time", "watch", "alarm", "schedule", "cross"],
|
|
2881
2882
|
Clock: ["time", "watch", "alarm"],
|
|
2882
2883
|
ClosedCaption: [
|
|
2883
2884
|
"tv",
|
|
@@ -2919,6 +2920,7 @@ const iconMetaData = {
|
|
|
2919
2920
|
CloudDrizzle: ["weather", "shower"],
|
|
2920
2921
|
CloudFog: ["weather", "mist"],
|
|
2921
2922
|
CloudHail: ["weather", "rainfall"],
|
|
2923
|
+
CloudIncident: ["logo", "tool"],
|
|
2922
2924
|
CloudInfo: [],
|
|
2923
2925
|
CloudLightning: ["weather", "bolt"],
|
|
2924
2926
|
CloudMoonRain: ["weather", "partly", "night", "rainfall"],
|
|
@@ -4074,6 +4076,7 @@ const iconMetaData = {
|
|
|
4074
4076
|
Forward: ["send", "share", "email"],
|
|
4075
4077
|
Frame: ["logo", "design", "tool"],
|
|
4076
4078
|
Framer: ["logo", "design", "tool"],
|
|
4079
|
+
FrontendObservability: ["logo", "tool", "app"],
|
|
4077
4080
|
Frown: ["emoji", "face", "bad", "sad", "emotion"],
|
|
4078
4081
|
Fuel: ["filling-station", "gas", "petrol", "tank"],
|
|
4079
4082
|
Fullscreen: ["expand", "zoom", "preview", "focus", "camera", "lens", "image"],
|
|
@@ -4572,6 +4575,7 @@ const iconMetaData = {
|
|
|
4572
4575
|
InterpolationSmooth: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
|
|
4573
4576
|
InterpolationStepAfter: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
|
|
4574
4577
|
InterpolationStepBefore: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
|
|
4578
|
+
Irm: ["logo", "tool", "app"],
|
|
4575
4579
|
Italic: ["oblique", "text", "format"],
|
|
4576
4580
|
IterationCcw: ["arrow", "right"],
|
|
4577
4581
|
IterationCw: ["arrow", "left"],
|
|
@@ -4927,6 +4931,7 @@ const iconMetaData = {
|
|
|
4927
4931
|
LogIn: ["sign in", "arrow", "enter", "auth"],
|
|
4928
4932
|
LogOut: ["sign out", "arrow", "exit", "auth"],
|
|
4929
4933
|
Logs: ["options", "list", "menu", "order", "queue", "tasks", "logs"],
|
|
4934
|
+
Loki: ["logo", "tool", "app"],
|
|
4930
4935
|
Lollipop: ["lolly", "candy", "sugar", "food", "sweet", "dessert", "spiral"],
|
|
4931
4936
|
LoopedArrowsBoxes: ["loop", "arrows"],
|
|
4932
4937
|
Luggage: ["baggage", "luggage", "travel", "suitcase"],
|
|
@@ -5420,6 +5425,7 @@ const iconMetaData = {
|
|
|
5420
5425
|
"diet"
|
|
5421
5426
|
],
|
|
5422
5427
|
Milk: ["lactose", "bottle", "beverage", "drink", "water", "diet"],
|
|
5428
|
+
Mimir: ["logo", "tool", "app"],
|
|
5423
5429
|
Minimize2: ["exit fullscreen", "arrows", "close", "shrink"],
|
|
5424
5430
|
Minimize: ["exit fullscreen", "close", "shrink"],
|
|
5425
5431
|
MinusCircle: [],
|
|
@@ -7786,6 +7792,7 @@ const iconMetaData = {
|
|
|
7786
7792
|
SlidersHorizontal: ["settings", "filters", "controls"],
|
|
7787
7793
|
SlidersVertical: ["settings", "controls"],
|
|
7788
7794
|
Sliders: [],
|
|
7795
|
+
SloTarget: ["logo", "tool", "arrow"],
|
|
7789
7796
|
SmartphoneCharging: ["phone", "cellphone", "device", "power", "screen"],
|
|
7790
7797
|
SmartphoneNfc: ["contactless", "payment", "near-field communication", "screen"],
|
|
7791
7798
|
Smartphone: ["phone", "cellphone", "device", "screen"],
|
|
@@ -8485,6 +8492,7 @@ const iconMetaData = {
|
|
|
8485
8492
|
SwitchCamera: ["photo", "selfie", "front", "back"],
|
|
8486
8493
|
Sword: ["battle", "challenge", "game", "war", "weapon"],
|
|
8487
8494
|
Swords: ["battle", "challenge", "game", "war", "weapon"],
|
|
8495
|
+
SyntheticMonitoring: ["logo", "tool", "app"],
|
|
8488
8496
|
Syringe: ["medicine", "medical", "needle", "pump", "plunger", "nozzle", "blood"],
|
|
8489
8497
|
Table2: ["spreadsheet", "grid"],
|
|
8490
8498
|
TableCellsMerge: ["spreadsheet", "grid", "row"],
|
|
@@ -8607,6 +8615,7 @@ const iconMetaData = {
|
|
|
8607
8615
|
"observe",
|
|
8608
8616
|
"view"
|
|
8609
8617
|
],
|
|
8618
|
+
Tempo: ["logo", "tool", "app"],
|
|
8610
8619
|
TentTree: ["camping", "campsite", "holiday", "retreat", "nomadic", "wilderness", "outdoors"],
|
|
8611
8620
|
Tent: [
|
|
8612
8621
|
"tipi",
|