Skip to content

Commit

Permalink
Merge pull request #23 from bindable-ui/c-spinner-containerless
Browse files Browse the repository at this point in the history
c-spinner containerless
  • Loading branch information
lukelarsen authored Mar 11, 2020
2 parents 57e31aa + 53db151 commit c208ab5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
state="${link.isActive ? 'active' : ''}"
>
</c-nav-horizontal-item>
<c-nav-horizontal-item position="right" href="https://github.com/bindable-ui/bindable" title="v1.0.10"></c-nav-horizontal-item>
<c-nav-horizontal-item position="right" href="https://github.com/bindable-ui/bindable" title="v1.0.11"></c-nav-horizontal-item>
</c-nav-horizontal>
</l-box>
</l-sidebar>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bindable-ui/bindable",
"description": "An Aurelia component library",
"version": "1.0.10",
"version": "1.0.11",
"repository": {
"type": "git",
"url": "https://github.com/bindable-ui/bindable"
Expand Down
3 changes: 1 addition & 2 deletions src/components/utilities/c-spinner/c-spinner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Copyright 2020, Verizon Media
Licensed under the terms of the MIT license. See the LICENSE file in the project root for license terms.
*/

import {bindable, containerless} from 'aurelia-framework';
import {bindable} from 'aurelia-framework';
import * as styles from './c-spinner.css.json';

@containerless
export class CSpinner {
@bindable
public size = 'medium';
Expand Down

0 comments on commit c208ab5

Please sign in to comment.