@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.js
CHANGED
|
@@ -2853,7 +2853,15 @@ function DataGrid({
|
|
|
2853
2853
|
/* @__PURE__ */ jsx4("span", { className: "vpg-demo-badge", children: "DEMO" }),
|
|
2854
2854
|
/* @__PURE__ */ jsx4("span", { children: "Pro features enabled" }),
|
|
2855
2855
|
/* @__PURE__ */ jsx4("a", { href: "https://tiny-pivot.com/#pricing", target: "_blank", rel: "noopener noreferrer", children: "Get License \u2192" })
|
|
2856
|
-
] }) : showWatermark ? /* @__PURE__ */ jsx4("span", { className: "vpg-watermark-inline", children: /* @__PURE__ */
|
|
2856
|
+
] }) : showWatermark ? /* @__PURE__ */ jsx4("span", { className: "vpg-watermark-inline", children: /* @__PURE__ */ jsxs4("a", { href: "https://tiny-pivot.com", target: "_blank", rel: "noopener noreferrer", children: [
|
|
2857
|
+
/* @__PURE__ */ jsxs4("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: [
|
|
2858
|
+
/* @__PURE__ */ jsx4("rect", { x: "3", y: "3", width: "7", height: "7" }),
|
|
2859
|
+
/* @__PURE__ */ jsx4("rect", { x: "14", y: "3", width: "7", height: "7" }),
|
|
2860
|
+
/* @__PURE__ */ jsx4("rect", { x: "14", y: "14", width: "7", height: "7" }),
|
|
2861
|
+
/* @__PURE__ */ jsx4("rect", { x: "3", y: "14", width: "7", height: "7" })
|
|
2862
|
+
] }),
|
|
2863
|
+
"Powered by TinyPivot"
|
|
2864
|
+
] }) }) : null })
|
|
2857
2865
|
] }),
|
|
2858
2866
|
enableVerticalResize && /* @__PURE__ */ jsx4("div", { className: "vpg-vertical-resize-handle", onMouseDown: startVerticalResize, children: /* @__PURE__ */ jsxs4("div", { className: "vpg-resize-grip", children: [
|
|
2859
2867
|
/* @__PURE__ */ jsx4("span", {}),
|