@dargmuesli/nuxt-vio 10.1.0 → 10.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.1.0",
3
+ "version": "10.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -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.10",
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",
@@ -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