@microsoft/fast-element
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -5,6 +5,36 @@ { | ||
{ | ||
"date": "Fri, 08 Oct 2021 19:51:03 GMT", | ||
"date": "Wed, 13 Oct 2021 22:42:34 GMT", | ||
"tag": "@microsoft/fast-element_v1.6.1", | ||
"version": "1.6.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "build(fast-element): exclude empty js files from esm index.js", | ||
"author": "markwhitfeld@users.noreply.github.com", | ||
"commit": "49d27d20bf430ea4639978ba363e017fc5aa88e4", | ||
"package": "@microsoft/fast-element" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 13 Oct 2021 01:53:37 GMT", | ||
"tag": "@microsoft/fast-element_v1.6.0", | ||
"version": "1.6.0", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Fill color design token update", | ||
"author": "skawian@gmail.com", | ||
"commit": "1dd6243d7564f00d8af77d1335ab96b0e8153c2e", | ||
"package": "@microsoft/fast-element" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 08 Oct 2021 19:53:11 GMT", | ||
"tag": "@microsoft/fast-element_v1.6.0", | ||
"version": "1.6.0", | ||
"comments": { | ||
"minor": [ | ||
@@ -11,0 +41,0 @@ { |
# Change Log - @microsoft/fast-element | ||
This log was last generated on Fri, 08 Oct 2021 19:51:03 GMT and should not be manually modified. | ||
This log was last generated on Wed, 13 Oct 2021 22:42:34 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.6.1 | ||
Wed, 13 Oct 2021 22:42:34 GMT | ||
### Patches | ||
- build(fast-element): exclude empty js files from esm index.js (markwhitfeld@users.noreply.github.com) | ||
## 1.6.0 | ||
Fri, 08 Oct 2021 19:51:03 GMT | ||
Fri, 08 Oct 2021 19:53:11 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -7,3 +7,3 @@ export * from "./platform"; | ||
export * from "./components/controller"; | ||
export * from "./interfaces"; | ||
export type { Callable, Constructable, Mutable } from "./interfaces"; | ||
export * from "./templating/compiler"; | ||
@@ -19,3 +19,3 @@ export { ElementStyles, ElementStyleFactory, ComposableStyles, StyleTarget, } from "./styles/element-styles"; | ||
export { DOM } from "./dom"; | ||
export * from "./observation/behavior"; | ||
export type { Behavior } from "./observation/behavior"; | ||
export * from "./templating/binding"; | ||
@@ -22,0 +22,0 @@ export * from "./templating/html-directive"; |
@@ -7,3 +7,2 @@ export * from "./platform"; | ||
export * from "./components/controller"; | ||
export * from "./interfaces"; | ||
export * from "./templating/compiler"; | ||
@@ -18,3 +17,2 @@ export { ElementStyles, } from "./styles/element-styles"; | ||
export { DOM } from "./dom"; | ||
export * from "./observation/behavior"; | ||
export * from "./templating/binding"; | ||
@@ -21,0 +19,0 @@ export * from "./templating/html-directive"; |
@@ -36,3 +36,3 @@ --- | ||
color: white; | ||
background: var(--background-color); | ||
background: var(--fill-color); | ||
border-radius: var(--border-radius); | ||
@@ -79,3 +79,3 @@ min-width: 325px; | ||
height: 16px; | ||
background: var(--background-color); | ||
background: var(--fill-color); | ||
border-radius: 0 0 var(--border-radius) var(--border-radius); | ||
@@ -116,3 +116,3 @@ } | ||
color: white; | ||
background: var(--background-color); | ||
background: var(--fill-color); | ||
border-radius: var(--border-radius); | ||
@@ -119,0 +119,0 @@ min-width: 325px; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Microsoft", |
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
917010
21772