@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.
- package/CHANGELOG.md +8 -0
- package/es/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/dark/components/topNavBarItem.js +1 -2
- package/es/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/light/components/topNavBarItem.js +1 -2
- package/es/themes/newThemes/light/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/dark/components/topNavBarItem.js +1 -2
- package/lib/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/light/components/topNavBarItem.js +1 -2
- package/lib/themes/newThemes/light/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
- package/package.json +3 -3
- package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/componentTypes/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/componentTypes/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/dark/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/tag.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tag.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/light/components/topNavBarMenuItems.ts +0 -1
- package/tokens/canvas/scss/_variables.scss +6 -4
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +5 -0
- package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarLayout.d.ts.map +1 -1
- 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:
|
|
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;
|