@pyreon/document-primitives 0.24.6 → 0.25.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 +2 -2
- package/package.json +17 -17
package/lib/index.d.ts
CHANGED
|
@@ -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
|
-
width?: number | string;
|
|
423
422
|
caption?: string;
|
|
423
|
+
width?: number | string;
|
|
424
424
|
height?: number | string;
|
|
425
425
|
src?: string;
|
|
426
426
|
alt?: string;
|
|
@@ -696,9 +696,9 @@ declare const DocQuote: import("@pyreon/rocketstyle").RocketStyleComponent<Parti
|
|
|
696
696
|
}> & import("@pyreon/core").PyreonHTMLAttributes<HTMLElement>, {
|
|
697
697
|
borderColor?: string;
|
|
698
698
|
}, {}, {
|
|
699
|
-
padding: string;
|
|
700
699
|
borderColor: string;
|
|
701
700
|
color: string;
|
|
701
|
+
padding: string;
|
|
702
702
|
fontStyle: string;
|
|
703
703
|
}, {
|
|
704
704
|
_documentType: "quote";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/document-primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
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.
|
|
44
|
-
"@pyreon/core": "^0.
|
|
45
|
-
"@pyreon/document": "^0.
|
|
46
|
-
"@pyreon/elements": "^0.
|
|
47
|
-
"@pyreon/rocketstyle": "^0.
|
|
48
|
-
"@pyreon/styler": "^0.
|
|
49
|
-
"@pyreon/ui-core": "^0.
|
|
43
|
+
"@pyreon/connector-document": "^0.25.0",
|
|
44
|
+
"@pyreon/core": "^0.25.0",
|
|
45
|
+
"@pyreon/document": "^0.25.0",
|
|
46
|
+
"@pyreon/elements": "^0.25.0",
|
|
47
|
+
"@pyreon/rocketstyle": "^0.25.0",
|
|
48
|
+
"@pyreon/styler": "^0.25.0",
|
|
49
|
+
"@pyreon/ui-core": "^0.25.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@pyreon/core": "^0.
|
|
53
|
-
"@pyreon/elements": "^0.
|
|
52
|
+
"@pyreon/core": "^0.25.0",
|
|
53
|
+
"@pyreon/elements": "^0.25.0",
|
|
54
54
|
"@pyreon/manifest": "0.13.1",
|
|
55
|
-
"@pyreon/reactivity": "^0.
|
|
56
|
-
"@pyreon/rocketstyle": "^0.
|
|
57
|
-
"@pyreon/runtime-dom": "^0.
|
|
58
|
-
"@pyreon/styler": "^0.
|
|
59
|
-
"@pyreon/test-utils": "^0.13.
|
|
60
|
-
"@pyreon/typescript": "^0.
|
|
61
|
-
"@pyreon/ui-core": "^0.
|
|
55
|
+
"@pyreon/reactivity": "^0.25.0",
|
|
56
|
+
"@pyreon/rocketstyle": "^0.25.0",
|
|
57
|
+
"@pyreon/runtime-dom": "^0.25.0",
|
|
58
|
+
"@pyreon/styler": "^0.25.0",
|
|
59
|
+
"@pyreon/test-utils": "^0.13.12",
|
|
60
|
+
"@pyreon/typescript": "^0.25.0",
|
|
61
|
+
"@pyreon/ui-core": "^0.25.0",
|
|
62
62
|
"@vitest/browser-playwright": "^4.1.4",
|
|
63
63
|
"@vitus-labs/tools-rolldown": "^2.4.0"
|
|
64
64
|
},
|