@instructure/canvas-theme 11.7.2-snapshot-9 → 11.7.2-snapshot-10

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-9](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-9) (2026-03-27)
6
+ ## [11.7.2-snapshot-10](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-10) (2026-03-27)
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-9",
3
+ "version": "11.7.2-snapshot-10",
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/ui-themes": "11.7.2-snapshot-9",
19
- "@instructure/shared-types": "11.7.2-snapshot-9"
18
+ "@instructure/shared-types": "11.7.2-snapshot-10",
19
+ "@instructure/ui-themes": "11.7.2-snapshot-10"
20
20
  },
21
21
  "devDependencies": {
22
- "@instructure/ui-babel-preset": "11.7.2-snapshot-9"
22
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-10"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
@@ -2353,6 +2353,7 @@ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-acti
2353
2353
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-font-weight: 700;
2354
2354
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2355
2355
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2356
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-color: currentColor;
2356
2357
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2357
2358
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2358
2359
  $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-height: 4rem;
@@ -2406,6 +2407,7 @@ $instui-canvas-new-theme-components-top-nav-bar-item-active-item-font-weight: 70
2406
2407
  $instui-canvas-new-theme-components-top-nav-bar-item-active-item-indicator-spacing: 0.25rem;
2407
2408
  $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color: #ffffff;
2408
2409
  $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color-inverse: #273540;
2410
+ $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-width: 0.125rem;
2409
2411
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-width: 0.125rem;
2410
2412
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-item-spacing: 1rem;
2411
2413
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-spacing: 0.25rem;