{"version":3,"file":"SearchButton.cjs","sources":["../../../../src/components/search/SearchButton.tsx"],"sourcesContent":["import type { SearchButtonProps } from \"./types.js\";\n\nexport const SearchButton = (props: SearchButtonProps) => {\n    const { className, type = \"button\", label = \"Søk\", ...rest } = props;\n\n    return (\n        <button\n            className=\"jkl-button jkl-button--ghost jkl-search-submit\"\n            type={type}\n            {...rest}\n        >\n            {label}\n        </button>\n    );\n};\n"],"names":["props","className","type","label","rest","jsx","children"],"mappings":"0IAE6BA,IACzB,MAAQC,UAAAA,EAAWC,KAAAA,EAAO,SAAUC,MAAAA,EAAQ,SAAUC,GAASJ,EAE/D,OACIK,EAAAA,IAAC,SAAA,CACGJ,UAAU,iDACVC,KAAAA,KACIE,EAEHE,SAAAH"}