Skip to content
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,39 +44,39 @@
"update": "ncu -u"
},
"peerDependencies": {
"@oruga-ui/oruga-next": "^0.11.0"
"@oruga-ui/oruga-next": "^0.12.0"
},
"dependencies": {
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@oruga-ui/examples": "0.11.3",
"@oruga-ui/oruga-next": "0.11.3",
"@oruga-ui/examples": "^0.12.0",
"@oruga-ui/oruga-next": "^0.12.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.7.2",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"core-js": "3.46.0",
"core-js": "^3.46.0",
"eslint": "^9.37.0",
"eslint-plugin-vue": "^10.5.1",
"npm-check-updates": "^19.1.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"sass": "1.93.2",
"sass": "^1.93.2",
"stylelint": "^16.25.0",
"stylelint-config-recommended-scss": "^16.0.2",
"typescript": "5.9.3",
"vite": "7.1.10",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite-plugin-banner": "^0.8.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-static-copy": "^3.1.4",
"vite-tsconfig-paths": "^5.1.4",
"vue": "3.5.22",
"vue-router": "4.6.3",
"vue-tsc": "3.1.1"
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"vue-tsc": "^3.1.1"
}
}
10 changes: 5 additions & 5 deletions src/assets/scss/components/_notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ $notification-icon-margin-right: 0.5rem !default;
.icon {
margin-right: $notification-icon-margin-right;
}
}

.notifictation-content {
padding-right: calc(
$notification-close-btn-position + $alert-padding-x
);
}
.btn-close + .notifictation-wrapper {
padding-right: calc(
$notification-close-btn-position + $alert-padding-x
);
}
}

Expand Down
Loading