@forter/button
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
@@ -8,2 +8,3 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
import '@forter/icon/fc-icon'; | ||
import theme from '@forter/styles/forter-theme.css'; | ||
import shared from './fc-button-shared.css'; | ||
@@ -145,3 +146,3 @@ import style from './fc-button.css'; | ||
value() { | ||
return [shared, style, alignFlex, layoutFlex]; | ||
return [theme, shared, style, alignFlex, layoutFlex]; | ||
} | ||
@@ -148,0 +149,0 @@ |
{ | ||
"name": "@forter/button", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Button from Forter Components", | ||
@@ -21,3 +21,4 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/forter/web-components.git" | ||
"url": "git+https://github.com/forter/web-components.git", | ||
"directory": "packages/button" | ||
}, | ||
@@ -53,7 +54,7 @@ "publishConfig": { | ||
"@forter/helpers": "^1.0.0-alpha.0", | ||
"@forter/icon": "^1.0.0-alpha.0", | ||
"@forter/styles": "^1.0.0-alpha.0", | ||
"@forter/icon": "^1.0.0-alpha.1", | ||
"@forter/styles": "^1.0.0-alpha.1", | ||
"@polymer/paper-tooltip": "^3.0.1" | ||
}, | ||
"gitHead": "8f10a43ebb7d05fa2cd442c9142cf5eb8e9179c5" | ||
"gitHead": "6d6ec347a0594813ee22014440e8cbc18ffc7141" | ||
} |
@@ -10,2 +10,3 @@ import { LitElement, html, property } from 'lit-element'; | ||
import theme from '@forter/styles/forter-theme.css'; | ||
import shared from './fc-button-shared.css'; | ||
@@ -53,2 +54,3 @@ import style from './fc-button.css'; | ||
static styles = [ | ||
theme, | ||
shared, | ||
@@ -55,0 +57,0 @@ style, |
68350
1627
Updated@forter/icon@^1.0.0-alpha.1