@rsc-labs/medusa-store-analytics
Version:
Get analytics data about your store
22 lines (21 loc) • 6.49 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
/*
* Copyright 2024 RSC-Labs, https://rsoftcon.com/
*
* MIT License
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const ui_1 = require("@medusajs/ui");
const material_1 = require("@mui/material");
const HEIGHT = 330;
const ProTab = () => {
return ((0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, spacing: 2, justifyContent: "center", children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { container: true, justifyContent: "center", marginTop: 6, children: (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', style: { color: 'purple' }, children: "Take your store analytics to the next level" }) }) }), (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, justifyContent: "center", marginTop: 1, spacing: 5, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 3, md: 3, xl: 3, children: (0, jsx_runtime_1.jsx)(ui_1.Container, { style: { borderColor: 'purple', borderWidth: 1, height: HEIGHT }, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, rowSpacing: 3, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', children: "Customized dashboard" }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsxs)("ul", { style: { listStyleType: 'circle' }, children: [(0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Create your own dashboard with available statistics" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Add, delete or move any statistic" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Resize widgets for your needs" }) })] }) })] }) }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 3, md: 3, xl: 3, children: (0, jsx_runtime_1.jsx)(ui_1.Container, { style: { borderColor: 'purple', borderWidth: 1, height: HEIGHT }, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, rowSpacing: 3, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', children: "Date range picker" }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsxs)("ul", { style: { listStyleType: 'circle' }, children: [(0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Forget about last week, last month, last year" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Choose whatever date range to see statistics exactly for this range" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Compare to any of date range, e.g. compare Decembers or Black Fridays" }) })] }) })] }) }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 3, md: 3, xl: 3, children: (0, jsx_runtime_1.jsx)(ui_1.Container, { style: { borderColor: 'purple', borderWidth: 1, height: HEIGHT }, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, rowSpacing: 3, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', children: "Advanced statistics" }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsxs)("ul", { style: { listStyleType: 'circle' }, children: [(0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Over 15 professional statistics" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Check funnels related to carts and checkouts, how they change into purchases" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "See your analytics per sales channel" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Deep insights about discounts, gift cards and how they influence orders" }) })] }) })] }) }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 3, md: 3, xl: 3, children: (0, jsx_runtime_1.jsx)(ui_1.Container, { style: { borderColor: 'purple', borderWidth: 1, height: HEIGHT }, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, rowSpacing: 3, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', children: "Professional support" }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsxs)("ul", { style: { listStyleType: 'circle' }, children: [(0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Priority for bugs" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Dedicated channel for your feature requests for evaluation" }) }), (0, jsx_runtime_1.jsx)("li", { style: { marginTop: 3 }, children: (0, jsx_runtime_1.jsx)(ui_1.Text, { children: "Establish long-term cooperation also for other plugins" }) })] }) })] }) }) })] }), (0, jsx_runtime_1.jsx)(material_1.Grid, { container: true, spacing: 3, direction: 'column', alignContent: "center", marginTop: 6, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, direction: 'row', justifyContent: 'center', columnSpacing: 1, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', color: "purple", children: "Contact:" }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(material_1.Link, { href: "mailto:labs@rsoftcon.com", children: (0, jsx_runtime_1.jsx)(ui_1.Heading, { level: 'h1', color: "purple", children: "labs@rsoftcon.com" }) }) })] }) })] }));
};
exports.default = ProTab;