@codecademy/styleguide 79.0.1-alpha.af6cee.0 → 79.0.1-alpha.b1e75a.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.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [79.0.1-alpha.af6cee.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.0.0...@codecademy/styleguide@79.0.1-alpha.af6cee.0) (2026-02-02)
6
+ ### [79.0.1-alpha.b1e75a.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.0.0...@codecademy/styleguide@79.0.1-alpha.b1e75a.0) (2026-02-06)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/styleguide
9
9
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@codecademy/styleguide",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "79.0.1-alpha.af6cee.0",
4
+ "version": "79.0.1-alpha.b1e75a.0",
5
5
  "author": "Codecademy Engineering",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "repository": "git@github.com:Codecademy/gamut.git",
11
- "gitHead": "c924be1fcb4260b0d6c60f3ad3295f353a5416a7"
11
+ "gitHead": "8c8eddc8f21a84f0bc9104a460601b78001c147e"
12
12
  }
@@ -21,7 +21,7 @@ When using custom properties or our standard <LinkTo id="Foundations/System/Prop
21
21
 
22
22
  Composing functions has several benefits:
23
23
 
24
- 1. Predictable CSS - Guard against possible bugs and unexpected behvior.
24
+ 1. Predictable CSS - Guard against possible bugs and unexpected behavior.
25
25
  1. Type Simplification - Less typescript boiler plate and better type inference
26
26
 
27
27
  ## Usage
@@ -12,7 +12,8 @@ import { parameters as figmaMcpParameters } from './Figma MCP.mdx';
12
12
  export const parameters = {
13
13
  id: 'Meta/MCP',
14
14
  title: 'MCP',
15
- subtitle: 'Documentation related to the Figma Model Context Protocol exclusive to Codecademy + Skillsoft employees.',
15
+ subtitle:
16
+ 'Documentation related to the Figma Model Context Protocol exclusive to Codecademy + Skillsoft employees.',
16
17
  status: 'static',
17
18
  };
18
19