@pingux/astro 2.5.2 → 2.5.3-alpha.0

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.
@@ -68,6 +68,9 @@ function useListLayout(state) {
68
68
  }
69
69
 
70
70
  /**
71
+ * The intention of ListView is that it be used together with ListItem. An update that
72
+ * demonstrates this is coming soon.
73
+ *
71
74
  * ListViews are used to display a list of items. Users can select,
72
75
  * view, or edit items in this list. This virtualized component supports
73
76
  * asynchronous data in infinitely scrollable lists.
@@ -55,6 +55,9 @@ export function useListLayout(state) {
55
55
  }
56
56
 
57
57
  /**
58
+ * The intention of ListView is that it be used together with ListItem. An update that
59
+ * demonstrates this is coming soon.
60
+ *
58
61
  * ListViews are used to display a list of items. Users can select,
59
62
  * view, or edit items in this list. This virtualized component supports
60
63
  * asynchronous data in infinitely scrollable lists.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.5.2",
3
+ "version": "2.5.3-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",