diff --git a/packages/auth/package.json b/packages/auth/package.json index ece4d547ade0d8c56b2ed2f56617cf4a7a11d9d1..f97d8b6ec469aa9a479d882cb75f31869da6f771 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -28,7 +28,6 @@ "vpu-common": "file:./vendor/common" }, "dependencies": { - "bulma": "^0.7.5", "lit-element": "^2.1.0" }, "scripts": { diff --git a/packages/auth/rollup.config.js b/packages/auth/rollup.config.js index ee4f5595729d84f166b16e3bec484c22be6ce796..08910c5e8e96145a812c4525b6c0b8ca64d30021 100644 --- a/packages/auth/rollup.config.js +++ b/packages/auth/rollup.config.js @@ -42,15 +42,6 @@ export default { include: 'node_modules/**' }), json(), - url({ // TODO: remove when dependecy for BULMA.CSS is deleted - limit: 0, - include: [ - "node_modules/bulma/**/*.css", - "node_modules/bulma/**/*.sass", - ], - emitFiles: true, - fileName: 'shared/[name].[hash][extname]' - }), (build !== 'local' && build !== 'test') ? terser() : false, copy({ targets: [ diff --git a/packages/auth/src/vpu-auth-demo.js b/packages/auth/src/vpu-auth-demo.js index ef0d3aee9fada2b0950753eb9819c8a7f51c2c05..bdceb3f61c76881a9ee4ae05f6703dc60188ad91 100644 --- a/packages/auth/src/vpu-auth-demo.js +++ b/packages/auth/src/vpu-auth-demo.js @@ -2,7 +2,6 @@ import {i18n} from './i18n.js'; import {html, LitElement} from 'lit-element'; import './vpu-auth'; import * as commonUtils from 'vpu-common/utils'; -import bulmaCSSPath from "bulma/css/bulma.min.css"; class AuthDemo extends LitElement { constructor() { diff --git a/packages/auth/src/vpu-auth.js b/packages/auth/src/vpu-auth.js index 90abc6229dc0040ff90e29f9e2453b35206dfae5..1359a76aa7b0ec72cc6273db7f217ba58b86cee2 100644 --- a/packages/auth/src/vpu-auth.js +++ b/packages/auth/src/vpu-auth.js @@ -3,7 +3,6 @@ import {html, css, LitElement} from 'lit-element'; import JSONLD from 'vpu-common/jsonld' import * as commonUtils from 'vpu-common/utils'; import 'vpu-common/vpu-icon.js'; -import bulmaCSSPath from "bulma/css/bulma.min.css"; /** * Keycloak auth web component