wacomm 1.34.0 → 1.34.2

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/html/P.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  interface PProps {
2
- className?: string;
3
2
  text: string;
3
+ className?: string;
4
+ placeholder?: string;
4
5
  }
5
- declare function P({ className, text }: PProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function P({ className, placeholder, text }: PProps): import("react/jsx-runtime").JSX.Element;
6
7
  export default P;
@@ -7264,8 +7264,8 @@ function Au({
7264
7264
  function Ph({ label: e, onClick: t = Je, className: o = "" }) {
7265
7265
  return /* @__PURE__ */ b.jsx("h1", { className: De("text-gray-600 text-lg overflow-x-scroll", o), onClick: t, children: e });
7266
7266
  }
7267
- function Mn({ className: e = "", text: t }) {
7268
- return /* @__PURE__ */ b.jsx("p", { className: De("text-gray-600 p-1 rounded-lg", e), children: t });
7267
+ function Mn({ className: e = "", placeholder: t = "write something...", text: o }) {
7268
+ return /* @__PURE__ */ b.jsx("p", { className: De("text-gray-600 p-1 rounded-lg", e), children: o || /* @__PURE__ */ b.jsx("span", { className: "text-gray-300 italic", children: t }) });
7269
7269
  }
7270
7270
  function eT({
7271
7271
  text: e,
@@ -38497,7 +38497,7 @@ function Kk(e) {
38497
38497
  }, [r]), null;
38498
38498
  }
38499
38499
  const bL = wr(Kk);
38500
- const _k = import("./mapbox-gl-DlTTXX5K.mjs").then((e) => e.m), eO = P.forwardRef(function(t, o) {
38500
+ const _k = import("./mapbox-gl-BQEALm8O.mjs").then((e) => e.m), eO = P.forwardRef(function(t, o) {
38501
38501
  return Wk(t, o, _k);
38502
38502
  }), i1 = Zk;
38503
38503
  const tO = $k;