@hypercerts-org/lexicon 0.11.0 → 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/CHANGELOG.md +19 -0
- package/README.md +39 -23
- package/SCHEMAS.md +12 -11
- package/dist/exports.d.ts +5 -1
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +5 -1
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +10 -2
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts +2 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts.map +1 -1
- package/dist/index.cjs +11 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +11 -3
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +5 -1
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +10 -2
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +5 -1
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/pub/leaflet/blocks/image.d.ts +2 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts.map +1 -1
- package/lexicons/org/hyperboards/board.json +1 -1
- package/lexicons/pub/leaflet/blocks/image.json +4 -0
- package/package.json +3 -2
- package/dist/tests/validate-external-lexicons.test.d.ts +0 -2
- package/dist/tests/validate-external-lexicons.test.d.ts.map +0 -1
- package/dist/tests/validate-funding-receipt.test.d.ts +0 -2
- package/dist/tests/validate-funding-receipt.test.d.ts.map +0 -1
- package/dist/tests/validate-link-evm.test.d.ts +0 -2
- package/dist/tests/validate-link-evm.test.d.ts.map +0 -1
- package/dist/tests/validate-rights.test.d.ts +0 -2
- package/dist/tests/validate-rights.test.d.ts.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -626,7 +626,7 @@ const schemaDict = {
|
|
|
626
626
|
subject: {
|
|
627
627
|
type: 'ref',
|
|
628
628
|
ref: 'lex:com.atproto.repo.strongRef',
|
|
629
|
-
description: 'Reference to the org.hypercerts.claim.activity or org.hypercerts.
|
|
629
|
+
description: 'Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes.',
|
|
630
630
|
},
|
|
631
631
|
config: {
|
|
632
632
|
type: 'ref',
|
|
@@ -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: {
|
|
@@ -3271,7 +3275,7 @@ var defs$x = {
|
|
|
3271
3275
|
subject: {
|
|
3272
3276
|
type: "ref",
|
|
3273
3277
|
ref: "com.atproto.repo.strongRef",
|
|
3274
|
-
description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.
|
|
3278
|
+
description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes."
|
|
3275
3279
|
},
|
|
3276
3280
|
config: {
|
|
3277
3281
|
type: "ref",
|
|
@@ -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-
|
|
6611
|
+
* Generated: 2026-04-09T15:15:03.610Z
|
|
6604
6612
|
*
|
|
6605
6613
|
* To regenerate this file, run:
|
|
6606
6614
|
* npm run gen-api
|