@mirweb/mir-web-components 2.0.6 → 2.1.0

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.
@@ -237,7 +237,7 @@
237
237
 
238
238
  <script setup lang="ts">
239
239
  import { ref, onMounted, onUnmounted, watch } from "vue";
240
- import AtomLink from "../../atoms/link/link.vue";
240
+ import AtomLink from "../../atoms/link/link.vue";
241
241
 
242
242
  let clickEventListener: ((e: MouseEvent) => void) | null = null;
243
243
  const props = defineProps({
@@ -449,10 +449,12 @@ defineExpose({
449
449
 
450
450
  .mir-link-logo img {
451
451
  object-fit: contain;
452
+ object-position: left;
452
453
  }
453
454
  .mobile-mir-link-logo img {
454
455
  object-fit: contain;
455
456
  max-width: 120px;
457
+ object-position: left;
456
458
  }
457
459
  </style>
458
460
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.0.6",
4
+ "version": "2.1.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -21,31 +21,31 @@
21
21
  "build": "vue-tsc && vite build",
22
22
  "preview": "vite preview",
23
23
  "semantic-release": "semantic-release --branches main",
24
- "lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src",
24
+ "lint": "eslint . --ignore-pattern dist/**",
25
25
  "format": "prettier . --write"
26
26
  },
27
27
  "dependencies": {
28
- "@typescript-eslint/parser": "7.16.1",
29
28
  "autoprefixer": "10.4.20",
30
29
  "fs-extra": "^11.2.0",
31
30
  "postcss": "8.4.44"
32
31
  },
33
32
  "devDependencies": {
34
- "@typescript-eslint/eslint-plugin": "7.16.1",
35
- "@vitejs/plugin-vue": "5.0.5",
36
- "eslint": "8.57.0",
37
- "eslint-config-prettier": "9.1.0",
38
- "eslint-plugin-vue": "9.27.0",
39
- "path": "0.12.7",
33
+ "@vitejs/plugin-vue": "5.1.5",
34
+ "@vue/eslint-config-prettier": "10.1.0",
35
+ "@vue/eslint-config-typescript": "14.1.3",
36
+ "@vue/tsconfig": "0.6.0",
37
+ "eslint": "9.13.0",
38
+ "eslint-plugin-vue": "9.31.0",
40
39
  "prettier": "3.3.3",
40
+ "path": "0.12.7",
41
+ "typescript": "5.6.3",
42
+ "vue-tsc": "2.1.10",
41
43
  "rollup-plugin-typescript2": "0.36.0",
42
44
  "sass": "1.78.0",
43
45
  "semantic-release": "24.1.0",
44
- "typescript": "5.5.3",
45
46
  "vite": "5.4.3",
46
47
  "vite-plugin-dts": "3.9.1",
47
- "vue": "3.4.32",
48
- "vue-tsc": "2.0.26"
48
+ "vue": "3.4.32"
49
49
  },
50
50
  "repository": {
51
51
  "type": "git",