@forter/icon
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.1.3](https://github.com/forter/web-components/compare/@forter/icon@4.1.2...@forter/icon@4.1.3) (2019-12-31) | ||
**Note:** Version bump only for package @forter/icon | ||
## [4.1.2](https://github.com/forter/web-components/compare/@forter/icon@4.1.1...@forter/icon@4.1.2) (2019-12-26) | ||
@@ -8,0 +16,0 @@ |
@@ -8,2 +8,5 @@ import { css } from 'lit-element'; | ||
margin: 0 auto; | ||
} | ||
:host(.flex-center) #content { | ||
display: flex; | ||
@@ -10,0 +13,0 @@ align-items: center; |
{ | ||
"name": "@forter/icon", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Icon Component from Forter Components", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c183a32b49c903efafba3803d461aec751ee6889" | ||
"gitHead": "090c2e012f543b9b28ffca84ddec45f7d5deb278" | ||
} |
import constant from 'crocks/combinators/constant'; | ||
import noop from 'crocks/helpers/unit'; | ||
import { assertWebComponentRender } from '@forter/test-helpers'; | ||
import { markdownToProperties } from '@forter/storybook-helpers'; | ||
import markdown from '../README.md'; | ||
import './fc-icon'; | ||
import { FcIcon } from './FcIcon'; | ||
const properties = markdownToProperties(FcIcon, markdown); | ||
describe(FcIcon.is, assertWebComponentRender(FcIcon.is, properties)); | ||
import { aTimeout, expect } from '@open-wc/testing'; | ||
@@ -13,3 +24,2 @@ import { | ||
import './fc-icon'; | ||
@@ -102,1 +112,3 @@ import { registerIconCache } from './cache'; | ||
}); | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
327146
189
2793