@hypercerts-org/lexicon 0.11.1 → 0.11.2

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.mjs CHANGED
@@ -2061,6 +2061,10 @@ const schemaDict = {
2061
2061
  type: 'ref',
2062
2062
  ref: 'lex:pub.leaflet.blocks.image#aspectRatio',
2063
2063
  },
2064
+ fullBleed: {
2065
+ type: 'boolean',
2066
+ description: 'Whether the image should extend to the full width of the container, ignoring padding.',
2067
+ },
2064
2068
  },
2065
2069
  },
2066
2070
  aspectRatio: {
@@ -4932,6 +4936,10 @@ var defs$b = {
4932
4936
  aspectRatio: {
4933
4937
  type: "ref",
4934
4938
  ref: "#aspectRatio"
4939
+ },
4940
+ fullBleed: {
4941
+ type: "boolean",
4942
+ description: "Whether the image should extend to the full width of the container, ignoring padding."
4935
4943
  }
4936
4944
  }
4937
4945
  },
@@ -6600,7 +6608,7 @@ var facet = /*#__PURE__*/Object.freeze({
6600
6608
  * ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
6601
6609
  *
6602
6610
  * This file is automatically generated by scripts/generate-exports.js
6603
- * Generated: 2026-04-08T16:56:41.853Z
6611
+ * Generated: 2026-04-09T15:15:03.610Z
6604
6612
  *
6605
6613
  * To regenerate this file, run:
6606
6614
  * npm run gen-api