@spectrum-css/actionbutton
Advanced tools
Comparing version 5.0.17 to 5.0.18
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="5.0.18"></a> | ||
##5.0.18 | ||
🗓 | ||
2024-01-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.17...@spectrum-css/actionbutton@5.0.18) | ||
**Note:** Version bump only for package @spectrum-css/actionbutton | ||
<a name="5.0.17"></a> | ||
@@ -8,0 +15,0 @@ ##5.0.17 |
@@ -1,2 +0,2 @@ | ||
| Modifiable Custom Properties | | ||
| Modifiable custom properties | | ||
| ----------------------------------------------------------------- | | ||
@@ -3,0 +3,0 @@ | `--mod-actionbutton-animation-duration` | |
{ | ||
"name": "@spectrum-css/actionbutton", | ||
"version": "5.0.17", | ||
"version": "5.0.18", | ||
"description": "The Spectrum CSS action button component", | ||
@@ -27,3 +27,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@spectrum-css/commons": "^9.0.1" | ||
"@spectrum-css/commons": "^9.0.2" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e978397c22cf2813262f5a326491f5e485adff03" | ||
"gitHead": "f9f5d7b93201c84c774486b7c66c29745d16c8d8" | ||
} |
@@ -9,2 +9,4 @@ { | ||
"compare": {}, | ||
"lint": {}, | ||
"test": { | ||
@@ -11,0 +13,0 @@ "defaultConfiguration": "scope" |
@@ -131,4 +131,10 @@ import { html } from "lit"; | ||
})} | ||
${Template({ | ||
...args, | ||
staticColor, | ||
label: "More and this text should truncate", | ||
customStyles: { "max-inline-size": "100px"}, | ||
})} | ||
</div> | ||
`; | ||
}; |
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
314897
2570