@pismo/marola 2.1.61 → 2.1.62
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.
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { Icon as
|
|
5
|
-
import { Input as
|
|
6
|
-
import '../../assets/InputSearch.css';const
|
|
7
|
-
inputSearch:
|
|
8
|
-
}, d =
|
|
9
|
-
({ classNameWrapper: t, value: o, ...
|
|
2
|
+
import { forwardRef as a } from "react";
|
|
3
|
+
import { c as i } from "../../clsx-OuTLNxxd.js";
|
|
4
|
+
import { Icon as p } from "../Icon/Icon.js";
|
|
5
|
+
import { Input as s } from "../Input/Input.js";
|
|
6
|
+
import '../../assets/InputSearch.css';const m = "_inputSearch_114e1_1", f = {
|
|
7
|
+
inputSearch: m
|
|
8
|
+
}, d = a(
|
|
9
|
+
({ classNameWrapper: t, value: e, triggerDelay: o, ...c }, n) => /* @__PURE__ */ r("div", { className: i(f.inputSearch, t), children: /* @__PURE__ */ r(
|
|
10
|
+
s,
|
|
11
|
+
{
|
|
12
|
+
type: "search",
|
|
13
|
+
ref: n,
|
|
14
|
+
...c,
|
|
15
|
+
triggerDelay: o ?? 500,
|
|
16
|
+
leftIcon: /* @__PURE__ */ r(p, { icon: "magnifying-glass" }),
|
|
17
|
+
defaultValue: e
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
10
20
|
);
|
|
11
21
|
export {
|
|
12
22
|
d as InputSearch
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pismo/marola",
|
|
3
3
|
"description": "CDX tribe component library",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.62",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
89
89
|
"stylelint-prettier": "^5.0.0",
|
|
90
90
|
"typescript": "^5.2.2",
|
|
91
|
-
"vite": "^6.
|
|
91
|
+
"vite": "^6.4.1",
|
|
92
92
|
"vite-plugin-dts": "^4.5.3",
|
|
93
93
|
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
94
94
|
"vite-plugin-svgr": "^4.3.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"rollup": "^4.40.1",
|
|
119
119
|
"send": "^1.2.0",
|
|
120
120
|
"serve-static": "^2.2.0",
|
|
121
|
-
"vite": "^6.
|
|
121
|
+
"vite": "^6.4.1",
|
|
122
122
|
"ws": "^8.18.1",
|
|
123
123
|
"tmp": "^0.2.5",
|
|
124
124
|
"brace-expansion": "^2.0.2",
|