|
| 1 | +const screenshots = { |
| 2 | + ActivityIndicator: 'screenshots/activity-indicator.gif', |
| 3 | + Appbar: 'screenshots/appbar.png', |
| 4 | + 'Appbar.Action': 'screenshots/appbar-action-android.png', |
| 5 | + 'Appbar.BackAction': 'screenshots/appbar-backaction-android.png', |
| 6 | + 'Appbar.Content': 'screenshots/appbar-content.png', |
| 7 | + 'Appbar.Header': { |
| 8 | + small: 'screenshots/appbar-small.png', |
| 9 | + medium: 'screenshots/appbar-medium.png', |
| 10 | + large: 'screenshots/appbar-large.png', |
| 11 | + 'center-aligned': 'screenshots/appbar-center-aligned.png', |
| 12 | + }, |
| 13 | + 'Avatar.Icon': 'screenshots/avatar-icon.png', |
| 14 | + 'Avatar.Image': 'screenshots/avatar-image.png', |
| 15 | + 'Avatar.Text': 'screenshots/avatar-text.png', |
| 16 | + Badge: { |
| 17 | + 'with text': 'screenshots/badge-1.png', |
| 18 | + 'without text': 'screenshots/badge-2.png', |
| 19 | + dot: 'screenshots/badge-3.png', |
| 20 | + }, |
| 21 | + Banner: 'screenshots/banner.gif', |
| 22 | + BottomNavigation: 'screenshots/bottom-navigation.gif', |
| 23 | + 'BottomNavigation.Bar': 'screenshots/bottom-navigation-tabs.jpg', |
| 24 | + Button: { |
| 25 | + text: 'screenshots/button-1.png', |
| 26 | + outlined: 'screenshots/button-2.png', |
| 27 | + contained: 'screenshots/button-3.png', |
| 28 | + elevated: 'screenshots/button-4.png', |
| 29 | + 'contained-tonal': 'screenshots/button-5.png', |
| 30 | + }, |
| 31 | + Card: { |
| 32 | + elevated: 'screenshots/card-1.png', |
| 33 | + outlined: 'screenshots/card-2.png', |
| 34 | + contained: 'screenshots/card-3.png', |
| 35 | + }, |
| 36 | + 'Card.Actions': 'screenshots/card-actions.png', |
| 37 | + 'Card.Content': 'screenshots/card-content-example.png', |
| 38 | + 'Card.Cover': 'screenshots/card-cover.png', |
| 39 | + 'Card.Title': 'screenshots/card-title-1.png', |
| 40 | + Checkbox: { |
| 41 | + 'Android (enabled)': 'screenshots/checkbox-enabled.android.png', |
| 42 | + 'Android (disabled)': 'screenshots/checkbox-disabled.android.png', |
| 43 | + 'iOS (enabled)': 'screenshots/checkbox-enabled.ios.png', |
| 44 | + 'iOS (disabled)': 'screenshots/checkbox-disabled.ios.png', |
| 45 | + }, |
| 46 | + 'Checkbox.Android': { |
| 47 | + enabled: 'screenshots/checkbox-enabled.android.png', |
| 48 | + disabled: 'screenshots/checkbox-disabled.android.png', |
| 49 | + }, |
| 50 | + 'Checkbox.IOS': { |
| 51 | + enabled: 'screenshots/checkbox-enabled.ios.png', |
| 52 | + disabled: 'screenshots/checkbox-disabled.ios.png', |
| 53 | + }, |
| 54 | + Chip: { |
| 55 | + flat: 'screenshots/chip-1.png', |
| 56 | + outlined: 'screenshots/chip-2.png', |
| 57 | + }, |
| 58 | + DataTable: 'screenshots/data-table-full-width.png', |
| 59 | + 'DataTable.Cell': 'screenshots/data-table-row-cell.png', |
| 60 | + 'DataTable.Header': 'screenshots/data-table-header.png', |
| 61 | + 'DataTable.Pagination': 'screenshots/data-table-pagination.png', |
| 62 | + 'DataTable.Row': 'screenshots/data-table-row-cell.png', |
| 63 | + 'DataTable.Title': 'screenshots/data-table-header.png', |
| 64 | + Dialog: 'screenshots/dialog-1.png', |
| 65 | + 'Dialog.Actions': 'screenshots/dialog-actions.png', |
| 66 | + 'Dialog.Content': 'screenshots/dialog-content.png', |
| 67 | + 'Dialog.Icon': 'screenshots/dialog-icon.png', |
| 68 | + 'Dialog.ScrollArea': 'screenshots/dialog-scroll-area.gif', |
| 69 | + 'Dialog.Title': 'screenshots/dialog-title.png', |
| 70 | + Divider: 'screenshots/divider.png', |
| 71 | + 'Drawer.CollapsedItem': 'screenshots/drawer-collapsed.png', |
| 72 | + 'Drawer.Item': 'screenshots/drawer-item.png', |
| 73 | + 'Drawer.Section': 'screenshots/drawer-section.png', |
| 74 | + FAB: { |
| 75 | + 'all variants': 'screenshots/fab-1.png', |
| 76 | + 'all sizes': 'screenshots/fab-2.png', |
| 77 | + 'all modes': 'screenshots/fab-4.png', |
| 78 | + 'with label': 'screenshots/fab-3.png', |
| 79 | + }, |
| 80 | + AnimatedFAB: 'screenshots/animated-fab.gif', |
| 81 | + 'FAB.Group': 'screenshots/fab-group.gif', |
| 82 | + HelperText: 'screenshots/helper-text.gif', |
| 83 | + IconButton: { |
| 84 | + default: 'screenshots/icon-button-1.png', |
| 85 | + outlined: 'screenshots/icon-button-4.png', |
| 86 | + contained: 'screenshots/icon-button-2.png', |
| 87 | + 'contained-tonal': 'screenshots/icon-button-3.png', |
| 88 | + }, |
| 89 | + 'List.Accordion': { |
| 90 | + 'with left icon': 'screenshots/list-accordion-1.png', |
| 91 | + 'with description': 'screenshots/list-accordion-2.png', |
| 92 | + 'items with icon': 'screenshots/list-accordion-3.png', |
| 93 | + }, |
| 94 | + 'List.AccordionGroup': 'screenshots/list-accordion-group.png', |
| 95 | + 'List.Icon': 'screenshots/list-icon.png', |
| 96 | + 'List.Item': { |
| 97 | + 'with left icon': 'screenshots/list-item-1.png', |
| 98 | + 'with description': 'screenshots/list-item-2.png', |
| 99 | + 'with right element': 'screenshots/list-item-3.png', |
| 100 | + }, |
| 101 | + 'List.Section': 'screenshots/list-section.png', |
| 102 | + Menu: { |
| 103 | + 'with icons': 'screenshots/menu-1.png', |
| 104 | + 'without icons': 'screenshots/menu-2.png', |
| 105 | + }, |
| 106 | + 'Menu.Item': 'screenshots/menu-item.png', |
| 107 | + Modal: 'screenshots/modal.gif', |
| 108 | + ProgressBar: 'screenshots/progress-bar.png', |
| 109 | + RadioButton: { |
| 110 | + 'Android (enabled)': 'screenshots/radio-enabled.android.png', |
| 111 | + 'Android (disabled)': 'screenshots/radio-disabled.android.png', |
| 112 | + 'iOS (enabled)': 'screenshots/radio-enabled.ios.png', |
| 113 | + 'iOS (disabled)': 'screenshots/radio-disabled.ios.png', |
| 114 | + }, |
| 115 | + 'RadioButton.Android': { |
| 116 | + enabled: 'screenshots/radio-enabled.android.png', |
| 117 | + disabled: 'screenshots/radio-disabled.android.png', |
| 118 | + }, |
| 119 | + 'RadioButton.Group': { |
| 120 | + Android: 'screenshots/radio-button-group-android.gif', |
| 121 | + iOS: 'screenshots/radio-button-group-ios.gif', |
| 122 | + }, |
| 123 | + 'RadioButton.IOS': { |
| 124 | + enabled: 'screenshots/radio-enabled.ios.png', |
| 125 | + disabled: 'screenshots/radio-disabled.ios.png', |
| 126 | + }, |
| 127 | + 'RadioButton.Item': 'screenshots/radio-item.ios.png', |
| 128 | + Searchbar: { |
| 129 | + bar: 'screenshots/searchbar.png', |
| 130 | + view: 'screenshots/searchbar-view.png', |
| 131 | + }, |
| 132 | + SegmentedButtons: { |
| 133 | + 'single select': 'screenshots/segmented-button-single-select.png', |
| 134 | + multiselect: 'screenshots/segmented-button-multi-select.png', |
| 135 | + }, |
| 136 | + Snackbar: 'screenshots/snackbar.gif', |
| 137 | + Surface: { |
| 138 | + elevated: 'screenshots/surface-elevated-full-width.png', |
| 139 | + flat: 'screenshots/surface-flat-full-width.png', |
| 140 | + }, |
| 141 | + Switch: { |
| 142 | + 'Android (enabled)': 'screenshots/switch-enabled.android.png', |
| 143 | + 'Android (disabled)': 'screenshots/switch-disabled.android.png', |
| 144 | + 'iOS (enabled)': 'screenshots/switch-enabled.ios.png', |
| 145 | + 'iOS (disabled)': 'screenshots/switch-disabled.ios.png', |
| 146 | + }, |
| 147 | + Text: 'screenshots/typography.png', |
| 148 | + TextInput: { |
| 149 | + 'flat (focused)': 'screenshots/textinput-flat.focused.png', |
| 150 | + 'flat (disabled)': 'screenshots/textinput-flat.disabled.png', |
| 151 | + 'outlined (focused)': 'screenshots/textinput-outlined.focused.png', |
| 152 | + 'outlined (disabled)': 'screenshots/textinput-outlined.disabled.png', |
| 153 | + }, |
| 154 | + 'TextInput.Affix': 'screenshots/textinput-outline.affix.png', |
| 155 | + 'TextInput.Icon': 'screenshots/textinput-flat.icon.png', |
| 156 | + ToggleButton: 'screenshots/toggle-button.png', |
| 157 | + 'ToggleButton.Group': 'screenshots/toggle-button-group.gif', |
| 158 | + 'ToggleButton.Row': 'screenshots/toggle-button-row.gif', |
| 159 | + Tooltip: 'screenshots/tooltip.png', |
| 160 | + TouchableRipple: 'screenshots/touchable-ripple.gif', |
| 161 | +}; |
| 162 | + |
| 163 | +module.exports = { |
| 164 | + screenshots, |
| 165 | +}; |
0 commit comments