@codecademy/brand 2.9.0-alpha.20f7a88bc4.0 → 2.9.0-alpha.40a3f07b65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { Shimmer, Text } from '@codecademy/gamut';
2
- import { AccountingCoinsIcon, ArrowThickCircleUpIcon, ArticleIcon, BookFlipPageIcon, BriefcaseIcon, CalendarIcon, ChatIcon, CommunityIcon, EarthIcon, GearIcon, HouseEntranceIcon, MiniArrowRightIcon, NotebookIcon, OfficeBuildingDoubleIcon, OnlineClassStudentIcon, PersonIcon, PersonPonytailIcon, PieLineGraphIcon, SupportIcon } from '@codecademy/gamut-icons';
2
+ import { AccountingCoinsIcon, ArrowThickCircleUpIcon, ArticleIcon, BookFlipPageIcon, BriefcaseIcon, BugIcon, CalendarIcon, ChatIcon, CommunityIcon, EarthIcon, GearIcon, HouseEntranceIcon, LogoutIcon, MiniArrowRightIcon, NetworkUserIcon, NotebookIcon, OfficeBuildingDoubleIcon, OnlineClassStudentIcon, PersonIcon, PersonPonytailIcon, PieLineGraphIcon, SupportIcon } from '@codecademy/gamut-icons';
3
3
  import { renderNewBadge } from '../lib/resourcesList';
4
4
  import { formatEnterpriseUrl } from './urlHelpers';
5
5
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
@@ -257,6 +257,7 @@ const profileFeedback = {
257
257
  };
258
258
  const profileAdmin = {
259
259
  id: 'admin',
260
+ icon: NetworkUserIcon,
260
261
  dataTestId: 'admin-link',
261
262
  href: '/admin',
262
263
  trackingTarget: 'avatar_admin',
@@ -272,6 +273,7 @@ const profileCustomerSupport = {
272
273
  };
273
274
  const profileReportBug = {
274
275
  id: 'report-bug',
276
+ icon: BugIcon,
275
277
  href: 'https://codecademy.atlassian.net/servicedesk/customer/portal/9',
276
278
  newTab: true,
277
279
  trackingTarget: 'avatar_report_bug',
@@ -280,6 +282,7 @@ const profileReportBug = {
280
282
  };
281
283
  const profileLogOut = {
282
284
  id: 'log-out',
285
+ icon: LogoutIcon,
283
286
  href: '/sign_out',
284
287
  trackingTarget: 'avatar_log_out',
285
288
  text: 'Log Out',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/brand",
3
3
  "description": "Brand component library for Codecademy",
4
- "version": "2.9.0-alpha.20f7a88bc4.0",
4
+ "version": "2.9.0-alpha.40a3f07b65.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@emotion/is-prop-valid": "^1.2.1",