@pyreon/coolgrid 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -143,7 +143,7 @@ var styled_default$2 = styled$2(component$2)`
143
143
  `;
144
144
 
145
145
  //#endregion
146
- //#region ../../node_modules/.bun/@pyreon+core@0.7.0/node_modules/@pyreon/core/lib/jsx-runtime.js
146
+ //#region ../../node_modules/.bun/@pyreon+core@0.7.12/node_modules/@pyreon/core/lib/jsx-runtime.js
147
147
  /**
148
148
  * Hyperscript function — the compiled output of JSX.
149
149
  * `<div class="x">hello</div>` → `h("div", { class: "x" }, "hello")`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/coolgrid",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/pyreon/ui-system",
@@ -43,12 +43,12 @@
43
43
  "peerDependencies": {
44
44
  "@pyreon/core": ">=0.4.0 <1.0.0",
45
45
  "@pyreon/reactivity": ">=0.4.0 <1.0.0",
46
- "@pyreon/ui-core": "^0.2.0",
47
- "@pyreon/unistyle": "^0.2.0",
48
- "@pyreon/styler": "^0.2.0"
46
+ "@pyreon/ui-core": "^0.3.0",
47
+ "@pyreon/unistyle": "^0.3.0",
48
+ "@pyreon/styler": "^0.3.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@vitus-labs/tools-rolldown": "^1.15.3",
52
- "@vitus-labs/tools-typescript": "^1.15.3"
52
+ "@pyreon/typescript": "^0.7.4"
53
53
  }
54
54
  }