Skip to content

Commit

Permalink
perf: refactor vendor code
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Nov 5, 2024
1 parent 464398f commit 1806f32
Show file tree
Hide file tree
Showing 9 changed files with 2,646 additions and 2,821 deletions.
1,811 changes: 877 additions & 934 deletions demo/api.min.js

Large diffs are not rendered by default.

1,811 changes: 877 additions & 934 deletions demo/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/auro-calendar-cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { LitElement } from "lit";
import { html } from 'lit/static-html.js';
import { classMap } from 'lit/directives/class-map.js';
import { format, startOfDay } from 'date-fns';
import { enUS } from 'date-fns/esm/locale';
import { enUS } from 'date-fns/esm/locale/index.js';

import styleCss from './style-auro-calendar-cell-css.js';
import colorCss from './color-cell-css.js';
Expand Down
Loading

0 comments on commit 1806f32

Please sign in to comment.