@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.
- package/.turbo/turbo-build.log +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- 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
|
-
|
|
7
|
-
|
|
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
|
-
|
|
20
|
-
"transform":
|
|
21
|
-
|
|
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
|
-
|
|
32
|
-
|
|
31
|
+
[
|
|
32
|
+
{
|
|
33
33
|
"flexDirection": "row",
|
|
34
34
|
"marginBottom": 4,
|
|
35
35
|
},
|
|
36
|
-
|
|
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
|
-
|
|
46
|
-
|
|
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
|
-
|
|
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
|
-
|
|
64
|
-
|
|
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
|
-
|
|
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
|
-
|
|
84
|
-
|
|
83
|
+
[
|
|
84
|
+
{
|
|
85
85
|
"flexDirection": "row",
|
|
86
86
|
"marginBottom": 0,
|
|
87
87
|
},
|
|
88
|
-
|
|
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
|
-
|
|
98
|
-
|
|
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
|
-
|
|
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
|
-
|
|
116
|
-
|
|
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
|
-
|
|
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
|
-
|
|
140
|
-
|
|
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
|
-
|
|
153
|
-
"transform":
|
|
154
|
-
|
|
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
|
-
|
|
165
|
-
|
|
164
|
+
[
|
|
165
|
+
{
|
|
166
166
|
"flexDirection": "row",
|
|
167
167
|
"marginBottom": 4,
|
|
168
168
|
},
|
|
169
|
-
|
|
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
|
-
|
|
179
|
-
|
|
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
|
-
|
|
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
|
-
|
|
197
|
-
|
|
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
|
-
|
|
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
|
-
|
|
217
|
-
|
|
216
|
+
[
|
|
217
|
+
{
|
|
218
218
|
"flexDirection": "row",
|
|
219
219
|
"marginBottom": 0,
|
|
220
220
|
},
|
|
221
|
-
|
|
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
|
-
|
|
231
|
-
|
|
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
|
-
|
|
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
|
-
|
|
249
|
-
|
|
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
|
-
|
|
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
|
-
|
|
273
|
-
|
|
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
|
-
|
|
286
|
-
"transform":
|
|
287
|
-
|
|
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
|
-
|
|
298
|
-
|
|
297
|
+
[
|
|
298
|
+
{
|
|
299
299
|
"flexDirection": "row",
|
|
300
300
|
"marginBottom": 8,
|
|
301
301
|
},
|
|
302
|
-
|
|
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
|
-
|
|
312
|
-
|
|
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
|
-
|
|
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
|
-
|
|
330
|
-
|
|
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
|
-
|
|
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
|
-
|
|
350
|
-
|
|
349
|
+
[
|
|
350
|
+
{
|
|
351
351
|
"flexDirection": "row",
|
|
352
352
|
"marginBottom": 0,
|
|
353
353
|
},
|
|
354
|
-
|
|
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
|
-
|
|
364
|
-
|
|
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
|
-
|
|
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
|
-
|
|
382
|
-
|
|
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
|
-
|
|
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
|
-
|
|
406
|
-
|
|
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
|
-
|
|
419
|
-
"transform":
|
|
420
|
-
|
|
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
|
-
|
|
431
|
-
|
|
430
|
+
[
|
|
431
|
+
{
|
|
432
432
|
"flexDirection": "row",
|
|
433
433
|
"marginBottom": 8,
|
|
434
434
|
},
|
|
435
|
-
|
|
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
|
-
|
|
445
|
-
|
|
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
|
-
|
|
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
|
-
|
|
463
|
-
|
|
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
|
-
|
|
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
|
-
|
|
483
|
-
|
|
482
|
+
[
|
|
483
|
+
{
|
|
484
484
|
"flexDirection": "row",
|
|
485
485
|
"marginBottom": 0,
|
|
486
486
|
},
|
|
487
|
-
|
|
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
|
-
|
|
497
|
-
|
|
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
|
-
|
|
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
|
-
|
|
515
|
-
|
|
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
|
-
|
|
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
|
-
|
|
539
|
-
|
|
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
|
-
|
|
559
|
-
|
|
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
|
-
|
|
579
|
-
|
|
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
|
-
|
|
599
|
-
|
|
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
|
-
|
|
619
|
-
|
|
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
|
-
|
|
640
|
-
|
|
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
|
-
|
|
661
|
-
|
|
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
|
-
|
|
682
|
-
|
|
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
|
-
|
|
703
|
-
|
|
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
|
-
|
|
723
|
-
|
|
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
|
-
|
|
743
|
-
|
|
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
|
-
|
|
763
|
-
|
|
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
|
-
|
|
783
|
-
|
|
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
|
-
|
|
804
|
-
|
|
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
|
-
|
|
825
|
-
|
|
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
|
-
|
|
846
|
-
|
|
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
|
-
|
|
867
|
-
|
|
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
|
-
|
|
883
|
-
|
|
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
|
-
|
|
899
|
-
|
|
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
|
-
|
|
915
|
-
|
|
914
|
+
[
|
|
915
|
+
{
|
|
916
916
|
"flexDirection": "row",
|
|
917
917
|
"marginBottom": 4,
|
|
918
918
|
},
|