Skip to content

Commit

Permalink
docs: implement snackbar queue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 30, 2024
1 parent b0d42c9 commit 26c5798
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/docs/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ declare global {
const usePlayground: typeof import('./src/composables/playground')['usePlayground']
const useProductsStore: typeof import('@vuetify/one')['useProductsStore']
const usePromotionsStore: typeof import('./src/stores/promotions')['usePromotionsStore']
const useQueueStore: typeof import('@vuetify/one')['useQueueStore']
const useReleasesStore: typeof import('./src/stores/releases')['useReleasesStore']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
Expand Down Expand Up @@ -168,6 +169,7 @@ declare module 'vue' {
readonly usePlayground: UnwrapRef<typeof import('./src/composables/playground')['usePlayground']>
readonly useProductsStore: UnwrapRef<typeof import('@vuetify/one')['useProductsStore']>
readonly usePromotionsStore: UnwrapRef<typeof import('./src/stores/promotions')['usePromotionsStore']>
readonly useQueueStore: UnwrapRef<typeof import('@vuetify/one')['useQueueStore']>
readonly useReleasesStore: UnwrapRef<typeof import('./src/stores/releases')['useReleasesStore']>
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
Expand Down Expand Up @@ -258,6 +260,7 @@ declare module '@vue/runtime-core' {
readonly usePlayground: UnwrapRef<typeof import('./src/composables/playground')['usePlayground']>
readonly useProductsStore: UnwrapRef<typeof import('@vuetify/one')['useProductsStore']>
readonly usePromotionsStore: UnwrapRef<typeof import('./src/stores/promotions')['usePromotionsStore']>
readonly useQueueStore: UnwrapRef<typeof import('@vuetify/one')['useQueueStore']>
readonly useReleasesStore: UnwrapRef<typeof import('./src/stores/releases')['useReleasesStore']>
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cosmicjs/sdk": "^1.0.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.7.2",
"@vuetify/one": "^1.8.0",
"algoliasearch": "^4.23.2",
"fflate": "^0.8.2",
"isomorphic-fetch": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/docs/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default defineConfig(({ command, mode, isSsrBuild }) => {
'useHttpStore',
'useOneStore',
'useUserStore',
'useQueueStore',
'useSettingsStore',
'useProductsStore',
],
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4108,10 +4108,10 @@
dependencies:
upath "^2.0.1"

"@vuetify/one@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.7.2.tgz#fb66fe7319ca100d3ce61362e8a8d677bd58664e"
integrity sha512-UcvihL55oDtWiJpzfIjuyGmjpTqyr4RBH1y69bin/kZDVzuQCm+Sni8D7eUFpTsQqyOzNzxAkSkRZB+wP4Z5og==
"@vuetify/one@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.8.0.tgz#1b3000bdf16d513400aa8a11deffc14c5e45b376"
integrity sha512-F7KjKXs/H/qcltewKWn4KbUxBZv7AAacRg0XA/Uc+me54l48sG7uRMFLJhuOBddVpodkx3EaqsQ6QN7JKiMaLQ==

"@vueuse/head@^1.3.1":
version "1.3.1"
Expand Down

0 comments on commit 26c5798

Please sign in to comment.