@instructure/ui-themes 11.7.2-snapshot-28 → 11.7.2-snapshot-36
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 +1 -1
- package/es/themes/newThemes/dark/components/topNavBarItem.js +4 -4
- package/es/themes/newThemes/dark/components/topNavBarLayout.js +1 -1
- package/es/themes/newThemes/dark/semantics.js +12 -1
- package/es/themes/newThemes/legacyCanvas/components/alert.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/badge.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/baseButton.js +3 -3
- package/es/themes/newThemes/legacyCanvas/components/billboard.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/byline.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/calendar.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/calendarDay.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/checkbox.js +5 -5
- package/es/themes/newThemes/legacyCanvas/components/fileDrop.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/formFieldLayout.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/formFieldMessage.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/heading.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/icon.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/inlineListItem.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/link.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/listItem.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/menuGroup.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/menuItem.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/metric.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/optionsItem.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/progressCircle.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/radioInput.js +3 -3
- package/es/themes/newThemes/legacyCanvas/components/rangeInput.js +5 -5
- package/es/themes/newThemes/legacyCanvas/components/sideNavBar.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/sideNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvas/components/table.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/tableRow.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/tabsPanel.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/tabsTab.js +3 -3
- package/es/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/text.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/textArea.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/textInput.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/toggle.js +2 -2
- package/es/themes/newThemes/legacyCanvas/components/toggleDetails.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.js +1 -1
- package/es/themes/newThemes/legacyCanvas/components/view.js +1 -1
- package/es/themes/newThemes/legacyCanvas/semantics.js +12 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/alert.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/badge.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/baseButton.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/components/billboard.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/byline.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/calendar.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/checkbox.js +5 -5
- package/es/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/heading.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/icon.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/link.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/listItem.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/metric.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/radioInput.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +5 -5
- package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/components/table.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/text.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/textArea.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/textInput.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/toggle.js +2 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +3 -3
- package/es/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/view.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/semantics.js +12 -1
- package/es/themes/newThemes/light/components/topNavBarItem.js +4 -4
- package/es/themes/newThemes/light/components/topNavBarLayout.js +1 -1
- package/es/themes/newThemes/light/semantics.js +12 -1
- package/lib/themes/newThemes/dark/components/topNavBarItem.js +4 -4
- package/lib/themes/newThemes/dark/components/topNavBarLayout.js +1 -1
- package/lib/themes/newThemes/dark/semantics.js +12 -1
- package/lib/themes/newThemes/legacyCanvas/components/alert.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/badge.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/baseButton.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/components/billboard.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/byline.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/calendar.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/calendarDay.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/checkbox.js +5 -5
- package/lib/themes/newThemes/legacyCanvas/components/fileDrop.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/formFieldLayout.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/formFieldMessage.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/heading.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/icon.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/inlineListItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/link.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/listItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/menuGroup.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/menuItem.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/metric.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/optionsItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/progressCircle.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/radioInput.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/components/rangeInput.js +5 -5
- package/lib/themes/newThemes/legacyCanvas/components/sideNavBar.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/sideNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/components/table.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/tableRow.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/tabsPanel.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/tabsTab.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/text.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/textArea.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/textInput.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/toggle.js +2 -2
- package/lib/themes/newThemes/legacyCanvas/components/toggleDetails.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/view.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/semantics.js +12 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/alert.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/badge.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/baseButton.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/billboard.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/byline.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/calendar.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/checkbox.js +5 -5
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/heading.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/icon.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/link.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/listItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/metric.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/radioInput.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +5 -5
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/table.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/text.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/textArea.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/textInput.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/toggle.js +2 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +3 -3
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/view.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/semantics.js +12 -1
- package/lib/themes/newThemes/light/components/topNavBarItem.js +4 -4
- package/lib/themes/newThemes/light/components/topNavBarLayout.js +1 -1
- package/lib/themes/newThemes/light/semantics.js +12 -1
- package/package.json +3 -3
- package/src/themes/newThemes/componentTypes/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/dark/components/topNavBarItem.ts +3 -3
- package/src/themes/newThemes/dark/components/topNavBarLayout.ts +1 -1
- package/src/themes/newThemes/dark/semantics.ts +22 -0
- package/src/themes/newThemes/legacyCanvas/components/alert.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/badge.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/baseButton.ts +3 -3
- package/src/themes/newThemes/legacyCanvas/components/billboard.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/byline.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/calendar.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/calendarDay.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/checkbox.ts +5 -5
- package/src/themes/newThemes/legacyCanvas/components/fileDrop.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/formFieldLayout.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/formFieldMessage.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/heading.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/icon.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/inlineListItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/link.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/listItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/menuGroup.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/menuItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/metric.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/optionsItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/progressCircle.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/radioInput.ts +3 -3
- package/src/themes/newThemes/legacyCanvas/components/rangeInput.ts +5 -5
- package/src/themes/newThemes/legacyCanvas/components/sideNavBar.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/sideNavBarItem.ts +3 -3
- package/src/themes/newThemes/legacyCanvas/components/table.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/tableRow.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/tabsPanel.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/tabsTab.ts +3 -3
- package/src/themes/newThemes/legacyCanvas/components/tag.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/text.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/textArea.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/textInput.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/toggle.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/toggleDetails.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/components/view.ts +1 -1
- package/src/themes/newThemes/legacyCanvas/semantics.ts +22 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/alert.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/badge.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/baseButton.ts +3 -3
- package/src/themes/newThemes/legacyCanvasHighContrast/components/billboard.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/byline.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/calendar.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/checkbox.ts +5 -5
- package/src/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/heading.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/icon.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/link.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/listItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/menuItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/metric.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/radioInput.ts +3 -3
- package/src/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.ts +5 -5
- package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.ts +3 -3
- package/src/themes/newThemes/legacyCanvasHighContrast/components/table.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tableRow.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.ts +3 -3
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tag.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/text.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/textArea.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/textInput.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/toggle.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +2 -2
- package/src/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/view.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/semantics.ts +22 -0
- package/src/themes/newThemes/light/components/topNavBarItem.ts +3 -3
- package/src/themes/newThemes/light/components/topNavBarLayout.ts +1 -1
- package/src/themes/newThemes/light/semantics.ts +22 -0
- package/tokens/canvas/scss/_variables.scss +14 -5
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +2 -2
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/dark/semantics.d.ts +11 -0
- package/types/themes/newThemes/dark/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/semantics.d.ts +11 -0
- package/types/themes/newThemes/legacyCanvas/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts +11 -0
- package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts.map +1 -1
- package/types/themes/newThemes/light/semantics.d.ts +11 -0
- package/types/themes/newThemes/light/semantics.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-
|
|
6
|
+
## [11.7.2-snapshot-36](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-36) (2026-04-08)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -26,15 +26,15 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
34
32
|
activeItemFontWeight: semantics.fontWeight.body.strong,
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
|
-
activeIndicatorColor:
|
|
34
|
+
activeIndicatorColor: "#fff",
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const topNavBarLayout = {
|
|
26
|
-
desktopBackground: semantics.color.background.
|
|
26
|
+
desktopBackground: semantics.color.background.elevatedSurface.inverse,
|
|
27
27
|
desktopBackgroundInverse: semantics.color.background.container,
|
|
28
28
|
desktopBottomBorder: "none",
|
|
29
29
|
desktopFontFamily: semantics.fontFamily.base,
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(0,0,0,0.3)",
|
|
506
506
|
"shadowColor2": "rgba(0,0,0,0.15)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.navy.navy10,
|
|
511
|
+
"brandFontColorDark": primitives.color.white,
|
|
512
|
+
"linkColor": primitives.color.blue.blue50,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.navy.navy10,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.navy.navy170,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey170,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.grey.grey180
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -29,7 +29,7 @@ const alert = {
|
|
|
29
29
|
borderWidth: semantics.borderWidth.md,
|
|
30
30
|
closeButtonMarginRight: "0.5rem",
|
|
31
31
|
closeButtonMarginTop: "0.5rem",
|
|
32
|
-
color: semantics.color.
|
|
32
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
33
33
|
contentFontFamily: semantics.fontFamily.base,
|
|
34
34
|
contentFontSize: semantics.fontSize.textBase,
|
|
35
35
|
contentFontWeight: semantics.fontWeight.body.base,
|
|
@@ -29,7 +29,7 @@ const badge = {
|
|
|
29
29
|
colorInverse: semantics.color.text.dark,
|
|
30
30
|
colorDanger: semantics.color.background.error,
|
|
31
31
|
colorSuccess: semantics.color.background.success,
|
|
32
|
-
colorPrimary: semantics.color.
|
|
32
|
+
colorPrimary: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textSm,
|
|
34
34
|
fontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
sizeNotification: "0.75rem",
|
|
@@ -26,9 +26,9 @@ const baseButton = {
|
|
|
26
26
|
primaryActiveBackground: semantics.color.background.interactive.action.primary.active,
|
|
27
27
|
primaryActiveBorderColor: semantics.color.stroke.interactive.action.primary.active,
|
|
28
28
|
primaryActiveTextColor: semantics.color.text.interactive.action.primary.active,
|
|
29
|
-
primaryBackground: semantics.color.
|
|
30
|
-
primaryBorderColor: semantics.color.
|
|
31
|
-
primaryColor: semantics.color.
|
|
29
|
+
primaryBackground: semantics.color.institutional.brandButtonPrimaryBgd,
|
|
30
|
+
primaryBorderColor: semantics.color.institutional.brandButtonPrimaryBgd,
|
|
31
|
+
primaryColor: semantics.color.institutional.brandButtonPrimaryText,
|
|
32
32
|
primaryDisabledBackgroundColor: semantics.color.background.interactive.action.primary.disabled,
|
|
33
33
|
primaryDisabledBorderColor: semantics.color.stroke.interactive.action.primary.disabled,
|
|
34
34
|
primaryDisabledTextColor: semantics.color.text.interactive.action.primary.disabled,
|
|
@@ -35,7 +35,7 @@ const billboard = {
|
|
|
35
35
|
buttonHoverBorderStyle: "dashed",
|
|
36
36
|
buttonBorderRadius: "0.5rem",
|
|
37
37
|
messageColor: semantics.color.text.interactive.navigation.primary.base,
|
|
38
|
-
messageColorClickable: semantics.color.
|
|
38
|
+
messageColorClickable: semantics.color.institutional.linkColor,
|
|
39
39
|
clickableActiveBg: semantics.color.background.interactive.action.primary.active,
|
|
40
40
|
clickableActiveText: semantics.color.text.onColor,
|
|
41
41
|
messageFontSizeSmall: semantics.fontSize.textSm,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const byline = {
|
|
26
26
|
background: semantics.color.background.elevatedSurface.base,
|
|
27
|
-
color: semantics.color.
|
|
27
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
28
28
|
descriptionFontSize: semantics.fontSize.textBase,
|
|
29
29
|
descriptionFontWeight: semantics.fontWeight.body.base,
|
|
30
30
|
descriptionLineHeight: semantics.lineHeight.standalone.base,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const calendar = {
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
|
-
color: semantics.color.
|
|
27
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
28
28
|
fontFamily: semantics.fontFamily.base,
|
|
29
29
|
fontSize: semantics.fontSize.textBase,
|
|
30
30
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -29,7 +29,7 @@ const calendarDay = {
|
|
|
29
29
|
selectedBackground: semantics.color.background.interactive.action.success.base,
|
|
30
30
|
selectedColor: semantics.color.text.onColor,
|
|
31
31
|
todayColor: semantics.color.text.onColor,
|
|
32
|
-
todayBackground: semantics.color.
|
|
32
|
+
todayBackground: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textBase,
|
|
34
34
|
height: semantics.size.interactive.height.sm,
|
|
35
35
|
minWidth: semantics.size.interactive.height.sm,
|
|
@@ -27,7 +27,7 @@ const checkbox = {
|
|
|
27
27
|
backgroundHoverColor: semantics.color.background.interactive.input.hover,
|
|
28
28
|
backgroundReadonlyColor: semantics.color.background.interactive.input.readonly,
|
|
29
29
|
backgroundDisabledColor: semantics.color.background.interactive.input.disabled,
|
|
30
|
-
backgroundCheckedColor: semantics.color.
|
|
30
|
+
backgroundCheckedColor: semantics.color.institutional.brandFontColorDark,
|
|
31
31
|
borderColor: semantics.color.stroke.interactive.input.base,
|
|
32
32
|
borderHoverColor: semantics.color.stroke.interactive.input.hover,
|
|
33
33
|
borderReadonlyColor: semantics.color.stroke.interactive.input.readonly,
|
|
@@ -35,7 +35,7 @@ const checkbox = {
|
|
|
35
35
|
errorBorderColor: semantics.color.stroke.interactive.action.destructive.secondary.base,
|
|
36
36
|
errorBorderHoverColor: semantics.color.stroke.interactive.action.destructive.secondary.hover,
|
|
37
37
|
asteriskColor: semantics.color.text.error,
|
|
38
|
-
borderCheckedColor: semantics.color.
|
|
38
|
+
borderCheckedColor: semantics.color.institutional.brandFontColorDark,
|
|
39
39
|
fontSizeSm: semantics.fontSize.textSm,
|
|
40
40
|
fontSizeMd: semantics.fontSize.textBase,
|
|
41
41
|
fontSizeLg: "1.375rem",
|
|
@@ -49,9 +49,9 @@ const checkbox = {
|
|
|
49
49
|
controlSizeMd: semantics.size.choiceControl.height.md,
|
|
50
50
|
controlSizeLg: semantics.size.choiceControl.height.lg,
|
|
51
51
|
borderWidth: semantics.borderWidth.interactive.base,
|
|
52
|
-
labelBaseColor: semantics.color.
|
|
53
|
-
labelHoverColor: semantics.color.
|
|
52
|
+
labelBaseColor: semantics.color.institutional.brandFontColorDark,
|
|
53
|
+
labelHoverColor: semantics.color.institutional.brandFontColorDark,
|
|
54
54
|
labelDisabledColor: semantics.color.text.interactive.disabled.base,
|
|
55
|
-
labelReadonlyColor: semantics.color.
|
|
55
|
+
labelReadonlyColor: semantics.color.institutional.brandFontColorDark
|
|
56
56
|
};
|
|
57
57
|
export default checkbox;
|
|
@@ -29,7 +29,7 @@ const fileDrop = {
|
|
|
29
29
|
borderRadius: semantics.borderRadius.container.sm,
|
|
30
30
|
borderStyle: "dashed",
|
|
31
31
|
borderWidth: semantics.borderWidth.md,
|
|
32
|
-
hoverBorderColor: semantics.color.
|
|
32
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
33
33
|
rejectedColor: semantics.color.stroke.interactive.action.destructive.secondary.base
|
|
34
34
|
};
|
|
35
35
|
export default fileDrop;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const formFieldLayout = {
|
|
26
|
-
textColor: semantics.color.
|
|
26
|
+
textColor: semantics.color.institutional.brandFontColorDark,
|
|
27
27
|
readonlyTextColor: semantics.color.text.muted,
|
|
28
28
|
asteriskColor: semantics.color.text.base,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const formFieldMessage = {
|
|
26
|
-
hintTextColor: semantics.color.
|
|
26
|
+
hintTextColor: semantics.color.institutional.brandFontColorDark,
|
|
27
27
|
errorTextColor: semantics.color.text.error,
|
|
28
28
|
successTextColor: semantics.color.text.success,
|
|
29
29
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -102,7 +102,7 @@ const heading = {
|
|
|
102
102
|
h5FontFamily: semantics.fontFamily.heading,
|
|
103
103
|
h6FontFamily: semantics.fontFamily.heading,
|
|
104
104
|
lineHeight: semantics.lineHeight.heading.base,
|
|
105
|
-
baseColor: semantics.color.
|
|
105
|
+
baseColor: semantics.color.institutional.brandFontColorDark,
|
|
106
106
|
baseOnColor: semantics.color.text.onColor,
|
|
107
107
|
mutedColor: semantics.color.text.muted,
|
|
108
108
|
mutedOnColor: semantics.color.text.onColor,
|
|
@@ -41,7 +41,7 @@ const icon = {
|
|
|
41
41
|
strokeWidthIlluSm: "0.25rem",
|
|
42
42
|
strokeWidthIlluMd: "0.5rem",
|
|
43
43
|
strokeWidthIlluLg: "0.75rem",
|
|
44
|
-
baseColor: semantics.color.
|
|
44
|
+
baseColor: semantics.color.institutional.brandFontColorDark,
|
|
45
45
|
mutedColor: semantics.color.icon.muted,
|
|
46
46
|
successColor: semantics.color.icon.success,
|
|
47
47
|
errorColor: semantics.color.icon.error,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const inlineListItem = {
|
|
26
26
|
arrowSpacing: semantics.spacing.spaceSm,
|
|
27
|
-
color: semantics.color.
|
|
27
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
28
28
|
delimiterColor: semantics.color.text.base,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
30
30
|
fontSizeLarge: semantics.fontSize.textLg,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const link = {
|
|
26
|
-
textColor: semantics.color.
|
|
26
|
+
textColor: semantics.color.institutional.linkColor,
|
|
27
27
|
textHoverColor: semantics.color.text.interactive.navigation.primary.hover,
|
|
28
28
|
textDisabledColor: semantics.color.text.interactive.disabled.base,
|
|
29
29
|
onColorTextColor: semantics.color.text.interactive.navigation.primaryOnColor.base,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const listItem = {
|
|
26
|
-
color: semantics.color.
|
|
26
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontSizeLarge: semantics.fontSize.textLg,
|
|
29
29
|
fontSizeMedium: semantics.fontSize.textBase,
|
|
@@ -27,7 +27,7 @@ const menuGroup = {
|
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontSize: semantics.fontSize.textBase,
|
|
29
29
|
fontWeight: semantics.fontWeight.body.strong,
|
|
30
|
-
color: semantics.color.
|
|
30
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
31
31
|
paddingHorizontal: semantics.spacing.spaceMd,
|
|
32
32
|
paddingVertical: semantics.spacing.spaceSm
|
|
33
33
|
};
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const menuItem = {
|
|
26
|
-
activeBackground: semantics.color.
|
|
26
|
+
activeBackground: semantics.color.institutional.brandPrimary,
|
|
27
27
|
activeLabelColor: semantics.color.text.interactive.action.primary.base,
|
|
28
28
|
background: semantics.color.background.elevatedSurface.base,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
30
30
|
fontSize: semantics.fontSize.textBase,
|
|
31
31
|
fontWeight: semantics.fontWeight.body.base,
|
|
32
32
|
iconPadding: semantics.spacing.spaceMd,
|
|
33
|
-
labelColor: semantics.color.
|
|
33
|
+
labelColor: semantics.color.institutional.brandFontColorDark,
|
|
34
34
|
labelInfoColor: semantics.color.text.muted,
|
|
35
35
|
lineHeight: semantics.lineHeight.paragraph.textSm,
|
|
36
36
|
labelPadding: "2.25rem",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const metric = {
|
|
26
|
-
labelColor: semantics.color.
|
|
26
|
+
labelColor: semantics.color.institutional.brandFontColorDark,
|
|
27
27
|
labelFontSize: semantics.fontSize.textXs,
|
|
28
28
|
paddingHorizontal: semantics.spacing.spaceSm,
|
|
29
|
-
valueColor: semantics.color.
|
|
29
|
+
valueColor: semantics.color.institutional.brandFontColorDark,
|
|
30
30
|
valueFontSize: semantics.fontSize.textXl,
|
|
31
31
|
gapTexts: semantics.spacing.spaceSm,
|
|
32
32
|
labelLineHeight: semantics.lineHeight.standalone.textXs,
|
|
@@ -26,7 +26,7 @@ const optionsItem = {
|
|
|
26
26
|
afterLabelContentVOffset: semantics.spacing.spaceMd,
|
|
27
27
|
background: semantics.color.background.elevatedSurface.base,
|
|
28
28
|
beforeLabelContentVOffset: semantics.spacing.spaceMd,
|
|
29
|
-
color: semantics.color.
|
|
29
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
30
30
|
descriptionColor: semantics.color.text.muted,
|
|
31
31
|
descriptionFontSize: semantics.fontSize.textSm,
|
|
32
32
|
descriptionFontWeight: semantics.fontWeight.body.base,
|
|
@@ -42,7 +42,7 @@ const progressCircle = {
|
|
|
42
42
|
largeCircumference: "22em",
|
|
43
43
|
largeTransform: "4.5em",
|
|
44
44
|
largeStrokeWidth: "0.875em",
|
|
45
|
-
color: semantics.color.
|
|
45
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
46
46
|
colorInverse: semantics.color.text.inverse,
|
|
47
47
|
trackColor: semantics.color.background.base,
|
|
48
48
|
trackColorInverse: semantics.color.transparentColor,
|
|
@@ -50,7 +50,7 @@ const progressCircle = {
|
|
|
50
50
|
trackBorderColorInverse: semantics.color.stroke.inverse,
|
|
51
51
|
meterColorAlert: semantics.color.stroke.info,
|
|
52
52
|
meterColorAlertInverse: semantics.color.stroke.inverse,
|
|
53
|
-
meterColorBrand: semantics.color.
|
|
53
|
+
meterColorBrand: semantics.color.institutional.brandPrimary,
|
|
54
54
|
meterColorBrandInverse: semantics.color.stroke.inverse,
|
|
55
55
|
meterColorDanger: semantics.color.stroke.error,
|
|
56
56
|
meterColorDangerInverse: semantics.color.stroke.inverse,
|
|
@@ -28,7 +28,7 @@ const radioInput = {
|
|
|
28
28
|
backgroundReadonlyColor: semantics.color.background.interactive.input.readonly,
|
|
29
29
|
backgroundDisabledColor: semantics.color.background.interactive.input.disabled,
|
|
30
30
|
borderColor: semantics.color.stroke.interactive.input.base,
|
|
31
|
-
borderHoverColor: semantics.color.
|
|
31
|
+
borderHoverColor: semantics.color.institutional.brandFontColorDark,
|
|
32
32
|
borderReadonlyColor: semantics.color.stroke.interactive.input.readonly,
|
|
33
33
|
borderDisabledColor: semantics.color.stroke.interactive.input.disabled,
|
|
34
34
|
borderSelectedColor: semantics.color.stroke.interactive.input.selected,
|
|
@@ -46,8 +46,8 @@ const radioInput = {
|
|
|
46
46
|
gap: semantics.spacing.spaceSm,
|
|
47
47
|
borderWidth: semantics.borderWidth.interactive.base,
|
|
48
48
|
toggleBorderWidth: semantics.borderWidth.lg,
|
|
49
|
-
labelBaseColor: semantics.color.
|
|
50
|
-
labelHoverColor: semantics.color.
|
|
49
|
+
labelBaseColor: semantics.color.institutional.brandFontColorDark,
|
|
50
|
+
labelHoverColor: semantics.color.institutional.brandFontColorDark,
|
|
51
51
|
labelDisabledColor: semantics.color.text.interactive.disabled.base,
|
|
52
52
|
labelReadonlyColor: semantics.color.text.base,
|
|
53
53
|
controlSizeSm: semantics.size.choiceControl.height.sm,
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const rangeInput = {
|
|
26
|
-
handleBackground: semantics.color.
|
|
27
|
-
handleHoverBackground: semantics.color.
|
|
28
|
-
handleFocusBackground: semantics.color.
|
|
29
|
-
handleFocusOutlineColor: semantics.color.
|
|
30
|
-
handleShadowColor: semantics.color.
|
|
26
|
+
handleBackground: semantics.color.institutional.brandPrimary,
|
|
27
|
+
handleHoverBackground: semantics.color.institutional.brandPrimary,
|
|
28
|
+
handleFocusBackground: semantics.color.institutional.brandPrimary,
|
|
29
|
+
handleFocusOutlineColor: semantics.color.institutional.brandPrimary,
|
|
30
|
+
handleShadowColor: semantics.color.institutional.brandPrimary,
|
|
31
31
|
handleBorderColor: semantics.color.stroke.onColor,
|
|
32
32
|
handleBorderSize: semantics.borderWidth.md,
|
|
33
33
|
handleFocusOutlineWidth: "0.75em",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const sideNavBar = {
|
|
26
|
-
backgroundColor: semantics.color.
|
|
26
|
+
backgroundColor: semantics.color.institutional.brandGlobalNavBgd,
|
|
27
27
|
fill: semantics.color.icon.onColor,
|
|
28
|
-
fontColor: semantics.color.
|
|
28
|
+
fontColor: semantics.color.institutional.brandGlobalNavMenuItemTextColor,
|
|
29
29
|
minimizedWidth: "3.375rem",
|
|
30
30
|
toggleTransition: "300ms",
|
|
31
31
|
width: "5.25rem",
|
|
@@ -27,15 +27,15 @@ const sideNavBarItem = {
|
|
|
27
27
|
borderRadius: "0rem",
|
|
28
28
|
backgroundColor: "transparent",
|
|
29
29
|
contentPadding: "0.375rem",
|
|
30
|
-
fontColor: semantics.color.
|
|
30
|
+
fontColor: semantics.color.institutional.brandGlobalNavMenuItemTextColor,
|
|
31
31
|
fontFamily: semantics.fontFamily.base,
|
|
32
32
|
fontSize: semantics.fontSize.textSm,
|
|
33
33
|
fontWeight: semantics.fontWeight.body.base,
|
|
34
|
-
hoverBackgroundColor: semantics.color.
|
|
34
|
+
hoverBackgroundColor: semantics.color.institutional.globalNavLinkHover,
|
|
35
35
|
lineHeight: semantics.lineHeight.paragraph.base,
|
|
36
36
|
linkTextDecoration: "none",
|
|
37
37
|
selectedBackgroundColor: semantics.color.background.base,
|
|
38
|
-
selectedFontColor: semantics.color.
|
|
38
|
+
selectedFontColor: semantics.color.institutional.brandGlobalNavMenuItemTextColorActive,
|
|
39
39
|
innerFocusOutlineColor: semantics.color.stroke.interactive.focusRing.onColor,
|
|
40
40
|
selectedInnerFocusOutlineColor: semantics.color.stroke.interactive.focusRing.base,
|
|
41
41
|
outerFocusOutlineColor: semantics.color.stroke.base,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const table = {
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
|
-
color: semantics.color.
|
|
27
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
28
28
|
fontFamily: semantics.fontFamily.base,
|
|
29
29
|
fontSize: semantics.fontSize.textBase,
|
|
30
30
|
fontWeight: semantics.fontWeight.body.base
|
|
@@ -26,7 +26,7 @@ const tableRow = {
|
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
27
|
color: semantics.color.text.base,
|
|
28
28
|
borderColor: semantics.color.stroke.base,
|
|
29
|
-
hoverBorderColor: semantics.color.
|
|
29
|
+
hoverBorderColor: semantics.color.institutional.brandPrimary,
|
|
30
30
|
fontFamily: semantics.fontFamily.base,
|
|
31
31
|
fontSize: semantics.fontSize.textBase,
|
|
32
32
|
fontWeight: semantics.fontWeight.body.base,
|
|
@@ -25,7 +25,7 @@ import semantics from "../semantics.js";
|
|
|
25
25
|
const tabsPanel = {
|
|
26
26
|
background: semantics.color.background.base,
|
|
27
27
|
borderColor: semantics.color.stroke.base,
|
|
28
|
-
textColor: semantics.color.
|
|
28
|
+
textColor: semantics.color.institutional.brandFontColorDark,
|
|
29
29
|
borderWidth: semantics.borderWidth.sm,
|
|
30
30
|
defaultOverflowY: "auto",
|
|
31
31
|
fontFamily: semantics.fontFamily.base,
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const tabsTab = {
|
|
26
|
-
defaultTextColor: semantics.color.
|
|
26
|
+
defaultTextColor: semantics.color.institutional.brandFontColorDark,
|
|
27
27
|
defaultHoverBorderColor: semantics.color.stroke.base,
|
|
28
|
-
defaultSelectedBorderColor: semantics.color.
|
|
28
|
+
defaultSelectedBorderColor: semantics.color.institutional.brandPrimary,
|
|
29
29
|
fontFamily: semantics.fontFamily.base,
|
|
30
30
|
fontSize: semantics.fontSize.textBase,
|
|
31
31
|
fontWeight: semantics.fontWeight.body.base,
|
|
32
32
|
lineHeight: semantics.lineHeight.standalone.base,
|
|
33
|
-
secondaryTextColor: semantics.color.
|
|
33
|
+
secondaryTextColor: semantics.color.institutional.brandFontColorDark,
|
|
34
34
|
secondarySelectedTextColor: semantics.color.text.base,
|
|
35
35
|
secondarySelectedBackground: semantics.color.background.base,
|
|
36
36
|
secondarySelectedBorderColor: semantics.color.stroke.base,
|
|
@@ -31,7 +31,7 @@ const tag = {
|
|
|
31
31
|
inlineBorderStyle: "solid",
|
|
32
32
|
defaultBorderWidth: semantics.borderWidth.sm,
|
|
33
33
|
inlineBorderWidth: semantics.borderWidth.sm,
|
|
34
|
-
defaultColor: semantics.color.
|
|
34
|
+
defaultColor: semantics.color.institutional.brandFontColorDark,
|
|
35
35
|
inlineColor: semantics.color.text.base,
|
|
36
36
|
fontFamily: semantics.fontFamily.base,
|
|
37
37
|
fontSizeLarge: semantics.fontSize.textBase,
|
|
@@ -47,9 +47,9 @@ const text = {
|
|
|
47
47
|
letterSpacingNormal: "0rem",
|
|
48
48
|
aiBackgroundColor: semantics.color.background.aiText,
|
|
49
49
|
aiColor: semantics.color.text.aiColor,
|
|
50
|
-
primaryColor: semantics.color.
|
|
50
|
+
primaryColor: semantics.color.institutional.brandPrimary,
|
|
51
51
|
errorColor: semantics.color.text.error,
|
|
52
|
-
baseColor: semantics.color.
|
|
52
|
+
baseColor: semantics.color.institutional.brandFontColorDark,
|
|
53
53
|
baseOnColor: semantics.color.text.onColor,
|
|
54
54
|
inverseColor: semantics.color.text.inverse,
|
|
55
55
|
mutedColor: semantics.color.text.muted,
|
|
@@ -35,8 +35,8 @@ const textArea = {
|
|
|
35
35
|
successBorderColor: semantics.color.stroke.interactive.action.success.secondary.base,
|
|
36
36
|
borderRadius: semantics.borderRadius.interactive.base,
|
|
37
37
|
borderWidth: semantics.borderWidth.interactive.base,
|
|
38
|
-
textColor: semantics.color.
|
|
39
|
-
textReadonlyColor: semantics.color.
|
|
38
|
+
textColor: semantics.color.institutional.brandFontColorDark,
|
|
39
|
+
textReadonlyColor: semantics.color.institutional.brandFontColorDark,
|
|
40
40
|
textDisabledColor: semantics.color.text.interactive.input.disabled,
|
|
41
41
|
placeholderColor: semantics.color.text.interactive.input.placeholder,
|
|
42
42
|
placeholderHoverColor: semantics.color.text.interactive.input.hover,
|
|
@@ -35,8 +35,8 @@ const textInput = {
|
|
|
35
35
|
successBorderColor: semantics.color.stroke.interactive.input.base,
|
|
36
36
|
borderRadius: semantics.borderRadius.interactive.base,
|
|
37
37
|
borderWidth: semantics.borderWidth.interactive.base,
|
|
38
|
-
textColor: semantics.color.
|
|
39
|
-
textReadonlyColor: semantics.color.
|
|
38
|
+
textColor: semantics.color.institutional.brandFontColorDark,
|
|
39
|
+
textReadonlyColor: semantics.color.institutional.brandFontColorDark,
|
|
40
40
|
textDisabledColor: semantics.color.text.interactive.input.disabled,
|
|
41
41
|
placeholderColor: semantics.color.text.interactive.input.placeholder,
|
|
42
42
|
placeholderHoverColor: semantics.color.text.interactive.input.placeholder,
|
|
@@ -44,8 +44,8 @@ const toggle = {
|
|
|
44
44
|
checkedBackgroundHoverColor: semantics.color.background.success,
|
|
45
45
|
checkedBackgroundDisabledColor: semantics.color.background.success,
|
|
46
46
|
checkedBackgroundReadonlyColor: semantics.color.background.success,
|
|
47
|
-
labelColor: semantics.color.
|
|
48
|
-
labelDisabledColor: semantics.color.
|
|
47
|
+
labelColor: semantics.color.institutional.brandFontColorDark,
|
|
48
|
+
labelDisabledColor: semantics.color.institutional.brandFontColorDark,
|
|
49
49
|
uncheckedIconBorderColor: semantics.color.stroke.strong,
|
|
50
50
|
uncheckedIconErrorBorderColor: semantics.color.stroke.strong,
|
|
51
51
|
uncheckedIconBorderHoverColor: semantics.color.stroke.strong,
|
|
@@ -30,7 +30,7 @@ const toggleDetails = {
|
|
|
30
30
|
fontWeight: semantics.fontWeight.body.base,
|
|
31
31
|
iconMargin: "0.375rem",
|
|
32
32
|
lineHeight: semantics.lineHeight.paragraph.base,
|
|
33
|
-
textColor: semantics.color.
|
|
33
|
+
textColor: semantics.color.institutional.brandFontColorDark,
|
|
34
34
|
toggleBorderRadius: semantics.borderRadius.interactive.base,
|
|
35
35
|
toggleBorderStyle: "solid",
|
|
36
36
|
toggleBorderWidth: semantics.borderWidth.md,
|
|
@@ -26,8 +26,6 @@ const topNavBarItem = {
|
|
|
26
26
|
fontSize: semantics.fontSize.textBase,
|
|
27
27
|
fontFamily: semantics.fontFamily.base,
|
|
28
28
|
fontWeight: semantics.fontWeight.body.base,
|
|
29
|
-
color: semantics.color.text.base,
|
|
30
|
-
colorInverse: semantics.color.text.inverse,
|
|
31
29
|
itemInlinePadding: semantics.spacing.spaceSm,
|
|
32
30
|
itemSpacing: semantics.spacing.spaceSm,
|
|
33
31
|
iconTextGap: semantics.spacing.spaceSm,
|
|
@@ -35,6 +33,8 @@ const topNavBarItem = {
|
|
|
35
33
|
activeItemIndicatorSpacing: semantics.spacing.spaceXs,
|
|
36
34
|
activeIndicatorColor: semantics.color.text.inverse,
|
|
37
35
|
activeIndicatorColorInverse: semantics.color.text.base,
|
|
38
|
-
activeIndicatorWidth: semantics.borderWidth.md
|
|
36
|
+
activeIndicatorWidth: semantics.borderWidth.md,
|
|
37
|
+
color: "inherit",
|
|
38
|
+
colorInverse: "inherit"
|
|
39
39
|
};
|
|
40
40
|
export default topNavBarItem;
|
|
@@ -33,7 +33,7 @@ const treeBrowserTreeButton = {
|
|
|
33
33
|
descriptorFontSizeMedium: semantics.fontSize.textXs,
|
|
34
34
|
descriptorFontSizeSmall: semantics.fontSize.textXs,
|
|
35
35
|
descriptorMarginTop: semantics.spacing.space2xs,
|
|
36
|
-
descriptorTextColor: semantics.color.
|
|
36
|
+
descriptorTextColor: semantics.color.institutional.brandFontColorDark,
|
|
37
37
|
hoverBackgroundColor: semantics.color.background.brand,
|
|
38
38
|
hoverTextColor: semantics.color.text.onColor,
|
|
39
39
|
nameFontSizeLarge: semantics.fontSize.textBase,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import semantics from "../semantics.js";
|
|
25
25
|
const view = {
|
|
26
26
|
fontFamily: semantics.fontFamily.base,
|
|
27
|
-
color: semantics.color.
|
|
27
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
28
28
|
colorPrimaryInverse: semantics.color.text.onColor,
|
|
29
29
|
borderColorPrimary: semantics.color.stroke.muted,
|
|
30
30
|
borderColorSecondary: semantics.color.stroke.base,
|
|
@@ -505,7 +505,18 @@ const semantics = {
|
|
|
505
505
|
"shadowColor1": "rgba(0,0,0,0.1)",
|
|
506
506
|
"shadowColor2": "rgba(0,0,0,0.2)"
|
|
507
507
|
},
|
|
508
|
-
"transparentColor": primitives.color.transparent
|
|
508
|
+
"transparentColor": primitives.color.transparent,
|
|
509
|
+
"institutional": {
|
|
510
|
+
"brandPrimary": primitives.color.blue.blue100,
|
|
511
|
+
"brandFontColorDark": primitives.color.grey.grey170,
|
|
512
|
+
"linkColor": primitives.color.blue.blue100,
|
|
513
|
+
"brandButtonPrimaryBgd": primitives.color.blue.blue100,
|
|
514
|
+
"brandButtonPrimaryText": primitives.color.white,
|
|
515
|
+
"brandGlobalNavBgd": primitives.color.grey.grey150,
|
|
516
|
+
"globalNavLinkHover": primitives.color.grey.grey170,
|
|
517
|
+
"brandGlobalNavMenuItemTextColor": primitives.color.white,
|
|
518
|
+
"brandGlobalNavMenuItemTextColorActive": primitives.color.blue.blue100
|
|
519
|
+
}
|
|
509
520
|
},
|
|
510
521
|
"dropShadow": {
|
|
511
522
|
"x": {
|
|
@@ -29,7 +29,7 @@ const alert = {
|
|
|
29
29
|
borderWidth: semantics.borderWidth.md,
|
|
30
30
|
closeButtonMarginRight: "0.5rem",
|
|
31
31
|
closeButtonMarginTop: "0.5rem",
|
|
32
|
-
color: semantics.color.
|
|
32
|
+
color: semantics.color.institutional.brandFontColorDark,
|
|
33
33
|
contentFontFamily: semantics.fontFamily.base,
|
|
34
34
|
contentFontSize: semantics.fontSize.textBase,
|
|
35
35
|
contentFontWeight: semantics.fontWeight.body.base,
|
|
@@ -29,7 +29,7 @@ const badge = {
|
|
|
29
29
|
colorInverse: semantics.color.text.dark,
|
|
30
30
|
colorDanger: semantics.color.background.error,
|
|
31
31
|
colorSuccess: semantics.color.background.success,
|
|
32
|
-
colorPrimary: semantics.color.
|
|
32
|
+
colorPrimary: semantics.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantics.fontSize.textSm,
|
|
34
34
|
fontWeight: semantics.fontWeight.body.strong,
|
|
35
35
|
sizeNotification: "0.75rem",
|
|
@@ -26,9 +26,9 @@ const baseButton = {
|
|
|
26
26
|
primaryActiveBackground: semantics.color.background.interactive.action.primary.active,
|
|
27
27
|
primaryActiveBorderColor: semantics.color.stroke.interactive.action.primary.active,
|
|
28
28
|
primaryActiveTextColor: semantics.color.text.interactive.action.primary.active,
|
|
29
|
-
primaryBackground: semantics.color.
|
|
30
|
-
primaryBorderColor: semantics.color.
|
|
31
|
-
primaryColor: semantics.color.
|
|
29
|
+
primaryBackground: semantics.color.institutional.brandButtonPrimaryBgd,
|
|
30
|
+
primaryBorderColor: semantics.color.institutional.brandButtonPrimaryBgd,
|
|
31
|
+
primaryColor: semantics.color.institutional.brandButtonPrimaryText,
|
|
32
32
|
primaryDisabledBackgroundColor: semantics.color.background.interactive.action.primary.disabled,
|
|
33
33
|
primaryDisabledBorderColor: semantics.color.stroke.interactive.action.primary.disabled,
|
|
34
34
|
primaryDisabledTextColor: semantics.color.text.interactive.action.primary.disabled,
|
|
@@ -35,7 +35,7 @@ const billboard = {
|
|
|
35
35
|
buttonHoverBorderStyle: "dashed",
|
|
36
36
|
buttonBorderRadius: "0.5rem",
|
|
37
37
|
messageColor: semantics.color.text.interactive.navigation.primary.base,
|
|
38
|
-
messageColorClickable: semantics.color.
|
|
38
|
+
messageColorClickable: semantics.color.institutional.linkColor,
|
|
39
39
|
clickableActiveBg: semantics.color.background.interactive.action.primary.active,
|
|
40
40
|
clickableActiveText: semantics.color.text.onColor,
|
|
41
41
|
messageFontSizeSmall: semantics.fontSize.textSm,
|