Skip to content

Commit

Permalink
perf: update icon endpoint 244
Browse files Browse the repository at this point in the history
This commit updates the endpoint for the requested Auro icons to use the
updated ES6/SSR support versus the legacy format.

On branch dsande/hotfix/icons/244
Changes to be committed:
modified:   src/auro-calendar.js
  • Loading branch information
blackfalcon committed Jul 17, 2024
1 parent d321ee9 commit ccd9253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/auro-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { html } from 'lit';
import styleCss from "./style-auro-calendar-css";

import './auro-calendar-month.js';
import { RangeDatepicker } from './../vendor/wc-range-datepicker/range-datepicker';
import chevronLeft from '@alaskaairux/icons/dist/icons/interface/chevron-left_es6.js';
import chevronRight from '@alaskaairux/icons/dist/icons/interface/chevron-right_es6.js';
import { RangeDatepicker } from './../vendor/wc-range-datepicker/range-datepicker.js';
import chevronLeft from '@alaskaairux/icons/dist/icons/interface/chevron-left.mjs';
import chevronRight from '@alaskaairux/icons/dist/icons/interface/chevron-right.mjs';

import AuroLibraryRuntimeUtils from '@aurodesignsystem/auro-library/scripts/utils/runtimeUtils.mjs';

Expand Down

0 comments on commit ccd9253

Please sign in to comment.