Skip to content

Commit

Permalink
refactor(cxl-ui): install and implement '@vaadin/polymer-legacy-adapter'
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Dec 6, 2021
1 parent f69f3c4 commit 1117e85
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 636 deletions.
1 change: 1 addition & 0 deletions packages/cxl-lumo-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@polymer/iron-iconset-svg": "^3.0.1",
"@vaadin/polymer-legacy-adapter": "^22.0.0",
"@vaadin/vaadin-lumo-styles": "^22.0.0",
"@vaadin/vaadin-themable-mixin": "^22.0.0",
"lit-element": "^2.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/cxl-lumo-styles/src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// @see https://github.com/vaadin/vaadin-themable-mixin/blob/v1.5.2/register-styles.html
import { css, CSSResult, unsafeCSS } from 'lit-element';
import '@vaadin/polymer-legacy-adapter';

let moduleIdIndex = 0;
const styleMap = {};
Expand Down
1 change: 1 addition & 0 deletions packages/cxl-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-bundle-web": "^0.9.2",
"@pika/plugin-standard-pkg": "^0.9.2",
"@vaadin/polymer-legacy-adapter": "^22.0.0",
"@vaadin/vaadin-accordion": "^22.0.0",
"@vaadin/vaadin-button": "^22.0.0",
"@vaadin/vaadin-context-menu": "^22.0.0",
Expand Down
Loading

0 comments on commit 1117e85

Please sign in to comment.