@get-set/gs-sortable 0.0.10 → 0.0.11

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.
@@ -25,6 +25,7 @@ const params = {
25
25
  *
26
26
  * @component
27
27
  * @param {Object} props - The props object.
28
+ * @param {string} props.reference - Unique key for each sortable.
28
29
  * @param {string} props.gap - Allows set gap among elements.
29
30
  * @param {string} props.handler - selector of target element to move.
30
31
  * @param {number} props.count - Shows items count per row.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@get-set/gs-sortable",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Get-Set Sortable",
5
5
  "main": "index.js",
6
6
  "author": "Get-Set",