1124 lines
63 KiB
JSON
1124 lines
63 KiB
JSON
{
|
|
"pipes": [],
|
|
"interfaces": [],
|
|
"injectables": [],
|
|
"guards": [],
|
|
"interceptors": [],
|
|
"classes": [],
|
|
"directives": [],
|
|
"components": [],
|
|
"modules": [],
|
|
"miscellaneous": {
|
|
"variables": [
|
|
{
|
|
"name": "Checkbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "CircledIcon",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "Default",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n args: {\n ...meta.args,\n showCheckbox: false,\n },\n}"
|
|
},
|
|
{
|
|
"name": "Default",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n}"
|
|
},
|
|
{
|
|
"name": "Large",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n size: 'large',\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "LoggedIn",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n user: {\n name: 'Jane Doe',\n },\n },\n}"
|
|
},
|
|
{
|
|
"name": "LoggedIn",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n play: async ({ canvasElement }) => {\n const canvas = within(canvasElement);\n const loginButton = canvas.getByRole('button', { name: /Log in/i });\n await expect(loginButton).toBeInTheDocument();\n await userEvent.click(loginButton);\n await expect(loginButton).not.toBeInTheDocument();\n\n const logoutButton = canvas.getByRole('button', { name: /Log out/i });\n await expect(logoutButton).toBeInTheDocument();\n },\n}"
|
|
},
|
|
{
|
|
"name": "LoggedOut",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "LoggedOut",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ButtonComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n backgroundColor: {\n control: 'color',\n },\n },\n // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args\n args: { onClick: fn() },\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<HeaderComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/Header',\n component: HeaderComponent,\n // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs\n tags: ['autodocs'],\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n args: {\n onLogin: fn(),\n onLogout: fn(),\n onCreateAccount: fn(),\n },\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<PageComponent>",
|
|
"defaultValue": "{\n title: 'Organisms/Page',\n component: PageComponent,\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<CheckboxComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Checkbox',\n component: CheckboxComponent,\n tags: ['autodocs'],\n argTypes: {\n checked: {\n description: 'Emitted when the checkbox is clicked',\n table: {\n category: 'Outputs',\n type: { summary: 'EventEmitter<Boolean>', detail: 'Emits true if checked, false otherwise' },\n }, \n }\n },\n\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<SvgComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Svg',\n component: SvgComponent,\n tags: ['autodocs'],\n args: {\n width: \"24px\",\n height: \"24px\",\n color: \"#000000\",\n symbol: \"stock-line\",\n },\n argTypes: {\n width: {\n description: 'Icon width with units (px, rem, etc)',\n table: {defaultValue: {detail: 'Defaults to 24px', summary: '24px'}}\n },\n height: {\n description: 'Icon height with units (px, rem, etc)',\n table: {defaultValue: {detail: 'Defaults to 24px', summary: '24px'}}\n },\n color,\n symbol, \n }\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<CircledIconComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/Circled Icon',\n component: CircledIconComponent,\n tags: ['autodocs'],\n args: {\n backgroundColor: '#c0c0c0',\n color: '#000000',\n symbol: 'stock-line',\n },\n argTypes: {\n backgroundColor,\n color,\n symbol\n },\n}",
|
|
"rawdescription": "\n**Sizing**: the circled icon takes all space available in it's parent component",
|
|
"description": "<p><strong>Sizing</strong>: the circled icon takes all space available in it's parent component</p>\n"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/ Expense Income Category By Account Detail',\n component: ExpenseIncomeCategoryByAccountDetailComponent,\n tags: ['autodocs'],\n args: {\n amount: 3854.75,\n acumAmount: 15000,\n category: 'Mascota',\n description: 'Urinary SO 1.5kg \\nCuota 05/06',\n variant: 'expense',\n whom: 'Veterinaria',\n iconProps: {\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill'\n },\n /*iconProps */\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill',\n } as any,\n argTypes: {\n amount,\n acumAmount: {\n control: 'number',\n description: 'An accumulator for grouped income/expenses',\n table: {defaultValue: {detail: 'Defaults to 0', summary: '0'}},\n },\n category,\n checked: {\n description: 'Emitted when the checkbox is clicked',\n table: {\n category: 'Outputs',\n type: { summary: 'EventEmitter<Boolean>', detail: 'Emits true if checked, false otherwise' },\n }, \n },\n description,\n iconProps: {\n control: 'object',\n description: 'Properties for the rendered icon'\n },\n showCheckbox: {\n control: 'boolean',\n description: 'Whether or not the element should show a checkbox',\n table: {defaultValue: {detail: 'Defaults to false', summary: 'false'}}\n },\n variant,\n whom,\n /*icon props */\n backgroundColor: {...backgroundColor, table: {...backgroundColor.table, category: 'iconProps'}},\n color: {...color, table: {...color.table, category: 'iconProps'}},\n symbol: {...symbol, table: {...symbol.table, category: 'iconProps'}}\n } as any\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n title:'Molecules/ Expense Income Category Detail',\n component: ExpenseIncomeCategoryDetailComponent,\n tags: ['autodocs'],\n args: {\n amount: 9494,\n iconProps:{\n backgroundColor: '#FFC3CD',\n color: '#ffffff',\n symbol: 'riding-line'\n },\n category:\"Ocio, recreación y snacks\",\n description:\"Pizza\",\n variant:\"expense\",\n whom:\"Rappi\",\n /*iconProps*/\n backgroundColor: '#FFC3CD',\n color: '#ffffff',\n symbol: 'riding-line',\n } as any,\n argTypes: {\n amount,\n category,\n description,\n iconProps: {\n control: 'object',\n description: 'Properties for the rendered icon'\n },\n variant,\n whom,\n /*icon props */\n backgroundColor: {...backgroundColor, table: {...backgroundColor.table, category: 'iconProps'}},\n color: {...color, table: {...color.table, category: 'iconProps'}},\n symbol: {...symbol, table: {...symbol.table, category: 'iconProps'}}\n } as any\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta",
|
|
"defaultValue": "{\n title: 'Molecules / Expense income date detail',\n component: ExpenseIncomeDateDetailComponent,\n tags: ['autodocs'],\n args: {\n\n },\n argTypes: {\n\n }\n}"
|
|
},
|
|
{
|
|
"name": "Paragraph",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "preview",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/.storybook/preview.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Preview",
|
|
"defaultValue": "{\n parameters: {\n controls: {\n matchers: {\n color: /(background|color)$/i,\n date: /Date$/i,\n },\n },\n },\n}"
|
|
},
|
|
{
|
|
"name": "Primary",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n primary: true,\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "Secondary",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "Small",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n size: 'small',\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "Svg",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: { width: string, height: string, color: string, symbol: string,}) => ({\n props: args,\n template: `\n <div style=\"display:flex; justify-content: center;\">\n <mw-svg\n width=\"${args.width}\"\n height=\"${args.height}\"\n color=\"${args.color}\"\n symbol=\"${args.symbol}\"\n ></mw-svg>\n </div>`\n})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: {variant: TypographyVariants, ellipsis: boolean, letterSpacing: string, lineHeight: null|string, size: string, color: string, maxWidth: null|string}) => ({\n props: args,\n template: `\n <mw-typography \n [variant]=\"${args.variant}\"\n [ellipsis]=\"${args.ellipsis}\" \n color=\"${args.color}\"\n letterSpacing=\"${args.letterSpacing}\"\n lineHeight=\"${args.lineHeight}\"\n maxWidth=\"${args.maxWidth}\"\n size=\"${args.size}\"\n >Texto</mw-typography>`,\n})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: {backgroundColor: string, color: string, symbol: string}) => ({\n props: args,\n template: `\n <div style=\"width: 36px; height: 36px; margin: auto;\">\n <mw-circled-icon\n backgroundColor=\"${args.backgroundColor}\"\n color=\"${args.color}\"\n symbol=\"${args.symbol}\"\n ></mw-circled-icon>\n </div>\n `\n})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-category-by-account-detail\n [acumAmount]=\"acumAmount\"\n [amount]=\"amount\"\n [iconProps]=\"{ symbol, color, backgroundColor }\"\n [category]=\"category\"\n [description]=\"description\"\n [showCheckbox]=\"showCheckbox\"\n [variant]=\"variant\"\n [whom]=\"whom\"\n />\n </div>\n `,\n }),\n}"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-category-detail \n [amount]=\"amount\"\n [iconProps]=\"{ symbol: symbol, color: color, backgroundColor: backgroundColor }\"\n [category]=\"category\"\n [description]=\"description\" \n [variant]=\"variant\"\n [whom]=\"whom\"\n />\n </div>\n `,\n }),\n}"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeDateDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-date-detail \n [amount]=\"3854.75\"\n [description]=\"dateDescription\"\n [iconProps]=\"dateIconProps\"\n variant=\"expense\"\n whom=\"Veterinaria\"\n />\n </div>\n `,\n }),\n}"
|
|
},
|
|
{
|
|
"name": "WithCheckbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n args: {\n ...meta.args,\n showCheckbox: true,\n },\n}"
|
|
}
|
|
],
|
|
"functions": [],
|
|
"typealiases": [
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<ButtonComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
},
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<HeaderComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
},
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<PageComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
},
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<CheckboxComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
}
|
|
],
|
|
"enumerations": [],
|
|
"groupedVariables": {
|
|
"projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts": [
|
|
{
|
|
"name": "Checkbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<CheckboxComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Checkbox',\n component: CheckboxComponent,\n tags: ['autodocs'],\n argTypes: {\n checked: {\n description: 'Emitted when the checkbox is clicked',\n table: {\n category: 'Outputs',\n type: { summary: 'EventEmitter<Boolean>', detail: 'Emits true if checked, false otherwise' },\n }, \n }\n },\n\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts": [
|
|
{
|
|
"name": "CircledIcon",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<CircledIconComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/Circled Icon',\n component: CircledIconComponent,\n tags: ['autodocs'],\n args: {\n backgroundColor: '#c0c0c0',\n color: '#000000',\n symbol: 'stock-line',\n },\n argTypes: {\n backgroundColor,\n color,\n symbol\n },\n}",
|
|
"rawdescription": "\n**Sizing**: the circled icon takes all space available in it's parent component",
|
|
"description": "<p><strong>Sizing</strong>: the circled icon takes all space available in it's parent component</p>\n"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: {backgroundColor: string, color: string, symbol: string}) => ({\n props: args,\n template: `\n <div style=\"width: 36px; height: 36px; margin: auto;\">\n <mw-circled-icon\n backgroundColor=\"${args.backgroundColor}\"\n color=\"${args.color}\"\n symbol=\"${args.symbol}\"\n ></mw-circled-icon>\n </div>\n `\n})"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts": [
|
|
{
|
|
"name": "Default",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n args: {\n ...meta.args,\n showCheckbox: false,\n },\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/ Expense Income Category By Account Detail',\n component: ExpenseIncomeCategoryByAccountDetailComponent,\n tags: ['autodocs'],\n args: {\n amount: 3854.75,\n acumAmount: 15000,\n category: 'Mascota',\n description: 'Urinary SO 1.5kg \\nCuota 05/06',\n variant: 'expense',\n whom: 'Veterinaria',\n iconProps: {\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill'\n },\n /*iconProps */\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill',\n } as any,\n argTypes: {\n amount,\n acumAmount: {\n control: 'number',\n description: 'An accumulator for grouped income/expenses',\n table: {defaultValue: {detail: 'Defaults to 0', summary: '0'}},\n },\n category,\n checked: {\n description: 'Emitted when the checkbox is clicked',\n table: {\n category: 'Outputs',\n type: { summary: 'EventEmitter<Boolean>', detail: 'Emits true if checked, false otherwise' },\n }, \n },\n description,\n iconProps: {\n control: 'object',\n description: 'Properties for the rendered icon'\n },\n showCheckbox: {\n control: 'boolean',\n description: 'Whether or not the element should show a checkbox',\n table: {defaultValue: {detail: 'Defaults to false', summary: 'false'}}\n },\n variant,\n whom,\n /*icon props */\n backgroundColor: {...backgroundColor, table: {...backgroundColor.table, category: 'iconProps'}},\n color: {...color, table: {...color.table, category: 'iconProps'}},\n symbol: {...symbol, table: {...symbol.table, category: 'iconProps'}}\n } as any\n}"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-category-by-account-detail\n [acumAmount]=\"acumAmount\"\n [amount]=\"amount\"\n [iconProps]=\"{ symbol, color, backgroundColor }\"\n [category]=\"category\"\n [description]=\"description\"\n [showCheckbox]=\"showCheckbox\"\n [variant]=\"variant\"\n [whom]=\"whom\"\n />\n </div>\n `,\n }),\n}"
|
|
},
|
|
{
|
|
"name": "WithCheckbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryByAccountDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n args: {\n ...meta.args,\n showCheckbox: true,\n },\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts": [
|
|
{
|
|
"name": "Default",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n ...Template,\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n title:'Molecules/ Expense Income Category Detail',\n component: ExpenseIncomeCategoryDetailComponent,\n tags: ['autodocs'],\n args: {\n amount: 9494,\n iconProps:{\n backgroundColor: '#FFC3CD',\n color: '#ffffff',\n symbol: 'riding-line'\n },\n category:\"Ocio, recreación y snacks\",\n description:\"Pizza\",\n variant:\"expense\",\n whom:\"Rappi\",\n /*iconProps*/\n backgroundColor: '#FFC3CD',\n color: '#ffffff',\n symbol: 'riding-line',\n } as any,\n argTypes: {\n amount,\n category,\n description,\n iconProps: {\n control: 'object',\n description: 'Properties for the rendered icon'\n },\n variant,\n whom,\n /*icon props */\n backgroundColor: {...backgroundColor, table: {...backgroundColor.table, category: 'iconProps'}},\n color: {...color, table: {...color.table, category: 'iconProps'}},\n symbol: {...symbol, table: {...symbol.table, category: 'iconProps'}}\n } as any\n}"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeCategoryDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-category-detail \n [amount]=\"amount\"\n [iconProps]=\"{ symbol: symbol, color: color, backgroundColor: backgroundColor }\"\n [category]=\"category\"\n [description]=\"description\" \n [variant]=\"variant\"\n [whom]=\"whom\"\n />\n </div>\n `,\n }),\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/button.stories.ts": [
|
|
{
|
|
"name": "Large",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n size: 'large',\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<ButtonComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n backgroundColor: {\n control: 'color',\n },\n },\n // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args\n args: { onClick: fn() },\n}"
|
|
},
|
|
{
|
|
"name": "Primary",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n primary: true,\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "Secondary",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n label: 'Button',\n },\n}"
|
|
},
|
|
{
|
|
"name": "Small",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n size: 'small',\n label: 'Button',\n },\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/header.stories.ts": [
|
|
{
|
|
"name": "LoggedIn",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n args: {\n user: {\n name: 'Jane Doe',\n },\n },\n}"
|
|
},
|
|
{
|
|
"name": "LoggedOut",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<HeaderComponent>",
|
|
"defaultValue": "{\n title: 'Molecules/Header',\n component: HeaderComponent,\n // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs\n tags: ['autodocs'],\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n args: {\n onLogin: fn(),\n onLogout: fn(),\n onCreateAccount: fn(),\n },\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/page.stories.ts": [
|
|
{
|
|
"name": "LoggedIn",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{\n play: async ({ canvasElement }) => {\n const canvas = within(canvasElement);\n const loginButton = canvas.getByRole('button', { name: /Log in/i });\n await expect(loginButton).toBeInTheDocument();\n await userEvent.click(loginButton);\n await expect(loginButton).not.toBeInTheDocument();\n\n const logoutButton = canvas.getByRole('button', { name: /Log out/i });\n await expect(logoutButton).toBeInTheDocument();\n },\n}"
|
|
},
|
|
{
|
|
"name": "LoggedOut",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Story",
|
|
"defaultValue": "{}"
|
|
},
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<PageComponent>",
|
|
"defaultValue": "{\n title: 'Organisms/Page',\n component: PageComponent,\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/atoms/svg.stories.ts": [
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta<SvgComponent>",
|
|
"defaultValue": "{\n title: 'Atoms/Svg',\n component: SvgComponent,\n tags: ['autodocs'],\n args: {\n width: \"24px\",\n height: \"24px\",\n color: \"#000000\",\n symbol: \"stock-line\",\n },\n argTypes: {\n width: {\n description: 'Icon width with units (px, rem, etc)',\n table: {defaultValue: {detail: 'Defaults to 24px', summary: '24px'}}\n },\n height: {\n description: 'Icon height with units (px, rem, etc)',\n table: {defaultValue: {detail: 'Defaults to 24px', summary: '24px'}}\n },\n color,\n symbol, \n }\n}"
|
|
},
|
|
{
|
|
"name": "Svg",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: { width: string, height: string, color: string, symbol: string,}) => ({\n props: args,\n template: `\n <div style=\"display:flex; justify-content: center;\">\n <mw-svg\n width=\"${args.width}\"\n height=\"${args.height}\"\n color=\"${args.color}\"\n symbol=\"${args.symbol}\"\n ></mw-svg>\n </div>`\n})"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts": [
|
|
{
|
|
"name": "meta",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Meta",
|
|
"defaultValue": "{\n title: 'Molecules / Expense income date detail',\n component: ExpenseIncomeDateDetailComponent,\n tags: ['autodocs'],\n args: {\n\n },\n argTypes: {\n\n }\n}"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "StoryObj<ExpenseIncomeDateDetailComponent>",
|
|
"defaultValue": "{\n render: (args) => ({\n props: args,\n styles: [\n `\n @import url('/assets/styles.css')\n `\n ],\n template: `\n <div style=\"width: 375px; height: 40px; margin: auto; padding: 0 4px;\">\n <mw-expense-income-date-detail \n [amount]=\"3854.75\"\n [description]=\"dateDescription\"\n [iconProps]=\"dateIconProps\"\n variant=\"expense\"\n whom=\"Veterinaria\"\n />\n </div>\n `,\n }),\n}"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/atoms/typography.stories.ts": [
|
|
{
|
|
"name": "Paragraph",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"name": "Template",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: {variant: TypographyVariants, ellipsis: boolean, letterSpacing: string, lineHeight: null|string, size: string, color: string, maxWidth: null|string}) => ({\n props: args,\n template: `\n <mw-typography \n [variant]=\"${args.variant}\"\n [ellipsis]=\"${args.ellipsis}\" \n color=\"${args.color}\"\n letterSpacing=\"${args.letterSpacing}\"\n lineHeight=\"${args.lineHeight}\"\n maxWidth=\"${args.maxWidth}\"\n size=\"${args.size}\"\n >Texto</mw-typography>`,\n})"
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/.storybook/preview.ts": [
|
|
{
|
|
"name": "preview",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/.storybook/preview.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "Preview",
|
|
"defaultValue": "{\n parameters: {\n controls: {\n matchers: {\n color: /(background|color)$/i,\n date: /Date$/i,\n },\n },\n },\n}"
|
|
}
|
|
]
|
|
},
|
|
"groupedFunctions": {},
|
|
"groupedEnumerations": {},
|
|
"groupedTypeAliases": {
|
|
"projects/my-wallet-ds/src/stories/button.stories.ts": [
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<ButtonComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/header.stories.ts": [
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<HeaderComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/page.stories.ts": [
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<PageComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
}
|
|
],
|
|
"projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts": [
|
|
{
|
|
"name": "Story",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "typealias",
|
|
"rawtype": "StoryObj<CheckboxComponent>",
|
|
"file": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"description": "",
|
|
"kind": 183
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"routes": [],
|
|
"coverage": {
|
|
"count": 2,
|
|
"status": "low",
|
|
"files": [
|
|
{
|
|
"filePath": "projects/my-wallet-ds/.storybook/preview.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "preview",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Checkbox",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/checkbox.stories.ts",
|
|
"type": "type alias",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "typealias",
|
|
"name": "Story",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Svg",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/svg.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Paragraph",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/atoms/typography.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Large",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Primary",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Secondary",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Small",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/button.stories.ts",
|
|
"type": "type alias",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "typealias",
|
|
"name": "Story",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "LoggedIn",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "LoggedOut",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/header.stories.ts",
|
|
"type": "type alias",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "typealias",
|
|
"name": "Story",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "CircledIcon",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 100,
|
|
"coverageCount": "1/1",
|
|
"status": "very-good"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/circled-icon.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Default",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "WithCheckbox",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Default",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/molecules/expense-income-date-detail.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "Template",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "LoggedIn",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "LoggedOut",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"type": "variable",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "variable",
|
|
"name": "meta",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
},
|
|
{
|
|
"filePath": "projects/my-wallet-ds/src/stories/page.stories.ts",
|
|
"type": "type alias",
|
|
"linktype": "miscellaneous",
|
|
"linksubtype": "typealias",
|
|
"name": "Story",
|
|
"coveragePercent": 0,
|
|
"coverageCount": "0/1",
|
|
"status": "low"
|
|
}
|
|
]
|
|
}
|
|
} |