@pyreon/rocketstyle 0.19.0 → 0.21.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.d.ts +1 -2
- package/package.json +8 -8
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as _$_pyreon_core0 from "@pyreon/core";
|
|
2
1
|
import { VNodeChild } from "@pyreon/core";
|
|
3
2
|
import { config, context, render } from "@pyreon/ui-core";
|
|
4
3
|
|
|
@@ -258,7 +257,7 @@ type Configuration<C = ElementType | unknown, D extends Dimensions = Dimensions>
|
|
|
258
257
|
statics: Record<string, any>;
|
|
259
258
|
} & Record<string, any>;
|
|
260
259
|
type DefaultProps = Partial<PseudoProps> & {
|
|
261
|
-
children?:
|
|
260
|
+
children?: import('@pyreon/core').VNodeChild;
|
|
262
261
|
};
|
|
263
262
|
//#endregion
|
|
264
263
|
//#region src/types/attrs.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/rocketstyle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "Multi-dimensional style composition for Pyreon components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@pyreon/test-utils": "^0.13.
|
|
46
|
-
"@pyreon/typescript": "^0.
|
|
47
|
-
"@pyreon/ui-core": "^0.
|
|
45
|
+
"@pyreon/test-utils": "^0.13.8",
|
|
46
|
+
"@pyreon/typescript": "^0.21.0",
|
|
47
|
+
"@pyreon/ui-core": "^0.21.0",
|
|
48
48
|
"@vitest/browser-playwright": "^4.1.4",
|
|
49
49
|
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
50
50
|
},
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"node": ">= 22"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@pyreon/core": "^0.
|
|
56
|
-
"@pyreon/reactivity": "^0.
|
|
57
|
-
"@pyreon/styler": "^0.
|
|
58
|
-
"@pyreon/ui-core": "^0.
|
|
55
|
+
"@pyreon/core": "^0.21.0",
|
|
56
|
+
"@pyreon/reactivity": "^0.21.0",
|
|
57
|
+
"@pyreon/styler": "^0.21.0",
|
|
58
|
+
"@pyreon/ui-core": "^0.21.0"
|
|
59
59
|
}
|
|
60
60
|
}
|