@instructure/canvas-theme 11.7.2-snapshot-28 → 11.7.2-snapshot-31

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
- ## [11.7.2-snapshot-28](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-28) (2026-04-07)
6
+ ## [11.7.2-snapshot-31](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-31) (2026-04-07)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/canvas-theme
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/canvas-theme",
3
- "version": "11.7.2-snapshot-28",
3
+ "version": "11.7.2-snapshot-31",
4
4
  "description": "A theme for Canvas LMS made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,11 +15,11 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/shared-types": "11.7.2-snapshot-28",
19
- "@instructure/ui-themes": "11.7.2-snapshot-28"
18
+ "@instructure/shared-types": "11.7.2-snapshot-31",
19
+ "@instructure/ui-themes": "11.7.2-snapshot-31"
20
20
  },
21
21
  "devDependencies": {
22
- "@instructure/ui-babel-preset": "11.7.2-snapshot-28"
22
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-31"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
@@ -587,6 +587,15 @@ $instui-canvas-new-theme-semantics-color-icon-accent-aurora: #048660;
587
587
  $instui-canvas-new-theme-semantics-color-drop-shadow-shadow-color1: rgba(0,0,0,0.1);
588
588
  $instui-canvas-new-theme-semantics-color-drop-shadow-shadow-color2: rgba(0,0,0,0.2);
589
589
  $instui-canvas-new-theme-semantics-color-transparent-color: #00000000;
590
+ $instui-canvas-new-theme-semantics-color-institutional-brand-primary: #2B7ABC;
591
+ $instui-canvas-new-theme-semantics-color-institutional-brand-font-color-dark: #273540;
592
+ $instui-canvas-new-theme-semantics-color-institutional-link-color: #2B7ABC;
593
+ $instui-canvas-new-theme-semantics-color-institutional-brand-button-primary-bgd: #2B7ABC;
594
+ $instui-canvas-new-theme-semantics-color-institutional-brand-button-primary-text: #ffffff;
595
+ $instui-canvas-new-theme-semantics-color-institutional-brand-global-nav-bgd: #334450;
596
+ $instui-canvas-new-theme-semantics-color-institutional-global-nav-link-hover: #273540;
597
+ $instui-canvas-new-theme-semantics-color-institutional-brand-global-nav-menu-item-text-color: #ffffff;
598
+ $instui-canvas-new-theme-semantics-color-institutional-brand-global-nav-menu-item-text-color-active: #273540;
590
599
  $instui-canvas-new-theme-semantics-drop-shadow-x-elevation1-dropshadow1: 0px;
591
600
  $instui-canvas-new-theme-semantics-drop-shadow-x-elevation1-dropshadow2: 0px;
592
601
  $instui-canvas-new-theme-semantics-drop-shadow-x-elevation2-dropshadow1: 0px;
@@ -2398,8 +2407,6 @@ $instui-canvas-new-theme-components-top-nav-bar-brand-icon-padding: 0.75rem;
2398
2407
  $instui-canvas-new-theme-components-top-nav-bar-item-font-size: 1rem;
2399
2408
  $instui-canvas-new-theme-components-top-nav-bar-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2400
2409
  $instui-canvas-new-theme-components-top-nav-bar-item-font-weight: 400;
2401
- $instui-canvas-new-theme-components-top-nav-bar-item-color: #273540;
2402
- $instui-canvas-new-theme-components-top-nav-bar-item-color-inverse: #ffffff;
2403
2410
  $instui-canvas-new-theme-components-top-nav-bar-item-item-inline-padding: 0.5rem;
2404
2411
  $instui-canvas-new-theme-components-top-nav-bar-item-item-spacing: 0.5rem;
2405
2412
  $instui-canvas-new-theme-components-top-nav-bar-item-icon-text-gap: 0.5rem;
@@ -2408,6 +2415,8 @@ $instui-canvas-new-theme-components-top-nav-bar-item-active-item-indicator-spaci
2408
2415
  $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color: #ffffff;
2409
2416
  $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color-inverse: #273540;
2410
2417
  $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-width: 0.125rem;
2418
+ $instui-canvas-new-theme-components-top-nav-bar-item-color: inherit;
2419
+ $instui-canvas-new-theme-components-top-nav-bar-item-color-inverse: inherit;
2411
2420
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-width: 0.125rem;
2412
2421
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-item-spacing: 1rem;
2413
2422
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-spacing: 0.25rem;