feat: add default focus color token#10512
Conversation
geospatialem
left a comment
There was a problem hiding this comment.
@alisonailea Awesome! 💨 Can you also add in the more related #10510 to the issue context?
jcfranco
left a comment
There was a problem hiding this comment.
Do we need to generate separate semantic output for the default focus color to be added? This change is breaking as it removes exports from the global files (causing this build failure).
|
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
jcfranco
left a comment
There was a problem hiding this comment.
👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾
👾🪙👾👾👾🪙👾👾🪙🪙👾👾🪙🪙🪙👾👾🪙🪙🪙👾🪙🪙🪙🪙👾🪙👾
👾🪙🪙👾👾🪙👾🪙👾👾🪙👾👾🪙👾👾🪙👾👾👾👾🪙👾👾👾👾🪙👾
👾🪙👾🪙👾🪙👾🪙👾👾🪙👾👾🪙👾👾🪙👾👾👾👾🪙🪙🪙👾👾🪙👾
👾🪙👾👾🪙🪙👾🪙👾👾🪙👾👾🪙👾👾🪙👾👾👾👾🪙👾👾👾👾👾👾
👾🪙👾👾👾🪙👾👾🪙🪙👾👾🪙🪙🪙👾👾🪙🪙🪙👾🪙🪙🪙🪙👾🪙👾
👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾👾
**Related Issue:** #10510 ## Summary Removes the global focus color introduced in [#10512](#10512) to match the behavior of the deprecated `--calcite-ui-focus-color`. Previously, `--calcite-color-focus` was defined at `:root`, preventing it from inheriting updates to `--calcite-color-brand` (its fallback). This is **not** considered a breaking change because: * it only affects outputs that are not publicly documented * the default color will still be applied as expected * `--calcite-color-focus` remains available for overriding the focus color **Note**: #11713 will restore `--calcite-color-focus` after #11391 lands.
**Related Issue:** #10510 ## Summary Removes the global focus color introduced in [#10512](#10512) to match the behavior of the deprecated `--calcite-ui-focus-color`. Previously, `--calcite-color-focus` was defined at `:root`, preventing it from inheriting updates to `--calcite-color-brand` (its fallback). This is **not** considered a breaking change because: * it only affects outputs that are not publicly documented * the default color will still be applied as expected * `--calcite-color-focus` remains available for overriding the focus color **Note**: #11713 will restore `--calcite-color-focus` after #11391 lands.
**Related Issue:** #10510 ## Summary Removes the global focus color introduced in [#10512](#10512) to match the behavior of the deprecated `--calcite-ui-focus-color`. Previously, `--calcite-color-focus` was defined at `:root`, preventing it from inheriting updates to `--calcite-color-brand` (its fallback). This is **not** considered a breaking change because: * it only affects outputs that are not publicly documented * the default color will still be applied as expected * `--calcite-color-focus` remains available for overriding the focus color **Note**: #11713 will restore `--calcite-color-focus` after #11391 lands.
Related Issue: #7180 #10510
Summary
This adds
calcite-color-focusto replace the deprecatedcalcite-ui-focus-color