@codecademy/gamut 68.1.5-alpha.830918.0 → 68.1.5-alpha.ba8cea.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.
@@ -25,7 +25,7 @@ export type BarChartSingleValueBarSummaryContext = BarChartSummaryContextBase &
25
25
  /**
26
26
  * BarChart translation configuration for internationalization.
27
27
  *
28
- * **Accessibility** is function-only. Two optional summary functions; when omitted, default English summaries are used.
28
+ * **accessibility** is function-only. Two optional summary functions; when omitted, default English summaries are used.
29
29
  * - **stackedBarSummary**: Used for stacked (two-value) rows. Context includes `gained` (seriesTwoValue - seriesOneValue).
30
30
  * - **singleValueBarSummary**: Used for all single-value rows. Return value is placed as aria-label (when row is link/button) or screenreader-only text (when not).
31
31
  *
@@ -13,7 +13,7 @@
13
13
  /**
14
14
  * BarChart translation configuration for internationalization.
15
15
  *
16
- * **Accessibility** is function-only. Two optional summary functions; when omitted, default English summaries are used.
16
+ * **accessibility** is function-only. Two optional summary functions; when omitted, default English summaries are used.
17
17
  * - **stackedBarSummary**: Used for stacked (two-value) rows. Context includes `gained` (seriesTwoValue - seriesOneValue).
18
18
  * - **singleValueBarSummary**: Used for all single-value rows. Return value is placed as aria-label (when row is link/button) or screenreader-only text (when not).
19
19
  *
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "68.1.5-alpha.830918.0",
4
+ "version": "68.1.5-alpha.ba8cea.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-icons": "9.57.1-alpha.830918.0",
8
- "@codecademy/gamut-illustrations": "0.58.8-alpha.830918.0",
9
- "@codecademy/gamut-patterns": "0.10.27-alpha.830918.0",
10
- "@codecademy/gamut-styles": "17.12.2-alpha.830918.0",
7
+ "@codecademy/gamut-icons": "9.57.1-alpha.ba8cea.0",
8
+ "@codecademy/gamut-illustrations": "0.58.8-alpha.ba8cea.0",
9
+ "@codecademy/gamut-patterns": "0.10.27-alpha.ba8cea.0",
10
+ "@codecademy/gamut-styles": "17.12.2-alpha.ba8cea.0",
11
11
  "@codecademy/variance": "0.26.0",
12
12
  "@react-aria/interactions": "3.25.0",
13
13
  "@types/marked": "^4.0.8",
@@ -59,5 +59,5 @@
59
59
  "dist/**/[A-Z]**/[A-Z]*.js",
60
60
  "dist/**/[A-Z]**/index.js"
61
61
  ],
62
- "gitHead": "b4ad5e661f66a2485f3e2bd207816b9873bf18e0"
62
+ "gitHead": "d5c214099fbe44156a8705b375d043fdff4bb012"
63
63
  }