@codecademy/styleguide 79.1.5-alpha.bccaff.0 → 79.1.5-alpha.d70cce.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.1.5-alpha.bccaff.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.1.4...@codecademy/styleguide@79.1.5-alpha.bccaff.0) (2026-03-11)
6
+ ### [79.1.5-alpha.d70cce.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.1.4...@codecademy/styleguide@79.1.5-alpha.d70cce.0) (2026-03-12)
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.1.5-alpha.bccaff.0",
4
+ "version": "79.1.5-alpha.d70cce.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": "00060ecde74331dd83807c5e996322c00cbf0fbc"
11
+ "gitHead": "e9a19650ad633971b8733f2d3f2de9e2d3ac956a"
12
12
  }
@@ -367,18 +367,44 @@ Each bar row gets one summary from either `stackedBarSummary` (stacked rows) or
367
367
  </thead>
368
368
  <tbody>
369
369
  <tr>
370
- <td><code>stackedBarSummary</code></td>
370
+ <td>
371
+ <code>stackedBarSummary</code>
372
+ </td>
371
373
  <td>Stacked rows (two values per row)</td>
372
- <td><code>seriesOneValue</code>, <code>seriesTwoValue</code>, <code>gained</code>, <code>unit</code>, <code>locale</code>, <code>categoryLabel</code></td>
373
- <td><code>Starting value - &#123;seriesOneValue&#125;&#123;unit&#125;. &#123;gained&#125;&#123;unit&#125; gained - now at &#123;seriesTwoValue&#125;&#123;unit&#125; in &#123;categoryLabel&#125;</code></td>
374
- <td><code>aria-label</code> (if link/button) or screenreader-only text</td>
374
+ <td>
375
+ <code>seriesOneValue</code>, <code>seriesTwoValue</code>,{' '}
376
+ <code>gained</code>, <code>unit</code>, <code>locale</code>,{' '}
377
+ <code>categoryLabel</code>
378
+ </td>
379
+ <td>
380
+ <code>
381
+ Starting value - &#123;seriesOneValue&#125;&#123;unit&#125;.
382
+ &#123;gained&#125;&#123;unit&#125; gained - now at
383
+ &#123;seriesTwoValue&#125;&#123;unit&#125; in
384
+ &#123;categoryLabel&#125;
385
+ </code>
386
+ </td>
387
+ <td>
388
+ <code>aria-label</code> (if link/button) or screenreader-only text
389
+ </td>
375
390
  </tr>
376
391
  <tr>
377
- <td><code>singleValueBarSummary</code></td>
392
+ <td>
393
+ <code>singleValueBarSummary</code>
394
+ </td>
378
395
  <td>Single-value rows</td>
379
- <td><code>value</code>, <code>unit</code>, <code>locale</code>, <code>categoryLabel</code></td>
380
- <td><code>&#123;value&#125;&#123;unit&#125; in &#123;categoryLabel&#125;</code></td>
381
- <td><code>aria-label</code> (if link/button) or screenreader-only text</td>
396
+ <td>
397
+ <code>value</code>, <code>unit</code>, <code>locale</code>,{' '}
398
+ <code>categoryLabel</code>
399
+ </td>
400
+ <td>
401
+ <code>
402
+ &#123;value&#125;&#123;unit&#125; in &#123;categoryLabel&#125;
403
+ </code>
404
+ </td>
405
+ <td>
406
+ <code>aria-label</code> (if link/button) or screenreader-only text
407
+ </td>
382
408
  </tr>
383
409
  </tbody>
384
410
  </table>