react-native-ui-lib 7.38.1-snapshot.6370 → 7.38.1-snapshot.6375

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.6370",
3
+ "version": "7.38.1-snapshot.6375",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -157,7 +157,17 @@
157
157
  "Top",
158
158
  "Bottom"
159
159
  ],
160
- "items": [],
160
+ "items": [
161
+ {
162
+ "title": "Left"
163
+ },
164
+ {
165
+ "title": "Center"
166
+ },
167
+ {
168
+ "title": "Right"
169
+ }
170
+ ],
161
171
  "title": "Alignment",
162
172
  "description": "The Hint component supports different alignments, so it works well with elements anywhere on the screen."
163
173
  },
@@ -167,16 +177,37 @@
167
177
  "Prop",
168
178
  "Preview"
169
179
  ],
170
- "items": [],
180
+ "items": [
181
+ {
182
+ "title": "None"
183
+ },
184
+ {
185
+ "title": "Icon"
186
+ }
187
+ ],
171
188
  "title": "Accessories"
172
189
  },
173
190
  {
174
191
  "type": "section",
175
- "title": "Position"
192
+ "title": "Position",
193
+ "layout": "horizontal",
194
+ "content": [
195
+ {
196
+ "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Hint/hint_position.png"
197
+ }
198
+ ],
199
+ "description": "markdown:\nDistance\nKeep a distance of S2 from the component the hint is pointing at."
176
200
  },
177
201
  {
178
202
  "type": "section",
179
- "title": "Spec"
203
+ "title": "Spec",
204
+ "layout": "horizontal",
205
+ "content": [
206
+ {
207
+ "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Hint/hint_spec.png"
208
+ }
209
+ ],
210
+ "description": "markdown:\nThe Hint component adjusts to its content.\nMax width: screen width, S4 margins."
180
211
  }
181
212
  ]
182
213
  }