@hero-design/rn 8.38.0 → 8.39.1

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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  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
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -3,8 +3,8 @@
3
3
  exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, and size is $themeSize 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "alignItems": "center",
9
9
  "height": "100%",
10
10
  "justifyContent": "center",
@@ -16,9 +16,9 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
16
16
  <View
17
17
  collapsable={false}
18
18
  style={
19
- Object {
20
- "transform": Array [
21
- Object {
19
+ {
20
+ "transform": [
21
+ {
22
22
  "rotate": "0deg",
23
23
  },
24
24
  ],
@@ -28,12 +28,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
28
28
  <View
29
29
  collapsable={false}
30
30
  style={
31
- Array [
32
- Object {
31
+ [
32
+ {
33
33
  "flexDirection": "row",
34
34
  "marginBottom": 4,
35
35
  },
36
- Object {},
36
+ {},
37
37
  ]
38
38
  }
39
39
  themePosition="top"
@@ -42,15 +42,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
42
42
  <View
43
43
  collapsable={false}
44
44
  style={
45
- Array [
46
- Object {
45
+ [
46
+ {
47
47
  "backgroundColor": "#401960",
48
48
  "borderRadius": 999,
49
49
  "height": 8,
50
50
  "opacity": 0.9,
51
51
  "width": 8,
52
52
  },
53
- Object {},
53
+ {},
54
54
  ]
55
55
  }
56
56
  themeIntent="primary"
@@ -60,8 +60,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
60
60
  <View
61
61
  collapsable={false}
62
62
  style={
63
- Array [
64
- Object {
63
+ [
64
+ {
65
65
  "backgroundColor": "#401960",
66
66
  "borderRadius": 999,
67
67
  "height": 8,
@@ -69,7 +69,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
69
69
  "opacity": 0.675,
70
70
  "width": 8,
71
71
  },
72
- Object {},
72
+ {},
73
73
  ]
74
74
  }
75
75
  themeIntent="primary"
@@ -80,12 +80,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
80
80
  <View
81
81
  collapsable={false}
82
82
  style={
83
- Array [
84
- Object {
83
+ [
84
+ {
85
85
  "flexDirection": "row",
86
86
  "marginBottom": 0,
87
87
  },
88
- Object {},
88
+ {},
89
89
  ]
90
90
  }
91
91
  themePosition="bottom"
@@ -94,15 +94,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
94
94
  <View
95
95
  collapsable={false}
96
96
  style={
97
- Array [
98
- Object {
97
+ [
98
+ {
99
99
  "backgroundColor": "#401960",
100
100
  "borderRadius": 999,
101
101
  "height": 8,
102
102
  "opacity": 0.45,
103
103
  "width": 8,
104
104
  },
105
- Object {},
105
+ {},
106
106
  ]
107
107
  }
108
108
  themeIntent="primary"
@@ -112,8 +112,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
112
112
  <View
113
113
  collapsable={false}
114
114
  style={
115
- Array [
116
- Object {
115
+ [
116
+ {
117
117
  "backgroundColor": "#401960",
118
118
  "borderRadius": 999,
119
119
  "height": 8,
@@ -121,7 +121,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
121
121
  "opacity": 0.225,
122
122
  "width": 8,
123
123
  },
124
- Object {},
124
+ {},
125
125
  ]
126
126
  }
127
127
  themeIntent="primary"
@@ -136,8 +136,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
136
136
  exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, and size is $themeSize 2`] = `
137
137
  <View
138
138
  style={
139
- Array [
140
- Object {
139
+ [
140
+ {
141
141
  "alignItems": "center",
142
142
  "height": "100%",
143
143
  "justifyContent": "center",
@@ -149,9 +149,9 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
149
149
  <View
150
150
  collapsable={false}
151
151
  style={
152
- Object {
153
- "transform": Array [
154
- Object {
152
+ {
153
+ "transform": [
154
+ {
155
155
  "rotate": "0deg",
156
156
  },
157
157
  ],
@@ -161,12 +161,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
161
161
  <View
162
162
  collapsable={false}
163
163
  style={
164
- Array [
165
- Object {
164
+ [
165
+ {
166
166
  "flexDirection": "row",
167
167
  "marginBottom": 4,
168
168
  },
169
- Object {},
169
+ {},
170
170
  ]
171
171
  }
172
172
  themePosition="top"
@@ -175,15 +175,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
175
175
  <View
176
176
  collapsable={false}
177
177
  style={
178
- Array [
179
- Object {
178
+ [
179
+ {
180
180
  "backgroundColor": "#ffffff",
181
181
  "borderRadius": 999,
182
182
  "height": 8,
183
183
  "opacity": 0.9,
184
184
  "width": 8,
185
185
  },
186
- Object {},
186
+ {},
187
187
  ]
188
188
  }
189
189
  themeIntent="inverted"
@@ -193,8 +193,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
193
193
  <View
194
194
  collapsable={false}
195
195
  style={
196
- Array [
197
- Object {
196
+ [
197
+ {
198
198
  "backgroundColor": "#ffffff",
199
199
  "borderRadius": 999,
200
200
  "height": 8,
@@ -202,7 +202,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
202
202
  "opacity": 0.675,
203
203
  "width": 8,
204
204
  },
205
- Object {},
205
+ {},
206
206
  ]
207
207
  }
208
208
  themeIntent="inverted"
@@ -213,12 +213,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
213
213
  <View
214
214
  collapsable={false}
215
215
  style={
216
- Array [
217
- Object {
216
+ [
217
+ {
218
218
  "flexDirection": "row",
219
219
  "marginBottom": 0,
220
220
  },
221
- Object {},
221
+ {},
222
222
  ]
223
223
  }
224
224
  themePosition="bottom"
@@ -227,15 +227,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
227
227
  <View
228
228
  collapsable={false}
229
229
  style={
230
- Array [
231
- Object {
230
+ [
231
+ {
232
232
  "backgroundColor": "#ffffff",
233
233
  "borderRadius": 999,
234
234
  "height": 8,
235
235
  "opacity": 0.45,
236
236
  "width": 8,
237
237
  },
238
- Object {},
238
+ {},
239
239
  ]
240
240
  }
241
241
  themeIntent="inverted"
@@ -245,8 +245,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
245
245
  <View
246
246
  collapsable={false}
247
247
  style={
248
- Array [
249
- Object {
248
+ [
249
+ {
250
250
  "backgroundColor": "#ffffff",
251
251
  "borderRadius": 999,
252
252
  "height": 8,
@@ -254,7 +254,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
254
254
  "opacity": 0.225,
255
255
  "width": 8,
256
256
  },
257
- Object {},
257
+ {},
258
258
  ]
259
259
  }
260
260
  themeIntent="inverted"
@@ -269,8 +269,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
269
269
  exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, and size is $themeSize 3`] = `
270
270
  <View
271
271
  style={
272
- Array [
273
- Object {
272
+ [
273
+ {
274
274
  "alignItems": "center",
275
275
  "height": "100%",
276
276
  "justifyContent": "center",
@@ -282,9 +282,9 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
282
282
  <View
283
283
  collapsable={false}
284
284
  style={
285
- Object {
286
- "transform": Array [
287
- Object {
285
+ {
286
+ "transform": [
287
+ {
288
288
  "rotate": "0deg",
289
289
  },
290
290
  ],
@@ -294,12 +294,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
294
294
  <View
295
295
  collapsable={false}
296
296
  style={
297
- Array [
298
- Object {
297
+ [
298
+ {
299
299
  "flexDirection": "row",
300
300
  "marginBottom": 8,
301
301
  },
302
- Object {},
302
+ {},
303
303
  ]
304
304
  }
305
305
  themePosition="top"
@@ -308,15 +308,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
308
308
  <View
309
309
  collapsable={false}
310
310
  style={
311
- Array [
312
- Object {
311
+ [
312
+ {
313
313
  "backgroundColor": "#401960",
314
314
  "borderRadius": 999,
315
315
  "height": 16,
316
316
  "opacity": 0.9,
317
317
  "width": 16,
318
318
  },
319
- Object {},
319
+ {},
320
320
  ]
321
321
  }
322
322
  themeIntent="primary"
@@ -326,8 +326,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
326
326
  <View
327
327
  collapsable={false}
328
328
  style={
329
- Array [
330
- Object {
329
+ [
330
+ {
331
331
  "backgroundColor": "#401960",
332
332
  "borderRadius": 999,
333
333
  "height": 16,
@@ -335,7 +335,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
335
335
  "opacity": 0.675,
336
336
  "width": 16,
337
337
  },
338
- Object {},
338
+ {},
339
339
  ]
340
340
  }
341
341
  themeIntent="primary"
@@ -346,12 +346,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
346
346
  <View
347
347
  collapsable={false}
348
348
  style={
349
- Array [
350
- Object {
349
+ [
350
+ {
351
351
  "flexDirection": "row",
352
352
  "marginBottom": 0,
353
353
  },
354
- Object {},
354
+ {},
355
355
  ]
356
356
  }
357
357
  themePosition="bottom"
@@ -360,15 +360,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
360
360
  <View
361
361
  collapsable={false}
362
362
  style={
363
- Array [
364
- Object {
363
+ [
364
+ {
365
365
  "backgroundColor": "#401960",
366
366
  "borderRadius": 999,
367
367
  "height": 16,
368
368
  "opacity": 0.45,
369
369
  "width": 16,
370
370
  },
371
- Object {},
371
+ {},
372
372
  ]
373
373
  }
374
374
  themeIntent="primary"
@@ -378,8 +378,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
378
378
  <View
379
379
  collapsable={false}
380
380
  style={
381
- Array [
382
- Object {
381
+ [
382
+ {
383
383
  "backgroundColor": "#401960",
384
384
  "borderRadius": 999,
385
385
  "height": 16,
@@ -387,7 +387,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
387
387
  "opacity": 0.225,
388
388
  "width": 16,
389
389
  },
390
- Object {},
390
+ {},
391
391
  ]
392
392
  }
393
393
  themeIntent="primary"
@@ -402,8 +402,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
402
402
  exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, and size is $themeSize 4`] = `
403
403
  <View
404
404
  style={
405
- Array [
406
- Object {
405
+ [
406
+ {
407
407
  "alignItems": "center",
408
408
  "height": "100%",
409
409
  "justifyContent": "center",
@@ -415,9 +415,9 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
415
415
  <View
416
416
  collapsable={false}
417
417
  style={
418
- Object {
419
- "transform": Array [
420
- Object {
418
+ {
419
+ "transform": [
420
+ {
421
421
  "rotate": "0deg",
422
422
  },
423
423
  ],
@@ -427,12 +427,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
427
427
  <View
428
428
  collapsable={false}
429
429
  style={
430
- Array [
431
- Object {
430
+ [
431
+ {
432
432
  "flexDirection": "row",
433
433
  "marginBottom": 8,
434
434
  },
435
- Object {},
435
+ {},
436
436
  ]
437
437
  }
438
438
  themePosition="top"
@@ -441,15 +441,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
441
441
  <View
442
442
  collapsable={false}
443
443
  style={
444
- Array [
445
- Object {
444
+ [
445
+ {
446
446
  "backgroundColor": "#ffffff",
447
447
  "borderRadius": 999,
448
448
  "height": 16,
449
449
  "opacity": 0.9,
450
450
  "width": 16,
451
451
  },
452
- Object {},
452
+ {},
453
453
  ]
454
454
  }
455
455
  themeIntent="inverted"
@@ -459,8 +459,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
459
459
  <View
460
460
  collapsable={false}
461
461
  style={
462
- Array [
463
- Object {
462
+ [
463
+ {
464
464
  "backgroundColor": "#ffffff",
465
465
  "borderRadius": 999,
466
466
  "height": 16,
@@ -468,7 +468,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
468
468
  "opacity": 0.675,
469
469
  "width": 16,
470
470
  },
471
- Object {},
471
+ {},
472
472
  ]
473
473
  }
474
474
  themeIntent="inverted"
@@ -479,12 +479,12 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
479
479
  <View
480
480
  collapsable={false}
481
481
  style={
482
- Array [
483
- Object {
482
+ [
483
+ {
484
484
  "flexDirection": "row",
485
485
  "marginBottom": 0,
486
486
  },
487
- Object {},
487
+ {},
488
488
  ]
489
489
  }
490
490
  themePosition="bottom"
@@ -493,15 +493,15 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
493
493
  <View
494
494
  collapsable={false}
495
495
  style={
496
- Array [
497
- Object {
496
+ [
497
+ {
498
498
  "backgroundColor": "#ffffff",
499
499
  "borderRadius": 999,
500
500
  "height": 16,
501
501
  "opacity": 0.45,
502
502
  "width": 16,
503
503
  },
504
- Object {},
504
+ {},
505
505
  ]
506
506
  }
507
507
  themeIntent="inverted"
@@ -511,8 +511,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
511
511
  <View
512
512
  collapsable={false}
513
513
  style={
514
- Array [
515
- Object {
514
+ [
515
+ {
516
516
  "backgroundColor": "#ffffff",
517
517
  "borderRadius": 999,
518
518
  "height": 16,
@@ -520,7 +520,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
520
520
  "opacity": 0.225,
521
521
  "width": 16,
522
522
  },
523
- Object {},
523
+ {},
524
524
  ]
525
525
  }
526
526
  themeIntent="inverted"
@@ -535,8 +535,8 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
535
535
  exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is medium, intent is inverted 1`] = `
536
536
  <View
537
537
  style={
538
- Array [
539
- Object {
538
+ [
539
+ {
540
540
  "backgroundColor": "#ffffff",
541
541
  "borderRadius": 999,
542
542
  "height": 16,
@@ -555,8 +555,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
555
555
  exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is medium, intent is primary 1`] = `
556
556
  <View
557
557
  style={
558
- Array [
559
- Object {
558
+ [
559
+ {
560
560
  "backgroundColor": "#401960",
561
561
  "borderRadius": 999,
562
562
  "height": 16,
@@ -575,8 +575,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
575
575
  exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is small, intent is inverted 1`] = `
576
576
  <View
577
577
  style={
578
- Array [
579
- Object {
578
+ [
579
+ {
580
580
  "backgroundColor": "#ffffff",
581
581
  "borderRadius": 999,
582
582
  "height": 8,
@@ -595,8 +595,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
595
595
  exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is small, intent is primary 1`] = `
596
596
  <View
597
597
  style={
598
- Array [
599
- Object {
598
+ [
599
+ {
600
600
  "backgroundColor": "#401960",
601
601
  "borderRadius": 999,
602
602
  "height": 8,
@@ -615,8 +615,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
615
615
  exports[`StyledSpinnerDot renders correctly when position is bottomRight, size is medium, intent is inverted 1`] = `
616
616
  <View
617
617
  style={
618
- Array [
619
- Object {
618
+ [
619
+ {
620
620
  "backgroundColor": "#ffffff",
621
621
  "borderRadius": 999,
622
622
  "height": 16,
@@ -636,8 +636,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
636
636
  exports[`StyledSpinnerDot renders correctly when position is bottomRight, size is medium, intent is primary 1`] = `
637
637
  <View
638
638
  style={
639
- Array [
640
- Object {
639
+ [
640
+ {
641
641
  "backgroundColor": "#401960",
642
642
  "borderRadius": 999,
643
643
  "height": 16,
@@ -657,8 +657,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
657
657
  exports[`StyledSpinnerDot renders correctly when position is bottomRight, size is small, intent is inverted 1`] = `
658
658
  <View
659
659
  style={
660
- Array [
661
- Object {
660
+ [
661
+ {
662
662
  "backgroundColor": "#ffffff",
663
663
  "borderRadius": 999,
664
664
  "height": 8,
@@ -678,8 +678,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
678
678
  exports[`StyledSpinnerDot renders correctly when position is bottomRight, size is small, intent is primary 1`] = `
679
679
  <View
680
680
  style={
681
- Array [
682
- Object {
681
+ [
682
+ {
683
683
  "backgroundColor": "#401960",
684
684
  "borderRadius": 999,
685
685
  "height": 8,
@@ -699,8 +699,8 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
699
699
  exports[`StyledSpinnerDot renders correctly when position is topLeft, size is medium, intent is inverted 1`] = `
700
700
  <View
701
701
  style={
702
- Array [
703
- Object {
702
+ [
703
+ {
704
704
  "backgroundColor": "#ffffff",
705
705
  "borderRadius": 999,
706
706
  "height": 16,
@@ -719,8 +719,8 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
719
719
  exports[`StyledSpinnerDot renders correctly when position is topLeft, size is medium, intent is primary 1`] = `
720
720
  <View
721
721
  style={
722
- Array [
723
- Object {
722
+ [
723
+ {
724
724
  "backgroundColor": "#401960",
725
725
  "borderRadius": 999,
726
726
  "height": 16,
@@ -739,8 +739,8 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
739
739
  exports[`StyledSpinnerDot renders correctly when position is topLeft, size is small, intent is inverted 1`] = `
740
740
  <View
741
741
  style={
742
- Array [
743
- Object {
742
+ [
743
+ {
744
744
  "backgroundColor": "#ffffff",
745
745
  "borderRadius": 999,
746
746
  "height": 8,
@@ -759,8 +759,8 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
759
759
  exports[`StyledSpinnerDot renders correctly when position is topLeft, size is small, intent is primary 1`] = `
760
760
  <View
761
761
  style={
762
- Array [
763
- Object {
762
+ [
763
+ {
764
764
  "backgroundColor": "#401960",
765
765
  "borderRadius": 999,
766
766
  "height": 8,
@@ -779,8 +779,8 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
779
779
  exports[`StyledSpinnerDot renders correctly when position is topRight, size is medium, intent is inverted 1`] = `
780
780
  <View
781
781
  style={
782
- Array [
783
- Object {
782
+ [
783
+ {
784
784
  "backgroundColor": "#ffffff",
785
785
  "borderRadius": 999,
786
786
  "height": 16,
@@ -800,8 +800,8 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
800
800
  exports[`StyledSpinnerDot renders correctly when position is topRight, size is medium, intent is primary 1`] = `
801
801
  <View
802
802
  style={
803
- Array [
804
- Object {
803
+ [
804
+ {
805
805
  "backgroundColor": "#401960",
806
806
  "borderRadius": 999,
807
807
  "height": 16,
@@ -821,8 +821,8 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
821
821
  exports[`StyledSpinnerDot renders correctly when position is topRight, size is small, intent is inverted 1`] = `
822
822
  <View
823
823
  style={
824
- Array [
825
- Object {
824
+ [
825
+ {
826
826
  "backgroundColor": "#ffffff",
827
827
  "borderRadius": 999,
828
828
  "height": 8,
@@ -842,8 +842,8 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
842
842
  exports[`StyledSpinnerDot renders correctly when position is topRight, size is small, intent is primary 1`] = `
843
843
  <View
844
844
  style={
845
- Array [
846
- Object {
845
+ [
846
+ {
847
847
  "backgroundColor": "#401960",
848
848
  "borderRadius": 999,
849
849
  "height": 8,
@@ -863,8 +863,8 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
863
863
  exports[`StyledSpinnerRow renders correctly when position is bottom, and size is medium 1`] = `
864
864
  <View
865
865
  style={
866
- Array [
867
- Object {
866
+ [
867
+ {
868
868
  "flexDirection": "row",
869
869
  "marginBottom": 0,
870
870
  },
@@ -879,8 +879,8 @@ exports[`StyledSpinnerRow renders correctly when position is bottom, and size is
879
879
  exports[`StyledSpinnerRow renders correctly when position is bottom, and size is small 1`] = `
880
880
  <View
881
881
  style={
882
- Array [
883
- Object {
882
+ [
883
+ {
884
884
  "flexDirection": "row",
885
885
  "marginBottom": 0,
886
886
  },
@@ -895,8 +895,8 @@ exports[`StyledSpinnerRow renders correctly when position is bottom, and size is
895
895
  exports[`StyledSpinnerRow renders correctly when position is top, and size is medium 1`] = `
896
896
  <View
897
897
  style={
898
- Array [
899
- Object {
898
+ [
899
+ {
900
900
  "flexDirection": "row",
901
901
  "marginBottom": 8,
902
902
  },
@@ -911,8 +911,8 @@ exports[`StyledSpinnerRow renders correctly when position is top, and size is me
911
911
  exports[`StyledSpinnerRow renders correctly when position is top, and size is small 1`] = `
912
912
  <View
913
913
  style={
914
- Array [
915
- Object {
914
+ [
915
+ {
916
916
  "flexDirection": "row",
917
917
  "marginBottom": 4,
918
918
  },