itube-specs 0.0.792 → 0.0.793

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.
@@ -68,7 +68,7 @@
68
68
  hydrate-on-visible
69
69
  />
70
70
 
71
- <SectionCategoriesIsland v-if="!tag && isFirstPage"
71
+ <SectionCategoriesIsland v-if="!hideCategories && isFirstPage"
72
72
  :footer-text="footerText"
73
73
  :footer-links-link="footerLinksLink"
74
74
  />
@@ -88,7 +88,7 @@ import { convertModelToRoundCard } from '../../runtime';
88
88
  const props = defineProps<{
89
89
  data: PaginatedResponse<IVideoCard> | undefined
90
90
  status: string
91
- tag?: boolean
91
+ hideCategories?: boolean
92
92
  title?: string
93
93
  footerText?: string
94
94
  footerLinksLink?: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.792",
4
+ "version": "0.0.793",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {