@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
|
@@ -4,10 +4,10 @@ exports[`Skeleton renders correctly by default 1`] = `
|
|
|
4
4
|
<View
|
|
5
5
|
onLayout={[Function]}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
[
|
|
8
|
+
{},
|
|
9
|
+
[
|
|
10
|
+
{
|
|
11
11
|
"backgroundColor": "#f6f6f7",
|
|
12
12
|
"borderRadius": 16,
|
|
13
13
|
},
|
|
@@ -20,10 +20,10 @@ exports[`Skeleton renders correctly by default 1`] = `
|
|
|
20
20
|
>
|
|
21
21
|
<View
|
|
22
22
|
style={
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
[
|
|
24
|
+
{},
|
|
25
|
+
[
|
|
26
|
+
{
|
|
27
27
|
"borderRadius": 16,
|
|
28
28
|
"overflow": "hidden",
|
|
29
29
|
},
|
|
@@ -36,30 +36,30 @@ exports[`Skeleton renders correctly by default 1`] = `
|
|
|
36
36
|
<BVLinearGradient
|
|
37
37
|
collapsable={false}
|
|
38
38
|
colors={
|
|
39
|
-
|
|
39
|
+
[
|
|
40
40
|
4294375159,
|
|
41
41
|
4292533214,
|
|
42
42
|
4294375159,
|
|
43
43
|
]
|
|
44
44
|
}
|
|
45
45
|
endPoint={
|
|
46
|
-
|
|
46
|
+
{
|
|
47
47
|
"x": 1,
|
|
48
48
|
"y": 0,
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
locations={null}
|
|
52
52
|
startPoint={
|
|
53
|
-
|
|
53
|
+
{
|
|
54
54
|
"x": 0,
|
|
55
55
|
"y": 0,
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
style={
|
|
59
|
-
|
|
59
|
+
{
|
|
60
60
|
"height": "100%",
|
|
61
|
-
"transform":
|
|
62
|
-
|
|
61
|
+
"transform": [
|
|
62
|
+
{
|
|
63
63
|
"translateX": -0,
|
|
64
64
|
},
|
|
65
65
|
],
|
|
@@ -75,10 +75,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
|
|
|
75
75
|
<View
|
|
76
76
|
onLayout={[Function]}
|
|
77
77
|
style={
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
[
|
|
79
|
+
{},
|
|
80
|
+
[
|
|
81
|
+
{
|
|
82
82
|
"backgroundColor": "#ffffff",
|
|
83
83
|
"borderRadius": 999,
|
|
84
84
|
},
|
|
@@ -91,10 +91,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
|
|
|
91
91
|
>
|
|
92
92
|
<View
|
|
93
93
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
94
|
+
[
|
|
95
|
+
{},
|
|
96
|
+
[
|
|
97
|
+
{
|
|
98
98
|
"borderRadius": 999,
|
|
99
99
|
"overflow": "hidden",
|
|
100
100
|
},
|
|
@@ -107,30 +107,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
|
|
|
107
107
|
<BVLinearGradient
|
|
108
108
|
collapsable={false}
|
|
109
109
|
colors={
|
|
110
|
-
|
|
110
|
+
[
|
|
111
111
|
4294967295,
|
|
112
112
|
4292533214,
|
|
113
113
|
4294967295,
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
endPoint={
|
|
117
|
-
|
|
117
|
+
{
|
|
118
118
|
"x": 1,
|
|
119
119
|
"y": 0,
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
locations={null}
|
|
123
123
|
startPoint={
|
|
124
|
-
|
|
124
|
+
{
|
|
125
125
|
"x": 0,
|
|
126
126
|
"y": 0,
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
style={
|
|
130
|
-
|
|
130
|
+
{
|
|
131
131
|
"height": "100%",
|
|
132
|
-
"transform":
|
|
133
|
-
|
|
132
|
+
"transform": [
|
|
133
|
+
{
|
|
134
134
|
"translateX": -0,
|
|
135
135
|
},
|
|
136
136
|
],
|
|
@@ -146,10 +146,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
|
|
|
146
146
|
<View
|
|
147
147
|
onLayout={[Function]}
|
|
148
148
|
style={
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
149
|
+
[
|
|
150
|
+
{},
|
|
151
|
+
[
|
|
152
|
+
{
|
|
153
153
|
"backgroundColor": "#ffffff",
|
|
154
154
|
"borderRadius": 0,
|
|
155
155
|
},
|
|
@@ -162,10 +162,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
|
|
|
162
162
|
>
|
|
163
163
|
<View
|
|
164
164
|
style={
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
165
|
+
[
|
|
166
|
+
{},
|
|
167
|
+
[
|
|
168
|
+
{
|
|
169
169
|
"borderRadius": 0,
|
|
170
170
|
"overflow": "hidden",
|
|
171
171
|
},
|
|
@@ -178,30 +178,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
|
|
|
178
178
|
<BVLinearGradient
|
|
179
179
|
collapsable={false}
|
|
180
180
|
colors={
|
|
181
|
-
|
|
181
|
+
[
|
|
182
182
|
4294967295,
|
|
183
183
|
4292533214,
|
|
184
184
|
4294967295,
|
|
185
185
|
]
|
|
186
186
|
}
|
|
187
187
|
endPoint={
|
|
188
|
-
|
|
188
|
+
{
|
|
189
189
|
"x": 1,
|
|
190
190
|
"y": 0,
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
locations={null}
|
|
194
194
|
startPoint={
|
|
195
|
-
|
|
195
|
+
{
|
|
196
196
|
"x": 0,
|
|
197
197
|
"y": 0,
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
style={
|
|
201
|
-
|
|
201
|
+
{
|
|
202
202
|
"height": "100%",
|
|
203
|
-
"transform":
|
|
204
|
-
|
|
203
|
+
"transform": [
|
|
204
|
+
{
|
|
205
205
|
"translateX": -0,
|
|
206
206
|
},
|
|
207
207
|
],
|
|
@@ -217,10 +217,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
|
|
|
217
217
|
<View
|
|
218
218
|
onLayout={[Function]}
|
|
219
219
|
style={
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
220
|
+
[
|
|
221
|
+
{},
|
|
222
|
+
[
|
|
223
|
+
{
|
|
224
224
|
"backgroundColor": "#ffffff",
|
|
225
225
|
"borderRadius": 16,
|
|
226
226
|
},
|
|
@@ -233,10 +233,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
|
|
|
233
233
|
>
|
|
234
234
|
<View
|
|
235
235
|
style={
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
236
|
+
[
|
|
237
|
+
{},
|
|
238
|
+
[
|
|
239
|
+
{
|
|
240
240
|
"borderRadius": 16,
|
|
241
241
|
"overflow": "hidden",
|
|
242
242
|
},
|
|
@@ -249,30 +249,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
|
|
|
249
249
|
<BVLinearGradient
|
|
250
250
|
collapsable={false}
|
|
251
251
|
colors={
|
|
252
|
-
|
|
252
|
+
[
|
|
253
253
|
4294967295,
|
|
254
254
|
4292533214,
|
|
255
255
|
4294967295,
|
|
256
256
|
]
|
|
257
257
|
}
|
|
258
258
|
endPoint={
|
|
259
|
-
|
|
259
|
+
{
|
|
260
260
|
"x": 1,
|
|
261
261
|
"y": 0,
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
locations={null}
|
|
265
265
|
startPoint={
|
|
266
|
-
|
|
266
|
+
{
|
|
267
267
|
"x": 0,
|
|
268
268
|
"y": 0,
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
style={
|
|
272
|
-
|
|
272
|
+
{
|
|
273
273
|
"height": "100%",
|
|
274
|
-
"transform":
|
|
275
|
-
|
|
274
|
+
"transform": [
|
|
275
|
+
{
|
|
276
276
|
"translateX": -0,
|
|
277
277
|
},
|
|
278
278
|
],
|
|
@@ -288,10 +288,10 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
|
|
|
288
288
|
<View
|
|
289
289
|
onLayout={[Function]}
|
|
290
290
|
style={
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
291
|
+
[
|
|
292
|
+
{},
|
|
293
|
+
[
|
|
294
|
+
{
|
|
295
295
|
"backgroundColor": "#f6f6f7",
|
|
296
296
|
"borderRadius": 999,
|
|
297
297
|
},
|
|
@@ -304,10 +304,10 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
|
|
|
304
304
|
>
|
|
305
305
|
<View
|
|
306
306
|
style={
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
307
|
+
[
|
|
308
|
+
{},
|
|
309
|
+
[
|
|
310
|
+
{
|
|
311
311
|
"borderRadius": 999,
|
|
312
312
|
"overflow": "hidden",
|
|
313
313
|
},
|
|
@@ -320,30 +320,30 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
|
|
|
320
320
|
<BVLinearGradient
|
|
321
321
|
collapsable={false}
|
|
322
322
|
colors={
|
|
323
|
-
|
|
323
|
+
[
|
|
324
324
|
4294375159,
|
|
325
325
|
4292533214,
|
|
326
326
|
4294375159,
|
|
327
327
|
]
|
|
328
328
|
}
|
|
329
329
|
endPoint={
|
|
330
|
-
|
|
330
|
+
{
|
|
331
331
|
"x": 1,
|
|
332
332
|
"y": 0,
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
locations={null}
|
|
336
336
|
startPoint={
|
|
337
|
-
|
|
337
|
+
{
|
|
338
338
|
"x": 0,
|
|
339
339
|
"y": 0,
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
style={
|
|
343
|
-
|
|
343
|
+
{
|
|
344
344
|
"height": "100%",
|
|
345
|
-
"transform":
|
|
346
|
-
|
|
345
|
+
"transform": [
|
|
346
|
+
{
|
|
347
347
|
"translateX": -0,
|
|
348
348
|
},
|
|
349
349
|
],
|
|
@@ -359,10 +359,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
|
|
|
359
359
|
<View
|
|
360
360
|
onLayout={[Function]}
|
|
361
361
|
style={
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
362
|
+
[
|
|
363
|
+
{},
|
|
364
|
+
[
|
|
365
|
+
{
|
|
366
366
|
"backgroundColor": "#f6f6f7",
|
|
367
367
|
"borderRadius": 0,
|
|
368
368
|
},
|
|
@@ -375,10 +375,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
|
|
|
375
375
|
>
|
|
376
376
|
<View
|
|
377
377
|
style={
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
378
|
+
[
|
|
379
|
+
{},
|
|
380
|
+
[
|
|
381
|
+
{
|
|
382
382
|
"borderRadius": 0,
|
|
383
383
|
"overflow": "hidden",
|
|
384
384
|
},
|
|
@@ -391,30 +391,30 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
|
|
|
391
391
|
<BVLinearGradient
|
|
392
392
|
collapsable={false}
|
|
393
393
|
colors={
|
|
394
|
-
|
|
394
|
+
[
|
|
395
395
|
4294375159,
|
|
396
396
|
4292533214,
|
|
397
397
|
4294375159,
|
|
398
398
|
]
|
|
399
399
|
}
|
|
400
400
|
endPoint={
|
|
401
|
-
|
|
401
|
+
{
|
|
402
402
|
"x": 1,
|
|
403
403
|
"y": 0,
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
locations={null}
|
|
407
407
|
startPoint={
|
|
408
|
-
|
|
408
|
+
{
|
|
409
409
|
"x": 0,
|
|
410
410
|
"y": 0,
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
style={
|
|
414
|
-
|
|
414
|
+
{
|
|
415
415
|
"height": "100%",
|
|
416
|
-
"transform":
|
|
417
|
-
|
|
416
|
+
"transform": [
|
|
417
|
+
{
|
|
418
418
|
"translateX": -0,
|
|
419
419
|
},
|
|
420
420
|
],
|
|
@@ -430,10 +430,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
|
|
|
430
430
|
<View
|
|
431
431
|
onLayout={[Function]}
|
|
432
432
|
style={
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
433
|
+
[
|
|
434
|
+
{},
|
|
435
|
+
[
|
|
436
|
+
{
|
|
437
437
|
"backgroundColor": "#f6f6f7",
|
|
438
438
|
"borderRadius": 16,
|
|
439
439
|
},
|
|
@@ -446,10 +446,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
|
|
|
446
446
|
>
|
|
447
447
|
<View
|
|
448
448
|
style={
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
449
|
+
[
|
|
450
|
+
{},
|
|
451
|
+
[
|
|
452
|
+
{
|
|
453
453
|
"borderRadius": 16,
|
|
454
454
|
"overflow": "hidden",
|
|
455
455
|
},
|
|
@@ -462,30 +462,30 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
|
|
|
462
462
|
<BVLinearGradient
|
|
463
463
|
collapsable={false}
|
|
464
464
|
colors={
|
|
465
|
-
|
|
465
|
+
[
|
|
466
466
|
4294375159,
|
|
467
467
|
4292533214,
|
|
468
468
|
4294375159,
|
|
469
469
|
]
|
|
470
470
|
}
|
|
471
471
|
endPoint={
|
|
472
|
-
|
|
472
|
+
{
|
|
473
473
|
"x": 1,
|
|
474
474
|
"y": 0,
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
locations={null}
|
|
478
478
|
startPoint={
|
|
479
|
-
|
|
479
|
+
{
|
|
480
480
|
"x": 0,
|
|
481
481
|
"y": 0,
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
style={
|
|
485
|
-
|
|
485
|
+
{
|
|
486
486
|
"height": "100%",
|
|
487
|
-
"transform":
|
|
488
|
-
|
|
487
|
+
"transform": [
|
|
488
|
+
{
|
|
489
489
|
"translateX": -0,
|
|
490
490
|
},
|
|
491
491
|
],
|
|
@@ -4,9 +4,9 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
4
4
|
<View
|
|
5
5
|
collapsable={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
"transform":
|
|
9
|
-
|
|
7
|
+
{
|
|
8
|
+
"transform": [
|
|
9
|
+
{
|
|
10
10
|
"rotate": "0deg",
|
|
11
11
|
},
|
|
12
12
|
],
|
|
@@ -16,12 +16,12 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
16
16
|
<View
|
|
17
17
|
collapsable={false}
|
|
18
18
|
style={
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
[
|
|
20
|
+
{
|
|
21
21
|
"flexDirection": "row",
|
|
22
22
|
"marginBottom": 8,
|
|
23
23
|
},
|
|
24
|
-
|
|
24
|
+
{},
|
|
25
25
|
]
|
|
26
26
|
}
|
|
27
27
|
themePosition="top"
|
|
@@ -30,15 +30,15 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
30
30
|
<View
|
|
31
31
|
collapsable={false}
|
|
32
32
|
style={
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
35
|
"backgroundColor": "#401960",
|
|
36
36
|
"borderRadius": 999,
|
|
37
37
|
"height": 16,
|
|
38
38
|
"opacity": 0.9,
|
|
39
39
|
"width": 16,
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
{},
|
|
42
42
|
]
|
|
43
43
|
}
|
|
44
44
|
themeIntent="primary"
|
|
@@ -48,8 +48,8 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
48
48
|
<View
|
|
49
49
|
collapsable={false}
|
|
50
50
|
style={
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
[
|
|
52
|
+
{
|
|
53
53
|
"backgroundColor": "#401960",
|
|
54
54
|
"borderRadius": 999,
|
|
55
55
|
"height": 16,
|
|
@@ -57,7 +57,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
57
57
|
"opacity": 0.675,
|
|
58
58
|
"width": 16,
|
|
59
59
|
},
|
|
60
|
-
|
|
60
|
+
{},
|
|
61
61
|
]
|
|
62
62
|
}
|
|
63
63
|
themeIntent="primary"
|
|
@@ -68,12 +68,12 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
68
68
|
<View
|
|
69
69
|
collapsable={false}
|
|
70
70
|
style={
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
[
|
|
72
|
+
{
|
|
73
73
|
"flexDirection": "row",
|
|
74
74
|
"marginBottom": 0,
|
|
75
75
|
},
|
|
76
|
-
|
|
76
|
+
{},
|
|
77
77
|
]
|
|
78
78
|
}
|
|
79
79
|
themePosition="bottom"
|
|
@@ -82,15 +82,15 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
82
82
|
<View
|
|
83
83
|
collapsable={false}
|
|
84
84
|
style={
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
[
|
|
86
|
+
{
|
|
87
87
|
"backgroundColor": "#401960",
|
|
88
88
|
"borderRadius": 999,
|
|
89
89
|
"height": 16,
|
|
90
90
|
"opacity": 0.45,
|
|
91
91
|
"width": 16,
|
|
92
92
|
},
|
|
93
|
-
|
|
93
|
+
{},
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
themeIntent="primary"
|
|
@@ -100,8 +100,8 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
100
100
|
<View
|
|
101
101
|
collapsable={false}
|
|
102
102
|
style={
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
[
|
|
104
|
+
{
|
|
105
105
|
"backgroundColor": "#401960",
|
|
106
106
|
"borderRadius": 999,
|
|
107
107
|
"height": 16,
|
|
@@ -109,7 +109,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
109
109
|
"opacity": 0.225,
|
|
110
110
|
"width": 16,
|
|
111
111
|
},
|
|
112
|
-
|
|
112
|
+
{},
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
themeIntent="primary"
|