@pyreon/ui-core 0.0.2 → 0.1.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/lib/index.js +1 -1
- package/package.json +6 -5
package/lib/index.js
CHANGED
|
@@ -287,7 +287,7 @@ const render = (content, attachProps) => {
|
|
|
287
287
|
};
|
|
288
288
|
|
|
289
289
|
//#endregion
|
|
290
|
-
//#region ../../node_modules/.bun/@pyreon+reactivity@0.
|
|
290
|
+
//#region ../../node_modules/.bun/@pyreon+reactivity@0.5.4/node_modules/@pyreon/reactivity/lib/index.js
|
|
291
291
|
let batchDepth = 0;
|
|
292
292
|
let setA = /* @__PURE__ */ new Set();
|
|
293
293
|
let pendingNotifications = setA;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/ui-core",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"repository": { "type": "git", "url": "https://github.com/pyreon/ui-system", "directory": "packages/ui-core" },
|
|
4
5
|
"description": "Core utilities, config, and context for Pyreon UI System",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
@@ -32,11 +33,11 @@
|
|
|
32
33
|
"typecheck": "tsc --noEmit"
|
|
33
34
|
},
|
|
34
35
|
"peerDependencies": {
|
|
35
|
-
"@pyreon/core": ">=0.
|
|
36
|
-
"@pyreon/styler": "
|
|
36
|
+
"@pyreon/core": ">=0.4.0 <1.0.0",
|
|
37
|
+
"@pyreon/styler": "workspace:^"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
|
-
"@vitus-labs/tools-rolldown": "^1.15.
|
|
40
|
-
"@vitus-labs/tools-typescript": "^1.15.
|
|
40
|
+
"@vitus-labs/tools-rolldown": "^1.15.3",
|
|
41
|
+
"@vitus-labs/tools-typescript": "^1.15.3"
|
|
41
42
|
}
|
|
42
43
|
}
|