react-native-ui-lib 7.38.1-snapshot.6339 → 7.38.1-snapshot.6343

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.6339",
3
+ "version": "7.38.1-snapshot.6343",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -5,5 +5,34 @@
5
5
  "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ToastsScreen.js",
6
6
  "caution": "Please consider moving to our new Toast implementation and use Incubator.Toast instead",
7
7
  "images": [],
8
- "props": []
8
+ "props": [],
9
+ "docs": {
10
+ "hero": {
11
+ "title": "Toast",
12
+ "description": "Toasts give quick feedback or updates without interrupting the user. They’re used for non-critical messages, like success notifications, and disappear on their own. Toasts can include one action, but it shouldn’t be “Dismiss” or “Close.”",
13
+ "type": "hero",
14
+ "layout": "horizontal",
15
+ "content": [
16
+ {
17
+ "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Toast/toast_cover.png"
18
+ }
19
+ ]
20
+ },
21
+ "tabs": [
22
+ {
23
+ "title": "Overview",
24
+ "sections": [
25
+ {
26
+ "type": "section",
27
+ "title": "Usage Examples",
28
+ "content": [
29
+ {
30
+ "value": "https://embed.figma.com/design/xFjvYNkGTmYTGYMLrmz9Ir/Guidelines-to-Docs?node-id=4419-247566&embed-host=share"
31
+ }
32
+ ]
33
+ }
34
+ ]
35
+ }
36
+ ]
37
+ }
9
38
  }