@pyreon/document-primitives 0.32.0 → 0.34.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 +2 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -86,7 +86,7 @@ Every primitive is themeable via rocketstyle's `.theme()` and `.attrs()` chain
86
86
  The same accessor pattern works for reactive children — pass a thunk inside the JSX slot and the extractor resolves it on each extraction:
87
87
 
88
88
  ```tsx
89
- <DocText>{() => store.summary()}</DocText>
89
+ <DocText>{store.summary()}</DocText>
90
90
  ```
91
91
 
92
92
  ## Export helpers
@@ -154,7 +154,7 @@ import {
154
154
 
155
155
  ## Documentation
156
156
 
157
- Full docs: [docs.pyreon.dev/docs/document-primitives](https://docs.pyreon.dev/docs/document-primitives) (or `docs/src/content/docs/document-primitives.md` in this repo).
157
+ Full docs: [pyreon.dev/docs/document-primitives](https://pyreon.dev/docs/document-primitives) (or `docs/src/content/docs/document-primitives.md` in this repo).
158
158
 
159
159
  ## License
160
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/document-primitives",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "Rocketstyle document components — render in browser, export to 18 formats",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/document-primitives#readme",
@@ -40,23 +40,23 @@
40
40
  "typecheck": "tsc --noEmit"
41
41
  },
42
42
  "peerDependencies": {
43
- "@pyreon/core": "^0.32.0"
43
+ "@pyreon/core": "^0.34.0"
44
44
  },
45
45
  "dependencies": {
46
- "@pyreon/connector-document": "^0.32.0",
47
- "@pyreon/document": "^0.32.0",
48
- "@pyreon/elements": "^0.32.0",
49
- "@pyreon/rocketstyle": "^0.32.0",
50
- "@pyreon/styler": "^0.32.0",
51
- "@pyreon/ui-core": "^0.32.0",
52
- "@pyreon/unistyle": "^0.32.0"
46
+ "@pyreon/connector-document": "^0.34.0",
47
+ "@pyreon/document": "^0.34.0",
48
+ "@pyreon/elements": "^0.34.0",
49
+ "@pyreon/rocketstyle": "^0.34.0",
50
+ "@pyreon/styler": "^0.34.0",
51
+ "@pyreon/ui-core": "^0.34.0",
52
+ "@pyreon/unistyle": "^0.34.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@pyreon/manifest": "0.13.2",
56
- "@pyreon/reactivity": "^0.32.0",
57
- "@pyreon/runtime-dom": "^0.32.0",
58
- "@pyreon/test-utils": "^0.13.20",
59
- "@pyreon/typescript": "^0.32.0",
56
+ "@pyreon/reactivity": "^0.34.0",
57
+ "@pyreon/runtime-dom": "^0.34.0",
58
+ "@pyreon/test-utils": "^0.13.22",
59
+ "@pyreon/typescript": "^0.34.0",
60
60
  "@pyreon/vitest-config": "0.13.3",
61
61
  "@vitest/browser-playwright": "^4.1.8",
62
62
  "@vitus-labs/tools-rolldown": "^2.5.0"