@david-xpn/llm-ui-feedback 0.1.12 → 0.1.13

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 CHANGED
@@ -549,7 +549,7 @@ function SidePanel({
549
549
  "Feedback Session",
550
550
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("span", { style: { fontSize: 11, fontWeight: 400, color: "#9ca3af", marginLeft: 6 }, children: [
551
551
  "v",
552
- "0.1.12"
552
+ "0.1.13"
553
553
  ] })
554
554
  ] }),
555
555
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
package/dist/index.mjs CHANGED
@@ -513,7 +513,7 @@ function SidePanel({
513
513
  "Feedback Session",
514
514
  /* @__PURE__ */ jsxs4("span", { style: { fontSize: 11, fontWeight: 400, color: "#9ca3af", marginLeft: 6 }, children: [
515
515
  "v",
516
- "0.1.12"
516
+ "0.1.13"
517
517
  ] })
518
518
  ] }),
519
519
  /* @__PURE__ */ jsx4(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@david-xpn/llm-ui-feedback",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Drop-in React feedback widget that captures component context for LLM consumption",
5
5
  "license": "MIT",
6
6
  "author": "david-xpn",