@pyreon/rocketstyle 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 +8 -8
package/README.md
CHANGED
|
@@ -278,7 +278,7 @@ For a 150-component page with 8 dimensions each: ~1,350 Set allocations, ~300 ar
|
|
|
278
278
|
|
|
279
279
|
## Documentation
|
|
280
280
|
|
|
281
|
-
Full docs: [
|
|
281
|
+
Full docs: [pyreon.dev/docs/rocketstyle](https://pyreon.dev/docs/rocketstyle) (or `docs/src/content/docs/rocketstyle.md` in this repo).
|
|
282
282
|
|
|
283
283
|
## License
|
|
284
284
|
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/rocketstyle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Multi-dimensional style composition for Pyreon components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/rocketstyle#readme",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@pyreon/core": "^0.
|
|
44
|
-
"@pyreon/reactivity": "^0.
|
|
43
|
+
"@pyreon/core": "^0.33.0",
|
|
44
|
+
"@pyreon/reactivity": "^0.33.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@pyreon/sized-map": "0.
|
|
48
|
-
"@pyreon/styler": "^0.
|
|
49
|
-
"@pyreon/ui-core": "^0.
|
|
47
|
+
"@pyreon/sized-map": "0.33.0",
|
|
48
|
+
"@pyreon/styler": "^0.33.0",
|
|
49
|
+
"@pyreon/ui-core": "^0.33.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@pyreon/test-utils": "^0.13.
|
|
53
|
-
"@pyreon/typescript": "^0.
|
|
52
|
+
"@pyreon/test-utils": "^0.13.21",
|
|
53
|
+
"@pyreon/typescript": "^0.33.0",
|
|
54
54
|
"@pyreon/vitest-config": "0.13.3",
|
|
55
55
|
"@vitest/browser-playwright": "^4.1.8",
|
|
56
56
|
"@vitus-labs/tools-rolldown": "^2.5.0"
|