medusa-stats 1.0.5 → 1.0.8

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.
@@ -6208,7 +6208,7 @@ const ProviderSelection = ({ form, providers, isLoading }) => {
6208
6208
  }
6209
6209
  form.setValue("parameters", defaultParams);
6210
6210
  };
6211
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-4", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
6211
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-4 overflow-y-auto", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
6212
6212
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-sm font-medium mb-3", children: "Select Provider and Statistic" }),
6213
6213
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Table, { children: [
6214
6214
  /* @__PURE__ */ jsxRuntime.jsx(ui.Table.Header, { children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Table.Row, { children: [
@@ -6608,7 +6608,7 @@ const CreateAlertModal = ({ open, onOpenChange, initialAlert = null }) => {
6608
6608
  )
6609
6609
  ] })
6610
6610
  ] }) }),
6611
- /* @__PURE__ */ jsxRuntime.jsx(ui.ProgressTabs.Content, { value: "statistic", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
6611
+ /* @__PURE__ */ jsxRuntime.jsx(ui.ProgressTabs.Content, { value: "statistic", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4 overflow-hidden", children: [
6612
6612
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center border border-ui-border-base rounded-lg overflow-hidden", children: [
6613
6613
  /* @__PURE__ */ jsxRuntime.jsx(
6614
6614
  "button",
@@ -6204,7 +6204,7 @@ const ProviderSelection = ({ form, providers, isLoading }) => {
6204
6204
  }
6205
6205
  form.setValue("parameters", defaultParams);
6206
6206
  };
6207
- return /* @__PURE__ */ jsx("div", { className: "space-y-4", children: /* @__PURE__ */ jsxs("div", { children: [
6207
+ return /* @__PURE__ */ jsx("div", { className: "space-y-4 overflow-y-auto", children: /* @__PURE__ */ jsxs("div", { children: [
6208
6208
  /* @__PURE__ */ jsx("h3", { className: "text-sm font-medium mb-3", children: "Select Provider and Statistic" }),
6209
6209
  /* @__PURE__ */ jsxs(Table, { children: [
6210
6210
  /* @__PURE__ */ jsx(Table.Header, { children: /* @__PURE__ */ jsxs(Table.Row, { children: [
@@ -6604,7 +6604,7 @@ const CreateAlertModal = ({ open, onOpenChange, initialAlert = null }) => {
6604
6604
  )
6605
6605
  ] })
6606
6606
  ] }) }),
6607
- /* @__PURE__ */ jsx(ProgressTabs.Content, { value: "statistic", children: /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
6607
+ /* @__PURE__ */ jsx(ProgressTabs.Content, { value: "statistic", children: /* @__PURE__ */ jsxs("div", { className: "space-y-4 overflow-hidden", children: [
6608
6608
  /* @__PURE__ */ jsxs("div", { className: "flex items-center border border-ui-border-base rounded-lg overflow-hidden", children: [
6609
6609
  /* @__PURE__ */ jsx(
6610
6610
  "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-stats",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "The most flexible statistics plugin for the most flexible commerce platform.",
5
5
  "author": "Maciej (https://github.com/tax1driver)",
6
6
  "license": "MIT",
@@ -31,6 +31,7 @@
31
31
  "medusa-plugin-stats",
32
32
  "medusa-plugin-metrics",
33
33
  "medusa-plugin",
34
+ "medusa-plugin-analytics",
34
35
  "medusa-v2"
35
36
  ],
36
37
  "scripts": {