@spectrum-web-components/icons-ui
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/icons-ui@0.2.2...@spectrum-web-components/icons-ui@0.3.0) (2020-08-31) | ||
### Features | ||
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742)) | ||
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/icons-ui@0.2.1...@spectrum-web-components/icons-ui@0.2.2) (2020-08-19) | ||
@@ -8,0 +14,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { html, TemplateResult } from 'lit-html'; | ||
export { TemplateResult } from 'lit-html'; | ||
import { html, TemplateResult } from '@spectrum-web-components/base'; | ||
export { TemplateResult }; | ||
export declare type GenericTemplateLiteralTagType = (strings: TemplateStringsArray, ...values: unknown[]) => string; | ||
@@ -4,0 +4,0 @@ declare type TemplateLiteralTagType = GenericTemplateLiteralTagType | typeof html; |
@@ -12,3 +12,4 @@ /* | ||
*/ | ||
export { TemplateResult } from 'lit-html'; | ||
import { TemplateResult } from '@spectrum-web-components/base'; | ||
export { TemplateResult }; | ||
let customTemplateLiteralTag; | ||
@@ -15,0 +16,0 @@ export const tag = function (strings, ...values) { |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { html } from 'lit-html'; | ||
import { html } from '@spectrum-web-components/base'; | ||
import { setCustomTemplateLiteralTag } from './custom-tag.js'; | ||
@@ -15,0 +15,0 @@ setCustomTemplateLiteralTag(html); |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -46,4 +46,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@spectrum-css/icon": "^2.1.0", | ||
"@spectrum-web-components/icon": "^0.5.2", | ||
"@spectrum-css/icon": "^2.1.1", | ||
"@spectrum-web-components/icon": "^0.6.0", | ||
"@spectrum-web-components/iconset": "^0.1.7", | ||
@@ -60,8 +60,7 @@ "case": "^1.6.1", | ||
"dependencies": { | ||
"@spectrum-web-components/iconset": "^0.2.1", | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.0.0", | ||
"@spectrum-web-components/base": "^0.1.0", | ||
"@spectrum-web-components/iconset": "^0.2.2", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "61d6daa63fedca757761095d1e1ed6919d8a1673" | ||
"gitHead": "51706b5f7aeec990c6323501aa22f8aee5827e31" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { html, TemplateResult } from 'lit-html'; | ||
export { TemplateResult } from 'lit-html'; | ||
import { html, TemplateResult } from '@spectrum-web-components/base'; | ||
export { TemplateResult }; | ||
export declare type GenericTemplateLiteralTagType = (strings: TemplateStringsArray, ...values: unknown[]) => string; | ||
@@ -4,0 +4,0 @@ declare type TemplateLiteralTagType = GenericTemplateLiteralTagType | typeof html; |
@@ -12,3 +12,4 @@ /* | ||
*/ | ||
export { TemplateResult } from 'lit-html'; | ||
import { TemplateResult } from '@spectrum-web-components/base'; | ||
export { TemplateResult }; | ||
let customTemplateLiteralTag; | ||
@@ -15,0 +16,0 @@ export const tag = function (strings, ...values) { |
@@ -13,4 +13,4 @@ /* | ||
import { html, TemplateResult } from 'lit-html'; | ||
export { TemplateResult } from 'lit-html'; | ||
import { html, TemplateResult } from '@spectrum-web-components/base'; | ||
export { TemplateResult }; | ||
@@ -17,0 +17,0 @@ export type GenericTemplateLiteralTagType = ( |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { html } from 'lit-html'; | ||
import { html } from '@spectrum-web-components/base'; | ||
import { setCustomTemplateLiteralTag } from './custom-tag.js'; | ||
@@ -15,0 +15,0 @@ setCustomTemplateLiteralTag(html); |
@@ -13,3 +13,3 @@ /* | ||
import { html } from 'lit-html'; | ||
import { html } from '@spectrum-web-components/base'; | ||
import { setCustomTemplateLiteralTag } from './custom-tag.js'; | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
372638
3
4252
- Removedlit-element@^2.1.0
- Removedlit-html@^1.0.0