@codecademy/styleguide 79.2.2-alpha.425c3f.0 → 79.2.2-alpha.77bf63.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.2.2-alpha.425c3f.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.1...@codecademy/styleguide@79.2.2-alpha.425c3f.0) (2026-03-25)
6
+ ### [79.2.2-alpha.77bf63.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.1...@codecademy/styleguide@79.2.2-alpha.77bf63.0) (2026-03-25)
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.2.2-alpha.425c3f.0",
4
+ "version": "79.2.2-alpha.77bf63.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": "5793cabbe51a529723de64c2ec9bf25f37d95005"
11
+ "gitHead": "2b9fc62e41c84dbe7c0f25fe7f5b9f22335cc223"
12
12
  }
@@ -158,7 +158,7 @@ type BreakpointArray<T> = [
158
158
  T?, // c_sm
159
159
  T?, // c_md
160
160
  T?, // c_lg
161
- T?, // c_xl
161
+ T? // c_xl
162
162
  ];
163
163
 
164
164
  type SystemProp<T> = T | BreakpointMap<T> | BreakpointArray<T>;