react-native-ui-lib 7.38.1-snapshot.6445 → 7.38.1-snapshot.6450

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.6445",
3
+ "version": "7.38.1-snapshot.6450",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -285,38 +285,6 @@
285
285
  "description": "html:<h2>Title</h2><p>This is a html content</p><ul><li>item 1</li><li>item 2</li></ul>"
286
286
  }
287
287
  ]
288
- },
289
- {
290
- "title": "Code",
291
- "sections": [
292
- {
293
- "title": "Usage",
294
- "type": "usage"
295
- },
296
- {
297
- "type": "info"
298
- },
299
- {
300
- "type": "tip"
301
- },
302
- {
303
- "type": "banner",
304
- "title": "NOTE",
305
- "description": "This is an interesting information"
306
- },
307
- {
308
- "type": "banner",
309
- "title": "Banner",
310
- "description": "This is some massage to the user",
311
- "color": "pink",
312
- "icon": ""
313
- },
314
- {
315
- "type": "props",
316
- "title": "API",
317
- "description": "This is the list of additional props for the Text component"
318
- }
319
- ]
320
288
  }
321
289
  ]
322
290
  }