Anvil/assets/Created.stories-BZPQ4yGu.js.map

1 line
2.3 KiB
Text
Raw Normal View History

2024-07-31 10:01:28 +02:00
{"version":3,"file":"Created.stories-BZPQ4yGu.js","sources":["../../stories/atoms/Created.stories.ts"],"sourcesContent":["/* Stories for Created 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 <http://www.gnu.org/licenses/>.\n */\n\nimport type { Meta, StoryObj } from '@storybook/svelte';\n\nimport Created from '$lib/components/atoms/Created.svelte';\n\nconst meta = {\n\ttitle: 'Atoms/Created',\n\tcomponent: Created,\n\ttags: ['autodocs'],\n\targTypes: {\n\t\tcreated_at: { control: 'date' },\n\t\tlocale: {\n\t\t\tcontrol: 'radio',\n\t\t\toptions: ['en', 'de', 'he']\n\t\t}\n\t}\n} satisfies Meta<Created>;\n\nexport default meta;\ntype Story = StoryObj<typeof meta>;\n\nexport const Plain: Story = {\n\targs: {\n\t\tcreated_at: new Date(),\n\t\tlocale: 'en'\n\t}\n};\n\nexport const Missing: Story = {};\n"],"names":["meta","title","component","Created","tags","argTypes","created_at","control","locale","options","Plain","args","Date","Missing","parameters","docs","source","originalSource"],"mappings":"sGAgBA,MAAMA,EAAO,CACTC,MAAO,gBACPC,UAAWC,EACXC,KAAM,CAAC,UAAS,EAChBC,SAAQ,CACJC,WAAY,CAAEC,QAAS,MAAG,EAC1BC,OAAG,CACCD,QAAQ,QACRE,QAAS,CAAC,KAAM,KAAE,IAAA,CAC3B,CACD,CACF,EAKaC,EAAe,CACxBC,KAAI,CACAL,eAAgBM,KAChBJ,OAAM,IACZ,CACF,EAEaK,EAAiB,CAAC,YAAEH,EAAAI,WAAA,CAAA,GAAAJ,EAAAI,WAAAC,KAAA,CAAA,IAAAL,EAAAA,EAAAI,aAAAJ,YAAAA,EAAAK,KAAAC,OAAA,CAAAC,eAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAAA,IAAAP,GAAAA,EAAAA,EAAAI,aAAAJ,YAAAA,EAAAK,OAAAL,YAAAA,EAAAM,MAAA,CAAA,CAAA,YAAAH,EAAAC,WAAA,CAAA,GAAAD,EAAAC,WAAAC,KAAA,CAAA,IAAAF,EAAAA,EAAAC,aAAAD,YAAAA,EAAAE,KAAAC,OAAA,CAAAC,eAAA,KAAA,IAAAJ,GAAAA,EAAAA,EAAAC,aAAAD,YAAAA,EAAAE,OAAAF,YAAAA,EAAAG,MAAA,CAAA,CAAA"}