@pyreon/rocketstyle 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 +2 -1
- package/package.json +8 -8
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { registerSingleton, signal } from "@pyreon/reactivity";
|
|
1
2
|
import { createContext, nativeCompat, provide, useContext } from "@pyreon/core";
|
|
2
3
|
import { Provider as Provider$1, compose, config, context, get, hoistNonReactStatics, isEmpty, merge, omit, pick, render, set } from "@pyreon/ui-core";
|
|
3
|
-
import { signal } from "@pyreon/reactivity";
|
|
4
4
|
|
|
5
5
|
//#region src/constants/index.ts
|
|
6
6
|
/** Tree-shakeable dev-mode flag. `true` in dev, `false` (dead code eliminated) in prod. */
|
|
@@ -818,6 +818,7 @@ const isRocketComponent = (component) => {
|
|
|
818
818
|
|
|
819
819
|
//#endregion
|
|
820
820
|
//#region src/index.ts
|
|
821
|
+
registerSingleton("@pyreon/rocketstyle", "0.24.6", import.meta.url);
|
|
821
822
|
/**
|
|
822
823
|
* Resolve a $rocketstyle value — handles both function accessor and plain object.
|
|
823
824
|
* Use in styled() interpolation functions when $rocketstyle may be a reactive accessor.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/rocketstyle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Multi-dimensional style composition for Pyreon components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@pyreon/test-utils": "^0.13.
|
|
44
|
-
"@pyreon/typescript": "^0.
|
|
45
|
-
"@pyreon/ui-core": "^0.
|
|
43
|
+
"@pyreon/test-utils": "^0.13.12",
|
|
44
|
+
"@pyreon/typescript": "^0.25.0",
|
|
45
|
+
"@pyreon/ui-core": "^0.25.0",
|
|
46
46
|
"@vitest/browser-playwright": "^4.1.4",
|
|
47
47
|
"@vitus-labs/tools-rolldown": "^2.4.0"
|
|
48
48
|
},
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">= 22"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@pyreon/core": "^0.
|
|
54
|
-
"@pyreon/reactivity": "^0.
|
|
55
|
-
"@pyreon/styler": "^0.
|
|
56
|
-
"@pyreon/ui-core": "^0.
|
|
53
|
+
"@pyreon/core": "^0.25.0",
|
|
54
|
+
"@pyreon/reactivity": "^0.25.0",
|
|
55
|
+
"@pyreon/styler": "^0.25.0",
|
|
56
|
+
"@pyreon/ui-core": "^0.25.0"
|
|
57
57
|
}
|
|
58
58
|
}
|