@brillout/docpress 0.4.12 → 0.4.13

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/dist/index.js CHANGED
@@ -217,7 +217,7 @@ function Note({
217
217
  className
218
218
  }, /* @__PURE__ */ React5.createElement("div", {
219
219
  style: { marginBottom: 20 }
220
- }), icon, /* @__PURE__ */ React5.createElement("div", {
220
+ }), icon, " ", /* @__PURE__ */ React5.createElement("div", {
221
221
  className: "blockquote-content"
222
222
  }, children), /* @__PURE__ */ React5.createElement("div", {
223
223
  style: { marginTop: 20 }
@@ -277,6 +277,9 @@ blockquote.warning {
277
277
  204,
278
278
  50;
279
279
  }
280
+ .blockquote-content {
281
+ display: inline;
282
+ }
280
283
  blockquote.custom-icon > .blockquote-content > :first-child {
281
284
  display: inline;
282
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",