Skip to content

Commit

Permalink
feat(cxl-ui): index-core include team header and team stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Hener Hoop authored and freudFlintstone committed Nov 8, 2023
1 parent 951445f commit dc1ea44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '@vaadin/icon';
import '@vaadin/button';

@customElement('cxl-dashboard-team-header')
export class CxlDashboardTeamHeader extends LitElement {
export class CxlDashboardTeamHeaderElement extends LitElement {
static get styles() {
return [cxlDashboardTeamHeaderStyles];
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cxl-ui/src/components/cxl-dashboard-team-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '@conversionxl/cxl-lumo-styles';
import CXLDashboardTeamStatsStyles from '../styles/cxl-dashboard-team-stats-css.js';

@customElement('cxl-dashboard-team-stats')
export class CxlDashboardTeamStats extends LitElement {
export class CxlDashboardTeamStatsElement extends LitElement {
static get styles() {
return [CXLDashboardTeamStatsStyles];
}
Expand Down
2 changes: 2 additions & 0 deletions packages/cxl-ui/src/index-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export { CXLCheckoutDetailsElement } from './components/cxl-checkout-details.js'
export { CXLDashboardHeaderElement } from './components/cxl-dashboard-header.js';
export { CxlDashboardSectionElement } from './components/cxl-dashboard-section.js';
export { CXLDashboardNotificationElement } from './components/cxl-dashboard-notification.js';
export { CxlDashboardTeamHeaderElement } from './components/cxl-dashboard-team-header.js';
export { CxlDashboardTeamStatsElement } from './components/cxl-dashboard-team-stats.js';
export { CXLFeaturedCourseCardElement } from './components/cxl-featured-course-card.js';
export { CXLLightCardElement } from './components/cxl-light-card.js';
export { CXLMarketingNavElement } from './components/cxl-marketing-nav.js';
Expand Down

0 comments on commit dc1ea44

Please sign in to comment.