@pyreon/document-primitives 0.12.8 → 0.12.9
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 +9 -9
- package/lib/index.d.ts.map +1 -1
- package/package.json +15 -15
package/lib/index.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ declare const DocumentPreview: _pyreon_rocketstyle0.RocketStyleComponent<Partial
|
|
|
39
39
|
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
40
40
|
size?: string;
|
|
41
41
|
tag: string;
|
|
42
|
-
showPageBreaks?: boolean;
|
|
43
42
|
_documentProps: Record<string, unknown>;
|
|
43
|
+
showPageBreaks?: boolean;
|
|
44
44
|
}, {}, {
|
|
45
45
|
backgroundColor: string;
|
|
46
46
|
padding: number;
|
|
@@ -87,10 +87,10 @@ declare const DocButton: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
87
87
|
};
|
|
88
88
|
href?: string;
|
|
89
89
|
}, {}, {
|
|
90
|
-
padding: string;
|
|
91
90
|
borderRadius: number;
|
|
92
91
|
fontSize: number;
|
|
93
92
|
fontWeight: string;
|
|
93
|
+
padding: string;
|
|
94
94
|
textAlign: string;
|
|
95
95
|
textDecoration: string;
|
|
96
96
|
}, {
|
|
@@ -126,10 +126,10 @@ declare const DocCode: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
126
126
|
language?: string;
|
|
127
127
|
}, {}, {
|
|
128
128
|
backgroundColor: string;
|
|
129
|
-
padding: string;
|
|
130
129
|
borderRadius: number;
|
|
131
130
|
fontFamily: string;
|
|
132
131
|
fontSize: number;
|
|
132
|
+
padding: string;
|
|
133
133
|
}, {
|
|
134
134
|
_documentType: "code";
|
|
135
135
|
}, {}, {
|
|
@@ -181,8 +181,8 @@ declare const DocColumn: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
181
181
|
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
182
182
|
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
183
183
|
tag: string;
|
|
184
|
-
width?: number | string;
|
|
185
184
|
_documentProps: Record<string, unknown>;
|
|
185
|
+
width?: number | string;
|
|
186
186
|
}, {}, {}, {
|
|
187
187
|
_documentType: "column";
|
|
188
188
|
}, {}, {
|
|
@@ -326,9 +326,9 @@ declare const DocHeading: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
326
326
|
level: number;
|
|
327
327
|
};
|
|
328
328
|
}, {}, {
|
|
329
|
+
marginBottom: number;
|
|
329
330
|
color: string;
|
|
330
331
|
fontWeight: string;
|
|
331
|
-
marginBottom: number;
|
|
332
332
|
}, {
|
|
333
333
|
_documentType: "heading";
|
|
334
334
|
}, {}, {
|
|
@@ -396,10 +396,10 @@ declare const DocImage: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
396
396
|
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
397
397
|
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
398
398
|
tag: string;
|
|
399
|
-
width?: number | string;
|
|
400
399
|
_documentProps: Record<string, unknown>;
|
|
401
400
|
caption?: string;
|
|
402
401
|
height?: number | string;
|
|
402
|
+
width?: number | string;
|
|
403
403
|
src?: string;
|
|
404
404
|
alt?: string;
|
|
405
405
|
}, {}, {}, {
|
|
@@ -486,8 +486,8 @@ declare const DocList: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
486
486
|
afterContentCss: _pyreon_elements0.ExtendCss;
|
|
487
487
|
}> & _pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
488
488
|
tag: string;
|
|
489
|
-
_documentProps: Record<string, unknown>;
|
|
490
489
|
ordered?: boolean;
|
|
490
|
+
_documentProps: Record<string, unknown>;
|
|
491
491
|
}, {}, {
|
|
492
492
|
marginBottom: number;
|
|
493
493
|
paddingLeft: number;
|
|
@@ -684,10 +684,10 @@ declare const DocQuote: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
684
684
|
_documentProps: Record<string, unknown>;
|
|
685
685
|
borderColor?: string;
|
|
686
686
|
}, {}, {
|
|
687
|
-
padding: string;
|
|
688
687
|
borderColor: string;
|
|
689
688
|
color: string;
|
|
690
689
|
fontStyle: string;
|
|
690
|
+
padding: string;
|
|
691
691
|
}, {
|
|
692
692
|
_documentType: "quote";
|
|
693
693
|
}, {}, {
|
|
@@ -928,9 +928,9 @@ declare const DocText: _pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
928
928
|
tag: string;
|
|
929
929
|
_documentProps: Record<string, unknown>;
|
|
930
930
|
}, {}, {
|
|
931
|
+
marginBottom: number;
|
|
931
932
|
color: string;
|
|
932
933
|
lineHeight: number;
|
|
933
|
-
marginBottom: number;
|
|
934
934
|
}, {
|
|
935
935
|
_documentType: "text";
|
|
936
936
|
}, {}, {
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index2.d.ts","names":[],"sources":["../../src/DocumentPreview.ts","../../src/primitives/DocButton.ts","../../src/primitives/DocCode.ts","../../src/primitives/DocColumn.ts","../../src/primitives/DocDivider.ts","../../src/primitives/DocDocument.ts","../../src/primitives/DocHeading.ts","../../src/primitives/DocImage.ts","../../src/primitives/DocLink.ts","../../src/primitives/DocList.ts","../../src/primitives/DocListItem.ts","../../src/primitives/DocPage.ts","../../src/primitives/DocPageBreak.ts","../../src/primitives/DocQuote.ts","../../src/primitives/DocRow.ts","../../src/primitives/DocSection.ts","../../src/primitives/DocSpacer.ts","../../src/primitives/DocTable.ts","../../src/primitives/DocText.ts","../../src/theme.ts","../../src/useDocumentExport.ts"],"mappings":";;;;;;;cAGM,eAAA,uBAAe,oBAAA,CAAA,OAAA;OA4ChB,gBAAA,CAAA,QAAA
|
|
1
|
+
{"version":3,"file":"index2.d.ts","names":[],"sources":["../../src/DocumentPreview.ts","../../src/primitives/DocButton.ts","../../src/primitives/DocCode.ts","../../src/primitives/DocColumn.ts","../../src/primitives/DocDivider.ts","../../src/primitives/DocDocument.ts","../../src/primitives/DocHeading.ts","../../src/primitives/DocImage.ts","../../src/primitives/DocLink.ts","../../src/primitives/DocList.ts","../../src/primitives/DocListItem.ts","../../src/primitives/DocPage.ts","../../src/primitives/DocPageBreak.ts","../../src/primitives/DocQuote.ts","../../src/primitives/DocRow.ts","../../src/primitives/DocSection.ts","../../src/primitives/DocSpacer.ts","../../src/primitives/DocTable.ts","../../src/primitives/DocText.ts","../../src/theme.ts","../../src/useDocumentExport.ts"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "Rocketstyle document components — render in browser, export to 18 formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,25 +40,25 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@pyreon/connector-document": "^0.12.
|
|
43
|
+
"@pyreon/connector-document": "^0.12.9"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@pyreon/core": "^0.12.
|
|
47
|
-
"@pyreon/elements": "^0.12.
|
|
48
|
-
"@pyreon/rocketstyle": "^0.12.
|
|
49
|
-
"@pyreon/styler": "^0.12.
|
|
50
|
-
"@pyreon/test-utils": "^0.12.
|
|
51
|
-
"@pyreon/typescript": "^0.12.
|
|
52
|
-
"@pyreon/ui-core": "^0.12.
|
|
46
|
+
"@pyreon/core": "^0.12.9",
|
|
47
|
+
"@pyreon/elements": "^0.12.9",
|
|
48
|
+
"@pyreon/rocketstyle": "^0.12.9",
|
|
49
|
+
"@pyreon/styler": "^0.12.9",
|
|
50
|
+
"@pyreon/test-utils": "^0.12.9",
|
|
51
|
+
"@pyreon/typescript": "^0.12.9",
|
|
52
|
+
"@pyreon/ui-core": "^0.12.9",
|
|
53
53
|
"@vitus-labs/tools-rolldown": "^1.15.4"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@pyreon/core": "^0.12.
|
|
57
|
-
"@pyreon/document": "^0.12.
|
|
58
|
-
"@pyreon/elements": "^0.12.
|
|
59
|
-
"@pyreon/rocketstyle": "^0.12.
|
|
60
|
-
"@pyreon/styler": "^0.12.
|
|
61
|
-
"@pyreon/ui-core": "^0.12.
|
|
56
|
+
"@pyreon/core": "^0.12.9",
|
|
57
|
+
"@pyreon/document": "^0.12.9",
|
|
58
|
+
"@pyreon/elements": "^0.12.9",
|
|
59
|
+
"@pyreon/rocketstyle": "^0.12.9",
|
|
60
|
+
"@pyreon/styler": "^0.12.9",
|
|
61
|
+
"@pyreon/ui-core": "^0.12.9"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">= 22"
|