@codecademy/styleguide 79.2.1-alpha.475416.0 → 79.2.1-alpha.613ffe.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.
@@ -44,7 +44,7 @@ type GlobalsContext = {
44
44
  export const withEmotion = (Story: any, context: GlobalsContext) => {
45
45
  const colorMode = context.globals.colorMode ?? 'light';
46
46
  const selectedTheme = context.globals.theme;
47
- const useLogicalProperties = Boolean(context.globals.logicalProps);
47
+ const useLogicalProperties = context.globals.logicalProps === 'true';
48
48
  const direction = context.globals.direction ?? 'ltr';
49
49
  const background = corePalette[themeBackground[colorMode]];
50
50
  const storyRef = useRef<HTMLDivElement>(null);
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.1-alpha.475416.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.0...@codecademy/styleguide@79.2.1-alpha.475416.0) (2026-03-12)
6
+ ### [79.2.1-alpha.613ffe.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.0...@codecademy/styleguide@79.2.1-alpha.613ffe.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.2.1-alpha.475416.0",
4
+ "version": "79.2.1-alpha.613ffe.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": "99ce5f8ab6a9fb4ba2f3317d3b66274f6abc32df"
11
+ "gitHead": "72611dc2db9f1f927d4b4f8419edbc4339db4a70"
12
12
  }