@pyreon/kinetic 0.30.0 → 0.33.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -227,7 +227,7 @@ const RevealSection = kinetic('section')
227
227
 
228
228
  ## Documentation
229
229
 
230
- Full docs: [docs.pyreon.dev/docs/kinetic](https://docs.pyreon.dev/docs/kinetic) (or `docs/docs/kinetic.md` in this repo).
230
+ Full docs: [pyreon.dev/docs/kinetic](https://pyreon.dev/docs/kinetic) (or `docs/src/content/docs/kinetic.md` in this repo).
231
231
 
232
232
  ## License
233
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/kinetic",
3
- "version": "0.30.0",
3
+ "version": "0.33.0",
4
4
  "description": "CSS-transition-based animation components for Pyreon",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/kinetic#readme",
@@ -40,18 +40,18 @@
40
40
  "typecheck": "tsc --noEmit"
41
41
  },
42
42
  "peerDependencies": {
43
- "@pyreon/core": "^0.30.0",
44
- "@pyreon/reactivity": "^0.30.0",
45
- "@pyreon/runtime-dom": "^0.30.0"
43
+ "@pyreon/core": "^0.33.0",
44
+ "@pyreon/reactivity": "^0.33.0",
45
+ "@pyreon/runtime-dom": "^0.33.0"
46
46
  },
47
47
  "dependencies": {
48
- "@pyreon/sized-map": "0.30.0"
48
+ "@pyreon/sized-map": "0.33.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@pyreon/runtime-server": "^0.30.0",
52
- "@pyreon/test-utils": "^0.13.18",
53
- "@pyreon/typescript": "^0.30.0",
54
- "@pyreon/vitest-config": "0.13.2",
51
+ "@pyreon/runtime-server": "^0.33.0",
52
+ "@pyreon/test-utils": "^0.13.21",
53
+ "@pyreon/typescript": "^0.33.0",
54
+ "@pyreon/vitest-config": "0.13.3",
55
55
  "@vitest/browser-playwright": "^4.1.8",
56
56
  "@vitus-labs/tools-rolldown": "^2.5.0"
57
57
  },