@pyreon/elements 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
@@ -219,7 +219,7 @@ Applies to `tag`, `direction`, `alignX`, `alignY`, `gap`, `block`, `equalCols`,
219
219
 
220
220
  ## Documentation
221
221
 
222
- Full docs: [docs.pyreon.dev/docs/elements](https://docs.pyreon.dev/docs/elements) (or `docs/src/content/docs/elements.md` in this repo).
222
+ Full docs: [pyreon.dev/docs/elements](https://pyreon.dev/docs/elements) (or `docs/src/content/docs/elements.md` in this repo).
223
223
 
224
224
  ## License
225
225
 
package/lib/index.js CHANGED
@@ -7,7 +7,7 @@ import { Fragment as Fragment$1, jsx, jsxs } from "@pyreon/core/jsx-runtime";
7
7
 
8
8
  //#region package.json
9
9
  var name$6 = "@pyreon/elements";
10
- var version = "0.32.0";
10
+ var version = "0.33.0";
11
11
 
12
12
  //#endregion
13
13
  //#region src/constants.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/elements",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Foundational UI components for Pyreon",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/elements#readme",
@@ -40,19 +40,19 @@
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
  "dependencies": {
47
- "@pyreon/sized-map": "0.32.0",
48
- "@pyreon/ui-core": "^0.32.0",
49
- "@pyreon/unistyle": "^0.32.0"
47
+ "@pyreon/sized-map": "0.33.0",
48
+ "@pyreon/ui-core": "^0.33.0",
49
+ "@pyreon/unistyle": "^0.33.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@pyreon/manifest": "0.13.2",
53
- "@pyreon/runtime-dom": "^0.32.0",
54
- "@pyreon/test-utils": "^0.13.20",
55
- "@pyreon/typescript": "^0.32.0",
53
+ "@pyreon/runtime-dom": "^0.33.0",
54
+ "@pyreon/test-utils": "^0.13.21",
55
+ "@pyreon/typescript": "^0.33.0",
56
56
  "@pyreon/vitest-config": "0.13.3",
57
57
  "@vitest/browser-playwright": "^4.1.8",
58
58
  "@vitus-labs/tools-rolldown": "^2.5.0"