wacomm 1.50.8 → 1.51.1
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/NotFound.d.ts +2 -1
- package/dist/{index-cEX9XZ3p.mjs → index-Bc9vBtuj.mjs} +10 -4
- package/dist/{index-W6WExOUQ.js → index-DLgljsC2.js} +3 -3
- package/dist/{mapbox-gl-BwbNPIYG.mjs → mapbox-gl-BlK2sn7P.mjs} +1 -1
- package/dist/{mapbox-gl-ZtVWjETI.js → mapbox-gl-_pvrGpwL.js} +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +1 -1
- package/package.json +1 -1
package/dist/NotFound.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
interface NotFoundProps {
|
|
2
2
|
label: string;
|
|
3
|
+
className?: string;
|
|
3
4
|
}
|
|
4
|
-
declare function NotFound({ label }: NotFoundProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function NotFound({ label, className }: NotFoundProps): import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export default NotFound;
|
|
@@ -7219,7 +7219,7 @@ function bu({ className: e = "", placeholder: t = "write something...", text: o
|
|
|
7219
7219
|
"p",
|
|
7220
7220
|
{
|
|
7221
7221
|
className: we(
|
|
7222
|
-
"text-gray-600 bg-gray-100 p-1 rounded-lg max-h-40 overflow-y-auto whitespace-pre-wrap
|
|
7222
|
+
"text-gray-600 bg-gray-100 p-1 rounded-lg max-h-40 overflow-y-auto whitespace-pre-wrap",
|
|
7223
7223
|
e
|
|
7224
7224
|
),
|
|
7225
7225
|
children: o || /* @__PURE__ */ b.jsx("span", { className: "text-gray-300 italic", children: t })
|
|
@@ -9025,8 +9025,14 @@ function tj({ handleNext: e, handlePrev: t }) {
|
|
|
9025
9025
|
), onClick: s, children: /* @__PURE__ */ b.jsx(P2, { className: "fill-gray-600" }) })
|
|
9026
9026
|
] }) });
|
|
9027
9027
|
}
|
|
9028
|
-
function oj({ label: e }) {
|
|
9029
|
-
return /* @__PURE__ */ b.jsx(
|
|
9028
|
+
function oj({ label: e, className: t = "" }) {
|
|
9029
|
+
return /* @__PURE__ */ b.jsx(
|
|
9030
|
+
"div",
|
|
9031
|
+
{
|
|
9032
|
+
className: we("NotFound bg-white p-2 text-gray-600 text-lg rounded-lg w-full", t),
|
|
9033
|
+
children: e
|
|
9034
|
+
}
|
|
9035
|
+
);
|
|
9030
9036
|
}
|
|
9031
9037
|
function nj({ options: e, onSelect: t, onChange: o, placeholder: n = "" }) {
|
|
9032
9038
|
const [r, s] = Je(!1), i = (l, c) => {
|
|
@@ -38894,7 +38900,7 @@ function aO(e) {
|
|
|
38894
38900
|
}, [r]), null;
|
|
38895
38901
|
}
|
|
38896
38902
|
const TL = vr(aO);
|
|
38897
|
-
const lO = import("./mapbox-gl-
|
|
38903
|
+
const lO = import("./mapbox-gl-BlK2sn7P.mjs").then((e) => e.m), cO = P.forwardRef(function(t, o) {
|
|
38898
38904
|
return $k(t, o, lO);
|
|
38899
38905
|
}), Ug = eO;
|
|
38900
38906
|
const uO = iO;
|