@instructure/ui-themes 11.7.2-snapshot-20 → 11.7.2-snapshot-21

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.
Files changed (26) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/es/themes/newThemes/dark/components/byline.js +1 -1
  3. package/es/themes/newThemes/dark/components/topNavBarLayout.js +2 -2
  4. package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +2 -2
  5. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +2 -2
  6. package/es/themes/newThemes/light/components/byline.js +1 -1
  7. package/es/themes/newThemes/light/components/topNavBarLayout.js +2 -2
  8. package/lib/themes/newThemes/dark/components/byline.js +1 -1
  9. package/lib/themes/newThemes/dark/components/topNavBarLayout.js +2 -2
  10. package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +2 -2
  11. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +2 -2
  12. package/lib/themes/newThemes/light/components/byline.js +1 -1
  13. package/lib/themes/newThemes/light/components/topNavBarLayout.js +2 -2
  14. package/package.json +3 -3
  15. package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +1 -1
  16. package/src/themes/newThemes/dark/components/byline.ts +1 -1
  17. package/src/themes/newThemes/dark/components/topNavBarLayout.ts +1 -1
  18. package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +1 -1
  19. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +1 -1
  20. package/src/themes/newThemes/light/components/byline.ts +1 -1
  21. package/src/themes/newThemes/light/components/topNavBarLayout.ts +1 -1
  22. package/tokens/canvas/scss/_variables.scss +1 -1
  23. package/tokens/canvas/source.json +1 -1
  24. package/tsconfig.build.tsbuildinfo +1 -1
  25. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +1 -1
  26. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -1
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-20](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-20) (2026-04-01)
6
+ ## [11.7.2-snapshot-21](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-21) (2026-04-01)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import semantics from "../semantics.js";
25
25
  const byline = {
26
- background: semantics.color.background.elevatedSurface.base,
26
+ background: semantics.color.transparentColor,
27
27
  color: semantics.color.text.base,
28
28
  descriptionFontSize: semantics.fontSize.textBase,
29
29
  descriptionFontWeight: semantics.fontWeight.body.base,
@@ -57,9 +57,9 @@ const topNavBarLayout = {
57
57
  smallViewportTrayZIndex: 9998,
58
58
  smallViewportZIndex: 10000,
59
59
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
60
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
61
60
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
62
61
  smallViewportFontSize: semantics.fontSize.textSm,
63
- smallViewportTrayFixTopPosition: "undefined"
62
+ smallViewportTrayFixTopPosition: "undefined",
63
+ desktopBrandContainerInlineMargin: "0 1.5rem"
64
64
  };
65
65
  export default topNavBarLayout;
@@ -57,9 +57,9 @@ const topNavBarLayout = {
57
57
  smallViewportTrayZIndex: 9998,
58
58
  smallViewportZIndex: 10000,
59
59
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
60
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
61
60
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
62
61
  smallViewportFontSize: semantics.fontSize.textSm,
63
- smallViewportTrayFixTopPosition: "undefined"
62
+ smallViewportTrayFixTopPosition: "undefined",
63
+ desktopBrandContainerInlineMargin: "0 1.5rem"
64
64
  };
65
65
  export default topNavBarLayout;
@@ -57,9 +57,9 @@ const topNavBarLayout = {
57
57
  smallViewportTrayZIndex: 9998,
58
58
  smallViewportZIndex: 10000,
59
59
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
60
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
61
60
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
62
61
  smallViewportFontSize: semantics.fontSize.textSm,
63
- smallViewportTrayFixTopPosition: "undefined"
62
+ smallViewportTrayFixTopPosition: "undefined",
63
+ desktopBrandContainerInlineMargin: "0 1.5rem"
64
64
  };
65
65
  export default topNavBarLayout;
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import semantics from "../semantics.js";
25
25
  const byline = {
26
- background: semantics.color.background.elevatedSurface.base,
26
+ background: semantics.color.transparentColor,
27
27
  color: semantics.color.text.base,
28
28
  descriptionFontSize: semantics.fontSize.textBase,
29
29
  descriptionFontWeight: semantics.fontWeight.body.base,
@@ -57,9 +57,9 @@ const topNavBarLayout = {
57
57
  smallViewportTrayZIndex: 9998,
58
58
  smallViewportZIndex: 10000,
59
59
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
60
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
61
60
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
62
61
  smallViewportFontSize: semantics.fontSize.textSm,
63
- smallViewportTrayFixTopPosition: "undefined"
62
+ smallViewportTrayFixTopPosition: "undefined",
63
+ desktopBrandContainerInlineMargin: "0 1.5rem"
64
64
  };
65
65
  export default topNavBarLayout;
@@ -31,7 +31,7 @@ var _semantics = _interopRequireDefault(require("../semantics"));
31
31
  */
32
32
 
33
33
  const byline = {
34
- background: _semantics.default.color.background.elevatedSurface.base,
34
+ background: _semantics.default.color.transparentColor,
35
35
  color: _semantics.default.color.text.base,
36
36
  descriptionFontSize: _semantics.default.fontSize.textBase,
37
37
  descriptionFontWeight: _semantics.default.fontWeight.body.base,
@@ -65,9 +65,9 @@ const topNavBarLayout = {
65
65
  smallViewportTrayZIndex: 9998,
66
66
  smallViewportZIndex: 10000,
67
67
  desktopBottomBorderInverse: _semantics.default.color.stroke.inverse,
68
- desktopBrandContainerInlineMargin: _semantics.default.spacing.spaceMd,
69
68
  desktopActionItemsContainerInlineMargin: _semantics.default.spacing.spaceXs,
70
69
  smallViewportFontSize: _semantics.default.fontSize.textSm,
71
- smallViewportTrayFixTopPosition: "undefined"
70
+ smallViewportTrayFixTopPosition: "undefined",
71
+ desktopBrandContainerInlineMargin: "0 1.5rem"
72
72
  };
73
73
  var _default = exports.default = topNavBarLayout;
@@ -65,9 +65,9 @@ const topNavBarLayout = {
65
65
  smallViewportTrayZIndex: 9998,
66
66
  smallViewportZIndex: 10000,
67
67
  desktopBottomBorderInverse: _semantics.default.color.stroke.inverse,
68
- desktopBrandContainerInlineMargin: _semantics.default.spacing.spaceMd,
69
68
  desktopActionItemsContainerInlineMargin: _semantics.default.spacing.spaceXs,
70
69
  smallViewportFontSize: _semantics.default.fontSize.textSm,
71
- smallViewportTrayFixTopPosition: "undefined"
70
+ smallViewportTrayFixTopPosition: "undefined",
71
+ desktopBrandContainerInlineMargin: "0 1.5rem"
72
72
  };
73
73
  var _default = exports.default = topNavBarLayout;
@@ -65,9 +65,9 @@ const topNavBarLayout = {
65
65
  smallViewportTrayZIndex: 9998,
66
66
  smallViewportZIndex: 10000,
67
67
  desktopBottomBorderInverse: _semantics.default.color.stroke.inverse,
68
- desktopBrandContainerInlineMargin: _semantics.default.spacing.spaceMd,
69
68
  desktopActionItemsContainerInlineMargin: _semantics.default.spacing.spaceXs,
70
69
  smallViewportFontSize: _semantics.default.fontSize.textSm,
71
- smallViewportTrayFixTopPosition: "undefined"
70
+ smallViewportTrayFixTopPosition: "undefined",
71
+ desktopBrandContainerInlineMargin: "0 1.5rem"
72
72
  };
73
73
  var _default = exports.default = topNavBarLayout;
@@ -31,7 +31,7 @@ var _semantics = _interopRequireDefault(require("../semantics"));
31
31
  */
32
32
 
33
33
  const byline = {
34
- background: _semantics.default.color.background.elevatedSurface.base,
34
+ background: _semantics.default.color.transparentColor,
35
35
  color: _semantics.default.color.text.base,
36
36
  descriptionFontSize: _semantics.default.fontSize.textBase,
37
37
  descriptionFontWeight: _semantics.default.fontWeight.body.base,
@@ -65,9 +65,9 @@ const topNavBarLayout = {
65
65
  smallViewportTrayZIndex: 9998,
66
66
  smallViewportZIndex: 10000,
67
67
  desktopBottomBorderInverse: _semantics.default.color.stroke.inverse,
68
- desktopBrandContainerInlineMargin: _semantics.default.spacing.spaceMd,
69
68
  desktopActionItemsContainerInlineMargin: _semantics.default.spacing.spaceXs,
70
69
  smallViewportFontSize: _semantics.default.fontSize.textSm,
71
- smallViewportTrayFixTopPosition: "undefined"
70
+ smallViewportTrayFixTopPosition: "undefined",
71
+ desktopBrandContainerInlineMargin: "0 1.5rem"
72
72
  };
73
73
  var _default = exports.default = topNavBarLayout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-themes",
3
- "version": "11.7.2-snapshot-20",
3
+ "version": "11.7.2-snapshot-21",
4
4
  "description": "A library of instructure themes",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -17,11 +17,11 @@
17
17
  "@testing-library/jest-dom": "^6.6.3",
18
18
  "@testing-library/react": "15.0.7",
19
19
  "vitest": "^3.2.2",
20
- "@instructure/ui-babel-preset": "11.7.2-snapshot-20"
20
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-21"
21
21
  },
22
22
  "dependencies": {
23
23
  "@tokens-studio/types": "^0.5.2",
24
- "@instructure/shared-types": "11.7.2-snapshot-20"
24
+ "@instructure/shared-types": "11.7.2-snapshot-21"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
@@ -57,10 +57,10 @@ export type TopNavBarLayout = {
57
57
  smallViewportTrayZIndex: string | number
58
58
  smallViewportZIndex: string | number
59
59
  desktopBottomBorderInverse: string
60
- desktopBrandContainerInlineMargin: string
61
60
  desktopActionItemsContainerInlineMargin: string
62
61
  smallViewportFontSize: string
63
62
  smallViewportTrayFixTopPosition: string | number
63
+ desktopBrandContainerInlineMargin: string | number
64
64
  }
65
65
 
66
66
  export default TopNavBarLayout
@@ -26,7 +26,7 @@ import type { Byline } from "../../componentTypes/byline"
26
26
  import semantics from "../semantics"
27
27
 
28
28
  const byline: Byline = {
29
- background: semantics.color.background.elevatedSurface.base,
29
+ background: semantics.color.transparentColor,
30
30
  color: semantics.color.text.base,
31
31
  descriptionFontSize: semantics.fontSize.textBase,
32
32
  descriptionFontWeight: semantics.fontWeight.body.base,
@@ -60,9 +60,9 @@ const topNavBarLayout: TopNavBarLayout = {
60
60
  smallViewportTrayZIndex: 9998,
61
61
  smallViewportZIndex: 10000,
62
62
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
63
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
64
63
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
65
64
  smallViewportFontSize: semantics.fontSize.textSm,
66
65
  smallViewportTrayFixTopPosition: "undefined",
66
+ desktopBrandContainerInlineMargin: "0 1.5rem",
67
67
  }
68
68
  export default topNavBarLayout
@@ -60,9 +60,9 @@ const topNavBarLayout: TopNavBarLayout = {
60
60
  smallViewportTrayZIndex: 9998,
61
61
  smallViewportZIndex: 10000,
62
62
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
63
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
64
63
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
65
64
  smallViewportFontSize: semantics.fontSize.textSm,
66
65
  smallViewportTrayFixTopPosition: "undefined",
66
+ desktopBrandContainerInlineMargin: "0 1.5rem",
67
67
  }
68
68
  export default topNavBarLayout
@@ -60,9 +60,9 @@ const topNavBarLayout: TopNavBarLayout = {
60
60
  smallViewportTrayZIndex: 9998,
61
61
  smallViewportZIndex: 10000,
62
62
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
63
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
64
63
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
65
64
  smallViewportFontSize: semantics.fontSize.textSm,
66
65
  smallViewportTrayFixTopPosition: "undefined",
66
+ desktopBrandContainerInlineMargin: "0 1.5rem",
67
67
  }
68
68
  export default topNavBarLayout
@@ -26,7 +26,7 @@ import type { Byline } from "../../componentTypes/byline"
26
26
  import semantics from "../semantics"
27
27
 
28
28
  const byline: Byline = {
29
- background: semantics.color.background.elevatedSurface.base,
29
+ background: semantics.color.transparentColor,
30
30
  color: semantics.color.text.base,
31
31
  descriptionFontSize: semantics.fontSize.textBase,
32
32
  descriptionFontWeight: semantics.fontWeight.body.base,
@@ -60,9 +60,9 @@ const topNavBarLayout: TopNavBarLayout = {
60
60
  smallViewportTrayZIndex: 9998,
61
61
  smallViewportZIndex: 10000,
62
62
  desktopBottomBorderInverse: semantics.color.stroke.inverse,
63
- desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
64
63
  desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
65
64
  smallViewportFontSize: semantics.fontSize.textSm,
66
65
  smallViewportTrayFixTopPosition: "undefined",
66
+ desktopBrandContainerInlineMargin: "0 1.5rem",
67
67
  }
68
68
  export default topNavBarLayout
@@ -2388,10 +2388,10 @@ $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-brand-container-inline-margin: 0.75rem;
2392
2391
  $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-action-items-container-inline-margin: 0.25rem;
2393
2392
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-font-size: 0.875rem;
2394
2393
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-fix-top-position: undefined;
2394
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-brand-container-inline-margin: 0 1.5rem;
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;