react-native-ui-lib 7.38.1-snapshot.6377 → 7.38.1-snapshot.6379
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/package.json
CHANGED
|
@@ -177,7 +177,8 @@
|
|
|
177
177
|
"avatar": {
|
|
178
178
|
"source": {
|
|
179
179
|
"uri": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/icons/icon%20examples%20for%20docs/avatar_1.jpg"
|
|
180
|
-
}
|
|
180
|
+
},
|
|
181
|
+
"size": "XLarge"
|
|
181
182
|
}
|
|
182
183
|
}
|
|
183
184
|
}
|
|
@@ -185,10 +186,179 @@
|
|
|
185
186
|
},
|
|
186
187
|
{
|
|
187
188
|
"title": "Custom component",
|
|
188
|
-
"description": "(renderCustomItem)"
|
|
189
|
+
"description": "(renderCustomItem)",
|
|
190
|
+
"content": [
|
|
191
|
+
{
|
|
192
|
+
"props": {
|
|
193
|
+
"itemSize": 124,
|
|
194
|
+
"title": "Title",
|
|
195
|
+
"subtitle": "Subtitle",
|
|
196
|
+
"thumbnail": {
|
|
197
|
+
"source": {
|
|
198
|
+
"uri": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/icons/icon%20examples%20for%20docs/CustomComponent_Square.png"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
]
|
|
189
204
|
}
|
|
190
205
|
],
|
|
191
206
|
"title": "Media Types"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type": "table",
|
|
210
|
+
"columns": [
|
|
211
|
+
"Property",
|
|
212
|
+
"Preview"
|
|
213
|
+
],
|
|
214
|
+
"items": [
|
|
215
|
+
{
|
|
216
|
+
"title": "Text under image (default)",
|
|
217
|
+
"content": [
|
|
218
|
+
{
|
|
219
|
+
"props": {
|
|
220
|
+
"itemSize": 124,
|
|
221
|
+
"title": "Title",
|
|
222
|
+
"subtitle": "Subtitle"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "OverlayText",
|
|
229
|
+
"content": [
|
|
230
|
+
{
|
|
231
|
+
"props": {
|
|
232
|
+
"itemSize": 124,
|
|
233
|
+
"title": "Title",
|
|
234
|
+
"subtitle": "Subtitle",
|
|
235
|
+
"overlayText": true
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"title": "Layout"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"type": "table",
|
|
245
|
+
"columns": [
|
|
246
|
+
"Property",
|
|
247
|
+
"Preview"
|
|
248
|
+
],
|
|
249
|
+
"items": [
|
|
250
|
+
{
|
|
251
|
+
"title": "Title (default)",
|
|
252
|
+
"content": [
|
|
253
|
+
{
|
|
254
|
+
"props": {
|
|
255
|
+
"itemSize": 124,
|
|
256
|
+
"title": "Title"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"title": "Subtitle",
|
|
263
|
+
"content": [
|
|
264
|
+
{
|
|
265
|
+
"props": {
|
|
266
|
+
"itemSize": 124,
|
|
267
|
+
"title": "Title",
|
|
268
|
+
"subtitle": "Subtitle"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"title": "Description",
|
|
275
|
+
"content": [
|
|
276
|
+
{
|
|
277
|
+
"props": {
|
|
278
|
+
"itemSize": 124,
|
|
279
|
+
"title": "Title",
|
|
280
|
+
"subtitle": "Subtitle",
|
|
281
|
+
"description": "Description"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"title": "Text Types"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"type": "table",
|
|
291
|
+
"columns": [
|
|
292
|
+
"Property",
|
|
293
|
+
"Preview"
|
|
294
|
+
],
|
|
295
|
+
"items": [
|
|
296
|
+
{
|
|
297
|
+
"title": "Text alignment",
|
|
298
|
+
"description": "horizontalAlignment",
|
|
299
|
+
"content": [
|
|
300
|
+
{
|
|
301
|
+
"props": {
|
|
302
|
+
"itemSize": 124,
|
|
303
|
+
"title": "Title",
|
|
304
|
+
"horizontalAlignment": "center"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"title": "Max lines number",
|
|
311
|
+
"description": "markdown:\ntitleLines
\nsubtitleLines
\ndescriptionLines ",
|
|
312
|
+
"content": [
|
|
313
|
+
{
|
|
314
|
+
"props": {
|
|
315
|
+
"itemSize": 124,
|
|
316
|
+
"title": "This text shows a long text example",
|
|
317
|
+
"subtitle": "This text shows a long text example",
|
|
318
|
+
"description": "This text shows a long text example",
|
|
319
|
+
"titleLines": 2,
|
|
320
|
+
"subtitleLines": 2,
|
|
321
|
+
"descriptionLines": 2
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"title": "Text color",
|
|
328
|
+
"description": "titleColor
\nsubtitleColor
\ndescriptionColor",
|
|
329
|
+
"content": [
|
|
330
|
+
{
|
|
331
|
+
"props": {
|
|
332
|
+
"itemSize": 124,
|
|
333
|
+
"title": "Title",
|
|
334
|
+
"subtitle": "Subtitle",
|
|
335
|
+
"description": "Description",
|
|
336
|
+
"titleColor": "#9A27D5",
|
|
337
|
+
"subtitleColor": "#116DFF",
|
|
338
|
+
"descriptionColor": "#008563"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"title": "Text styles",
|
|
345
|
+
"description": "titleTypography \nsubtitleTypography \ndescriptionTypography",
|
|
346
|
+
"content": [
|
|
347
|
+
{
|
|
348
|
+
"props": {
|
|
349
|
+
"itemSize": 124,
|
|
350
|
+
"title": "Title",
|
|
351
|
+
"subtitle": "Subtitle",
|
|
352
|
+
"description": "Description",
|
|
353
|
+
"titleTypography": "headingL",
|
|
354
|
+
"subtitleTypography": "bodyMedium",
|
|
355
|
+
"descriptionTypography": "bodyMedium"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"title": "Styling Options"
|
|
192
362
|
}
|
|
193
363
|
]
|
|
194
364
|
}
|