@pyreon/document-primitives 0.24.1 → 0.24.2
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 +3 -3
- package/package.json +16 -16
package/lib/index.d.ts
CHANGED
|
@@ -350,9 +350,9 @@ declare const DocHeading: import("@pyreon/rocketstyle").RocketStyleComponent<Par
|
|
|
350
350
|
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
351
351
|
level?: string;
|
|
352
352
|
}, {}, {
|
|
353
|
-
marginBottom: number;
|
|
354
353
|
color: string;
|
|
355
354
|
fontWeight: string;
|
|
355
|
+
marginBottom: number;
|
|
356
356
|
}, {
|
|
357
357
|
_documentType: "heading";
|
|
358
358
|
}, {}, {
|
|
@@ -419,8 +419,8 @@ declare const DocImage: import("@pyreon/rocketstyle").RocketStyleComponent<Parti
|
|
|
419
419
|
beforeContentCss: import("@pyreon/elements").ExtendCss;
|
|
420
420
|
afterContentCss: import("@pyreon/elements").ExtendCss;
|
|
421
421
|
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
422
|
-
caption?: string;
|
|
423
422
|
width?: number | string;
|
|
423
|
+
caption?: string;
|
|
424
424
|
height?: number | string;
|
|
425
425
|
src?: string;
|
|
426
426
|
alt?: string;
|
|
@@ -954,9 +954,9 @@ declare const DocText: import("@pyreon/rocketstyle").RocketStyleComponent<Partia
|
|
|
954
954
|
tag: string;
|
|
955
955
|
_documentProps: {};
|
|
956
956
|
}, {}, {
|
|
957
|
-
marginBottom: number;
|
|
958
957
|
color: string;
|
|
959
958
|
lineHeight: number;
|
|
959
|
+
marginBottom: number;
|
|
960
960
|
}, {
|
|
961
961
|
_documentType: "text";
|
|
962
962
|
}, {}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "Rocketstyle document components — render in browser, export to 18 formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@pyreon/connector-document": "^0.24.
|
|
46
|
-
"@pyreon/core": "^0.24.
|
|
47
|
-
"@pyreon/document": "^0.24.
|
|
48
|
-
"@pyreon/elements": "^0.24.
|
|
49
|
-
"@pyreon/rocketstyle": "^0.24.
|
|
50
|
-
"@pyreon/styler": "^0.24.
|
|
51
|
-
"@pyreon/ui-core": "^0.24.
|
|
45
|
+
"@pyreon/connector-document": "^0.24.2",
|
|
46
|
+
"@pyreon/core": "^0.24.2",
|
|
47
|
+
"@pyreon/document": "^0.24.2",
|
|
48
|
+
"@pyreon/elements": "^0.24.2",
|
|
49
|
+
"@pyreon/rocketstyle": "^0.24.2",
|
|
50
|
+
"@pyreon/styler": "^0.24.2",
|
|
51
|
+
"@pyreon/ui-core": "^0.24.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@pyreon/core": "^0.24.
|
|
55
|
-
"@pyreon/elements": "^0.24.
|
|
54
|
+
"@pyreon/core": "^0.24.2",
|
|
55
|
+
"@pyreon/elements": "^0.24.2",
|
|
56
56
|
"@pyreon/manifest": "0.13.1",
|
|
57
|
-
"@pyreon/reactivity": "^0.24.
|
|
58
|
-
"@pyreon/rocketstyle": "^0.24.
|
|
59
|
-
"@pyreon/runtime-dom": "^0.24.
|
|
60
|
-
"@pyreon/styler": "^0.24.
|
|
57
|
+
"@pyreon/reactivity": "^0.24.2",
|
|
58
|
+
"@pyreon/rocketstyle": "^0.24.2",
|
|
59
|
+
"@pyreon/runtime-dom": "^0.24.2",
|
|
60
|
+
"@pyreon/styler": "^0.24.2",
|
|
61
61
|
"@pyreon/test-utils": "^0.13.11",
|
|
62
|
-
"@pyreon/typescript": "^0.24.
|
|
63
|
-
"@pyreon/ui-core": "^0.24.
|
|
62
|
+
"@pyreon/typescript": "^0.24.2",
|
|
63
|
+
"@pyreon/ui-core": "^0.24.2",
|
|
64
64
|
"@vitest/browser-playwright": "^4.1.4",
|
|
65
65
|
"@vitus-labs/tools-rolldown": "^2.4.0"
|
|
66
66
|
},
|