phx-react 1.3.1339 → 1.3.1340
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.
|
@@ -164,7 +164,7 @@ function SearchBarHeaderDesktop(_a) {
|
|
|
164
164
|
"\u201D")))) : (react_3.default.createElement("div", { className: 'flex h-[8.75rem] w-full items-center justify-center' },
|
|
165
165
|
react_3.default.createElement("div", { className: 'flex flex-col items-center gap-y-2 text-gray-500' },
|
|
166
166
|
react_3.default.createElement(solid_1.MagnifyingGlassIcon, { "aria-hidden": 'true', className: 'h-8 w-8' }),
|
|
167
|
-
react_3.default.createElement("p", { className: 'text-
|
|
167
|
+
react_3.default.createElement("p", { className: 'text-xs' }, "T\u00ECm ki\u1EBFm menu / ch\u1EE9c n\u0103ng...")))))) : (react_3.default.createElement(ListItem, { key: 'result', list: result, onClickItem: handleSaveHistory, title: 'K\u1EBFt qu\u1EA3 t\u00ECm ki\u1EBFm' })),
|
|
168
168
|
history.length > 0 && (react_3.default.createElement(ListItem, { key: 'recently', list: history, onClickItem: handleSaveHistory, title: 'G\u1EA7n \u0111\u00E2y' })))))))));
|
|
169
169
|
}
|
|
170
170
|
//# sourceMappingURL=SearchBarDesktop.js.map
|
|
@@ -161,7 +161,7 @@ export default function SearchBarHeaderDesktop(_a) {
|
|
|
161
161
|
"\u201D")))) : (React.createElement("div", { className: 'flex h-[8.75rem] w-full items-center justify-center' },
|
|
162
162
|
React.createElement("div", { className: 'flex flex-col items-center gap-y-2 text-gray-500' },
|
|
163
163
|
React.createElement(MagnifyingGlassIcon, { "aria-hidden": 'true', className: 'h-8 w-8' }),
|
|
164
|
-
React.createElement("p", { className: 'text-
|
|
164
|
+
React.createElement("p", { className: 'text-xs' }, "T\u00ECm ki\u1EBFm menu / ch\u1EE9c n\u0103ng...")))))) : (React.createElement(ListItem, { key: 'result', list: result, onClickItem: handleSaveHistory, title: 'K\u1EBFt qu\u1EA3 t\u00ECm ki\u1EBFm' })),
|
|
165
165
|
history.length > 0 && (React.createElement(ListItem, { key: 'recently', list: history, onClickItem: handleSaveHistory, title: 'G\u1EA7n \u0111\u00E2y' })))))))));
|
|
166
166
|
}
|
|
167
167
|
//# sourceMappingURL=SearchBarDesktop.js.map
|