@wordpress/format-library 4.15.0 → 4.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/build/bold/index.js +1 -10
- package/build/bold/index.js.map +1 -1
- package/build/code/index.js +3 -17
- package/build/code/index.js.map +1 -1
- package/build/default-formats.js +0 -14
- package/build/default-formats.js.map +1 -1
- package/build/default-formats.native.js +0 -6
- package/build/default-formats.native.js.map +1 -1
- package/build/image/index.js +5 -14
- package/build/image/index.js.map +1 -1
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/build/italic/index.js +1 -10
- package/build/italic/index.js.map +1 -1
- package/build/keyboard/index.js +1 -10
- package/build/keyboard/index.js.map +1 -1
- package/build/language/index.js +1 -11
- package/build/language/index.js.map +1 -1
- package/build/link/index.js +5 -26
- package/build/link/index.js.map +1 -1
- package/build/link/index.native.js +14 -39
- package/build/link/index.native.js.map +1 -1
- package/build/link/inline.js +47 -84
- package/build/link/inline.js.map +1 -1
- package/build/link/modal-screens/link-picker-screen.native.js +1 -13
- package/build/link/modal-screens/link-picker-screen.native.js.map +1 -1
- package/build/link/modal-screens/link-settings-screen.native.js +9 -36
- package/build/link/modal-screens/link-settings-screen.native.js.map +1 -1
- package/build/link/modal-screens/screens.native.js.map +1 -1
- package/build/link/modal.native.js +1 -9
- package/build/link/modal.native.js.map +1 -1
- package/build/link/use-link-instance-key.js +3 -7
- package/build/link/use-link-instance-key.js.map +1 -1
- package/build/link/utils.js +23 -47
- package/build/link/utils.js.map +1 -1
- package/build/strikethrough/index.js +1 -9
- package/build/strikethrough/index.js.map +1 -1
- package/build/subscript/index.js +1 -10
- package/build/subscript/index.js.map +1 -1
- package/build/superscript/index.js +1 -10
- package/build/superscript/index.js.map +1 -1
- package/build/text-color/index.js +7 -25
- package/build/text-color/index.js.map +1 -1
- package/build/text-color/index.native.js +11 -34
- package/build/text-color/index.native.js.map +1 -1
- package/build/text-color/inline.js +5 -26
- package/build/text-color/inline.js.map +1 -1
- package/build/text-color/inline.native.js +9 -25
- package/build/text-color/inline.native.js.map +1 -1
- package/build/underline/index.js +1 -8
- package/build/underline/index.js.map +1 -1
- package/build/unknown/index.js +1 -11
- package/build/unknown/index.js.map +1 -1
- package/build-module/bold/index.js +0 -7
- package/build-module/bold/index.js.map +1 -1
- package/build-module/code/index.js +2 -14
- package/build-module/code/index.js.map +1 -1
- package/build-module/default-formats.js.map +1 -1
- package/build-module/default-formats.native.js.map +1 -1
- package/build-module/image/index.js +4 -10
- package/build-module/image/index.js.map +1 -1
- package/build-module/index.js +1 -1
- package/build-module/index.js.map +1 -1
- package/build-module/italic/index.js +0 -7
- package/build-module/italic/index.js.map +1 -1
- package/build-module/keyboard/index.js +0 -7
- package/build-module/keyboard/index.js.map +1 -1
- package/build-module/language/index.js +1 -8
- package/build-module/language/index.js.map +1 -1
- package/build-module/link/index.js +5 -17
- package/build-module/link/index.js.map +1 -1
- package/build-module/link/index.native.js +15 -30
- package/build-module/link/index.native.js.map +1 -1
- package/build-module/link/inline.js +45 -72
- package/build-module/link/inline.js.map +1 -1
- package/build-module/link/modal-screens/link-picker-screen.native.js +2 -8
- package/build-module/link/modal-screens/link-picker-screen.native.js.map +1 -1
- package/build-module/link/modal-screens/link-settings-screen.native.js +10 -28
- package/build-module/link/modal-screens/link-settings-screen.native.js.map +1 -1
- package/build-module/link/modal-screens/screens.native.js.map +1 -1
- package/build-module/link/modal.native.js +1 -4
- package/build-module/link/modal.native.js.map +1 -1
- package/build-module/link/use-link-instance-key.js +3 -7
- package/build-module/link/use-link-instance-key.js.map +1 -1
- package/build-module/link/utils.js +24 -43
- package/build-module/link/utils.js.map +1 -1
- package/build-module/strikethrough/index.js +0 -6
- package/build-module/strikethrough/index.js.map +1 -1
- package/build-module/subscript/index.js +0 -7
- package/build-module/subscript/index.js.map +1 -1
- package/build-module/superscript/index.js +0 -7
- package/build-module/superscript/index.js.map +1 -1
- package/build-module/text-color/index.js +7 -20
- package/build-module/text-color/index.js.map +1 -1
- package/build-module/text-color/index.native.js +12 -24
- package/build-module/text-color/index.native.js.map +1 -1
- package/build-module/text-color/inline.js +5 -20
- package/build-module/text-color/inline.js.map +1 -1
- package/build-module/text-color/inline.native.js +9 -21
- package/build-module/text-color/inline.native.js.map +1 -1
- package/build-module/underline/index.js +0 -6
- package/build-module/underline/index.js.map +1 -1
- package/build-module/unknown/index.js +0 -8
- package/build-module/unknown/index.js.map +1 -1
- package/package.json +13 -13
- package/src/link/inline.js +14 -37
- package/src/link/test/__snapshots__/modal.native.js.snap +372 -295
- package/src/text-color/test/index.native.js +4 -0
|
@@ -44,13 +44,18 @@ exports[`LinksUI LinksUI renders 1`] = `
|
|
|
44
44
|
}
|
|
45
45
|
>
|
|
46
46
|
<View
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
{
|
|
47
|
+
animatedStyle={
|
|
48
|
+
{
|
|
49
|
+
"value": {
|
|
51
50
|
"height": 1,
|
|
52
51
|
},
|
|
53
|
-
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
collapsable={false}
|
|
55
|
+
style={
|
|
56
|
+
{
|
|
57
|
+
"height": 1,
|
|
58
|
+
}
|
|
54
59
|
}
|
|
55
60
|
>
|
|
56
61
|
<RNGestureHandlerRootView
|
|
@@ -61,213 +66,248 @@ exports[`LinksUI LinksUI renders 1`] = `
|
|
|
61
66
|
}
|
|
62
67
|
>
|
|
63
68
|
<View
|
|
64
|
-
onLayout={[Function]}
|
|
65
69
|
style={
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
70
|
+
[
|
|
71
|
+
{
|
|
72
|
+
"backgroundColor": undefined,
|
|
73
|
+
"flex": 1,
|
|
74
|
+
},
|
|
75
|
+
undefined,
|
|
76
|
+
]
|
|
69
77
|
}
|
|
70
78
|
>
|
|
71
79
|
<View
|
|
72
|
-
|
|
80
|
+
onLayout={[Function]}
|
|
73
81
|
style={
|
|
74
82
|
{
|
|
75
|
-
"
|
|
76
|
-
"left": 0,
|
|
77
|
-
"position": "absolute",
|
|
78
|
-
"right": 0,
|
|
79
|
-
"top": 0,
|
|
83
|
+
"flex": 1,
|
|
80
84
|
}
|
|
81
85
|
}
|
|
82
86
|
>
|
|
83
87
|
<View
|
|
84
88
|
collapsable={false}
|
|
85
|
-
|
|
86
|
-
{
|
|
87
|
-
"opacity": 1,
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
/>
|
|
91
|
-
<View
|
|
92
|
-
accessibilityElementsHidden={false}
|
|
93
|
-
closing={false}
|
|
94
|
-
gestureVelocityImpact={0.3}
|
|
95
|
-
importantForAccessibility="auto"
|
|
96
|
-
onClose={[Function]}
|
|
97
|
-
onGestureBegin={[Function]}
|
|
98
|
-
onGestureCanceled={[Function]}
|
|
99
|
-
onOpen={[Function]}
|
|
100
|
-
onTransitionStart={[Function]}
|
|
89
|
+
forwardedRef={[Function]}
|
|
101
90
|
pointerEvents="box-none"
|
|
102
91
|
style={
|
|
103
92
|
{
|
|
104
93
|
"bottom": 0,
|
|
94
|
+
"display": "flex",
|
|
105
95
|
"left": 0,
|
|
106
96
|
"position": "absolute",
|
|
107
97
|
"right": 0,
|
|
108
98
|
"top": 0,
|
|
109
99
|
}
|
|
110
100
|
}
|
|
111
|
-
transitionSpec={
|
|
112
|
-
{
|
|
113
|
-
"close": {
|
|
114
|
-
"animation": "timing",
|
|
115
|
-
"config": {
|
|
116
|
-
"duration": 200,
|
|
117
|
-
"easing": [Function],
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
"open": {
|
|
121
|
-
"animation": "timing",
|
|
122
|
-
"config": {
|
|
123
|
-
"duration": 200,
|
|
124
|
-
"easing": [Function],
|
|
125
|
-
},
|
|
126
|
-
},
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
101
|
>
|
|
130
102
|
<View
|
|
131
|
-
|
|
103
|
+
collapsable={false}
|
|
132
104
|
style={
|
|
133
105
|
{
|
|
134
|
-
"
|
|
135
|
-
"left": 0,
|
|
136
|
-
"position": "absolute",
|
|
137
|
-
"right": 0,
|
|
138
|
-
"top": 0,
|
|
106
|
+
"opacity": 1,
|
|
139
107
|
}
|
|
140
108
|
}
|
|
141
109
|
/>
|
|
142
110
|
<View
|
|
143
|
-
|
|
111
|
+
accessibilityElementsHidden={false}
|
|
112
|
+
closing={false}
|
|
113
|
+
gestureVelocityImpact={0.3}
|
|
114
|
+
importantForAccessibility="auto"
|
|
115
|
+
onClose={[Function]}
|
|
116
|
+
onGestureBegin={[Function]}
|
|
117
|
+
onGestureCanceled={[Function]}
|
|
118
|
+
onGestureEnd={[Function]}
|
|
119
|
+
onOpen={[Function]}
|
|
120
|
+
onTransition={[Function]}
|
|
144
121
|
pointerEvents="box-none"
|
|
145
122
|
style={
|
|
123
|
+
[
|
|
124
|
+
{
|
|
125
|
+
"display": "flex",
|
|
126
|
+
"overflow": undefined,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"bottom": 0,
|
|
130
|
+
"left": 0,
|
|
131
|
+
"position": "absolute",
|
|
132
|
+
"right": 0,
|
|
133
|
+
"top": 0,
|
|
134
|
+
},
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
transitionSpec={
|
|
146
138
|
{
|
|
147
|
-
"
|
|
139
|
+
"close": {
|
|
140
|
+
"animation": "timing",
|
|
141
|
+
"config": {
|
|
142
|
+
"duration": 200,
|
|
143
|
+
"easing": [Function],
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
"open": {
|
|
147
|
+
"animation": "timing",
|
|
148
|
+
"config": {
|
|
149
|
+
"duration": 200,
|
|
150
|
+
"easing": [Function],
|
|
151
|
+
},
|
|
152
|
+
},
|
|
148
153
|
}
|
|
149
154
|
}
|
|
150
155
|
>
|
|
156
|
+
<View
|
|
157
|
+
pointerEvents="box-none"
|
|
158
|
+
style={
|
|
159
|
+
{
|
|
160
|
+
"bottom": 0,
|
|
161
|
+
"left": 0,
|
|
162
|
+
"position": "absolute",
|
|
163
|
+
"right": 0,
|
|
164
|
+
"top": 0,
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
/>
|
|
151
168
|
<View
|
|
152
169
|
collapsable={false}
|
|
153
|
-
|
|
154
|
-
handlerTag={1}
|
|
155
|
-
handlerType="PanGestureHandler"
|
|
156
|
-
onGestureHandlerEvent={[Function]}
|
|
157
|
-
onGestureHandlerStateChange={[Function]}
|
|
170
|
+
pointerEvents="box-none"
|
|
158
171
|
style={
|
|
159
172
|
{
|
|
160
173
|
"flex": 1,
|
|
161
|
-
"opacity": 1,
|
|
162
174
|
}
|
|
163
175
|
}
|
|
164
176
|
>
|
|
165
177
|
<View
|
|
178
|
+
collapsable={false}
|
|
179
|
+
forwardedRef={[Function]}
|
|
180
|
+
handlerTag={1}
|
|
181
|
+
handlerType="PanGestureHandler"
|
|
182
|
+
needsOffscreenAlphaCompositing={true}
|
|
183
|
+
onGestureHandlerEvent={[Function]}
|
|
184
|
+
onGestureHandlerStateChange={[Function]}
|
|
166
185
|
style={
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
},
|
|
172
|
-
[
|
|
173
|
-
{
|
|
174
|
-
"backgroundColor": undefined,
|
|
175
|
-
},
|
|
176
|
-
undefined,
|
|
177
|
-
],
|
|
178
|
-
]
|
|
186
|
+
{
|
|
187
|
+
"flex": 1,
|
|
188
|
+
"opacity": 1,
|
|
189
|
+
}
|
|
179
190
|
}
|
|
180
191
|
>
|
|
181
192
|
<View
|
|
193
|
+
pointerEvents="box-none"
|
|
182
194
|
style={
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
195
|
+
[
|
|
196
|
+
{
|
|
197
|
+
"flex": 1,
|
|
198
|
+
"overflow": "hidden",
|
|
199
|
+
},
|
|
200
|
+
[
|
|
201
|
+
{
|
|
202
|
+
"backgroundColor": undefined,
|
|
203
|
+
},
|
|
204
|
+
undefined,
|
|
205
|
+
],
|
|
206
|
+
]
|
|
187
207
|
}
|
|
188
208
|
>
|
|
189
209
|
<View
|
|
190
210
|
style={
|
|
191
211
|
{
|
|
192
212
|
"flex": 1,
|
|
213
|
+
"flexDirection": "column-reverse",
|
|
193
214
|
}
|
|
194
215
|
}
|
|
195
216
|
>
|
|
196
|
-
<
|
|
197
|
-
automaticallyAdjustContentInsets={false}
|
|
198
|
-
bounces={false}
|
|
199
|
-
contentContainerStyle={
|
|
200
|
-
[
|
|
201
|
-
{
|
|
202
|
-
"paddingLeft": 8,
|
|
203
|
-
"paddingRight": 8,
|
|
204
|
-
},
|
|
205
|
-
undefined,
|
|
206
|
-
{},
|
|
207
|
-
false,
|
|
208
|
-
]
|
|
209
|
-
}
|
|
210
|
-
disableScrollViewPanResponder={true}
|
|
211
|
-
onScroll={[Function]}
|
|
212
|
-
safeAreaBottomInset={0}
|
|
213
|
-
scrollEnabled={true}
|
|
214
|
-
scrollEventThrottle={16}
|
|
217
|
+
<View
|
|
215
218
|
style={
|
|
216
219
|
{
|
|
217
|
-
"
|
|
220
|
+
"flex": 1,
|
|
218
221
|
}
|
|
219
222
|
}
|
|
220
223
|
>
|
|
221
|
-
<
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
224
|
+
<RCTScrollView
|
|
225
|
+
automaticallyAdjustContentInsets={false}
|
|
226
|
+
bounces={false}
|
|
227
|
+
contentContainerStyle={
|
|
228
|
+
[
|
|
229
|
+
{
|
|
230
|
+
"paddingLeft": 8,
|
|
231
|
+
"paddingRight": 8,
|
|
232
|
+
},
|
|
233
|
+
undefined,
|
|
234
|
+
{},
|
|
235
|
+
false,
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
disableScrollViewPanResponder={true}
|
|
239
|
+
onScroll={[Function]}
|
|
240
|
+
safeAreaBottomInset={0}
|
|
241
|
+
scrollEnabled={true}
|
|
242
|
+
scrollEventThrottle={16}
|
|
243
|
+
style={
|
|
244
|
+
{
|
|
245
|
+
"maxHeight": 787.06,
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
>
|
|
249
|
+
<View>
|
|
233
250
|
<View
|
|
234
|
-
|
|
235
|
-
|
|
251
|
+
accessibilityValue={
|
|
252
|
+
{
|
|
253
|
+
"max": undefined,
|
|
254
|
+
"min": undefined,
|
|
255
|
+
"now": undefined,
|
|
256
|
+
"text": undefined,
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
accessible={false}
|
|
260
|
+
focusable={false}
|
|
261
|
+
onClick={[Function]}
|
|
262
|
+
onResponderGrant={[Function]}
|
|
263
|
+
onResponderMove={[Function]}
|
|
264
|
+
onResponderRelease={[Function]}
|
|
265
|
+
onResponderTerminate={[Function]}
|
|
266
|
+
onResponderTerminationRequest={[Function]}
|
|
267
|
+
onStartShouldSetResponder={[Function]}
|
|
236
268
|
>
|
|
237
269
|
<View
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
accessibilityState={
|
|
241
|
-
{
|
|
242
|
-
"disabled": false,
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
accessible={true}
|
|
246
|
-
collapsable={false}
|
|
247
|
-
focusable={true}
|
|
248
|
-
onClick={[Function]}
|
|
249
|
-
onResponderGrant={[Function]}
|
|
250
|
-
onResponderMove={[Function]}
|
|
251
|
-
onResponderRelease={[Function]}
|
|
252
|
-
onResponderTerminate={[Function]}
|
|
253
|
-
onResponderTerminationRequest={[Function]}
|
|
254
|
-
onStartShouldSetResponder={[Function]}
|
|
255
|
-
style={
|
|
256
|
-
{
|
|
257
|
-
"opacity": 1,
|
|
258
|
-
}
|
|
259
|
-
}
|
|
270
|
+
onLayout={[Function]}
|
|
271
|
+
testID="navigation-screen-linkSettings"
|
|
260
272
|
>
|
|
261
273
|
<View
|
|
262
|
-
|
|
274
|
+
accessibilityLabel="Link to, Search or type URL"
|
|
275
|
+
accessibilityRole="button"
|
|
276
|
+
accessibilityState={
|
|
277
|
+
{
|
|
278
|
+
"busy": undefined,
|
|
279
|
+
"checked": undefined,
|
|
280
|
+
"disabled": false,
|
|
281
|
+
"expanded": undefined,
|
|
282
|
+
"selected": undefined,
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
accessibilityValue={
|
|
286
|
+
{
|
|
287
|
+
"max": undefined,
|
|
288
|
+
"min": undefined,
|
|
289
|
+
"now": undefined,
|
|
290
|
+
"text": undefined,
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
accessible={true}
|
|
294
|
+
collapsable={false}
|
|
295
|
+
focusable={true}
|
|
296
|
+
onClick={[Function]}
|
|
297
|
+
onResponderGrant={[Function]}
|
|
298
|
+
onResponderMove={[Function]}
|
|
299
|
+
onResponderRelease={[Function]}
|
|
300
|
+
onResponderTerminate={[Function]}
|
|
301
|
+
onResponderTerminationRequest={[Function]}
|
|
302
|
+
onStartShouldSetResponder={[Function]}
|
|
263
303
|
style={
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
]
|
|
304
|
+
{
|
|
305
|
+
"opacity": 1,
|
|
306
|
+
}
|
|
268
307
|
}
|
|
269
308
|
>
|
|
270
309
|
<View
|
|
310
|
+
pointerEvents="auto"
|
|
271
311
|
style={
|
|
272
312
|
[
|
|
273
313
|
undefined,
|
|
@@ -275,109 +315,121 @@ exports[`LinksUI LinksUI renders 1`] = `
|
|
|
275
315
|
]
|
|
276
316
|
}
|
|
277
317
|
>
|
|
278
|
-
<View
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
>
|
|
287
|
-
<
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
318
|
+
<View
|
|
319
|
+
style={
|
|
320
|
+
[
|
|
321
|
+
undefined,
|
|
322
|
+
{},
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
>
|
|
326
|
+
<View>
|
|
327
|
+
<View
|
|
328
|
+
style={
|
|
329
|
+
[
|
|
330
|
+
undefined,
|
|
331
|
+
undefined,
|
|
332
|
+
]
|
|
333
|
+
}
|
|
294
334
|
>
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
335
|
+
<Svg
|
|
336
|
+
height={24}
|
|
337
|
+
lock={true}
|
|
338
|
+
style={{}}
|
|
339
|
+
viewBox="0 0 24 24"
|
|
340
|
+
width={24}
|
|
341
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
342
|
+
>
|
|
343
|
+
Path
|
|
344
|
+
</Svg>
|
|
345
|
+
<View />
|
|
346
|
+
</View>
|
|
347
|
+
<Text
|
|
348
|
+
style={
|
|
349
|
+
[
|
|
350
|
+
undefined,
|
|
351
|
+
{},
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
>
|
|
355
|
+
Link to
|
|
356
|
+
</Text>
|
|
298
357
|
</View>
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
358
|
+
</View>
|
|
359
|
+
<Text
|
|
360
|
+
ellipsizeMode="middle"
|
|
361
|
+
numberOfLines={1}
|
|
362
|
+
style={
|
|
363
|
+
{
|
|
364
|
+
"color": "gray",
|
|
305
365
|
}
|
|
366
|
+
}
|
|
367
|
+
>
|
|
368
|
+
Search or type URL
|
|
369
|
+
</Text>
|
|
370
|
+
<View
|
|
371
|
+
pointerEvents="auto"
|
|
372
|
+
style={
|
|
373
|
+
[
|
|
374
|
+
false,
|
|
375
|
+
undefined,
|
|
376
|
+
]
|
|
377
|
+
}
|
|
378
|
+
>
|
|
379
|
+
<Svg
|
|
380
|
+
height={24}
|
|
381
|
+
style={{}}
|
|
382
|
+
viewBox="0 0 24 24"
|
|
383
|
+
width={24}
|
|
384
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
306
385
|
>
|
|
307
|
-
|
|
308
|
-
</
|
|
386
|
+
Path
|
|
387
|
+
</Svg>
|
|
309
388
|
</View>
|
|
310
389
|
</View>
|
|
311
|
-
<Text
|
|
312
|
-
ellipsizeMode="middle"
|
|
313
|
-
numberOfLines={1}
|
|
314
|
-
style={
|
|
315
|
-
{
|
|
316
|
-
"color": "gray",
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
>
|
|
320
|
-
Search or type URL
|
|
321
|
-
</Text>
|
|
322
390
|
<View
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
[
|
|
326
|
-
false,
|
|
327
|
-
undefined,
|
|
328
|
-
]
|
|
329
|
-
}
|
|
330
|
-
>
|
|
331
|
-
<Svg
|
|
332
|
-
height={24}
|
|
333
|
-
style={{}}
|
|
334
|
-
viewBox="0 0 24 24"
|
|
335
|
-
width={24}
|
|
336
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
337
|
-
>
|
|
338
|
-
Path
|
|
339
|
-
</Svg>
|
|
340
|
-
</View>
|
|
391
|
+
style={{}}
|
|
392
|
+
/>
|
|
341
393
|
</View>
|
|
342
394
|
<View
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
395
|
+
accessibilityHint="Double tap to edit this value"
|
|
396
|
+
accessibilityLabel="Link text. Empty"
|
|
397
|
+
accessibilityRole="button"
|
|
398
|
+
accessibilityState={
|
|
399
|
+
{
|
|
400
|
+
"busy": undefined,
|
|
401
|
+
"checked": undefined,
|
|
402
|
+
"disabled": false,
|
|
403
|
+
"expanded": undefined,
|
|
404
|
+
"selected": undefined,
|
|
405
|
+
}
|
|
353
406
|
}
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
onResponderRelease={[Function]}
|
|
362
|
-
onResponderTerminate={[Function]}
|
|
363
|
-
onResponderTerminationRequest={[Function]}
|
|
364
|
-
onStartShouldSetResponder={[Function]}
|
|
365
|
-
style={
|
|
366
|
-
{
|
|
367
|
-
"opacity": 1,
|
|
407
|
+
accessibilityValue={
|
|
408
|
+
{
|
|
409
|
+
"max": undefined,
|
|
410
|
+
"min": undefined,
|
|
411
|
+
"now": undefined,
|
|
412
|
+
"text": undefined,
|
|
413
|
+
}
|
|
368
414
|
}
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
415
|
+
accessible={true}
|
|
416
|
+
collapsable={false}
|
|
417
|
+
focusable={true}
|
|
418
|
+
onClick={[Function]}
|
|
419
|
+
onResponderGrant={[Function]}
|
|
420
|
+
onResponderMove={[Function]}
|
|
421
|
+
onResponderRelease={[Function]}
|
|
422
|
+
onResponderTerminate={[Function]}
|
|
423
|
+
onResponderTerminationRequest={[Function]}
|
|
424
|
+
onStartShouldSetResponder={[Function]}
|
|
373
425
|
style={
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
]
|
|
426
|
+
{
|
|
427
|
+
"opacity": 1,
|
|
428
|
+
}
|
|
378
429
|
}
|
|
379
430
|
>
|
|
380
431
|
<View
|
|
432
|
+
pointerEvents="auto"
|
|
381
433
|
style={
|
|
382
434
|
[
|
|
383
435
|
undefined,
|
|
@@ -385,88 +437,113 @@ exports[`LinksUI LinksUI renders 1`] = `
|
|
|
385
437
|
]
|
|
386
438
|
}
|
|
387
439
|
>
|
|
388
|
-
<View
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
>
|
|
397
|
-
<
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
440
|
+
<View
|
|
441
|
+
style={
|
|
442
|
+
[
|
|
443
|
+
undefined,
|
|
444
|
+
{},
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
>
|
|
448
|
+
<View>
|
|
449
|
+
<View
|
|
450
|
+
style={
|
|
451
|
+
[
|
|
452
|
+
undefined,
|
|
453
|
+
undefined,
|
|
454
|
+
]
|
|
455
|
+
}
|
|
404
456
|
>
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
457
|
+
<Svg
|
|
458
|
+
height={24}
|
|
459
|
+
lock={true}
|
|
460
|
+
style={{}}
|
|
461
|
+
viewBox="0 0 24 24"
|
|
462
|
+
width={24}
|
|
463
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
464
|
+
>
|
|
465
|
+
Path
|
|
466
|
+
</Svg>
|
|
467
|
+
<View />
|
|
468
|
+
</View>
|
|
469
|
+
<Text
|
|
470
|
+
style={
|
|
471
|
+
[
|
|
472
|
+
undefined,
|
|
473
|
+
{},
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
>
|
|
477
|
+
Link text
|
|
478
|
+
</Text>
|
|
408
479
|
</View>
|
|
409
|
-
<Text
|
|
410
|
-
style={
|
|
411
|
-
[
|
|
412
|
-
undefined,
|
|
413
|
-
{},
|
|
414
|
-
]
|
|
415
|
-
}
|
|
416
|
-
>
|
|
417
|
-
Link text
|
|
418
|
-
</Text>
|
|
419
480
|
</View>
|
|
481
|
+
<TextInput
|
|
482
|
+
disabled={false}
|
|
483
|
+
editable={true}
|
|
484
|
+
keyboardType="default"
|
|
485
|
+
numberOfLines={1}
|
|
486
|
+
onBlur={[Function]}
|
|
487
|
+
onChangeText={[Function]}
|
|
488
|
+
onFocus={[Function]}
|
|
489
|
+
onSubmitEditing={[Function]}
|
|
490
|
+
placeholder="Add link text"
|
|
491
|
+
placeholderTextColor="gray"
|
|
492
|
+
pointerEvents="none"
|
|
493
|
+
preferredColorScheme="light"
|
|
494
|
+
style={{}}
|
|
495
|
+
value=""
|
|
496
|
+
/>
|
|
497
|
+
<View
|
|
498
|
+
pointerEvents="auto"
|
|
499
|
+
style={
|
|
500
|
+
[
|
|
501
|
+
false,
|
|
502
|
+
undefined,
|
|
503
|
+
]
|
|
504
|
+
}
|
|
505
|
+
/>
|
|
420
506
|
</View>
|
|
421
|
-
<
|
|
422
|
-
disabled={false}
|
|
423
|
-
editable={true}
|
|
424
|
-
keyboardType="default"
|
|
425
|
-
numberOfLines={1}
|
|
426
|
-
onBlur={[Function]}
|
|
427
|
-
onChangeText={[Function]}
|
|
428
|
-
onFocus={[Function]}
|
|
429
|
-
onSubmitEditing={[Function]}
|
|
430
|
-
placeholder="Add link text"
|
|
431
|
-
placeholderTextColor="gray"
|
|
432
|
-
pointerEvents="none"
|
|
433
|
-
preferredColorScheme="light"
|
|
434
|
-
style={{}}
|
|
435
|
-
value=""
|
|
436
|
-
/>
|
|
437
|
-
<View
|
|
438
|
-
pointerEvents="auto"
|
|
439
|
-
style={
|
|
440
|
-
[
|
|
441
|
-
false,
|
|
442
|
-
undefined,
|
|
443
|
-
]
|
|
444
|
-
}
|
|
445
|
-
/>
|
|
507
|
+
<View />
|
|
446
508
|
</View>
|
|
447
|
-
<View
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
"height": 20,
|
|
509
|
+
<View
|
|
510
|
+
style={
|
|
511
|
+
{
|
|
512
|
+
"height": 20,
|
|
513
|
+
}
|
|
453
514
|
}
|
|
454
|
-
|
|
455
|
-
|
|
515
|
+
/>
|
|
516
|
+
</View>
|
|
456
517
|
</View>
|
|
457
518
|
</View>
|
|
458
|
-
</
|
|
459
|
-
</
|
|
519
|
+
</RCTScrollView>
|
|
520
|
+
</View>
|
|
521
|
+
<View
|
|
522
|
+
collapsable={false}
|
|
523
|
+
pointerEvents="box-none"
|
|
524
|
+
style={{}}
|
|
525
|
+
/>
|
|
460
526
|
</View>
|
|
461
|
-
<View
|
|
462
|
-
pointerEvents="box-none"
|
|
463
|
-
/>
|
|
464
527
|
</View>
|
|
465
528
|
</View>
|
|
466
529
|
</View>
|
|
467
530
|
</View>
|
|
468
531
|
</View>
|
|
469
532
|
</View>
|
|
533
|
+
<View
|
|
534
|
+
collapsable={false}
|
|
535
|
+
pointerEvents="box-none"
|
|
536
|
+
style={
|
|
537
|
+
{
|
|
538
|
+
"height": 56,
|
|
539
|
+
"left": 0,
|
|
540
|
+
"position": "absolute",
|
|
541
|
+
"right": 0,
|
|
542
|
+
"top": 0,
|
|
543
|
+
"zIndex": 1,
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
/>
|
|
470
547
|
</View>
|
|
471
548
|
</RNGestureHandlerRootView>
|
|
472
549
|
</View>
|