@rokkit/actions 1.0.0-next.84 → 1.0.0-next.86
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 +5 -5
- package/src/lib/internal.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rokkit/actions",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.86",
|
|
4
4
|
"description": "Contains generic actions that can be used in various components.",
|
|
5
5
|
"author": "Jerry Thomas <me@jerrythomas.name>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"typescript": "^5.3.3",
|
|
23
23
|
"vite": "^5.1.4",
|
|
24
24
|
"vitest": "~1.3.1",
|
|
25
|
-
"shared-config": "1.0.0-next.
|
|
26
|
-
"validators": "1.0.0-next.
|
|
25
|
+
"shared-config": "1.0.0-next.86",
|
|
26
|
+
"validators": "1.0.0-next.86"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"src/**/*.js",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"ramda": "^0.29.1",
|
|
45
|
-
"@rokkit/core": "1.0.0-next.
|
|
46
|
-
"@rokkit/stores": "1.0.0-next.
|
|
45
|
+
"@rokkit/core": "1.0.0-next.86",
|
|
46
|
+
"@rokkit/stores": "1.0.0-next.86"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"format": "prettier --write .",
|
package/src/lib/internal.js
CHANGED
|
@@ -115,6 +115,7 @@ export function handleItemClick(element, current) {
|
|
|
115
115
|
/**
|
|
116
116
|
* Caclulates sum of array values between the given bounds.
|
|
117
117
|
* If a value is null, the default size is used.
|
|
118
|
+
*
|
|
118
119
|
* @param {Array<number|null>} sizes
|
|
119
120
|
* @param {number} lower
|
|
120
121
|
* @param {number} upper
|