quirk-ui 0.0.362 → 0.0.363
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/main.d.ts
CHANGED
|
@@ -1527,7 +1527,7 @@ declare type TabItem = {
|
|
|
1527
1527
|
tabText?: PortableTextBlock[];
|
|
1528
1528
|
tabImage?: SanityImage;
|
|
1529
1529
|
tabLink?: Link;
|
|
1530
|
-
tabGridItem?: TabGridItem[]
|
|
1530
|
+
tabGridItem?: TabGridItem[] | Record<string, unknown>;
|
|
1531
1531
|
tabDisclaimer?: PortableTextBlock[];
|
|
1532
1532
|
};
|
|
1533
1533
|
};
|
|
@@ -2583,7 +2583,7 @@ function hn({
|
|
|
2583
2583
|
}) {
|
|
2584
2584
|
var n, r, t;
|
|
2585
2585
|
const f = `/blog/articles/${i.slug.current}`, o = (n = i.categories) != null && n.length ? i.categories[0] : null;
|
|
2586
|
-
return
|
|
2586
|
+
return /* @__PURE__ */ fe(
|
|
2587
2587
|
un,
|
|
2588
2588
|
{
|
|
2589
2589
|
href: f,
|
package/dist/next.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ declare type TabItem = {
|
|
|
377
377
|
tabText?: PortableTextBlock[];
|
|
378
378
|
tabImage?: SanityImage;
|
|
379
379
|
tabLink?: Link;
|
|
380
|
-
tabGridItem?: TabGridItem[]
|
|
380
|
+
tabGridItem?: TabGridItem[] | Record<string, unknown>;
|
|
381
381
|
tabDisclaimer?: PortableTextBlock[];
|
|
382
382
|
};
|
|
383
383
|
};
|