@pyreon/document-primitives 0.16.0 → 0.18.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;
|
|
85
84
|
borderRadius: number;
|
|
86
85
|
fontSize: number;
|
|
87
86
|
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;
|
|
122
121
|
borderRadius: number;
|
|
123
122
|
fontFamily: string;
|
|
124
123
|
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;
|
|
426
427
|
width?: number | string;
|
|
427
428
|
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;
|
|
704
703
|
borderColor: string;
|
|
705
704
|
color: string;
|
|
706
705
|
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
|
-
gap: number;
|
|
765
764
|
direction: "inline";
|
|
765
|
+
gap: number;
|
|
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[];
|
|
935
936
|
caption?: string;
|
|
936
937
|
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.18.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.18.0",
|
|
46
|
+
"@pyreon/core": "^0.18.0",
|
|
47
|
+
"@pyreon/document": "^0.18.0",
|
|
48
|
+
"@pyreon/elements": "^0.18.0",
|
|
49
|
+
"@pyreon/rocketstyle": "^0.18.0",
|
|
50
|
+
"@pyreon/styler": "^0.18.0",
|
|
51
|
+
"@pyreon/ui-core": "^0.18.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@pyreon/core": "^0.
|
|
55
|
-
"@pyreon/elements": "^0.
|
|
54
|
+
"@pyreon/core": "^0.18.0",
|
|
55
|
+
"@pyreon/elements": "^0.18.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.18.0",
|
|
58
|
+
"@pyreon/rocketstyle": "^0.18.0",
|
|
59
|
+
"@pyreon/runtime-dom": "^0.18.0",
|
|
60
|
+
"@pyreon/styler": "^0.18.0",
|
|
61
|
+
"@pyreon/test-utils": "^0.13.5",
|
|
62
|
+
"@pyreon/typescript": "^0.18.0",
|
|
63
|
+
"@pyreon/ui-core": "^0.18.0",
|
|
64
64
|
"@vitest/browser-playwright": "^4.1.4",
|
|
65
65
|
"@vitus-labs/tools-rolldown": "^2.3.0"
|
|
66
66
|
},
|