From c48ae8422c8ecd47aa4ed193dd27cf11c0a4406d Mon Sep 17 00:00:00 2001 From: Aislinn Hayes Date: Thu, 22 Jan 2026 18:13:30 +0000 Subject: [PATCH 1/4] fix: Add RTL icon support to ExternalHyperlink component in v13 (#3694) Fixes: #3693 While this issue is fixed in v14, ideally we would have a fix for it in v13 too for teams that are still transitioning! [category:Components] --- modules/react/button/lib/ExternalHyperlink.tsx | 3 +++ modules/react/button/stories/button/Hyperlink.mdx | 5 +++++ .../stories/button/examples/ExternalHyperlinkRTL.tsx | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 modules/react/button/stories/button/examples/ExternalHyperlinkRTL.tsx diff --git a/modules/react/button/lib/ExternalHyperlink.tsx b/modules/react/button/lib/ExternalHyperlink.tsx index d15e15af45..c9798edddf 100644 --- a/modules/react/button/lib/ExternalHyperlink.tsx +++ b/modules/react/button/lib/ExternalHyperlink.tsx @@ -29,6 +29,9 @@ export const externalHyperlinkStencil = createStencil({ minWidth: system.space.x4, minHeight: system.space.x4, }, + ':dir(rtl)': { + transform: 'rotate(270deg)', + }, }, }, }); diff --git a/modules/react/button/stories/button/Hyperlink.mdx b/modules/react/button/stories/button/Hyperlink.mdx index 7e43f2d8c1..60bf53d117 100644 --- a/modules/react/button/stories/button/Hyperlink.mdx +++ b/modules/react/button/stories/button/Hyperlink.mdx @@ -3,6 +3,7 @@ import {Link} from './examples/Hyperlink'; import {LinkInverse} from './examples/HyperlinkInverse'; import {ExternalLink} from './examples/ExternalHyperlink'; import {ExternalLinkInverse} from './examples/ExternalHyperlinkInverse'; +import {ExternalLinkRTL} from './examples/ExternalHyperlinkRTL'; import * as HyperlinkStories from './Hyperlink.stories'; @@ -54,6 +55,10 @@ link on a dark or colorful background such as `blueberry400`. +`ExternalHyperlink`s will also flip the icon for right-to-left (RTL) languages. + + + ### Component API ( + + + השועל החום המהיר קופץ מעל הכלב העצל + + +); From d3fdeea6c5114edbf20cd0b51a93ef1f6bcaf3d0 Mon Sep 17 00:00:00 2001 From: alanbsmith Date: Thu, 22 Jan 2026 18:15:31 +0000 Subject: [PATCH 2/4] chore: Release v13.2.52 [skip release] --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- modules/codemod/package.json | 2 +- modules/css/package.json | 2 +- modules/docs/package.json | 10 +++++----- modules/labs-css/package.json | 2 +- modules/labs-react/package.json | 6 +++--- modules/mcp/package.json | 2 +- modules/popup-stack/package.json | 2 +- modules/preview-css/package.json | 2 +- modules/preview-react/package.json | 6 +++--- modules/react-fonts/package.json | 2 +- modules/react/package.json | 6 +++--- modules/styling-transform/package.json | 4 ++-- modules/styling/package.json | 4 ++-- 15 files changed, 33 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48b7cb4a4..65016c669a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v13.2.52](https://github.com/Workday/canvas-kit/releases/tag/v13.2.52) (2026-01-22) + +### Components + +- fix: Add RTL icon support to ExternalHyperlink component in v13 ([#3694](https://github.com/Workday/canvas-kit/pull/3694)) ([@ahayes91](https://github.com/ahayes91)) + + ## [v13.2.51](https://github.com/Workday/canvas-kit/releases/tag/v13.2.51) (2026-01-15) ### Components diff --git a/lerna.json b/lerna.json index 9f4977f403..1b4335df39 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "13.2.51", + "version": "13.2.52", "npmClient": "yarn", "command": { "version": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index b130788732..0f67748b65 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -2,7 +2,7 @@ "name": "@workday/canvas-kit-codemod", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", - "version": "13.2.51", + "version": "13.2.52", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, diff --git a/modules/css/package.json b/modules/css/package.json index 7efb6b0bb7..91cd5d62da 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "13.2.51", + "version": "13.2.52", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/docs/package.json b/modules/docs/package.json index 5ebb6546f5..586b460534 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "13.2.51", + "version": "13.2.52", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -45,10 +45,10 @@ "@emotion/styled": "^11.6.0", "@stackblitz/sdk": "^1.11.0", "@storybook/csf": "0.0.1", - "@workday/canvas-kit-labs-react": "^13.2.51", - "@workday/canvas-kit-preview-react": "^13.2.51", - "@workday/canvas-kit-react": "^13.2.51", - "@workday/canvas-kit-styling": "^13.2.51", + "@workday/canvas-kit-labs-react": "^13.2.52", + "@workday/canvas-kit-preview-react": "^13.2.52", + "@workday/canvas-kit-react": "^13.2.52", + "@workday/canvas-kit-styling": "^13.2.52", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "markdown-to-jsx": "^7.2.0", diff --git a/modules/labs-css/package.json b/modules/labs-css/package.json index 2120cd5a91..79b9afab60 100644 --- a/modules/labs-css/package.json +++ b/modules/labs-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-css", - "version": "13.2.51", + "version": "13.2.52", "description": "The parent module that contains all Workday Canvas Kit Labs CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index bb30688983..266497c99c 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "13.2.51", + "version": "13.2.52", "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.51", - "@workday/canvas-kit-styling": "^13.2.51", + "@workday/canvas-kit-react": "^13.2.52", + "@workday/canvas-kit-styling": "^13.2.52", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/mcp/package.json b/modules/mcp/package.json index d95f5a1d61..821e3cc2c9 100644 --- a/modules/mcp/package.json +++ b/modules/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-mcp", - "version": "13.2.51", + "version": "13.2.52", "description": "MCP package for Canvas Kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 3ae1286815..885e03a624 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "13.2.51", + "version": "13.2.52", "description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-css/package.json b/modules/preview-css/package.json index 1d738f937f..230c68a7c9 100644 --- a/modules/preview-css/package.json +++ b/modules/preview-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-css", - "version": "13.2.51", + "version": "13.2.52", "description": "The parent module that contains all Workday Canvas Kit Preview CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-react/package.json b/modules/preview-react/package.json index c53f25322f..48c8b3a66b 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "13.2.51", + "version": "13.2.52", "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.51", - "@workday/canvas-kit-styling": "^13.2.51", + "@workday/canvas-kit-react": "^13.2.52", + "@workday/canvas-kit-styling": "^13.2.52", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index fce919168a..3328daee74 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "13.2.51", + "version": "13.2.52", "description": "Fonts for canvas-kit-react", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/react/package.json b/modules/react/package.json index ed9b41632b..552d5af48e 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "13.2.51", + "version": "13.2.52", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -52,8 +52,8 @@ "@popperjs/core": "^2.5.4", "@tanstack/react-virtual": "^3.13.9", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-popup-stack": "^13.2.51", - "@workday/canvas-kit-styling": "^13.2.51", + "@workday/canvas-kit-popup-stack": "^13.2.52", + "@workday/canvas-kit-styling": "^13.2.52", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/styling-transform/package.json b/modules/styling-transform/package.json index 5a03b95809..ab5d0a196e 100644 --- a/modules/styling-transform/package.json +++ b/modules/styling-transform/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling-transform", - "version": "13.2.51", + "version": "13.2.52", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -38,7 +38,7 @@ ], "dependencies": { "@emotion/serialize": "^1.0.2", - "@workday/canvas-kit-styling": "^13.2.51", + "@workday/canvas-kit-styling": "^13.2.52", "stylis": "4.0.13" }, "devDependencies": { diff --git a/modules/styling/package.json b/modules/styling/package.json index f67961032f..78f96c2404 100644 --- a/modules/styling/package.json +++ b/modules/styling/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling", - "version": "13.2.51", + "version": "13.2.52", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.0.2", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.51", + "@workday/canvas-kit-react": "^13.2.52", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "typescript": "5.0" From e861c5c1f299b0632697c31de9f4383531468750 Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Thu, 22 Jan 2026 15:23:19 -0700 Subject: [PATCH 3/4] fix: Remove global selector on body for tooltip (#3705) Using a global selector for tooltips on the body causes performance issues in chrome. [category:Components] Co-authored-by: manuel.carrera --- modules/react/tooltip/lib/TooltipContainer.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/react/tooltip/lib/TooltipContainer.tsx b/modules/react/tooltip/lib/TooltipContainer.tsx index a7cf59913b..f5739aad2f 100644 --- a/modules/react/tooltip/lib/TooltipContainer.tsx +++ b/modules/react/tooltip/lib/TooltipContainer.tsx @@ -92,14 +92,6 @@ export const tooltipContainerStencil = createStencil({ bottom: 0, }, - // offset tooltips by 2 pixels when a keyboard focus ring is detected - 'body:has(:focus-visible, .focus) &': { - padding: calc.subtract(system.space.x4, calc.divide(system.space.x1, 2)), - '&:before': { - margin: calc.add(system.space.x1, calc.divide(system.space.x1, 2)), - }, - }, - // Hide tooltip when the reference element is either clipped or fully hidden '[data-popper-reference-hidden] &': { visibility: 'hidden', From 5ee03f1a6d3f3e9d9f296163e73cba6f4c212099 Mon Sep 17 00:00:00 2001 From: alanbsmith Date: Thu, 22 Jan 2026 22:26:29 +0000 Subject: [PATCH 4/4] chore: Release v13.2.53 [skip release] --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- modules/codemod/package.json | 2 +- modules/css/package.json | 2 +- modules/docs/package.json | 10 +++++----- modules/labs-css/package.json | 2 +- modules/labs-react/package.json | 6 +++--- modules/mcp/package.json | 2 +- modules/popup-stack/package.json | 2 +- modules/preview-css/package.json | 2 +- modules/preview-react/package.json | 6 +++--- modules/react-fonts/package.json | 2 +- modules/react/package.json | 6 +++--- modules/styling-transform/package.json | 4 ++-- modules/styling/package.json | 4 ++-- 15 files changed, 33 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65016c669a..8a92f3c3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v13.2.53](https://github.com/Workday/canvas-kit/releases/tag/v13.2.53) (2026-01-22) + +### Components + +- fix: Remove global selector on body for tooltip ([#3705](https://github.com/Workday/canvas-kit/pull/3705)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera) + + ## [v13.2.52](https://github.com/Workday/canvas-kit/releases/tag/v13.2.52) (2026-01-22) ### Components diff --git a/lerna.json b/lerna.json index 1b4335df39..8b4ae17404 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "13.2.52", + "version": "13.2.53", "npmClient": "yarn", "command": { "version": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 0f67748b65..c699bc1575 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -2,7 +2,7 @@ "name": "@workday/canvas-kit-codemod", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", - "version": "13.2.52", + "version": "13.2.53", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, diff --git a/modules/css/package.json b/modules/css/package.json index 91cd5d62da..2019ef6bed 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "13.2.52", + "version": "13.2.53", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/docs/package.json b/modules/docs/package.json index 586b460534..36da19695a 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "13.2.52", + "version": "13.2.53", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -45,10 +45,10 @@ "@emotion/styled": "^11.6.0", "@stackblitz/sdk": "^1.11.0", "@storybook/csf": "0.0.1", - "@workday/canvas-kit-labs-react": "^13.2.52", - "@workday/canvas-kit-preview-react": "^13.2.52", - "@workday/canvas-kit-react": "^13.2.52", - "@workday/canvas-kit-styling": "^13.2.52", + "@workday/canvas-kit-labs-react": "^13.2.53", + "@workday/canvas-kit-preview-react": "^13.2.53", + "@workday/canvas-kit-react": "^13.2.53", + "@workday/canvas-kit-styling": "^13.2.53", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "markdown-to-jsx": "^7.2.0", diff --git a/modules/labs-css/package.json b/modules/labs-css/package.json index 79b9afab60..642e982e53 100644 --- a/modules/labs-css/package.json +++ b/modules/labs-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-css", - "version": "13.2.52", + "version": "13.2.53", "description": "The parent module that contains all Workday Canvas Kit Labs CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 266497c99c..2be789dd41 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "13.2.52", + "version": "13.2.53", "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.52", - "@workday/canvas-kit-styling": "^13.2.52", + "@workday/canvas-kit-react": "^13.2.53", + "@workday/canvas-kit-styling": "^13.2.53", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/mcp/package.json b/modules/mcp/package.json index 821e3cc2c9..dfa4370850 100644 --- a/modules/mcp/package.json +++ b/modules/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-mcp", - "version": "13.2.52", + "version": "13.2.53", "description": "MCP package for Canvas Kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 885e03a624..3268bd6621 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "13.2.52", + "version": "13.2.53", "description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-css/package.json b/modules/preview-css/package.json index 230c68a7c9..6b36954ed4 100644 --- a/modules/preview-css/package.json +++ b/modules/preview-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-css", - "version": "13.2.52", + "version": "13.2.53", "description": "The parent module that contains all Workday Canvas Kit Preview CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-react/package.json b/modules/preview-react/package.json index 48c8b3a66b..8dc0c12092 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "13.2.52", + "version": "13.2.53", "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.52", - "@workday/canvas-kit-styling": "^13.2.52", + "@workday/canvas-kit-react": "^13.2.53", + "@workday/canvas-kit-styling": "^13.2.53", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 3328daee74..f450e618da 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "13.2.52", + "version": "13.2.53", "description": "Fonts for canvas-kit-react", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/react/package.json b/modules/react/package.json index 552d5af48e..56296c699a 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "13.2.52", + "version": "13.2.53", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -52,8 +52,8 @@ "@popperjs/core": "^2.5.4", "@tanstack/react-virtual": "^3.13.9", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-popup-stack": "^13.2.52", - "@workday/canvas-kit-styling": "^13.2.52", + "@workday/canvas-kit-popup-stack": "^13.2.53", + "@workday/canvas-kit-styling": "^13.2.53", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/styling-transform/package.json b/modules/styling-transform/package.json index ab5d0a196e..c6f5465a2b 100644 --- a/modules/styling-transform/package.json +++ b/modules/styling-transform/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling-transform", - "version": "13.2.52", + "version": "13.2.53", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -38,7 +38,7 @@ ], "dependencies": { "@emotion/serialize": "^1.0.2", - "@workday/canvas-kit-styling": "^13.2.52", + "@workday/canvas-kit-styling": "^13.2.53", "stylis": "4.0.13" }, "devDependencies": { diff --git a/modules/styling/package.json b/modules/styling/package.json index 78f96c2404..a9a6b3ddb7 100644 --- a/modules/styling/package.json +++ b/modules/styling/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling", - "version": "13.2.52", + "version": "13.2.53", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.0.2", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^13.2.52", + "@workday/canvas-kit-react": "^13.2.53", "@workday/canvas-system-icons-web": "^3.0.35", "@workday/canvas-tokens-web": "^2.1.1", "typescript": "5.0"