Skip to content

Commit

Permalink
feat(API): update to latest dropdown #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Mar 28, 2022
1 parent b6757f0 commit b3fe140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
});
</script>
<script src="https://unpkg.com/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
<!-- <script src="https://unpkg.com/@aurodesignsystem/auro-dropdown@latest/dist/auro-dropdown__bundled.js" type="module"></script> -->
<script src="https://unpkg.com/@alaskaairux/auro-icon@latest/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-dropdown@latest/dist/auro-dropdown__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-hyperlink@latest/dist/auro-hyperlink__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-menu@latest/dist/auro-menu__bundled.js" type="module"></script>
<script type="module" src="../src/auro-select.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"node": ">=16.13.0"
},
"dependencies": {
"@aurodesignsystem/auro-menu": "^3.2.0",
"chalk": "^4.1.2",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1"
},
"peerDependencies": {
"@alaskaairux/design-tokens": "^3.5.0",
"@alaskaairux/webcorestylesheets": "^3.7.3",
"@aurodesignsystem/auro-dropdown": "^2.0.0",
"@aurodesignsystem/auro-menu": "^3.1.0",
"@aurodesignsystem/auro-dropdown": "^2.2.0",
"@aurodesignsystem/auro-menu": "^3.3.0",
"focus-visible": "^5.2.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/auro-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import "focus-visible/dist/focus-visible.min.js";
import styleCss from "./style-css.js";
import styleCssFixed from './style-fixed-css.js';

import '@aurodesignsystem/auro-dropdown';

// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
/**
* The auro-select element is a wrapper for auro-dropdown and auro-menu to create a dropdown menu control.
Expand Down

0 comments on commit b3fe140

Please sign in to comment.