@gpichot/spectacle-deck 1.1.3 → 1.1.4

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 (3) hide show
  1. package/index.cjs +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -512,6 +512,7 @@ function QuoteLayout({
512
512
  author,
513
513
  url
514
514
  }) {
515
+ console.log(children);
515
516
  const [blockquote, rest] = getMatchingMdxType(children, "blockquote");
516
517
  invariant(rest, "QuoteLayout can only have one blockquote");
517
518
  return /* @__PURE__ */ import_react6.default.createElement(QuoteBaseLayout, null, /* @__PURE__ */ import_react6.default.createElement(
package/index.mjs CHANGED
@@ -462,6 +462,7 @@ function QuoteLayout({
462
462
  author,
463
463
  url
464
464
  }) {
465
+ console.log(children);
465
466
  const [blockquote, rest] = getMatchingMdxType(children, "blockquote");
466
467
  invariant(rest, "QuoteLayout can only have one blockquote");
467
468
  return /* @__PURE__ */ React6.createElement(QuoteBaseLayout, null, /* @__PURE__ */ React6.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpichot/spectacle-deck",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.cjs",