@pyreon/styler 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 CHANGED
@@ -259,7 +259,7 @@ const Card = styled('div')`
259
259
 
260
260
  ## Documentation
261
261
 
262
- Full docs: [docs.pyreon.dev/docs/styler](https://docs.pyreon.dev/docs/styler) (or `docs/src/content/docs/styler.md` in this repo).
262
+ Full docs: [pyreon.dev/docs/styler](https://pyreon.dev/docs/styler) (or `docs/src/content/docs/styler.md` in this repo).
263
263
 
264
264
  ## License
265
265
 
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@ import { createReactiveContext, h, nativeCompat, provide, useContext } from "@py
3
3
 
4
4
  //#region package.json
5
5
  var name = "@pyreon/styler";
6
- var version = "0.32.0";
6
+ var version = "0.33.0";
7
7
 
8
8
  //#endregion
9
9
  //#region src/resolve.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/styler",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Lightweight CSS-in-JS engine for Pyreon",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/styler#readme",
@@ -40,13 +40,13 @@
40
40
  "typecheck": "tsc --noEmit"
41
41
  },
42
42
  "peerDependencies": {
43
- "@pyreon/core": "^0.32.0",
44
- "@pyreon/reactivity": "^0.32.0"
43
+ "@pyreon/core": "^0.33.0",
44
+ "@pyreon/reactivity": "^0.33.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@pyreon/manifest": "0.13.2",
48
- "@pyreon/test-utils": "^0.13.20",
49
- "@pyreon/typescript": "^0.32.0",
48
+ "@pyreon/test-utils": "^0.13.21",
49
+ "@pyreon/typescript": "^0.33.0",
50
50
  "@pyreon/vitest-config": "0.13.3",
51
51
  "@vitest/browser-playwright": "^4.1.8",
52
52
  "@vitus-labs/tools-rolldown": "^2.5.0"