1 line
3.2 KiB
Text
1 line
3.2 KiB
Text
|
{"version":3,"file":"SettingsAccount-URUqinf1.js","sources":["../../src/lib/components/molecules/SettingsAccount.svelte"],"sourcesContent":["<!--\nSettingsAccount molecule.\nCopyright (C) 2024 André Jaenisch\nSPDX-FileCopyrightText: 2024 André Jaenisch\nSPDX-License-Identifier: AGPL-3.0-or-later\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\n-->\n\n<script>\n\timport { _ } from 'svelte-i18n';\n</script>\n\n<div class=\"flex flex-col flex-1 gap-4 pe-8 pb-8 ps-8 pt-20 bg-surface-100-800-token\">\n\t<div class=\"flex text-surface-500-400-token text-xl font-semibold\">\n\t\t{$_('settings.account.headline')}\n\t</div>\n\t<div class=\"flex flex-col gap-6\">\n\t\t<div>\n\t\t\t<span class=\"text-surface-500-400-token font-semibold\">{$_('settings.account.f2.label')}</span\n\t\t\t>\n\t\t\t<input\n\t\t\t\ttype=\"text\"\n\t\t\t\tplaceholder={$_('settings.account.f2.placeholder')}\n\t\t\t\tclass=\"input bg-white dark:bg-black placeholder:text-surface-300 dark:placeholder:text-surface-600\"\n\t\t\t/>\n\t\t</div>\n\t\t<div class=\"flex flex-col gap-1\">\n\t\t\t<span class=\"text-surface-500-400-token font-semibold\"\n\t\t\t\t>{$_('settings.account.password.label')}</span\n\t\t\t>\n\t\t\t<input type=\"password\" class=\"input bg-white dark:bg-black\" />\n\t\t\t<a>{$_('settings.account.password.reset')}</a>\n\t\t</div>\n\t\t<div>\n\t\t\t<span class=\"text-surface-500-400-token font-semibold\"\n\t\t\t\t>{$_('settings.account.verification.label')}</span\n\t\t\t>\n\t\t\t<input type=\"text\" class=\"input bg-white dark:bg-black\" />\n\t\t</div>\n\t\t<div class=\"flex justify-end\">\n\t\t\t<button class=\"btn variant-filled-warning\">{$_('settings.account.delete')}</button>\n\t\t</div>\n\t</div>\n</div>\n"],"names":["t2","t3","input0","input0_placeholder_value","t4","div2","span1","t5_value","cov_zf0h08pco","s","ctx","attr","div6","div5","append_hydration","div3","span2","b","dirty","set_data","t5"],"mappings":"6sxBAuB2DA,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,GAAAC,IAAAC,EAAA,CAAA,IAAAC,EAAA,CAAA,EAAA,iCAA8B,EAAA,whFAJtFC,EAAAT,EAAA,cAAAC,EAAAO,EAAA,CAAA,EAAA,iCAA8B,CAAA,EAAAF,EAAA,EAAAC,EAAA,EAAA,y0BAiB1BG,EAAAC,CAAA,EAAAL,EAAAC,EAAAA,EAtBGK,GAAAA,IAAAA,kUAmBJC,EAAAC,CAAA,EAAAR,EAAA,EAAAC,kcAdH,GAAA,IAAAD,EAAA,EAAAS,EAAA,CAAA,EAAA,CAAA,IAAAC,EAAA,IAAAV,EAAA,EAAAS,EAAA,CAAA,EAAA,CAAA,IAAAd,KAAAA,EAAAO,EAAA,CAAA,EAAA,iCAA8B,KAAAF,EAAA,EAAAS,EAAAT,CAAAA,EAAAA,CAAAA,IAAAA,EAAAC,EAAAA,0DAI0BD,EAAA,EAAAS,EAAAC,CAAAA,EAAAA,CAAAA,IAAAA,EAAAV,IAAAA,EAAAS,EAAAA,EAAAV,CAAAA,EAAAA,CAAAA,IAAAA,KAAAA,EAAAG,EAAA,CAAA,EAAA,iCAA8B,EAAAF,MAAAA,EAAA,EAAAS,EAAAT,CAAAA,EAAAA,CAAAA,IAAAA,IAAAC,SAAAU,EAAAC,EAAAb,CAAA,GAAAC,EAAA,EAAAS,EAAA,CAAA,EAAA,CAAA,IAAAT,EAAA,EAAAC,EAAA,GAAA"}
|