{"version":3,"file":"CommitBody.stories-Codest8s.js","sources":["../../stories/atoms/CommitBody.stories.ts"],"sourcesContent":["/* Stories for CommitBody atom.\n * Copyright (C) 2024 André Jaenisch\n * SPDX-FileCopyrightText: 2024 André Jaenisch\n * SPDX-License-Identifier: AGPL-3.0-or-later\n *\n * This 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 *\n * This 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 *\n * You should have received a copy of the GNU Affero General Public License along with this program. If not, see .\n */\n\nimport type { Meta, StoryObj } from '@storybook/svelte';\n\nimport CommitBody from '$lib/components/atoms/CommitBody.svelte';\n\nconst meta = {\n\ttitle: 'Atoms/CommitBody',\n\tcomponent: CommitBody,\n\ttags: ['autodocs']\n} satisfies Meta;\n\nexport default meta;\ntype Story = StoryObj;\n\nexport const Plain: Story = {\n\targs: {\n\t\tcommit: {\n\t\t\thash: 'abc123def456ghi789jkl0',\n\t\t\tname: 'Added moar tests.',\n\t\t\tcommitted: new Date().toISOString()\n\t\t}\n\t}\n};\n"],"names":["meta","title","component","CommitBody","tags","Plain","args","commit","hash","name","committed","Date","toISOString","parameters","docs","source","originalSource"],"mappings":"uQAgBA,MAAMA,EAAO,CACTC,MAAO,mBACPC,UAAWC,EACXC,KAAM,CAAC,UAAQ,CACnB,EAKaC,EAAe,CACxBC,KAAI,CACAC,OAAG,CACCC,KAAM,yBACNC,KAAM,oBACNC,UAAW,IAAIC,KAAK,EAAEC,YAAI,CACnC,CACD,CACF,YAAEP,EAAAQ,WAAA,CAAA,GAAAR,EAAAQ,WAAAC,KAAA,CAAA,IAAAT,EAAAA,EAAAQ,aAAAR,YAAAA,EAAAS,KAAAC,OAAA,CAAAC,eAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAAA,IAAAX,GAAAA,EAAAA,EAAAQ,aAAAR,YAAAA,EAAAS,OAAAT,YAAAA,EAAAU,MAAA,CAAA,CAAA"}