@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,621 +1,649 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`ScrollableTabsHeader renders correctly 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
11
+ <RNCSafeAreaProvider
12
+ onInsetsChange={[Function]}
16
13
  style={
17
14
  [
18
15
  {
19
- "borderBottomColor": "#e8e9ea",
20
- "borderBottomWidth": 1,
21
- "paddingHorizontal": 0,
16
+ "flex": 1,
22
17
  },
23
18
  undefined,
24
19
  ]
25
20
  }
26
- themeInsets={
27
- {
28
- "bottom": 0,
29
- "left": 0,
30
- "right": 0,
31
- "top": 0,
32
- }
33
- }
34
21
  >
35
- <RCTScrollView
36
- contentContainerStyle={
37
- {
38
- "paddingHorizontal": 8,
39
- }
40
- }
41
- data={
22
+ <View
23
+ style={
42
24
  [
43
25
  {
44
- "activeItem": "Work",
45
- "component": <Text>
46
- Work Screen
47
- </Text>,
48
- "key": "work",
49
- },
50
- {
51
- "activeItem": "speaker",
52
- "component": <Text>
53
- Personal Screen
54
- </Text>,
55
- "inactiveItem": "speaker-outlined",
56
- "key": "personal",
57
- },
58
- {
59
- "activeItem": "home",
60
- "badge": {
61
- "type": "status",
62
- },
63
- "component": <Text>
64
- Home Screen
65
- </Text>,
66
- "inactiveItem": "home-outlined",
67
- "key": "home",
68
- },
69
- {
70
- "activeItem": "calendar",
71
- "badge": {
72
- "type": "counter",
73
- "value": 50,
74
- },
75
- "component": <Text>
76
- Calendar Screen
77
- </Text>,
78
- "inactiveItem": "calendar-dates-outlined",
79
- "key": "calendar",
26
+ "borderBottomColor": "#e8e9ea",
27
+ "borderBottomWidth": 1,
28
+ "paddingHorizontal": 0,
80
29
  },
30
+ undefined,
81
31
  ]
82
32
  }
83
- getItem={[Function]}
84
- getItemCount={[Function]}
85
- horizontal={true}
86
- keyExtractor={[Function]}
87
- onContentSizeChange={[Function]}
88
- onLayout={[Function]}
89
- onMomentumScrollBegin={[Function]}
90
- onMomentumScrollEnd={[Function]}
91
- onScroll={[Function]}
92
- onScrollBeginDrag={[Function]}
93
- onScrollEndDrag={[Function]}
94
- onScrollToIndexFailed={[Function]}
95
- removeClippedSubviews={false}
96
- renderItem={[Function]}
97
- scrollEventThrottle={50}
98
- showsHorizontalScrollIndicator={false}
99
- stickyHeaderIndices={[]}
100
- viewabilityConfigCallbackPairs={[]}
33
+ themeInsets={
34
+ {
35
+ "bottom": 0,
36
+ "left": 0,
37
+ "right": 0,
38
+ "top": 0,
39
+ }
40
+ }
101
41
  >
102
- <View>
103
- <View
104
- onFocusCapture={[Function]}
105
- onLayout={[Function]}
106
- style={
107
- [
108
- {
109
- "flexDirection": "row",
110
- },
111
- null,
112
- ]
42
+ <RCTScrollView
43
+ contentContainerStyle={
44
+ {
45
+ "paddingHorizontal": 8,
113
46
  }
114
- >
47
+ }
48
+ data={
49
+ [
50
+ {
51
+ "activeItem": "Work",
52
+ "component": <Text>
53
+ Work Screen
54
+ </Text>,
55
+ "key": "work",
56
+ },
57
+ {
58
+ "activeItem": "speaker",
59
+ "component": <Text>
60
+ Personal Screen
61
+ </Text>,
62
+ "inactiveItem": "speaker-outlined",
63
+ "key": "personal",
64
+ },
65
+ {
66
+ "activeItem": "home",
67
+ "badge": {
68
+ "type": "status",
69
+ },
70
+ "component": <Text>
71
+ Home Screen
72
+ </Text>,
73
+ "inactiveItem": "home-outlined",
74
+ "key": "home",
75
+ },
76
+ {
77
+ "activeItem": "calendar",
78
+ "badge": {
79
+ "type": "counter",
80
+ "value": 50,
81
+ },
82
+ "component": <Text>
83
+ Calendar Screen
84
+ </Text>,
85
+ "inactiveItem": "calendar-dates-outlined",
86
+ "key": "calendar",
87
+ },
88
+ ]
89
+ }
90
+ getItem={[Function]}
91
+ getItemCount={[Function]}
92
+ horizontal={true}
93
+ keyExtractor={[Function]}
94
+ onContentSizeChange={[Function]}
95
+ onLayout={[Function]}
96
+ onMomentumScrollBegin={[Function]}
97
+ onMomentumScrollEnd={[Function]}
98
+ onScroll={[Function]}
99
+ onScrollBeginDrag={[Function]}
100
+ onScrollEndDrag={[Function]}
101
+ onScrollToIndexFailed={[Function]}
102
+ removeClippedSubviews={false}
103
+ renderItem={[Function]}
104
+ scrollEventThrottle={50}
105
+ showsHorizontalScrollIndicator={false}
106
+ stickyHeaderIndices={[]}
107
+ viewabilityConfigCallbackPairs={[]}
108
+ >
109
+ <View>
115
110
  <View
116
- accessibilityState={
117
- {
118
- "busy": undefined,
119
- "checked": undefined,
120
- "disabled": undefined,
121
- "expanded": undefined,
122
- "selected": undefined,
123
- }
124
- }
125
- accessible={true}
126
- collapsable={false}
127
- focusable={true}
128
- isFirstItem={true}
129
- onClick={[Function]}
130
- onResponderGrant={[Function]}
131
- onResponderMove={[Function]}
132
- onResponderRelease={[Function]}
133
- onResponderTerminate={[Function]}
134
- onResponderTerminationRequest={[Function]}
135
- onStartShouldSetResponder={[Function]}
111
+ onFocusCapture={[Function]}
112
+ onLayout={[Function]}
136
113
  style={
137
- {
138
- "marginLeft": 0,
139
- "paddingVertical": 8,
140
- }
114
+ [
115
+ {
116
+ "flexDirection": "row",
117
+ },
118
+ null,
119
+ ]
141
120
  }
142
121
  >
143
122
  <View
123
+ accessibilityState={
124
+ {
125
+ "busy": undefined,
126
+ "checked": undefined,
127
+ "disabled": undefined,
128
+ "expanded": undefined,
129
+ "selected": undefined,
130
+ }
131
+ }
132
+ accessible={true}
133
+ collapsable={false}
134
+ focusable={true}
135
+ isFirstItem={true}
136
+ onClick={[Function]}
137
+ onResponderGrant={[Function]}
138
+ onResponderMove={[Function]}
139
+ onResponderRelease={[Function]}
140
+ onResponderTerminate={[Function]}
141
+ onResponderTerminationRequest={[Function]}
142
+ onStartShouldSetResponder={[Function]}
144
143
  style={
145
- [
146
- {
147
- "bottom": 0,
148
- "left": 0,
149
- "paddingVertical": 8,
150
- "position": "absolute",
151
- "right": 0,
152
- "top": 0,
153
- },
154
- undefined,
155
- ]
144
+ {
145
+ "marginLeft": 0,
146
+ "paddingVertical": 8,
147
+ }
156
148
  }
157
149
  >
158
150
  <View
159
- collapsable={false}
160
151
  style={
161
- {
162
- "backgroundColor": "#ccd2d3",
163
- "borderRadius": 16,
164
- "flex": 1,
165
- "transform": [
166
- {
167
- "scaleX": 1,
168
- },
169
- ],
170
- }
152
+ [
153
+ {
154
+ "bottom": 0,
155
+ "left": 0,
156
+ "paddingVertical": 8,
157
+ "position": "absolute",
158
+ "right": 0,
159
+ "top": 0,
160
+ },
161
+ undefined,
162
+ ]
171
163
  }
172
- themeActive={true}
173
- />
174
- </View>
175
- <View
176
- style={
177
- [
178
- {
179
- "paddingHorizontal": 8,
180
- "paddingVertical": 4,
181
- },
182
- undefined,
183
- ]
184
- }
185
- >
186
- <View>
187
- <Text
188
- allowFontScaling={false}
189
- numberOfLines={1}
164
+ >
165
+ <View
166
+ collapsable={false}
190
167
  style={
191
- [
192
- {
193
- "color": "#001f23",
194
- "fontFamily": "BeVietnamPro-SemiBold",
195
- "fontSize": 16,
196
- "letterSpacing": 0.24,
197
- "lineHeight": 24,
198
- },
199
- {
200
- "color": "#001f23",
201
- },
202
- ]
168
+ {
169
+ "backgroundColor": "#ccd2d3",
170
+ "borderRadius": 16,
171
+ "flex": 1,
172
+ "transform": [
173
+ {
174
+ "scaleX": 1,
175
+ },
176
+ ],
177
+ }
203
178
  }
204
- themeIntent="body"
205
- themeTypeface="neutral"
206
- themeVariant="regular-bold"
207
- >
208
- Work
209
- </Text>
179
+ themeActive={true}
180
+ />
181
+ </View>
182
+ <View
183
+ style={
184
+ [
185
+ {
186
+ "paddingHorizontal": 8,
187
+ "paddingVertical": 4,
188
+ },
189
+ undefined,
190
+ ]
191
+ }
192
+ >
193
+ <View>
194
+ <Text
195
+ allowFontScaling={false}
196
+ numberOfLines={1}
197
+ style={
198
+ [
199
+ {
200
+ "color": "#001f23",
201
+ "fontFamily": "BeVietnamPro-SemiBold",
202
+ "fontSize": 16,
203
+ "letterSpacing": 0.24,
204
+ "lineHeight": 24,
205
+ },
206
+ {
207
+ "color": "#001f23",
208
+ },
209
+ ]
210
+ }
211
+ themeIntent="body"
212
+ themeTypeface="neutral"
213
+ themeVariant="regular-bold"
214
+ >
215
+ Work
216
+ </Text>
217
+ </View>
210
218
  </View>
211
219
  </View>
212
220
  </View>
213
- </View>
214
- <View
215
- onFocusCapture={[Function]}
216
- onLayout={[Function]}
217
- style={
218
- [
219
- {
220
- "flexDirection": "row",
221
- },
222
- null,
223
- ]
224
- }
225
- >
226
221
  <View
227
- accessibilityState={
228
- {
229
- "busy": undefined,
230
- "checked": undefined,
231
- "disabled": undefined,
232
- "expanded": undefined,
233
- "selected": undefined,
234
- }
235
- }
236
- accessible={true}
237
- collapsable={false}
238
- focusable={true}
239
- isFirstItem={false}
240
- onClick={[Function]}
241
- onResponderGrant={[Function]}
242
- onResponderMove={[Function]}
243
- onResponderRelease={[Function]}
244
- onResponderTerminate={[Function]}
245
- onResponderTerminationRequest={[Function]}
246
- onStartShouldSetResponder={[Function]}
222
+ onFocusCapture={[Function]}
223
+ onLayout={[Function]}
247
224
  style={
248
- {
249
- "marginLeft": 12,
250
- "paddingVertical": 8,
251
- }
225
+ [
226
+ {
227
+ "flexDirection": "row",
228
+ },
229
+ null,
230
+ ]
252
231
  }
253
232
  >
254
233
  <View
234
+ accessibilityState={
235
+ {
236
+ "busy": undefined,
237
+ "checked": undefined,
238
+ "disabled": undefined,
239
+ "expanded": undefined,
240
+ "selected": undefined,
241
+ }
242
+ }
243
+ accessible={true}
244
+ collapsable={false}
245
+ focusable={true}
246
+ isFirstItem={false}
247
+ onClick={[Function]}
248
+ onResponderGrant={[Function]}
249
+ onResponderMove={[Function]}
250
+ onResponderRelease={[Function]}
251
+ onResponderTerminate={[Function]}
252
+ onResponderTerminationRequest={[Function]}
253
+ onStartShouldSetResponder={[Function]}
255
254
  style={
256
- [
257
- {
258
- "bottom": 0,
259
- "left": 0,
260
- "paddingVertical": 8,
261
- "position": "absolute",
262
- "right": 0,
263
- "top": 0,
264
- },
265
- undefined,
266
- ]
255
+ {
256
+ "marginLeft": 12,
257
+ "paddingVertical": 8,
258
+ }
267
259
  }
268
260
  >
269
261
  <View
270
- collapsable={false}
271
262
  style={
272
- {
273
- "backgroundColor": undefined,
274
- "borderRadius": 16,
275
- "flex": 1,
276
- "transform": [
277
- {
278
- "scaleX": 0,
279
- },
280
- ],
281
- }
263
+ [
264
+ {
265
+ "bottom": 0,
266
+ "left": 0,
267
+ "paddingVertical": 8,
268
+ "position": "absolute",
269
+ "right": 0,
270
+ "top": 0,
271
+ },
272
+ undefined,
273
+ ]
282
274
  }
283
- themeActive={false}
284
- />
285
- </View>
286
- <View
287
- style={
288
- [
289
- {
290
- "paddingHorizontal": 8,
291
- "paddingVertical": 4,
292
- },
293
- undefined,
294
- ]
295
- }
296
- >
297
- <View>
298
- <HeroIcon
299
- name="speaker-outlined"
275
+ >
276
+ <View
277
+ collapsable={false}
300
278
  style={
301
- [
302
- {
303
- "color": "#001f23",
304
- "fontSize": 20,
305
- },
306
- {
307
- "color": "#001f23",
308
- },
309
- ]
279
+ {
280
+ "backgroundColor": undefined,
281
+ "borderRadius": 16,
282
+ "flex": 1,
283
+ "transform": [
284
+ {
285
+ "scaleX": 0,
286
+ },
287
+ ],
288
+ }
310
289
  }
311
- testID="hero-icon-speaker-outlined"
312
- themeIntent="text"
313
- themeSize="small"
290
+ themeActive={false}
314
291
  />
315
292
  </View>
293
+ <View
294
+ style={
295
+ [
296
+ {
297
+ "paddingHorizontal": 8,
298
+ "paddingVertical": 4,
299
+ },
300
+ undefined,
301
+ ]
302
+ }
303
+ >
304
+ <View>
305
+ <HeroIcon
306
+ name="speaker-outlined"
307
+ style={
308
+ [
309
+ {
310
+ "color": "#001f23",
311
+ "fontSize": 20,
312
+ },
313
+ {
314
+ "color": "#001f23",
315
+ },
316
+ ]
317
+ }
318
+ testID="hero-icon-speaker-outlined"
319
+ themeIntent="text"
320
+ themeSize="small"
321
+ />
322
+ </View>
323
+ </View>
316
324
  </View>
317
325
  </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
326
  <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]}
327
+ onFocusCapture={[Function]}
328
+ onLayout={[Function]}
352
329
  style={
353
- {
354
- "marginLeft": 12,
355
- "paddingVertical": 8,
356
- }
330
+ [
331
+ {
332
+ "flexDirection": "row",
333
+ },
334
+ null,
335
+ ]
357
336
  }
358
337
  >
359
338
  <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
- <View
375
- collapsable={false}
376
- style={
377
- {
378
- "backgroundColor": undefined,
379
- "borderRadius": 16,
380
- "flex": 1,
381
- "transform": [
382
- {
383
- "scaleX": 0,
384
- },
385
- ],
386
- }
339
+ accessibilityState={
340
+ {
341
+ "busy": undefined,
342
+ "checked": undefined,
343
+ "disabled": undefined,
344
+ "expanded": undefined,
345
+ "selected": undefined,
387
346
  }
388
- themeActive={false}
389
- />
390
- </View>
391
- <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]}
392
359
  style={
393
- [
394
- {
395
- "paddingHorizontal": 8,
396
- "paddingVertical": 4,
397
- },
398
- undefined,
399
- ]
360
+ {
361
+ "marginLeft": 12,
362
+ "paddingVertical": 8,
363
+ }
400
364
  }
401
365
  >
402
366
  <View
403
367
  style={
404
- {
405
- "paddingHorizontal": 4,
406
- }
368
+ [
369
+ {
370
+ "bottom": 0,
371
+ "left": 0,
372
+ "paddingVertical": 8,
373
+ "position": "absolute",
374
+ "right": 0,
375
+ "top": 0,
376
+ },
377
+ undefined,
378
+ ]
407
379
  }
408
380
  >
409
- <HeroIcon
410
- name="home-outlined"
411
- style={
412
- [
413
- {
414
- "color": "#001f23",
415
- "fontSize": 20,
416
- },
417
- {
418
- "color": "#001f23",
419
- },
420
- ]
421
- }
422
- testID="hero-icon-home-outlined"
423
- themeIntent="text"
424
- themeSize="small"
425
- />
426
381
  <View
427
382
  collapsable={false}
428
383
  style={
429
384
  {
430
- "backgroundColor": "#cb300a",
431
- "borderRadius": 999,
432
- "height": 8,
433
- "opacity": 1,
434
- "position": "absolute",
435
- "right": -2,
436
- "top": -2,
385
+ "backgroundColor": undefined,
386
+ "borderRadius": 16,
387
+ "flex": 1,
437
388
  "transform": [
438
389
  {
439
- "scale": 1,
390
+ "scaleX": 0,
440
391
  },
441
392
  ],
442
- "width": 8,
443
393
  }
444
394
  }
445
- themeIntent="danger"
395
+ themeActive={false}
446
396
  />
447
397
  </View>
398
+ <View
399
+ style={
400
+ [
401
+ {
402
+ "paddingHorizontal": 8,
403
+ "paddingVertical": 4,
404
+ },
405
+ undefined,
406
+ ]
407
+ }
408
+ >
409
+ <View
410
+ style={
411
+ {
412
+ "paddingHorizontal": 4,
413
+ }
414
+ }
415
+ >
416
+ <HeroIcon
417
+ name="home-outlined"
418
+ style={
419
+ [
420
+ {
421
+ "color": "#001f23",
422
+ "fontSize": 20,
423
+ },
424
+ {
425
+ "color": "#001f23",
426
+ },
427
+ ]
428
+ }
429
+ testID="hero-icon-home-outlined"
430
+ themeIntent="text"
431
+ themeSize="small"
432
+ />
433
+ <View
434
+ collapsable={false}
435
+ style={
436
+ {
437
+ "backgroundColor": "#cb300a",
438
+ "borderRadius": 999,
439
+ "height": 8,
440
+ "opacity": 1,
441
+ "position": "absolute",
442
+ "right": -2,
443
+ "top": -2,
444
+ "transform": [
445
+ {
446
+ "scale": 1,
447
+ },
448
+ ],
449
+ "width": 8,
450
+ }
451
+ }
452
+ themeIntent="danger"
453
+ />
454
+ </View>
455
+ </View>
448
456
  </View>
449
457
  </View>
450
- </View>
451
- <View
452
- onFocusCapture={[Function]}
453
- onLayout={[Function]}
454
- style={
455
- [
456
- {
457
- "flexDirection": "row",
458
- },
459
- null,
460
- ]
461
- }
462
- >
463
458
  <View
464
- accessibilityState={
465
- {
466
- "busy": undefined,
467
- "checked": undefined,
468
- "disabled": undefined,
469
- "expanded": undefined,
470
- "selected": undefined,
471
- }
472
- }
473
- accessible={true}
474
- collapsable={false}
475
- focusable={true}
476
- isFirstItem={false}
477
- onClick={[Function]}
478
- onResponderGrant={[Function]}
479
- onResponderMove={[Function]}
480
- onResponderRelease={[Function]}
481
- onResponderTerminate={[Function]}
482
- onResponderTerminationRequest={[Function]}
483
- onStartShouldSetResponder={[Function]}
459
+ onFocusCapture={[Function]}
460
+ onLayout={[Function]}
484
461
  style={
485
- {
486
- "marginLeft": 12,
487
- "paddingVertical": 8,
488
- }
462
+ [
463
+ {
464
+ "flexDirection": "row",
465
+ },
466
+ null,
467
+ ]
489
468
  }
490
469
  >
491
470
  <View
492
- style={
493
- [
494
- {
495
- "bottom": 0,
496
- "left": 0,
497
- "paddingVertical": 8,
498
- "position": "absolute",
499
- "right": 0,
500
- "top": 0,
501
- },
502
- undefined,
503
- ]
504
- }
505
- >
506
- <View
507
- collapsable={false}
508
- style={
509
- {
510
- "backgroundColor": undefined,
511
- "borderRadius": 16,
512
- "flex": 1,
513
- "transform": [
514
- {
515
- "scaleX": 0,
516
- },
517
- ],
518
- }
471
+ accessibilityState={
472
+ {
473
+ "busy": undefined,
474
+ "checked": undefined,
475
+ "disabled": undefined,
476
+ "expanded": undefined,
477
+ "selected": undefined,
519
478
  }
520
- themeActive={false}
521
- />
522
- </View>
523
- <View
479
+ }
480
+ accessible={true}
481
+ collapsable={false}
482
+ focusable={true}
483
+ isFirstItem={false}
484
+ onClick={[Function]}
485
+ onResponderGrant={[Function]}
486
+ onResponderMove={[Function]}
487
+ onResponderRelease={[Function]}
488
+ onResponderTerminate={[Function]}
489
+ onResponderTerminationRequest={[Function]}
490
+ onStartShouldSetResponder={[Function]}
524
491
  style={
525
- [
526
- {
527
- "paddingHorizontal": 8,
528
- "paddingVertical": 4,
529
- },
530
- undefined,
531
- ]
492
+ {
493
+ "marginLeft": 12,
494
+ "paddingVertical": 8,
495
+ }
532
496
  }
533
497
  >
534
498
  <View
535
499
  style={
536
500
  [
537
501
  {
538
- "alignItems": "center",
539
- "flexDirection": "row",
502
+ "bottom": 0,
503
+ "left": 0,
504
+ "paddingVertical": 8,
505
+ "position": "absolute",
506
+ "right": 0,
507
+ "top": 0,
540
508
  },
541
509
  undefined,
542
510
  ]
543
511
  }
544
512
  >
545
- <HeroIcon
546
- name="calendar-dates-outlined"
547
- style={
548
- [
549
- {
550
- "color": "#001f23",
551
- "fontSize": 20,
552
- },
553
- {
554
- "color": "#001f23",
555
- },
556
- ]
557
- }
558
- testID="hero-icon-calendar-dates-outlined"
559
- themeIntent="text"
560
- themeSize="small"
561
- />
562
513
  <View
563
514
  collapsable={false}
564
515
  style={
565
516
  {
566
- "alignItems": "center",
567
- "backgroundColor": "#355bfb",
568
- "borderRadius": 999,
569
- "height": 20,
570
- "justifyContent": "center",
571
- "marginLeft": 4,
572
- "minWidth": 20,
573
- "opacity": 1,
574
- "paddingHorizontal": 8,
517
+ "backgroundColor": undefined,
518
+ "borderRadius": 16,
519
+ "flex": 1,
575
520
  "transform": [
576
521
  {
577
- "scale": 1,
522
+ "scaleX": 0,
578
523
  },
579
524
  ],
580
525
  }
581
526
  }
582
- themeIntent="info"
583
- themePadding="wideContent"
527
+ themeActive={false}
528
+ />
529
+ </View>
530
+ <View
531
+ style={
532
+ [
533
+ {
534
+ "paddingHorizontal": 8,
535
+ "paddingVertical": 4,
536
+ },
537
+ undefined,
538
+ ]
539
+ }
540
+ >
541
+ <View
542
+ style={
543
+ [
544
+ {
545
+ "alignItems": "center",
546
+ "flexDirection": "row",
547
+ },
548
+ undefined,
549
+ ]
550
+ }
584
551
  >
585
- <Text
586
- allowFontScaling={false}
552
+ <HeroIcon
553
+ name="calendar-dates-outlined"
587
554
  style={
588
555
  [
589
556
  {
590
557
  "color": "#001f23",
591
- "fontFamily": "BeVietnamPro-Regular",
592
- "fontSize": 12,
593
- "letterSpacing": 0.48,
594
- "lineHeight": 16,
558
+ "fontSize": 20,
595
559
  },
596
- [
560
+ {
561
+ "color": "#001f23",
562
+ },
563
+ ]
564
+ }
565
+ testID="hero-icon-calendar-dates-outlined"
566
+ themeIntent="text"
567
+ themeSize="small"
568
+ />
569
+ <View
570
+ collapsable={false}
571
+ style={
572
+ {
573
+ "alignItems": "center",
574
+ "backgroundColor": "#355bfb",
575
+ "borderRadius": 999,
576
+ "height": 20,
577
+ "justifyContent": "center",
578
+ "marginLeft": 4,
579
+ "minWidth": 20,
580
+ "opacity": 1,
581
+ "paddingHorizontal": 8,
582
+ "transform": [
597
583
  {
598
- "color": "#ffffff",
599
- "includeFontPadding": false,
600
- "textAlign": "center",
601
- "textAlignVertical": "center",
584
+ "scale": 1,
602
585
  },
603
- undefined,
604
586
  ],
605
- ]
587
+ }
606
588
  }
607
- themeFontWeight="regular"
608
- themeIntent="body"
589
+ themeIntent="info"
590
+ themePadding="wideContent"
609
591
  >
610
- 50
611
- </Text>
592
+ <Text
593
+ allowFontScaling={false}
594
+ style={
595
+ [
596
+ {
597
+ "color": "#001f23",
598
+ "fontFamily": "BeVietnamPro-Regular",
599
+ "fontSize": 12,
600
+ "letterSpacing": 0.48,
601
+ "lineHeight": 16,
602
+ },
603
+ [
604
+ {
605
+ "color": "#ffffff",
606
+ "includeFontPadding": false,
607
+ "textAlign": "center",
608
+ "textAlignVertical": "center",
609
+ },
610
+ undefined,
611
+ ],
612
+ ]
613
+ }
614
+ themeFontWeight="regular"
615
+ themeIntent="body"
616
+ >
617
+ 50
618
+ </Text>
619
+ </View>
612
620
  </View>
613
621
  </View>
614
622
  </View>
615
623
  </View>
616
624
  </View>
617
- </View>
618
- </RCTScrollView>
619
- </View>
620
- </RNCSafeAreaProvider>
625
+ </RCTScrollView>
626
+ </View>
627
+ </RNCSafeAreaProvider>
628
+ <View
629
+ pointerEvents="box-none"
630
+ position="bottom"
631
+ style={
632
+ [
633
+ {
634
+ "bottom": 0,
635
+ "elevation": 9999,
636
+ "flexDirection": "column-reverse",
637
+ "left": 0,
638
+ "paddingHorizontal": 24,
639
+ "paddingVertical": 16,
640
+ "position": "absolute",
641
+ "right": 0,
642
+ "top": 0,
643
+ },
644
+ undefined,
645
+ ]
646
+ }
647
+ />
648
+ </View>
621
649
  `;