UNPKG

@storybook/react-native-ui

Version:

ui components for react native storybook

1,706 lines (1,703 loc) 817 kB
/** * This data originates from the storiesHash state in Storybook. Grab it from the Manager node * using React DevTools by assigning it to a global variable, then use the following script to * remove the parameters, otherwise you'll end up with a huge file: * * JSON.stringify( * Object.values($reactTemp1) * .reduce((acc, {parameters, ...node}) => { * acc[node.id] = node; * return acc; * }, {}), null, 2) */ import type { Dataset } from '@storybook/react-native-ui-common'; // @ts-expect-error export const index = { images: { name: 'Images', id: 'images', depth: 0, children: [ 'images--marketing-hero', 'images--brand', 'images--colored-icons', 'images--logos', 'images--shapes', 'images--thumbnails', 'images--payment', ], type: 'component', }, 'images--marketing-hero': { id: 'images--marketing-hero', title: 'Images', name: 'marketing hero', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--brand': { id: 'images--brand', title: 'Images', name: 'brand', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--colored-icons': { id: 'images--colored-icons', title: 'Images', name: 'colored icons', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--logos': { id: 'images--logos', title: 'Images', name: 'logos', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--shapes': { id: 'images--shapes', title: 'Images', name: 'shapes', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--thumbnails': { id: 'images--thumbnails', title: 'Images', name: 'thumbnails', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, 'images--payment': { id: 'images--payment', title: 'Images', name: 'payment', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 1, parent: 'images', type: 'story', prepared: true, }, emails: { name: 'Emails', id: 'emails', depth: 0, children: [ 'emails-introduction', 'emails-buildnotification', 'emails-commentnotification', 'emails-paymentnotification', 'emails-reviewnotification', 'emails-snapshotnotification', ], type: 'root', }, 'emails-introduction': { id: 'emails-introduction', title: 'Emails', name: 'Introduction', importPath: './path.js', parent: 'emails', depth: 1, type: 'docs', }, 'emails-buildnotification': { name: 'BuildNotification', id: 'emails-buildnotification', parent: 'emails', depth: 1, children: [ 'emails-buildnotification--with-changes', 'emails-buildnotification--without-email', 'emails-buildnotification--with-error', ], type: 'component', }, 'emails-buildnotification--with-changes': { id: 'emails-buildnotification--with-changes', title: 'Emails/BuildNotification', name: 'with changes', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-buildnotification', type: 'story', prepared: true, }, 'emails-buildnotification--without-email': { id: 'emails-buildnotification--without-email', title: 'Emails/BuildNotification', name: 'without email', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-buildnotification', type: 'story', prepared: true, }, 'emails-buildnotification--with-error': { id: 'emails-buildnotification--with-error', title: 'Emails/BuildNotification', name: 'with error', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-buildnotification', type: 'story', prepared: true, }, 'emails-commentnotification': { name: 'CommentNotification', id: 'emails-commentnotification', parent: 'emails', depth: 1, children: [ 'emails-commentnotification--new-discussion', 'emails-commentnotification--new-discussion-no-diff', 'emails-commentnotification--new-discussion-no-snapshot', 'emails-commentnotification--new-discussion-no-pr', 'emails-commentnotification--new-reply', 'emails-commentnotification--resolution', ], type: 'component', }, 'emails-commentnotification--new-discussion': { id: 'emails-commentnotification--new-discussion', title: 'Emails/CommentNotification', name: 'new discussion', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-commentnotification--new-discussion-no-diff': { id: 'emails-commentnotification--new-discussion-no-diff', title: 'Emails/CommentNotification', name: 'new discussion, no diff', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-commentnotification--new-discussion-no-snapshot': { id: 'emails-commentnotification--new-discussion-no-snapshot', title: 'Emails/CommentNotification', name: 'new discussion, no snapshot', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-commentnotification--new-discussion-no-pr': { id: 'emails-commentnotification--new-discussion-no-pr', title: 'Emails/CommentNotification', name: 'new discussion, no PR', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-commentnotification--new-reply': { id: 'emails-commentnotification--new-reply', title: 'Emails/CommentNotification', name: 'new reply', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-commentnotification--resolution': { id: 'emails-commentnotification--resolution', title: 'Emails/CommentNotification', name: 'resolution', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-commentnotification', type: 'story', prepared: true, }, 'emails-paymentnotification': { name: 'PaymentNotification', id: 'emails-paymentnotification', parent: 'emails', depth: 1, children: [ 'emails-paymentnotification--trial-ending', 'emails-paymentnotification--trial-ended', 'emails-paymentnotification--payment-failed', 'emails-paymentnotification--payment-due', ], type: 'component', }, 'emails-paymentnotification--trial-ending': { id: 'emails-paymentnotification--trial-ending', title: 'Emails/PaymentNotification', name: 'trial ending', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-paymentnotification', type: 'story', prepared: true, }, 'emails-paymentnotification--trial-ended': { id: 'emails-paymentnotification--trial-ended', title: 'Emails/PaymentNotification', name: 'trial ended', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-paymentnotification', type: 'story', prepared: true, }, 'emails-paymentnotification--payment-failed': { id: 'emails-paymentnotification--payment-failed', title: 'Emails/PaymentNotification', name: 'payment failed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-paymentnotification', type: 'story', prepared: true, }, 'emails-paymentnotification--payment-due': { id: 'emails-paymentnotification--payment-due', title: 'Emails/PaymentNotification', name: 'payment due', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-paymentnotification', type: 'story', prepared: true, }, 'emails-reviewnotification': { name: 'ReviewNotification', id: 'emails-reviewnotification', parent: 'emails', depth: 1, children: [ 'emails-reviewnotification--approval', 'emails-reviewnotification--approval-with-pending-reviews', 'emails-reviewnotification--approval-with-pending-review', 'emails-reviewnotification--approval-git-lab', 'emails-reviewnotification--requesting-review', 'emails-reviewnotification--requesting-review-small-diff-count', 'emails-reviewnotification--requesting-review-with-errors', 'emails-reviewnotification--requesting-review-only-errors', ], type: 'component', }, 'emails-reviewnotification--approval': { id: 'emails-reviewnotification--approval', title: 'Emails/ReviewNotification', name: 'Approval', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--approval-with-pending-reviews': { id: 'emails-reviewnotification--approval-with-pending-reviews', title: 'Emails/ReviewNotification', name: 'Approval, With Pending Reviews', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--approval-with-pending-review': { id: 'emails-reviewnotification--approval-with-pending-review', title: 'Emails/ReviewNotification', name: 'Approval, With Single Pending Review', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--approval-git-lab': { id: 'emails-reviewnotification--approval-git-lab', title: 'Emails/ReviewNotification', name: 'Approval, GitLab', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--requesting-review': { id: 'emails-reviewnotification--requesting-review', title: 'Emails/ReviewNotification', name: 'Requesting Review', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--requesting-review-small-diff-count': { id: 'emails-reviewnotification--requesting-review-small-diff-count', title: 'Emails/ReviewNotification', name: 'Requesting Review, Small Diff Count', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--requesting-review-with-errors': { id: 'emails-reviewnotification--requesting-review-with-errors', title: 'Emails/ReviewNotification', name: 'Requesting Review, With Errored Diffs', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-reviewnotification--requesting-review-only-errors': { id: 'emails-reviewnotification--requesting-review-only-errors', title: 'Emails/ReviewNotification', name: 'Requesting Review, Only Errored Diffs', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-reviewnotification', type: 'story', prepared: true, }, 'emails-snapshotnotification': { name: 'SnapshotNotification', id: 'emails-snapshotnotification', parent: 'emails', depth: 1, children: [ 'emails-snapshotnotification--ninety-percent', 'emails-snapshotnotification--limit-reached', ], type: 'component', }, 'emails-snapshotnotification--ninety-percent': { id: 'emails-snapshotnotification--ninety-percent', title: 'Emails/SnapshotNotification', name: 'Ninety Percent', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-snapshotnotification', type: 'story', prepared: true, }, 'emails-snapshotnotification--limit-reached': { id: 'emails-snapshotnotification--limit-reached', title: 'Emails/SnapshotNotification', name: 'Limit Reached', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'emails-snapshotnotification', type: 'story', prepared: true, }, tooltip: { name: 'tooltip', id: 'tooltip', depth: 0, children: ['tooltip-tooltipbuildlist', 'tooltip-tooltipselect'], type: 'root', }, 'tooltip-tooltipbuildlist': { name: 'TooltipBuildList', id: 'tooltip-tooltipbuildlist', parent: 'tooltip', depth: 1, children: ['tooltip-tooltipbuildlist--default', 'tooltip-tooltipbuildlist--no-commit'], type: 'component', }, 'tooltip-tooltipbuildlist--default': { id: 'tooltip-tooltipbuildlist--default', title: 'tooltip/TooltipBuildList', name: 'default', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'tooltip-tooltipbuildlist', type: 'story', prepared: true, }, 'tooltip-tooltipbuildlist--no-commit': { id: 'tooltip-tooltipbuildlist--no-commit', title: 'tooltip/TooltipBuildList', name: 'no commit', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'tooltip-tooltipbuildlist', type: 'story', prepared: true, }, 'tooltip-tooltipselect': { name: 'TooltipSelect', id: 'tooltip-tooltipselect', parent: 'tooltip', depth: 1, children: ['tooltip-tooltipselect--default'], type: 'component', }, 'tooltip-tooltipselect--default': { id: 'tooltip-tooltipselect--default', title: 'tooltip/TooltipSelect', name: 'default', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'tooltip-tooltipselect', type: 'story', prepared: true, }, 'webapp-components': { name: 'Webapp components', id: 'webapp-components', depth: 0, children: [ 'webapp-components-accountmenu', 'webapp-components-activityitem', 'webapp-components-activitylist', 'webapp-components-appowneritem', 'webapp-components-appownerlist', 'webapp-components-aspectratiopreserver', 'webapp-components-asynctextaction', 'webapp-components-badgecount', 'webapp-components-banner', 'webapp-components-baselinehistory', 'webapp-components-billingplans', 'webapp-components-branchpicker', 'webapp-components-breadcrumb', 'webapp-components-buildcomponentlist', 'webapp-components-builditem', 'webapp-components-buildlist', 'webapp-components-buildstatuslight', 'webapp-components-button', 'webapp-components-buttonmulti', 'webapp-components-buttontoggle', 'webapp-components-canvas', 'webapp-components-cardinal', 'webapp-components-checkbox', 'webapp-components-cieyebrow', 'webapp-components-clipboard', 'webapp-components-clipboardcode', 'webapp-components-clipboardicon', 'webapp-components-clipboardinput', 'webapp-components-comment', 'webapp-components-componentbranchlist', 'webapp-components-componentbuildlist', 'webapp-components-componentbuildspicker', 'webapp-components-componentitem', 'webapp-components-componentlist', 'webapp-components-componentrepresentationimage', 'webapp-components-creditcardform', 'webapp-components-dateformatter', 'webapp-components-diffimage', 'webapp-components-difftoggles', 'webapp-components-emptymessage', 'webapp-components-eyebrow', 'webapp-components-eyebrowonboarding', 'webapp-components-flexcenter', 'webapp-components-form', 'webapp-components-header', 'webapp-components-heading', 'webapp-components-ignoredregions', 'webapp-components-imagetile', 'webapp-components-interstitial', 'webapp-components-inviteeyebrow', 'webapp-components-isactiveelement', 'webapp-components-isolatorframe', 'webapp-components-linklist', 'webapp-components-linktabs', 'webapp-components-listheading', 'webapp-components-liveview', 'webapp-components-mailinglistsubscribeform', 'webapp-components-newappform', 'webapp-components-notifications', 'webapp-components-pageheader', 'webapp-components-pagetitlebar', 'webapp-components-pagination', 'webapp-components-paymentcollectcta', 'webapp-components-paymentcollectmodal', 'webapp-components-paymenteyebrow', 'webapp-components-progressbar', 'webapp-components-projectitem', 'webapp-components-projectlist', 'webapp-components-pullrequestitem', 'webapp-components-pullrequestlist', 'webapp-components-pullrequeststatuslight', 'webapp-components-questiontooltip', 'webapp-components-radar', 'webapp-components-radio', 'webapp-components-rawspeclist', 'webapp-components-repositoryitem', 'webapp-components-repositorylist', 'webapp-components-repositoryowneritem', 'webapp-components-repositoryownerlist', 'webapp-components-repositorypicker', 'webapp-components-scrollintoview', 'webapp-components-section', 'webapp-components-sharetooltipmessage', 'webapp-components-sidebarnav', 'webapp-components-snapshoterror', 'webapp-components-snapshoterrormessage', 'webapp-components-snapshotsizechanged', 'webapp-components-specitem', 'webapp-components-speclist', 'webapp-components-specname', 'webapp-components-startchat', 'webapp-components-statuslight', 'webapp-components-statustooltip', 'webapp-components-subheader', 'webapp-components-table', 'webapp-components-tabledrawer', 'webapp-components-tooltipignore', 'webapp-components-useritem', 'webapp-components-userlist', 'webapp-components-video', 'webapp-components-warning', 'webapp-components-wobbler', ], type: 'root', }, 'webapp-components-accountmenu': { name: 'AccountMenu', id: 'webapp-components-accountmenu', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-accountmenu--default', 'webapp-components-accountmenu--saml-user', ], type: 'component', }, 'webapp-components-accountmenu--default': { id: 'webapp-components-accountmenu--default', title: 'Webapp components/AccountMenu', name: 'default', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-accountmenu', type: 'story', prepared: true, }, 'webapp-components-accountmenu--saml-user': { id: 'webapp-components-accountmenu--saml-user', title: 'Webapp components/AccountMenu', name: 'saml user', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-accountmenu', type: 'story', prepared: true, }, 'webapp-components-activityitem': { name: 'ActivityItem', id: 'webapp-components-activityitem', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-activityitem--all-activity-item', 'webapp-components-activityitem--loading', 'webapp-components-activityitem--passed', 'webapp-components-activityitem--failed', 'webapp-components-activityitem--unreviewed', 'webapp-components-activityitem--in-progress', 'webapp-components-activityitem--from-agent-passed', 'webapp-components-activityitem--timed-out', 'webapp-components-activityitem--errored', 'webapp-components-activityitem--no-account-name', 'webapp-components-activityitem--long-account-name', ], type: 'component', }, 'webapp-components-activityitem--all-activity-item': { id: 'webapp-components-activityitem--all-activity-item', title: 'Webapp components/ActivityItem', name: 'All ActivityItem', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--loading': { id: 'webapp-components-activityitem--loading', title: 'Webapp components/ActivityItem', name: 'Loading', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--passed': { id: 'webapp-components-activityitem--passed', title: 'Webapp components/ActivityItem', name: 'Passed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--failed': { id: 'webapp-components-activityitem--failed', title: 'Webapp components/ActivityItem', name: 'Failed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--unreviewed': { id: 'webapp-components-activityitem--unreviewed', title: 'Webapp components/ActivityItem', name: 'Unreviewed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--in-progress': { id: 'webapp-components-activityitem--in-progress', title: 'Webapp components/ActivityItem', name: 'In progress', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--from-agent-passed': { id: 'webapp-components-activityitem--from-agent-passed', title: 'Webapp components/ActivityItem', name: 'From agent, passed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--timed-out': { id: 'webapp-components-activityitem--timed-out', title: 'Webapp components/ActivityItem', name: 'Timed out', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--errored': { id: 'webapp-components-activityitem--errored', title: 'Webapp components/ActivityItem', name: 'Errored', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--no-account-name': { id: 'webapp-components-activityitem--no-account-name', title: 'Webapp components/ActivityItem', name: 'no account name', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activityitem--long-account-name': { id: 'webapp-components-activityitem--long-account-name', title: 'Webapp components/ActivityItem', name: 'long account name', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activityitem', type: 'story', prepared: true, }, 'webapp-components-activitylist': { name: 'ActivityList', id: 'webapp-components-activitylist', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-activitylist--loading', 'webapp-components-activitylist--full', 'webapp-components-activitylist--full-no-account-name', 'webapp-components-activitylist--empty', ], type: 'component', }, 'webapp-components-activitylist--loading': { id: 'webapp-components-activitylist--loading', title: 'Webapp components/ActivityList', name: 'loading', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activitylist', type: 'story', prepared: true, }, 'webapp-components-activitylist--full': { id: 'webapp-components-activitylist--full', title: 'Webapp components/ActivityList', name: 'full', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activitylist', type: 'story', prepared: true, }, 'webapp-components-activitylist--full-no-account-name': { id: 'webapp-components-activitylist--full-no-account-name', title: 'Webapp components/ActivityList', name: 'full, no account name', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activitylist', type: 'story', prepared: true, }, 'webapp-components-activitylist--empty': { id: 'webapp-components-activitylist--empty', title: 'Webapp components/ActivityList', name: 'empty', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-activitylist', type: 'story', prepared: true, }, 'webapp-components-appowneritem': { name: 'AppOwnerItem', id: 'webapp-components-appowneritem', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-appowneritem--user', 'webapp-components-appowneritem--user-active', 'webapp-components-appowneritem--org', 'webapp-components-appowneritem--org-active', 'webapp-components-appowneritem--org-no-avatar', 'webapp-components-appowneritem--org-no-avatar-active', 'webapp-components-appowneritem--shared-with-you', 'webapp-components-appowneritem--shared-with-you-active', ], type: 'component', }, 'webapp-components-appowneritem--user': { id: 'webapp-components-appowneritem--user', title: 'Webapp components/AppOwnerItem', name: 'user', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--user-active': { id: 'webapp-components-appowneritem--user-active', title: 'Webapp components/AppOwnerItem', name: 'user, active', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--org': { id: 'webapp-components-appowneritem--org', title: 'Webapp components/AppOwnerItem', name: 'org', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--org-active': { id: 'webapp-components-appowneritem--org-active', title: 'Webapp components/AppOwnerItem', name: 'org, active', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--org-no-avatar': { id: 'webapp-components-appowneritem--org-no-avatar', title: 'Webapp components/AppOwnerItem', name: 'org no avatar, ', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--org-no-avatar-active': { id: 'webapp-components-appowneritem--org-no-avatar-active', title: 'Webapp components/AppOwnerItem', name: 'org no avatar, active', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--shared-with-you': { id: 'webapp-components-appowneritem--shared-with-you', title: 'Webapp components/AppOwnerItem', name: 'shared with you', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appowneritem--shared-with-you-active': { id: 'webapp-components-appowneritem--shared-with-you-active', title: 'Webapp components/AppOwnerItem', name: 'shared with you, active', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appowneritem', type: 'story', prepared: true, }, 'webapp-components-appownerlist': { name: 'AppOwnerList', id: 'webapp-components-appownerlist', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-appownerlist--user-selected', 'webapp-components-appownerlist--shared-with-you-selected', 'webapp-components-appownerlist--org-selected', 'webapp-components-appownerlist--org-selected-saml', 'webapp-components-appownerlist--org-selected-adding-pure', 'webapp-components-appownerlist--org-selected-adding-pure-no-accounts', 'webapp-components-appownerlist--org-selected-adding-pure-refreshing', 'webapp-components-appownerlist--org-selected-adding-pure-bitbucket', ], type: 'component', }, 'webapp-components-appownerlist--user-selected': { id: 'webapp-components-appownerlist--user-selected', title: 'Webapp components/AppOwnerList', name: 'user selected', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--shared-with-you-selected': { id: 'webapp-components-appownerlist--shared-with-you-selected', title: 'Webapp components/AppOwnerList', name: 'sharedWithYou selected', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected': { id: 'webapp-components-appownerlist--org-selected', title: 'Webapp components/AppOwnerList', name: 'org selected', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected-saml': { id: 'webapp-components-appownerlist--org-selected-saml', title: 'Webapp components/AppOwnerList', name: 'org selected, saml', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected-adding-pure': { id: 'webapp-components-appownerlist--org-selected-adding-pure', title: 'Webapp components/AppOwnerList', name: 'org selected, adding (pure)', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected-adding-pure-no-accounts': { id: 'webapp-components-appownerlist--org-selected-adding-pure-no-accounts', title: 'Webapp components/AppOwnerList', name: 'org selected, adding (pure) no accounts', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected-adding-pure-refreshing': { id: 'webapp-components-appownerlist--org-selected-adding-pure-refreshing', title: 'Webapp components/AppOwnerList', name: 'org selected, adding (pure), refreshing', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-appownerlist--org-selected-adding-pure-bitbucket': { id: 'webapp-components-appownerlist--org-selected-adding-pure-bitbucket', title: 'Webapp components/AppOwnerList', name: 'org selected, adding (pure), bitbucket', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-appownerlist', type: 'story', prepared: true, }, 'webapp-components-aspectratiopreserver': { name: 'AspectRatioPreserver', id: 'webapp-components-aspectratiopreserver', parent: 'webapp-components', depth: 1, children: ['webapp-components-aspectratiopreserver--default'], type: 'component', }, 'webapp-components-aspectratiopreserver--default': { id: 'webapp-components-aspectratiopreserver--default', title: 'Webapp components/AspectRatioPreserver', name: 'Default', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-aspectratiopreserver', type: 'story', prepared: true, }, 'webapp-components-asynctextaction': { name: 'AsyncTextAction', id: 'webapp-components-asynctextaction', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-asynctextaction--base', 'webapp-components-asynctextaction--loading', 'webapp-components-asynctextaction--loading-with-loading-message', 'webapp-components-asynctextaction--loading-left-placement', ], type: 'component', }, 'webapp-components-asynctextaction--base': { id: 'webapp-components-asynctextaction--base', title: 'Webapp components/AsyncTextAction', name: 'Base', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-asynctextaction', type: 'story', prepared: true, }, 'webapp-components-asynctextaction--loading': { id: 'webapp-components-asynctextaction--loading', title: 'Webapp components/AsyncTextAction', name: 'Loading', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-asynctextaction', type: 'story', prepared: true, }, 'webapp-components-asynctextaction--loading-with-loading-message': { id: 'webapp-components-asynctextaction--loading-with-loading-message', title: 'Webapp components/AsyncTextAction', name: 'Loading, With Loading Message', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-asynctextaction', type: 'story', prepared: true, }, 'webapp-components-asynctextaction--loading-left-placement': { id: 'webapp-components-asynctextaction--loading-left-placement', title: 'Webapp components/AsyncTextAction', name: 'Loading, Left Placement', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-asynctextaction', type: 'story', prepared: true, }, 'webapp-components-badgecount': { name: 'BadgeCount', id: 'webapp-components-badgecount', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-badgecount--all-badge-counts', 'webapp-components-badgecount--positive', 'webapp-components-badgecount--negative', 'webapp-components-badgecount--warning', ], type: 'component', }, 'webapp-components-badgecount--all-badge-counts': { id: 'webapp-components-badgecount--all-badge-counts', title: 'Webapp components/BadgeCount', name: 'all badgeCounts', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-badgecount', type: 'story', prepared: true, }, 'webapp-components-badgecount--positive': { id: 'webapp-components-badgecount--positive', title: 'Webapp components/BadgeCount', name: 'positive', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-badgecount', type: 'story', prepared: true, }, 'webapp-components-badgecount--negative': { id: 'webapp-components-badgecount--negative', title: 'Webapp components/BadgeCount', name: 'negative', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-badgecount', type: 'story', prepared: true, }, 'webapp-components-badgecount--warning': { id: 'webapp-components-badgecount--warning', title: 'Webapp components/BadgeCount', name: 'warning', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-badgecount', type: 'story', prepared: true, }, 'webapp-components-banner': { name: 'Banner', id: 'webapp-components-banner', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-banner--base', 'webapp-components-banner--positive', 'webapp-components-banner--negative', ], type: 'component', }, 'webapp-components-banner--base': { id: 'webapp-components-banner--base', title: 'Webapp components/Banner', name: 'Base', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-banner', type: 'story', prepared: true, }, 'webapp-components-banner--positive': { id: 'webapp-components-banner--positive', title: 'Webapp components/Banner', name: 'Positive', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-banner', type: 'story', prepared: true, }, 'webapp-components-banner--negative': { id: 'webapp-components-banner--negative', title: 'Webapp components/Banner', name: 'Negative', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-banner', type: 'story', prepared: true, }, 'webapp-components-baselinehistory': { name: 'BaselineHistory', id: 'webapp-components-baselinehistory', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-baselinehistory--loading', 'webapp-components-baselinehistory--new-story', 'webapp-components-baselinehistory--typical', 'webapp-components-baselinehistory--baseline-was-accepted', 'webapp-components-baselinehistory--second-build', 'webapp-components-baselinehistory--third-build', 'webapp-components-baselinehistory--most-recent-ancestor', 'webapp-components-baselinehistory--in-tooltip-smaller', ], type: 'component', }, 'webapp-components-baselinehistory--loading': { id: 'webapp-components-baselinehistory--loading', title: 'Webapp components/BaselineHistory', name: 'loading', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--new-story': { id: 'webapp-components-baselinehistory--new-story', title: 'Webapp components/BaselineHistory', name: 'new story', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--typical': { id: 'webapp-components-baselinehistory--typical', title: 'Webapp components/BaselineHistory', name: 'typical', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--baseline-was-accepted': { id: 'webapp-components-baselinehistory--baseline-was-accepted', title: 'Webapp components/BaselineHistory', name: 'baseline was accepted', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--second-build': { id: 'webapp-components-baselinehistory--second-build', title: 'Webapp components/BaselineHistory', name: 'second build', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--third-build': { id: 'webapp-components-baselinehistory--third-build', title: 'Webapp components/BaselineHistory', name: 'third build', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--most-recent-ancestor': { id: 'webapp-components-baselinehistory--most-recent-ancestor', title: 'Webapp components/BaselineHistory', name: 'most recent ancestor', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-baselinehistory--in-tooltip-smaller': { id: 'webapp-components-baselinehistory--in-tooltip-smaller', title: 'Webapp components/BaselineHistory', name: 'inTooltip (smaller)', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-baselinehistory', type: 'story', prepared: true, }, 'webapp-components-billingplans': { name: 'BillingPlans', id: 'webapp-components-billingplans', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-billingplans--is-subscribed', 'webapp-components-billingplans--is-subscribed-changing-plan', 'webapp-components-billingplans--free', 'webapp-components-billingplans--trial', 'webapp-components-billingplans--in-trial-plan-chosen', 'webapp-components-billingplans--open-source-paying-for-plan', 'webapp-components-billingplans--open-source-paying-for-plan-changing-plan', 'webapp-components-billingplans--open-source-free-account', 'webapp-components-billingplans--open-source-plan-chosen', ], type: 'component', }, 'webapp-components-billingplans--is-subscribed': { id: 'webapp-components-billingplans--is-subscribed', title: 'Webapp components/BillingPlans', name: 'is subscribed', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--is-subscribed-changing-plan': { id: 'webapp-components-billingplans--is-subscribed-changing-plan', title: 'Webapp components/BillingPlans', name: 'is subscribed, changing plan', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--free': { id: 'webapp-components-billingplans--free', title: 'Webapp components/BillingPlans', name: 'Free', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--trial': { id: 'webapp-components-billingplans--trial', title: 'Webapp components/BillingPlans', name: 'trial', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--in-trial-plan-chosen': { id: 'webapp-components-billingplans--in-trial-plan-chosen', title: 'Webapp components/BillingPlans', name: 'inTrial, plan chosen', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--open-source-paying-for-plan': { id: 'webapp-components-billingplans--open-source-paying-for-plan', title: 'Webapp components/BillingPlans', name: 'openSource, paying for plan', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--open-source-paying-for-plan-changing-plan': { id: 'webapp-components-billingplans--open-source-paying-for-plan-changing-plan', title: 'Webapp components/BillingPlans', name: 'openSource, paying for plan, changing plan', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--open-source-free-account': { id: 'webapp-components-billingplans--open-source-free-account', title: 'Webapp components/BillingPlans', name: 'openSource, free account', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-billingplans--open-source-plan-chosen': { id: 'webapp-components-billingplans--open-source-plan-chosen', title: 'Webapp components/BillingPlans', name: 'openSource, plan chosen', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-billingplans', type: 'story', prepared: true, }, 'webapp-components-branchpicker': { name: 'BranchPicker', id: 'webapp-components-branchpicker', parent: 'webapp-components', depth: 1, children: ['webapp-components-branchpicker--default'], type: 'component', }, 'webapp-components-branchpicker--default': { id: 'webapp-components-branchpicker--default', title: 'Webapp components/BranchPicker', name: 'default', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-branchpicker', type: 'story', prepared: true, }, 'webapp-components-breadcrumb': { name: 'Breadcrumb', id: 'webapp-components-breadcrumb', parent: 'webapp-components', depth: 1, children: [ 'webapp-components-breadcrumb--loading', 'webapp-components-breadcrumb--root', 'webapp-components-breadcrumb--many-breadcrumbs', ], type: 'component', }, 'webapp-components-breadcrumb--loading': { id: 'webapp-components-breadcrumb--loading', title: 'Webapp components/Breadcrumb', name: 'loading', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2, parent: 'webapp-components-breadcrumb', type: 'story', prepared: true, }, 'webapp-components-breadcrumb--root': { id: 'webapp-components-breadcrumb--root', title: 'Webapp components/Breadcrumb', name: 'root', importPath: './path.js', args: {}, argTypes: {}, initialArgs: {}, depth: 2,