@spectrum-css/button
Advanced tools
Comparing version 14.0.0-s2-foundations.5 to 14.0.0-s2-foundations.6
# Change Log | ||
## 14.0.0-s2-foundations.6 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0) Thanks [@pfulton](https://github.com/pfulton)! - Inject missing tokens into theme files and adjust logic in the splitinator tool to replace nested variable references to the new system mappings | ||
- Updated dependencies [[`130e137`](https://github.com/adobe/spectrum-css/commit/130e1372b223641efe0a3a23c83ff1d01a70bf1d), [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.6 | ||
- @spectrum-css/progresscircle@4.0.0-s2-foundations.6 | ||
- @spectrum-css/icon@8.0.0-s2-foundations.6 | ||
## 14.0.0-s2-foundations.5 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@spectrum-css/button", | ||
"version": "14.0.0-s2-foundations.5", | ||
"version": "14.0.0-s2-foundations.6", | ||
"description": "The Spectrum CSS button component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -12,2 +12,4 @@ import { Template as Icon } from "@spectrum-css/icon/stories/template.js"; | ||
import "../index.css"; | ||
import "../themes/express.css"; | ||
import "../themes/legacy.css"; | ||
@@ -38,11 +40,3 @@ export const Template = ({ | ||
const [, updateArgs] = useArgs(); | ||
const { globals = {} } = context; | ||
if (globals.context === "express") { | ||
import("../themes/express.css"); | ||
} | ||
else if (globals.context === "legacy") { | ||
import("../themes/legacy.css"); | ||
} | ||
return html` | ||
@@ -49,0 +43,0 @@ <button |
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
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
402670
4610