Anvil/assets/Pagination.stories-DvLhEbuo.js.map
André Jaenisch 957cae7b79
Updates
2024-08-12 15:09:11 +02:00

1 line
No EOL
1.9 KiB
Text

{"version":3,"file":"Pagination.stories-DvLhEbuo.js","sources":["../../stories/molecules/Pagination.stories.ts"],"sourcesContent":["/* Stories for Pagination molecule.\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 <http://www.gnu.org/licenses/>.\n */\n\nimport type { Meta, StoryObj } from '@storybook/svelte';\n\nimport Pagination from '$lib/components/molecules/Pagination.svelte';\n\nconst meta = {\n\ttitle: 'Molecules/Pagination',\n\tcomponent: Pagination,\n\ttags: ['autodocs']\n} satisfies Meta<Pagination>;\n\nexport default meta;\ntype Story = StoryObj<typeof meta>;\n\nexport const Plain: Story = {\n\targs: {\n\t\ti18n: {\n\t\t\tnext: 'page.projects.nav.next',\n\t\t\tprevious: 'page.projects.nav.previous'\n\t\t}\n\t}\n};\n"],"names":["meta","title","component","Pagination","tags","Plain","args","i18n","next","previous","parameters","docs","source","originalSource"],"mappings":"uQAgBA,MAAMA,EAAO,CACTC,MAAO,uBACPC,UAAWC,EACXC,KAAM,CAAC,UAAQ,CACnB,EAKaC,EAAe,CACxBC,KAAI,CACAC,KAAC,CACGC,KAAM,yBACNC,SAAU,4BACnB,CACD,CACF,YAAEJ,EAAAK,WAAA,CAAA,GAAAL,EAAAK,WAAAC,KAAA,CAAA,IAAAN,EAAAA,EAAAK,aAAAL,YAAAA,EAAAM,KAAAC,OAAA,CAAAC,eAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAAA,IAAAR,GAAAA,EAAAA,EAAAK,aAAAL,YAAAA,EAAAM,OAAAN,YAAAA,EAAAO,MAAA,CAAA,CAAA"}