@uniweb/kit 0.12.2 → 0.12.3
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 +4 -4
- package/src/hooks/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniweb/kit",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "Standard component library for Uniweb foundations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"shiki": "^3.0.0",
|
|
45
45
|
"tailwind-merge": "^3.6.0",
|
|
46
46
|
"temml": "^0.13.2",
|
|
47
|
-
"@uniweb/core": "^0.10.
|
|
48
|
-
"@uniweb/
|
|
49
|
-
"@uniweb/
|
|
47
|
+
"@uniweb/core": "^0.10.1",
|
|
48
|
+
"@uniweb/semantic-parser": "^1.2.3",
|
|
49
|
+
"@uniweb/scene": "^0.1.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^19.0.0",
|
package/src/hooks/index.js
CHANGED
|
@@ -39,7 +39,7 @@ export {
|
|
|
39
39
|
export { useFormSubmit } from './useFormSubmit.js'
|
|
40
40
|
export { useFormValues, valueAt } from './useFormValues.js'
|
|
41
41
|
|
|
42
|
-
// Site tracking — one event stream
|
|
42
|
+
// Site tracking — one event stream.
|
|
43
43
|
// `block.track(name, data)` is the common case and needs no hook; these cover
|
|
44
44
|
// events with no block in hand, the consent gate, and opt-in scroll reporting.
|
|
45
45
|
export { useTracker } from './useTracker.js'
|