@instructure/ui-themes 11.7.1 → 11.7.2-snapshot-4

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 (87) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/es/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
  3. package/es/themes/newThemes/dark/components/topNavBarItem.js +1 -2
  4. package/es/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
  5. package/es/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
  6. package/es/themes/newThemes/legacyCanvas/components/tag.js +1 -1
  7. package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
  8. package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
  9. package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
  10. package/es/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
  11. package/es/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
  12. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
  13. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
  14. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
  15. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
  16. package/es/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
  17. package/es/themes/newThemes/light/components/topNavBarItem.js +1 -2
  18. package/es/themes/newThemes/light/components/topNavBarLayout.js +6 -1
  19. package/es/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
  20. package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
  21. package/lib/themes/newThemes/dark/components/topNavBarItem.js +1 -2
  22. package/lib/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
  23. package/lib/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
  24. package/lib/themes/newThemes/legacyCanvas/components/tag.js +1 -1
  25. package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
  26. package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
  27. package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
  28. package/lib/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
  29. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
  30. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
  31. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
  32. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
  33. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
  34. package/lib/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
  35. package/lib/themes/newThemes/light/components/topNavBarItem.js +1 -2
  36. package/lib/themes/newThemes/light/components/topNavBarLayout.js +6 -1
  37. package/lib/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
  38. package/package.json +3 -3
  39. package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +0 -1
  40. package/src/themes/newThemes/componentTypes/topNavBarItem.ts +0 -1
  41. package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +5 -0
  42. package/src/themes/newThemes/componentTypes/topNavBarMenuItems.ts +0 -1
  43. package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +0 -1
  44. package/src/themes/newThemes/dark/components/topNavBarItem.ts +0 -1
  45. package/src/themes/newThemes/dark/components/topNavBarLayout.ts +5 -0
  46. package/src/themes/newThemes/dark/components/topNavBarMenuItems.ts +0 -1
  47. package/src/themes/newThemes/legacyCanvas/components/tag.ts +1 -1
  48. package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +0 -1
  49. package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +0 -1
  50. package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +5 -0
  51. package/src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts +0 -1
  52. package/src/themes/newThemes/legacyCanvasHighContrast/components/tag.ts +1 -1
  53. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +0 -1
  54. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +0 -1
  55. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +5 -0
  56. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts +0 -1
  57. package/src/themes/newThemes/light/components/topNavBarActionItems.ts +0 -1
  58. package/src/themes/newThemes/light/components/topNavBarItem.ts +0 -1
  59. package/src/themes/newThemes/light/components/topNavBarLayout.ts +5 -0
  60. package/src/themes/newThemes/light/components/topNavBarMenuItems.ts +0 -1
  61. package/tokens/canvas/scss/_variables.scss +6 -4
  62. package/tokens/canvas/source.json +1 -1
  63. package/tsconfig.build.tsbuildinfo +1 -1
  64. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +0 -1
  65. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -1
  66. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +0 -1
  67. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
  68. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +5 -0
  69. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -1
  70. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts +0 -1
  71. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts.map +1 -1
  72. package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -1
  73. package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -1
  74. package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts.map +1 -1
  75. package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts.map +1 -1
  76. package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -1
  77. package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -1
  78. package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts.map +1 -1
  79. package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts.map +1 -1
  80. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -1
  81. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -1
  82. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts.map +1 -1
  83. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map +1 -1
  84. package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -1
  85. package/types/themes/newThemes/light/components/topNavBarItem.d.ts.map +1 -1
  86. package/types/themes/newThemes/light/components/topNavBarLayout.d.ts.map +1 -1
  87. package/types/themes/newThemes/light/components/topNavBarMenuItems.d.ts.map +1 -1
@@ -59,5 +59,10 @@ const topNavBarLayout: TopNavBarLayout = {
59
59
  smallViewportTrayPosition: "fixed",
60
60
  smallViewportTrayZIndex: 9998,
61
61
  smallViewportZIndex: 10000,
62
+ desktopBottomBorderInverse: semantics.color.stroke.inverse,
63
+ desktopBrandContainerInlineMargin: semantics.spacing.spaceMd,
64
+ desktopActionItemsContainerInlineMargin: semantics.spacing.spaceXs,
65
+ smallViewportFontSize: semantics.fontSize.textSm,
66
+ smallViewportTrayFixTopPosition: "undefined",
62
67
  }
63
68
  export default topNavBarLayout
@@ -27,7 +27,6 @@ import semantics from "../semantics"
27
27
 
28
28
  const topNavBarMenuItems: TopNavBarMenuItems = {
29
29
  desktopItemSpacing: semantics.spacing.spaceLg,
30
- desktopMaxWidth: "100%",
31
30
  desktopSubmenuActiveOptionFontWeight: semantics.fontWeight.body.strong,
32
31
  desktopSubmenuActiveOptionIndicatorColor: "currentColor",
33
32
  desktopSubmenuActiveOptionIndicatorSpacing: semantics.spacing.spaceXs,
@@ -1709,7 +1709,7 @@ $instui-canvas-new-theme-components-badge-count-offset: 0.5rem;
1709
1709
  $instui-canvas-new-theme-components-tag-default-background: #F2F4F5;
1710
1710
  $instui-canvas-new-theme-components-tag-default-background-hover: #E8EAEC;
1711
1711
  $instui-canvas-new-theme-components-tag-default-border-color: #C7CACD;
1712
- $instui-canvas-new-theme-components-tag-default-border-radius: 0.25rem;
1712
+ $instui-canvas-new-theme-components-tag-default-border-radius: 999rem;
1713
1713
  $instui-canvas-new-theme-components-tag-default-border-style: solid;
1714
1714
  $instui-canvas-new-theme-components-tag-inline-border-style: solid;
1715
1715
  $instui-canvas-new-theme-components-tag-default-border-width: 0.0625rem;
@@ -2354,7 +2354,6 @@ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-acti
2354
2354
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-font-weight: 700;
2355
2355
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2356
2356
  $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2357
- $instui-canvas-new-theme-components-top-nav-bar-action-items-active-indicator-width: 0.125rem;
2358
2357
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2359
2358
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2360
2359
  $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-height: 4rem;
@@ -2388,11 +2387,15 @@ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-inline-pad
2388
2387
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-position: fixed;
2389
2388
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-z-index: 9998;
2390
2389
  $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-z-index: 10000;
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
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-action-items-container-inline-margin: 0.25rem;
2393
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-font-size: 0.875rem;
2394
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-fix-top-position: undefined;
2391
2395
  $instui-canvas-new-theme-components-top-nav-bar-brand-logo-height: 2.25rem;
2392
2396
  $instui-canvas-new-theme-components-top-nav-bar-brand-focus-outline-inset: -0.25rem;
2393
2397
  $instui-canvas-new-theme-components-top-nav-bar-brand-icon-padding: 0.75rem;
2394
2398
  $instui-canvas-new-theme-components-top-nav-bar-item-font-size: 1rem;
2395
- $instui-canvas-new-theme-components-top-nav-bar-item-small-viewport-font-size: 1rem;
2396
2399
  $instui-canvas-new-theme-components-top-nav-bar-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2397
2400
  $instui-canvas-new-theme-components-top-nav-bar-item-font-weight: 400;
2398
2401
  $instui-canvas-new-theme-components-top-nav-bar-item-color: #ffffff;
@@ -2408,7 +2411,6 @@ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-activ
2408
2411
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-item-spacing: 1rem;
2409
2412
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-spacing: 0.25rem;
2410
2413
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-font-weight: 700;
2411
- $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-max-width: 100%;
2412
2414
  $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-color: currentColor;
2413
2415
  $instui-canvas-new-theme-components-select-popover-border-width: 0.0625rem;
2414
2416
  $instui-canvas-new-theme-components-pagination-page-indicator-gap: 0.5rem;