1000 lines
58 KiB
JSON
1000 lines
58 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": "ExpenseIncomeCategoryByAccountDetail",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"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 description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}}\n },\n symbol: {\n control: 'select',\n options: svgList,\n description: 'Icon name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}}\n }, \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 control: 'color',\n description: 'Circle background color',\n table: {defaultValue: {detail: 'Defaults to white', summary: '#fff'}},\n },\n color: {\n control: 'color',\n description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}},\n },\n symbol: {\n control: 'select',\n description: 'Icon name',\n options: svgList,\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}}\n }\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 iconProps: {\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill'\n },\n showCheckbox: false,\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill',\n } as any,\n argTypes: {\n amount: {\n control: 'number',\n description: 'Income/expense amount',\n table: {defaultValue: {detail: 'Defaults to 0', summary: '0'}},\n },\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 control: 'text',\n description: 'Expense/income category name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\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 control: 'text',\n description: 'Expense/income description',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\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 control: 'select',\n description: 'Kind of transaction',\n options: [\n 'expense',\n 'income', \n ],\n table: {defaultValue: {summary: \"income\", detail: \"Income transaction\"}},\n },\n whom: {\n control: 'text',\n description: 'Expense/income payer or payee',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\n /*icon props */\n backgroundColor: {\n control: 'color',\n description: 'Circle background color',\n table: {defaultValue: {detail: 'Defaults to white', summary: '#fff'}, category: 'iconProps'},\n },\n color: {\n control: 'color',\n description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}, category: 'iconProps'},\n },\n symbol: {\n control: 'select',\n options: svgList,\n description: 'Icon name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}, category: 'iconProps'}\n }\n } as any,\n parameters: {\n styles: `\n body {\n font-size: 10px;\n }\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": "",
|
|
"defaultValue": "(args: ExpenseIncomeCategoryByAccountDetailComponent) => ({\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=\"${args.category}\"\n description=\"${args.description}\"\n [showCheckbox]=\"showCheckbox\"\n variant=\"${args.variant}\"\n whom=\"${args.whom}\"\n />\n </div>\n `\n})"
|
|
},
|
|
{
|
|
"name": "TemplateCheckbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: ExpenseIncomeCategoryByAccountDetailComponent) => ({\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 [showCheckbox]=\"true\"\n category=\"${args.category}\"\n description=\"${args.description}\"\n variant=\"${args.variant}\"\n whom=\"${args.whom}\"\n />\n </div>\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": "",
|
|
"defaultValue": "TemplateCheckbox.bind({})"
|
|
}
|
|
],
|
|
"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 control: 'color',\n description: 'Circle background color',\n table: {defaultValue: {detail: 'Defaults to white', summary: '#fff'}},\n },\n color: {\n control: 'color',\n description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}},\n },\n symbol: {\n control: 'select',\n description: 'Icon name',\n options: svgList,\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}}\n }\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": "ExpenseIncomeCategoryByAccountDetail",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "Template.bind({})"
|
|
},
|
|
{
|
|
"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 iconProps: {\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill'\n },\n showCheckbox: false,\n backgroundColor: '#f5ea42',\n color: '#ffffff',\n symbol: 'stethoscope-fill',\n } as any,\n argTypes: {\n amount: {\n control: 'number',\n description: 'Income/expense amount',\n table: {defaultValue: {detail: 'Defaults to 0', summary: '0'}},\n },\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 control: 'text',\n description: 'Expense/income category name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\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 control: 'text',\n description: 'Expense/income description',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\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 control: 'select',\n description: 'Kind of transaction',\n options: [\n 'expense',\n 'income', \n ],\n table: {defaultValue: {summary: \"income\", detail: \"Income transaction\"}},\n },\n whom: {\n control: 'text',\n description: 'Expense/income payer or payee',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}},\n },\n /*icon props */\n backgroundColor: {\n control: 'color',\n description: 'Circle background color',\n table: {defaultValue: {detail: 'Defaults to white', summary: '#fff'}, category: 'iconProps'},\n },\n color: {\n control: 'color',\n description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}, category: 'iconProps'},\n },\n symbol: {\n control: 'select',\n options: svgList,\n description: 'Icon name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}, category: 'iconProps'}\n }\n } as any,\n parameters: {\n styles: `\n body {\n font-size: 10px;\n }\n `\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": "",
|
|
"defaultValue": "(args: ExpenseIncomeCategoryByAccountDetailComponent) => ({\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=\"${args.category}\"\n description=\"${args.description}\"\n [showCheckbox]=\"showCheckbox\"\n variant=\"${args.variant}\"\n whom=\"${args.whom}\"\n />\n </div>\n `\n})"
|
|
},
|
|
{
|
|
"name": "TemplateCheckbox",
|
|
"ctype": "miscellaneous",
|
|
"subtype": "variable",
|
|
"file": "projects/my-wallet-ds/src/stories/molecules/expense-income-category-by-account-detail.stories.ts",
|
|
"deprecated": false,
|
|
"deprecationMessage": "",
|
|
"type": "",
|
|
"defaultValue": "(args: ExpenseIncomeCategoryByAccountDetailComponent) => ({\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 [showCheckbox]=\"true\"\n category=\"${args.category}\"\n description=\"${args.description}\"\n variant=\"${args.variant}\"\n whom=\"${args.whom}\"\n />\n </div>\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": "",
|
|
"defaultValue": "TemplateCheckbox.bind({})"
|
|
}
|
|
],
|
|
"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 description: 'Icon color',\n table: {defaultValue: {detail: 'Defaults to black', summary: '#000000'}}\n },\n symbol: {\n control: 'select',\n options: svgList,\n description: 'Icon name',\n table: {defaultValue: {detail: 'Defaults to none (empty string)', summary: '(empty string)'}}\n }, \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/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": 3,
|
|
"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": "ExpenseIncomeCategoryByAccountDetail",
|
|
"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": "TemplateCheckbox",
|
|
"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/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"
|
|
}
|
|
]
|
|
}
|
|
} |