@instructure/ui-themes 11.7.4-snapshot-98 → 11.7.4-snapshot-101
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/newThemeTokens/dark/components/alert.js +1 -1
- package/es/themes/newThemeTokens/dark/components/badge.js +1 -1
- package/es/themes/newThemeTokens/dark/components/baseButton.js +127 -29
- package/es/themes/newThemeTokens/dark/components/billboard.js +1 -1
- package/es/themes/newThemeTokens/dark/components/byline.js +1 -1
- package/es/themes/newThemeTokens/dark/components/calendar.js +1 -1
- package/es/themes/newThemeTokens/dark/components/calendarDay.js +1 -1
- package/es/themes/newThemeTokens/dark/components/checkbox.js +5 -5
- package/es/themes/newThemeTokens/dark/components/fileDrop.js +1 -1
- package/es/themes/newThemeTokens/dark/components/formFieldLayout.js +1 -2
- package/es/themes/newThemeTokens/dark/components/formFieldMessage.js +1 -1
- package/es/themes/newThemeTokens/dark/components/gridCol.js +0 -3
- package/es/themes/newThemeTokens/dark/components/gridRow.js +0 -3
- package/es/themes/newThemeTokens/dark/components/heading.js +1 -1
- package/es/themes/newThemeTokens/dark/components/icon.js +9 -9
- package/es/themes/newThemeTokens/dark/components/inlineListItem.js +1 -1
- package/es/themes/newThemeTokens/dark/components/link.js +1 -1
- package/es/themes/newThemeTokens/dark/components/listItem.js +1 -1
- package/es/themes/newThemeTokens/dark/components/menuGroup.js +1 -1
- package/es/themes/newThemeTokens/dark/components/menuItem.js +2 -2
- package/es/themes/newThemeTokens/dark/components/metric.js +2 -2
- package/es/themes/newThemeTokens/dark/components/optionsItem.js +1 -1
- package/es/themes/newThemeTokens/dark/components/progressCircle.js +2 -2
- package/es/themes/newThemeTokens/dark/components/radioInput.js +3 -3
- package/es/themes/newThemeTokens/dark/components/rangeInput.js +5 -5
- package/es/themes/newThemeTokens/dark/components/sideNavBar.js +2 -2
- package/es/themes/newThemeTokens/dark/components/sideNavBarItem.js +6 -6
- package/es/themes/newThemeTokens/dark/components/table.js +1 -1
- package/es/themes/newThemeTokens/dark/components/tableRow.js +1 -1
- package/es/themes/newThemeTokens/dark/components/tabsPanel.js +1 -1
- package/es/themes/newThemeTokens/dark/components/tabsTab.js +3 -3
- package/es/themes/newThemeTokens/dark/components/tag.js +1 -1
- package/es/themes/newThemeTokens/dark/components/text.js +2 -2
- package/es/themes/newThemeTokens/dark/components/textArea.js +2 -2
- package/es/themes/newThemeTokens/dark/components/textInput.js +36 -8
- package/es/themes/newThemeTokens/dark/components/toggle.js +1 -1
- package/es/themes/newThemeTokens/dark/components/toggleDetails.js +1 -1
- package/es/themes/newThemeTokens/dark/components/treeBrowserTreeButton.js +1 -1
- package/es/themes/newThemeTokens/dark/components/view.js +1 -1
- package/es/themes/newThemeTokens/dark/index.js +0 -2
- package/es/themes/newThemeTokens/dark/semantics.js +8 -1
- package/es/themes/newThemeTokens/legacyCanvas/components/baseButton.js +16 -16
- package/es/themes/newThemeTokens/legacyCanvas/components/formFieldLayout.js +1 -2
- package/es/themes/newThemeTokens/legacyCanvas/components/gridCol.js +0 -3
- package/es/themes/newThemeTokens/legacyCanvas/components/gridRow.js +0 -3
- package/es/themes/newThemeTokens/legacyCanvas/components/icon.js +1 -1
- package/es/themes/newThemeTokens/legacyCanvas/components/textInput.js +50 -8
- package/es/themes/newThemeTokens/legacyCanvas/index.js +0 -2
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/baseButton.js +16 -16
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/formFieldLayout.js +1 -2
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/gridCol.js +0 -3
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/gridRow.js +0 -3
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/icon.js +1 -1
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/textInput.js +50 -8
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/index.js +0 -2
- package/es/themes/newThemeTokens/light/components/alert.js +1 -1
- package/es/themes/newThemeTokens/light/components/badge.js +1 -1
- package/es/themes/newThemeTokens/light/components/baseButton.js +127 -29
- package/es/themes/newThemeTokens/light/components/billboard.js +1 -1
- package/es/themes/newThemeTokens/light/components/byline.js +1 -1
- package/es/themes/newThemeTokens/light/components/calendar.js +1 -1
- package/es/themes/newThemeTokens/light/components/calendarDay.js +1 -1
- package/es/themes/newThemeTokens/light/components/checkbox.js +5 -5
- package/es/themes/newThemeTokens/light/components/fileDrop.js +1 -1
- package/es/themes/newThemeTokens/light/components/formFieldLayout.js +1 -2
- package/es/themes/newThemeTokens/light/components/formFieldMessage.js +1 -1
- package/es/themes/newThemeTokens/light/components/gridCol.js +0 -3
- package/es/themes/newThemeTokens/light/components/gridRow.js +0 -3
- package/es/themes/newThemeTokens/light/components/heading.js +1 -1
- package/es/themes/newThemeTokens/light/components/icon.js +9 -9
- package/es/themes/newThemeTokens/light/components/inlineListItem.js +1 -1
- package/es/themes/newThemeTokens/light/components/link.js +1 -1
- package/es/themes/newThemeTokens/light/components/listItem.js +1 -1
- package/es/themes/newThemeTokens/light/components/menuGroup.js +1 -1
- package/es/themes/newThemeTokens/light/components/menuItem.js +2 -2
- package/es/themes/newThemeTokens/light/components/metric.js +2 -2
- package/es/themes/newThemeTokens/light/components/optionsItem.js +1 -1
- package/es/themes/newThemeTokens/light/components/progressCircle.js +2 -2
- package/es/themes/newThemeTokens/light/components/radioInput.js +3 -3
- package/es/themes/newThemeTokens/light/components/rangeInput.js +5 -5
- package/es/themes/newThemeTokens/light/components/sideNavBar.js +2 -2
- package/es/themes/newThemeTokens/light/components/sideNavBarItem.js +6 -6
- package/es/themes/newThemeTokens/light/components/table.js +1 -1
- package/es/themes/newThemeTokens/light/components/tableRow.js +1 -1
- package/es/themes/newThemeTokens/light/components/tabsPanel.js +1 -1
- package/es/themes/newThemeTokens/light/components/tabsTab.js +3 -3
- package/es/themes/newThemeTokens/light/components/tag.js +1 -1
- package/es/themes/newThemeTokens/light/components/text.js +2 -2
- package/es/themes/newThemeTokens/light/components/textArea.js +2 -2
- package/es/themes/newThemeTokens/light/components/textInput.js +36 -8
- package/es/themes/newThemeTokens/light/components/toggle.js +1 -1
- package/es/themes/newThemeTokens/light/components/toggleDetails.js +1 -1
- package/es/themes/newThemeTokens/light/components/treeBrowserTreeButton.js +1 -1
- package/es/themes/newThemeTokens/light/components/view.js +1 -1
- package/es/themes/newThemeTokens/light/index.js +0 -2
- package/es/themes/newThemeTokens/light/semantics.js +8 -1
- package/lib/themes/newThemeTokens/dark/components/alert.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/badge.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/baseButton.js +127 -29
- package/lib/themes/newThemeTokens/dark/components/billboard.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/byline.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/calendar.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/calendarDay.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/checkbox.js +5 -5
- package/lib/themes/newThemeTokens/dark/components/fileDrop.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/formFieldLayout.js +1 -2
- package/lib/themes/newThemeTokens/dark/components/formFieldMessage.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/gridCol.js +0 -3
- package/lib/themes/newThemeTokens/dark/components/gridRow.js +0 -3
- package/lib/themes/newThemeTokens/dark/components/heading.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/icon.js +9 -9
- package/lib/themes/newThemeTokens/dark/components/inlineListItem.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/link.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/listItem.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/menuGroup.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/menuItem.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/metric.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/optionsItem.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/progressCircle.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/radioInput.js +3 -3
- package/lib/themes/newThemeTokens/dark/components/rangeInput.js +5 -5
- package/lib/themes/newThemeTokens/dark/components/sideNavBar.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/sideNavBarItem.js +6 -6
- package/lib/themes/newThemeTokens/dark/components/table.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/tableRow.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/tabsPanel.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/tabsTab.js +3 -3
- package/lib/themes/newThemeTokens/dark/components/tag.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/text.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/textArea.js +2 -2
- package/lib/themes/newThemeTokens/dark/components/textInput.js +36 -8
- package/lib/themes/newThemeTokens/dark/components/toggle.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/toggleDetails.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/treeBrowserTreeButton.js +1 -1
- package/lib/themes/newThemeTokens/dark/components/view.js +1 -1
- package/lib/themes/newThemeTokens/dark/index.js +0 -2
- package/lib/themes/newThemeTokens/dark/semantics.js +8 -1
- package/lib/themes/newThemeTokens/legacyCanvas/components/baseButton.js +16 -16
- package/lib/themes/newThemeTokens/legacyCanvas/components/formFieldLayout.js +1 -2
- package/lib/themes/newThemeTokens/legacyCanvas/components/gridCol.js +0 -3
- package/lib/themes/newThemeTokens/legacyCanvas/components/gridRow.js +0 -3
- package/lib/themes/newThemeTokens/legacyCanvas/components/icon.js +1 -1
- package/lib/themes/newThemeTokens/legacyCanvas/components/textInput.js +50 -8
- package/lib/themes/newThemeTokens/legacyCanvas/index.js +0 -2
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/baseButton.js +16 -16
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/formFieldLayout.js +1 -2
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/gridCol.js +0 -3
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/gridRow.js +0 -3
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/icon.js +1 -1
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/textInput.js +50 -8
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/index.js +0 -2
- package/lib/themes/newThemeTokens/light/components/alert.js +1 -1
- package/lib/themes/newThemeTokens/light/components/badge.js +1 -1
- package/lib/themes/newThemeTokens/light/components/baseButton.js +127 -29
- package/lib/themes/newThemeTokens/light/components/billboard.js +1 -1
- package/lib/themes/newThemeTokens/light/components/byline.js +1 -1
- package/lib/themes/newThemeTokens/light/components/calendar.js +1 -1
- package/lib/themes/newThemeTokens/light/components/calendarDay.js +1 -1
- package/lib/themes/newThemeTokens/light/components/checkbox.js +5 -5
- package/lib/themes/newThemeTokens/light/components/fileDrop.js +1 -1
- package/lib/themes/newThemeTokens/light/components/formFieldLayout.js +1 -2
- package/lib/themes/newThemeTokens/light/components/formFieldMessage.js +1 -1
- package/lib/themes/newThemeTokens/light/components/gridCol.js +0 -3
- package/lib/themes/newThemeTokens/light/components/gridRow.js +0 -3
- package/lib/themes/newThemeTokens/light/components/heading.js +1 -1
- package/lib/themes/newThemeTokens/light/components/icon.js +9 -9
- package/lib/themes/newThemeTokens/light/components/inlineListItem.js +1 -1
- package/lib/themes/newThemeTokens/light/components/link.js +1 -1
- package/lib/themes/newThemeTokens/light/components/listItem.js +1 -1
- package/lib/themes/newThemeTokens/light/components/menuGroup.js +1 -1
- package/lib/themes/newThemeTokens/light/components/menuItem.js +2 -2
- package/lib/themes/newThemeTokens/light/components/metric.js +2 -2
- package/lib/themes/newThemeTokens/light/components/optionsItem.js +1 -1
- package/lib/themes/newThemeTokens/light/components/progressCircle.js +2 -2
- package/lib/themes/newThemeTokens/light/components/radioInput.js +3 -3
- package/lib/themes/newThemeTokens/light/components/rangeInput.js +5 -5
- package/lib/themes/newThemeTokens/light/components/sideNavBar.js +2 -2
- package/lib/themes/newThemeTokens/light/components/sideNavBarItem.js +6 -6
- package/lib/themes/newThemeTokens/light/components/table.js +1 -1
- package/lib/themes/newThemeTokens/light/components/tableRow.js +1 -1
- package/lib/themes/newThemeTokens/light/components/tabsPanel.js +1 -1
- package/lib/themes/newThemeTokens/light/components/tabsTab.js +3 -3
- package/lib/themes/newThemeTokens/light/components/tag.js +1 -1
- package/lib/themes/newThemeTokens/light/components/text.js +2 -2
- package/lib/themes/newThemeTokens/light/components/textArea.js +2 -2
- package/lib/themes/newThemeTokens/light/components/textInput.js +36 -8
- package/lib/themes/newThemeTokens/light/components/toggle.js +1 -1
- package/lib/themes/newThemeTokens/light/components/toggleDetails.js +1 -1
- package/lib/themes/newThemeTokens/light/components/treeBrowserTreeButton.js +1 -1
- package/lib/themes/newThemeTokens/light/components/view.js +1 -1
- package/lib/themes/newThemeTokens/light/index.js +0 -2
- package/lib/themes/newThemeTokens/light/semantics.js +8 -1
- package/package.json +3 -3
- package/src/themes/newThemeTokens/componentTypes/formFieldLayout.ts +0 -1
- package/src/themes/newThemeTokens/componentTypes/gridCol.ts +1 -8
- package/src/themes/newThemeTokens/componentTypes/gridRow.ts +1 -8
- package/src/themes/newThemeTokens/componentTypes/index.ts +0 -2
- package/src/themes/newThemeTokens/componentTypes/sideNavBarItem.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/alert.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/badge.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/baseButton.ts +71 -29
- package/src/themes/newThemeTokens/dark/components/billboard.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/byline.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/calendar.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/calendarDay.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/checkbox.ts +5 -5
- package/src/themes/newThemeTokens/dark/components/fileDrop.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/formFieldLayout.ts +1 -2
- package/src/themes/newThemeTokens/dark/components/formFieldMessage.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/gridCol.ts +0 -3
- package/src/themes/newThemeTokens/dark/components/gridRow.ts +0 -3
- package/src/themes/newThemeTokens/dark/components/heading.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/icon.ts +9 -9
- package/src/themes/newThemeTokens/dark/components/inlineListItem.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/link.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/listItem.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/menuGroup.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/menuItem.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/metric.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/optionsItem.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/progressCircle.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/radioInput.ts +3 -3
- package/src/themes/newThemeTokens/dark/components/rangeInput.ts +5 -5
- package/src/themes/newThemeTokens/dark/components/sideNavBar.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/sideNavBarItem.ts +6 -6
- package/src/themes/newThemeTokens/dark/components/table.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/tableRow.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/tabsPanel.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/tabsTab.ts +3 -3
- package/src/themes/newThemeTokens/dark/components/tag.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/text.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/textArea.ts +2 -2
- package/src/themes/newThemeTokens/dark/components/textInput.ts +20 -8
- package/src/themes/newThemeTokens/dark/components/toggle.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/toggleDetails.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/treeBrowserTreeButton.ts +1 -1
- package/src/themes/newThemeTokens/dark/components/view.ts +1 -1
- package/src/themes/newThemeTokens/dark/index.ts +0 -2
- package/src/themes/newThemeTokens/dark/semantics.ts +8 -2
- package/src/themes/newThemeTokens/legacyCanvas/components/baseButton.ts +12 -12
- package/src/themes/newThemeTokens/legacyCanvas/components/formFieldLayout.ts +0 -1
- package/src/themes/newThemeTokens/legacyCanvas/components/gridCol.ts +0 -3
- package/src/themes/newThemeTokens/legacyCanvas/components/gridRow.ts +0 -3
- package/src/themes/newThemeTokens/legacyCanvas/components/icon.ts +1 -1
- package/src/themes/newThemeTokens/legacyCanvas/components/textInput.ts +26 -8
- package/src/themes/newThemeTokens/legacyCanvas/index.ts +0 -2
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/baseButton.ts +12 -12
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/formFieldLayout.ts +0 -1
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/gridCol.ts +0 -3
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/gridRow.ts +0 -3
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/icon.ts +1 -1
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/textInput.ts +26 -8
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/index.ts +0 -2
- package/src/themes/newThemeTokens/light/components/alert.ts +1 -1
- package/src/themes/newThemeTokens/light/components/badge.ts +1 -1
- package/src/themes/newThemeTokens/light/components/baseButton.ts +71 -29
- package/src/themes/newThemeTokens/light/components/billboard.ts +1 -1
- package/src/themes/newThemeTokens/light/components/byline.ts +1 -1
- package/src/themes/newThemeTokens/light/components/calendar.ts +1 -1
- package/src/themes/newThemeTokens/light/components/calendarDay.ts +1 -1
- package/src/themes/newThemeTokens/light/components/checkbox.ts +5 -5
- package/src/themes/newThemeTokens/light/components/fileDrop.ts +1 -1
- package/src/themes/newThemeTokens/light/components/formFieldLayout.ts +1 -2
- package/src/themes/newThemeTokens/light/components/formFieldMessage.ts +1 -1
- package/src/themes/newThemeTokens/light/components/gridCol.ts +0 -3
- package/src/themes/newThemeTokens/light/components/gridRow.ts +0 -3
- package/src/themes/newThemeTokens/light/components/heading.ts +1 -1
- package/src/themes/newThemeTokens/light/components/icon.ts +9 -9
- package/src/themes/newThemeTokens/light/components/inlineListItem.ts +1 -1
- package/src/themes/newThemeTokens/light/components/link.ts +1 -1
- package/src/themes/newThemeTokens/light/components/listItem.ts +1 -1
- package/src/themes/newThemeTokens/light/components/menuGroup.ts +1 -1
- package/src/themes/newThemeTokens/light/components/menuItem.ts +2 -2
- package/src/themes/newThemeTokens/light/components/metric.ts +2 -2
- package/src/themes/newThemeTokens/light/components/optionsItem.ts +1 -1
- package/src/themes/newThemeTokens/light/components/progressCircle.ts +2 -2
- package/src/themes/newThemeTokens/light/components/radioInput.ts +3 -3
- package/src/themes/newThemeTokens/light/components/rangeInput.ts +5 -5
- package/src/themes/newThemeTokens/light/components/sideNavBar.ts +2 -2
- package/src/themes/newThemeTokens/light/components/sideNavBarItem.ts +6 -6
- package/src/themes/newThemeTokens/light/components/table.ts +1 -1
- package/src/themes/newThemeTokens/light/components/tableRow.ts +1 -1
- package/src/themes/newThemeTokens/light/components/tabsPanel.ts +1 -1
- package/src/themes/newThemeTokens/light/components/tabsTab.ts +3 -3
- package/src/themes/newThemeTokens/light/components/tag.ts +1 -1
- package/src/themes/newThemeTokens/light/components/text.ts +2 -2
- package/src/themes/newThemeTokens/light/components/textArea.ts +2 -2
- package/src/themes/newThemeTokens/light/components/textInput.ts +20 -8
- package/src/themes/newThemeTokens/light/components/toggle.ts +1 -1
- package/src/themes/newThemeTokens/light/components/toggleDetails.ts +1 -1
- package/src/themes/newThemeTokens/light/components/treeBrowserTreeButton.ts +1 -1
- package/src/themes/newThemeTokens/light/components/view.ts +1 -1
- package/src/themes/newThemeTokens/light/index.ts +0 -2
- package/src/themes/newThemeTokens/light/semantics.ts +8 -2
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemeTokens/componentTypes/formFieldLayout.d.ts +0 -1
- package/types/themes/newThemeTokens/componentTypes/formFieldLayout.d.ts.map +1 -1
- package/types/themes/newThemeTokens/componentTypes/gridCol.d.ts +0 -3
- package/types/themes/newThemeTokens/componentTypes/gridCol.d.ts.map +1 -1
- package/types/themes/newThemeTokens/componentTypes/gridRow.d.ts +0 -3
- package/types/themes/newThemeTokens/componentTypes/gridRow.d.ts.map +1 -1
- package/types/themes/newThemeTokens/componentTypes/index.d.ts +0 -2
- package/types/themes/newThemeTokens/componentTypes/index.d.ts.map +1 -1
- package/types/themes/newThemeTokens/componentTypes/sideNavBarItem.d.ts +1 -1
- package/types/themes/newThemeTokens/componentTypes/sideNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/components/baseButton.d.ts +163 -16
- package/types/themes/newThemeTokens/dark/components/baseButton.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/components/formFieldLayout.d.ts +0 -1
- package/types/themes/newThemeTokens/dark/components/formFieldLayout.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/components/gridCol.d.ts +0 -3
- package/types/themes/newThemeTokens/dark/components/gridCol.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/components/gridRow.d.ts +0 -3
- package/types/themes/newThemeTokens/dark/components/gridRow.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/components/sideNavBarItem.d.ts +1 -1
- package/types/themes/newThemeTokens/dark/components/textInput.d.ts +69 -6
- package/types/themes/newThemeTokens/dark/components/textInput.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/index.d.ts.map +1 -1
- package/types/themes/newThemeTokens/dark/semantics.d.ts +8 -1
- package/types/themes/newThemeTokens/dark/semantics.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/baseButton.d.ts +9 -9
- package/types/themes/newThemeTokens/legacyCanvas/components/formFieldLayout.d.ts +0 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/formFieldLayout.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/gridCol.d.ts +0 -3
- package/types/themes/newThemeTokens/legacyCanvas/components/gridCol.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/gridRow.d.ts +0 -3
- package/types/themes/newThemeTokens/legacyCanvas/components/gridRow.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/textInput.d.ts +48 -6
- package/types/themes/newThemeTokens/legacyCanvas/components/textInput.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvas/index.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/baseButton.d.ts +9 -9
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/formFieldLayout.d.ts +0 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/formFieldLayout.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/gridCol.d.ts +0 -3
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/gridCol.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/gridRow.d.ts +0 -3
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/gridRow.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/textInput.d.ts +48 -6
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/textInput.d.ts.map +1 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/index.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/components/baseButton.d.ts +163 -16
- package/types/themes/newThemeTokens/light/components/baseButton.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/components/formFieldLayout.d.ts +0 -1
- package/types/themes/newThemeTokens/light/components/formFieldLayout.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/components/gridCol.d.ts +0 -3
- package/types/themes/newThemeTokens/light/components/gridCol.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/components/gridRow.d.ts +0 -3
- package/types/themes/newThemeTokens/light/components/gridRow.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/components/sideNavBarItem.d.ts +1 -1
- package/types/themes/newThemeTokens/light/components/textInput.d.ts +69 -6
- package/types/themes/newThemeTokens/light/components/textInput.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/index.d.ts.map +1 -1
- package/types/themes/newThemeTokens/light/semantics.d.ts +8 -1
- package/types/themes/newThemeTokens/light/semantics.d.ts.map +1 -1
- package/es/themes/newThemeTokens/componentTypes/grid.js +0 -1
- package/es/themes/newThemeTokens/dark/components/grid.js +0 -30
- package/es/themes/newThemeTokens/legacyCanvas/components/grid.js +0 -30
- package/es/themes/newThemeTokens/legacyCanvasHighContrast/components/grid.js +0 -30
- package/es/themes/newThemeTokens/light/components/grid.js +0 -30
- package/lib/themes/newThemeTokens/componentTypes/grid.js +0 -5
- package/lib/themes/newThemeTokens/dark/components/grid.js +0 -36
- package/lib/themes/newThemeTokens/legacyCanvas/components/grid.js +0 -36
- package/lib/themes/newThemeTokens/legacyCanvasHighContrast/components/grid.js +0 -36
- package/lib/themes/newThemeTokens/light/components/grid.js +0 -36
- package/src/themes/newThemeTokens/componentTypes/grid.ts +0 -27
- package/src/themes/newThemeTokens/dark/components/grid.ts +0 -26
- package/src/themes/newThemeTokens/legacyCanvas/components/grid.ts +0 -26
- package/src/themes/newThemeTokens/legacyCanvasHighContrast/components/grid.ts +0 -26
- package/src/themes/newThemeTokens/light/components/grid.ts +0 -26
- package/types/themes/newThemeTokens/componentTypes/grid.d.ts +0 -7
- package/types/themes/newThemeTokens/componentTypes/grid.d.ts.map +0 -1
- package/types/themes/newThemeTokens/dark/components/grid.d.ts +0 -7
- package/types/themes/newThemeTokens/dark/components/grid.d.ts.map +0 -1
- package/types/themes/newThemeTokens/legacyCanvas/components/grid.d.ts +0 -7
- package/types/themes/newThemeTokens/legacyCanvas/components/grid.d.ts.map +0 -1
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/grid.d.ts +0 -7
- package/types/themes/newThemeTokens/legacyCanvasHighContrast/components/grid.d.ts.map +0 -1
- package/types/themes/newThemeTokens/light/components/grid.d.ts +0 -7
- package/types/themes/newThemeTokens/light/components/grid.d.ts.map +0 -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.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-101](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-101) (2026-07-14)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-themes
|
|
9
9
|
|
|
@@ -29,7 +29,7 @@ const alert = semantic => ({
|
|
|
29
29
|
borderWidth: semantic.borderWidth.md,
|
|
30
30
|
closeButtonMarginRight: "0.5rem",
|
|
31
31
|
closeButtonMarginTop: "0.5rem",
|
|
32
|
-
color: semantic.color.
|
|
32
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
33
33
|
contentFontFamily: semantic.fontFamily.base,
|
|
34
34
|
contentFontSize: semantic.fontSize.textBase,
|
|
35
35
|
contentFontWeight: semantic.fontWeight.body.base,
|
|
@@ -29,7 +29,7 @@ const badge = semantic => ({
|
|
|
29
29
|
colorInverse: semantic.color.text.dark,
|
|
30
30
|
colorDanger: semantic.color.background.error,
|
|
31
31
|
colorSuccess: semantic.color.background.success,
|
|
32
|
-
colorPrimary: semantic.color.
|
|
32
|
+
colorPrimary: semantic.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantic.fontSize.textSm,
|
|
34
34
|
fontWeight: semantic.fontWeight.body.strong,
|
|
35
35
|
sizeNotification: "0.75rem",
|
|
@@ -23,22 +23,71 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const baseButton = semantic => ({
|
|
26
|
-
primaryActiveBackground:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
primaryActiveBackground: {
|
|
27
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
28
|
+
modify: {
|
|
29
|
+
type: "darken",
|
|
30
|
+
value: 0.1,
|
|
31
|
+
space: "hsl"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
primaryActiveBorderColor: {
|
|
35
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
36
|
+
modify: {
|
|
37
|
+
type: "darken",
|
|
38
|
+
value: 0.1,
|
|
39
|
+
space: "hsl"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
primaryActiveTextColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
43
|
+
primaryBackground: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
44
|
+
primaryBorderColor: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
45
|
+
primaryColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
32
46
|
primaryDisabledBackgroundColor: semantic.color.background.interactive.action.primary.disabled,
|
|
33
47
|
primaryDisabledBorderColor: semantic.color.stroke.interactive.action.primary.disabled,
|
|
34
48
|
primaryDisabledTextColor: semantic.color.text.interactive.action.primary.disabled,
|
|
35
|
-
primaryGhostActiveBackground:
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
49
|
+
primaryGhostActiveBackground: {
|
|
50
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
51
|
+
modify: {
|
|
52
|
+
type: "alpha",
|
|
53
|
+
value: 0.1,
|
|
54
|
+
space: "hsl"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
primaryGhostBorderColor: {
|
|
58
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
59
|
+
modify: {
|
|
60
|
+
type: "alpha",
|
|
61
|
+
value: 0.2,
|
|
62
|
+
space: "hsl"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
primaryGhostColor: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
66
|
+
primaryGhostHoverBackground: {
|
|
67
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
68
|
+
modify: {
|
|
69
|
+
type: "alpha",
|
|
70
|
+
value: 0.05,
|
|
71
|
+
space: "hsl"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
primaryHoverBackground: {
|
|
75
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
76
|
+
modify: {
|
|
77
|
+
type: "darken",
|
|
78
|
+
value: 0.1,
|
|
79
|
+
space: "hsl"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
primaryHoverBorderColor: {
|
|
83
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
84
|
+
modify: {
|
|
85
|
+
type: "darken",
|
|
86
|
+
value: 0.1,
|
|
87
|
+
space: "hsl"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
primaryHoverTextColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
42
91
|
primaryInverseActiveBackground: semantic.color.background.interactive.action.primaryOnColor.active,
|
|
43
92
|
primaryInverseBackground: semantic.color.background.interactive.action.primaryOnColor.base,
|
|
44
93
|
primaryInverseBorderColor: semantic.color.stroke.interactive.action.primaryOnColor.base,
|
|
@@ -55,21 +104,56 @@ const baseButton = semantic => ({
|
|
|
55
104
|
primaryOnColorDisabledTextColor: semantic.color.text.interactive.action.primaryOnColor.disabled,
|
|
56
105
|
primaryOnColorHoverBorderColor: semantic.color.stroke.interactive.action.primaryOnColor.hover,
|
|
57
106
|
primaryOnColorHoverTextColor: semantic.color.text.interactive.action.primaryOnColor.hover,
|
|
58
|
-
secondaryActiveBackground:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
107
|
+
secondaryActiveBackground: {
|
|
108
|
+
value: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
109
|
+
modify: {
|
|
110
|
+
type: "darken",
|
|
111
|
+
value: 0.1,
|
|
112
|
+
space: "hsl"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
secondaryActiveBorderColor: {
|
|
116
|
+
value: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
117
|
+
modify: {
|
|
118
|
+
type: "alpha",
|
|
119
|
+
value: 0,
|
|
120
|
+
space: "hsl"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
secondaryActiveTextColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
124
|
+
secondaryBackground: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
125
|
+
secondaryBorderColor: {
|
|
126
|
+
value: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
127
|
+
modify: {
|
|
128
|
+
type: "alpha",
|
|
129
|
+
value: 0,
|
|
130
|
+
space: "hsl"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
secondaryColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
64
134
|
secondaryDisabledBackgroundColor: semantic.color.background.interactive.action.secondary.disabled,
|
|
65
135
|
secondaryDisabledBorderColor: semantic.color.stroke.interactive.action.secondary.disabled,
|
|
66
136
|
secondaryDisabledTextColor: semantic.color.text.interactive.action.secondary.disabled,
|
|
67
|
-
secondaryGhostBorderColor: semantic.color.
|
|
68
|
-
secondaryGhostColor: semantic.color.
|
|
69
|
-
secondaryGhostHoverBackground: semantic.color.
|
|
70
|
-
secondaryHoverBackground:
|
|
71
|
-
|
|
72
|
-
|
|
137
|
+
secondaryGhostBorderColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
138
|
+
secondaryGhostColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
139
|
+
secondaryGhostHoverBackground: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
140
|
+
secondaryHoverBackground: {
|
|
141
|
+
value: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
142
|
+
modify: {
|
|
143
|
+
type: "lighten",
|
|
144
|
+
value: 0.1,
|
|
145
|
+
space: "hsl"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
secondaryHoverBorderColor: {
|
|
149
|
+
value: semantic.color.institutional.brandButtonSecondaryBgd,
|
|
150
|
+
modify: {
|
|
151
|
+
type: "alpha",
|
|
152
|
+
value: 0,
|
|
153
|
+
space: "hsl"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
secondaryHoverTextColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
73
157
|
secondaryOnColorActiveBorderColor: semantic.color.stroke.interactive.action.secondaryOnColor.active,
|
|
74
158
|
secondaryOnColorActiveTextColor: semantic.color.text.interactive.action.secondaryOnColor.active,
|
|
75
159
|
secondaryOnColorDisabledBorderColor: semantic.color.stroke.interactive.action.secondaryOnColor.disabled,
|
|
@@ -168,12 +252,26 @@ const baseButton = semantic => ({
|
|
|
168
252
|
heightXxs: semantic.size.interactive.height.xxs,
|
|
169
253
|
opacityBase: semantic.opacity.base,
|
|
170
254
|
opacityDisabled: semantic.opacity.base,
|
|
171
|
-
tertiaryActiveBorderColor:
|
|
172
|
-
|
|
255
|
+
tertiaryActiveBorderColor: {
|
|
256
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
257
|
+
modify: {
|
|
258
|
+
type: "alpha",
|
|
259
|
+
value: 0.3,
|
|
260
|
+
space: "hsl"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
tertiaryActiveTextColor: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
173
264
|
tertiaryDisabledBorderColor: semantic.color.stroke.interactive.action.tertiary.disabled,
|
|
174
265
|
tertiaryDisabledTextColor: semantic.color.text.interactive.action.tertiary.disabled,
|
|
175
|
-
tertiaryHoverBorderColor:
|
|
176
|
-
|
|
266
|
+
tertiaryHoverBorderColor: {
|
|
267
|
+
value: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
268
|
+
modify: {
|
|
269
|
+
type: "alpha",
|
|
270
|
+
value: 0.2,
|
|
271
|
+
space: "hsl"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
tertiaryHoverTextColor: semantic.color.institutional.brandButtonPrimaryBgd,
|
|
177
275
|
dangerBoxShadow: "none",
|
|
178
276
|
dangerGhostBackground: "transparent",
|
|
179
277
|
dangerGhostBoxShadow: "none",
|
|
@@ -36,7 +36,7 @@ const billboard = semantic => ({
|
|
|
36
36
|
buttonHoverBorderStyle: "dashed",
|
|
37
37
|
buttonBorderRadius: "0.5rem",
|
|
38
38
|
messageColor: semantic.color.text.muted,
|
|
39
|
-
messageColorClickable: semantic.color.
|
|
39
|
+
messageColorClickable: semantic.color.institutional.linkColor,
|
|
40
40
|
clickableActiveText: semantic.color.text.interactive.action.secondary.active,
|
|
41
41
|
messageFontSizeSmall: semantic.fontSize.textSm,
|
|
42
42
|
messageFontSizeMedium: semantic.fontSize.textBase,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
const byline = semantic => ({
|
|
26
26
|
background: semantic.color.transparentColor,
|
|
27
|
-
color: semantic.color.
|
|
27
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
28
28
|
descriptionFontSize: semantic.fontSize.textBase,
|
|
29
29
|
descriptionFontWeight: semantic.fontWeight.body.base,
|
|
30
30
|
descriptionLineHeight: semantic.lineHeight.standalone.base,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
const calendar = semantic => ({
|
|
26
26
|
background: semantic.color.background.elevatedSurface.base,
|
|
27
|
-
color: semantic.color.
|
|
27
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
28
28
|
fontFamily: semantic.fontFamily.base,
|
|
29
29
|
fontSize: semantic.fontSize.textBase,
|
|
30
30
|
fontWeight: semantic.fontWeight.body.strong,
|
|
@@ -29,7 +29,7 @@ const calendarDay = semantic => ({
|
|
|
29
29
|
selectedBackground: semantic.color.background.interactive.action.success.base,
|
|
30
30
|
selectedColor: semantic.color.text.onColor,
|
|
31
31
|
todayColor: semantic.color.text.inverse,
|
|
32
|
-
todayBackground: semantic.color.
|
|
32
|
+
todayBackground: semantic.color.institutional.brandPrimary,
|
|
33
33
|
fontSize: semantic.fontSize.textBase,
|
|
34
34
|
height: semantic.size.interactive.height.sm,
|
|
35
35
|
minWidth: semantic.size.interactive.height.sm,
|
|
@@ -27,7 +27,7 @@ const checkbox = semantic => ({
|
|
|
27
27
|
backgroundHoverColor: semantic.color.background.interactive.input.hover,
|
|
28
28
|
backgroundReadonlyColor: semantic.color.background.interactive.input.readonly,
|
|
29
29
|
backgroundDisabledColor: semantic.color.background.interactive.input.disabled,
|
|
30
|
-
backgroundCheckedColor: semantic.color.
|
|
30
|
+
backgroundCheckedColor: semantic.color.institutional.brandFontColorDark,
|
|
31
31
|
borderColor: semantic.color.stroke.interactive.input.base,
|
|
32
32
|
borderHoverColor: semantic.color.stroke.interactive.input.hover,
|
|
33
33
|
borderReadonlyColor: semantic.color.stroke.interactive.input.readonly,
|
|
@@ -35,7 +35,7 @@ const checkbox = semantic => ({
|
|
|
35
35
|
errorBorderColor: semantic.color.stroke.interactive.action.destructive.secondary.base,
|
|
36
36
|
errorBorderHoverColor: semantic.color.stroke.interactive.action.destructive.secondary.hover,
|
|
37
37
|
asteriskColor: semantic.color.text.error,
|
|
38
|
-
borderCheckedColor: semantic.color.
|
|
38
|
+
borderCheckedColor: semantic.color.institutional.brandFontColorDark,
|
|
39
39
|
fontSizeSm: semantic.fontSize.textSm,
|
|
40
40
|
fontSizeMd: semantic.fontSize.textBase,
|
|
41
41
|
fontSizeLg: semantic.fontSize.textLg,
|
|
@@ -48,10 +48,10 @@ const checkbox = semantic => ({
|
|
|
48
48
|
controlSizeMd: semantic.size.choiceControl.height.md,
|
|
49
49
|
controlSizeLg: semantic.size.choiceControl.height.lg,
|
|
50
50
|
borderWidth: semantic.borderWidth.interactive.base,
|
|
51
|
-
labelBaseColor: semantic.color.
|
|
52
|
-
labelHoverColor: semantic.color.
|
|
51
|
+
labelBaseColor: semantic.color.institutional.brandFontColorDark,
|
|
52
|
+
labelHoverColor: semantic.color.institutional.brandFontColorDark,
|
|
53
53
|
labelDisabledColor: semantic.color.text.interactive.disabled.base,
|
|
54
|
-
labelReadonlyColor: semantic.color.
|
|
54
|
+
labelReadonlyColor: semantic.color.institutional.brandFontColorDark,
|
|
55
55
|
controlVerticalMargin: "0rem"
|
|
56
56
|
});
|
|
57
57
|
export default checkbox;
|
|
@@ -29,7 +29,7 @@ const fileDrop = semantic => ({
|
|
|
29
29
|
borderRadius: semantic.borderRadius.container.md,
|
|
30
30
|
borderStyle: "dashed",
|
|
31
31
|
borderWidth: semantic.borderWidth.sm,
|
|
32
|
-
hoverBorderColor: semantic.color.
|
|
32
|
+
hoverBorderColor: semantic.color.institutional.brandPrimary,
|
|
33
33
|
rejectedColor: semantic.color.stroke.interactive.action.destructive.secondary.base
|
|
34
34
|
});
|
|
35
35
|
export default fileDrop;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const formFieldLayout = semantic => ({
|
|
26
|
-
textColor: semantic.color.
|
|
26
|
+
textColor: semantic.color.institutional.brandFontColorDark,
|
|
27
27
|
readonlyTextColor: semantic.color.text.muted,
|
|
28
28
|
asteriskColor: semantic.color.text.error,
|
|
29
29
|
fontFamily: semantic.fontFamily.base,
|
|
@@ -31,7 +31,6 @@ const formFieldLayout = semantic => ({
|
|
|
31
31
|
fontSize: semantic.fontSize.textBase,
|
|
32
32
|
lineHeight: semantic.lineHeight.label.base,
|
|
33
33
|
gapPrimitives: semantic.spacing.gap.inputElements,
|
|
34
|
-
stackedOrInlineBreakpoint: "48em",
|
|
35
34
|
gapInputs: "0.75rem"
|
|
36
35
|
});
|
|
37
36
|
export default formFieldLayout;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const formFieldMessage = semantic => ({
|
|
26
|
-
hintTextColor: semantic.color.
|
|
26
|
+
hintTextColor: semantic.color.institutional.brandFontColorDark,
|
|
27
27
|
errorTextColor: semantic.color.text.error,
|
|
28
28
|
successTextColor: semantic.color.text.success,
|
|
29
29
|
fontWeight: semantic.fontWeight.body.base,
|
|
@@ -43,7 +43,7 @@ const heading = semantic => ({
|
|
|
43
43
|
h6FontFamily: semantic.fontFamily.heading,
|
|
44
44
|
lineHeight: semantic.lineHeight.heading.base,
|
|
45
45
|
borderWidth: semantic.borderWidth.sm,
|
|
46
|
-
baseColor: semantic.color.
|
|
46
|
+
baseColor: semantic.color.institutional.brandFontColorDark,
|
|
47
47
|
baseOnColor: semantic.color.text.onColor,
|
|
48
48
|
mutedColor: semantic.color.text.muted,
|
|
49
49
|
mutedOnColor: semantic.color.text.onColor,
|
|
@@ -41,7 +41,7 @@ const icon = semantic => ({
|
|
|
41
41
|
strokeWidthIlluSm: "0.25rem",
|
|
42
42
|
strokeWidthIlluMd: "0.5rem",
|
|
43
43
|
strokeWidthIlluLg: "0.75rem",
|
|
44
|
-
baseColor: semantic.color.
|
|
44
|
+
baseColor: semantic.color.institutional.brandFontColorDark,
|
|
45
45
|
mutedColor: semantic.color.icon.muted,
|
|
46
46
|
successColor: semantic.color.icon.success,
|
|
47
47
|
errorColor: semantic.color.icon.error,
|
|
@@ -52,17 +52,17 @@ const icon = semantic => ({
|
|
|
52
52
|
disabledBaseColor: semantic.color.icon.interactive.disabled.base,
|
|
53
53
|
disabledOnColor: semantic.color.icon.interactive.disabled.onColor,
|
|
54
54
|
dark: semantic.color.icon.dark,
|
|
55
|
-
sideNavColor: semantic.color.
|
|
56
|
-
sideNavActiveColor: semantic.color.
|
|
55
|
+
sideNavColor: semantic.color.institutional.brandGlobalNavMenuItemTextColor,
|
|
56
|
+
sideNavActiveColor: semantic.color.institutional.brandGlobalNavMenuItemTextColorActive,
|
|
57
57
|
navigationPrimaryBaseColor: semantic.color.icon.interactive.navigation.primary.base,
|
|
58
58
|
navigationPrimaryHoverColor: semantic.color.icon.interactive.navigation.primary.hover,
|
|
59
59
|
navigationPrimaryActiveColor: semantic.color.icon.interactive.navigation.primary.active,
|
|
60
60
|
navigationPrimaryOnColorBaseColor: semantic.color.icon.interactive.navigation.primaryOnColor.base,
|
|
61
61
|
navigationPrimaryOnColorHoverColor: semantic.color.icon.interactive.navigation.primaryOnColor.hover,
|
|
62
62
|
navigationPrimaryOnColorActiveColor: semantic.color.icon.interactive.navigation.primaryOnColor.active,
|
|
63
|
-
actionSecondaryBaseColor: semantic.color.
|
|
64
|
-
actionSecondaryHoverColor: semantic.color.
|
|
65
|
-
actionSecondaryActiveColor: semantic.color.
|
|
63
|
+
actionSecondaryBaseColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
64
|
+
actionSecondaryHoverColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
65
|
+
actionSecondaryActiveColor: semantic.color.institutional.brandButtonSecondaryText,
|
|
66
66
|
actionSecondaryDisabledColor: semantic.color.icon.interactive.action.secondary.disabled,
|
|
67
67
|
actionStatusBaseColor: semantic.color.icon.interactive.action.status.base,
|
|
68
68
|
actionStatusHoverColor: semantic.color.icon.interactive.action.status.hover,
|
|
@@ -74,9 +74,9 @@ const icon = semantic => ({
|
|
|
74
74
|
actionAiHoverColor: semantic.color.icon.interactive.action.ai.hover,
|
|
75
75
|
actionAiActiveColor: semantic.color.icon.interactive.action.ai.active,
|
|
76
76
|
actionAiDisabledColor: semantic.color.icon.interactive.action.ai.disabled,
|
|
77
|
-
actionPrimaryBaseColor: semantic.color.
|
|
78
|
-
actionPrimaryHoverColor: semantic.color.
|
|
79
|
-
actionPrimaryActiveColor: semantic.color.
|
|
77
|
+
actionPrimaryBaseColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
78
|
+
actionPrimaryHoverColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
79
|
+
actionPrimaryActiveColor: semantic.color.institutional.brandButtonPrimaryText,
|
|
80
80
|
actionPrimaryDisabledColor: semantic.color.icon.interactive.action.primary.disabled,
|
|
81
81
|
actionPrimaryOnColorBaseColor: semantic.color.icon.interactive.action.primaryOnColor.base,
|
|
82
82
|
actionTertiaryBaseColor: semantic.color.icon.interactive.action.tertiary.base,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
const inlineListItem = semantic => ({
|
|
26
26
|
arrowSpacing: semantic.spacing.spaceSm,
|
|
27
|
-
color: semantic.color.
|
|
27
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
28
28
|
delimiterColor: semantic.color.text.muted,
|
|
29
29
|
fontFamily: semantic.fontFamily.base,
|
|
30
30
|
fontSizeLarge: semantic.fontSize.textLg,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const link = semantic => ({
|
|
26
|
-
textColor: semantic.color.
|
|
26
|
+
textColor: semantic.color.institutional.linkColor,
|
|
27
27
|
textHoverColor: semantic.color.text.interactive.navigation.primary.hover,
|
|
28
28
|
textDisabledColor: semantic.color.text.interactive.disabled.base,
|
|
29
29
|
onColorTextColor: semantic.color.text.interactive.navigation.primaryOnColor.base,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const listItem = semantic => ({
|
|
26
|
-
color: semantic.color.
|
|
26
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
27
27
|
fontFamily: semantic.fontFamily.base,
|
|
28
28
|
fontSizeLarge: semantic.fontSize.textLg,
|
|
29
29
|
fontSizeMedium: semantic.fontSize.textBase,
|
|
@@ -27,7 +27,7 @@ const menuGroup = semantic => ({
|
|
|
27
27
|
fontFamily: semantic.fontFamily.base,
|
|
28
28
|
fontSize: semantic.fontSize.textBase,
|
|
29
29
|
fontWeight: semantic.fontWeight.body.strong,
|
|
30
|
-
color: semantic.color.
|
|
30
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
31
31
|
paddingHorizontal: semantic.spacing.spaceMd,
|
|
32
32
|
paddingVertical: semantic.spacing.spaceSm
|
|
33
33
|
});
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const menuItem = semantic => ({
|
|
26
|
-
activeBackground: semantic.color.
|
|
26
|
+
activeBackground: semantic.color.institutional.brandPrimary,
|
|
27
27
|
activeLabelColor: semantic.color.text.interactive.action.primary.base,
|
|
28
28
|
background: semantic.color.background.elevatedSurface.base,
|
|
29
29
|
fontFamily: semantic.fontFamily.base,
|
|
30
30
|
fontSize: semantic.fontSize.textBase,
|
|
31
31
|
fontWeight: semantic.fontWeight.body.base,
|
|
32
32
|
iconPadding: semantic.spacing.spaceMd,
|
|
33
|
-
labelColor: semantic.color.
|
|
33
|
+
labelColor: semantic.color.institutional.brandFontColorDark,
|
|
34
34
|
labelInfoColor: semantic.color.text.muted,
|
|
35
35
|
lineHeight: semantic.lineHeight.paragraph.textSm,
|
|
36
36
|
labelPadding: "0rem",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const metric = semantic => ({
|
|
26
|
-
labelColor: semantic.color.
|
|
26
|
+
labelColor: semantic.color.institutional.brandFontColorDark,
|
|
27
27
|
labelFontSize: semantic.fontSize.textXs,
|
|
28
28
|
paddingHorizontal: semantic.spacing.spaceSm,
|
|
29
|
-
valueColor: semantic.color.
|
|
29
|
+
valueColor: semantic.color.institutional.brandFontColorDark,
|
|
30
30
|
valueFontSize: semantic.fontSize.textXl,
|
|
31
31
|
gapTexts: semantic.spacing.spaceSm,
|
|
32
32
|
labelLineHeight: semantic.lineHeight.standalone.textXs,
|
|
@@ -26,7 +26,7 @@ const optionsItem = semantic => ({
|
|
|
26
26
|
afterLabelContentVOffset: semantic.spacing.spaceMd,
|
|
27
27
|
background: semantic.color.background.elevatedSurface.base,
|
|
28
28
|
beforeLabelContentVOffset: semantic.spacing.spaceMd,
|
|
29
|
-
color: semantic.color.
|
|
29
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
30
30
|
descriptionColor: semantic.color.text.base,
|
|
31
31
|
descriptionFontSize: semantic.fontSize.textSm,
|
|
32
32
|
descriptionFontWeight: semantic.fontWeight.body.base,
|
|
@@ -42,7 +42,7 @@ const progressCircle = semantic => ({
|
|
|
42
42
|
largeCircumference: "22em",
|
|
43
43
|
largeTransform: "4.5em",
|
|
44
44
|
largeStrokeWidth: "0.875em",
|
|
45
|
-
color: semantic.color.
|
|
45
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
46
46
|
colorInverse: semantic.color.text.inverse,
|
|
47
47
|
trackColor: semantic.color.background.base,
|
|
48
48
|
trackColorInverse: semantic.color.transparentColor,
|
|
@@ -50,7 +50,7 @@ const progressCircle = semantic => ({
|
|
|
50
50
|
trackBorderColorInverse: semantic.color.stroke.inverse,
|
|
51
51
|
meterColorAlert: semantic.color.stroke.info,
|
|
52
52
|
meterColorAlertInverse: semantic.color.stroke.inverse,
|
|
53
|
-
meterColorBrand: semantic.color.
|
|
53
|
+
meterColorBrand: semantic.color.institutional.brandPrimary,
|
|
54
54
|
meterColorBrandInverse: semantic.color.stroke.inverse,
|
|
55
55
|
meterColorDanger: semantic.color.stroke.error,
|
|
56
56
|
meterColorDangerInverse: semantic.color.stroke.inverse,
|
|
@@ -28,7 +28,7 @@ const radioInput = semantic => ({
|
|
|
28
28
|
backgroundReadonlyColor: semantic.color.background.interactive.input.readonly,
|
|
29
29
|
backgroundDisabledColor: semantic.color.background.interactive.input.disabled,
|
|
30
30
|
borderColor: semantic.color.stroke.interactive.input.base,
|
|
31
|
-
borderHoverColor: semantic.color.
|
|
31
|
+
borderHoverColor: semantic.color.institutional.brandFontColorDark,
|
|
32
32
|
borderReadonlyColor: semantic.color.stroke.interactive.input.readonly,
|
|
33
33
|
borderDisabledColor: semantic.color.stroke.interactive.input.disabled,
|
|
34
34
|
borderSelectedColor: semantic.color.stroke.interactive.input.selected,
|
|
@@ -45,8 +45,8 @@ const radioInput = semantic => ({
|
|
|
45
45
|
fontWeight: semantic.fontWeight.body.base,
|
|
46
46
|
gap: semantic.spacing.spaceSm,
|
|
47
47
|
borderWidth: semantic.borderWidth.interactive.base,
|
|
48
|
-
labelBaseColor: semantic.color.
|
|
49
|
-
labelHoverColor: semantic.color.
|
|
48
|
+
labelBaseColor: semantic.color.institutional.brandFontColorDark,
|
|
49
|
+
labelHoverColor: semantic.color.institutional.brandFontColorDark,
|
|
50
50
|
labelDisabledColor: semantic.color.text.interactive.disabled.base,
|
|
51
51
|
labelReadonlyColor: semantic.color.text.base,
|
|
52
52
|
controlSizeSm: semantic.size.choiceControl.height.sm,
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const rangeInput = semantic => ({
|
|
26
|
-
handleBackground: semantic.color.
|
|
27
|
-
handleHoverBackground: semantic.color.
|
|
28
|
-
handleFocusBackground: semantic.color.
|
|
29
|
-
handleFocusOutlineColor: semantic.color.
|
|
30
|
-
handleShadowColor: semantic.color.
|
|
26
|
+
handleBackground: semantic.color.institutional.brandPrimary,
|
|
27
|
+
handleHoverBackground: semantic.color.institutional.brandPrimary,
|
|
28
|
+
handleFocusBackground: semantic.color.institutional.brandPrimary,
|
|
29
|
+
handleFocusOutlineColor: semantic.color.institutional.brandPrimary,
|
|
30
|
+
handleShadowColor: semantic.color.institutional.brandPrimary,
|
|
31
31
|
handleBorderColor: semantic.color.stroke.brand,
|
|
32
32
|
handleBorderSize: semantic.borderWidth.md,
|
|
33
33
|
handleFocusInset: semantic.spacing.space2xs,
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const sideNavBar = semantic => ({
|
|
26
|
-
backgroundColor: semantic.color.
|
|
26
|
+
backgroundColor: semantic.color.institutional.brandGlobalNavBgd,
|
|
27
27
|
fill: semantic.color.icon.interactive.action.primaryOnColor.base,
|
|
28
|
-
fontColor: semantic.color.
|
|
28
|
+
fontColor: semantic.color.institutional.brandGlobalNavMenuItemTextColor,
|
|
29
29
|
minimizedWidth: "3.75rem",
|
|
30
30
|
toggleTransition: "300ms",
|
|
31
31
|
width: "5.875rem",
|
|
@@ -27,18 +27,18 @@ const sideNavBarItem = semantic => ({
|
|
|
27
27
|
borderRadius: semantic.borderRadius.lg,
|
|
28
28
|
backgroundColor: "transparent",
|
|
29
29
|
contentPadding: "0.375rem",
|
|
30
|
-
fontColor: semantic.color.
|
|
30
|
+
fontColor: semantic.color.institutional.brandGlobalNavMenuItemTextColor,
|
|
31
31
|
fontFamily: semantic.fontFamily.base,
|
|
32
32
|
fontSize: semantic.fontSize.textSm,
|
|
33
33
|
fontWeight: semantic.fontWeight.body.base,
|
|
34
|
-
hoverBackgroundColor: semantic.color.
|
|
34
|
+
hoverBackgroundColor: semantic.color.institutional.globalNavLinkHover,
|
|
35
35
|
lineHeight: semantic.lineHeight.paragraph.base,
|
|
36
36
|
linkTextDecoration: "none",
|
|
37
|
-
selectedBackgroundColor: semantic.color.
|
|
38
|
-
selectedFontColor: semantic.color.
|
|
37
|
+
selectedBackgroundColor: semantic.color.institutional.brandPrimary,
|
|
38
|
+
selectedFontColor: semantic.color.institutional.brandGlobalNavMenuItemTextColorActive,
|
|
39
39
|
innerFocusOutlineColor: semantic.color.stroke.interactive.focusRing.base,
|
|
40
|
-
selectedInnerFocusOutlineColor: semantic.color.icon.inverse,
|
|
41
40
|
outerFocusOutlineColor: semantic.color.transparentColor,
|
|
42
|
-
|
|
41
|
+
selectedInnerFocusOutlineColor: semantic.color.icon.inverse,
|
|
42
|
+
selectedOuterFocusOutlineColor: semantic.color.background.brand
|
|
43
43
|
});
|
|
44
44
|
export default sideNavBarItem;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
const table = semantic => ({
|
|
26
26
|
background: semantic.color.background.base,
|
|
27
|
-
color: semantic.color.
|
|
27
|
+
color: semantic.color.institutional.brandFontColorDark,
|
|
28
28
|
fontFamily: semantic.fontFamily.base,
|
|
29
29
|
fontSize: semantic.fontSize.textBase,
|
|
30
30
|
fontWeight: semantic.fontWeight.body.base
|
|
@@ -26,7 +26,7 @@ const tableRow = semantic => ({
|
|
|
26
26
|
background: semantic.color.background.base,
|
|
27
27
|
color: semantic.color.text.base,
|
|
28
28
|
borderColor: semantic.color.stroke.base,
|
|
29
|
-
hoverBorderColor: semantic.color.
|
|
29
|
+
hoverBorderColor: semantic.color.institutional.brandPrimary,
|
|
30
30
|
fontFamily: semantic.fontFamily.base,
|
|
31
31
|
fontSize: semantic.fontSize.textBase,
|
|
32
32
|
fontWeight: semantic.fontWeight.body.base,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
const tabsPanel = semantic => ({
|
|
26
26
|
background: semantic.color.transparentColor,
|
|
27
27
|
borderColor: semantic.color.stroke.base,
|
|
28
|
-
textColor: semantic.color.
|
|
28
|
+
textColor: semantic.color.institutional.brandFontColorDark,
|
|
29
29
|
borderWidth: semantic.borderWidth.sm,
|
|
30
30
|
defaultOverflowY: "auto",
|
|
31
31
|
fontFamily: semantic.fontFamily.base,
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
const tabsTab = semantic => ({
|
|
26
|
-
defaultTextColor: semantic.color.
|
|
26
|
+
defaultTextColor: semantic.color.institutional.brandFontColorDark,
|
|
27
27
|
defaultHoverBorderColor: semantic.color.stroke.base,
|
|
28
|
-
defaultSelectedBorderColor: semantic.color.
|
|
28
|
+
defaultSelectedBorderColor: semantic.color.institutional.brandPrimary,
|
|
29
29
|
fontFamily: semantic.fontFamily.base,
|
|
30
30
|
fontSize: semantic.fontSize.textBase,
|
|
31
31
|
fontWeight: semantic.fontWeight.body.base,
|
|
32
32
|
lineHeight: semantic.lineHeight.standalone.base,
|
|
33
|
-
secondaryTextColor: semantic.color.
|
|
33
|
+
secondaryTextColor: semantic.color.institutional.brandFontColorDark,
|
|
34
34
|
secondarySelectedTextColor: semantic.color.text.inverse,
|
|
35
35
|
secondarySelectedBackground: semantic.color.background.brand,
|
|
36
36
|
secondarySelectedBorderColor: semantic.color.stroke.brand,
|