Skip to content

Commit 5958b2f

Browse files
authored
feat: update to oruga v0.12 (#181)
1 parent 6180247 commit 5958b2f

File tree

8 files changed

+150
-159
lines changed

8 files changed

+150
-159
lines changed

package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,39 +44,39 @@
4444
"update": "ncu -u"
4545
},
4646
"peerDependencies": {
47-
"@oruga-ui/oruga-next": "^0.11.0"
47+
"@oruga-ui/oruga-next": "^0.12.0"
4848
},
4949
"dependencies": {
5050
"bootstrap": "^5.3.8"
5151
},
5252
"devDependencies": {
5353
"@eslint/compat": "^1.4.0",
54-
"@oruga-ui/examples": "0.11.3",
55-
"@oruga-ui/oruga-next": "0.11.3",
54+
"@oruga-ui/examples": "^0.12.0",
55+
"@oruga-ui/oruga-next": "^0.12.0",
5656
"@tsconfig/node22": "^22.0.2",
5757
"@types/node": "^24.7.2",
58-
"@vitejs/plugin-vue": "6.0.1",
58+
"@vitejs/plugin-vue": "^6.0.1",
5959
"@vue/eslint-config-prettier": "^10.2.0",
6060
"@vue/eslint-config-typescript": "^14.6.0",
6161
"@vue/tsconfig": "^0.7.0",
6262
"conventional-changelog-conventionalcommits": "^9.1.0",
63-
"core-js": "3.46.0",
63+
"core-js": "^3.46.0",
6464
"eslint": "^9.37.0",
6565
"eslint-plugin-vue": "^10.5.1",
6666
"npm-check-updates": "^19.1.1",
6767
"npm-run-all2": "^8.0.4",
6868
"prettier": "^3.6.2",
69-
"sass": "1.93.2",
69+
"sass": "^1.93.2",
7070
"stylelint": "^16.25.0",
7171
"stylelint-config-recommended-scss": "^16.0.2",
72-
"typescript": "5.9.3",
73-
"vite": "7.1.10",
72+
"typescript": "^5.9.3",
73+
"vite": "^7.2.2",
7474
"vite-plugin-banner": "^0.8.1",
7575
"vite-plugin-dts": "^4.5.4",
7676
"vite-plugin-static-copy": "^3.1.4",
7777
"vite-tsconfig-paths": "^5.1.4",
78-
"vue": "3.5.22",
79-
"vue-router": "4.6.3",
80-
"vue-tsc": "3.1.1"
78+
"vue": "^3.5.22",
79+
"vue-router": "^4.6.3",
80+
"vue-tsc": "^3.1.1"
8181
}
8282
}

src/assets/scss/components/_notification.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ $notification-icon-margin-right: 0.5rem !default;
4545
.icon {
4646
margin-right: $notification-icon-margin-right;
4747
}
48+
}
4849

49-
.notifictation-content {
50-
padding-right: calc(
51-
$notification-close-btn-position + $alert-padding-x
52-
);
53-
}
50+
.btn-close + .notifictation-wrapper {
51+
padding-right: calc(
52+
$notification-close-btn-position + $alert-padding-x
53+
);
5454
}
5555
}
5656

0 commit comments

Comments
 (0)