react-native-ui-lib 7.38.1-snapshot.6406 → 7.38.1-snapshot.6408

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ui-lib",
3
- "version": "7.38.1-snapshot.6406",
3
+ "version": "7.38.1-snapshot.6408",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -365,6 +365,49 @@
365
365
  ],
366
366
  "layout": "horizontal",
367
367
  "title": "Structure"
368
+ },
369
+ {
370
+ "type": "table",
371
+ "columns": [
372
+ "Property",
373
+ "Preview"
374
+ ],
375
+ "items": [
376
+ {
377
+ "title": "Solid",
378
+ "description": "type: solid"
379
+ },
380
+ {
381
+ "title": "Dashed",
382
+ "description": "type: dashed"
383
+ }
384
+ ],
385
+ "title": "Line",
386
+ "name": "Line Types"
387
+ },
388
+ {
389
+ "type": "table",
390
+ "columns": [
391
+ "Property",
392
+ "Preview"
393
+ ],
394
+ "items": [
395
+ {
396
+ "title": "Entry",
397
+ "description": "entry: true"
398
+ }
399
+ ],
400
+ "name": "Line Accessories"
401
+ },
402
+ {
403
+ "type": "section",
404
+ "title": "Spec",
405
+ "description": "markdown:\n**Key rules:** \n- Maintain a minimum distance of S2 between the Timeline and the elements on the right. \n- Points can be aligned either to the top or the center of the elements on the right. \n- When points are center-aligned with the elements, set the line length to auto, with a minimum of 20px.",
406
+ "content": [
407
+ {
408
+ "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Timeline/timeline_spec.png"
409
+ }
410
+ ]
368
411
  }
369
412
  ]
370
413
  }