@ctx-core/scroll 17.1.0 → 17.1.1
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/CHANGELOG.md +6 -0
- package/package.json +3 -3
- package/src/sticky_scroll_active__.d.ts +1 -1
- package/COMMIT_EDITMSG +0 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/scroll",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"description": "ctx-core scroll",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"./package.json": "./package.json"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ctx-core/nanostores": "^1.4.
|
|
27
|
+
"@ctx-core/nanostores": "^1.4.2",
|
|
28
28
|
"@ctx-core/object": "^22.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"tslib": "^2.4.0",
|
|
34
34
|
"tsm": "^2.2.1",
|
|
35
35
|
"typescript": "next",
|
|
36
|
-
"uvu": "^0.5.
|
|
36
|
+
"uvu": "^0.5.6"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WritableAtom_ } from '@ctx-core/nanostores'
|
|
1
|
+
import { type WritableAtom_ } from '@ctx-core/nanostores'
|
|
2
2
|
import { B, Ctx } from '@ctx-core/object'
|
|
3
3
|
export declare const sticky_scroll_active__:B<sticky_scroll_active__T>
|
|
4
4
|
export type sticky_scroll_active_T = Record<string, boolean>
|
package/COMMIT_EDITMSG
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|