@dargmuesli/nuxt-vio 10.0.2 → 10.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +0 -5
- package/package.json +3 -3
- package/tailwind.config.ts +1 -1
package/nuxt.config.ts
CHANGED
@@ -5,7 +5,6 @@ import { defu } from 'defu'
|
|
5
5
|
|
6
6
|
import {
|
7
7
|
SITE_URL,
|
8
|
-
I18N_MODULE_CONFIG,
|
9
8
|
SITE_NAME,
|
10
9
|
TIMEZONE_COOKIE_NAME,
|
11
10
|
VIO_NUXT_BASE_CONFIG,
|
@@ -344,10 +343,6 @@ export default defineNuxtConfig(
|
|
344
343
|
},
|
345
344
|
sitemap: {
|
346
345
|
credits: false,
|
347
|
-
exclude: I18N_MODULE_CONFIG.locales.map(
|
348
|
-
(locale) =>
|
349
|
-
`/${locale.code !== 'en' ? `${locale.code}/` : ''}api/pages/**`,
|
350
|
-
),
|
351
346
|
},
|
352
347
|
tailwindcss: {
|
353
348
|
cssPath: join(currentDir, './assets/css/tailwind.css'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "10.0
|
3
|
+
"version": "10.2.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
],
|
35
35
|
"main": "nuxt.config.ts",
|
36
36
|
"dependencies": {
|
37
|
-
"@dargmuesli/nuxt-cookie-control": "
|
37
|
+
"@dargmuesli/nuxt-cookie-control": "8.0.0-beta.1",
|
38
38
|
"@heroicons/vue": "2.1.1",
|
39
39
|
"@http-util/status-i18n": "0.8.1",
|
40
40
|
"@nuxt/devtools": "1.0.6",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"nuxt": "3.9.1",
|
85
85
|
"pinia": "2.1.7",
|
86
86
|
"prettier": "3.1.1",
|
87
|
-
"prettier-plugin-tailwindcss": "0.5.
|
87
|
+
"prettier-plugin-tailwindcss": "0.5.11",
|
88
88
|
"serve": "14.2.1",
|
89
89
|
"stylelint": "16.1.0",
|
90
90
|
"stylelint-config-recommended-vue": "1.5.0",
|
package/tailwind.config.ts
CHANGED
@@ -51,7 +51,7 @@ export default {
|
|
51
51
|
cursor: theme('cursor.not-allowed'),
|
52
52
|
opacity: theme('opacity.50'),
|
53
53
|
},
|
54
|
-
'a[target="_blank"]:after': {
|
54
|
+
'a[target="_blank"]:not([is-external-icon-disabled]):after': {
|
55
55
|
backgroundColor: 'currentColor',
|
56
56
|
content: '""',
|
57
57
|
display: 'inline-table', // inline-table centers the element vertically in the tiptap text area, instead of inline-block
|