Skip to content

Commit

Permalink
chore: Update buildId and manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Jafar committed May 23, 2024
1 parent ff102b2 commit 1cb8d12
Show file tree
Hide file tree
Showing 26 changed files with 1,498 additions and 1,482 deletions.
2 changes: 1 addition & 1 deletion .nuxt/app.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defuFn } from 'defu'

const inlineConfig = {
"nuxt": {
"buildId": "5ae95667-0785-45bb-921d-9c1be0d4deb7"
"buildId": "dev"
},
"ui": {
"primary": "green",
Expand Down
4 changes: 0 additions & 4 deletions .nuxt/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ interface _GlobalComponents {
'USlideover': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideover.vue")['default']
'USlideovers': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideovers.client.vue")['default']
'UTooltip': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Tooltip.vue")['default']
'ContentPreviewMode': typeof import("../node_modules/@nuxthq/studio/dist/runtime/components/ContentPreviewMode.vue")['default']
'NuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
Expand Down Expand Up @@ -371,7 +370,6 @@ interface _GlobalComponents {
'LazyUSlideover': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideover.vue")['default']
'LazyUSlideovers': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideovers.client.vue")['default']
'LazyUTooltip': typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Tooltip.vue")['default']
'LazyContentPreviewMode': typeof import("../node_modules/@nuxthq/studio/dist/runtime/components/ContentPreviewMode.vue")['default']
'LazyNuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
Expand Down Expand Up @@ -587,7 +585,6 @@ export const UPopover: typeof import("../node_modules/@nuxt/ui/dist/runtime/comp
export const USlideover: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideover.vue")['default']
export const USlideovers: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideovers.client.vue")['default']
export const UTooltip: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Tooltip.vue")['default']
export const ContentPreviewMode: typeof import("../node_modules/@nuxthq/studio/dist/runtime/components/ContentPreviewMode.vue")['default']
export const NuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
Expand Down Expand Up @@ -789,7 +786,6 @@ export const LazyUPopover: typeof import("../node_modules/@nuxt/ui/dist/runtime/
export const LazyUSlideover: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideover.vue")['default']
export const LazyUSlideovers: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Slideovers.client.vue")['default']
export const LazyUTooltip: typeof import("../node_modules/@nuxt/ui/dist/runtime/components/overlays/Tooltip.vue")['default']
export const LazyContentPreviewMode: typeof import("../node_modules/@nuxthq/studio/dist/runtime/components/ContentPreviewMode.vue")['default']
export const LazyNuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/eslint.config.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .nuxt/imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export { slidOverInjectionKey, useSlideover } from '../node_modules/@nuxt/ui/dis
export { useTimer } from '../node_modules/@nuxt/ui/dist/runtime/composables/useTimer';
export { useToast } from '../node_modules/@nuxt/ui/dist/runtime/composables/useToast';
export { useUI } from '../node_modules/@nuxt/ui/dist/runtime/composables/useUI';
export { __getComponentMeta, useComponentMeta } from '../node_modules/nuxt-component-meta/dist/runtime/composables/useComponentMeta';
export { updateSiteConfig } from '../node_modules/nuxt-site-config/dist/runtime/nuxt/composables/updateSiteConfig';
export { useNitroOrigin } from '../node_modules/nuxt-site-config/dist/runtime/nuxt/composables/useNitroOrigin';
export { useSiteConfig } from '../node_modules/nuxt-site-config/dist/runtime/nuxt/composables/useSiteConfig';
Expand All @@ -65,4 +64,5 @@ export { useColorMode } from '../node_modules/@nuxtjs/color-mode/dist/runtime/co
export { defineOgImage } from '../node_modules/nuxt-og-image/dist/runtime/nuxt/composables/defineOgImage';
export { defineOgImageComponent } from '../node_modules/nuxt-og-image/dist/runtime/nuxt/composables/defineOgImageComponent';
export { defineOgImageScreenshot } from '../node_modules/nuxt-og-image/dist/runtime/nuxt/composables/defineOgImageScreenshot';
export { useNuxtDevTools } from '../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools';
export { definePageMeta } from '../node_modules/nuxt/dist/pages/runtime/composables';
20 changes: 10 additions & 10 deletions .nuxt/module/nuxt-og-image.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ declare module 'nitropack' {

declare module '#nuxt-og-image/components' {
export interface OgImageComponents {
'Saas': typeof import('../..')['default']
'BrandedLogo': typeof import('../..')['default']
'Frame': typeof import('../..')['default']
'Nuxt': typeof import('../..')['default']
'NuxtSeo': typeof import('../..')['default']
'Pergel': typeof import('../..')['default']
'SimpleBlog': typeof import('../..')['default']
'UnJs': typeof import('../..')['default']
'Wave': typeof import('../..')['default']
'WithEmoji': typeof import('../..')['default']
'Saas': typeof import('../../components/OgImage/OgImageSaas.vue')['default']
'BrandedLogo': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/BrandedLogo.vue')['default']
'Frame': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/Frame.vue')['default']
'Nuxt': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/Nuxt.vue')['default']
'NuxtSeo': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/NuxtSeo.vue')['default']
'Pergel': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/Pergel.vue')['default']
'SimpleBlog': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/SimpleBlog.vue')['default']
'UnJs': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/UnJs.vue')['default']
'Wave': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/Wave.vue')['default']
'WithEmoji': typeof import('../../node_modules/nuxt-og-image/dist/runtime/nuxt/components/Templates/Community/WithEmoji.vue')['default']
}
}
declare module '#nuxt-og-image/unocss-config' {
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/nuxt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/// <reference types="@vueuse/nuxt" />
/// <reference types="nuxt-og-image" />
/// <reference types="nuxt-simple-sitemap" />
/// <reference types="nuxt-icon" />
/// <reference types="@nuxt/devtools" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="nuxt" />
Expand All @@ -17,7 +18,6 @@
/// <reference types="vite/client" />
/// <reference path="types/content.d.ts" />
/// <reference path="ui.colors.d.ts" />
/// <reference path="component-meta.d.ts" />
/// <reference path="module/nuxt-site-config.d.ts" />
/// <reference path="module/nuxt-og-image.d.ts" />
/// <reference path="module/nuxt-simple-sitemap.d.ts" />
Expand Down
13 changes: 13 additions & 0 deletions .nuxt/schema/nuxt.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,19 @@ export interface NuxtCustomSchema {
* @studioIcon i-ph-hash
*/
hash?: string,

/**
* Annotation
*
* Icon for annotation.
*
* @default "i-heroicons-annotation-20-solid"
*
* @studioInput icon
*
* @studioIcon i-heroicons-annotation
*/
annotation?: string,
},

/**
Expand Down
23 changes: 19 additions & 4 deletions .nuxt/schema/nuxt.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,17 @@
"@studioIcon i-ph-hash"
],
"id": "#appConfig/ui/icons/hash"
},
"annotation": {
"type": "string",
"title": "Annotation",
"description": "Icon for annotation.",
"default": "i-heroicons-annotation-20-solid",
"tags": [
"@studioInput icon",
"@studioIcon i-heroicons-annotation"
],
"id": "#appConfig/ui/icons/annotation"
}
},
"type": "object",
Expand All @@ -178,7 +189,8 @@
"light": "i-heroicons-sun-20-solid",
"external": "i-heroicons-arrow-up-right-20-solid",
"chevron": "i-heroicons-chevron-down-20-solid",
"hash": "i-heroicons-hashtag-20-solid"
"hash": "i-heroicons-hashtag-20-solid",
"annotation": "i-heroicons-annotation-20-solid"
}
},
"primary": {
Expand Down Expand Up @@ -242,7 +254,8 @@
"light": "i-heroicons-sun-20-solid",
"external": "i-heroicons-arrow-up-right-20-solid",
"chevron": "i-heroicons-chevron-down-20-solid",
"hash": "i-heroicons-hashtag-20-solid"
"hash": "i-heroicons-hashtag-20-solid",
"annotation": "i-heroicons-annotation-20-solid"
},
"primary": "green",
"gray": "slate"
Expand All @@ -267,7 +280,8 @@
"light": "i-heroicons-sun-20-solid",
"external": "i-heroicons-arrow-up-right-20-solid",
"chevron": "i-heroicons-chevron-down-20-solid",
"hash": "i-heroicons-hashtag-20-solid"
"hash": "i-heroicons-hashtag-20-solid",
"annotation": "i-heroicons-annotation-20-solid"
},
"primary": "green",
"gray": "slate"
Expand All @@ -294,7 +308,8 @@
"light": "i-heroicons-sun-20-solid",
"external": "i-heroicons-arrow-up-right-20-solid",
"chevron": "i-heroicons-chevron-down-20-solid",
"hash": "i-heroicons-hashtag-20-solid"
"hash": "i-heroicons-hashtag-20-solid",
"annotation": "i-heroicons-annotation-20-solid"
},
"primary": "green",
"gray": "slate"
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 5/22/2024, 4:59:08 PM
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 5/22/2024, 6:13:29 PM
const configMerger = require("/Users/rezajafar/peakofeloquence-app/node_modules/@nuxtjs/tailwindcss/dist/runtime/merger.mjs");

const inlineConfig = {"content":[],"theme":{"extend":{}},"plugins":[],"darkMode":"class"};
Expand Down
23 changes: 9 additions & 14 deletions .nuxt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
"../node_modules/nuxt/dist/app/compat/vue-demi"
],
"#mdc-configs": [
"./mdc-configs.mjs"
"./mdc-configs"
],
"#mdc-highlighter": [
"./mdc-highlighter.mjs"
"./mdc-highlighter"
],
"#mdc-imports": [
"./mdc-imports.mjs"
"./mdc-imports"
],
"#image": [
"../node_modules/@nuxt/image/dist/runtime"
Expand All @@ -114,20 +114,14 @@
"../node_modules/@nuxt/ui/dist/runtime/*"
],
"#ui-colors": [
"./ui.colors.mjs"
"./ui.colors"
],
"#icon-collections": [
"./icon-collections.mjs"
"./icon-collections"
],
"#color-mode-options": [
"./color-mode-options.mjs"
],
"#nuxt-component-meta": [
"./component-meta.mjs"
],
"#nuxt-component-meta/types": [
"./component-meta.d.ts"
],
"#vue-router": [
"./vue-router-stub"
],
Expand All @@ -137,8 +131,11 @@
"#tailwind-config": [
"./tailwind.config"
],
"#tailwind-config/*": [
"./tailwind.config/*"
],
"#app-manifest": [
"./manifest/meta/5ae95667-0785-45bb-921d-9c1be0d4deb7.json"
"./manifest/meta/dev.json"
],
"#build": [
"."
Expand Down Expand Up @@ -184,7 +181,6 @@
"../node_modules/@nuxtjs/tailwindcss/runtime",
"../node_modules/@nuxt/ui/runtime",
"../node_modules/@nuxt/fonts/runtime",
"../node_modules/nuxt-component-meta/runtime",
"../node_modules/@nuxthq/studio/runtime",
"../node_modules/@vueuse/nuxt/runtime",
"../node_modules/nuxt-site-config/dist/runtime",
Expand All @@ -209,7 +205,6 @@
"../node_modules/@nuxtjs/tailwindcss/runtime/server",
"../node_modules/@nuxt/ui/runtime/server",
"../node_modules/@nuxt/fonts/runtime/server",
"../node_modules/nuxt-component-meta/runtime/server",
"../node_modules/@nuxthq/studio/runtime/server",
"../node_modules/@vueuse/nuxt/runtime/server",
"../node_modules/nuxt-site-config/dist/runtime/server",
Expand Down
23 changes: 2 additions & 21 deletions .nuxt/tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@
"#color-mode-options": [
"./color-mode-options"
],
"#nuxt-component-meta": [
"./component-meta"
],
"#nuxt-component-meta/types": [
"./component-meta.d"
],
"#tailwind-config": [
"./tailwind.config"
],
Expand All @@ -158,7 +152,7 @@
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/satori/renderer"
],
"#nuxt-og-image/renderers/chromium": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/chromium/renderer"
],
"#nuxt-og-image/bindings/css-inline": [
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/css-inline/node"
Expand All @@ -173,19 +167,7 @@
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/satori/node"
],
"#nuxt-og-image/bindings/chromium": [
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/chromium/null"
],
"electron": [
"./unenv/runtime/mock/proxy-cjs"
],
"bufferutil": [
"./unenv/runtime/mock/proxy-cjs"
],
"utf-8-validate": [
"./unenv/runtime/mock/proxy-cjs"
],
"queue": [
"./unenv/runtime/mock/proxy-cjs"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/chromium/chrome-launcher"
]
}
},
Expand All @@ -201,7 +183,6 @@
"../node_modules/@nuxtjs/tailwindcss/runtime/server",
"../node_modules/@nuxt/ui/runtime/server",
"../node_modules/@nuxt/fonts/runtime/server",
"../node_modules/nuxt-component-meta/runtime/server",
"../node_modules/@nuxthq/studio/runtime/server",
"../node_modules/@vueuse/nuxt/runtime/server",
"../node_modules/nuxt-site-config/dist/module.mjs/runtime/server",
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/types/app.config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cfg1 from "/Users/rezajafar/peakofeloquence-app/node_modules/@nuxt/ui-pro

declare const inlineConfig = {
"nuxt": {
"buildId": "5ae95667-0785-45bb-921d-9c1be0d4deb7"
"buildId": "dev"
},
"ui": {
"primary": "green",
Expand Down
Loading

0 comments on commit 1cb8d12

Please sign in to comment.