From f87f7767ffef90c19624a811195ca72a2738f1d3 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 16 Apr 2024 15:30:14 -0300 Subject: [PATCH] Remove storyshots --- .../__snapshots__/Avatar.stories.storyshot | 31 ------------------- .../__snapshots__/index.stories.storyshot | 17 ---------- .../__snapshots__/Button.stories.storyshot | 13 -------- .../Chip/__snapshots__/Chip.stories.storyshot | 5 --- .../CollapsibleText.stories.storyshot | 3 -- .../HeaderButtons.stories.storyshot | 11 ------- .../List/__snapshots__/List.stories.storyshot | 29 ----------------- .../LoginServices.stories.storyshot | 5 --- .../__snapshots__/RoomItem.stories.storyshot | 5 --- .../__snapshots__/SearchBox.stories.storyshot | 3 -- .../ServerItem.stories.storyshot | 7 ----- .../__snapshots__/TextInput.stories.storyshot | 11 ------- .../UiKitMessage.stories.storyshot | 27 ---------------- .../UiKitModal.stories.storyshot | 23 -------------- .../UnreadBadge.stories.storyshot | 11 ------- .../__snapshots__/Markdown.stories.storyshot | 19 ------------ .../NewMarkdown.stories.storyshot | 19 ------------ .../CollapsibleQuote.stories.storyshot | 3 -- .../__snapshots__/Message.stories.storyshot | 3 -- .../CannedResponseItem.stories.storyshot | 3 -- .../SwitchItem.stories.storyshot | 3 -- 21 files changed, 251 deletions(-) delete mode 100644 app/containers/Avatar/__snapshots__/Avatar.stories.storyshot delete mode 100644 app/containers/BackgroundContainer/__snapshots__/index.stories.storyshot delete mode 100644 app/containers/Button/__snapshots__/Button.stories.storyshot delete mode 100644 app/containers/Chip/__snapshots__/Chip.stories.storyshot delete mode 100644 app/containers/CollapsibleText/__snapshots__/CollapsibleText.stories.storyshot delete mode 100644 app/containers/HeaderButton/__snapshots__/HeaderButtons.stories.storyshot delete mode 100644 app/containers/List/__snapshots__/List.stories.storyshot delete mode 100644 app/containers/LoginServices/__snapshots__/LoginServices.stories.storyshot delete mode 100644 app/containers/RoomItem/__snapshots__/RoomItem.stories.storyshot delete mode 100644 app/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot delete mode 100644 app/containers/ServerItem/__snapshots__/ServerItem.stories.storyshot delete mode 100644 app/containers/TextInput/__snapshots__/TextInput.stories.storyshot delete mode 100644 app/containers/UIKit/__snapshots__/UiKitMessage.stories.storyshot delete mode 100644 app/containers/UIKit/__snapshots__/UiKitModal.stories.storyshot delete mode 100644 app/containers/UnreadBadge/__snapshots__/UnreadBadge.stories.storyshot delete mode 100644 app/containers/markdown/__snapshots__/Markdown.stories.storyshot delete mode 100644 app/containers/markdown/new/__snapshots__/NewMarkdown.stories.storyshot delete mode 100644 app/containers/message/Components/CollapsibleQuote/__snapshots__/CollapsibleQuote.stories.storyshot delete mode 100644 app/containers/message/__snapshots__/Message.stories.storyshot delete mode 100644 app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.stories.storyshot delete mode 100644 app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.stories.storyshot diff --git a/app/containers/Avatar/__snapshots__/Avatar.stories.storyshot b/app/containers/Avatar/__snapshots__/Avatar.stories.storyshot deleted file mode 100644 index 591cd9f88..000000000 --- a/app/containers/Avatar/__snapshots__/Avatar.stories.storyshot +++ /dev/null @@ -1,31 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Avatar Avatar External Provider Url 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Avatar Path 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Avatar Room Id 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Avatar Text 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Avatar Url 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Channel 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Custom Border Radius 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":28},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":28}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Custom Style 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},{"padding":16}],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Direct 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Room Avatar External Provider Url 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Static 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Touchable 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}]}"`; - -exports[`Storyshots Avatar With E Tag 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Without E Tag 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; - -exports[`Storyshots Avatar Wrong Server 1`] = `"{"type":"View","props":{"style":[{"width":56,"height":56,"borderRadius":4},null],"testID":"avatar"},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":56,"height":56,"borderRadius":4}]},"children":[{"type":"FastImageView","props":{"style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]}]}"`; diff --git a/app/containers/BackgroundContainer/__snapshots__/index.stories.storyshot b/app/containers/BackgroundContainer/__snapshots__/index.stories.storyshot deleted file mode 100644 index 4cd828b5d..000000000 --- a/app/containers/BackgroundContainer/__snapshots__/index.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots BackgroundContainer Basic 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_light"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]}]}"`; - -exports[`Storyshots BackgroundContainer Black Theme Loading 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_black"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"ActivityIndicator","props":{"style":{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},"color":"#f9f9f9"},"children":null}]}"`; - -exports[`Storyshots BackgroundContainer Black Theme Text 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_black"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"Text","props":{"style":[{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#f9f9f9"}]},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}"`; - -exports[`Storyshots BackgroundContainer Dark Theme Loading 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_dark"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"ActivityIndicator","props":{"style":{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},"color":"#f9f9f9"},"children":null}]}"`; - -exports[`Storyshots BackgroundContainer Dark Theme Text 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_dark"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"Text","props":{"style":[{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#f9f9f9"}]},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}"`; - -exports[`Storyshots BackgroundContainer Loading 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_light"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"ActivityIndicator","props":{"style":{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},"color":"#6C727A"},"children":null}]}"`; - -exports[`Storyshots BackgroundContainer Long Text 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_light"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"Text","props":{"style":[{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}"`; - -exports[`Storyshots BackgroundContainer Text 1`] = `"{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"View","props":{"accessibilityIgnoresInvertColors":true,"style":{"width":"100%","height":"100%","position":"absolute"}},"children":[{"type":"Image","props":{"source":{"uri":"message_empty_light"},"style":[{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},{"width":"100%","height":"100%"},null]},"children":null}]},{"type":"Text","props":{"style":[{"position":"absolute","top":60,"left":0,"right":0,"fontSize":16,"paddingHorizontal":24,"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Text here"]}]}"`; diff --git a/app/containers/Button/__snapshots__/Button.stories.storyshot b/app/containers/Button/__snapshots__/Button.stories.storyshot deleted file mode 100644 index 0df50a4f8..000000000 --- a/app/containers/Button/__snapshots__/Button.stories.storyshot +++ /dev/null @@ -1,13 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Button Custom Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"purple","padding":10,"opacity":1},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"yellow","fontSize":18},[{"textAlign":"left"}]]},"children":["Press me!"]}]}"`; - -exports[`Storyshots Button Disabled Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":true},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"#1d74f5","opacity":0.3},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#ffffff","fontSize":16},null]},"children":["Press me!"]}]}"`; - -exports[`Storyshots Button Disabled Loading Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":true},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"#1d74f5","opacity":0.3},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"ActivityIndicator","props":{"style":[{"padding":16,"flex":1},null],"color":"#ffffff"},"children":null}]}"`; - -exports[`Storyshots Button Loading Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":true},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"#1d74f5","opacity":1},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"ActivityIndicator","props":{"style":[{"padding":16,"flex":1},null],"color":"#ffffff"},"children":null}]}"`; - -exports[`Storyshots Button Primary Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"#1d74f5","opacity":1},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#ffffff","fontSize":16},null]},"children":["Press me!"]}]}"`; - -exports[`Storyshots Button Secondary Button 1`] = `"{"type":"View","props":{"accessible":true,"accessibilityLabel":"Press me!","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":12,"backgroundColor":"#ffffff","opacity":1},"testID":"testButton","focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#2f343d","fontSize":16},null]},"children":["Press me!"]}]}"`; diff --git a/app/containers/Chip/__snapshots__/Chip.stories.storyshot b/app/containers/Chip/__snapshots__/Chip.stories.storyshot deleted file mode 100644 index e783d80d5..000000000 --- a/app/containers/Chip/__snapshots__/Chip.stories.storyshot +++ /dev/null @@ -1,5 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Chip Chip Without Avatar 1`] = `"{"type":"View","props":{"style":{"flex":1,"alignItems":"flex-start","padding":16}},"children":[{"type":"View","props":{"accessible":true,"accessibilityState":{"disabled":false},"focusable":true,"accessibilityValue":{},"style":[{"paddingHorizontal":8,"marginRight":8,"borderRadius":4,"justifyContent":"center","maxWidth":192},{"backgroundColor":"#efeff4"},null],"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":{"marginRight":8,"maxWidth":120}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#2f343d"}],"numberOfLines":1},"children":["Without Avatar"]}]},{"type":"Text","props":{},"children":null}]}]}]}"`; - -exports[`Storyshots Chip Chip Without Avatar And Icon 1`] = `"{"type":"View","props":{"style":{"flex":1,"alignItems":"flex-start","padding":16}},"children":[{"type":"View","props":{"accessible":true,"accessibilityState":{"disabled":true},"focusable":true,"accessibilityValue":{},"style":[{"paddingHorizontal":8,"marginRight":8,"borderRadius":4,"justifyContent":"center","maxWidth":192},{"backgroundColor":"#efeff4"},null],"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":{"marginRight":8,"maxWidth":120}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#2f343d"}],"numberOfLines":1},"children":["Without Avatar and Icon"]}]}]}]}]}"`; diff --git a/app/containers/CollapsibleText/__snapshots__/CollapsibleText.stories.storyshot b/app/containers/CollapsibleText/__snapshots__/CollapsibleText.stories.storyshot deleted file mode 100644 index 91a05a074..000000000 --- a/app/containers/CollapsibleText/__snapshots__/CollapsibleText.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Collapsible Text Item 1`] = `"{"type":"View","props":{"style":{"padding":20}},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem ipsum dolor sit amet","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","textAlignVertical":"center"},{"color":"#2f343d","height":0}],"testID":"collapsible-text-Lorem ipsum dolor sit amet"},"children":["Lorem ipsum dolor sit amet"]},{"type":"Text","props":{"accessibilityLabel":"linesToTruncate: 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec.","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","textAlignVertical":"center"},{"color":"#2f343d","height":0}],"testID":"collapsible-text-linesToTruncate: 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec."},"children":["linesToTruncate: 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec."]},{"type":"Text","props":{"accessibilityLabel":"linesToTruncate: 2 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec.","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","textAlignVertical":"center"},{"color":"#2f343d","height":0}],"testID":"collapsible-text-linesToTruncate: 2 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec."},"children":["linesToTruncate: 2 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel vestibulum neque. Proin dignissim neque in urna nec."]}]}"`; diff --git a/app/containers/HeaderButton/__snapshots__/HeaderButtons.stories.storyshot b/app/containers/HeaderButton/__snapshots__/HeaderButtons.stories.storyshot deleted file mode 100644 index 06febb120..000000000 --- a/app/containers/HeaderButton/__snapshots__/HeaderButtons.stories.storyshot +++ /dev/null @@ -1,11 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots HeaderButtons Badge 1`] = `"[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#1d74f5","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#F5455C","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#F38C39","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"},{"width":10,"height":10,"backgroundColor":"red"}]},"children":null}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":null}]}]}]"`; - -exports[`Storyshots HeaderButtons Common 1`] = `"[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":null}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":null}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Cancel"]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":null}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":358},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":358},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":358},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":358},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]}]"`; - -exports[`Storyshots HeaderButtons Icons 1`] = `"[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}]}]"`; - -exports[`Storyshots HeaderButtons Themes 1`] = `"[{"type":"View","props":{"style":{"flexDirection":"column"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"backgroundColor":"#EEEFF1","borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"},{"width":10,"height":10,"backgroundColor":"#f5455c"}]},"children":null}]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Threads"]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#6C727A"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#1d74f5","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"column"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"backgroundColor":"#0b182c","borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"},{"width":10,"height":10,"backgroundColor":"#f5455c"}]},"children":null}]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#f9f9f9"}]},"children":["Threads"]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#1d74f5","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"column"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"backgroundColor":"#0d0d0d","borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"},{"width":10,"height":10,"backgroundColor":"#f5455c"}]},"children":null}]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#f9f9f9"}]},"children":["Threads"]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#f9f9f9"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#1d74f5","minWidth":16},{"padding":2,"position":"absolute","right":2,"top":2,"borderRadius":10,"alignItems":"center","justifyContent":"center"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]}]"`; - -exports[`Storyshots HeaderButtons Title 1`] = `"[{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["threads"]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["threads"]}]}]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0,"zIndex":0},"collapsable":false},"children":[{"type":"View","props":{"style":{"flex":1,"shadowOpacity":0.85,"shadowRadius":0,"shadowOffset":{"width":0,"height":0.5},"borderBottomColor":"rgb(216, 216, 216)","shadowColor":"rgb(216, 216, 216)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"height":44},"collapsable":false},"children":[{"type":"View","props":{"pointerEvents":"none","style":{"height":0}},"children":null},{"type":"View","props":{"pointerEvents":"box-none","style":{"flex":1,"flexDirection":"row","alignItems":"stretch"}},"children":[{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-start","flexGrow":1,"flexBasis":0,"marginStart":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginLeft":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["threads"]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["search"]}]}]}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"marginHorizontal":16,"justifyContent":"center","maxWidth":230},"collapsable":false},"children":[{"type":"Text","props":{"accessibilityRole":"header","aria-level":"1","numberOfLines":1,"style":{"fontSize":17,"fontWeight":"600","color":"rgb(28, 28, 30)"},"collapsable":false},"children":null}]},{"type":"View","props":{"pointerEvents":"box-none","style":{"justifyContent":"center","alignItems":"flex-end","flexGrow":1,"flexBasis":0,"marginEnd":0},"collapsable":false},"children":[{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","justifyContent":"center"},{"marginRight":5}]},"children":[{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["threads"]}]},{"type":"View","props":{"collapsable":false,"accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"hitSlop":{"top":5,"right":5,"bottom":5,"left":5},"style":{"opacity":1,"padding":6}},"children":[{"type":"Text","props":{"style":[{"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["search"]}]}]}]}]}]}]"`; diff --git a/app/containers/List/__snapshots__/List.stories.storyshot b/app/containers/List/__snapshots__/List.stories.storyshot deleted file mode 100644 index 084c91925..000000000 --- a/app/containers/List/__snapshots__/List.stories.storyshot +++ /dev/null @@ -1,29 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots List Alert 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#f5455c"},[{"lineHeight":20},{"paddingLeft":4}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#f5455c"},[{"lineHeight":20},{"paddingLeft":4}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#f5455c"},[{"lineHeight":20},{"paddingLeft":4}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#f5455c"},[{"lineHeight":20},{"paddingLeft":4}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List Header 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]}"`; - -exports[`Storyshots List Icon 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}"`; - -exports[`Storyshots List Pressable 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":true,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":1},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Press me"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":false,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":2},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["I'm disabled"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List Section And Info 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#efeff4"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Section Item"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]}]}]}"`; - -exports[`Storyshots List Separator 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List Title And Subtitle 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}],"testID":"test-id"},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List With Bigger Font 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#efeff4"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":true,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":3},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":69}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":false,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":4},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":69}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":true,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":5},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":69}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":false,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":6},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":69}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]}]}]}]}"`; - -exports[`Storyshots List With Black Theme 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#080808"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4280230697,"activeOpacity":1,"underlayColor":"#1f2329","enabled":true,"style":{"backgroundColor":"#000000"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":7},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#1f2329"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#b2b8c6"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4280230697,"activeOpacity":1,"underlayColor":"#1f2329","enabled":false,"style":{"backgroundColor":"#000000"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":8},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#1f2329"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#b2b8c6"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4280230697,"activeOpacity":1,"underlayColor":"#1f2329","enabled":true,"style":{"backgroundColor":"#000000"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":9},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#1f2329"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#b2b8c6"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4280230697,"activeOpacity":1,"underlayColor":"#1f2329","enabled":false,"style":{"backgroundColor":"#000000"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":10},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#1f2329"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#b2b8c6"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#b2b8c6"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#272728"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]}]}]}]}"`; - -exports[`Storyshots List With Custom Colors 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"red"}],"numberOfLines":1},"children":["Chats"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"green","enabled":true,"style":{"backgroundColor":"red"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":11},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"green"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"white"}],"numberOfLines":1},"children":["Press me!"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List With Dark Theme 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#07101e"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6D6D72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4279115576,"activeOpacity":1,"underlayColor":"#0e1f38","enabled":true,"style":{"backgroundColor":"#030b1b"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":12},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#0e1f38"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9297a2"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4279115576,"activeOpacity":1,"underlayColor":"#0e1f38","enabled":false,"style":{"backgroundColor":"#030b1b"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":13},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#0e1f38"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9297a2"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6D6D72"}]},"children":["Chats"]}]}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6D6D72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4279115576,"activeOpacity":1,"underlayColor":"#0e1f38","enabled":true,"style":{"backgroundColor":"#030b1b"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":14},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#0e1f38"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9297a2"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4279115576,"activeOpacity":1,"underlayColor":"#0e1f38","enabled":false,"style":{"backgroundColor":"#030b1b"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":15},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#0e1f38"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#f9f9f9"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9297a2"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9297a2"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#2b2b2d"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6D6D72"}]},"children":["Chats"]}]}]}]}]}]}"`; - -exports[`Storyshots List With Flat List 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#efeff4"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"data":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29],"contentContainerStyle":{"paddingVertical":16},"ListHeaderComponent":{"compare":null},"ListFooterComponent":{"compare":null},"ItemSeparatorComponent":{"compare":null},"viewabilityConfigCallbackPairs":[],"removeClippedSubviews":false,"scrollEventThrottle":0.0001,"stickyHeaderIndices":[]},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"collapsable":false},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["0"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["1"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["2"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["3"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["4"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["5"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["6"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["7"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["8"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":null},"children":[{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["9"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]},{"type":"View","props":{"style":{"height":0}},"children":null},{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}]}]}"`; - -exports[`Storyshots List With Icon 1`] = `"{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Icon Left"]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Icon Right"]}]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":92}]},"children":[{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Show Action Indicator"]}]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},{}]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null}]}]}"`; - -exports[`Storyshots List With Small Font 1`] = `"{"type":"RNCSafeAreaView","props":{"style":[{"flex":1},{"backgroundColor":"#efeff4"},null],"edges":["right","left"]},"children":[{"type":"RCTScrollView","props":{"contentContainerStyle":{"paddingVertical":16},"scrollIndicatorInsets":{"right":1},"keyboardShouldPersistTaps":"handled","keyboardDismissMode":"interactive"},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":true,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":16},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":36.800000000000004}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":false,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":17},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":36.800000000000004}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]},{"type":"View","props":{"style":{"marginBottom":16}},"children":[{"type":"View","props":{"style":{"paddingVertical":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":true,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":18},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},null,{"height":36.800000000000004}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","enabled":false,"style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":19},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":12},{"opacity":0.3},{"height":36.800000000000004}]},"children":[{"type":"View","props":{"style":{"paddingRight":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":{"flex":1,"justifyContent":"center"}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"Text","props":{"style":[{"flexShrink":1,"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},null,{"color":"#0d0e12"}],"numberOfLines":1},"children":["Chats"]}]},{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}],"numberOfLines":1},"children":["All"]}]},{"type":"View","props":{"style":{"paddingLeft":12}},"children":[{"type":"View","props":{"style":[{"alignItems":"center","justifyContent":"center"},null]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"height":0.5},null,{"backgroundColor":"#cbcbcc"}]},"children":null},{"type":"View","props":{"style":{"paddingTop":8,"paddingHorizontal":12}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6d6d72"}]},"children":["Chats"]}]}]}]}]}]}"`; diff --git a/app/containers/LoginServices/__snapshots__/LoginServices.stories.storyshot b/app/containers/LoginServices/__snapshots__/LoginServices.stories.storyshot deleted file mode 100644 index d34dec53c..000000000 --- a/app/containers/LoginServices/__snapshots__/LoginServices.stories.storyshot +++ /dev/null @@ -1,5 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Login Services Separators 1`] = `"[{"type":"View","props":{"accessible":true,"accessibilityLabel":"More options","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":0,"backgroundColor":"#ffffff","opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#1d74f5","fontSize":16},null]},"children":["More options"]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center","marginVertical":24}},"children":[{"type":"View","props":{"style":[{"height":1,"flex":1},{"backgroundColor":"#e1e5e8"}]},"children":null},{"type":"Text","props":{"style":[{"fontSize":14,"marginLeft":14,"marginRight":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#9ca2a8"}]},"children":["OR"]},{"type":"View","props":{"style":[{"height":1,"flex":1},{"backgroundColor":"#e1e5e8"}]},"children":null}]},{"type":"View","props":{"accessible":true,"accessibilityLabel":"Less options","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":48,"borderRadius":4,"marginBottom":0,"backgroundColor":"#ffffff","opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#1d74f5","fontSize":16},null]},"children":["Less options"]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center","marginVertical":24}},"children":[{"type":"View","props":{"style":[{"height":1,"flex":1},{"backgroundColor":"#e1e5e8"}]},"children":null},{"type":"Text","props":{"style":[{"fontSize":14,"marginLeft":14,"marginRight":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#9ca2a8"}]},"children":["OR"]},{"type":"View","props":{"style":[{"height":1,"flex":1},{"backgroundColor":"#e1e5e8"}]},"children":null}]}]"`; - -exports[`Storyshots Login Services Service List 1`] = `"[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":0.5,"underlayColor":"#ffffff","style":{"borderRadius":4,"marginBottom":10,"backgroundColor":"#f3f4f5"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":20},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#ffffff","borderRadius":4},"collapsable":false},"children":null},{"type":"View","props":{"style":{"borderRadius":4,"width":"100%","height":48,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":15}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},{"position":"absolute","left":15,"top":12,"width":24,"height":24}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","fontSize":16},{"color":"#0d0e12"}]},"children":["Continue with"," ",{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"}},"children":["github"]}]}]}]},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":0.5,"underlayColor":"#ffffff","style":{"borderRadius":4,"marginBottom":10,"backgroundColor":"#f3f4f5"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":21},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#ffffff","borderRadius":4},"collapsable":false},"children":null},{"type":"View","props":{"style":{"borderRadius":4,"width":"100%","height":48,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":15}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},{"position":"absolute","left":15,"top":12,"width":24,"height":24}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","fontSize":16},{"color":"#0d0e12"}]},"children":["Continue with"," ",{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"}},"children":["gitlab"]}]}]}]},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":0.5,"underlayColor":"#ffffff","style":{"borderRadius":4,"marginBottom":10,"backgroundColor":"#f3f4f5"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":22},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#ffffff","borderRadius":4},"collapsable":false},"children":null},{"type":"View","props":{"style":{"borderRadius":4,"width":"100%","height":48,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":15}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},{"position":"absolute","left":15,"top":12,"width":24,"height":24}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","fontSize":16},{"color":"#0d0e12"}]},"children":["Continue with"," ",{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"}},"children":["google"]}]}]}]},{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":0.5,"underlayColor":"#ffffff","style":{"borderRadius":4,"marginBottom":10,"backgroundColor":"#f3f4f5"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":23},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#ffffff","borderRadius":4},"collapsable":false},"children":null},{"type":"View","props":{"style":{"borderRadius":4,"width":"100%","height":48,"flexDirection":"row","alignItems":"center","justifyContent":"center","paddingHorizontal":15}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},{"position":"absolute","left":15,"top":12,"width":24,"height":24}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","fontSize":16},{"color":"#0d0e12"}]},"children":["Continue with"," ",{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"}},"children":["apple"]}]}]}]}]"`; diff --git a/app/containers/RoomItem/__snapshots__/RoomItem.stories.storyshot b/app/containers/RoomItem/__snapshots__/RoomItem.stories.storyshot deleted file mode 100644 index ba80982e7..000000000 --- a/app/containers/RoomItem/__snapshots__/RoomItem.stories.storyshot +++ /dev/null @@ -1,5 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots RoomItem Condensed Room Item Without Avatar 1`] = `"[{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":114},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":115},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"height":120}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":116},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},{"height":120}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":117},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},{"height":120},{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":118},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":119},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},{"height":120}]},"children":[{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":[{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"},{"flex":1}]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":22,"color":"#0d0e12"},[{"lineHeight":22},[{"marginRight":4},{"marginRight":8}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["rocket.cat"]},{"type":"View","props":{"style":{"alignItems":"flex-end"}},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#1d74f5"}]],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]}]}]},{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":120},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":121},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"height":120}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":122},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},{"height":120}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":123},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},{"height":120},{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":124},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":125},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},{"height":120}]},"children":[{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":[{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"},{"flex":1}]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":22,"color":"#0d0e12"},[{"lineHeight":22},[{"marginRight":4},{"marginRight":8}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},null,{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["rocket.cat"]},{"type":"View","props":{"style":{"alignItems":"flex-end"}},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},null],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]}]}]}]}]}]}]}]}]},{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":126},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":127},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"height":120}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":128},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},{"height":120}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},{"height":120},{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":129},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},{"height":120},{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":130},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#ffffff"},[{"lineHeight":24},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":131},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},{"height":120}]},"children":[{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":[{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"},{"flex":1}]},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":22,"color":"#0d0e12"},[{"lineHeight":22},[{"marginRight":4},{"marginRight":8}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},null,{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]},{"type":"View","props":{"style":[{"alignSelf":"center","alignItems":"center","borderRadius":4,"marginHorizontal":4},{"backgroundColor":"#e1e5e8"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#6d6d72"}],"numberOfLines":1},"children":["Auto-join"]}]},{"type":"View","props":{"style":{"alignItems":"flex-end"}},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},null],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]}]}]}]}]}]}]}]}]}]"`; - -exports[`Storyshots RoomItem Expanded Room Item Without Avatar 1`] = `"[{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":132},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":133},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},null]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":134},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},null],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":135},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},false,{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":136},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":137},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},false]},"children":[{"type":"View","props":{"style":{"height":150,"justifyContent":"center"}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},[{"marginRight":4},{"marginRight":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]},{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"}},"children":[{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["rocket.cat"]},{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#1d74f5"}]],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"flex-start"},"testID":"room-item-last-message-container"},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{"flex":1,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{}],"numberOfLines":2,"testID":"markdown-preview-Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]}]},{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":138},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":139},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},null]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":140},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},null],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":141},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},false,{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":142},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":143},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},false]},"children":[{"type":"View","props":{"style":{"height":150,"justifyContent":"center"}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},[{"marginRight":4},{"marginRight":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]},{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"}},"children":[{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["rocket.cat"]},{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#1d74f5"}]],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"flex-start"},"testID":"room-item-last-message-container"},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{"flex":1,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{}],"numberOfLines":2,"testID":"markdown-preview-Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]}]}]}]}]}]},{"type":"View","props":{"collapsable":false,"handlerType":"LongPressGestureHandler","handlerTag":144},"children":[{"type":"View","props":{"collapsable":false,"handlerType":"PanGestureHandler","handlerTag":145},"children":[{"type":"View","props":{"style":[{"position":"absolute","left":0,"right":0,"height":150},{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150}],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},{"width":1500,"backgroundColor":"#1d74f5","right":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0,"right":0},null]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":146},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]},{"type":"View","props":{"style":[{"flexDirection":"row","position":"absolute","left":0,"right":0,"height":150},null],"pointerEvents":"box-none"},"children":[{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":750,"backgroundColor":"#ffbb00","left":"100%"},null,{"transform":[{"translateX":0}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#ffbb00"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":147},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"position":"absolute","height":150,"justifyContent":"center","top":0},{"width":1500,"backgroundColor":"#54585e","left":"100%"},false,{"transform":[{"translateX":80}]}]},"children":[{"type":"RNGestureHandlerButton","props":{"activeOpacity":0.105,"underlayColor":"black","style":{"width":80,"height":"100%","alignItems":"center","justifyContent":"center","backgroundColor":"#54585e"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":148},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"black"},"collapsable":false},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":28,"color":"#ffffff"},[{"lineHeight":28},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]},{"type":"View","props":{"style":{"transform":[{"translateX":0}]}},"children":[{"type":"RNGestureHandlerButton","props":{"rippleColor":4294046452,"activeOpacity":1,"underlayColor":"#f1f2f4","style":{"backgroundColor":"#ffffff"},"delayLongPress":600,"collapsable":false,"handlerType":"NativeViewGestureHandler","handlerTag":149},"children":[{"type":"View","props":{"style":{"position":"absolute","left":0,"right":0,"bottom":0,"top":0,"opacity":0,"backgroundColor":"#f1f2f4"},"collapsable":false},"children":null},{"type":"View","props":{"style":[{"flexDirection":"row","alignItems":"center","paddingLeft":14,"height":150},false]},"children":[{"type":"View","props":{"style":{"height":150,"justifyContent":"center"}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":24,"color":"#0d0e12"},[{"lineHeight":24},[{"marginRight":4},{"marginRight":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]},{"type":"View","props":{"style":[{"flex":1,"paddingVertical":10,"paddingRight":14,"borderBottomWidth":0.5},{"borderColor":"#cbcbcc"}]},"children":[{"type":"View","props":{"style":{"width":"100%","flexDirection":"row","alignItems":"center","justifyContent":"center"}},"children":[{"type":"Text","props":{"style":[{"flex":1,"fontSize":17,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}],"ellipsizeMode":"tail","numberOfLines":1},"children":["rocket.cat"]},{"type":"Text","props":{"style":[{"fontSize":13,"marginLeft":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#1d74f5"}]],"ellipsizeMode":"tail","numberOfLines":1},"children":["10:00"]}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"flex-start"},"testID":"room-item-last-message-container"},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{"flex":1,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{}],"numberOfLines":2,"testID":"markdown-preview-Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]}]}]}]}]}]"`; diff --git a/app/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot b/app/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot deleted file mode 100644 index f5e6723c4..000000000 --- a/app/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots SearchBox Basic 1`] = `"{"type":"View","props":{"testID":"searchbox","style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},{"margin":16,"marginBottom":16}]},"children":[{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,{"paddingRight":45},{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"Search","placeholder":"Search","value":"","blurOnSubmit":true,"returnKeyType":"search"},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#2f343d"},[{"lineHeight":20},[{"position":"absolute"},{"right":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}"`; diff --git a/app/containers/ServerItem/__snapshots__/ServerItem.stories.storyshot b/app/containers/ServerItem/__snapshots__/ServerItem.stories.storyshot deleted file mode 100644 index ee134e359..000000000 --- a/app/containers/ServerItem/__snapshots__/ServerItem.stories.storyshot +++ /dev/null @@ -1,7 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots ServerItem Content 1`] = `"[{"type":"View","props":{"testID":"rooms-list-header-server-https://open.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#ffffff"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["https://open.rocket.chat/"]}]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":22,"color":"#1d74f5"},[{"lineHeight":22},{"width":22,"height":22,"marginHorizontal":15}],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"testID":"rooms-list-header-server-https://superlongservername.tologintoasuperlongservername/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#ffffff"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}]},"children":["Super Long Server Name in Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["https://superlongservername.tologintoasuperlongservername/"]}]}]}]},{"type":"View","props":{"testID":"rooms-list-header-server-https://stable.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#ffffff"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["https://stable.rocket.chat/"]}]}]}]}]"`; - -exports[`Storyshots ServerItem Themes 1`] = `"[{"type":"View","props":{"testID":"rooms-list-header-server-https://open.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#ffffff"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["https://open.rocket.chat/"]}]}]}]},{"type":"View","props":{"testID":"rooms-list-header-server-https://open.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#030b1b"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#f9f9f9"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9297a2"}]},"children":["https://open.rocket.chat/"]}]}]}]},{"type":"View","props":{"testID":"rooms-list-header-server-https://open.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#000000"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#f9f9f9"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#b2b8c6"}]},"children":["https://open.rocket.chat/"]}]}]}]}]"`; - -exports[`Storyshots ServerItem Touchable 1`] = `"{"type":"View","props":{"testID":"rooms-list-header-server-https://open.rocket.chat/","accessible":true,"accessibilityState":{},"focusable":true,"accessibilityValue":{},"style":{"backgroundColor":"#ffffff"},"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"center"}},"children":[{"type":"View","props":{"style":[{"overflow":"hidden"},{"width":44,"height":44,"margin":12,"borderRadius":4,"resizeMode":"contain"}]},"children":[{"type":"FastImageView","props":{"defaultSource":"test-file-stub","style":{"position":"absolute","left":0,"right":0,"top":0,"bottom":0},"resizeMode":"cover"},"children":null}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"column","justifyContent":"center","paddingRight":18}},"children":[{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":18,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"}]},"children":["Rocket.Chat"]},{"type":"Text","props":{"numberOfLines":1,"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["https://open.rocket.chat/"]}]}]}]}"`; diff --git a/app/containers/TextInput/__snapshots__/TextInput.stories.storyshot b/app/containers/TextInput/__snapshots__/TextInput.stories.storyshot deleted file mode 100644 index 1dfffb0ea..000000000 --- a/app/containers/TextInput/__snapshots__/TextInput.stories.storyshot +++ /dev/null @@ -1,11 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots TextInput Icons 1`] = `"{"type":"View","props":{"style":{"paddingHorizontal":14}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Right icon"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,{"paddingRight":45},{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#2f343d"},[{"lineHeight":20},[{"position":"absolute"},{"right":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Left icon"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},{"paddingLeft":45},null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"https://open.rocket.chat/images/logo/android-chrome-512x512.png"},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},[{"position":"absolute"},{"left":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Both icons"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},{"paddingLeft":45},{"paddingRight":45},{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"https://open.rocket.chat/images/logo/android-chrome-512x512.png"},"children":null},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},[{"position":"absolute"},{"left":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]},{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#2f343d"},[{"lineHeight":20},[{"position":"absolute"},{"right":12}]],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Icon and touchable clear input"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,{"paddingRight":45},{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"https://open.rocket.chat/images/logo/android-chrome-512x512.png"},"children":null},{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"position":"absolute","right":12,"opacity":1},"testID":"clear-text-input","focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#6C727A"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}"`; - -exports[`Storyshots TextInput Loading 1`] = `"{"type":"View","props":{"style":{"paddingHorizontal":14}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Loading false"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Loading true"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null},{"type":"ActivityIndicator","props":{"style":[{"position":"absolute"},{"right":12}],"color":"#2f343d"},"children":null}]}]}]}"`; - -exports[`Storyshots TextInput Multiline 1`] = `"{"type":"View","props":{"style":{"paddingHorizontal":14}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Multiline text"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat\\n\\nhttps://open.rocket.chat/images/logo/android-chrome-512x512.png\\n","multiline":true},"children":null}]}]}]}"`; - -exports[`Storyshots TextInput Secure Text Entry 1`] = `"{"type":"View","props":{"style":{"paddingHorizontal":14}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Secure text disabled"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Secure text enabled"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,{"paddingRight":45},{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","secureTextEntry":true,"accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null},{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"position":"absolute","right":12,"opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":20,"color":"#9ca2a8"},[{"lineHeight":20},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}"`; - -exports[`Storyshots TextInput Short And Long 1`] = `"{"type":"View","props":{"style":{"paddingHorizontal":14}},"children":[{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Short Text"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"Rocket.Chat"},"children":null}]}]},{"type":"View","props":{"style":[{"marginBottom":10},null]},"children":[{"type":"Text","props":{"style":[{"marginBottom":10,"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#0d0e12"},null]},"children":["Long Text"]},{"type":"View","props":{"style":{"position":"relative","justifyContent":"center"}},"children":[{"type":"TextInput","props":{"style":[{"color":"#0d0e12"},[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","height":48,"fontSize":16,"paddingHorizontal":16,"paddingVertical":10,"borderWidth":1,"borderRadius":4},null,null,{"backgroundColor":"#ffffff","borderColor":"#cbcbcc","color":"#0d0e12"},null,null],{"textAlign":"auto"}],"placeholderTextColor":"#9ca2a8","keyboardAppearance":"light","autoCorrect":false,"autoCapitalize":"none","underlineColorAndroid":"transparent","accessibilityLabel":"placeholder","placeholder":"placeholder","value":"https://open.rocket.chat/images/logo/android-chrome-512x512.png"},"children":null}]}]}]}"`; diff --git a/app/containers/UIKit/__snapshots__/UiKitMessage.stories.storyshot b/app/containers/UIKit/__snapshots__/UiKitMessage.stories.storyshot deleted file mode 100644 index 317636633..000000000 --- a/app/containers/UIKit/__snapshots__/UiKitMessage.stories.storyshot +++ /dev/null @@ -1,27 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots UIKit/UiKitMessage Action - Buttons 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Action - Select 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Context 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Fields 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Image 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + DatePicker 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + Markdown List 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + Multi Select 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + Overflow 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + Select 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + button 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section + image 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitMessage Section 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; diff --git a/app/containers/UIKit/__snapshots__/UiKitModal.stories.storyshot b/app/containers/UIKit/__snapshots__/UiKitModal.stories.storyshot deleted file mode 100644 index ce1c69565..000000000 --- a/app/containers/UIKit/__snapshots__/UiKitModal.stories.storyshot +++ /dev/null @@ -1,23 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots UIKit/UiKitModal Modal - Actions 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Contexts and Dividers 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - DatePicker with error 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Form Input 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Form TextArea 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Images 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Input with error 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Multi Select Input 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Multilne with error 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Section and Accessories 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; - -exports[`Storyshots UIKit/UiKitModal Modal - Section and Selects 1`] = `"{"type":"RCTScrollView","props":{"style":[{"flex":1,"backgroundColor":"#fff"},{"paddingHorizontal":16}],"keyboardShouldPersistTaps":"always"},"children":[{"type":"View","props":{},"children":null}]}"`; diff --git a/app/containers/UnreadBadge/__snapshots__/UnreadBadge.stories.storyshot b/app/containers/UnreadBadge/__snapshots__/UnreadBadge.stories.storyshot deleted file mode 100644 index f464d5c1e..000000000 --- a/app/containers/UnreadBadge/__snapshots__/UnreadBadge.stories.storyshot +++ /dev/null @@ -1,11 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Unread Badge All 1`] = `"{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#6C727A","minWidth":16},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#6C727A","minWidth":26},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["+99"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["+999"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]}]}"`; - -exports[`Storyshots Unread Badge Different Mention Types 1`] = `"{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}"`; - -exports[`Storyshots Unread Badge Normal 1`] = `"{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["+999"]}]}]}"`; - -exports[`Storyshots Unread Badge Small 1`] = `"{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#6C727A","minWidth":16},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["9"]}]},{"type":"View","props":{"style":[{"borderRadius":10.5,"alignItems":"center","justifyContent":"center"},{"backgroundColor":"#6C727A","minWidth":26},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"fontSize":10},{"color":"#ffffff"}],"numberOfLines":1},"children":["+99"]}]}]}"`; - -exports[`Storyshots Unread Badge Themes 1`] = `"[{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]},{"type":"View","props":{"style":{"flex":1,"flexDirection":"row","alignItems":"center","justifyContent":"space-evenly"}},"children":[{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#6C727A","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F5455C","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#F38C39","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]},{"type":"View","props":{"style":[{"height":21,"paddingVertical":3,"paddingHorizontal":5,"borderRadius":10.5,"alignItems":"center","justifyContent":"center","marginLeft":10},{"backgroundColor":"#1d74f5","minWidth":21},null]},"children":[{"type":"Text","props":{"style":[{"fontSize":13,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},null,{"color":"#ffffff"}],"numberOfLines":1},"children":["1"]}]}]}]"`; diff --git a/app/containers/markdown/__snapshots__/Markdown.stories.storyshot b/app/containers/markdown/__snapshots__/Markdown.stories.storyshot deleted file mode 100644 index 13b11860c..000000000 --- a/app/containers/markdown/__snapshots__/Markdown.stories.storyshot +++ /dev/null @@ -1,19 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Markdown Block Quote 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"View","props":{"style":{"alignItems":"flex-start","flexDirection":"row"}},"children":[{"type":"View","props":{"style":[{"height":"100%","width":2,"marginRight":5},{"backgroundColor":"#e1e5e8"}]},"children":null},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"This is block quote","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["This is block quote"]}]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"this is a normal line","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["this is a normal line"]}]}]}"`; - -exports[`Storyshots Markdown Code 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"This is ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["This is "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"#f1f2f4","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2,"color":"#2f343d","borderColor":"#f1f2f4"}]},"children":["inline code"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Inline ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Inline "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"#f1f2f4","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2,"color":"#2f343d","borderColor":"#f1f2f4"}]},"children":["code"]},{"type":"Text","props":{"accessibilityLabel":" has ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" has "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"#f1f2f4","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2,"color":"#2f343d","borderColor":"#f1f2f4"}]},"children":["back-ticks around"]},{"type":"Text","props":{"accessibilityLabel":" it.","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" it."]}]},{"type":"Text","props":{"style":[{"borderWidth":1,"borderRadius":4,"padding":4,"color":"#2f343d","backgroundColor":"#f1f2f4","borderColor":"#f1f2f4"}]},"children":["Code block\\n"]}]}"`; - -exports[`Storyshots Markdown Headers 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 1","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":24}]]},"children":["Header 1"]}]},{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 2","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":22}]]},"children":["Header 2"]}]},{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 3","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600","fontSize":20}]]},"children":["Header 3"]}]},{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 4","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600","fontSize":18}]]},"children":["Header 4"]}]},{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 5","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500","fontSize":16}]]},"children":["Header 5"]}]},{"type":"Text","props":{"style":[null,{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Header 6","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500","fontSize":14}]]},"children":["Header 6"]}]}]}"`; - -exports[`Storyshots Markdown Image 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Image","props":{"style":{"width":300,"height":300,"resizeMode":"contain"},"source":{"uri":"https://play.google.com/intl/en_us/badges/images/badge_new.png"}},"children":null}]}]}"`; - -exports[`Storyshots Markdown Links 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","color":"#1d74f5"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Markdown link","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"}]]},"children":["Markdown link"]}]},{"type":"Text","props":{"accessibilityLabel":": ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[": "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"#f1f2f4","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2,"color":"#2f343d","borderColor":"#f1f2f4"}]},"children":["[description](url)"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","color":"#1d74f5"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Formatted Link","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"}]]},"children":["Formatted Link"]}]},{"type":"Text","props":{"accessibilityLabel":": ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[": "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"#f1f2f4","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2,"color":"#2f343d","borderColor":"#f1f2f4"}]},"children":[""]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","color":"#1d74f5"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Markdown link","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"}]]},"children":["Markdown link"]}]},{"type":"Text","props":{"accessibilityLabel":" and the text with default style","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" and the text with default style"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"},{"color":"#9ca2a8"}]},"children":[{"type":"Text","props":{"style":{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400","color":"#1d74f5"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Markdown link","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"}]]},"children":["Markdown link"]}]},{"type":"Text","props":{"accessibilityLabel":" and the text with a color specific as auxiliaryText","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" and the text with a color specific as auxiliaryText"]}]}]}"`; - -exports[`Storyshots Markdown Lists 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":15},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["•"]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Open Source","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Open Source"]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":15},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["•"]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Rocket.Chat","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Rocket.Chat"]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":15},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["◦"]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"nodejs","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["nodejs"]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":15},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["◦"]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"ReactNative","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["ReactNative"]}]}]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":16},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["1."]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Open Source","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Open Source"]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"row","alignItems":"flex-start"}},"children":[{"type":"View","props":{"style":[{"width":16},{"alignItems":"flex-end","marginRight":5}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"fontVariant":["tabular-nums"]},{"color":"#2f343d"}]},"children":["2."]}]},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Rocket.Chat","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},null,null,{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Rocket.Chat"]}]}]}]}]}"`; - -exports[`Storyshots Markdown Mentions 1`] = `"{"type":"RCTScrollView","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"View","props":{},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F5455C"}]},"children":["rocket.cat"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F3BE08"}]},"children":["name1"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["all"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["here"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":["@unknown"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F5455C"}]},"children":["Rocket Cat"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F3BE08"}]},"children":["Name"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["all"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["here"]},{"type":"Text","props":{"accessibilityLabel":" ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":["@unknown"]}]}]}]}"`; - -exports[`Storyshots Markdown Preview 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."},"children":["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."]},{"type":"Text","props":{"accessibilityLabel":"a b c d e","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-a b c d e"},"children":["a b c d e"]},{"type":"Text","props":{"accessibilityLabel":"a b c","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-a b c"},"children":["a b c"]},{"type":"Text","props":{"accessibilityLabel":"@rocket.cat @name1 @all @here @unknown #general #unknown","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-@rocket.cat @name1 @all @here @unknown #general #unknown"},"children":["@rocket.cat @name1 @all @here @unknown #general #unknown"]},{"type":"Text","props":{"accessibilityLabel":"Testing: 😃 👍 :marioparty:","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-Testing: 😃 👍 :marioparty:"},"children":["Testing: 😃 👍 :marioparty:"]},{"type":"Text","props":{"accessibilityLabel":"Fallback from new md to old","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}],"numberOfLines":1,"testID":"markdown-preview-Fallback from new md to old"},"children":["Fallback from new md to old"]}]}"`; - -exports[`Storyshots Markdown Text 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"This is Rocket.Chat","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["This is Rocket.Chat"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"a","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["a"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{"accessibilityLabel":"b","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["b"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{"accessibilityLabel":"c","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["c"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{"accessibilityLabel":"d","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["d"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{},"children":["\\n"]},{"type":"Text","props":{"accessibilityLabel":"e","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["e"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"a b c","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["a b c"]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Strong emphasis, aka bold, with ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Strong emphasis, aka bold, with "]},{"type":"Text","props":{"accessibilityLabel":"asterisks","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontWeight":"bold"}]]},"children":["asterisks"]},{"type":"Text","props":{"accessibilityLabel":" or ","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":[" or "]},{"type":"Text","props":{"accessibilityLabel":"underscores","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"},{"fontStyle":"italic"}]]},"children":["underscores"]}]}]}"`; diff --git a/app/containers/markdown/new/__snapshots__/NewMarkdown.stories.storyshot b/app/containers/markdown/new/__snapshots__/NewMarkdown.stories.storyshot deleted file mode 100644 index 076079670..000000000 --- a/app/containers/markdown/new/__snapshots__/NewMarkdown.stories.storyshot +++ /dev/null @@ -1,19 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots NewMarkdown Block Quote 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"View","props":{"style":{"alignItems":"flex-start","flexDirection":"row"}},"children":[{"type":"View","props":{"style":[{"height":"100%","width":2,"marginRight":5},{"backgroundColor":"#e1e5e8"}]},"children":null},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Rocket.Chat to the moon","style":{"fontSize":16,"flexShrink":1}},"children":["Rocket.Chat to the moon"]}]}]}]}]},{"type":"View","props":{"style":{"alignItems":"flex-start","flexDirection":"row"}},"children":[{"type":"View","props":{"style":[{"height":"100%","width":2,"marginRight":5},{"backgroundColor":"#e1e5e8"}]},"children":null},{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":{"fontSize":16,"flexShrink":1}},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]}]}]}"`; - -exports[`Storyshots NewMarkdown Code 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Courier New","fontWeight":"400","borderWidth":1,"borderRadius":4,"paddingLeft":2,"paddingTop":2},{"color":"#2f343d","backgroundColor":"#f1f2f4","borderColor":"#e1e5e8"}]},"children":[{"type":"Text","props":{},"children":["inline code"]}]}]}]},{"type":"View","props":{"style":[{"borderWidth":1,"borderRadius":4,"padding":4},{"backgroundColor":"#f1f2f4","borderColor":"#e1e5e8"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Courier New","fontWeight":"400"},{"color":"#2f343d"}]},"children":["Multi \\nLine \\nCode"]}]}]}"`; - -exports[`Storyshots NewMarkdown Headers 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":24},{"color":"#2f343d"}]},"children":["# Header 1"]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":22},{"color":"#2f343d"}]},"children":["## Header 2"]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600","fontSize":20},{"color":"#2f343d"}]},"children":["### Header 3"]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600","fontSize":18},{"color":"#2f343d"}]},"children":["#### Header 4"]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500","fontSize":16},{"color":"#2f343d"}]},"children":["##### Header 5"]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500","fontSize":14},{"color":"#2f343d"}]},"children":["###### Header 6"]}]}"`; - -exports[`Storyshots NewMarkdown Inline Katex 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{},"children":["This text includes math notations and should be wrapped correctly for $\\\\alpha$ and $\\\\beta$ within the view."]},{"type":"Text","props":{},"children":["The following formula shouldn't be inline:$$x_{1,2} = {-b \\\\pm \\\\sqrt{b^2-4ac} \\\\over 2a}$$"]},{"type":"Text","props":{},"children":["However the following formula should be inline with the text: \\\\( a^2 + b^2 = c^2 \\\\)"]}]}]}]}"`; - -exports[`Storyshots NewMarkdown Katex 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"View","props":{"math":" f(x) = \\\\int_{-\\\\infty}^\\\\infty \\\\hat f(\\\\xi)\\\\,e^{2 \\\\pi i \\\\xi x} \\\\,d\\\\xi ","style":{"color":"#2f343d"}},"children":null}]}"`; - -exports[`Storyshots NewMarkdown Links 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#1d74f5"}]},"children":["Markdown link"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#1d74f5"}]},"children":["Normal Link - ",{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Bold","style":{"fontSize":16,"flexShrink":1}},"children":["Bold"]}]}," ",{"type":"Text","props":{"style":{"textDecorationLine":"line-through"}},"children":[{"type":"Text","props":{"accessibilityLabel":"strike","style":{"fontSize":16,"flexShrink":1}},"children":["strike"]}]}," and ",{"type":"Text","props":{"style":{"fontStyle":"italic"}},"children":[{"type":"Text","props":{"accessibilityLabel":"Italic","style":{"fontSize":16,"flexShrink":1}},"children":["Italic"]}]}," Styles"]}]}]}]}"`; - -exports[`Storyshots NewMarkdown Mentions 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F5455C"}]},"children":["rocket.cat"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F3BE08"}]},"children":["name"]},{"type":"Text","props":{"accessibilityLabel":" ","style":{"fontSize":16,"flexShrink":1}},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F5455C"}]},"children":["rocket.cat"]},{"type":"Text","props":{"accessibilityLabel":" ","style":{"fontSize":16,"flexShrink":1}},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":["@not_a_user"]},{"type":"Text","props":{"accessibilityLabel":" ","style":{"fontSize":16,"flexShrink":1}},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["here"]},{"type":"Text","props":{"accessibilityLabel":" ","style":{"fontSize":16,"flexShrink":1}},"children":[" "]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"600"},{"color":"#F38C39"}]},"children":["all"]}]}]}]}"`; - -exports[`Storyshots NewMarkdown Message Quote 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":24},{"color":"#2f343d"}]},"children":["Hello head 1"]},{"type":"View","props":{"style":{"height":8}},"children":null},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":24},{"color":"#2f343d"}]},"children":["Head 1 as the first line then line break and after paragraph"]},{"type":"View","props":{"style":{"height":8}},"children":null},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"bla bla bla bla bla bla ","style":{"fontSize":16,"flexShrink":1}},"children":["bla bla bla bla bla bla "]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"bla bla bla bla bla bla ","style":{"fontSize":16,"flexShrink":1}},"children":["bla bla bla bla bla bla "]}]}]},{"type":"Text","props":{"style":[{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700","fontSize":24},{"color":"#2f343d"}]},"children":["Head 1 after a forced line break"]},{"type":"View","props":{"style":{"height":8}},"children":null},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Description","style":{"fontSize":16,"flexShrink":1}},"children":["Description"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#1d74f5"}]},"children":null},{"type":"Text","props":{"accessibilityLabel":"","style":{"fontSize":16,"flexShrink":1}},"children":null},{"type":"Text","props":{"style":{"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"700"}},"children":[{"type":"Text","props":{"accessibilityLabel":"There is a link before this bold separated by single space","style":{"fontSize":16,"flexShrink":1}},"children":["There is a link before this bold separated by single space"]}]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Quoting a message wrote before","style":{"fontSize":16,"flexShrink":1}},"children":["Quoting a message wrote before"]}]}]}]}"`; - -exports[`Storyshots NewMarkdown Text 1`] = `"{"type":"View","props":{"style":{"marginHorizontal":15,"backgroundColor":"#ffffff","marginVertical":50}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"This is Rocket.Chat","style":{"fontSize":16,"flexShrink":1}},"children":["This is Rocket.Chat"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":{"fontSize":16,"flexShrink":1}},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"a","style":{"fontSize":16,"flexShrink":1}},"children":["a"]},{"type":"Text","props":{"accessibilityLabel":"b","style":{"fontSize":16,"flexShrink":1}},"children":["b"]},{"type":"Text","props":{"accessibilityLabel":"c","style":{"fontSize":16,"flexShrink":1}},"children":["c"]},{"type":"Text","props":{"accessibilityLabel":"","style":{"fontSize":16,"flexShrink":1}},"children":null},{"type":"Text","props":{"accessibilityLabel":"d","style":{"fontSize":16,"flexShrink":1}},"children":["d"]},{"type":"Text","props":{"accessibilityLabel":"","style":{"fontSize":16,"flexShrink":1}},"children":null},{"type":"Text","props":{"accessibilityLabel":"","style":{"fontSize":16,"flexShrink":1}},"children":null},{"type":"Text","props":{"accessibilityLabel":"e","style":{"fontSize":16,"flexShrink":1}},"children":["e"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"a b c","style":{"fontSize":16,"flexShrink":1}},"children":["a b c"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"This is Rocket.Chat","style":{"fontSize":16,"flexShrink":1}},"children":["This is Rocket.Chat"]}]}]},{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"style":{"flexShrink":1}},"children":[{"type":"Text","props":{"accessibilityLabel":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries","style":{"fontSize":16,"flexShrink":1}},"children":["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"]}]}]}]}"`; diff --git a/app/containers/message/Components/CollapsibleQuote/__snapshots__/CollapsibleQuote.stories.storyshot b/app/containers/message/Components/CollapsibleQuote/__snapshots__/CollapsibleQuote.stories.storyshot deleted file mode 100644 index 8829727ee..000000000 --- a/app/containers/message/Components/CollapsibleQuote/__snapshots__/CollapsibleQuote.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots CollapsibleQuote Item 1`] = `"{"type":"View","props":{"style":{"padding":10}},"children":[{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"flexDirection":"row","alignItems":"center","marginTop":6,"borderWidth":1,"borderRadius":4,"minHeight":40,"backgroundColor":"#f3f4f5","borderLeftColor":"#CBCED1","borderTopColor":"#e1e5e8","borderRightColor":"#e1e5e8","borderBottomColor":"#e1e5e8","borderLeftWidth":2,"opacity":1},"testID":"collapsibleQuoteTouchable-Engineering (9 today)","hitSlop":{"top":4,"right":4,"bottom":4,"left":4},"focusable":true,"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row"}},"children":[{"type":"View","props":{"style":{"flex":1,"borderRadius":4,"padding":8}},"children":[{"type":"View","props":{"style":{"flexDirection":"row"}},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#6C727A"}]},"children":["Engineering (9 today)"]}]}]},{"type":"View","props":{"style":{"width":20,"height":20,"right":8,"top":8,"justifyContent":"center","alignItems":"center"}},"children":[{"type":"Text","props":{"selectable":false,"allowFontScaling":false,"style":[{"fontSize":22,"color":"#6C727A"},[{"lineHeight":22},null],{"fontFamily":"custom","fontWeight":"normal","fontStyle":"normal"},{}]},"children":[""]}]}]}]}]}"`; diff --git a/app/containers/message/__snapshots__/Message.stories.storyshot b/app/containers/message/__snapshots__/Message.stories.storyshot deleted file mode 100644 index 3c0213884..000000000 --- a/app/containers/message/__snapshots__/Message.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Message Without Header 1`] = `"{"type":"RCTScrollView","props":{"style":{"backgroundColor":"#ffffff"}},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"accessible":true,"accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"View","props":{},"children":[{"type":"View","props":{"style":[{"paddingVertical":4,"width":"100%","paddingHorizontal":14,"flexDirection":"column"},null]},"children":[{"type":"View","props":{"style":{"flexDirection":"row"}},"children":[{"type":"View","props":{"style":[{"flex":1,"marginLeft":46},false]},"children":[{"type":"View","props":{},"children":[{"type":"Text","props":{"style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#2f343d"}]},"children":[{"type":"Text","props":{"accessibilityLabel":"Message","style":[{"fontSize":16,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},[{},{"marginTop":0,"marginBottom":0,"flexWrap":"wrap","flexDirection":"row","alignItems":"flex-start","justifyContent":"flex-start"}]]},"children":["Message"]}]}]}]},{"type":"View","props":{"style":{"flexDirection":"row"}},"children":null}]}]}]}]}]}]}"`; diff --git a/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.stories.storyshot b/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.stories.storyshot deleted file mode 100644 index 22b4b8431..000000000 --- a/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots CannedResponseItem Itens 1`] = `"[{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"minHeight":117,"maxHeight":141,"padding":16,"backgroundColor":"#FFFFFF","opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","height":36}},"children":[{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"flex":1,"fontSize":14,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#0d0e12"}]},"children":["!","!FAQ4"]},{"type":"Text","props":{"style":[{"flex":1,"fontSize":12,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Private"]}]},{"type":"View","props":{"accessible":true,"accessibilityLabel":"Use","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":28,"borderRadius":4,"marginBottom":12,"backgroundColor":"#f3f4f5","width":56,"marginLeft":8,"opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#0d0e12","fontSize":12},null]},"children":["Use"]}]}]},{"type":"Text","props":{"ellipsizeMode":"tail","numberOfLines":2,"style":[{"marginTop":8,"fontSize":14,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["“","ZCVXZVXCZVZXVZXCVZXCVXZCVZX","”"]},{"type":"View","props":{"style":{"flexDirection":"row","overflow":"hidden"}},"children":null}]},{"type":"View","props":{"accessible":true,"accessibilityState":{},"accessibilityValue":{},"style":{"minHeight":117,"maxHeight":141,"padding":16,"backgroundColor":"#FFFFFF","opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"View","props":{"style":{"flexDirection":"row","height":36}},"children":[{"type":"View","props":{"style":{"flex":1}},"children":[{"type":"Text","props":{"style":[{"flex":1,"fontSize":14,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#0d0e12"}]},"children":["!","test4mobilePrivate"]},{"type":"Text","props":{"style":[{"flex":1,"fontSize":12,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Private"]}]},{"type":"View","props":{"accessible":true,"accessibilityLabel":"Use","accessibilityState":{"disabled":false},"accessibilityValue":{},"style":{"paddingHorizontal":14,"justifyContent":"center","height":28,"borderRadius":4,"marginBottom":12,"backgroundColor":"#f3f4f5","width":56,"marginLeft":8,"opacity":1},"focusable":true,"collapsable":false},"children":[{"type":"Text","props":{"style":[{"textAlign":"center","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#0d0e12","fontSize":12},null]},"children":["Use"]}]}]},{"type":"Text","props":{"ellipsizeMode":"tail","numberOfLines":2,"style":[{"marginTop":8,"fontSize":14,"paddingTop":0,"paddingBottom":0,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["“","test for mobile private","”"]},{"type":"View","props":{"style":{"flexDirection":"row","overflow":"hidden"}},"children":[{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["HQ"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Closed"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["HQ"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Problem in Product Y"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["HQ"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Closed"]}]},{"type":"View","props":{"style":[{"borderRadius":4,"marginRight":4,"marginTop":8,"height":16},{"backgroundColor":"#E6E6E7"}]},"children":[{"type":"Text","props":{"style":[{"fontSize":12,"paddingTop":0,"paddingBottom":0,"paddingHorizontal":4,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#6C727A"}]},"children":["Problem in Product Y"]}]}]}]}]"`; diff --git a/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.stories.storyshot b/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.stories.storyshot deleted file mode 100644 index 88623f93c..000000000 --- a/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots SwitchItem Switch 1`] = `"{"type":"View","props":{"style":{"flex":1,"alignItems":"flex-start","padding":16}},"children":[{"type":"View","props":{"style":[{"minHeight":54,"alignItems":"center","justifyContent":"space-between","flexDirection":"row","maxHeight":80,"marginBottom":12},{"backgroundColor":"#ffffff"}]},"children":[{"type":"View","props":{"style":{"flex":1,"marginRight":8}},"children":[{"type":"Text","props":{"style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"500"},{"color":"#0d0e12"}]},"children":["[missing \\"en.Onboarding_title\\" translation]"]},{"type":"Text","props":{"testID":"create-channel-switch-id-hint","style":[{"fontSize":14,"textAlign":"left","backgroundColor":"transparent","fontFamily":"Inter","fontWeight":"400"},{"color":"#9ca2a8"}]},"children":["Only authorized users can write new messages"]}]},{"type":"RCTSwitch","props":{"testID":"create-channel-switch-id","disabled":false,"onTintColor":"#2de0a5","style":{"height":31,"width":51},"tintColor":"#f5455c","value":false,"accessibilityRole":"switch"},"children":null}]}]}"`;