@secondstaxorg/sscomp 1.8.36 → 1.8.37
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/index.js
CHANGED
|
@@ -22564,7 +22564,6 @@ const ConsolidatedContainer = styled.div`
|
|
|
22564
22564
|
`;
|
|
22565
22565
|
|
|
22566
22566
|
const _jsxFileName$s = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SearchBar\\SearchBar.tsx";
|
|
22567
|
-
|
|
22568
22567
|
/**
|
|
22569
22568
|
* A search field added on the news application to implement search
|
|
22570
22569
|
*/
|
|
@@ -22589,7 +22588,7 @@ const SearchBar = (props) => {
|
|
|
22589
22588
|
|
|
22590
22589
|
, consolidateBtn &&
|
|
22591
22590
|
React$1.createElement(ConsolidatedContainer, { className: searchStr ? 'success' : '', style: {width:295}, __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 31}}
|
|
22592
|
-
, React$1.createElement('input', { type: "text", className: "search-input", value: searchStr, onChange: (e)=>{setSearchStr(e.target.value);}, ...props, __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 32}})
|
|
22591
|
+
, React$1.createElement('input', { type: "text", className: "search-input paragraph2Regular" , value: searchStr, onChange: (e)=>{setSearchStr(e.target.value);}, ...props, __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 32}})
|
|
22593
22592
|
, React$1.createElement('button', { type: "submit", className: "search-btn", __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 33}}
|
|
22594
22593
|
, React$1.createElement('svg', { width: "24", height: "24", viewBox: "0 0 24 24" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 34}}
|
|
22595
22594
|
, React$1.createElement('g', { clipPath: "url(#clip0_2419_580)", __self: undefined, __source: {fileName: _jsxFileName$s, lineNumber: 35}}
|