@planetaexo/design-system 0.93.0 → 0.93.1
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/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -16451,6 +16451,8 @@ function CategoryPage2({
|
|
|
16451
16451
|
title,
|
|
16452
16452
|
intro,
|
|
16453
16453
|
heroImage,
|
|
16454
|
+
heroImageSrcSet,
|
|
16455
|
+
heroImageSizes,
|
|
16454
16456
|
videoUrl,
|
|
16455
16457
|
trustpilotMini,
|
|
16456
16458
|
breadcrumb,
|
|
@@ -16586,6 +16588,8 @@ function CategoryPage2({
|
|
|
16586
16588
|
"img",
|
|
16587
16589
|
{
|
|
16588
16590
|
src: heroImage,
|
|
16591
|
+
srcSet: heroImageSrcSet,
|
|
16592
|
+
sizes: heroImageSizes,
|
|
16589
16593
|
alt: "",
|
|
16590
16594
|
"aria-hidden": true,
|
|
16591
16595
|
fetchPriority: "high",
|