Skip to content

Commit

Permalink
perf: update file extension and names
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Sep 24, 2024
1 parent 7469a73 commit e4c2bc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NOTICE

.github/
.gitignore
.eslintrc
eslint.config.mjs
.stylelintrc

coverage/
Expand Down
6 changes: 3 additions & 3 deletions src/auro-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { classMap } from 'lit/directives/class-map.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import { AuroDependencyVersioning } from '@aurodesignsystem/auro-library/scripts/runtime/dependencyTagVersioning.mjs';
import styleCss from "./style-css.js";
import colorsCss from "./colors-css.js";
import colorCss from "./color-css.js";
import tokensCss from "./tokens-css.js";

import { AuroLoader } from '@aurodesignsystem/auro-loader/src/auro-loader.js';
import loaderVersion from './loaderVersion';
import loaderVersion from './loaderVersion.js';

/**
* @attr {Boolean} autofocus - This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user
Expand Down Expand Up @@ -76,7 +76,7 @@ export class AuroButton extends LitElement {
return [
tokensCss,
styleCss,
colorsCss
colorCss
];
}

Expand Down
File renamed without changes.

0 comments on commit e4c2bc1

Please sign in to comment.