@brillout/docpress 0.4.11 → 0.4.12

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