@spectrum-css/button
Advanced tools
Comparing version 10.1.5 to 10.1.6
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="10.1.6"></a> | ||
##10.1.6 | ||
🗓 | ||
2023-06-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@10.1.5...@spectrum-css/button@10.1.6) | ||
**Note:** Version bump only for package @spectrum-css/button | ||
<a name="10.1.5"></a> | ||
@@ -8,0 +15,0 @@ ##10.1.5 |
{ | ||
"name": "@spectrum-css/button", | ||
"version": "10.1.5", | ||
"version": "10.1.6", | ||
"description": "The Spectrum CSS button component", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"@spectrum-css/component-builder-simple": "^2.0.15", | ||
"@spectrum-css/icon": "^3.0.48", | ||
"@spectrum-css/icon": "^3.0.49", | ||
"@spectrum-css/tokens": "^10.2.0", | ||
@@ -33,3 +33,3 @@ "gulp": "^4.0.0" | ||
}, | ||
"gitHead": "6d8212fd528010b39590de4a3b860c6709cb9a2e" | ||
"gitHead": "17e4b28a5d1d4ec356f33e9a37476e0f789ece5f" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { html } from "lit-html"; | ||
import { html } from "lit"; | ||
@@ -3,0 +3,0 @@ // Import the component markup template |
@@ -1,5 +0,5 @@ | ||
import { html } from "lit-html"; | ||
import { classMap } from "lit-html/directives/class-map.js"; | ||
import { ifDefined } from "lit-html/directives/if-defined.js"; | ||
import { when } from "lit-html/directives/when.js"; | ||
import { html } from "lit"; | ||
import { classMap } from "lit/directives/class-map.js"; | ||
import { ifDefined } from "lit/directives/if-defined.js"; | ||
import { when } from "lit/directives/when.js"; | ||
@@ -6,0 +6,0 @@ import { lowerCase, capitalize } from "lodash-es"; |
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
482582