@pyreon/document-primitives 0.21.0 → 0.22.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -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
- caption?: string;
423
422
  width?: number | string;
423
+ caption?: 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;
699
700
  borderColor: string;
700
701
  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.21.0",
3
+ "version": "0.22.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.21.0",
46
- "@pyreon/core": "^0.21.0",
47
- "@pyreon/document": "^0.21.0",
48
- "@pyreon/elements": "^0.21.0",
49
- "@pyreon/rocketstyle": "^0.21.0",
50
- "@pyreon/styler": "^0.21.0",
51
- "@pyreon/ui-core": "^0.21.0"
45
+ "@pyreon/connector-document": "^0.22.0",
46
+ "@pyreon/core": "^0.22.0",
47
+ "@pyreon/document": "^0.22.0",
48
+ "@pyreon/elements": "^0.22.0",
49
+ "@pyreon/rocketstyle": "^0.22.0",
50
+ "@pyreon/styler": "^0.22.0",
51
+ "@pyreon/ui-core": "^0.22.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@pyreon/core": "^0.21.0",
55
- "@pyreon/elements": "^0.21.0",
54
+ "@pyreon/core": "^0.22.0",
55
+ "@pyreon/elements": "^0.22.0",
56
56
  "@pyreon/manifest": "0.13.1",
57
- "@pyreon/reactivity": "^0.21.0",
58
- "@pyreon/rocketstyle": "^0.21.0",
59
- "@pyreon/runtime-dom": "^0.21.0",
60
- "@pyreon/styler": "^0.21.0",
61
- "@pyreon/test-utils": "^0.13.8",
62
- "@pyreon/typescript": "^0.21.0",
63
- "@pyreon/ui-core": "^0.21.0",
57
+ "@pyreon/reactivity": "^0.22.0",
58
+ "@pyreon/rocketstyle": "^0.22.0",
59
+ "@pyreon/runtime-dom": "^0.22.0",
60
+ "@pyreon/styler": "^0.22.0",
61
+ "@pyreon/test-utils": "^0.13.9",
62
+ "@pyreon/typescript": "^0.22.0",
63
+ "@pyreon/ui-core": "^0.22.0",
64
64
  "@vitest/browser-playwright": "^4.1.4",
65
65
  "@vitus-labs/tools-rolldown": "^2.3.0"
66
66
  },