@hero-design/rn 8.43.1 → 8.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +10 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +366 -359
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +366 -359
  7. package/package.json +1 -1
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -452
  9. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
  10. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +790 -706
  11. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -652
  12. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +170 -142
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -82
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -689
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +157 -73
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -189
  17. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
  18. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
  19. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -278
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -233
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -120
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -810
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -140
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1666 -1218
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +70 -42
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1623 -727
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -415
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
  33. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -430
  34. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +196 -84
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
  36. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1720 -1636
  37. package/src/components/Carousel/__tests__/index.spec.tsx +7 -6
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +400 -176
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -406
  40. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1170 -834
  41. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
  42. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +421 -337
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +586 -502
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +200 -172
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +192 -164
  48. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +471 -443
  49. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
  50. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
  51. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -243
  52. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
  53. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  54. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +845 -789
  55. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
  56. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +197 -113
  57. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +290 -206
  58. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
  59. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  60. package/src/components/Icon/IconList.ts +2 -0
  61. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
  62. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
  63. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -186
  64. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +761 -649
  65. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +268 -156
  66. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +473 -221
  67. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +60 -8
  68. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +83 -55
  69. package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
  70. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
  71. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
  72. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
  73. package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
  74. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
  75. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
  76. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -132
  77. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +256 -228
  78. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -780
  79. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
  80. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
  81. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
  82. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +406 -378
  83. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -36
  84. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +371 -315
  85. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
  86. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
  87. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -65
  88. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2402 -2290
  89. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +180 -24
  90. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
  91. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -45
  92. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2309 -2197
  93. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +150 -20
  94. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
  95. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
  96. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
  97. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
  98. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
  99. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  100. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -126
  101. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
  102. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
  103. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +145 -117
  104. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
  105. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -76
  106. package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
  107. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
  108. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2214 -2130
  109. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -495
  110. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
  111. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1637 -1553
  112. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
  113. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +1542 -646
  114. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3177 -2701
  115. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +390 -334
  116. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +662 -606
  117. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -675
  118. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
  119. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -498
  120. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -459
  121. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
  122. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
  123. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
  124. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
  125. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
  126. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
  127. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
  128. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
  129. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
  130. package/src/testHelpers/renderWithTheme.tsx +2 -2
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
@@ -1,2629 +1,2713 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
4
- <RNCSafeAreaProvider
5
- onInsetsChange={[Function]}
4
+ <View
6
5
  style={
7
- [
8
- {
9
- "flex": 1,
10
- },
11
- undefined,
12
- ]
6
+ {
7
+ "flex": 1,
8
+ }
13
9
  }
14
10
  >
15
- <View
16
- accessibilityState={
17
- {
18
- "busy": undefined,
19
- "checked": undefined,
20
- "disabled": undefined,
21
- "expanded": undefined,
22
- "selected": undefined,
23
- }
24
- }
25
- accessibilityValue={
26
- {
27
- "max": undefined,
28
- "min": undefined,
29
- "now": undefined,
30
- "text": undefined,
31
- }
32
- }
33
- accessible={true}
34
- collapsable={false}
35
- focusable={true}
36
- onClick={[Function]}
37
- onResponderGrant={[Function]}
38
- onResponderMove={[Function]}
39
- onResponderRelease={[Function]}
40
- onResponderTerminate={[Function]}
41
- onResponderTerminationRequest={[Function]}
42
- onStartShouldSetResponder={[Function]}
11
+ <RNCSafeAreaProvider
12
+ onInsetsChange={[Function]}
43
13
  style={
44
- {
45
- "alignItems": "center",
46
- "backgroundColor": "#ffffff",
47
- "borderRadius": 8,
48
- "flexDirection": "row",
49
- "justifyContent": "center",
50
- "opacity": 1,
51
- "padding": 8,
52
- "width": "100%",
53
- }
14
+ [
15
+ {
16
+ "flex": 1,
17
+ },
18
+ undefined,
19
+ ]
54
20
  }
55
21
  >
56
22
  <View
23
+ accessibilityState={
24
+ {
25
+ "busy": undefined,
26
+ "checked": undefined,
27
+ "disabled": undefined,
28
+ "expanded": undefined,
29
+ "selected": undefined,
30
+ }
31
+ }
32
+ accessibilityValue={
33
+ {
34
+ "max": undefined,
35
+ "min": undefined,
36
+ "now": undefined,
37
+ "text": undefined,
38
+ }
39
+ }
40
+ accessible={true}
41
+ collapsable={false}
42
+ focusable={true}
43
+ onClick={[Function]}
44
+ onResponderGrant={[Function]}
45
+ onResponderMove={[Function]}
46
+ onResponderRelease={[Function]}
47
+ onResponderTerminate={[Function]}
48
+ onResponderTerminationRequest={[Function]}
49
+ onStartShouldSetResponder={[Function]}
57
50
  style={
58
- [
59
- {
60
- "paddingRight": 12,
61
- },
62
- undefined,
63
- ]
51
+ {
52
+ "alignItems": "center",
53
+ "backgroundColor": "#ffffff",
54
+ "borderRadius": 8,
55
+ "flexDirection": "row",
56
+ "justifyContent": "center",
57
+ "opacity": 1,
58
+ "padding": 8,
59
+ "width": "100%",
60
+ }
64
61
  }
65
62
  >
66
- <HeroIcon
67
- name="sync"
63
+ <View
68
64
  style={
69
65
  [
70
66
  {
71
- "color": "#001f23",
72
- "fontSize": 24,
67
+ "paddingRight": 12,
73
68
  },
74
69
  undefined,
75
70
  ]
76
71
  }
77
- testID="undefined-icon"
78
- themeIntent="text"
79
- themeSize="medium"
80
- />
81
- </View>
82
- <Text
83
- allowFontScaling={false}
84
- style={
85
- [
86
- {
87
- "color": "#001f23",
88
- "fontFamily": "BeVietnamPro-Regular",
89
- "fontSize": 16,
90
- "letterSpacing": 0.48,
91
- "lineHeight": 24,
92
- },
72
+ >
73
+ <HeroIcon
74
+ name="sync"
75
+ style={
76
+ [
77
+ {
78
+ "color": "#001f23",
79
+ "fontSize": 24,
80
+ },
81
+ undefined,
82
+ ]
83
+ }
84
+ testID="undefined-icon"
85
+ themeIntent="text"
86
+ themeSize="medium"
87
+ />
88
+ </View>
89
+ <Text
90
+ allowFontScaling={false}
91
+ style={
93
92
  [
94
93
  {
95
- "flexShrink": 1,
96
- "textAlign": "center",
94
+ "color": "#001f23",
95
+ "fontFamily": "BeVietnamPro-Regular",
96
+ "fontSize": 16,
97
+ "letterSpacing": 0.48,
98
+ "lineHeight": 24,
97
99
  },
98
- undefined,
99
- ],
100
- ]
101
- }
102
- themeIntent="body"
103
- themeTypeface="neutral"
104
- themeVariant="regular"
105
- >
106
- Move to Work
107
- </Text>
108
- </View>
109
- <View
110
- style={
111
- [
112
- {
113
- "flex": 1,
114
- "overflow": "hidden",
115
- },
116
- undefined,
117
- ]
118
- }
119
- >
100
+ [
101
+ {
102
+ "flexShrink": 1,
103
+ "textAlign": "center",
104
+ },
105
+ undefined,
106
+ ],
107
+ ]
108
+ }
109
+ themeIntent="body"
110
+ themeTypeface="neutral"
111
+ themeVariant="regular"
112
+ >
113
+ Move to Work
114
+ </Text>
115
+ </View>
120
116
  <View
121
117
  style={
122
118
  [
123
119
  {
124
- "borderBottomColor": "#e8e9ea",
125
- "borderBottomWidth": 1,
126
- "paddingHorizontal": 0,
120
+ "flex": 1,
121
+ "overflow": "hidden",
127
122
  },
128
123
  undefined,
129
124
  ]
130
125
  }
131
- themeInsets={
132
- {
133
- "bottom": 0,
134
- "left": 0,
135
- "right": 0,
136
- "top": 0,
137
- }
138
- }
139
126
  >
140
- <RCTScrollView
141
- contentContainerStyle={
142
- {
143
- "paddingHorizontal": 8,
144
- }
145
- }
146
- data={
127
+ <View
128
+ style={
147
129
  [
148
130
  {
149
- "activeItem": "Work",
150
- "component": <CustomScreen
151
- title="Work Screen"
152
- />,
153
- "key": "work",
154
- },
155
- {
156
- "activeItem": "speaker",
157
- "component": <CustomScreen
158
- title="Personal Screen"
159
- />,
160
- "inactiveItem": "speaker-outlined",
161
- "key": "personal",
162
- },
163
- {
164
- "activeItem": "home",
165
- "badge": {
166
- "type": "status",
167
- },
168
- "component": <CustomScreen
169
- title="Home Screen"
170
- />,
171
- "inactiveItem": "home-outlined",
172
- "key": "home",
173
- },
174
- {
175
- "activeItem": "calendar",
176
- "badge": {
177
- "type": "counter",
178
- "value": 50,
179
- },
180
- "component": <CustomScreen
181
- title="Calendar Screen"
182
- />,
183
- "inactiveItem": "calendar-dates-outlined",
184
- "key": "calendar",
131
+ "borderBottomColor": "#e8e9ea",
132
+ "borderBottomWidth": 1,
133
+ "paddingHorizontal": 0,
185
134
  },
135
+ undefined,
186
136
  ]
187
137
  }
188
- getItem={[Function]}
189
- getItemCount={[Function]}
190
- horizontal={true}
191
- keyExtractor={[Function]}
192
- onContentSizeChange={[Function]}
193
- onLayout={[Function]}
194
- onMomentumScrollBegin={[Function]}
195
- onMomentumScrollEnd={[Function]}
196
- onScroll={[Function]}
197
- onScrollBeginDrag={[Function]}
198
- onScrollEndDrag={[Function]}
199
- onScrollToIndexFailed={[Function]}
200
- removeClippedSubviews={false}
201
- renderItem={[Function]}
202
- scrollEventThrottle={50}
203
- showsHorizontalScrollIndicator={false}
204
- stickyHeaderIndices={[]}
205
- viewabilityConfigCallbackPairs={[]}
138
+ themeInsets={
139
+ {
140
+ "bottom": 0,
141
+ "left": 0,
142
+ "right": 0,
143
+ "top": 0,
144
+ }
145
+ }
206
146
  >
207
- <View>
208
- <View
209
- onFocusCapture={[Function]}
210
- onLayout={[Function]}
211
- style={
212
- [
213
- {
214
- "flexDirection": "row",
215
- },
216
- null,
217
- ]
147
+ <RCTScrollView
148
+ contentContainerStyle={
149
+ {
150
+ "paddingHorizontal": 8,
218
151
  }
219
- >
152
+ }
153
+ data={
154
+ [
155
+ {
156
+ "activeItem": "Work",
157
+ "component": <CustomScreen
158
+ title="Work Screen"
159
+ />,
160
+ "key": "work",
161
+ },
162
+ {
163
+ "activeItem": "speaker",
164
+ "component": <CustomScreen
165
+ title="Personal Screen"
166
+ />,
167
+ "inactiveItem": "speaker-outlined",
168
+ "key": "personal",
169
+ },
170
+ {
171
+ "activeItem": "home",
172
+ "badge": {
173
+ "type": "status",
174
+ },
175
+ "component": <CustomScreen
176
+ title="Home Screen"
177
+ />,
178
+ "inactiveItem": "home-outlined",
179
+ "key": "home",
180
+ },
181
+ {
182
+ "activeItem": "calendar",
183
+ "badge": {
184
+ "type": "counter",
185
+ "value": 50,
186
+ },
187
+ "component": <CustomScreen
188
+ title="Calendar Screen"
189
+ />,
190
+ "inactiveItem": "calendar-dates-outlined",
191
+ "key": "calendar",
192
+ },
193
+ ]
194
+ }
195
+ getItem={[Function]}
196
+ getItemCount={[Function]}
197
+ horizontal={true}
198
+ keyExtractor={[Function]}
199
+ onContentSizeChange={[Function]}
200
+ onLayout={[Function]}
201
+ onMomentumScrollBegin={[Function]}
202
+ onMomentumScrollEnd={[Function]}
203
+ onScroll={[Function]}
204
+ onScrollBeginDrag={[Function]}
205
+ onScrollEndDrag={[Function]}
206
+ onScrollToIndexFailed={[Function]}
207
+ removeClippedSubviews={false}
208
+ renderItem={[Function]}
209
+ scrollEventThrottle={50}
210
+ showsHorizontalScrollIndicator={false}
211
+ stickyHeaderIndices={[]}
212
+ viewabilityConfigCallbackPairs={[]}
213
+ >
214
+ <View>
220
215
  <View
221
- accessibilityState={
222
- {
223
- "busy": undefined,
224
- "checked": undefined,
225
- "disabled": undefined,
226
- "expanded": undefined,
227
- "selected": undefined,
228
- }
229
- }
230
- accessible={true}
231
- collapsable={false}
232
- focusable={true}
233
- isFirstItem={true}
234
- onClick={[Function]}
235
- onResponderGrant={[Function]}
236
- onResponderMove={[Function]}
237
- onResponderRelease={[Function]}
238
- onResponderTerminate={[Function]}
239
- onResponderTerminationRequest={[Function]}
240
- onStartShouldSetResponder={[Function]}
216
+ onFocusCapture={[Function]}
217
+ onLayout={[Function]}
241
218
  style={
242
- {
243
- "marginLeft": 0,
244
- "paddingVertical": 8,
245
- }
219
+ [
220
+ {
221
+ "flexDirection": "row",
222
+ },
223
+ null,
224
+ ]
246
225
  }
247
226
  >
248
227
  <View
228
+ accessibilityState={
229
+ {
230
+ "busy": undefined,
231
+ "checked": undefined,
232
+ "disabled": undefined,
233
+ "expanded": undefined,
234
+ "selected": undefined,
235
+ }
236
+ }
237
+ accessible={true}
238
+ collapsable={false}
239
+ focusable={true}
240
+ isFirstItem={true}
241
+ onClick={[Function]}
242
+ onResponderGrant={[Function]}
243
+ onResponderMove={[Function]}
244
+ onResponderRelease={[Function]}
245
+ onResponderTerminate={[Function]}
246
+ onResponderTerminationRequest={[Function]}
247
+ onStartShouldSetResponder={[Function]}
249
248
  style={
250
- [
251
- {
252
- "bottom": 0,
253
- "left": 0,
254
- "paddingVertical": 8,
255
- "position": "absolute",
256
- "right": 0,
257
- "top": 0,
258
- },
259
- undefined,
260
- ]
249
+ {
250
+ "marginLeft": 0,
251
+ "paddingVertical": 8,
252
+ }
261
253
  }
262
254
  >
263
255
  <View
264
- collapsable={false}
265
256
  style={
266
- {
267
- "backgroundColor": "#ccd2d3",
268
- "borderRadius": 16,
269
- "flex": 1,
270
- "transform": [
271
- {
272
- "scaleX": 1,
273
- },
274
- ],
275
- }
257
+ [
258
+ {
259
+ "bottom": 0,
260
+ "left": 0,
261
+ "paddingVertical": 8,
262
+ "position": "absolute",
263
+ "right": 0,
264
+ "top": 0,
265
+ },
266
+ undefined,
267
+ ]
276
268
  }
277
- themeActive={true}
278
- />
279
- </View>
280
- <View
281
- style={
282
- [
283
- {
284
- "paddingHorizontal": 8,
285
- "paddingVertical": 4,
286
- },
287
- undefined,
288
- ]
289
- }
290
- >
291
- <View>
292
- <Text
293
- allowFontScaling={false}
294
- numberOfLines={1}
269
+ >
270
+ <View
271
+ collapsable={false}
295
272
  style={
296
- [
297
- {
298
- "color": "#001f23",
299
- "fontFamily": "BeVietnamPro-SemiBold",
300
- "fontSize": 16,
301
- "letterSpacing": 0.24,
302
- "lineHeight": 24,
303
- },
304
- {
305
- "color": "#001f23",
306
- },
307
- ]
273
+ {
274
+ "backgroundColor": "#ccd2d3",
275
+ "borderRadius": 16,
276
+ "flex": 1,
277
+ "transform": [
278
+ {
279
+ "scaleX": 1,
280
+ },
281
+ ],
282
+ }
308
283
  }
309
- themeIntent="body"
310
- themeTypeface="neutral"
311
- themeVariant="regular-bold"
312
- >
313
- Work
314
- </Text>
284
+ themeActive={true}
285
+ />
315
286
  </View>
316
- </View>
317
- </View>
318
- </View>
319
- <View
320
- onFocusCapture={[Function]}
321
- onLayout={[Function]}
322
- style={
323
- [
324
- {
325
- "flexDirection": "row",
326
- },
327
- null,
328
- ]
329
- }
330
- >
331
- <View
332
- accessibilityState={
333
- {
334
- "busy": undefined,
335
- "checked": undefined,
336
- "disabled": undefined,
337
- "expanded": undefined,
338
- "selected": undefined,
339
- }
340
- }
341
- accessible={true}
342
- collapsable={false}
343
- focusable={true}
344
- isFirstItem={false}
345
- onClick={[Function]}
346
- onResponderGrant={[Function]}
347
- onResponderMove={[Function]}
348
- onResponderRelease={[Function]}
349
- onResponderTerminate={[Function]}
350
- onResponderTerminationRequest={[Function]}
351
- onStartShouldSetResponder={[Function]}
352
- style={
353
- {
354
- "marginLeft": 12,
355
- "paddingVertical": 8,
356
- }
357
- }
358
- >
359
- <View
360
- style={
361
- [
362
- {
363
- "bottom": 0,
364
- "left": 0,
365
- "paddingVertical": 8,
366
- "position": "absolute",
367
- "right": 0,
368
- "top": 0,
369
- },
370
- undefined,
371
- ]
372
- }
373
- >
374
287
  <View
375
- collapsable={false}
376
288
  style={
377
- {
378
- "backgroundColor": undefined,
379
- "borderRadius": 16,
380
- "flex": 1,
381
- "transform": [
382
- {
383
- "scaleX": 0,
384
- },
385
- ],
386
- }
289
+ [
290
+ {
291
+ "paddingHorizontal": 8,
292
+ "paddingVertical": 4,
293
+ },
294
+ undefined,
295
+ ]
387
296
  }
388
- themeActive={false}
389
- />
390
- </View>
391
- <View
392
- style={
393
- [
394
- {
395
- "paddingHorizontal": 8,
396
- "paddingVertical": 4,
397
- },
398
- undefined,
399
- ]
400
- }
401
- >
402
- <View>
403
- <HeroIcon
404
- name="speaker-outlined"
405
- style={
406
- [
407
- {
408
- "color": "#001f23",
409
- "fontSize": 20,
410
- },
411
- {
412
- "color": "#001f23",
413
- },
414
- ]
415
- }
416
- testID="hero-icon-speaker-outlined"
417
- themeIntent="text"
418
- themeSize="small"
419
- />
297
+ >
298
+ <View>
299
+ <Text
300
+ allowFontScaling={false}
301
+ numberOfLines={1}
302
+ style={
303
+ [
304
+ {
305
+ "color": "#001f23",
306
+ "fontFamily": "BeVietnamPro-SemiBold",
307
+ "fontSize": 16,
308
+ "letterSpacing": 0.24,
309
+ "lineHeight": 24,
310
+ },
311
+ {
312
+ "color": "#001f23",
313
+ },
314
+ ]
315
+ }
316
+ themeIntent="body"
317
+ themeTypeface="neutral"
318
+ themeVariant="regular-bold"
319
+ >
320
+ Work
321
+ </Text>
322
+ </View>
420
323
  </View>
421
324
  </View>
422
325
  </View>
423
- </View>
424
- <View
425
- onFocusCapture={[Function]}
426
- onLayout={[Function]}
427
- style={
428
- [
429
- {
430
- "flexDirection": "row",
431
- },
432
- null,
433
- ]
434
- }
435
- >
436
326
  <View
437
- accessibilityState={
438
- {
439
- "busy": undefined,
440
- "checked": undefined,
441
- "disabled": undefined,
442
- "expanded": undefined,
443
- "selected": undefined,
444
- }
445
- }
446
- accessible={true}
447
- collapsable={false}
448
- focusable={true}
449
- isFirstItem={false}
450
- onClick={[Function]}
451
- onResponderGrant={[Function]}
452
- onResponderMove={[Function]}
453
- onResponderRelease={[Function]}
454
- onResponderTerminate={[Function]}
455
- onResponderTerminationRequest={[Function]}
456
- onStartShouldSetResponder={[Function]}
327
+ onFocusCapture={[Function]}
328
+ onLayout={[Function]}
457
329
  style={
458
- {
459
- "marginLeft": 12,
460
- "paddingVertical": 8,
461
- }
330
+ [
331
+ {
332
+ "flexDirection": "row",
333
+ },
334
+ null,
335
+ ]
462
336
  }
463
337
  >
464
338
  <View
465
- style={
466
- [
467
- {
468
- "bottom": 0,
469
- "left": 0,
470
- "paddingVertical": 8,
471
- "position": "absolute",
472
- "right": 0,
473
- "top": 0,
474
- },
475
- undefined,
476
- ]
477
- }
478
- >
479
- <View
480
- collapsable={false}
481
- style={
482
- {
483
- "backgroundColor": undefined,
484
- "borderRadius": 16,
485
- "flex": 1,
486
- "transform": [
487
- {
488
- "scaleX": 0,
489
- },
490
- ],
491
- }
339
+ accessibilityState={
340
+ {
341
+ "busy": undefined,
342
+ "checked": undefined,
343
+ "disabled": undefined,
344
+ "expanded": undefined,
345
+ "selected": undefined,
492
346
  }
493
- themeActive={false}
494
- />
495
- </View>
496
- <View
347
+ }
348
+ accessible={true}
349
+ collapsable={false}
350
+ focusable={true}
351
+ isFirstItem={false}
352
+ onClick={[Function]}
353
+ onResponderGrant={[Function]}
354
+ onResponderMove={[Function]}
355
+ onResponderRelease={[Function]}
356
+ onResponderTerminate={[Function]}
357
+ onResponderTerminationRequest={[Function]}
358
+ onStartShouldSetResponder={[Function]}
497
359
  style={
498
- [
499
- {
500
- "paddingHorizontal": 8,
501
- "paddingVertical": 4,
502
- },
503
- undefined,
504
- ]
360
+ {
361
+ "marginLeft": 12,
362
+ "paddingVertical": 8,
363
+ }
505
364
  }
506
365
  >
507
366
  <View
508
367
  style={
509
- {
510
- "paddingHorizontal": 4,
511
- }
368
+ [
369
+ {
370
+ "bottom": 0,
371
+ "left": 0,
372
+ "paddingVertical": 8,
373
+ "position": "absolute",
374
+ "right": 0,
375
+ "top": 0,
376
+ },
377
+ undefined,
378
+ ]
512
379
  }
513
380
  >
514
- <HeroIcon
515
- name="home-outlined"
516
- style={
517
- [
518
- {
519
- "color": "#001f23",
520
- "fontSize": 20,
521
- },
522
- {
523
- "color": "#001f23",
524
- },
525
- ]
526
- }
527
- testID="hero-icon-home-outlined"
528
- themeIntent="text"
529
- themeSize="small"
530
- />
531
- <View
532
- collapsable={false}
381
+ <View
382
+ collapsable={false}
533
383
  style={
534
384
  {
535
- "backgroundColor": "#cb300a",
536
- "borderRadius": 999,
537
- "height": 8,
538
- "opacity": 1,
539
- "position": "absolute",
540
- "right": -2,
541
- "top": -2,
385
+ "backgroundColor": undefined,
386
+ "borderRadius": 16,
387
+ "flex": 1,
542
388
  "transform": [
543
389
  {
544
- "scale": 1,
390
+ "scaleX": 0,
545
391
  },
546
392
  ],
547
- "width": 8,
548
393
  }
549
394
  }
550
- themeIntent="danger"
395
+ themeActive={false}
551
396
  />
552
397
  </View>
398
+ <View
399
+ style={
400
+ [
401
+ {
402
+ "paddingHorizontal": 8,
403
+ "paddingVertical": 4,
404
+ },
405
+ undefined,
406
+ ]
407
+ }
408
+ >
409
+ <View>
410
+ <HeroIcon
411
+ name="speaker-outlined"
412
+ style={
413
+ [
414
+ {
415
+ "color": "#001f23",
416
+ "fontSize": 20,
417
+ },
418
+ {
419
+ "color": "#001f23",
420
+ },
421
+ ]
422
+ }
423
+ testID="hero-icon-speaker-outlined"
424
+ themeIntent="text"
425
+ themeSize="small"
426
+ />
427
+ </View>
428
+ </View>
553
429
  </View>
554
430
  </View>
555
- </View>
556
- <View
557
- onFocusCapture={[Function]}
558
- onLayout={[Function]}
559
- style={
560
- [
561
- {
562
- "flexDirection": "row",
563
- },
564
- null,
565
- ]
566
- }
567
- >
568
431
  <View
569
- accessibilityState={
570
- {
571
- "busy": undefined,
572
- "checked": undefined,
573
- "disabled": undefined,
574
- "expanded": undefined,
575
- "selected": undefined,
576
- }
577
- }
578
- accessible={true}
579
- collapsable={false}
580
- focusable={true}
581
- isFirstItem={false}
582
- onClick={[Function]}
583
- onResponderGrant={[Function]}
584
- onResponderMove={[Function]}
585
- onResponderRelease={[Function]}
586
- onResponderTerminate={[Function]}
587
- onResponderTerminationRequest={[Function]}
588
- onStartShouldSetResponder={[Function]}
432
+ onFocusCapture={[Function]}
433
+ onLayout={[Function]}
589
434
  style={
590
- {
591
- "marginLeft": 12,
592
- "paddingVertical": 8,
593
- }
435
+ [
436
+ {
437
+ "flexDirection": "row",
438
+ },
439
+ null,
440
+ ]
594
441
  }
595
442
  >
596
443
  <View
444
+ accessibilityState={
445
+ {
446
+ "busy": undefined,
447
+ "checked": undefined,
448
+ "disabled": undefined,
449
+ "expanded": undefined,
450
+ "selected": undefined,
451
+ }
452
+ }
453
+ accessible={true}
454
+ collapsable={false}
455
+ focusable={true}
456
+ isFirstItem={false}
457
+ onClick={[Function]}
458
+ onResponderGrant={[Function]}
459
+ onResponderMove={[Function]}
460
+ onResponderRelease={[Function]}
461
+ onResponderTerminate={[Function]}
462
+ onResponderTerminationRequest={[Function]}
463
+ onStartShouldSetResponder={[Function]}
597
464
  style={
598
- [
599
- {
600
- "bottom": 0,
601
- "left": 0,
602
- "paddingVertical": 8,
603
- "position": "absolute",
604
- "right": 0,
605
- "top": 0,
606
- },
607
- undefined,
608
- ]
465
+ {
466
+ "marginLeft": 12,
467
+ "paddingVertical": 8,
468
+ }
609
469
  }
610
470
  >
611
471
  <View
612
- collapsable={false}
613
472
  style={
614
- {
615
- "backgroundColor": undefined,
616
- "borderRadius": 16,
617
- "flex": 1,
618
- "transform": [
619
- {
620
- "scaleX": 0,
621
- },
622
- ],
473
+ [
474
+ {
475
+ "bottom": 0,
476
+ "left": 0,
477
+ "paddingVertical": 8,
478
+ "position": "absolute",
479
+ "right": 0,
480
+ "top": 0,
481
+ },
482
+ undefined,
483
+ ]
484
+ }
485
+ >
486
+ <View
487
+ collapsable={false}
488
+ style={
489
+ {
490
+ "backgroundColor": undefined,
491
+ "borderRadius": 16,
492
+ "flex": 1,
493
+ "transform": [
494
+ {
495
+ "scaleX": 0,
496
+ },
497
+ ],
498
+ }
623
499
  }
500
+ themeActive={false}
501
+ />
502
+ </View>
503
+ <View
504
+ style={
505
+ [
506
+ {
507
+ "paddingHorizontal": 8,
508
+ "paddingVertical": 4,
509
+ },
510
+ undefined,
511
+ ]
624
512
  }
625
- themeActive={false}
626
- />
513
+ >
514
+ <View
515
+ style={
516
+ {
517
+ "paddingHorizontal": 4,
518
+ }
519
+ }
520
+ >
521
+ <HeroIcon
522
+ name="home-outlined"
523
+ style={
524
+ [
525
+ {
526
+ "color": "#001f23",
527
+ "fontSize": 20,
528
+ },
529
+ {
530
+ "color": "#001f23",
531
+ },
532
+ ]
533
+ }
534
+ testID="hero-icon-home-outlined"
535
+ themeIntent="text"
536
+ themeSize="small"
537
+ />
538
+ <View
539
+ collapsable={false}
540
+ style={
541
+ {
542
+ "backgroundColor": "#cb300a",
543
+ "borderRadius": 999,
544
+ "height": 8,
545
+ "opacity": 1,
546
+ "position": "absolute",
547
+ "right": -2,
548
+ "top": -2,
549
+ "transform": [
550
+ {
551
+ "scale": 1,
552
+ },
553
+ ],
554
+ "width": 8,
555
+ }
556
+ }
557
+ themeIntent="danger"
558
+ />
559
+ </View>
560
+ </View>
627
561
  </View>
562
+ </View>
563
+ <View
564
+ onFocusCapture={[Function]}
565
+ onLayout={[Function]}
566
+ style={
567
+ [
568
+ {
569
+ "flexDirection": "row",
570
+ },
571
+ null,
572
+ ]
573
+ }
574
+ >
628
575
  <View
576
+ accessibilityState={
577
+ {
578
+ "busy": undefined,
579
+ "checked": undefined,
580
+ "disabled": undefined,
581
+ "expanded": undefined,
582
+ "selected": undefined,
583
+ }
584
+ }
585
+ accessible={true}
586
+ collapsable={false}
587
+ focusable={true}
588
+ isFirstItem={false}
589
+ onClick={[Function]}
590
+ onResponderGrant={[Function]}
591
+ onResponderMove={[Function]}
592
+ onResponderRelease={[Function]}
593
+ onResponderTerminate={[Function]}
594
+ onResponderTerminationRequest={[Function]}
595
+ onStartShouldSetResponder={[Function]}
629
596
  style={
630
- [
631
- {
632
- "paddingHorizontal": 8,
633
- "paddingVertical": 4,
634
- },
635
- undefined,
636
- ]
597
+ {
598
+ "marginLeft": 12,
599
+ "paddingVertical": 8,
600
+ }
637
601
  }
638
602
  >
639
603
  <View
640
604
  style={
641
605
  [
642
606
  {
643
- "alignItems": "center",
644
- "flexDirection": "row",
607
+ "bottom": 0,
608
+ "left": 0,
609
+ "paddingVertical": 8,
610
+ "position": "absolute",
611
+ "right": 0,
612
+ "top": 0,
645
613
  },
646
614
  undefined,
647
615
  ]
648
616
  }
649
617
  >
650
- <HeroIcon
651
- name="calendar-dates-outlined"
652
- style={
653
- [
654
- {
655
- "color": "#001f23",
656
- "fontSize": 20,
657
- },
658
- {
659
- "color": "#001f23",
660
- },
661
- ]
662
- }
663
- testID="hero-icon-calendar-dates-outlined"
664
- themeIntent="text"
665
- themeSize="small"
666
- />
667
618
  <View
668
619
  collapsable={false}
669
620
  style={
670
621
  {
671
- "alignItems": "center",
672
- "backgroundColor": "#355bfb",
673
- "borderRadius": 999,
674
- "height": 20,
675
- "justifyContent": "center",
676
- "marginLeft": 4,
677
- "minWidth": 20,
678
- "opacity": 1,
679
- "paddingHorizontal": 8,
622
+ "backgroundColor": undefined,
623
+ "borderRadius": 16,
624
+ "flex": 1,
680
625
  "transform": [
681
626
  {
682
- "scale": 1,
627
+ "scaleX": 0,
683
628
  },
684
629
  ],
685
630
  }
686
631
  }
687
- themeIntent="info"
688
- themePadding="wideContent"
632
+ themeActive={false}
633
+ />
634
+ </View>
635
+ <View
636
+ style={
637
+ [
638
+ {
639
+ "paddingHorizontal": 8,
640
+ "paddingVertical": 4,
641
+ },
642
+ undefined,
643
+ ]
644
+ }
645
+ >
646
+ <View
647
+ style={
648
+ [
649
+ {
650
+ "alignItems": "center",
651
+ "flexDirection": "row",
652
+ },
653
+ undefined,
654
+ ]
655
+ }
689
656
  >
690
- <Text
691
- allowFontScaling={false}
657
+ <HeroIcon
658
+ name="calendar-dates-outlined"
692
659
  style={
693
660
  [
694
661
  {
695
662
  "color": "#001f23",
696
- "fontFamily": "BeVietnamPro-Regular",
697
- "fontSize": 12,
698
- "letterSpacing": 0.48,
699
- "lineHeight": 16,
663
+ "fontSize": 20,
700
664
  },
701
- [
665
+ {
666
+ "color": "#001f23",
667
+ },
668
+ ]
669
+ }
670
+ testID="hero-icon-calendar-dates-outlined"
671
+ themeIntent="text"
672
+ themeSize="small"
673
+ />
674
+ <View
675
+ collapsable={false}
676
+ style={
677
+ {
678
+ "alignItems": "center",
679
+ "backgroundColor": "#355bfb",
680
+ "borderRadius": 999,
681
+ "height": 20,
682
+ "justifyContent": "center",
683
+ "marginLeft": 4,
684
+ "minWidth": 20,
685
+ "opacity": 1,
686
+ "paddingHorizontal": 8,
687
+ "transform": [
702
688
  {
703
- "color": "#ffffff",
704
- "includeFontPadding": false,
705
- "textAlign": "center",
706
- "textAlignVertical": "center",
689
+ "scale": 1,
707
690
  },
708
- undefined,
709
691
  ],
710
- ]
692
+ }
711
693
  }
712
- themeFontWeight="regular"
713
- themeIntent="body"
694
+ themeIntent="info"
695
+ themePadding="wideContent"
714
696
  >
715
- 50
716
- </Text>
697
+ <Text
698
+ allowFontScaling={false}
699
+ style={
700
+ [
701
+ {
702
+ "color": "#001f23",
703
+ "fontFamily": "BeVietnamPro-Regular",
704
+ "fontSize": 12,
705
+ "letterSpacing": 0.48,
706
+ "lineHeight": 16,
707
+ },
708
+ [
709
+ {
710
+ "color": "#ffffff",
711
+ "includeFontPadding": false,
712
+ "textAlign": "center",
713
+ "textAlignVertical": "center",
714
+ },
715
+ undefined,
716
+ ],
717
+ ]
718
+ }
719
+ themeFontWeight="regular"
720
+ themeIntent="body"
721
+ >
722
+ 50
723
+ </Text>
724
+ </View>
717
725
  </View>
718
726
  </View>
719
727
  </View>
720
728
  </View>
721
729
  </View>
722
- </View>
723
- </RCTScrollView>
724
- </View>
725
- <RNCViewPager
726
- layoutDirection="ltr"
727
- onMoveShouldSetResponderCapture={[Function]}
728
- onPageScroll={[Function]}
729
- onPageScrollStateChanged={[Function]}
730
- onPageSelected={[Function]}
731
- >
732
- <View
733
- collapsable={false}
734
- style={
735
- {
736
- "bottom": 0,
737
- "left": 0,
738
- "position": "absolute",
739
- "right": 0,
740
- "top": 0,
741
- }
742
- }
730
+ </RCTScrollView>
731
+ </View>
732
+ <RNCViewPager
733
+ layoutDirection="ltr"
734
+ onMoveShouldSetResponderCapture={[Function]}
735
+ onPageScroll={[Function]}
736
+ onPageScrollStateChanged={[Function]}
737
+ onPageSelected={[Function]}
743
738
  >
744
739
  <View
745
- accessibilityElementsHidden={false}
746
- importantForAccessibility="auto"
740
+ collapsable={false}
747
741
  style={
748
- [
749
- {
750
- "flex": 1,
751
- },
742
+ {
743
+ "bottom": 0,
744
+ "left": 0,
745
+ "position": "absolute",
746
+ "right": 0,
747
+ "top": 0,
748
+ }
749
+ }
750
+ >
751
+ <View
752
+ accessibilityElementsHidden={false}
753
+ importantForAccessibility="auto"
754
+ style={
752
755
  [
753
756
  {
754
757
  "flex": 1,
755
- "overflow": "hidden",
756
- },
757
- {
758
- "bottom": 0,
759
- "left": 0,
760
- "position": "absolute",
761
- "right": 0,
762
- "top": 0,
763
758
  },
764
- ],
765
- ]
766
- }
767
- >
768
- <Text>
769
- Work Screen
770
-
771
- focused
772
- </Text>
759
+ [
760
+ {
761
+ "flex": 1,
762
+ "overflow": "hidden",
763
+ },
764
+ {
765
+ "bottom": 0,
766
+ "left": 0,
767
+ "position": "absolute",
768
+ "right": 0,
769
+ "top": 0,
770
+ },
771
+ ],
772
+ ]
773
+ }
774
+ >
775
+ <Text>
776
+ Work Screen
777
+
778
+ focused
779
+ </Text>
780
+ </View>
773
781
  </View>
774
- </View>
775
- <View
776
- collapsable={false}
777
- style={
778
- {
779
- "bottom": 0,
780
- "left": 0,
781
- "position": "absolute",
782
- "right": 0,
783
- "top": 0,
784
- }
785
- }
786
- >
787
782
  <View
788
- accessibilityElementsHidden={true}
789
- importantForAccessibility="no-hide-descendants"
783
+ collapsable={false}
790
784
  style={
791
- [
792
- {
793
- "flex": 1,
794
- },
785
+ {
786
+ "bottom": 0,
787
+ "left": 0,
788
+ "position": "absolute",
789
+ "right": 0,
790
+ "top": 0,
791
+ }
792
+ }
793
+ >
794
+ <View
795
+ accessibilityElementsHidden={true}
796
+ importantForAccessibility="no-hide-descendants"
797
+ style={
795
798
  [
796
799
  {
797
800
  "flex": 1,
798
- "overflow": "hidden",
799
801
  },
800
- null,
801
- ],
802
- ]
803
- }
804
- >
805
- <Text>
806
- Personal Screen
807
-
808
- unfocused
809
- </Text>
802
+ [
803
+ {
804
+ "flex": 1,
805
+ "overflow": "hidden",
806
+ },
807
+ null,
808
+ ],
809
+ ]
810
+ }
811
+ >
812
+ <Text>
813
+ Personal Screen
814
+
815
+ unfocused
816
+ </Text>
817
+ </View>
810
818
  </View>
811
- </View>
812
- <View
813
- collapsable={false}
814
- style={
815
- {
816
- "bottom": 0,
817
- "left": 0,
818
- "position": "absolute",
819
- "right": 0,
820
- "top": 0,
821
- }
822
- }
823
- >
824
819
  <View
825
- accessibilityElementsHidden={true}
826
- importantForAccessibility="no-hide-descendants"
820
+ collapsable={false}
827
821
  style={
828
- [
829
- {
830
- "flex": 1,
831
- },
822
+ {
823
+ "bottom": 0,
824
+ "left": 0,
825
+ "position": "absolute",
826
+ "right": 0,
827
+ "top": 0,
828
+ }
829
+ }
830
+ >
831
+ <View
832
+ accessibilityElementsHidden={true}
833
+ importantForAccessibility="no-hide-descendants"
834
+ style={
832
835
  [
833
836
  {
834
837
  "flex": 1,
835
- "overflow": "hidden",
836
838
  },
837
- null,
838
- ],
839
- ]
840
- }
841
- />
842
- </View>
843
- <View
844
- collapsable={false}
845
- style={
846
- {
847
- "bottom": 0,
848
- "left": 0,
849
- "position": "absolute",
850
- "right": 0,
851
- "top": 0,
852
- }
853
- }
854
- >
839
+ [
840
+ {
841
+ "flex": 1,
842
+ "overflow": "hidden",
843
+ },
844
+ null,
845
+ ],
846
+ ]
847
+ }
848
+ />
849
+ </View>
855
850
  <View
856
- accessibilityElementsHidden={true}
857
- importantForAccessibility="no-hide-descendants"
851
+ collapsable={false}
858
852
  style={
859
- [
860
- {
861
- "flex": 1,
862
- },
863
- [
853
+ {
854
+ "bottom": 0,
855
+ "left": 0,
856
+ "position": "absolute",
857
+ "right": 0,
858
+ "top": 0,
859
+ }
860
+ }
861
+ >
862
+ <View
863
+ accessibilityElementsHidden={true}
864
+ importantForAccessibility="no-hide-descendants"
865
+ style={
866
+ [
864
867
  {
865
868
  "flex": 1,
866
- "overflow": "hidden",
867
869
  },
868
- null,
869
- ],
870
- ]
871
- }
872
- />
873
- </View>
874
- </RNCViewPager>
875
- </View>
876
- </RNCSafeAreaProvider>
870
+ [
871
+ {
872
+ "flex": 1,
873
+ "overflow": "hidden",
874
+ },
875
+ null,
876
+ ],
877
+ ]
878
+ }
879
+ />
880
+ </View>
881
+ </RNCViewPager>
882
+ </View>
883
+ </RNCSafeAreaProvider>
884
+ <View
885
+ pointerEvents="box-none"
886
+ position="bottom"
887
+ style={
888
+ [
889
+ {
890
+ "bottom": 0,
891
+ "elevation": 9999,
892
+ "flexDirection": "column-reverse",
893
+ "left": 0,
894
+ "paddingHorizontal": 24,
895
+ "paddingVertical": 16,
896
+ "position": "absolute",
897
+ "right": 0,
898
+ "top": 0,
899
+ },
900
+ undefined,
901
+ ]
902
+ }
903
+ />
904
+ </View>
877
905
  `;
878
906
 
879
907
  exports[`Tabs.Scroll renders correctly 1`] = `
880
- <RNCSafeAreaProvider
881
- onInsetsChange={[Function]}
908
+ <View
882
909
  style={
883
- [
884
- {
885
- "flex": 1,
886
- },
887
- undefined,
888
- ]
910
+ {
911
+ "flex": 1,
912
+ }
889
913
  }
890
914
  >
891
- <View
892
- accessibilityState={
893
- {
894
- "busy": undefined,
895
- "checked": undefined,
896
- "disabled": undefined,
897
- "expanded": undefined,
898
- "selected": undefined,
899
- }
900
- }
901
- accessibilityValue={
902
- {
903
- "max": undefined,
904
- "min": undefined,
905
- "now": undefined,
906
- "text": undefined,
907
- }
908
- }
909
- accessible={true}
910
- collapsable={false}
911
- focusable={true}
912
- onClick={[Function]}
913
- onResponderGrant={[Function]}
914
- onResponderMove={[Function]}
915
- onResponderRelease={[Function]}
916
- onResponderTerminate={[Function]}
917
- onResponderTerminationRequest={[Function]}
918
- onStartShouldSetResponder={[Function]}
915
+ <RNCSafeAreaProvider
916
+ onInsetsChange={[Function]}
919
917
  style={
920
- {
921
- "alignItems": "center",
922
- "backgroundColor": "#ffffff",
923
- "borderRadius": 8,
924
- "flexDirection": "row",
925
- "justifyContent": "center",
926
- "opacity": 1,
927
- "padding": 8,
928
- "width": "100%",
929
- }
918
+ [
919
+ {
920
+ "flex": 1,
921
+ },
922
+ undefined,
923
+ ]
930
924
  }
931
925
  >
932
926
  <View
927
+ accessibilityState={
928
+ {
929
+ "busy": undefined,
930
+ "checked": undefined,
931
+ "disabled": undefined,
932
+ "expanded": undefined,
933
+ "selected": undefined,
934
+ }
935
+ }
936
+ accessibilityValue={
937
+ {
938
+ "max": undefined,
939
+ "min": undefined,
940
+ "now": undefined,
941
+ "text": undefined,
942
+ }
943
+ }
944
+ accessible={true}
945
+ collapsable={false}
946
+ focusable={true}
947
+ onClick={[Function]}
948
+ onResponderGrant={[Function]}
949
+ onResponderMove={[Function]}
950
+ onResponderRelease={[Function]}
951
+ onResponderTerminate={[Function]}
952
+ onResponderTerminationRequest={[Function]}
953
+ onStartShouldSetResponder={[Function]}
933
954
  style={
934
- [
935
- {
936
- "paddingRight": 12,
937
- },
938
- undefined,
939
- ]
955
+ {
956
+ "alignItems": "center",
957
+ "backgroundColor": "#ffffff",
958
+ "borderRadius": 8,
959
+ "flexDirection": "row",
960
+ "justifyContent": "center",
961
+ "opacity": 1,
962
+ "padding": 8,
963
+ "width": "100%",
964
+ }
940
965
  }
941
966
  >
942
- <HeroIcon
943
- name="sync"
967
+ <View
944
968
  style={
945
969
  [
946
970
  {
947
- "color": "#001f23",
948
- "fontSize": 24,
971
+ "paddingRight": 12,
949
972
  },
950
973
  undefined,
951
974
  ]
952
975
  }
953
- testID="undefined-icon"
954
- themeIntent="text"
955
- themeSize="medium"
956
- />
957
- </View>
958
- <Text
959
- allowFontScaling={false}
960
- style={
961
- [
962
- {
963
- "color": "#001f23",
964
- "fontFamily": "BeVietnamPro-Regular",
965
- "fontSize": 16,
966
- "letterSpacing": 0.48,
967
- "lineHeight": 24,
968
- },
976
+ >
977
+ <HeroIcon
978
+ name="sync"
979
+ style={
980
+ [
981
+ {
982
+ "color": "#001f23",
983
+ "fontSize": 24,
984
+ },
985
+ undefined,
986
+ ]
987
+ }
988
+ testID="undefined-icon"
989
+ themeIntent="text"
990
+ themeSize="medium"
991
+ />
992
+ </View>
993
+ <Text
994
+ allowFontScaling={false}
995
+ style={
969
996
  [
970
997
  {
971
- "flexShrink": 1,
972
- "textAlign": "center",
998
+ "color": "#001f23",
999
+ "fontFamily": "BeVietnamPro-Regular",
1000
+ "fontSize": 16,
1001
+ "letterSpacing": 0.48,
1002
+ "lineHeight": 24,
973
1003
  },
974
- undefined,
975
- ],
976
- ]
977
- }
978
- themeIntent="body"
979
- themeTypeface="neutral"
980
- themeVariant="regular"
981
- >
982
- Move to Work
983
- </Text>
984
- </View>
985
- <View
986
- style={
987
- [
988
- {
989
- "flex": 1,
990
- "overflow": "hidden",
991
- },
992
- undefined,
993
- ]
994
- }
995
- >
1004
+ [
1005
+ {
1006
+ "flexShrink": 1,
1007
+ "textAlign": "center",
1008
+ },
1009
+ undefined,
1010
+ ],
1011
+ ]
1012
+ }
1013
+ themeIntent="body"
1014
+ themeTypeface="neutral"
1015
+ themeVariant="regular"
1016
+ >
1017
+ Move to Work
1018
+ </Text>
1019
+ </View>
996
1020
  <View
997
1021
  style={
998
1022
  [
999
1023
  {
1000
- "borderBottomColor": "#e8e9ea",
1001
- "borderBottomWidth": 1,
1002
- "paddingHorizontal": 0,
1024
+ "flex": 1,
1025
+ "overflow": "hidden",
1003
1026
  },
1004
1027
  undefined,
1005
1028
  ]
1006
1029
  }
1007
- themeInsets={
1008
- {
1009
- "bottom": 0,
1010
- "left": 0,
1011
- "right": 0,
1012
- "top": 0,
1013
- }
1014
- }
1015
1030
  >
1016
- <RCTScrollView
1017
- contentContainerStyle={
1018
- {
1019
- "paddingHorizontal": 8,
1020
- }
1021
- }
1022
- data={
1031
+ <View
1032
+ style={
1023
1033
  [
1024
1034
  {
1025
- "activeItem": "Work",
1026
- "component": <CustomScreen
1027
- title="Work Screen"
1028
- />,
1029
- "key": "work",
1030
- },
1031
- {
1032
- "activeItem": "speaker",
1033
- "component": <CustomScreen
1034
- title="Personal Screen"
1035
- />,
1036
- "inactiveItem": "speaker-outlined",
1037
- "key": "personal",
1038
- },
1039
- {
1040
- "activeItem": "home",
1041
- "badge": {
1042
- "type": "status",
1043
- },
1044
- "component": <CustomScreen
1045
- title="Home Screen"
1046
- />,
1047
- "inactiveItem": "home-outlined",
1048
- "key": "home",
1049
- },
1050
- {
1051
- "activeItem": "calendar",
1052
- "badge": {
1053
- "type": "counter",
1054
- "value": 50,
1055
- },
1056
- "component": <CustomScreen
1057
- title="Calendar Screen"
1058
- />,
1059
- "inactiveItem": "calendar-dates-outlined",
1060
- "key": "calendar",
1035
+ "borderBottomColor": "#e8e9ea",
1036
+ "borderBottomWidth": 1,
1037
+ "paddingHorizontal": 0,
1061
1038
  },
1039
+ undefined,
1062
1040
  ]
1063
1041
  }
1064
- getItem={[Function]}
1065
- getItemCount={[Function]}
1066
- horizontal={true}
1067
- keyExtractor={[Function]}
1068
- onContentSizeChange={[Function]}
1069
- onLayout={[Function]}
1070
- onMomentumScrollBegin={[Function]}
1071
- onMomentumScrollEnd={[Function]}
1072
- onScroll={[Function]}
1073
- onScrollBeginDrag={[Function]}
1074
- onScrollEndDrag={[Function]}
1075
- onScrollToIndexFailed={[Function]}
1076
- removeClippedSubviews={false}
1077
- renderItem={[Function]}
1078
- scrollEventThrottle={50}
1079
- showsHorizontalScrollIndicator={false}
1080
- stickyHeaderIndices={[]}
1081
- viewabilityConfigCallbackPairs={[]}
1042
+ themeInsets={
1043
+ {
1044
+ "bottom": 0,
1045
+ "left": 0,
1046
+ "right": 0,
1047
+ "top": 0,
1048
+ }
1049
+ }
1082
1050
  >
1083
- <View>
1084
- <View
1085
- onFocusCapture={[Function]}
1086
- onLayout={[Function]}
1087
- style={
1088
- [
1089
- {
1090
- "flexDirection": "row",
1091
- },
1092
- null,
1093
- ]
1051
+ <RCTScrollView
1052
+ contentContainerStyle={
1053
+ {
1054
+ "paddingHorizontal": 8,
1094
1055
  }
1095
- >
1056
+ }
1057
+ data={
1058
+ [
1059
+ {
1060
+ "activeItem": "Work",
1061
+ "component": <CustomScreen
1062
+ title="Work Screen"
1063
+ />,
1064
+ "key": "work",
1065
+ },
1066
+ {
1067
+ "activeItem": "speaker",
1068
+ "component": <CustomScreen
1069
+ title="Personal Screen"
1070
+ />,
1071
+ "inactiveItem": "speaker-outlined",
1072
+ "key": "personal",
1073
+ },
1074
+ {
1075
+ "activeItem": "home",
1076
+ "badge": {
1077
+ "type": "status",
1078
+ },
1079
+ "component": <CustomScreen
1080
+ title="Home Screen"
1081
+ />,
1082
+ "inactiveItem": "home-outlined",
1083
+ "key": "home",
1084
+ },
1085
+ {
1086
+ "activeItem": "calendar",
1087
+ "badge": {
1088
+ "type": "counter",
1089
+ "value": 50,
1090
+ },
1091
+ "component": <CustomScreen
1092
+ title="Calendar Screen"
1093
+ />,
1094
+ "inactiveItem": "calendar-dates-outlined",
1095
+ "key": "calendar",
1096
+ },
1097
+ ]
1098
+ }
1099
+ getItem={[Function]}
1100
+ getItemCount={[Function]}
1101
+ horizontal={true}
1102
+ keyExtractor={[Function]}
1103
+ onContentSizeChange={[Function]}
1104
+ onLayout={[Function]}
1105
+ onMomentumScrollBegin={[Function]}
1106
+ onMomentumScrollEnd={[Function]}
1107
+ onScroll={[Function]}
1108
+ onScrollBeginDrag={[Function]}
1109
+ onScrollEndDrag={[Function]}
1110
+ onScrollToIndexFailed={[Function]}
1111
+ removeClippedSubviews={false}
1112
+ renderItem={[Function]}
1113
+ scrollEventThrottle={50}
1114
+ showsHorizontalScrollIndicator={false}
1115
+ stickyHeaderIndices={[]}
1116
+ viewabilityConfigCallbackPairs={[]}
1117
+ >
1118
+ <View>
1096
1119
  <View
1097
- accessibilityState={
1098
- {
1099
- "busy": undefined,
1100
- "checked": undefined,
1101
- "disabled": undefined,
1102
- "expanded": undefined,
1103
- "selected": undefined,
1104
- }
1105
- }
1106
- accessible={true}
1107
- collapsable={false}
1108
- focusable={true}
1109
- isFirstItem={true}
1110
- onClick={[Function]}
1111
- onResponderGrant={[Function]}
1112
- onResponderMove={[Function]}
1113
- onResponderRelease={[Function]}
1114
- onResponderTerminate={[Function]}
1115
- onResponderTerminationRequest={[Function]}
1116
- onStartShouldSetResponder={[Function]}
1120
+ onFocusCapture={[Function]}
1121
+ onLayout={[Function]}
1117
1122
  style={
1118
- {
1119
- "marginLeft": 0,
1120
- "paddingVertical": 8,
1121
- }
1123
+ [
1124
+ {
1125
+ "flexDirection": "row",
1126
+ },
1127
+ null,
1128
+ ]
1122
1129
  }
1123
1130
  >
1124
1131
  <View
1132
+ accessibilityState={
1133
+ {
1134
+ "busy": undefined,
1135
+ "checked": undefined,
1136
+ "disabled": undefined,
1137
+ "expanded": undefined,
1138
+ "selected": undefined,
1139
+ }
1140
+ }
1141
+ accessible={true}
1142
+ collapsable={false}
1143
+ focusable={true}
1144
+ isFirstItem={true}
1145
+ onClick={[Function]}
1146
+ onResponderGrant={[Function]}
1147
+ onResponderMove={[Function]}
1148
+ onResponderRelease={[Function]}
1149
+ onResponderTerminate={[Function]}
1150
+ onResponderTerminationRequest={[Function]}
1151
+ onStartShouldSetResponder={[Function]}
1125
1152
  style={
1126
- [
1127
- {
1128
- "bottom": 0,
1129
- "left": 0,
1130
- "paddingVertical": 8,
1131
- "position": "absolute",
1132
- "right": 0,
1133
- "top": 0,
1134
- },
1135
- undefined,
1136
- ]
1153
+ {
1154
+ "marginLeft": 0,
1155
+ "paddingVertical": 8,
1156
+ }
1137
1157
  }
1138
1158
  >
1139
1159
  <View
1140
- collapsable={false}
1141
1160
  style={
1142
- {
1143
- "backgroundColor": "#ccd2d3",
1144
- "borderRadius": 16,
1145
- "flex": 1,
1146
- "transform": [
1147
- {
1148
- "scaleX": 1,
1149
- },
1150
- ],
1151
- }
1161
+ [
1162
+ {
1163
+ "bottom": 0,
1164
+ "left": 0,
1165
+ "paddingVertical": 8,
1166
+ "position": "absolute",
1167
+ "right": 0,
1168
+ "top": 0,
1169
+ },
1170
+ undefined,
1171
+ ]
1152
1172
  }
1153
- themeActive={true}
1154
- />
1155
- </View>
1156
- <View
1157
- style={
1158
- [
1159
- {
1160
- "paddingHorizontal": 8,
1161
- "paddingVertical": 4,
1162
- },
1163
- undefined,
1164
- ]
1165
- }
1166
- >
1167
- <View>
1168
- <Text
1169
- allowFontScaling={false}
1170
- numberOfLines={1}
1173
+ >
1174
+ <View
1175
+ collapsable={false}
1171
1176
  style={
1172
- [
1173
- {
1174
- "color": "#001f23",
1175
- "fontFamily": "BeVietnamPro-SemiBold",
1176
- "fontSize": 16,
1177
- "letterSpacing": 0.24,
1178
- "lineHeight": 24,
1179
- },
1180
- {
1181
- "color": "#001f23",
1182
- },
1183
- ]
1177
+ {
1178
+ "backgroundColor": "#ccd2d3",
1179
+ "borderRadius": 16,
1180
+ "flex": 1,
1181
+ "transform": [
1182
+ {
1183
+ "scaleX": 1,
1184
+ },
1185
+ ],
1186
+ }
1184
1187
  }
1185
- themeIntent="body"
1186
- themeTypeface="neutral"
1187
- themeVariant="regular-bold"
1188
- >
1189
- Work
1190
- </Text>
1188
+ themeActive={true}
1189
+ />
1190
+ </View>
1191
+ <View
1192
+ style={
1193
+ [
1194
+ {
1195
+ "paddingHorizontal": 8,
1196
+ "paddingVertical": 4,
1197
+ },
1198
+ undefined,
1199
+ ]
1200
+ }
1201
+ >
1202
+ <View>
1203
+ <Text
1204
+ allowFontScaling={false}
1205
+ numberOfLines={1}
1206
+ style={
1207
+ [
1208
+ {
1209
+ "color": "#001f23",
1210
+ "fontFamily": "BeVietnamPro-SemiBold",
1211
+ "fontSize": 16,
1212
+ "letterSpacing": 0.24,
1213
+ "lineHeight": 24,
1214
+ },
1215
+ {
1216
+ "color": "#001f23",
1217
+ },
1218
+ ]
1219
+ }
1220
+ themeIntent="body"
1221
+ themeTypeface="neutral"
1222
+ themeVariant="regular-bold"
1223
+ >
1224
+ Work
1225
+ </Text>
1226
+ </View>
1191
1227
  </View>
1192
1228
  </View>
1193
1229
  </View>
1194
- </View>
1195
- <View
1196
- onFocusCapture={[Function]}
1197
- onLayout={[Function]}
1198
- style={
1199
- [
1200
- {
1201
- "flexDirection": "row",
1202
- },
1203
- null,
1204
- ]
1205
- }
1206
- >
1207
1230
  <View
1208
- accessibilityState={
1209
- {
1210
- "busy": undefined,
1211
- "checked": undefined,
1212
- "disabled": undefined,
1213
- "expanded": undefined,
1214
- "selected": undefined,
1215
- }
1216
- }
1217
- accessible={true}
1218
- collapsable={false}
1219
- focusable={true}
1220
- isFirstItem={false}
1221
- onClick={[Function]}
1222
- onResponderGrant={[Function]}
1223
- onResponderMove={[Function]}
1224
- onResponderRelease={[Function]}
1225
- onResponderTerminate={[Function]}
1226
- onResponderTerminationRequest={[Function]}
1227
- onStartShouldSetResponder={[Function]}
1231
+ onFocusCapture={[Function]}
1232
+ onLayout={[Function]}
1228
1233
  style={
1229
- {
1230
- "marginLeft": 12,
1231
- "paddingVertical": 8,
1232
- }
1234
+ [
1235
+ {
1236
+ "flexDirection": "row",
1237
+ },
1238
+ null,
1239
+ ]
1233
1240
  }
1234
1241
  >
1235
1242
  <View
1243
+ accessibilityState={
1244
+ {
1245
+ "busy": undefined,
1246
+ "checked": undefined,
1247
+ "disabled": undefined,
1248
+ "expanded": undefined,
1249
+ "selected": undefined,
1250
+ }
1251
+ }
1252
+ accessible={true}
1253
+ collapsable={false}
1254
+ focusable={true}
1255
+ isFirstItem={false}
1256
+ onClick={[Function]}
1257
+ onResponderGrant={[Function]}
1258
+ onResponderMove={[Function]}
1259
+ onResponderRelease={[Function]}
1260
+ onResponderTerminate={[Function]}
1261
+ onResponderTerminationRequest={[Function]}
1262
+ onStartShouldSetResponder={[Function]}
1236
1263
  style={
1237
- [
1238
- {
1239
- "bottom": 0,
1240
- "left": 0,
1241
- "paddingVertical": 8,
1242
- "position": "absolute",
1243
- "right": 0,
1244
- "top": 0,
1245
- },
1246
- undefined,
1247
- ]
1264
+ {
1265
+ "marginLeft": 12,
1266
+ "paddingVertical": 8,
1267
+ }
1248
1268
  }
1249
1269
  >
1250
1270
  <View
1251
- collapsable={false}
1252
1271
  style={
1253
- {
1254
- "backgroundColor": undefined,
1255
- "borderRadius": 16,
1256
- "flex": 1,
1257
- "transform": [
1258
- {
1259
- "scaleX": 0,
1260
- },
1261
- ],
1262
- }
1272
+ [
1273
+ {
1274
+ "bottom": 0,
1275
+ "left": 0,
1276
+ "paddingVertical": 8,
1277
+ "position": "absolute",
1278
+ "right": 0,
1279
+ "top": 0,
1280
+ },
1281
+ undefined,
1282
+ ]
1263
1283
  }
1264
- themeActive={false}
1265
- />
1266
- </View>
1267
- <View
1268
- style={
1269
- [
1270
- {
1271
- "paddingHorizontal": 8,
1272
- "paddingVertical": 4,
1273
- },
1274
- undefined,
1275
- ]
1276
- }
1277
- >
1278
- <View>
1279
- <HeroIcon
1280
- name="speaker-outlined"
1284
+ >
1285
+ <View
1286
+ collapsable={false}
1281
1287
  style={
1282
- [
1283
- {
1284
- "color": "#001f23",
1285
- "fontSize": 20,
1286
- },
1287
- {
1288
- "color": "#001f23",
1289
- },
1290
- ]
1288
+ {
1289
+ "backgroundColor": undefined,
1290
+ "borderRadius": 16,
1291
+ "flex": 1,
1292
+ "transform": [
1293
+ {
1294
+ "scaleX": 0,
1295
+ },
1296
+ ],
1297
+ }
1291
1298
  }
1292
- testID="hero-icon-speaker-outlined"
1293
- themeIntent="text"
1294
- themeSize="small"
1299
+ themeActive={false}
1295
1300
  />
1296
1301
  </View>
1297
- </View>
1302
+ <View
1303
+ style={
1304
+ [
1305
+ {
1306
+ "paddingHorizontal": 8,
1307
+ "paddingVertical": 4,
1308
+ },
1309
+ undefined,
1310
+ ]
1311
+ }
1312
+ >
1313
+ <View>
1314
+ <HeroIcon
1315
+ name="speaker-outlined"
1316
+ style={
1317
+ [
1318
+ {
1319
+ "color": "#001f23",
1320
+ "fontSize": 20,
1321
+ },
1322
+ {
1323
+ "color": "#001f23",
1324
+ },
1325
+ ]
1326
+ }
1327
+ testID="hero-icon-speaker-outlined"
1328
+ themeIntent="text"
1329
+ themeSize="small"
1330
+ />
1331
+ </View>
1332
+ </View>
1333
+ </View>
1298
1334
  </View>
1299
- </View>
1300
- <View
1301
- onFocusCapture={[Function]}
1302
- onLayout={[Function]}
1303
- style={
1304
- [
1305
- {
1306
- "flexDirection": "row",
1307
- },
1308
- null,
1309
- ]
1310
- }
1311
- >
1312
1335
  <View
1313
- accessibilityState={
1314
- {
1315
- "busy": undefined,
1316
- "checked": undefined,
1317
- "disabled": undefined,
1318
- "expanded": undefined,
1319
- "selected": undefined,
1320
- }
1321
- }
1322
- accessible={true}
1323
- collapsable={false}
1324
- focusable={true}
1325
- isFirstItem={false}
1326
- onClick={[Function]}
1327
- onResponderGrant={[Function]}
1328
- onResponderMove={[Function]}
1329
- onResponderRelease={[Function]}
1330
- onResponderTerminate={[Function]}
1331
- onResponderTerminationRequest={[Function]}
1332
- onStartShouldSetResponder={[Function]}
1336
+ onFocusCapture={[Function]}
1337
+ onLayout={[Function]}
1333
1338
  style={
1334
- {
1335
- "marginLeft": 12,
1336
- "paddingVertical": 8,
1337
- }
1339
+ [
1340
+ {
1341
+ "flexDirection": "row",
1342
+ },
1343
+ null,
1344
+ ]
1338
1345
  }
1339
1346
  >
1340
1347
  <View
1341
- style={
1342
- [
1343
- {
1344
- "bottom": 0,
1345
- "left": 0,
1346
- "paddingVertical": 8,
1347
- "position": "absolute",
1348
- "right": 0,
1349
- "top": 0,
1350
- },
1351
- undefined,
1352
- ]
1353
- }
1354
- >
1355
- <View
1356
- collapsable={false}
1357
- style={
1358
- {
1359
- "backgroundColor": undefined,
1360
- "borderRadius": 16,
1361
- "flex": 1,
1362
- "transform": [
1363
- {
1364
- "scaleX": 0,
1365
- },
1366
- ],
1367
- }
1348
+ accessibilityState={
1349
+ {
1350
+ "busy": undefined,
1351
+ "checked": undefined,
1352
+ "disabled": undefined,
1353
+ "expanded": undefined,
1354
+ "selected": undefined,
1368
1355
  }
1369
- themeActive={false}
1370
- />
1371
- </View>
1372
- <View
1356
+ }
1357
+ accessible={true}
1358
+ collapsable={false}
1359
+ focusable={true}
1360
+ isFirstItem={false}
1361
+ onClick={[Function]}
1362
+ onResponderGrant={[Function]}
1363
+ onResponderMove={[Function]}
1364
+ onResponderRelease={[Function]}
1365
+ onResponderTerminate={[Function]}
1366
+ onResponderTerminationRequest={[Function]}
1367
+ onStartShouldSetResponder={[Function]}
1373
1368
  style={
1374
- [
1375
- {
1376
- "paddingHorizontal": 8,
1377
- "paddingVertical": 4,
1378
- },
1379
- undefined,
1380
- ]
1369
+ {
1370
+ "marginLeft": 12,
1371
+ "paddingVertical": 8,
1372
+ }
1381
1373
  }
1382
1374
  >
1383
1375
  <View
1384
1376
  style={
1385
- {
1386
- "paddingHorizontal": 4,
1387
- }
1377
+ [
1378
+ {
1379
+ "bottom": 0,
1380
+ "left": 0,
1381
+ "paddingVertical": 8,
1382
+ "position": "absolute",
1383
+ "right": 0,
1384
+ "top": 0,
1385
+ },
1386
+ undefined,
1387
+ ]
1388
1388
  }
1389
1389
  >
1390
- <HeroIcon
1391
- name="home-outlined"
1392
- style={
1393
- [
1394
- {
1395
- "color": "#001f23",
1396
- "fontSize": 20,
1397
- },
1398
- {
1399
- "color": "#001f23",
1400
- },
1401
- ]
1402
- }
1403
- testID="hero-icon-home-outlined"
1404
- themeIntent="text"
1405
- themeSize="small"
1406
- />
1407
1390
  <View
1408
1391
  collapsable={false}
1409
1392
  style={
1410
1393
  {
1411
- "backgroundColor": "#cb300a",
1412
- "borderRadius": 999,
1413
- "height": 8,
1414
- "opacity": 1,
1415
- "position": "absolute",
1416
- "right": -2,
1417
- "top": -2,
1394
+ "backgroundColor": undefined,
1395
+ "borderRadius": 16,
1396
+ "flex": 1,
1418
1397
  "transform": [
1419
1398
  {
1420
- "scale": 1,
1399
+ "scaleX": 0,
1421
1400
  },
1422
1401
  ],
1423
- "width": 8,
1424
1402
  }
1425
1403
  }
1426
- themeIntent="danger"
1404
+ themeActive={false}
1427
1405
  />
1428
1406
  </View>
1407
+ <View
1408
+ style={
1409
+ [
1410
+ {
1411
+ "paddingHorizontal": 8,
1412
+ "paddingVertical": 4,
1413
+ },
1414
+ undefined,
1415
+ ]
1416
+ }
1417
+ >
1418
+ <View
1419
+ style={
1420
+ {
1421
+ "paddingHorizontal": 4,
1422
+ }
1423
+ }
1424
+ >
1425
+ <HeroIcon
1426
+ name="home-outlined"
1427
+ style={
1428
+ [
1429
+ {
1430
+ "color": "#001f23",
1431
+ "fontSize": 20,
1432
+ },
1433
+ {
1434
+ "color": "#001f23",
1435
+ },
1436
+ ]
1437
+ }
1438
+ testID="hero-icon-home-outlined"
1439
+ themeIntent="text"
1440
+ themeSize="small"
1441
+ />
1442
+ <View
1443
+ collapsable={false}
1444
+ style={
1445
+ {
1446
+ "backgroundColor": "#cb300a",
1447
+ "borderRadius": 999,
1448
+ "height": 8,
1449
+ "opacity": 1,
1450
+ "position": "absolute",
1451
+ "right": -2,
1452
+ "top": -2,
1453
+ "transform": [
1454
+ {
1455
+ "scale": 1,
1456
+ },
1457
+ ],
1458
+ "width": 8,
1459
+ }
1460
+ }
1461
+ themeIntent="danger"
1462
+ />
1463
+ </View>
1464
+ </View>
1429
1465
  </View>
1430
1466
  </View>
1431
- </View>
1432
- <View
1433
- onFocusCapture={[Function]}
1434
- onLayout={[Function]}
1435
- style={
1436
- [
1437
- {
1438
- "flexDirection": "row",
1439
- },
1440
- null,
1441
- ]
1442
- }
1443
- >
1444
1467
  <View
1445
- accessibilityState={
1446
- {
1447
- "busy": undefined,
1448
- "checked": undefined,
1449
- "disabled": undefined,
1450
- "expanded": undefined,
1451
- "selected": undefined,
1452
- }
1453
- }
1454
- accessible={true}
1455
- collapsable={false}
1456
- focusable={true}
1457
- isFirstItem={false}
1458
- onClick={[Function]}
1459
- onResponderGrant={[Function]}
1460
- onResponderMove={[Function]}
1461
- onResponderRelease={[Function]}
1462
- onResponderTerminate={[Function]}
1463
- onResponderTerminationRequest={[Function]}
1464
- onStartShouldSetResponder={[Function]}
1468
+ onFocusCapture={[Function]}
1469
+ onLayout={[Function]}
1465
1470
  style={
1466
- {
1467
- "marginLeft": 12,
1468
- "paddingVertical": 8,
1469
- }
1471
+ [
1472
+ {
1473
+ "flexDirection": "row",
1474
+ },
1475
+ null,
1476
+ ]
1470
1477
  }
1471
1478
  >
1472
1479
  <View
1473
- style={
1474
- [
1475
- {
1476
- "bottom": 0,
1477
- "left": 0,
1478
- "paddingVertical": 8,
1479
- "position": "absolute",
1480
- "right": 0,
1481
- "top": 0,
1482
- },
1483
- undefined,
1484
- ]
1485
- }
1486
- >
1487
- <View
1488
- collapsable={false}
1489
- style={
1490
- {
1491
- "backgroundColor": undefined,
1492
- "borderRadius": 16,
1493
- "flex": 1,
1494
- "transform": [
1495
- {
1496
- "scaleX": 0,
1497
- },
1498
- ],
1499
- }
1480
+ accessibilityState={
1481
+ {
1482
+ "busy": undefined,
1483
+ "checked": undefined,
1484
+ "disabled": undefined,
1485
+ "expanded": undefined,
1486
+ "selected": undefined,
1500
1487
  }
1501
- themeActive={false}
1502
- />
1503
- </View>
1504
- <View
1488
+ }
1489
+ accessible={true}
1490
+ collapsable={false}
1491
+ focusable={true}
1492
+ isFirstItem={false}
1493
+ onClick={[Function]}
1494
+ onResponderGrant={[Function]}
1495
+ onResponderMove={[Function]}
1496
+ onResponderRelease={[Function]}
1497
+ onResponderTerminate={[Function]}
1498
+ onResponderTerminationRequest={[Function]}
1499
+ onStartShouldSetResponder={[Function]}
1505
1500
  style={
1506
- [
1507
- {
1508
- "paddingHorizontal": 8,
1509
- "paddingVertical": 4,
1510
- },
1511
- undefined,
1512
- ]
1501
+ {
1502
+ "marginLeft": 12,
1503
+ "paddingVertical": 8,
1504
+ }
1513
1505
  }
1514
1506
  >
1515
1507
  <View
1516
1508
  style={
1517
1509
  [
1518
1510
  {
1519
- "alignItems": "center",
1520
- "flexDirection": "row",
1511
+ "bottom": 0,
1512
+ "left": 0,
1513
+ "paddingVertical": 8,
1514
+ "position": "absolute",
1515
+ "right": 0,
1516
+ "top": 0,
1521
1517
  },
1522
1518
  undefined,
1523
1519
  ]
1524
1520
  }
1525
1521
  >
1526
- <HeroIcon
1527
- name="calendar-dates-outlined"
1528
- style={
1529
- [
1530
- {
1531
- "color": "#001f23",
1532
- "fontSize": 20,
1533
- },
1534
- {
1535
- "color": "#001f23",
1536
- },
1537
- ]
1538
- }
1539
- testID="hero-icon-calendar-dates-outlined"
1540
- themeIntent="text"
1541
- themeSize="small"
1542
- />
1543
1522
  <View
1544
1523
  collapsable={false}
1545
1524
  style={
1546
1525
  {
1547
- "alignItems": "center",
1548
- "backgroundColor": "#355bfb",
1549
- "borderRadius": 999,
1550
- "height": 20,
1551
- "justifyContent": "center",
1552
- "marginLeft": 4,
1553
- "minWidth": 20,
1554
- "opacity": 1,
1555
- "paddingHorizontal": 8,
1526
+ "backgroundColor": undefined,
1527
+ "borderRadius": 16,
1528
+ "flex": 1,
1556
1529
  "transform": [
1557
1530
  {
1558
- "scale": 1,
1531
+ "scaleX": 0,
1559
1532
  },
1560
1533
  ],
1561
1534
  }
1562
1535
  }
1563
- themeIntent="info"
1564
- themePadding="wideContent"
1536
+ themeActive={false}
1537
+ />
1538
+ </View>
1539
+ <View
1540
+ style={
1541
+ [
1542
+ {
1543
+ "paddingHorizontal": 8,
1544
+ "paddingVertical": 4,
1545
+ },
1546
+ undefined,
1547
+ ]
1548
+ }
1549
+ >
1550
+ <View
1551
+ style={
1552
+ [
1553
+ {
1554
+ "alignItems": "center",
1555
+ "flexDirection": "row",
1556
+ },
1557
+ undefined,
1558
+ ]
1559
+ }
1565
1560
  >
1566
- <Text
1567
- allowFontScaling={false}
1561
+ <HeroIcon
1562
+ name="calendar-dates-outlined"
1568
1563
  style={
1569
1564
  [
1570
1565
  {
1571
1566
  "color": "#001f23",
1572
- "fontFamily": "BeVietnamPro-Regular",
1573
- "fontSize": 12,
1574
- "letterSpacing": 0.48,
1575
- "lineHeight": 16,
1567
+ "fontSize": 20,
1576
1568
  },
1577
- [
1569
+ {
1570
+ "color": "#001f23",
1571
+ },
1572
+ ]
1573
+ }
1574
+ testID="hero-icon-calendar-dates-outlined"
1575
+ themeIntent="text"
1576
+ themeSize="small"
1577
+ />
1578
+ <View
1579
+ collapsable={false}
1580
+ style={
1581
+ {
1582
+ "alignItems": "center",
1583
+ "backgroundColor": "#355bfb",
1584
+ "borderRadius": 999,
1585
+ "height": 20,
1586
+ "justifyContent": "center",
1587
+ "marginLeft": 4,
1588
+ "minWidth": 20,
1589
+ "opacity": 1,
1590
+ "paddingHorizontal": 8,
1591
+ "transform": [
1578
1592
  {
1579
- "color": "#ffffff",
1580
- "includeFontPadding": false,
1581
- "textAlign": "center",
1582
- "textAlignVertical": "center",
1593
+ "scale": 1,
1583
1594
  },
1584
- undefined,
1585
1595
  ],
1586
- ]
1596
+ }
1587
1597
  }
1588
- themeFontWeight="regular"
1589
- themeIntent="body"
1598
+ themeIntent="info"
1599
+ themePadding="wideContent"
1590
1600
  >
1591
- 50
1592
- </Text>
1601
+ <Text
1602
+ allowFontScaling={false}
1603
+ style={
1604
+ [
1605
+ {
1606
+ "color": "#001f23",
1607
+ "fontFamily": "BeVietnamPro-Regular",
1608
+ "fontSize": 12,
1609
+ "letterSpacing": 0.48,
1610
+ "lineHeight": 16,
1611
+ },
1612
+ [
1613
+ {
1614
+ "color": "#ffffff",
1615
+ "includeFontPadding": false,
1616
+ "textAlign": "center",
1617
+ "textAlignVertical": "center",
1618
+ },
1619
+ undefined,
1620
+ ],
1621
+ ]
1622
+ }
1623
+ themeFontWeight="regular"
1624
+ themeIntent="body"
1625
+ >
1626
+ 50
1627
+ </Text>
1628
+ </View>
1593
1629
  </View>
1594
1630
  </View>
1595
1631
  </View>
1596
1632
  </View>
1597
1633
  </View>
1598
- </View>
1599
- </RCTScrollView>
1600
- </View>
1601
- <RNCViewPager
1602
- layoutDirection="ltr"
1603
- onMoveShouldSetResponderCapture={[Function]}
1604
- onPageScroll={[Function]}
1605
- onPageScrollStateChanged={[Function]}
1606
- onPageSelected={[Function]}
1607
- >
1608
- <View
1609
- collapsable={false}
1610
- style={
1611
- {
1612
- "bottom": 0,
1613
- "left": 0,
1614
- "position": "absolute",
1615
- "right": 0,
1616
- "top": 0,
1617
- }
1618
- }
1634
+ </RCTScrollView>
1635
+ </View>
1636
+ <RNCViewPager
1637
+ layoutDirection="ltr"
1638
+ onMoveShouldSetResponderCapture={[Function]}
1639
+ onPageScroll={[Function]}
1640
+ onPageScrollStateChanged={[Function]}
1641
+ onPageSelected={[Function]}
1619
1642
  >
1620
1643
  <View
1621
- accessibilityElementsHidden={false}
1622
- importantForAccessibility="auto"
1644
+ collapsable={false}
1623
1645
  style={
1624
- [
1625
- {
1626
- "flex": 1,
1627
- },
1646
+ {
1647
+ "bottom": 0,
1648
+ "left": 0,
1649
+ "position": "absolute",
1650
+ "right": 0,
1651
+ "top": 0,
1652
+ }
1653
+ }
1654
+ >
1655
+ <View
1656
+ accessibilityElementsHidden={false}
1657
+ importantForAccessibility="auto"
1658
+ style={
1628
1659
  [
1629
1660
  {
1630
1661
  "flex": 1,
1631
- "overflow": "hidden",
1632
- },
1633
- {
1634
- "bottom": 0,
1635
- "left": 0,
1636
- "position": "absolute",
1637
- "right": 0,
1638
- "top": 0,
1639
1662
  },
1640
- ],
1641
- ]
1642
- }
1643
- >
1644
- <Text>
1645
- Work Screen
1646
-
1647
- focused
1648
- </Text>
1663
+ [
1664
+ {
1665
+ "flex": 1,
1666
+ "overflow": "hidden",
1667
+ },
1668
+ {
1669
+ "bottom": 0,
1670
+ "left": 0,
1671
+ "position": "absolute",
1672
+ "right": 0,
1673
+ "top": 0,
1674
+ },
1675
+ ],
1676
+ ]
1677
+ }
1678
+ >
1679
+ <Text>
1680
+ Work Screen
1681
+
1682
+ focused
1683
+ </Text>
1684
+ </View>
1649
1685
  </View>
1650
- </View>
1651
- <View
1652
- collapsable={false}
1653
- style={
1654
- {
1655
- "bottom": 0,
1656
- "left": 0,
1657
- "position": "absolute",
1658
- "right": 0,
1659
- "top": 0,
1660
- }
1661
- }
1662
- >
1663
1686
  <View
1664
- accessibilityElementsHidden={true}
1665
- importantForAccessibility="no-hide-descendants"
1687
+ collapsable={false}
1666
1688
  style={
1667
- [
1668
- {
1669
- "flex": 1,
1670
- },
1689
+ {
1690
+ "bottom": 0,
1691
+ "left": 0,
1692
+ "position": "absolute",
1693
+ "right": 0,
1694
+ "top": 0,
1695
+ }
1696
+ }
1697
+ >
1698
+ <View
1699
+ accessibilityElementsHidden={true}
1700
+ importantForAccessibility="no-hide-descendants"
1701
+ style={
1671
1702
  [
1672
1703
  {
1673
1704
  "flex": 1,
1674
- "overflow": "hidden",
1675
1705
  },
1676
- null,
1677
- ],
1678
- ]
1679
- }
1680
- >
1681
- <Text>
1682
- Personal Screen
1683
-
1684
- unfocused
1685
- </Text>
1706
+ [
1707
+ {
1708
+ "flex": 1,
1709
+ "overflow": "hidden",
1710
+ },
1711
+ null,
1712
+ ],
1713
+ ]
1714
+ }
1715
+ >
1716
+ <Text>
1717
+ Personal Screen
1718
+
1719
+ unfocused
1720
+ </Text>
1721
+ </View>
1686
1722
  </View>
1687
- </View>
1688
- <View
1689
- collapsable={false}
1690
- style={
1691
- {
1692
- "bottom": 0,
1693
- "left": 0,
1694
- "position": "absolute",
1695
- "right": 0,
1696
- "top": 0,
1697
- }
1698
- }
1699
- >
1700
1723
  <View
1701
- accessibilityElementsHidden={true}
1702
- importantForAccessibility="no-hide-descendants"
1724
+ collapsable={false}
1703
1725
  style={
1704
- [
1705
- {
1706
- "flex": 1,
1707
- },
1726
+ {
1727
+ "bottom": 0,
1728
+ "left": 0,
1729
+ "position": "absolute",
1730
+ "right": 0,
1731
+ "top": 0,
1732
+ }
1733
+ }
1734
+ >
1735
+ <View
1736
+ accessibilityElementsHidden={true}
1737
+ importantForAccessibility="no-hide-descendants"
1738
+ style={
1708
1739
  [
1709
1740
  {
1710
1741
  "flex": 1,
1711
- "overflow": "hidden",
1712
1742
  },
1713
- null,
1714
- ],
1715
- ]
1716
- }
1717
- />
1718
- </View>
1719
- <View
1720
- collapsable={false}
1721
- style={
1722
- {
1723
- "bottom": 0,
1724
- "left": 0,
1725
- "position": "absolute",
1726
- "right": 0,
1727
- "top": 0,
1728
- }
1729
- }
1730
- >
1743
+ [
1744
+ {
1745
+ "flex": 1,
1746
+ "overflow": "hidden",
1747
+ },
1748
+ null,
1749
+ ],
1750
+ ]
1751
+ }
1752
+ />
1753
+ </View>
1731
1754
  <View
1732
- accessibilityElementsHidden={true}
1733
- importantForAccessibility="no-hide-descendants"
1755
+ collapsable={false}
1734
1756
  style={
1735
- [
1736
- {
1737
- "flex": 1,
1738
- },
1757
+ {
1758
+ "bottom": 0,
1759
+ "left": 0,
1760
+ "position": "absolute",
1761
+ "right": 0,
1762
+ "top": 0,
1763
+ }
1764
+ }
1765
+ >
1766
+ <View
1767
+ accessibilityElementsHidden={true}
1768
+ importantForAccessibility="no-hide-descendants"
1769
+ style={
1739
1770
  [
1740
1771
  {
1741
1772
  "flex": 1,
1742
- "overflow": "hidden",
1743
1773
  },
1744
- null,
1745
- ],
1746
- ]
1747
- }
1748
- />
1749
- </View>
1750
- </RNCViewPager>
1751
- </View>
1752
- </RNCSafeAreaProvider>
1774
+ [
1775
+ {
1776
+ "flex": 1,
1777
+ "overflow": "hidden",
1778
+ },
1779
+ null,
1780
+ ],
1781
+ ]
1782
+ }
1783
+ />
1784
+ </View>
1785
+ </RNCViewPager>
1786
+ </View>
1787
+ </RNCSafeAreaProvider>
1788
+ <View
1789
+ pointerEvents="box-none"
1790
+ position="bottom"
1791
+ style={
1792
+ [
1793
+ {
1794
+ "bottom": 0,
1795
+ "elevation": 9999,
1796
+ "flexDirection": "column-reverse",
1797
+ "left": 0,
1798
+ "paddingHorizontal": 24,
1799
+ "paddingVertical": 16,
1800
+ "position": "absolute",
1801
+ "right": 0,
1802
+ "top": 0,
1803
+ },
1804
+ undefined,
1805
+ ]
1806
+ }
1807
+ />
1808
+ </View>
1753
1809
  `;
1754
1810
 
1755
1811
  exports[`useIsFocused renders correctly 1`] = `
1756
- <RNCSafeAreaProvider
1757
- onInsetsChange={[Function]}
1812
+ <View
1758
1813
  style={
1759
- [
1760
- {
1761
- "flex": 1,
1762
- },
1763
- undefined,
1764
- ]
1814
+ {
1815
+ "flex": 1,
1816
+ }
1765
1817
  }
1766
1818
  >
1767
- <View
1768
- accessibilityState={
1769
- {
1770
- "busy": undefined,
1771
- "checked": undefined,
1772
- "disabled": undefined,
1773
- "expanded": undefined,
1774
- "selected": undefined,
1775
- }
1776
- }
1777
- accessibilityValue={
1778
- {
1779
- "max": undefined,
1780
- "min": undefined,
1781
- "now": undefined,
1782
- "text": undefined,
1783
- }
1784
- }
1785
- accessible={true}
1786
- collapsable={false}
1787
- focusable={true}
1788
- onClick={[Function]}
1789
- onResponderGrant={[Function]}
1790
- onResponderMove={[Function]}
1791
- onResponderRelease={[Function]}
1792
- onResponderTerminate={[Function]}
1793
- onResponderTerminationRequest={[Function]}
1794
- onStartShouldSetResponder={[Function]}
1819
+ <RNCSafeAreaProvider
1820
+ onInsetsChange={[Function]}
1795
1821
  style={
1796
- {
1797
- "alignItems": "center",
1798
- "backgroundColor": "#ffffff",
1799
- "borderRadius": 8,
1800
- "flexDirection": "row",
1801
- "justifyContent": "center",
1802
- "opacity": 1,
1803
- "padding": 8,
1804
- "width": "100%",
1805
- }
1822
+ [
1823
+ {
1824
+ "flex": 1,
1825
+ },
1826
+ undefined,
1827
+ ]
1806
1828
  }
1807
1829
  >
1808
1830
  <View
1831
+ accessibilityState={
1832
+ {
1833
+ "busy": undefined,
1834
+ "checked": undefined,
1835
+ "disabled": undefined,
1836
+ "expanded": undefined,
1837
+ "selected": undefined,
1838
+ }
1839
+ }
1840
+ accessibilityValue={
1841
+ {
1842
+ "max": undefined,
1843
+ "min": undefined,
1844
+ "now": undefined,
1845
+ "text": undefined,
1846
+ }
1847
+ }
1848
+ accessible={true}
1849
+ collapsable={false}
1850
+ focusable={true}
1851
+ onClick={[Function]}
1852
+ onResponderGrant={[Function]}
1853
+ onResponderMove={[Function]}
1854
+ onResponderRelease={[Function]}
1855
+ onResponderTerminate={[Function]}
1856
+ onResponderTerminationRequest={[Function]}
1857
+ onStartShouldSetResponder={[Function]}
1809
1858
  style={
1810
- [
1811
- {
1812
- "paddingRight": 12,
1813
- },
1814
- undefined,
1815
- ]
1859
+ {
1860
+ "alignItems": "center",
1861
+ "backgroundColor": "#ffffff",
1862
+ "borderRadius": 8,
1863
+ "flexDirection": "row",
1864
+ "justifyContent": "center",
1865
+ "opacity": 1,
1866
+ "padding": 8,
1867
+ "width": "100%",
1868
+ }
1816
1869
  }
1817
1870
  >
1818
- <HeroIcon
1819
- name="sync"
1871
+ <View
1820
1872
  style={
1821
1873
  [
1822
1874
  {
1823
- "color": "#001f23",
1824
- "fontSize": 24,
1875
+ "paddingRight": 12,
1825
1876
  },
1826
1877
  undefined,
1827
1878
  ]
1828
1879
  }
1829
- testID="undefined-icon"
1830
- themeIntent="text"
1831
- themeSize="medium"
1832
- />
1833
- </View>
1834
- <Text
1835
- allowFontScaling={false}
1836
- style={
1837
- [
1838
- {
1839
- "color": "#001f23",
1840
- "fontFamily": "BeVietnamPro-Regular",
1841
- "fontSize": 16,
1842
- "letterSpacing": 0.48,
1843
- "lineHeight": 24,
1844
- },
1880
+ >
1881
+ <HeroIcon
1882
+ name="sync"
1883
+ style={
1884
+ [
1885
+ {
1886
+ "color": "#001f23",
1887
+ "fontSize": 24,
1888
+ },
1889
+ undefined,
1890
+ ]
1891
+ }
1892
+ testID="undefined-icon"
1893
+ themeIntent="text"
1894
+ themeSize="medium"
1895
+ />
1896
+ </View>
1897
+ <Text
1898
+ allowFontScaling={false}
1899
+ style={
1845
1900
  [
1846
1901
  {
1847
- "flexShrink": 1,
1848
- "textAlign": "center",
1902
+ "color": "#001f23",
1903
+ "fontFamily": "BeVietnamPro-Regular",
1904
+ "fontSize": 16,
1905
+ "letterSpacing": 0.48,
1906
+ "lineHeight": 24,
1849
1907
  },
1850
- undefined,
1851
- ],
1852
- ]
1853
- }
1854
- themeIntent="body"
1855
- themeTypeface="neutral"
1856
- themeVariant="regular"
1857
- >
1858
- Move to Work
1859
- </Text>
1860
- </View>
1861
- <View
1862
- style={
1863
- [
1864
- {
1865
- "flex": 1,
1866
- "overflow": "hidden",
1867
- },
1868
- undefined,
1869
- ]
1870
- }
1871
- >
1908
+ [
1909
+ {
1910
+ "flexShrink": 1,
1911
+ "textAlign": "center",
1912
+ },
1913
+ undefined,
1914
+ ],
1915
+ ]
1916
+ }
1917
+ themeIntent="body"
1918
+ themeTypeface="neutral"
1919
+ themeVariant="regular"
1920
+ >
1921
+ Move to Work
1922
+ </Text>
1923
+ </View>
1872
1924
  <View
1873
1925
  style={
1874
1926
  [
1875
1927
  {
1876
- "borderBottomColor": "#e8e9ea",
1877
- "borderBottomWidth": 1,
1878
- "paddingHorizontal": 0,
1928
+ "flex": 1,
1929
+ "overflow": "hidden",
1879
1930
  },
1880
1931
  undefined,
1881
1932
  ]
1882
1933
  }
1883
- themeInsets={
1884
- {
1885
- "bottom": 0,
1886
- "left": 0,
1887
- "right": 0,
1888
- "top": 0,
1889
- }
1890
- }
1891
1934
  >
1892
- <RCTScrollView
1893
- contentContainerStyle={
1894
- {
1895
- "paddingHorizontal": 8,
1896
- }
1897
- }
1898
- data={
1935
+ <View
1936
+ style={
1899
1937
  [
1900
1938
  {
1901
- "activeItem": "Work",
1902
- "component": <CustomScreen
1903
- title="Work Screen"
1904
- />,
1905
- "key": "work",
1906
- },
1907
- {
1908
- "activeItem": "speaker",
1909
- "component": <CustomScreen
1910
- title="Personal Screen"
1911
- />,
1912
- "inactiveItem": "speaker-outlined",
1913
- "key": "personal",
1914
- },
1915
- {
1916
- "activeItem": "home",
1917
- "badge": {
1918
- "type": "status",
1919
- },
1920
- "component": <CustomScreen
1921
- title="Home Screen"
1922
- />,
1923
- "inactiveItem": "home-outlined",
1924
- "key": "home",
1925
- },
1926
- {
1927
- "activeItem": "calendar",
1928
- "badge": {
1929
- "type": "counter",
1930
- "value": 50,
1931
- },
1932
- "component": <CustomScreen
1933
- title="Calendar Screen"
1934
- />,
1935
- "inactiveItem": "calendar-dates-outlined",
1936
- "key": "calendar",
1939
+ "borderBottomColor": "#e8e9ea",
1940
+ "borderBottomWidth": 1,
1941
+ "paddingHorizontal": 0,
1937
1942
  },
1943
+ undefined,
1938
1944
  ]
1939
1945
  }
1940
- getItem={[Function]}
1941
- getItemCount={[Function]}
1942
- horizontal={true}
1943
- keyExtractor={[Function]}
1944
- onContentSizeChange={[Function]}
1945
- onLayout={[Function]}
1946
- onMomentumScrollBegin={[Function]}
1947
- onMomentumScrollEnd={[Function]}
1948
- onScroll={[Function]}
1949
- onScrollBeginDrag={[Function]}
1950
- onScrollEndDrag={[Function]}
1951
- onScrollToIndexFailed={[Function]}
1952
- removeClippedSubviews={false}
1953
- renderItem={[Function]}
1954
- scrollEventThrottle={50}
1955
- showsHorizontalScrollIndicator={false}
1956
- stickyHeaderIndices={[]}
1957
- viewabilityConfigCallbackPairs={[]}
1946
+ themeInsets={
1947
+ {
1948
+ "bottom": 0,
1949
+ "left": 0,
1950
+ "right": 0,
1951
+ "top": 0,
1952
+ }
1953
+ }
1958
1954
  >
1959
- <View>
1960
- <View
1961
- onFocusCapture={[Function]}
1962
- onLayout={[Function]}
1963
- style={
1964
- [
1965
- {
1966
- "flexDirection": "row",
1967
- },
1968
- null,
1969
- ]
1955
+ <RCTScrollView
1956
+ contentContainerStyle={
1957
+ {
1958
+ "paddingHorizontal": 8,
1970
1959
  }
1971
- >
1960
+ }
1961
+ data={
1962
+ [
1963
+ {
1964
+ "activeItem": "Work",
1965
+ "component": <CustomScreen
1966
+ title="Work Screen"
1967
+ />,
1968
+ "key": "work",
1969
+ },
1970
+ {
1971
+ "activeItem": "speaker",
1972
+ "component": <CustomScreen
1973
+ title="Personal Screen"
1974
+ />,
1975
+ "inactiveItem": "speaker-outlined",
1976
+ "key": "personal",
1977
+ },
1978
+ {
1979
+ "activeItem": "home",
1980
+ "badge": {
1981
+ "type": "status",
1982
+ },
1983
+ "component": <CustomScreen
1984
+ title="Home Screen"
1985
+ />,
1986
+ "inactiveItem": "home-outlined",
1987
+ "key": "home",
1988
+ },
1989
+ {
1990
+ "activeItem": "calendar",
1991
+ "badge": {
1992
+ "type": "counter",
1993
+ "value": 50,
1994
+ },
1995
+ "component": <CustomScreen
1996
+ title="Calendar Screen"
1997
+ />,
1998
+ "inactiveItem": "calendar-dates-outlined",
1999
+ "key": "calendar",
2000
+ },
2001
+ ]
2002
+ }
2003
+ getItem={[Function]}
2004
+ getItemCount={[Function]}
2005
+ horizontal={true}
2006
+ keyExtractor={[Function]}
2007
+ onContentSizeChange={[Function]}
2008
+ onLayout={[Function]}
2009
+ onMomentumScrollBegin={[Function]}
2010
+ onMomentumScrollEnd={[Function]}
2011
+ onScroll={[Function]}
2012
+ onScrollBeginDrag={[Function]}
2013
+ onScrollEndDrag={[Function]}
2014
+ onScrollToIndexFailed={[Function]}
2015
+ removeClippedSubviews={false}
2016
+ renderItem={[Function]}
2017
+ scrollEventThrottle={50}
2018
+ showsHorizontalScrollIndicator={false}
2019
+ stickyHeaderIndices={[]}
2020
+ viewabilityConfigCallbackPairs={[]}
2021
+ >
2022
+ <View>
1972
2023
  <View
1973
- accessibilityState={
1974
- {
1975
- "busy": undefined,
1976
- "checked": undefined,
1977
- "disabled": undefined,
1978
- "expanded": undefined,
1979
- "selected": undefined,
1980
- }
1981
- }
1982
- accessible={true}
1983
- collapsable={false}
1984
- focusable={true}
1985
- isFirstItem={true}
1986
- onClick={[Function]}
1987
- onResponderGrant={[Function]}
1988
- onResponderMove={[Function]}
1989
- onResponderRelease={[Function]}
1990
- onResponderTerminate={[Function]}
1991
- onResponderTerminationRequest={[Function]}
1992
- onStartShouldSetResponder={[Function]}
2024
+ onFocusCapture={[Function]}
2025
+ onLayout={[Function]}
1993
2026
  style={
1994
- {
1995
- "marginLeft": 0,
1996
- "paddingVertical": 8,
1997
- }
2027
+ [
2028
+ {
2029
+ "flexDirection": "row",
2030
+ },
2031
+ null,
2032
+ ]
1998
2033
  }
1999
2034
  >
2000
2035
  <View
2036
+ accessibilityState={
2037
+ {
2038
+ "busy": undefined,
2039
+ "checked": undefined,
2040
+ "disabled": undefined,
2041
+ "expanded": undefined,
2042
+ "selected": undefined,
2043
+ }
2044
+ }
2045
+ accessible={true}
2046
+ collapsable={false}
2047
+ focusable={true}
2048
+ isFirstItem={true}
2049
+ onClick={[Function]}
2050
+ onResponderGrant={[Function]}
2051
+ onResponderMove={[Function]}
2052
+ onResponderRelease={[Function]}
2053
+ onResponderTerminate={[Function]}
2054
+ onResponderTerminationRequest={[Function]}
2055
+ onStartShouldSetResponder={[Function]}
2001
2056
  style={
2002
- [
2003
- {
2004
- "bottom": 0,
2005
- "left": 0,
2006
- "paddingVertical": 8,
2007
- "position": "absolute",
2008
- "right": 0,
2009
- "top": 0,
2010
- },
2011
- undefined,
2012
- ]
2057
+ {
2058
+ "marginLeft": 0,
2059
+ "paddingVertical": 8,
2060
+ }
2013
2061
  }
2014
2062
  >
2015
2063
  <View
2016
- collapsable={false}
2017
2064
  style={
2018
- {
2019
- "backgroundColor": "#ccd2d3",
2020
- "borderRadius": 16,
2021
- "flex": 1,
2022
- "transform": [
2023
- {
2024
- "scaleX": 1,
2025
- },
2026
- ],
2027
- }
2065
+ [
2066
+ {
2067
+ "bottom": 0,
2068
+ "left": 0,
2069
+ "paddingVertical": 8,
2070
+ "position": "absolute",
2071
+ "right": 0,
2072
+ "top": 0,
2073
+ },
2074
+ undefined,
2075
+ ]
2028
2076
  }
2029
- themeActive={true}
2030
- />
2031
- </View>
2032
- <View
2033
- style={
2034
- [
2035
- {
2036
- "paddingHorizontal": 8,
2037
- "paddingVertical": 4,
2038
- },
2039
- undefined,
2040
- ]
2041
- }
2042
- >
2043
- <View>
2044
- <Text
2045
- allowFontScaling={false}
2046
- numberOfLines={1}
2077
+ >
2078
+ <View
2079
+ collapsable={false}
2047
2080
  style={
2048
- [
2049
- {
2050
- "color": "#001f23",
2051
- "fontFamily": "BeVietnamPro-SemiBold",
2052
- "fontSize": 16,
2053
- "letterSpacing": 0.24,
2054
- "lineHeight": 24,
2055
- },
2056
- {
2057
- "color": "#001f23",
2058
- },
2059
- ]
2081
+ {
2082
+ "backgroundColor": "#ccd2d3",
2083
+ "borderRadius": 16,
2084
+ "flex": 1,
2085
+ "transform": [
2086
+ {
2087
+ "scaleX": 1,
2088
+ },
2089
+ ],
2090
+ }
2060
2091
  }
2061
- themeIntent="body"
2062
- themeTypeface="neutral"
2063
- themeVariant="regular-bold"
2064
- >
2065
- Work
2066
- </Text>
2092
+ themeActive={true}
2093
+ />
2094
+ </View>
2095
+ <View
2096
+ style={
2097
+ [
2098
+ {
2099
+ "paddingHorizontal": 8,
2100
+ "paddingVertical": 4,
2101
+ },
2102
+ undefined,
2103
+ ]
2104
+ }
2105
+ >
2106
+ <View>
2107
+ <Text
2108
+ allowFontScaling={false}
2109
+ numberOfLines={1}
2110
+ style={
2111
+ [
2112
+ {
2113
+ "color": "#001f23",
2114
+ "fontFamily": "BeVietnamPro-SemiBold",
2115
+ "fontSize": 16,
2116
+ "letterSpacing": 0.24,
2117
+ "lineHeight": 24,
2118
+ },
2119
+ {
2120
+ "color": "#001f23",
2121
+ },
2122
+ ]
2123
+ }
2124
+ themeIntent="body"
2125
+ themeTypeface="neutral"
2126
+ themeVariant="regular-bold"
2127
+ >
2128
+ Work
2129
+ </Text>
2130
+ </View>
2067
2131
  </View>
2068
2132
  </View>
2069
2133
  </View>
2070
- </View>
2071
- <View
2072
- onFocusCapture={[Function]}
2073
- onLayout={[Function]}
2074
- style={
2075
- [
2076
- {
2077
- "flexDirection": "row",
2078
- },
2079
- null,
2080
- ]
2081
- }
2082
- >
2083
2134
  <View
2084
- accessibilityState={
2085
- {
2086
- "busy": undefined,
2087
- "checked": undefined,
2088
- "disabled": undefined,
2089
- "expanded": undefined,
2090
- "selected": undefined,
2091
- }
2092
- }
2093
- accessible={true}
2094
- collapsable={false}
2095
- focusable={true}
2096
- isFirstItem={false}
2097
- onClick={[Function]}
2098
- onResponderGrant={[Function]}
2099
- onResponderMove={[Function]}
2100
- onResponderRelease={[Function]}
2101
- onResponderTerminate={[Function]}
2102
- onResponderTerminationRequest={[Function]}
2103
- onStartShouldSetResponder={[Function]}
2135
+ onFocusCapture={[Function]}
2136
+ onLayout={[Function]}
2104
2137
  style={
2105
- {
2106
- "marginLeft": 12,
2107
- "paddingVertical": 8,
2108
- }
2138
+ [
2139
+ {
2140
+ "flexDirection": "row",
2141
+ },
2142
+ null,
2143
+ ]
2109
2144
  }
2110
2145
  >
2111
2146
  <View
2147
+ accessibilityState={
2148
+ {
2149
+ "busy": undefined,
2150
+ "checked": undefined,
2151
+ "disabled": undefined,
2152
+ "expanded": undefined,
2153
+ "selected": undefined,
2154
+ }
2155
+ }
2156
+ accessible={true}
2157
+ collapsable={false}
2158
+ focusable={true}
2159
+ isFirstItem={false}
2160
+ onClick={[Function]}
2161
+ onResponderGrant={[Function]}
2162
+ onResponderMove={[Function]}
2163
+ onResponderRelease={[Function]}
2164
+ onResponderTerminate={[Function]}
2165
+ onResponderTerminationRequest={[Function]}
2166
+ onStartShouldSetResponder={[Function]}
2112
2167
  style={
2113
- [
2114
- {
2115
- "bottom": 0,
2116
- "left": 0,
2117
- "paddingVertical": 8,
2118
- "position": "absolute",
2119
- "right": 0,
2120
- "top": 0,
2121
- },
2122
- undefined,
2123
- ]
2168
+ {
2169
+ "marginLeft": 12,
2170
+ "paddingVertical": 8,
2171
+ }
2124
2172
  }
2125
2173
  >
2126
2174
  <View
2127
- collapsable={false}
2128
2175
  style={
2129
- {
2130
- "backgroundColor": undefined,
2131
- "borderRadius": 16,
2132
- "flex": 1,
2133
- "transform": [
2134
- {
2135
- "scaleX": 0,
2136
- },
2137
- ],
2138
- }
2176
+ [
2177
+ {
2178
+ "bottom": 0,
2179
+ "left": 0,
2180
+ "paddingVertical": 8,
2181
+ "position": "absolute",
2182
+ "right": 0,
2183
+ "top": 0,
2184
+ },
2185
+ undefined,
2186
+ ]
2139
2187
  }
2140
- themeActive={false}
2141
- />
2142
- </View>
2143
- <View
2144
- style={
2145
- [
2146
- {
2147
- "paddingHorizontal": 8,
2148
- "paddingVertical": 4,
2149
- },
2150
- undefined,
2151
- ]
2152
- }
2153
- >
2154
- <View>
2155
- <HeroIcon
2156
- name="speaker-outlined"
2188
+ >
2189
+ <View
2190
+ collapsable={false}
2157
2191
  style={
2158
- [
2159
- {
2160
- "color": "#001f23",
2161
- "fontSize": 20,
2162
- },
2163
- {
2164
- "color": "#001f23",
2165
- },
2166
- ]
2192
+ {
2193
+ "backgroundColor": undefined,
2194
+ "borderRadius": 16,
2195
+ "flex": 1,
2196
+ "transform": [
2197
+ {
2198
+ "scaleX": 0,
2199
+ },
2200
+ ],
2201
+ }
2167
2202
  }
2168
- testID="hero-icon-speaker-outlined"
2169
- themeIntent="text"
2170
- themeSize="small"
2203
+ themeActive={false}
2171
2204
  />
2172
2205
  </View>
2173
- </View>
2174
- </View>
2175
- </View>
2176
- <View
2177
- onFocusCapture={[Function]}
2178
- onLayout={[Function]}
2179
- style={
2180
- [
2181
- {
2182
- "flexDirection": "row",
2183
- },
2184
- null,
2185
- ]
2186
- }
2187
- >
2188
- <View
2189
- accessibilityState={
2190
- {
2191
- "busy": undefined,
2192
- "checked": undefined,
2193
- "disabled": undefined,
2194
- "expanded": undefined,
2195
- "selected": undefined,
2196
- }
2197
- }
2198
- accessible={true}
2199
- collapsable={false}
2200
- focusable={true}
2201
- isFirstItem={false}
2202
- onClick={[Function]}
2203
- onResponderGrant={[Function]}
2204
- onResponderMove={[Function]}
2205
- onResponderRelease={[Function]}
2206
- onResponderTerminate={[Function]}
2207
- onResponderTerminationRequest={[Function]}
2208
- onStartShouldSetResponder={[Function]}
2209
- style={
2210
- {
2211
- "marginLeft": 12,
2212
- "paddingVertical": 8,
2213
- }
2214
- }
2215
- >
2216
- <View
2217
- style={
2218
- [
2219
- {
2220
- "bottom": 0,
2221
- "left": 0,
2222
- "paddingVertical": 8,
2223
- "position": "absolute",
2224
- "right": 0,
2225
- "top": 0,
2226
- },
2227
- undefined,
2228
- ]
2229
- }
2230
- >
2231
2206
  <View
2232
- collapsable={false}
2233
2207
  style={
2234
- {
2235
- "backgroundColor": undefined,
2236
- "borderRadius": 16,
2237
- "flex": 1,
2238
- "transform": [
2239
- {
2240
- "scaleX": 0,
2241
- },
2242
- ],
2243
- }
2208
+ [
2209
+ {
2210
+ "paddingHorizontal": 8,
2211
+ "paddingVertical": 4,
2212
+ },
2213
+ undefined,
2214
+ ]
2244
2215
  }
2245
- themeActive={false}
2246
- />
2216
+ >
2217
+ <View>
2218
+ <HeroIcon
2219
+ name="speaker-outlined"
2220
+ style={
2221
+ [
2222
+ {
2223
+ "color": "#001f23",
2224
+ "fontSize": 20,
2225
+ },
2226
+ {
2227
+ "color": "#001f23",
2228
+ },
2229
+ ]
2230
+ }
2231
+ testID="hero-icon-speaker-outlined"
2232
+ themeIntent="text"
2233
+ themeSize="small"
2234
+ />
2235
+ </View>
2236
+ </View>
2247
2237
  </View>
2238
+ </View>
2239
+ <View
2240
+ onFocusCapture={[Function]}
2241
+ onLayout={[Function]}
2242
+ style={
2243
+ [
2244
+ {
2245
+ "flexDirection": "row",
2246
+ },
2247
+ null,
2248
+ ]
2249
+ }
2250
+ >
2248
2251
  <View
2252
+ accessibilityState={
2253
+ {
2254
+ "busy": undefined,
2255
+ "checked": undefined,
2256
+ "disabled": undefined,
2257
+ "expanded": undefined,
2258
+ "selected": undefined,
2259
+ }
2260
+ }
2261
+ accessible={true}
2262
+ collapsable={false}
2263
+ focusable={true}
2264
+ isFirstItem={false}
2265
+ onClick={[Function]}
2266
+ onResponderGrant={[Function]}
2267
+ onResponderMove={[Function]}
2268
+ onResponderRelease={[Function]}
2269
+ onResponderTerminate={[Function]}
2270
+ onResponderTerminationRequest={[Function]}
2271
+ onStartShouldSetResponder={[Function]}
2249
2272
  style={
2250
- [
2251
- {
2252
- "paddingHorizontal": 8,
2253
- "paddingVertical": 4,
2254
- },
2255
- undefined,
2256
- ]
2273
+ {
2274
+ "marginLeft": 12,
2275
+ "paddingVertical": 8,
2276
+ }
2257
2277
  }
2258
2278
  >
2259
2279
  <View
2260
2280
  style={
2261
- {
2262
- "paddingHorizontal": 4,
2263
- }
2281
+ [
2282
+ {
2283
+ "bottom": 0,
2284
+ "left": 0,
2285
+ "paddingVertical": 8,
2286
+ "position": "absolute",
2287
+ "right": 0,
2288
+ "top": 0,
2289
+ },
2290
+ undefined,
2291
+ ]
2264
2292
  }
2265
2293
  >
2266
- <HeroIcon
2267
- name="home-outlined"
2268
- style={
2269
- [
2270
- {
2271
- "color": "#001f23",
2272
- "fontSize": 20,
2273
- },
2274
- {
2275
- "color": "#001f23",
2276
- },
2277
- ]
2278
- }
2279
- testID="hero-icon-home-outlined"
2280
- themeIntent="text"
2281
- themeSize="small"
2282
- />
2283
2294
  <View
2284
2295
  collapsable={false}
2285
2296
  style={
2286
2297
  {
2287
- "backgroundColor": "#cb300a",
2288
- "borderRadius": 999,
2289
- "height": 8,
2290
- "opacity": 1,
2291
- "position": "absolute",
2292
- "right": -2,
2293
- "top": -2,
2298
+ "backgroundColor": undefined,
2299
+ "borderRadius": 16,
2300
+ "flex": 1,
2294
2301
  "transform": [
2295
2302
  {
2296
- "scale": 1,
2303
+ "scaleX": 0,
2297
2304
  },
2298
2305
  ],
2299
- "width": 8,
2300
2306
  }
2301
2307
  }
2302
- themeIntent="danger"
2308
+ themeActive={false}
2303
2309
  />
2304
2310
  </View>
2311
+ <View
2312
+ style={
2313
+ [
2314
+ {
2315
+ "paddingHorizontal": 8,
2316
+ "paddingVertical": 4,
2317
+ },
2318
+ undefined,
2319
+ ]
2320
+ }
2321
+ >
2322
+ <View
2323
+ style={
2324
+ {
2325
+ "paddingHorizontal": 4,
2326
+ }
2327
+ }
2328
+ >
2329
+ <HeroIcon
2330
+ name="home-outlined"
2331
+ style={
2332
+ [
2333
+ {
2334
+ "color": "#001f23",
2335
+ "fontSize": 20,
2336
+ },
2337
+ {
2338
+ "color": "#001f23",
2339
+ },
2340
+ ]
2341
+ }
2342
+ testID="hero-icon-home-outlined"
2343
+ themeIntent="text"
2344
+ themeSize="small"
2345
+ />
2346
+ <View
2347
+ collapsable={false}
2348
+ style={
2349
+ {
2350
+ "backgroundColor": "#cb300a",
2351
+ "borderRadius": 999,
2352
+ "height": 8,
2353
+ "opacity": 1,
2354
+ "position": "absolute",
2355
+ "right": -2,
2356
+ "top": -2,
2357
+ "transform": [
2358
+ {
2359
+ "scale": 1,
2360
+ },
2361
+ ],
2362
+ "width": 8,
2363
+ }
2364
+ }
2365
+ themeIntent="danger"
2366
+ />
2367
+ </View>
2368
+ </View>
2305
2369
  </View>
2306
2370
  </View>
2307
- </View>
2308
- <View
2309
- onFocusCapture={[Function]}
2310
- onLayout={[Function]}
2311
- style={
2312
- [
2313
- {
2314
- "flexDirection": "row",
2315
- },
2316
- null,
2317
- ]
2318
- }
2319
- >
2320
2371
  <View
2321
- accessibilityState={
2322
- {
2323
- "busy": undefined,
2324
- "checked": undefined,
2325
- "disabled": undefined,
2326
- "expanded": undefined,
2327
- "selected": undefined,
2328
- }
2329
- }
2330
- accessible={true}
2331
- collapsable={false}
2332
- focusable={true}
2333
- isFirstItem={false}
2334
- onClick={[Function]}
2335
- onResponderGrant={[Function]}
2336
- onResponderMove={[Function]}
2337
- onResponderRelease={[Function]}
2338
- onResponderTerminate={[Function]}
2339
- onResponderTerminationRequest={[Function]}
2340
- onStartShouldSetResponder={[Function]}
2372
+ onFocusCapture={[Function]}
2373
+ onLayout={[Function]}
2341
2374
  style={
2342
- {
2343
- "marginLeft": 12,
2344
- "paddingVertical": 8,
2345
- }
2375
+ [
2376
+ {
2377
+ "flexDirection": "row",
2378
+ },
2379
+ null,
2380
+ ]
2346
2381
  }
2347
2382
  >
2348
2383
  <View
2349
- style={
2350
- [
2351
- {
2352
- "bottom": 0,
2353
- "left": 0,
2354
- "paddingVertical": 8,
2355
- "position": "absolute",
2356
- "right": 0,
2357
- "top": 0,
2358
- },
2359
- undefined,
2360
- ]
2361
- }
2362
- >
2363
- <View
2364
- collapsable={false}
2365
- style={
2366
- {
2367
- "backgroundColor": undefined,
2368
- "borderRadius": 16,
2369
- "flex": 1,
2370
- "transform": [
2371
- {
2372
- "scaleX": 0,
2373
- },
2374
- ],
2375
- }
2384
+ accessibilityState={
2385
+ {
2386
+ "busy": undefined,
2387
+ "checked": undefined,
2388
+ "disabled": undefined,
2389
+ "expanded": undefined,
2390
+ "selected": undefined,
2376
2391
  }
2377
- themeActive={false}
2378
- />
2379
- </View>
2380
- <View
2392
+ }
2393
+ accessible={true}
2394
+ collapsable={false}
2395
+ focusable={true}
2396
+ isFirstItem={false}
2397
+ onClick={[Function]}
2398
+ onResponderGrant={[Function]}
2399
+ onResponderMove={[Function]}
2400
+ onResponderRelease={[Function]}
2401
+ onResponderTerminate={[Function]}
2402
+ onResponderTerminationRequest={[Function]}
2403
+ onStartShouldSetResponder={[Function]}
2381
2404
  style={
2382
- [
2383
- {
2384
- "paddingHorizontal": 8,
2385
- "paddingVertical": 4,
2386
- },
2387
- undefined,
2388
- ]
2405
+ {
2406
+ "marginLeft": 12,
2407
+ "paddingVertical": 8,
2408
+ }
2389
2409
  }
2390
2410
  >
2391
2411
  <View
2392
2412
  style={
2393
2413
  [
2394
2414
  {
2395
- "alignItems": "center",
2396
- "flexDirection": "row",
2415
+ "bottom": 0,
2416
+ "left": 0,
2417
+ "paddingVertical": 8,
2418
+ "position": "absolute",
2419
+ "right": 0,
2420
+ "top": 0,
2397
2421
  },
2398
2422
  undefined,
2399
2423
  ]
2400
2424
  }
2401
2425
  >
2402
- <HeroIcon
2403
- name="calendar-dates-outlined"
2404
- style={
2405
- [
2406
- {
2407
- "color": "#001f23",
2408
- "fontSize": 20,
2409
- },
2410
- {
2411
- "color": "#001f23",
2412
- },
2413
- ]
2414
- }
2415
- testID="hero-icon-calendar-dates-outlined"
2416
- themeIntent="text"
2417
- themeSize="small"
2418
- />
2419
2426
  <View
2420
2427
  collapsable={false}
2421
2428
  style={
2422
2429
  {
2423
- "alignItems": "center",
2424
- "backgroundColor": "#355bfb",
2425
- "borderRadius": 999,
2426
- "height": 20,
2427
- "justifyContent": "center",
2428
- "marginLeft": 4,
2429
- "minWidth": 20,
2430
- "opacity": 1,
2431
- "paddingHorizontal": 8,
2430
+ "backgroundColor": undefined,
2431
+ "borderRadius": 16,
2432
+ "flex": 1,
2432
2433
  "transform": [
2433
2434
  {
2434
- "scale": 1,
2435
+ "scaleX": 0,
2435
2436
  },
2436
2437
  ],
2437
2438
  }
2438
2439
  }
2439
- themeIntent="info"
2440
- themePadding="wideContent"
2440
+ themeActive={false}
2441
+ />
2442
+ </View>
2443
+ <View
2444
+ style={
2445
+ [
2446
+ {
2447
+ "paddingHorizontal": 8,
2448
+ "paddingVertical": 4,
2449
+ },
2450
+ undefined,
2451
+ ]
2452
+ }
2453
+ >
2454
+ <View
2455
+ style={
2456
+ [
2457
+ {
2458
+ "alignItems": "center",
2459
+ "flexDirection": "row",
2460
+ },
2461
+ undefined,
2462
+ ]
2463
+ }
2441
2464
  >
2442
- <Text
2443
- allowFontScaling={false}
2465
+ <HeroIcon
2466
+ name="calendar-dates-outlined"
2444
2467
  style={
2445
2468
  [
2446
2469
  {
2447
2470
  "color": "#001f23",
2448
- "fontFamily": "BeVietnamPro-Regular",
2449
- "fontSize": 12,
2450
- "letterSpacing": 0.48,
2451
- "lineHeight": 16,
2471
+ "fontSize": 20,
2452
2472
  },
2453
- [
2473
+ {
2474
+ "color": "#001f23",
2475
+ },
2476
+ ]
2477
+ }
2478
+ testID="hero-icon-calendar-dates-outlined"
2479
+ themeIntent="text"
2480
+ themeSize="small"
2481
+ />
2482
+ <View
2483
+ collapsable={false}
2484
+ style={
2485
+ {
2486
+ "alignItems": "center",
2487
+ "backgroundColor": "#355bfb",
2488
+ "borderRadius": 999,
2489
+ "height": 20,
2490
+ "justifyContent": "center",
2491
+ "marginLeft": 4,
2492
+ "minWidth": 20,
2493
+ "opacity": 1,
2494
+ "paddingHorizontal": 8,
2495
+ "transform": [
2454
2496
  {
2455
- "color": "#ffffff",
2456
- "includeFontPadding": false,
2457
- "textAlign": "center",
2458
- "textAlignVertical": "center",
2497
+ "scale": 1,
2459
2498
  },
2460
- undefined,
2461
2499
  ],
2462
- ]
2500
+ }
2463
2501
  }
2464
- themeFontWeight="regular"
2465
- themeIntent="body"
2502
+ themeIntent="info"
2503
+ themePadding="wideContent"
2466
2504
  >
2467
- 50
2468
- </Text>
2505
+ <Text
2506
+ allowFontScaling={false}
2507
+ style={
2508
+ [
2509
+ {
2510
+ "color": "#001f23",
2511
+ "fontFamily": "BeVietnamPro-Regular",
2512
+ "fontSize": 12,
2513
+ "letterSpacing": 0.48,
2514
+ "lineHeight": 16,
2515
+ },
2516
+ [
2517
+ {
2518
+ "color": "#ffffff",
2519
+ "includeFontPadding": false,
2520
+ "textAlign": "center",
2521
+ "textAlignVertical": "center",
2522
+ },
2523
+ undefined,
2524
+ ],
2525
+ ]
2526
+ }
2527
+ themeFontWeight="regular"
2528
+ themeIntent="body"
2529
+ >
2530
+ 50
2531
+ </Text>
2532
+ </View>
2469
2533
  </View>
2470
2534
  </View>
2471
2535
  </View>
2472
2536
  </View>
2473
2537
  </View>
2474
- </View>
2475
- </RCTScrollView>
2476
- </View>
2477
- <RNCViewPager
2478
- layoutDirection="ltr"
2479
- onMoveShouldSetResponderCapture={[Function]}
2480
- onPageScroll={[Function]}
2481
- onPageScrollStateChanged={[Function]}
2482
- onPageSelected={[Function]}
2483
- >
2484
- <View
2485
- collapsable={false}
2486
- style={
2487
- {
2488
- "bottom": 0,
2489
- "left": 0,
2490
- "position": "absolute",
2491
- "right": 0,
2492
- "top": 0,
2493
- }
2494
- }
2538
+ </RCTScrollView>
2539
+ </View>
2540
+ <RNCViewPager
2541
+ layoutDirection="ltr"
2542
+ onMoveShouldSetResponderCapture={[Function]}
2543
+ onPageScroll={[Function]}
2544
+ onPageScrollStateChanged={[Function]}
2545
+ onPageSelected={[Function]}
2495
2546
  >
2496
2547
  <View
2497
- accessibilityElementsHidden={false}
2498
- importantForAccessibility="auto"
2548
+ collapsable={false}
2499
2549
  style={
2500
- [
2501
- {
2502
- "flex": 1,
2503
- },
2550
+ {
2551
+ "bottom": 0,
2552
+ "left": 0,
2553
+ "position": "absolute",
2554
+ "right": 0,
2555
+ "top": 0,
2556
+ }
2557
+ }
2558
+ >
2559
+ <View
2560
+ accessibilityElementsHidden={false}
2561
+ importantForAccessibility="auto"
2562
+ style={
2504
2563
  [
2505
2564
  {
2506
2565
  "flex": 1,
2507
- "overflow": "hidden",
2508
- },
2509
- {
2510
- "bottom": 0,
2511
- "left": 0,
2512
- "position": "absolute",
2513
- "right": 0,
2514
- "top": 0,
2515
2566
  },
2516
- ],
2517
- ]
2518
- }
2519
- >
2520
- <Text>
2521
- Work Screen
2522
-
2523
- focused
2524
- </Text>
2567
+ [
2568
+ {
2569
+ "flex": 1,
2570
+ "overflow": "hidden",
2571
+ },
2572
+ {
2573
+ "bottom": 0,
2574
+ "left": 0,
2575
+ "position": "absolute",
2576
+ "right": 0,
2577
+ "top": 0,
2578
+ },
2579
+ ],
2580
+ ]
2581
+ }
2582
+ >
2583
+ <Text>
2584
+ Work Screen
2585
+
2586
+ focused
2587
+ </Text>
2588
+ </View>
2525
2589
  </View>
2526
- </View>
2527
- <View
2528
- collapsable={false}
2529
- style={
2530
- {
2531
- "bottom": 0,
2532
- "left": 0,
2533
- "position": "absolute",
2534
- "right": 0,
2535
- "top": 0,
2536
- }
2537
- }
2538
- >
2539
2590
  <View
2540
- accessibilityElementsHidden={true}
2541
- importantForAccessibility="no-hide-descendants"
2591
+ collapsable={false}
2542
2592
  style={
2543
- [
2544
- {
2545
- "flex": 1,
2546
- },
2593
+ {
2594
+ "bottom": 0,
2595
+ "left": 0,
2596
+ "position": "absolute",
2597
+ "right": 0,
2598
+ "top": 0,
2599
+ }
2600
+ }
2601
+ >
2602
+ <View
2603
+ accessibilityElementsHidden={true}
2604
+ importantForAccessibility="no-hide-descendants"
2605
+ style={
2547
2606
  [
2548
2607
  {
2549
2608
  "flex": 1,
2550
- "overflow": "hidden",
2551
2609
  },
2552
- null,
2553
- ],
2554
- ]
2555
- }
2556
- >
2557
- <Text>
2558
- Personal Screen
2559
-
2560
- unfocused
2561
- </Text>
2610
+ [
2611
+ {
2612
+ "flex": 1,
2613
+ "overflow": "hidden",
2614
+ },
2615
+ null,
2616
+ ],
2617
+ ]
2618
+ }
2619
+ >
2620
+ <Text>
2621
+ Personal Screen
2622
+
2623
+ unfocused
2624
+ </Text>
2625
+ </View>
2562
2626
  </View>
2563
- </View>
2564
- <View
2565
- collapsable={false}
2566
- style={
2567
- {
2568
- "bottom": 0,
2569
- "left": 0,
2570
- "position": "absolute",
2571
- "right": 0,
2572
- "top": 0,
2573
- }
2574
- }
2575
- >
2576
2627
  <View
2577
- accessibilityElementsHidden={true}
2578
- importantForAccessibility="no-hide-descendants"
2628
+ collapsable={false}
2579
2629
  style={
2580
- [
2581
- {
2582
- "flex": 1,
2583
- },
2630
+ {
2631
+ "bottom": 0,
2632
+ "left": 0,
2633
+ "position": "absolute",
2634
+ "right": 0,
2635
+ "top": 0,
2636
+ }
2637
+ }
2638
+ >
2639
+ <View
2640
+ accessibilityElementsHidden={true}
2641
+ importantForAccessibility="no-hide-descendants"
2642
+ style={
2584
2643
  [
2585
2644
  {
2586
2645
  "flex": 1,
2587
- "overflow": "hidden",
2588
2646
  },
2589
- null,
2590
- ],
2591
- ]
2592
- }
2593
- />
2594
- </View>
2595
- <View
2596
- collapsable={false}
2597
- style={
2598
- {
2599
- "bottom": 0,
2600
- "left": 0,
2601
- "position": "absolute",
2602
- "right": 0,
2603
- "top": 0,
2604
- }
2605
- }
2606
- >
2647
+ [
2648
+ {
2649
+ "flex": 1,
2650
+ "overflow": "hidden",
2651
+ },
2652
+ null,
2653
+ ],
2654
+ ]
2655
+ }
2656
+ />
2657
+ </View>
2607
2658
  <View
2608
- accessibilityElementsHidden={true}
2609
- importantForAccessibility="no-hide-descendants"
2659
+ collapsable={false}
2610
2660
  style={
2611
- [
2612
- {
2613
- "flex": 1,
2614
- },
2661
+ {
2662
+ "bottom": 0,
2663
+ "left": 0,
2664
+ "position": "absolute",
2665
+ "right": 0,
2666
+ "top": 0,
2667
+ }
2668
+ }
2669
+ >
2670
+ <View
2671
+ accessibilityElementsHidden={true}
2672
+ importantForAccessibility="no-hide-descendants"
2673
+ style={
2615
2674
  [
2616
2675
  {
2617
2676
  "flex": 1,
2618
- "overflow": "hidden",
2619
2677
  },
2620
- null,
2621
- ],
2622
- ]
2623
- }
2624
- />
2625
- </View>
2626
- </RNCViewPager>
2627
- </View>
2628
- </RNCSafeAreaProvider>
2678
+ [
2679
+ {
2680
+ "flex": 1,
2681
+ "overflow": "hidden",
2682
+ },
2683
+ null,
2684
+ ],
2685
+ ]
2686
+ }
2687
+ />
2688
+ </View>
2689
+ </RNCViewPager>
2690
+ </View>
2691
+ </RNCSafeAreaProvider>
2692
+ <View
2693
+ pointerEvents="box-none"
2694
+ position="bottom"
2695
+ style={
2696
+ [
2697
+ {
2698
+ "bottom": 0,
2699
+ "elevation": 9999,
2700
+ "flexDirection": "column-reverse",
2701
+ "left": 0,
2702
+ "paddingHorizontal": 24,
2703
+ "paddingVertical": 16,
2704
+ "position": "absolute",
2705
+ "right": 0,
2706
+ "top": 0,
2707
+ },
2708
+ undefined,
2709
+ ]
2710
+ }
2711
+ />
2712
+ </View>
2629
2713
  `;