@pyreon/ui-core 0.32.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.
- package/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ import type {
|
|
|
180
180
|
|
|
181
181
|
## Documentation
|
|
182
182
|
|
|
183
|
-
Full docs: [
|
|
183
|
+
Full docs: [pyreon.dev/docs/ui-core](https://pyreon.dev/docs/ui-core) (or `docs/src/content/docs/ui-core.md` in this repo).
|
|
184
184
|
|
|
185
185
|
## License
|
|
186
186
|
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/ui-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Core utilities, config, and context for Pyreon UI System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/ui-core#readme",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"typecheck": "tsc --noEmit"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@pyreon/core": "^0.
|
|
39
|
-
"@pyreon/reactivity": "^0.
|
|
38
|
+
"@pyreon/core": "^0.33.0",
|
|
39
|
+
"@pyreon/reactivity": "^0.33.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@pyreon/styler": "^0.
|
|
43
|
-
"@pyreon/unistyle": "^0.
|
|
42
|
+
"@pyreon/styler": "^0.33.0",
|
|
43
|
+
"@pyreon/unistyle": "^0.33.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@pyreon/manifest": "0.13.2",
|
|
47
|
-
"@pyreon/runtime-server": "^0.
|
|
48
|
-
"@pyreon/typescript": "^0.
|
|
47
|
+
"@pyreon/runtime-server": "^0.33.0",
|
|
48
|
+
"@pyreon/typescript": "^0.33.0",
|
|
49
49
|
"@pyreon/vitest-config": "0.13.3",
|
|
50
50
|
"@vitus-labs/tools-rolldown": "^2.5.0"
|
|
51
51
|
},
|