@arcteryx/sanity-content
Advanced tools
Comparing version 1.77.0 to 1.77.1
@@ -15,3 +15,4 @@ import { z } from 'zod'; | ||
}); | ||
export const linkQuery = groq `{ | ||
export const linkQuery = groq ` | ||
{ | ||
${translateStringQuery('label')}, | ||
@@ -25,4 +26,9 @@ _type, | ||
"iconPosition": coalesce(iconPosition, "left"), | ||
"target": select( | ||
(linkType == 'default' || linkType == 'page') => target, "_self"), | ||
"target": coalesce( | ||
select( | ||
(linkType == 'default' || linkType == 'page') => target, | ||
"_self" | ||
), | ||
"_self" | ||
), | ||
"url": coalesce( | ||
@@ -32,5 +38,5 @@ select( | ||
linkType == 'page' || linkType == 'internalModal' => pageReference->slug.current | ||
), | ||
), | ||
"" | ||
) | ||
}`; |
{ | ||
"name": "@arcteryx/sanity-content", | ||
"version": "1.77.0", | ||
"version": "1.77.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7795358
186912