@pyreon/unistyle 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/package.json +7 -7
package/README.md
CHANGED
|
@@ -220,7 +220,7 @@ import type {
|
|
|
220
220
|
|
|
221
221
|
## Documentation
|
|
222
222
|
|
|
223
|
-
Full docs: [
|
|
223
|
+
Full docs: [pyreon.dev/docs/unistyle](https://pyreon.dev/docs/unistyle) (or `docs/src/content/docs/unistyle.md` in this repo).
|
|
224
224
|
|
|
225
225
|
## License
|
|
226
226
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/unistyle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Responsive theming and breakpoint utilities for Pyreon",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/unistyle#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/styler": "^0.
|
|
48
|
-
"@pyreon/ui-core": "^0.
|
|
47
|
+
"@pyreon/styler": "^0.33.0",
|
|
48
|
+
"@pyreon/ui-core": "^0.33.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@pyreon/manifest": "0.13.2",
|
|
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"
|