Skip to content

Commit

Permalink
feat(action-group): update spectrum css input
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Jan 6, 2021
1 parent d94e059 commit 9840b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/action-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@spectrum-css/actiongroup": "^1.0.0-beta.4",
"@spectrum-web-components/button": "^0.9.4",
"@spectrum-css/actiongroup": "^1.0.0-beta.5",
"@spectrum-web-components/action-button": "^0.0.1",
"@spectrum-web-components/icon": "^0.6.3",
"@spectrum-web-components/icons-workflow": "^0.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/action-group/stories/action-group.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ governing permissions and limitations under the License.
import { html, TemplateResult } from '@spectrum-web-components/base';

import '../sp-action-group.js';
import '@spectrum-web-components/button/sp-action-button.js';
import '@spectrum-web-components/action-button/sp-action-button.js';
import '@spectrum-web-components/icon/sp-icon.js';
import {
PropertiesIcon,
Expand Down

0 comments on commit 9840b19

Please sign in to comment.