@scm-manager/ui-core 3.11.1-20250826-133614 → 3.11.1-20250921-141657
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@scm-manager/ui-core:typecheck: cache hit, replaying output
|
|
1
|
+
@scm-manager/ui-core:typecheck: cache hit, replaying output f04483e414eb2743
|
|
2
2
|
@scm-manager/ui-core:typecheck: $ tsc
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scm-manager/ui-core",
|
|
3
|
-
"version": "3.11.1-
|
|
3
|
+
"version": "3.11.1-20250921-141657",
|
|
4
4
|
"main": "./src/index.ts",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"styled-components": "5"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@scm-manager/ui-api": "3.11.1-
|
|
23
|
+
"@scm-manager/ui-api": "3.11.1-20250921-141657",
|
|
24
24
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
25
25
|
"@radix-ui/react-slot": "^1.0.1",
|
|
26
26
|
"@radix-ui/react-visually-hidden": "^1.0.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@scm-manager/eslint-config": "^2.17.0",
|
|
38
38
|
"@scm-manager/tsconfig": "^2.12.0",
|
|
39
39
|
"@scm-manager/babel-preset": "^2.13.1",
|
|
40
|
-
"@scm-manager/ui-types": "3.11.1-
|
|
40
|
+
"@scm-manager/ui-types": "3.11.1-20250921-141657",
|
|
41
41
|
"@types/mousetrap": "1.6.5",
|
|
42
42
|
"@testing-library/react-hooks": "8.0.1",
|
|
43
43
|
"@testing-library/react": "12.1.5",
|
|
@@ -119,7 +119,6 @@ export function useKeyboardIteratorTarget(): React.RefCallback<HTMLElement> {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* @deprecated since version 3.8.0. Use {@link useKeyboardIteratorTargetV2} instead.
|
|
123
122
|
* Use the {@link React.RefObject} returned from this hook to register a target to the nearest enclosing {@link KeyboardIterator} or {@link KeyboardSubIterator},
|
|
124
123
|
* while respecting its expected index / position.
|
|
125
124
|
*
|