@workday/canvas-kit-popup-stack
Advanced tools
Changelog
v12.3.7 (2025-02-11)
Changelog
v11.2.2 (2025-02-10)
Changelog
v12.3.6 (2025-02-06)
CanvasProvider
created a cascading barrier for our brand tokens. In the case where brand.action.**
tokens are defined at the root level, say :root
in a a CSS file, we want those tokens to cascade through the CanvasProvider
down to our PrimaryButton
's. To allow this, we've removed them from the CanvasProvider
and variables.css
.
@workday/canvas-tokens-web@2.1.1
removed --cnvs-brand-action-**
tokens from our variables.css
to ensure proper cascading of this token to theme our PrimaryButton
's.CanvasProvider
has removed defaulting brand.action.**
for theming and is longer a valid theme property on CanvasTheme
type.--cnvs-brand-action-**
token, you must upgrade to the latest version of Canvas Kit v12
and whomever is bootstrapping the variables.css
must upgrade @workday/canvas-tokens-web
to @2.1.1
to ensure correct theming.Changelog
v12.3.5 (2025-01-28)