Skip to content

Commit

Permalink
build(deps): bump @oruga-ui/theme-bulma from 0.3.0 to 0.4.1 (#1494)
Browse files Browse the repository at this point in the history
* build(deps): bump @oruga-ui/theme-bulma from 0.3.0 to 0.4.1

Bumps [@oruga-ui/theme-bulma](https://github.com/oruga-ui/theme-bulma) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/oruga-ui/theme-bulma/releases)
- [Commits](oruga-ui/theme-bulma@v0.3.0...v0.4.1)

---
updated-dependencies:
- dependency-name: "@oruga-ui/theme-bulma"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: update bulma

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>
  • Loading branch information
dependabot[bot] and berviantoleo authored Sep 20, 2024
1 parent 11db846 commit 40fe94c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 68 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"main": "src/main.ts",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@oruga-ui/oruga-next": "^0.8.12",
"@oruga-ui/theme-bulma": "^0.3.0",
"@oruga-ui/oruga-next": "^0.9.0-pre.1",
"@oruga-ui/theme-bulma": "^0.4.2",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.7",
"buefy": "^0.9.29",
Expand Down
58 changes: 3 additions & 55 deletions src/App.scss
Original file line number Diff line number Diff line change
@@ -1,57 +1,5 @@
@import '~bulma/sass/utilities/_all';

$primary: #2fcdf5;
$primary-invert: findColorInvert($primary);

$red: #cf0c0c;
$red-invert: findColorInvert($red);

$tabs-toggle-link-active-background-color: $primary;
$tabs-toggle-link-active-border-color: $primary;
$tabs-toggle-link-active-color: $black;

$colors: (
'white': (
$white,
$black,
),
'black': (
$black,
$white,
),
'light': (
$light,
$light-invert,
),
'dark': (
$dark,
$dark-invert,
),
'primary': (
$primary,
$primary-invert,
),
'info': (
$info,
$info-invert,
),
'success': (
$success,
$success-invert,
),
'warning': (
$warning,
$warning-invert,
),
'danger': (
$danger,
$danger-invert,
),
'red': (
$red,
$red-invert,
),
);

@import '~bulma';
@import '~buefy/src/scss/buefy';
@use '@oruga-ui/theme-bulma/dist/scss/bulma' with (
$primary: $primary,
);
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import App from './App.vue';
import router from './router';
import store from './store';
import messages from './messages';
import '@oruga-ui/theme-bulma/dist/bulma.css';

const app = createApp(App);

Expand Down
31 changes: 20 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2778,21 +2778,23 @@ __metadata:
languageName: node
linkType: hard

"@oruga-ui/oruga-next@npm:^0.8.12":
version: 0.8.12
resolution: "@oruga-ui/oruga-next@npm:0.8.12"
"@oruga-ui/oruga-next@npm:^0.9.0-pre.1":
version: 0.9.0-pre.2
resolution: "@oruga-ui/oruga-next@npm:0.9.0-pre.2"
peerDependencies:
vue: ^3.0.0
checksum: 9afb0f3963a7890db081adce5655a8a0a85a464d502940d9d4413368b8573eedfc88d76ee7d09c9e6e14b36202f2724276315e9387c69cc3eacd740d20024233
checksum: 707b3a03a9f1b8d6429c70b791335bb5acbe75a7292416c1b8a029858f133e807b5f00cdddfff408a14f753fd064ce4c0e97c9ccf6e656cfdc5b07f87664d27e
languageName: node
linkType: hard

"@oruga-ui/theme-bulma@npm:^0.3.0":
version: 0.3.0
resolution: "@oruga-ui/theme-bulma@npm:0.3.0"
"@oruga-ui/theme-bulma@npm:^0.4.2":
version: 0.4.2
resolution: "@oruga-ui/theme-bulma@npm:0.4.2"
dependencies:
bulma: "npm:0.9.4"
checksum: 37d6d64d64091e1b431a5b857a8cf0891b3f83577c8a37b4403c6fd7333cccc95fb52ec7747df1a47d8b788f3c60c468fd4fff0306044e4dcef1f8523b2613ed
bulma: "npm:1.0.2"
peerDependencies:
"@oruga-ui/oruga-next": 0.9.0-pre.1
checksum: 632c22431405c9b143fc94befc55daf5f03dacedf5dda07dd064d99c83adf91c07e4b5517e17d54caca480c66587f29650e326d71f01f3f5e87b69c375b368e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -5332,6 +5334,13 @@ __metadata:
languageName: node
linkType: hard

"bulma@npm:1.0.2":
version: 1.0.2
resolution: "bulma@npm:1.0.2"
checksum: af40425c61fedb88f34801a5a4d7e559bbf0c88ab437caa76a5d685419ce203ddbcaefa4a427ddfc3b4d493a1bbbca68ee549be1ad7684f4ee9ef52fbaece78a
languageName: node
linkType: hard

"bytes@npm:3.0.0":
version: 3.0.0
resolution: "bytes@npm:3.0.0"
Expand Down Expand Up @@ -11181,8 +11190,8 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.25.2"
"@fortawesome/fontawesome-free": "npm:^6.6.0"
"@oruga-ui/oruga-next": "npm:^0.8.12"
"@oruga-ui/theme-bulma": "npm:^0.3.0"
"@oruga-ui/oruga-next": "npm:^0.9.0-pre.1"
"@oruga-ui/theme-bulma": "npm:^0.4.2"
"@types/jest": "npm:^29.5.13"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
"@typescript-eslint/parser": "npm:^8.5.0"
Expand Down

0 comments on commit 40fe94c

Please sign in to comment.