@pyreon/elements 0.24.6 → 0.25.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 +5 -1
- package/package.json +10 -10
package/lib/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { registerSingleton, signal } from "@pyreon/reactivity";
|
|
1
2
|
import { Provider, alignContent, extendCss, makeItResponsive, value } from "@pyreon/unistyle";
|
|
2
3
|
import { Fragment, Portal, createContext, h, nativeCompat, onMount, onUnmount, provide, splitProps, useContext } from "@pyreon/core";
|
|
3
4
|
import { config, isEmpty, omit, pick, render, throttle } from "@pyreon/ui-core";
|
|
4
5
|
import { Fragment as Fragment$1, jsx, jsxs } from "@pyreon/core/jsx-runtime";
|
|
5
|
-
import { signal } from "@pyreon/reactivity";
|
|
6
6
|
|
|
7
7
|
//#region src/constants.ts
|
|
8
8
|
const PKG_NAME = "@pyreon/elements";
|
|
@@ -1418,6 +1418,10 @@ Component$6.displayName = name;
|
|
|
1418
1418
|
Component$6.pkgName = PKG_NAME;
|
|
1419
1419
|
Component$6.PYREON__COMPONENT = name;
|
|
1420
1420
|
|
|
1421
|
+
//#endregion
|
|
1422
|
+
//#region src/index.ts
|
|
1423
|
+
registerSingleton("@pyreon/elements", "0.24.6", import.meta.url);
|
|
1424
|
+
|
|
1421
1425
|
//#endregion
|
|
1422
1426
|
export { Component as Element, Iterator_default as Iterator, Component$1 as List, Component$2 as Overlay, Component$3 as OverlayProvider, Component$4 as Portal, Provider, Component$5 as Text, Component$6 as Util, useOverlay };
|
|
1423
1427
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/elements",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Foundational UI components for Pyreon",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@pyreon/core": "^0.
|
|
43
|
+
"@pyreon/core": "^0.25.0",
|
|
44
44
|
"@pyreon/manifest": "0.13.1",
|
|
45
|
-
"@pyreon/reactivity": "^0.
|
|
46
|
-
"@pyreon/runtime-dom": "^0.
|
|
47
|
-
"@pyreon/test-utils": "^0.13.
|
|
48
|
-
"@pyreon/typescript": "^0.
|
|
45
|
+
"@pyreon/reactivity": "^0.25.0",
|
|
46
|
+
"@pyreon/runtime-dom": "^0.25.0",
|
|
47
|
+
"@pyreon/test-utils": "^0.13.12",
|
|
48
|
+
"@pyreon/typescript": "^0.25.0",
|
|
49
49
|
"@vitest/browser-playwright": "^4.1.4",
|
|
50
50
|
"@vitus-labs/tools-rolldown": "^2.4.0"
|
|
51
51
|
},
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"node": ">= 22"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@pyreon/core": "^0.
|
|
57
|
-
"@pyreon/reactivity": "^0.
|
|
58
|
-
"@pyreon/ui-core": "^0.
|
|
59
|
-
"@pyreon/unistyle": "^0.
|
|
56
|
+
"@pyreon/core": "^0.25.0",
|
|
57
|
+
"@pyreon/reactivity": "^0.25.0",
|
|
58
|
+
"@pyreon/ui-core": "^0.25.0",
|
|
59
|
+
"@pyreon/unistyle": "^0.25.0"
|
|
60
60
|
}
|
|
61
61
|
}
|