@base-framework/organisms 1.0.165 → 1.0.166

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.
@@ -8,6 +8,7 @@
8
8
  * @property {number} [props.offset] - The initial offset. Defaults to 0.
9
9
  * @property {number} [props.limit] - Number of items to load per batch. Defaults to 20.
10
10
  * @property {string} [props.containerClass] - The class to add to the scroll container.
11
+ * @property {string} [props.listCache] - The list cache name to use.
11
12
  * @param {array} children - The child elements to render.
12
13
  * @returns {object}
13
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/organisms",
3
- "version": "1.0.165",
3
+ "version": "1.0.166",
4
4
  "description": "This will add default organisms to the base framework.",
5
5
  "main": "./dist/organisms.js",
6
6
  "scripts": {