Skip to content

Commit

Permalink
perf: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: trigger major release for color theme support #198
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Sep 30, 2024
1 parent 78c786f commit e61aa0e
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 211 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AuroMenu } from './src/auro-menu.js';
import * as RuntimeUtils from '@aurodesignsystem/auro-library/scripts/utils/runtimeUtils.mjs';

RuntimeUtils.default.prototype.registerComponent('auro-menu', AuroMenu);
RuntimeUtils.default.prototype.registerComponent('custom-menu', AuroMenu);
Loading

0 comments on commit e61aa0e

Please sign in to comment.