@spectrum-css/actionbar
Advanced tools
Comparing version 6.0.46 to 6.0.47
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="6.0.47"></a> | ||
##6.0.47 | ||
🗓 | ||
2023-06-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.46...@spectrum-css/actionbar@6.0.47) | ||
**Note:** Version bump only for package @spectrum-css/actionbar | ||
<a name="6.0.46"></a> | ||
@@ -8,0 +15,0 @@ ##6.0.46 |
{ | ||
"name": "@spectrum-css/actionbar", | ||
"version": "6.0.46", | ||
"version": "6.0.47", | ||
"description": "The Spectrum CSS actionbar component", | ||
@@ -30,10 +30,10 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@spectrum-css/actionbutton": "^4.0.4", | ||
"@spectrum-css/actiongroup": "^3.0.51", | ||
"@spectrum-css/closebutton": "^3.1.5", | ||
"@spectrum-css/actionbutton": "^4.0.5", | ||
"@spectrum-css/actiongroup": "^3.0.52", | ||
"@spectrum-css/closebutton": "^3.1.6", | ||
"@spectrum-css/component-builder-simple": "^2.0.15", | ||
"@spectrum-css/fieldlabel": "^7.0.10", | ||
"@spectrum-css/icon": "^3.0.48", | ||
"@spectrum-css/popover": "^6.0.54", | ||
"@spectrum-css/table": "^4.0.56", | ||
"@spectrum-css/fieldlabel": "^7.0.11", | ||
"@spectrum-css/icon": "^3.0.49", | ||
"@spectrum-css/popover": "^6.0.55", | ||
"@spectrum-css/table": "^4.0.57", | ||
"@spectrum-css/tokens": "^10.2.0", | ||
@@ -45,3 +45,3 @@ "gulp": "^4.0.0" | ||
}, | ||
"gitHead": "6d8212fd528010b39590de4a3b860c6709cb9a2e" | ||
"gitHead": "17e4b28a5d1d4ec356f33e9a37476e0f789ece5f" | ||
} |
@@ -1,4 +0,4 @@ | ||
import { html } from "lit-html"; | ||
import { classMap } from "lit-html/directives/class-map.js"; | ||
// import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
import { html } from "lit"; | ||
import { classMap } from "lit/directives/class-map.js"; | ||
// import { ifDefined } from 'lit/directives/if-defined.js'; | ||
@@ -5,0 +5,0 @@ import { Template as Popover } from "@spectrum-css/popover/stories/template.js"; |
107780