@envive-ai/react-widgets 0.1.0-arthur-3 → 0.1.0-arthur-4
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/{SearchResults/index.cjs → index.cjs} +2 -3
- package/dist/{SearchResults/index.js → index.js} +1 -1
- package/package.json +1 -5
- package/dist/SearchEntrypoint/index-CDIFmbWj.d.cts +0 -6
- package/dist/SearchEntrypoint/index-DvXshc2N.d.ts +0 -6
- package/dist/SearchEntrypoint/index.cjs +0 -8
- package/dist/SearchEntrypoint/index.js +0 -7
- package/src/SearchEntrypoint/SearchEntrypoint.tsx +0 -3
- package/src/SearchEntrypoint/index.ts +0 -1
- /package/dist/{SearchResults/index-DNCB5zDw.d.ts → index-BPfKr14f.d.ts} +0 -0
- /package/dist/{SearchResults/index-DqciHNAG.d.cts → index-VWNd4lyI.d.cts} +0 -0
|
@@ -21,7 +21,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
21
21
|
}) : target, mod));
|
|
22
22
|
|
|
23
23
|
//#endregion
|
|
24
|
-
let react_jsx_runtime = require("react/jsx-runtime");
|
|
25
24
|
let react = require("react");
|
|
26
25
|
let jotai = require("jotai");
|
|
27
26
|
let __envive_ai_react_hooks_atoms_globalSearch = require("@envive-ai/react-hooks/atoms/globalSearch");
|
|
@@ -34,6 +33,7 @@ let __envive_ai_react_toolkit_SearchResultsFilterModal = require("@envive-ai/rea
|
|
|
34
33
|
let __envive_ai_react_toolkit_SearchResultsToolbar = require("@envive-ai/react-toolkit/SearchResultsToolbar");
|
|
35
34
|
let __envive_ai_react_toolkit_util = require("@envive-ai/react-toolkit/util");
|
|
36
35
|
let __envive_ai_react_hooks_hooks_Search = require("@envive-ai/react-hooks/hooks/Search");
|
|
36
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
37
37
|
|
|
38
38
|
//#region src/SearchResults/withSearchResults.tsx
|
|
39
39
|
function withSearchResults(Component) {
|
|
@@ -142,5 +142,4 @@ const SearchResultsWidget = () => {
|
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
//#endregion
|
|
145
|
-
exports.SearchResultsWidget = SearchResultsWidget;
|
|
146
|
-
exports.__toESM = __toESM;
|
|
145
|
+
exports.SearchResultsWidget = SearchResultsWidget;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
1
|
import { useEffect, useMemo } from "react";
|
|
3
2
|
import { useSetAtom } from "jotai";
|
|
4
3
|
import { isSearchResultsOpenAtom } from "@envive-ai/react-hooks/atoms/globalSearch";
|
|
@@ -10,6 +9,7 @@ import { SearchResultsFilterModal } from "@envive-ai/react-toolkit/SearchResults
|
|
|
10
9
|
import { SearchResultsToolbar } from "@envive-ai/react-toolkit/SearchResultsToolbar";
|
|
11
10
|
import { useStickyVisibility } from "@envive-ai/react-toolkit/util";
|
|
12
11
|
import { useSearch } from "@envive-ai/react-hooks/hooks/Search";
|
|
12
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
|
|
14
14
|
//#region src/SearchResults/withSearchResults.tsx
|
|
15
15
|
function withSearchResults(Component) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@envive-ai/react-widgets",
|
|
3
|
-
"version": "0.1.0-arthur-
|
|
3
|
+
"version": "0.1.0-arthur-4",
|
|
4
4
|
"description": "React widget library for Envive services.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -69,10 +69,6 @@
|
|
|
69
69
|
"import": "./dist/index.js",
|
|
70
70
|
"require": "./dist/index.cjs"
|
|
71
71
|
},
|
|
72
|
-
"./SearchResults": {
|
|
73
|
-
"import": "./dist/components/SearchResults/index.js",
|
|
74
|
-
"require": "./dist/components/SearchResults/index.cjs"
|
|
75
|
-
},
|
|
76
72
|
"./package.json": "./package.json"
|
|
77
73
|
},
|
|
78
74
|
"eslintConfig": {
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const require_SearchResults_index = require('../SearchResults/index.cjs');
|
|
2
|
-
let react_jsx_runtime = require("react/jsx-runtime");
|
|
3
|
-
|
|
4
|
-
//#region src/SearchEntrypoint/SearchEntrypoint.tsx
|
|
5
|
-
const SearchEntrypoint = () => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: "SearchEntrypoint" });
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
|
-
exports.SearchEntrypoint = SearchEntrypoint;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SearchEntrypoint } from './SearchEntrypoint';
|
|
File without changes
|
|
File without changes
|