@grafana/k6-test-builder 0.8.2 → 0.8.4
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/index.js +19 -10
- package/dist/module.js +19 -10
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7729,25 +7729,30 @@ var $d74d54ce0479ba0c$export$2e2bcd8739ae039 = $d74d54ce0479ba0c$var$SvgXx;
|
|
|
7729
7729
|
|
|
7730
7730
|
|
|
7731
7731
|
|
|
7732
|
-
|
|
7732
|
+
|
|
7733
|
+
const $303ecaf29377061a$export$2d8598c0b89a07db = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)((props, ref)=>{
|
|
7734
|
+
const theme = (0, $gkIgo$materialuicore.useTheme)();
|
|
7735
|
+
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("svg", {
|
|
7733
7736
|
viewBox: "0 0 24 24",
|
|
7734
7737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7735
|
-
|
|
7738
|
+
ref: ref,
|
|
7736
7739
|
...props,
|
|
7737
7740
|
children: [
|
|
7738
7741
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("circle", {
|
|
7739
|
-
cx: 12,
|
|
7740
|
-
cy: 12,
|
|
7741
|
-
r: 12,
|
|
7742
|
-
fill:
|
|
7742
|
+
cx: "12",
|
|
7743
|
+
cy: "12",
|
|
7744
|
+
r: "12",
|
|
7745
|
+
fill: theme.palette.divider
|
|
7743
7746
|
}),
|
|
7744
7747
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
7745
|
-
d: "
|
|
7746
|
-
|
|
7748
|
+
d: "M 17.826 5.626 C 17.647 5.48 17.411 5.424 17.185 5.473 C 15.536 5.819 13.817 5.467 12.436 4.502 C 12.173 4.321 11.827 4.321 11.564 4.502 C 10.183 5.467 8.464 5.819 6.815 5.473 C 6.589 5.424 6.353 5.48 6.174 5.626 C 5.994 5.771 5.89 5.99 5.891 6.221 L 5.891 11.91 C 5.889 14.131 6.962 16.217 8.77 17.508 L 11.558 19.493 C 11.822 19.681 12.178 19.681 12.442 19.493 L 15.23 17.508 C 17.038 16.217 18.111 14.131 18.109 11.91 L 18.109 6.221 C 18.11 5.99 18.006 5.771 17.826 5.626 Z",
|
|
7749
|
+
style: {
|
|
7750
|
+
fill: theme.palette.text.secondary
|
|
7751
|
+
}
|
|
7747
7752
|
})
|
|
7748
7753
|
]
|
|
7749
7754
|
});
|
|
7750
|
-
|
|
7755
|
+
});
|
|
7751
7756
|
|
|
7752
7757
|
|
|
7753
7758
|
|
|
@@ -7778,8 +7783,12 @@ function $93fbf4cb9a1ece0e$export$2a443dbec7599f4d({ loadZone: loadZone , forwar
|
|
|
7778
7783
|
width: width || height,
|
|
7779
7784
|
height: height || width
|
|
7780
7785
|
};
|
|
7786
|
+
if (!loadZone.public) return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $303ecaf29377061a$export$2d8598c0b89a07db), {
|
|
7787
|
+
...dimensions,
|
|
7788
|
+
...props
|
|
7789
|
+
});
|
|
7781
7790
|
const countryCode = (0, $4bac6ee95b8c8b72$export$ea0b53343d95e8c5)(loadZone);
|
|
7782
|
-
const Icon =
|
|
7791
|
+
const Icon = $93fbf4cb9a1ece0e$var$availableLoadZoneFlags[countryCode] || (0, $d74d54ce0479ba0c$export$2e2bcd8739ae039);
|
|
7783
7792
|
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)(Icon, {
|
|
7784
7793
|
...dimensions,
|
|
7785
7794
|
...props
|
package/dist/module.js
CHANGED
|
@@ -7706,25 +7706,30 @@ var $f866fa8c7e7ba07d$export$2e2bcd8739ae039 = $f866fa8c7e7ba07d$var$SvgXx;
|
|
|
7706
7706
|
|
|
7707
7707
|
|
|
7708
7708
|
|
|
7709
|
-
|
|
7709
|
+
|
|
7710
|
+
const $2f9c21821713259b$export$2d8598c0b89a07db = /*#__PURE__*/ (0, $b7VBt$forwardRef)((props, ref)=>{
|
|
7711
|
+
const theme = (0, $b7VBt$useTheme)();
|
|
7712
|
+
return /*#__PURE__*/ (0, $b7VBt$jsxs)("svg", {
|
|
7710
7713
|
viewBox: "0 0 24 24",
|
|
7711
7714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7712
|
-
|
|
7715
|
+
ref: ref,
|
|
7713
7716
|
...props,
|
|
7714
7717
|
children: [
|
|
7715
7718
|
/*#__PURE__*/ (0, $b7VBt$jsx)("circle", {
|
|
7716
|
-
cx: 12,
|
|
7717
|
-
cy: 12,
|
|
7718
|
-
r: 12,
|
|
7719
|
-
fill:
|
|
7719
|
+
cx: "12",
|
|
7720
|
+
cy: "12",
|
|
7721
|
+
r: "12",
|
|
7722
|
+
fill: theme.palette.divider
|
|
7720
7723
|
}),
|
|
7721
7724
|
/*#__PURE__*/ (0, $b7VBt$jsx)("path", {
|
|
7722
|
-
d: "
|
|
7723
|
-
|
|
7725
|
+
d: "M 17.826 5.626 C 17.647 5.48 17.411 5.424 17.185 5.473 C 15.536 5.819 13.817 5.467 12.436 4.502 C 12.173 4.321 11.827 4.321 11.564 4.502 C 10.183 5.467 8.464 5.819 6.815 5.473 C 6.589 5.424 6.353 5.48 6.174 5.626 C 5.994 5.771 5.89 5.99 5.891 6.221 L 5.891 11.91 C 5.889 14.131 6.962 16.217 8.77 17.508 L 11.558 19.493 C 11.822 19.681 12.178 19.681 12.442 19.493 L 15.23 17.508 C 17.038 16.217 18.111 14.131 18.109 11.91 L 18.109 6.221 C 18.11 5.99 18.006 5.771 17.826 5.626 Z",
|
|
7726
|
+
style: {
|
|
7727
|
+
fill: theme.palette.text.secondary
|
|
7728
|
+
}
|
|
7724
7729
|
})
|
|
7725
7730
|
]
|
|
7726
7731
|
});
|
|
7727
|
-
|
|
7732
|
+
});
|
|
7728
7733
|
|
|
7729
7734
|
|
|
7730
7735
|
|
|
@@ -7755,8 +7760,12 @@ function $0e08e80b41915ca2$export$2a443dbec7599f4d({ loadZone: loadZone , forwar
|
|
|
7755
7760
|
width: width || height,
|
|
7756
7761
|
height: height || width
|
|
7757
7762
|
};
|
|
7763
|
+
if (!loadZone.public) return /*#__PURE__*/ (0, $b7VBt$jsx)((0, $2f9c21821713259b$export$2d8598c0b89a07db), {
|
|
7764
|
+
...dimensions,
|
|
7765
|
+
...props
|
|
7766
|
+
});
|
|
7758
7767
|
const countryCode = (0, $f54872b9dc7588c3$export$ea0b53343d95e8c5)(loadZone);
|
|
7759
|
-
const Icon =
|
|
7768
|
+
const Icon = $0e08e80b41915ca2$var$availableLoadZoneFlags[countryCode] || (0, $f866fa8c7e7ba07d$export$2e2bcd8739ae039);
|
|
7760
7769
|
return /*#__PURE__*/ (0, $b7VBt$jsx)(Icon, {
|
|
7761
7770
|
...dimensions,
|
|
7762
7771
|
...props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/k6-test-builder",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/module.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@parcel/transformer-svg-react": "^2.7.0",
|
|
67
67
|
"@reduxjs/toolkit": "^1.8.3",
|
|
68
68
|
"clsx": "^1.2.1",
|
|
69
|
-
"har-to-k6": "
|
|
69
|
+
"har-to-k6": "^0.13.1",
|
|
70
70
|
"lodash-es": "^4.17.20",
|
|
71
71
|
"path-to-regexp": "^6.2.1",
|
|
72
72
|
"react-custom-scrollbars": "^4.2.1",
|