@riboseinc/anafero-cli 0.0.8 → 0.0.10
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/CLI.tsx +2 -2
- package/bootstrap.css +3 -0
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +2 -2
- package/bootstrap.js.map +2 -2
- package/build-site.css +3 -0
- package/build-site.mjs +4 -6
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.10.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.8.tgz +0 -0
package/bootstrap.js
CHANGED
|
@@ -131685,7 +131685,7 @@ var Resource = import_react213.default.forwardRef(function({
|
|
|
131685
131685
|
className: style_default.floatingSubresourceLink,
|
|
131686
131686
|
style: { position: "absolute", top, left: left3 }
|
|
131687
131687
|
},
|
|
131688
|
-
/* @__PURE__ */ import_react213.default.createElement("a", { className: style_default.floatingSubresourceLinkAnchor, href:
|
|
131688
|
+
/* @__PURE__ */ import_react213.default.createElement("a", { className: style_default.floatingSubresourceLinkAnchor, href: url2 }, "\xB6")
|
|
131689
131689
|
),
|
|
131690
131690
|
document2.body
|
|
131691
131691
|
)
|
|
@@ -131723,7 +131723,7 @@ function processAttributes(el, locateResource, reverseResource, onIntegrityViola
|
|
|
131723
131723
|
try {
|
|
131724
131724
|
resolvedResourcePath = locateResource(attr.value);
|
|
131725
131725
|
} catch (e2) {
|
|
131726
|
-
onIntegrityViolation(`Attribute ${attr.name} is neither an external link nor a resource
|
|
131726
|
+
onIntegrityViolation(`Attribute ${attr.name} is neither an external link nor points to a resolvable resource: ${attr.value}`);
|
|
131727
131727
|
resolvedResourcePath = null;
|
|
131728
131728
|
}
|
|
131729
131729
|
if (resolvedResourcePath) {
|