@pyreon/document-primitives 0.18.0 → 0.19.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 +6 -6
- package/package.json +17 -17
package/lib/index.d.ts
CHANGED
|
@@ -81,10 +81,10 @@ declare const DocButton: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
81
81
|
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
82
82
|
href?: string;
|
|
83
83
|
}, {}, {
|
|
84
|
+
padding: string;
|
|
84
85
|
borderRadius: number;
|
|
85
86
|
fontSize: number;
|
|
86
87
|
fontWeight: string;
|
|
87
|
-
padding: string;
|
|
88
88
|
textAlign: string;
|
|
89
89
|
textDecoration: string;
|
|
90
90
|
}, {
|
|
@@ -118,10 +118,10 @@ declare const DocCode: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
118
118
|
language?: string;
|
|
119
119
|
}, {}, {
|
|
120
120
|
backgroundColor: string;
|
|
121
|
+
padding: string;
|
|
121
122
|
borderRadius: number;
|
|
122
123
|
fontFamily: string;
|
|
123
124
|
fontSize: number;
|
|
124
|
-
padding: string;
|
|
125
125
|
}, {
|
|
126
126
|
_documentType: "code";
|
|
127
127
|
}, {}, {
|
|
@@ -423,9 +423,9 @@ declare const DocImage: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
423
423
|
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
424
424
|
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
425
425
|
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
426
|
-
height?: number | string;
|
|
427
426
|
width?: number | string;
|
|
428
427
|
caption?: string;
|
|
428
|
+
height?: number | string;
|
|
429
429
|
src?: string;
|
|
430
430
|
alt?: string;
|
|
431
431
|
}, {}, {}, {
|
|
@@ -700,10 +700,10 @@ declare const DocQuote: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
700
700
|
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
701
701
|
borderColor?: string;
|
|
702
702
|
}, {}, {
|
|
703
|
+
padding: string;
|
|
703
704
|
borderColor: string;
|
|
704
705
|
color: string;
|
|
705
706
|
fontStyle: string;
|
|
706
|
-
padding: string;
|
|
707
707
|
}, {
|
|
708
708
|
_documentType: "quote";
|
|
709
709
|
}, {}, {
|
|
@@ -761,8 +761,8 @@ declare const DocRow: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
761
761
|
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
762
762
|
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
763
763
|
tag: string;
|
|
764
|
-
direction: "inline";
|
|
765
764
|
gap: number;
|
|
765
|
+
direction: "inline";
|
|
766
766
|
_documentProps: {};
|
|
767
767
|
}, {}, {}, {
|
|
768
768
|
_documentType: "row";
|
|
@@ -932,9 +932,9 @@ declare const DocTable: _$_pyreon_rocketstyle0.RocketStyleComponent<Partial<{
|
|
|
932
932
|
beforeContentCss: _$_pyreon_elements0.ExtendCss;
|
|
933
933
|
afterContentCss: _$_pyreon_elements0.ExtendCss;
|
|
934
934
|
}> & _$_pyreon_core0.PyreonHTMLAttributes<HTMLElement>, {
|
|
935
|
-
columns?: unknown[];
|
|
936
935
|
caption?: string;
|
|
937
936
|
rows?: unknown[];
|
|
937
|
+
columns?: unknown[];
|
|
938
938
|
headerStyle?: Record<string, unknown>;
|
|
939
939
|
striped?: boolean;
|
|
940
940
|
bordered?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
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.
|
|
46
|
-
"@pyreon/core": "^0.
|
|
47
|
-
"@pyreon/document": "^0.
|
|
48
|
-
"@pyreon/elements": "^0.
|
|
49
|
-
"@pyreon/rocketstyle": "^0.
|
|
50
|
-
"@pyreon/styler": "^0.
|
|
51
|
-
"@pyreon/ui-core": "^0.
|
|
45
|
+
"@pyreon/connector-document": "^0.19.0",
|
|
46
|
+
"@pyreon/core": "^0.19.0",
|
|
47
|
+
"@pyreon/document": "^0.19.0",
|
|
48
|
+
"@pyreon/elements": "^0.19.0",
|
|
49
|
+
"@pyreon/rocketstyle": "^0.19.0",
|
|
50
|
+
"@pyreon/styler": "^0.19.0",
|
|
51
|
+
"@pyreon/ui-core": "^0.19.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@pyreon/core": "^0.
|
|
55
|
-
"@pyreon/elements": "^0.
|
|
54
|
+
"@pyreon/core": "^0.19.0",
|
|
55
|
+
"@pyreon/elements": "^0.19.0",
|
|
56
56
|
"@pyreon/manifest": "0.13.1",
|
|
57
|
-
"@pyreon/reactivity": "^0.
|
|
58
|
-
"@pyreon/rocketstyle": "^0.
|
|
59
|
-
"@pyreon/runtime-dom": "^0.
|
|
60
|
-
"@pyreon/styler": "^0.
|
|
61
|
-
"@pyreon/test-utils": "^0.13.
|
|
62
|
-
"@pyreon/typescript": "^0.
|
|
63
|
-
"@pyreon/ui-core": "^0.
|
|
57
|
+
"@pyreon/reactivity": "^0.19.0",
|
|
58
|
+
"@pyreon/rocketstyle": "^0.19.0",
|
|
59
|
+
"@pyreon/runtime-dom": "^0.19.0",
|
|
60
|
+
"@pyreon/styler": "^0.19.0",
|
|
61
|
+
"@pyreon/test-utils": "^0.13.6",
|
|
62
|
+
"@pyreon/typescript": "^0.19.0",
|
|
63
|
+
"@pyreon/ui-core": "^0.19.0",
|
|
64
64
|
"@vitest/browser-playwright": "^4.1.4",
|
|
65
65
|
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
66
66
|
},
|