Skip to content

Commit

Permalink
fix: update bulma
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Sep 20, 2024
1 parent 532e6e8 commit 413de09
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 67 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.4.1",
"@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
22 changes: 12 additions & 10 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.4.1":
version: 0.4.1
resolution: "@oruga-ui/theme-bulma@npm:0.4.1"
"@oruga-ui/theme-bulma@npm:^0.4.2":
version: 0.4.2
resolution: "@oruga-ui/theme-bulma@npm:0.4.2"
dependencies:
bulma: "npm:1.0.2"
checksum: 1389a0f2fe8367f4d94a678ea56faf6515dbd350ea07740ca62ad0ee47d2d996f1514e965890d29d2bbddb87a204db04d97f8f02608bcc2fc844400ec836217e
peerDependencies:
"@oruga-ui/oruga-next": 0.9.0-pre.1
checksum: 632c22431405c9b143fc94befc55daf5f03dacedf5dda07dd064d99c83adf91c07e4b5517e17d54caca480c66587f29650e326d71f01f3f5e87b69c375b368e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11188,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.4.1"
"@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 413de09

Please sign in to comment.