@grafana/components 0.0.57 → 0.0.59
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 +87 -5
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +8 -2
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js +3 -0
- package/dist/esm/components/ComparisonBadge/ComparisonBadge.js.map +1 -1
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js +3 -0
- package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js.map +1 -1
- package/dist/esm/components/Icons/Drilldown.js +0 -1
- package/dist/esm/components/Icons/Drilldown.js.map +1 -1
- package/dist/esm/components/Icons/PanelLeftToggle.js +8 -2
- package/dist/esm/components/Icons/PanelLeftToggle.js.map +1 -1
- package/dist/esm/components/Icons/PanelLeftToggleDisabled.js +21 -0
- package/dist/esm/components/Icons/PanelLeftToggleDisabled.js.map +1 -0
- package/dist/esm/components/Icons/PanelRightToggle.js +8 -2
- package/dist/esm/components/Icons/PanelRightToggle.js.map +1 -1
- package/dist/esm/components/Icons/PanelRightToggleDisabled.js +21 -0
- package/dist/esm/components/Icons/PanelRightToggleDisabled.js.map +1 -0
- package/dist/esm/components/Icons/SparklesFrame.js +18 -0
- package/dist/esm/components/Icons/SparklesFrame.js.map +1 -0
- package/dist/esm/components/Icons/allIcons.js +6 -0
- package/dist/esm/components/Icons/allIcons.js.map +1 -1
- package/dist/esm/components/Icons/iconMetaData.js +17 -0
- package/dist/esm/components/Icons/iconMetaData.js.map +1 -1
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js +3 -0
- package/dist/esm/components/StackedChartNoData/StackedChartNoData.js.map +1 -1
- package/dist/esm/index.d.ts +8 -2
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PanelRightToggle.js","sources":["../../../../src/components/Icons/PanelRightToggle.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const PanelRightToggle: SVGComponent = ({ title = 'Panel right toggle', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <
|
|
1
|
+
{"version":3,"file":"PanelRightToggle.js","sources":["../../../../src/components/Icons/PanelRightToggle.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const PanelRightToggle: SVGComponent = ({ title = 'Panel right toggle', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"M6 3a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4z\"></path>\n <path\n fill=\"currentColor\"\n d=\"M14 8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z\"\n ></path>\n </svg>\n);\n\nPanelRightToggle.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,gBAAA,GAAiC,CAAC,EAAE,KAAA,GAAQ,oBAAA,EAAsB,GAAG,KAAA,EAAM,qBACtF,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,CAAA;AAAA,kBAChF,GAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACC,IAAA,EAAK,cAAA;AAAA,MACL,CAAA,EAAE;AAAA;AAAA;AACH,CAAA,EACH;AAGF,gBAAA,CAAiB,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
const PanelRightToggleDisabled = ({
|
|
4
|
+
title = "Panel right toggle disabled",
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
7
|
+
title && /* @__PURE__ */ jsx("title", { children: title }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M6 3a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4z" }),
|
|
9
|
+
/* @__PURE__ */ jsx(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M14 8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z",
|
|
14
|
+
opacity: ".4"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
] });
|
|
18
|
+
PanelRightToggleDisabled.fill = "none";
|
|
19
|
+
|
|
20
|
+
export { PanelRightToggleDisabled };
|
|
21
|
+
//# sourceMappingURL=PanelRightToggleDisabled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PanelRightToggleDisabled.js","sources":["../../../../src/components/Icons/PanelRightToggleDisabled.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const PanelRightToggleDisabled: SVGComponent = ({\n title = 'Panel right toggle disabled',\n ...props\n}) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"M6 3a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4z\"></path>\n <path\n fill=\"currentColor\"\n d=\"M14 8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z\"\n opacity=\".4\"\n ></path>\n </svg>\n);\n\nPanelRightToggleDisabled.fill = 'none';\n"],"names":[],"mappings":";;AAEO,MAAM,2BAAyC,CAAC;AAAA,EACrD,KAAA,GAAQ,6BAAA;AAAA,EACR,GAAG;AACL,CAAA,qBACE,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,CAAA;AAAA,kBAChF,GAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACC,IAAA,EAAK,cAAA;AAAA,MACL,CAAA,EAAE,uEAAA;AAAA,MACF,OAAA,EAAQ;AAAA;AAAA;AACT,CAAA,EACH;AAGF,wBAAA,CAAyB,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
const SparklesFrame = ({ title = "Sparkles frame", ...props }) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
4
|
+
title && /* @__PURE__ */ jsx("title", { children: title }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2" }),
|
|
6
|
+
/* @__PURE__ */ jsx(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M16.922 12.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"
|
|
11
|
+
}
|
|
12
|
+
),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { d: "M8 7v2m1-1H7" })
|
|
14
|
+
] });
|
|
15
|
+
SparklesFrame.fill = "none";
|
|
16
|
+
|
|
17
|
+
export { SparklesFrame };
|
|
18
|
+
//# sourceMappingURL=SparklesFrame.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SparklesFrame.js","sources":["../../../../src/components/Icons/SparklesFrame.tsx"],"sourcesContent":["import type { SVGComponent } from '../Icon/types';\n\nexport const SparklesFrame: SVGComponent = ({ title = 'Sparkles frame', ...props }) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n {title && <title>{title}</title>}\n <path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"></path>\n <path\n fill=\"currentColor\"\n d=\"M16.922 12.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\"\n ></path>\n <path d=\"M8 7v2m1-1H7\"></path>\n </svg>\n);\n\nSparklesFrame.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,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,+FAAA,EAAgG,CAAA;AAAA,kBACxG,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,cAAA,EAAe;AAAA,CAAA,EACzB;AAGF,aAAA,CAAc,IAAA,GAAO,MAAA;;;;"}
|
|
@@ -1300,12 +1300,14 @@ import { PanelLeftDashed } from './PanelLeftDashed.js';
|
|
|
1300
1300
|
import { PanelLeftInactive } from './PanelLeftInactive.js';
|
|
1301
1301
|
import { PanelLeftOpen } from './PanelLeftOpen.js';
|
|
1302
1302
|
import { PanelLeftRightDashed } from './PanelLeftRightDashed.js';
|
|
1303
|
+
import { PanelLeftToggleDisabled } from './PanelLeftToggleDisabled.js';
|
|
1303
1304
|
import { PanelLeftToggle } from './PanelLeftToggle.js';
|
|
1304
1305
|
import { PanelLeft } from './PanelLeft.js';
|
|
1305
1306
|
import { PanelRightClose } from './PanelRightClose.js';
|
|
1306
1307
|
import { PanelRightDashed } from './PanelRightDashed.js';
|
|
1307
1308
|
import { PanelRightInactive } from './PanelRightInactive.js';
|
|
1308
1309
|
import { PanelRightOpen } from './PanelRightOpen.js';
|
|
1310
|
+
import { PanelRightToggleDisabled } from './PanelRightToggleDisabled.js';
|
|
1309
1311
|
import { PanelRightToggle } from './PanelRightToggle.js';
|
|
1310
1312
|
import { PanelRight } from './PanelRight.js';
|
|
1311
1313
|
import { PanelTopBottomDashed } from './PanelTopBottomDashed.js';
|
|
@@ -1607,6 +1609,7 @@ import { Space } from './Space.js';
|
|
|
1607
1609
|
import { Spade } from './Spade.js';
|
|
1608
1610
|
import { SparkleSolid } from './SparkleSolid.js';
|
|
1609
1611
|
import { Sparkle } from './Sparkle.js';
|
|
1612
|
+
import { SparklesFrame } from './SparklesFrame.js';
|
|
1610
1613
|
import { SparklesSolid } from './SparklesSolid.js';
|
|
1611
1614
|
import { Sparkles } from './Sparkles.js';
|
|
1612
1615
|
import { Speaker } from './Speaker.js';
|
|
@@ -3270,12 +3273,14 @@ const AllIcons = {
|
|
|
3270
3273
|
PanelLeftInactive,
|
|
3271
3274
|
PanelLeftOpen,
|
|
3272
3275
|
PanelLeftRightDashed,
|
|
3276
|
+
PanelLeftToggleDisabled,
|
|
3273
3277
|
PanelLeftToggle,
|
|
3274
3278
|
PanelLeft,
|
|
3275
3279
|
PanelRightClose,
|
|
3276
3280
|
PanelRightDashed,
|
|
3277
3281
|
PanelRightInactive,
|
|
3278
3282
|
PanelRightOpen,
|
|
3283
|
+
PanelRightToggleDisabled,
|
|
3279
3284
|
PanelRightToggle,
|
|
3280
3285
|
PanelRight,
|
|
3281
3286
|
PanelTopBottomDashed,
|
|
@@ -3577,6 +3582,7 @@ const AllIcons = {
|
|
|
3577
3582
|
Spade,
|
|
3578
3583
|
SparkleSolid,
|
|
3579
3584
|
Sparkle,
|
|
3585
|
+
SparklesFrame,
|
|
3580
3586
|
SparklesSolid,
|
|
3581
3587
|
Sparkles,
|
|
3582
3588
|
Speaker,
|