@codecademy/brand 3.4.1-alpha.3524df4f12.0 → 3.5.0-alpha.209d08a7be.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,4 +1,4 @@
1
- import { BriefcaseIcon, DiamondIcon, ProfessionalCertificateIcon, ProgrammingTeamChatIcon, StudyBookIcon } from '@codecademy/gamut-icons';
1
+ import { BookLibraryIcon, BriefcaseIcon, ProfessionalCertificateIcon, ProgrammingTeamChatIcon, StudyBookIcon } from '@codecademy/gamut-icons';
2
2
  import { CareerPathsPanel, CertificationPathsPanel, CourseTopicsPanel, LiveLearningPanel, SkillPathsPanel } from './NavPanels';
3
3
  export const CATALOG_NAV_SECTIONS = [{
4
4
  item: {
@@ -11,7 +11,7 @@ export const CATALOG_NAV_SECTIONS = [{
11
11
  panel: CourseTopicsPanel
12
12
  }, {
13
13
  item: {
14
- icon: DiamondIcon,
14
+ icon: BookLibraryIcon,
15
15
  text: 'Skill paths',
16
16
  id: 'skill-paths',
17
17
  type: 'catalog-dropdown',
@@ -1,4 +1,4 @@
1
- import { ArticleIcon, BriefcaseIcon, BulbIcon, CommentsIcon, DiamondIcon, FileIcon, InfoCircleIcon, NotebookIcon, ProjectsIcon, RulerTriangleIcon, SearchIcon, VideoPlayerMovieIcon } from '@codecademy/gamut-icons';
1
+ import { ArticleIcon, BriefcaseIcon, BulbIcon, CommentsIcon, FileIcon, HammerWrenchIcon, InfoCircleIcon, NotebookIcon, ProjectsIcon, RulerTriangleIcon, SearchIcon, VideoPlayerMovieIcon } from '@codecademy/gamut-icons';
2
2
  import React from 'react';
3
3
  import { DocsPanel, InspirationPanel, LearningToolsPanel, PracticeToolsPanel } from './NavPanels';
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -22,7 +22,7 @@ export const RESOURCES_NAV_SECTIONS = [{
22
22
  panel: LearningToolsPanel
23
23
  }, {
24
24
  item: {
25
- icon: DiamondIcon,
25
+ icon: HammerWrenchIcon,
26
26
  text: 'Practice tools',
27
27
  id: 'practice-tools',
28
28
  type: 'resources-dropdown',
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": "3.4.1-alpha.3524df4f12.0",
4
+ "version": "3.5.0-alpha.209d08a7be.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@emotion/is-prop-valid": "^1.2.1",