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

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-25](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-25) (2026-04-02)
6
+ ## [11.7.2-snapshot-28](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-28) (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-25",
3
+ "version": "11.7.2-snapshot-28",
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-25",
19
- "@instructure/ui-themes": "11.7.2-snapshot-25"
18
+ "@instructure/shared-types": "11.7.2-snapshot-28",
19
+ "@instructure/ui-themes": "11.7.2-snapshot-28"
20
20
  },
21
21
  "devDependencies": {
22
- "@instructure/ui-babel-preset": "11.7.2-snapshot-25"
22
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-28"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
@@ -2388,18 +2388,18 @@ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-posit
2388
2388
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-z-index: 9998;
2389
2389
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-z-index: 10000;
2390
2390
  $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-bottom-border-inverse: #ffffff;
2391
- $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-action-items-container-inline-margin: 0.25rem;
2392
2391
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-font-size: 0.875rem;
2393
2392
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-fix-top-position: undefined;
2394
2393
  $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-brand-container-inline-margin: 0 1.5rem;
2394
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-action-items-container-inline-margin: 0.25rem 0;
2395
2395
  $instui-canvas-new-theme-components-top-nav-bar-brand-logo-height: 2.25rem;
2396
2396
  $instui-canvas-new-theme-components-top-nav-bar-brand-focus-outline-inset: -0.25rem;
2397
2397
  $instui-canvas-new-theme-components-top-nav-bar-brand-icon-padding: 0.75rem;
2398
2398
  $instui-canvas-new-theme-components-top-nav-bar-item-font-size: 1rem;
2399
2399
  $instui-canvas-new-theme-components-top-nav-bar-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2400
2400
  $instui-canvas-new-theme-components-top-nav-bar-item-font-weight: 400;
2401
- $instui-canvas-new-theme-components-top-nav-bar-item-color: #ffffff;
2402
- $instui-canvas-new-theme-components-top-nav-bar-item-color-inverse: #273540;
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
2403
  $instui-canvas-new-theme-components-top-nav-bar-item-item-inline-padding: 0.5rem;
2404
2404
  $instui-canvas-new-theme-components-top-nav-bar-item-item-spacing: 0.5rem;
2405
2405
  $instui-canvas-new-theme-components-top-nav-bar-item-icon-text-gap: 0.5rem;