@xyd-js/atlas 0.0.0-build-9f87f13-20250930210637 → 0.0.0-build-3d2980a-20251001121752
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 +6 -6
- package/dist/{VideoGuide-mnR1NnMY-BWu_u92C.js → VideoGuide-C4satVUi-BWu_u92C.js} +1 -1
- package/dist/{VideoGuide-mnR1NnMY-BWu_u92C.js.map → VideoGuide-C4satVUi-BWu_u92C.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/xydPlugin.js +1 -1
- package/package.json +6 -6
- package/src/components/ApiRef/ApiRefProperties/ApiRefProperties.tsx +3 -3
package/dist/xydPlugin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{SurfaceTarget as e}from"@xyd-js/framework";import{a as t,b as i}from"./VideoGuide-
|
|
1
|
+
import{SurfaceTarget as e}from"@xyd-js/framework";import{a as t,b as i}from"./VideoGuide-C4satVUi-BWu_u92C.js";import a from"react";import"radix-ui";import"lucide-react";import"openux-js";function r(e){var r,o=(null===(r=null==e?void 0:e.pageMeta)||void 0===r?void 0:r.openapi)||"",n=o.includes("#")?o.split("#"):["",o],u=t(n,2);u[0];var s=u[1],d=(void 0===s?"":s).split(" "),l=t(d,1)[0],m=void 0===l?"":l;if(!m)return null;if(m.includes("components/schemas"))return null;var p=m.toUpperCase();return"DELETE"===m&&(p="DEL"),a.createElement("div",{"data-active":(null==e?void 0:e.active)?"true":void 0,"data-atlas-oas-method":m},a.createElement(i,{size:"xs"},p))}function o(){return function(t){return{name:"atlas-xyd-plugin",customComponents:{AtlasSidebarItemRight:{component:r,surface:e.SidebarItemRight}}}}}export{o as default};
|
|
2
2
|
//# sourceMappingURL=xydPlugin.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyd-js/atlas",
|
|
3
|
-
"version": "0.0.0-build-
|
|
3
|
+
"version": "0.0.0-build-3d2980a-20251001121752",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": "^19.1.0",
|
|
28
28
|
"openux-js": "0.0.0-pre.1",
|
|
29
|
-
"@xyd-js/framework": "0.0.0-build-
|
|
30
|
-
"@xyd-js/
|
|
31
|
-
"@xyd-js/
|
|
32
|
-
"@xyd-js/
|
|
33
|
-
"@xyd-js/components": "0.0.0-build-
|
|
29
|
+
"@xyd-js/framework": "0.0.0-build-3d2980a-20251001121752",
|
|
30
|
+
"@xyd-js/plugins": "0.0.0-build-3d2980a-20251001121752",
|
|
31
|
+
"@xyd-js/core": "0.0.0-build-3d2980a-20251001121752",
|
|
32
|
+
"@xyd-js/uniform": "0.0.0-build-3d2980a-20251001121752",
|
|
33
|
+
"@xyd-js/components": "0.0.0-build-3d2980a-20251001121752"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/react": "^19.1.0",
|
|
@@ -488,7 +488,7 @@ function resolvePropertySymbol(property: DefinitionProperty): string {
|
|
|
488
488
|
const defined = atomicDefinedPropertySymbol(property);
|
|
489
489
|
const symbol = atomicPropertySymbol(property);
|
|
490
490
|
|
|
491
|
-
if (symbol
|
|
491
|
+
if (symbol?.startsWith?.("$$")) {
|
|
492
492
|
return [property.ofProperty.type];
|
|
493
493
|
}
|
|
494
494
|
|
|
@@ -554,7 +554,7 @@ function resolvePropertySymbol(property: DefinitionProperty): string {
|
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
if (property.type?.startsWith("$$")) {
|
|
557
|
+
if (property.type?.startsWith?.("$$")) {
|
|
558
558
|
return [];
|
|
559
559
|
}
|
|
560
560
|
|
|
@@ -592,7 +592,7 @@ function atomicDefinedPropertySymbol(property: DefinitionProperty): string {
|
|
|
592
592
|
|
|
593
593
|
function groupSymbol(property: DefinitionProperty) {
|
|
594
594
|
const symbol = resolvePropertySymbol(property);
|
|
595
|
-
if (symbol?.startsWith("$$")) {
|
|
595
|
+
if (symbol?.startsWith?.("$$")) {
|
|
596
596
|
return "";
|
|
597
597
|
}
|
|
598
598
|
|