@smallwebco/tinypivot-react 1.0.20 → 1.0.21
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.cjs +9 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +34 -4
- package/package.json +15 -3
package/dist/index.cjs
CHANGED
|
@@ -2870,7 +2870,15 @@ function DataGrid({
|
|
|
2870
2870
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "vpg-demo-badge", children: "DEMO" }),
|
|
2871
2871
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { children: "Pro features enabled" }),
|
|
2872
2872
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("a", { href: "https://tiny-pivot.com/#pricing", target: "_blank", rel: "noopener noreferrer", children: "Get License \u2192" })
|
|
2873
|
-
] }) : showWatermark ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "vpg-watermark-inline", children: /* @__PURE__ */ (0, import_jsx_runtime4.
|
|
2873
|
+
] }) : showWatermark ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "vpg-watermark-inline", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("a", { href: "https://tiny-pivot.com", target: "_blank", rel: "noopener noreferrer", children: [
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
2875
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "3", y: "3", width: "7", height: "7" }),
|
|
2876
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "14", y: "3", width: "7", height: "7" }),
|
|
2877
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "14", y: "14", width: "7", height: "7" }),
|
|
2878
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "3", y: "14", width: "7", height: "7" })
|
|
2879
|
+
] }),
|
|
2880
|
+
"Powered by TinyPivot"
|
|
2881
|
+
] }) }) : null })
|
|
2874
2882
|
] }),
|
|
2875
2883
|
enableVerticalResize && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", { className: "vpg-vertical-resize-handle", onMouseDown: startVerticalResize, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: "vpg-resize-grip", children: [
|
|
2876
2884
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", {}),
|