@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[`StyledCheckbox renders correctly when disabled is false and readonly is false 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"borderColor": "#001f23",
|
|
9
9
|
"borderRadius": 4,
|
|
10
10
|
"borderWidth": 2,
|
|
@@ -20,8 +20,8 @@ exports[`StyledCheckbox renders correctly when disabled is false and readonly is
|
|
|
20
20
|
exports[`StyledCheckbox renders correctly when disabled is false and readonly is true 1`] = `
|
|
21
21
|
<View
|
|
22
22
|
style={
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
[
|
|
24
|
+
{
|
|
25
25
|
"borderColor": "#808f91",
|
|
26
26
|
"borderRadius": 4,
|
|
27
27
|
"borderWidth": 2,
|
|
@@ -37,8 +37,8 @@ exports[`StyledCheckbox renders correctly when disabled is false and readonly is
|
|
|
37
37
|
exports[`StyledCheckbox renders correctly when disabled is true and readonly is false 1`] = `
|
|
38
38
|
<View
|
|
39
39
|
style={
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
[
|
|
41
|
+
{
|
|
42
42
|
"borderColor": "#bfc1c5",
|
|
43
43
|
"borderRadius": 4,
|
|
44
44
|
"borderWidth": 2,
|
|
@@ -54,8 +54,8 @@ exports[`StyledCheckbox renders correctly when disabled is true and readonly is
|
|
|
54
54
|
exports[`StyledCheckbox renders correctly when disabled is true and readonly is true 1`] = `
|
|
55
55
|
<View
|
|
56
56
|
style={
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
[
|
|
58
|
+
{
|
|
59
59
|
"borderColor": "#bfc1c5",
|
|
60
60
|
"borderRadius": 4,
|
|
61
61
|
"borderWidth": 2,
|
|
@@ -81,7 +81,7 @@ exports[`StyledWrapper renders correctly when disabled is false, readonly is fal
|
|
|
81
81
|
onResponderTerminationRequest={[Function]}
|
|
82
82
|
onStartShouldSetResponder={[Function]}
|
|
83
83
|
style={
|
|
84
|
-
|
|
84
|
+
{
|
|
85
85
|
"borderColor": "#001f23",
|
|
86
86
|
"borderRadius": 8,
|
|
87
87
|
"borderWidth": 1,
|
|
@@ -106,7 +106,7 @@ exports[`StyledWrapper renders correctly when disabled is false, readonly is tru
|
|
|
106
106
|
onResponderTerminationRequest={[Function]}
|
|
107
107
|
onStartShouldSetResponder={[Function]}
|
|
108
108
|
style={
|
|
109
|
-
|
|
109
|
+
{
|
|
110
110
|
"borderColor": "#808f91",
|
|
111
111
|
"borderRadius": 8,
|
|
112
112
|
"borderWidth": 1,
|
|
@@ -131,7 +131,7 @@ exports[`StyledWrapper renders correctly when disabled is true, readonly is fals
|
|
|
131
131
|
onResponderTerminationRequest={[Function]}
|
|
132
132
|
onStartShouldSetResponder={[Function]}
|
|
133
133
|
style={
|
|
134
|
-
|
|
134
|
+
{
|
|
135
135
|
"borderColor": "#bfc1c5",
|
|
136
136
|
"borderRadius": 8,
|
|
137
137
|
"borderWidth": 1,
|
|
@@ -156,7 +156,7 @@ exports[`StyledWrapper renders correctly when disabled is true, readonly is true
|
|
|
156
156
|
onResponderTerminationRequest={[Function]}
|
|
157
157
|
onStartShouldSetResponder={[Function]}
|
|
158
158
|
style={
|
|
159
|
-
|
|
159
|
+
{
|
|
160
160
|
"borderColor": "#bfc1c5",
|
|
161
161
|
"borderRadius": 8,
|
|
162
162
|
"borderWidth": 1,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Checkbox renders correctly when checked is false and there is no description 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": false,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -18,7 +18,7 @@ exports[`Checkbox renders correctly when checked is false and there is no descri
|
|
|
18
18
|
onResponderTerminationRequest={[Function]}
|
|
19
19
|
onStartShouldSetResponder={[Function]}
|
|
20
20
|
style={
|
|
21
|
-
|
|
21
|
+
{
|
|
22
22
|
"borderColor": "#001f23",
|
|
23
23
|
"borderRadius": 8,
|
|
24
24
|
"borderWidth": 1,
|
|
@@ -30,8 +30,8 @@ exports[`Checkbox renders correctly when checked is false and there is no descri
|
|
|
30
30
|
>
|
|
31
31
|
<View
|
|
32
32
|
style={
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
35
|
"height": 24,
|
|
36
36
|
"overflow": "hidden",
|
|
37
37
|
"width": 24,
|
|
@@ -42,8 +42,8 @@ exports[`Checkbox renders correctly when checked is false and there is no descri
|
|
|
42
42
|
>
|
|
43
43
|
<View
|
|
44
44
|
style={
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
[
|
|
46
|
+
{
|
|
47
47
|
"borderColor": "#001f23",
|
|
48
48
|
"borderRadius": 4,
|
|
49
49
|
"borderWidth": 2,
|
|
@@ -61,7 +61,7 @@ exports[`Checkbox renders correctly when checked is false and there is no descri
|
|
|
61
61
|
exports[`Checkbox renders correctly when checked is true and there is no description 1`] = `
|
|
62
62
|
<View
|
|
63
63
|
accessibilityState={
|
|
64
|
-
|
|
64
|
+
{
|
|
65
65
|
"disabled": false,
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -76,7 +76,7 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
|
|
|
76
76
|
onResponderTerminationRequest={[Function]}
|
|
77
77
|
onStartShouldSetResponder={[Function]}
|
|
78
78
|
style={
|
|
79
|
-
|
|
79
|
+
{
|
|
80
80
|
"borderColor": "#001f23",
|
|
81
81
|
"borderRadius": 8,
|
|
82
82
|
"borderWidth": 1,
|
|
@@ -88,8 +88,8 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
|
|
|
88
88
|
>
|
|
89
89
|
<View
|
|
90
90
|
style={
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
[
|
|
92
|
+
{
|
|
93
93
|
"height": 24,
|
|
94
94
|
"overflow": "hidden",
|
|
95
95
|
"width": 24,
|
|
@@ -101,13 +101,13 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
|
|
|
101
101
|
<HeroIcon
|
|
102
102
|
name="box-check"
|
|
103
103
|
style={
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
[
|
|
105
|
+
{
|
|
106
106
|
"color": "#001f23",
|
|
107
107
|
"fontSize": 24,
|
|
108
108
|
},
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
[
|
|
110
|
+
{
|
|
111
111
|
"color": "#001f23",
|
|
112
112
|
"position": "absolute",
|
|
113
113
|
"top": 0,
|
|
@@ -122,8 +122,8 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
|
|
|
122
122
|
/>
|
|
123
123
|
<View
|
|
124
124
|
style={
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
[
|
|
126
|
+
{
|
|
127
127
|
"borderColor": "#001f23",
|
|
128
128
|
"borderRadius": 4,
|
|
129
129
|
"borderWidth": 2,
|
|
@@ -141,7 +141,7 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
|
|
|
141
141
|
exports[`Checkbox renders correctly when disabled is false and readonly is false 1`] = `
|
|
142
142
|
<View
|
|
143
143
|
accessibilityState={
|
|
144
|
-
|
|
144
|
+
{
|
|
145
145
|
"disabled": false,
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -156,7 +156,7 @@ exports[`Checkbox renders correctly when disabled is false and readonly is false
|
|
|
156
156
|
onResponderTerminationRequest={[Function]}
|
|
157
157
|
onStartShouldSetResponder={[Function]}
|
|
158
158
|
style={
|
|
159
|
-
|
|
159
|
+
{
|
|
160
160
|
"borderColor": "#001f23",
|
|
161
161
|
"borderRadius": 8,
|
|
162
162
|
"borderWidth": 1,
|
|
@@ -169,16 +169,16 @@ exports[`Checkbox renders correctly when disabled is false and readonly is false
|
|
|
169
169
|
<Text
|
|
170
170
|
allowFontScaling={false}
|
|
171
171
|
style={
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
[
|
|
173
|
+
{
|
|
174
174
|
"color": "#001f23",
|
|
175
175
|
"fontFamily": "BeVietnamPro-Regular",
|
|
176
176
|
"fontSize": 14,
|
|
177
177
|
"letterSpacing": 0.48,
|
|
178
178
|
"lineHeight": 22,
|
|
179
179
|
},
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
[
|
|
181
|
+
{
|
|
182
182
|
"flex": 1,
|
|
183
183
|
"paddingRight": 12,
|
|
184
184
|
},
|
|
@@ -194,8 +194,8 @@ exports[`Checkbox renders correctly when disabled is false and readonly is false
|
|
|
194
194
|
</Text>
|
|
195
195
|
<View
|
|
196
196
|
style={
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
[
|
|
198
|
+
{
|
|
199
199
|
"height": 24,
|
|
200
200
|
"overflow": "hidden",
|
|
201
201
|
"width": 24,
|
|
@@ -206,8 +206,8 @@ exports[`Checkbox renders correctly when disabled is false and readonly is false
|
|
|
206
206
|
>
|
|
207
207
|
<View
|
|
208
208
|
style={
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
[
|
|
210
|
+
{
|
|
211
211
|
"borderColor": "#001f23",
|
|
212
212
|
"borderRadius": 4,
|
|
213
213
|
"borderWidth": 2,
|
|
@@ -225,7 +225,7 @@ exports[`Checkbox renders correctly when disabled is false and readonly is false
|
|
|
225
225
|
exports[`Checkbox renders correctly when disabled is false and readonly is true 1`] = `
|
|
226
226
|
<View
|
|
227
227
|
accessibilityState={
|
|
228
|
-
|
|
228
|
+
{
|
|
229
229
|
"disabled": true,
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -240,7 +240,7 @@ exports[`Checkbox renders correctly when disabled is false and readonly is true
|
|
|
240
240
|
onResponderTerminationRequest={[Function]}
|
|
241
241
|
onStartShouldSetResponder={[Function]}
|
|
242
242
|
style={
|
|
243
|
-
|
|
243
|
+
{
|
|
244
244
|
"borderColor": "#808f91",
|
|
245
245
|
"borderRadius": 8,
|
|
246
246
|
"borderWidth": 1,
|
|
@@ -253,16 +253,16 @@ exports[`Checkbox renders correctly when disabled is false and readonly is true
|
|
|
253
253
|
<Text
|
|
254
254
|
allowFontScaling={false}
|
|
255
255
|
style={
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
[
|
|
257
|
+
{
|
|
258
258
|
"color": "#001f23",
|
|
259
259
|
"fontFamily": "BeVietnamPro-Regular",
|
|
260
260
|
"fontSize": 14,
|
|
261
261
|
"letterSpacing": 0.48,
|
|
262
262
|
"lineHeight": 22,
|
|
263
263
|
},
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
[
|
|
265
|
+
{
|
|
266
266
|
"flex": 1,
|
|
267
267
|
"paddingRight": 12,
|
|
268
268
|
},
|
|
@@ -278,8 +278,8 @@ exports[`Checkbox renders correctly when disabled is false and readonly is true
|
|
|
278
278
|
</Text>
|
|
279
279
|
<View
|
|
280
280
|
style={
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
[
|
|
282
|
+
{
|
|
283
283
|
"height": 24,
|
|
284
284
|
"overflow": "hidden",
|
|
285
285
|
"width": 24,
|
|
@@ -290,8 +290,8 @@ exports[`Checkbox renders correctly when disabled is false and readonly is true
|
|
|
290
290
|
>
|
|
291
291
|
<View
|
|
292
292
|
style={
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
[
|
|
294
|
+
{
|
|
295
295
|
"borderColor": "#808f91",
|
|
296
296
|
"borderRadius": 4,
|
|
297
297
|
"borderWidth": 2,
|
|
@@ -309,7 +309,7 @@ exports[`Checkbox renders correctly when disabled is false and readonly is true
|
|
|
309
309
|
exports[`Checkbox renders correctly when disabled is true and readonly is false 1`] = `
|
|
310
310
|
<View
|
|
311
311
|
accessibilityState={
|
|
312
|
-
|
|
312
|
+
{
|
|
313
313
|
"disabled": true,
|
|
314
314
|
}
|
|
315
315
|
}
|
|
@@ -324,7 +324,7 @@ exports[`Checkbox renders correctly when disabled is true and readonly is false
|
|
|
324
324
|
onResponderTerminationRequest={[Function]}
|
|
325
325
|
onStartShouldSetResponder={[Function]}
|
|
326
326
|
style={
|
|
327
|
-
|
|
327
|
+
{
|
|
328
328
|
"borderColor": "#bfc1c5",
|
|
329
329
|
"borderRadius": 8,
|
|
330
330
|
"borderWidth": 1,
|
|
@@ -337,16 +337,16 @@ exports[`Checkbox renders correctly when disabled is true and readonly is false
|
|
|
337
337
|
<Text
|
|
338
338
|
allowFontScaling={false}
|
|
339
339
|
style={
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
[
|
|
341
|
+
{
|
|
342
342
|
"color": "#4d6265",
|
|
343
343
|
"fontFamily": "BeVietnamPro-Regular",
|
|
344
344
|
"fontSize": 14,
|
|
345
345
|
"letterSpacing": 0.48,
|
|
346
346
|
"lineHeight": 22,
|
|
347
347
|
},
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
[
|
|
349
|
+
{
|
|
350
350
|
"flex": 1,
|
|
351
351
|
"paddingRight": 12,
|
|
352
352
|
},
|
|
@@ -362,8 +362,8 @@ exports[`Checkbox renders correctly when disabled is true and readonly is false
|
|
|
362
362
|
</Text>
|
|
363
363
|
<View
|
|
364
364
|
style={
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
[
|
|
366
|
+
{
|
|
367
367
|
"height": 24,
|
|
368
368
|
"overflow": "hidden",
|
|
369
369
|
"width": 24,
|
|
@@ -374,8 +374,8 @@ exports[`Checkbox renders correctly when disabled is true and readonly is false
|
|
|
374
374
|
>
|
|
375
375
|
<View
|
|
376
376
|
style={
|
|
377
|
-
|
|
378
|
-
|
|
377
|
+
[
|
|
378
|
+
{
|
|
379
379
|
"borderColor": "#bfc1c5",
|
|
380
380
|
"borderRadius": 4,
|
|
381
381
|
"borderWidth": 2,
|
|
@@ -393,7 +393,7 @@ exports[`Checkbox renders correctly when disabled is true and readonly is false
|
|
|
393
393
|
exports[`Checkbox renders correctly when disabled is true and readonly is true 1`] = `
|
|
394
394
|
<View
|
|
395
395
|
accessibilityState={
|
|
396
|
-
|
|
396
|
+
{
|
|
397
397
|
"disabled": true,
|
|
398
398
|
}
|
|
399
399
|
}
|
|
@@ -408,7 +408,7 @@ exports[`Checkbox renders correctly when disabled is true and readonly is true 1
|
|
|
408
408
|
onResponderTerminationRequest={[Function]}
|
|
409
409
|
onStartShouldSetResponder={[Function]}
|
|
410
410
|
style={
|
|
411
|
-
|
|
411
|
+
{
|
|
412
412
|
"borderColor": "#bfc1c5",
|
|
413
413
|
"borderRadius": 8,
|
|
414
414
|
"borderWidth": 1,
|
|
@@ -421,16 +421,16 @@ exports[`Checkbox renders correctly when disabled is true and readonly is true 1
|
|
|
421
421
|
<Text
|
|
422
422
|
allowFontScaling={false}
|
|
423
423
|
style={
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
[
|
|
425
|
+
{
|
|
426
426
|
"color": "#4d6265",
|
|
427
427
|
"fontFamily": "BeVietnamPro-Regular",
|
|
428
428
|
"fontSize": 14,
|
|
429
429
|
"letterSpacing": 0.48,
|
|
430
430
|
"lineHeight": 22,
|
|
431
431
|
},
|
|
432
|
-
|
|
433
|
-
|
|
432
|
+
[
|
|
433
|
+
{
|
|
434
434
|
"flex": 1,
|
|
435
435
|
"paddingRight": 12,
|
|
436
436
|
},
|
|
@@ -446,8 +446,8 @@ exports[`Checkbox renders correctly when disabled is true and readonly is true 1
|
|
|
446
446
|
</Text>
|
|
447
447
|
<View
|
|
448
448
|
style={
|
|
449
|
-
|
|
450
|
-
|
|
449
|
+
[
|
|
450
|
+
{
|
|
451
451
|
"height": 24,
|
|
452
452
|
"overflow": "hidden",
|
|
453
453
|
"width": 24,
|
|
@@ -458,8 +458,8 @@ exports[`Checkbox renders correctly when disabled is true and readonly is true 1
|
|
|
458
458
|
>
|
|
459
459
|
<View
|
|
460
460
|
style={
|
|
461
|
-
|
|
462
|
-
|
|
461
|
+
[
|
|
462
|
+
{
|
|
463
463
|
"borderColor": "#bfc1c5",
|
|
464
464
|
"borderRadius": 4,
|
|
465
465
|
"borderWidth": 2,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledChildWrapper renders correct style 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"margin": 0,
|
|
9
9
|
"padding": 0,
|
|
10
10
|
},
|
|
@@ -22,7 +22,7 @@ exports[`StyledWrapper renders correct style 1`] = `
|
|
|
22
22
|
<View
|
|
23
23
|
collapsable={false}
|
|
24
24
|
style={
|
|
25
|
-
|
|
25
|
+
{
|
|
26
26
|
"margin": 0,
|
|
27
27
|
"overflow": "hidden",
|
|
28
28
|
"padding": 0,
|
|
@@ -5,7 +5,7 @@ exports[`Collapse renders correctly 1`] = `
|
|
|
5
5
|
collapsable={false}
|
|
6
6
|
onLayout={[Function]}
|
|
7
7
|
style={
|
|
8
|
-
|
|
8
|
+
{
|
|
9
9
|
"height": 0,
|
|
10
10
|
"margin": 0,
|
|
11
11
|
"overflow": "hidden",
|
|
@@ -16,8 +16,8 @@ exports[`Collapse renders correctly 1`] = `
|
|
|
16
16
|
>
|
|
17
17
|
<View
|
|
18
18
|
style={
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
[
|
|
20
|
+
{
|
|
21
21
|
"height": 1334,
|
|
22
22
|
},
|
|
23
23
|
undefined,
|
|
@@ -27,8 +27,8 @@ exports[`Collapse renders correctly 1`] = `
|
|
|
27
27
|
<View
|
|
28
28
|
onLayout={[Function]}
|
|
29
29
|
style={
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
[
|
|
31
|
+
{
|
|
32
32
|
"margin": 0,
|
|
33
33
|
"padding": 0,
|
|
34
34
|
},
|
|
@@ -49,7 +49,7 @@ exports[`Collapse should render Sample Text but not visible 1`] = `
|
|
|
49
49
|
collapsable={false}
|
|
50
50
|
onLayout={[Function]}
|
|
51
51
|
style={
|
|
52
|
-
|
|
52
|
+
{
|
|
53
53
|
"height": 0,
|
|
54
54
|
"margin": 0,
|
|
55
55
|
"overflow": "hidden",
|
|
@@ -60,8 +60,8 @@ exports[`Collapse should render Sample Text but not visible 1`] = `
|
|
|
60
60
|
>
|
|
61
61
|
<View
|
|
62
62
|
style={
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
[
|
|
64
|
+
{
|
|
65
65
|
"height": 1334,
|
|
66
66
|
},
|
|
67
67
|
undefined,
|
|
@@ -71,8 +71,8 @@ exports[`Collapse should render Sample Text but not visible 1`] = `
|
|
|
71
71
|
<View
|
|
72
72
|
onLayout={[Function]}
|
|
73
73
|
style={
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
[
|
|
75
|
+
{
|
|
76
76
|
"margin": 0,
|
|
77
77
|
"padding": 0,
|
|
78
78
|
},
|