diff --git a/CHANGELOG.md b/CHANGELOG.md index a09c576ee7..836af9227e 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. +## [v7.3.16](https://github.com/Workday/canvas-kit/releases/tag/v7.3.16) (2022-10-06) + +### Documentation + +- docs: Add uncontrolled input example using React Hook Form ([#1820](https://github.com/Workday/canvas-kit/pull/1820)) ([@vibdev](https://github.com/vibdev)) + + ## [v7.3.15](https://github.com/Workday/canvas-kit/releases/tag/v7.3.15) (2022-10-04) ### Components diff --git a/lerna.json b/lerna.json index c2e74f948e..3a107dbbf1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "7.3.15", + "version": "7.3.16", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 78cf0a4e3f..8055c3db14 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": "7.3.15", + "version": "7.3.16", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, diff --git a/modules/css-fonts/package.json b/modules/css-fonts/package.json index be6ff608d7..2673e7c148 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "7.3.15", + "version": "7.3.16", "description": "Fonts for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/action-bar/package.json b/modules/css/action-bar/package.json index 580eb00c67..436e6090a3 100644 --- a/modules/css/action-bar/package.json +++ b/modules/css/action-bar/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-action-bar", - "version": "7.3.15", + "version": "7.3.16", "description": "Action bar CSS for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/action-bar/css" }, "dependencies": { - "@workday/canvas-kit-css-button": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-button": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index 307ef2179d..d709e88181 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "7.3.15", + "version": "7.3.16", "description": "provides a summary indicator with dynamic values", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/banner/package.json b/modules/css/banner/package.json index ca2aa6be28..69da8708da 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "7.3.15", + "version": "7.3.16", "description": "Errors and alerts for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/banner/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15", + "@workday/canvas-kit-css-core": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index 3fb116350a..2ea3b19e00 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "7.3.15", + "version": "7.3.16", "description": "The button css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/button/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15", + "@workday/canvas-kit-css-core": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index a8ace1e388..b8bafb891e 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "7.3.15", + "version": "7.3.16", "description": "Card CSS for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/card/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index 6b96ba372f..6d6a064b71 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "7.3.15", + "version": "7.3.16", "description": "The checkbox css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 060758514d..6f24ee52ac 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "7.3.15", + "version": "7.3.16", "description": "The common css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -28,6 +28,6 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 2d7b250337..1a6b2634ba 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "7.3.15", + "version": "7.3.16", "description": "The core css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/form-field/package.json b/modules/css/form-field/package.json index fb6dc24b31..7cee65544b 100644 --- a/modules/css/form-field/package.json +++ b/modules/css/form-field/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-form-field", - "version": "7.3.15", + "version": "7.3.16", "description": "The form css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,16 +16,16 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/form-field/css" }, "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15", + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^7.3.15", - "@workday/canvas-kit-css-radio": "^7.3.15", - "@workday/canvas-kit-css-select": "^7.3.15", - "@workday/canvas-kit-css-text-area": "^7.3.15", - "@workday/canvas-kit-css-text-input": "^7.3.15" + "@workday/canvas-kit-css-checkbox": "^7.3.16", + "@workday/canvas-kit-css-radio": "^7.3.16", + "@workday/canvas-kit-css-select": "^7.3.16", + "@workday/canvas-kit-css-text-area": "^7.3.16", + "@workday/canvas-kit-css-text-input": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index e5cc003b18..ce7e098dc4 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "7.3.15", + "version": "7.3.16", "description": "Icon toolkit for Canvas kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -17,7 +17,7 @@ }, "dependencies": { "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-css-core": "^7.3.15", + "@workday/canvas-kit-css-core": "^7.3.16", "svg-injector": "^1.1.3", "to-slug-case": "^1.0.0" }, diff --git a/modules/css/layout/package.json b/modules/css/layout/package.json index b2f0eda260..28a47752cf 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "7.3.15", + "version": "7.3.16", "description": "Layout css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/layout/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/loading-animation/package.json b/modules/css/loading-animation/package.json index 8fd2bc27c0..340dc1a01e 100644 --- a/modules/css/loading-animation/package.json +++ b/modules/css/loading-animation/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-loading-animation", - "version": "7.3.15", + "version": "7.3.16", "description": "Animations used while a page or component is loading.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/loading-animation/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index 0b9cf1e315..bb685abc6b 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "7.3.15", + "version": "7.3.16", "description": "Menu CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/menu/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index a5b12b7adc..24a348ebe6 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "7.3.15", + "version": "7.3.16", "description": "Modal CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/modal/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15", - "@workday/canvas-kit-css-popup": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16", + "@workday/canvas-kit-css-popup": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 39903bccc4..97f227b6dd 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "7.3.15", + "version": "7.3.16", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -17,28 +17,28 @@ "directory": "modules/css" }, "dependencies": { - "@workday/canvas-kit-css-action-bar": "^7.3.15", - "@workday/canvas-kit-css-badge": "^7.3.15", - "@workday/canvas-kit-css-banner": "^7.3.15", - "@workday/canvas-kit-css-button": "^7.3.15", - "@workday/canvas-kit-css-card": "^7.3.15", - "@workday/canvas-kit-css-checkbox": "^7.3.15", - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15", - "@workday/canvas-kit-css-form-field": "^7.3.15", - "@workday/canvas-kit-css-icon": "^7.3.15", - "@workday/canvas-kit-css-layout": "^7.3.15", - "@workday/canvas-kit-css-loading-animation": "^7.3.15", - "@workday/canvas-kit-css-menu": "^7.3.15", - "@workday/canvas-kit-css-modal": "^7.3.15", - "@workday/canvas-kit-css-page-header": "^7.3.15", - "@workday/canvas-kit-css-popup": "^7.3.15", - "@workday/canvas-kit-css-radio": "^7.3.15", - "@workday/canvas-kit-css-select": "^7.3.15", - "@workday/canvas-kit-css-table": "^7.3.15", - "@workday/canvas-kit-css-text-area": "^7.3.15", - "@workday/canvas-kit-css-text-input": "^7.3.15", - "@workday/canvas-kit-css-tooltip": "^7.3.15" + "@workday/canvas-kit-css-action-bar": "^7.3.16", + "@workday/canvas-kit-css-badge": "^7.3.16", + "@workday/canvas-kit-css-banner": "^7.3.16", + "@workday/canvas-kit-css-button": "^7.3.16", + "@workday/canvas-kit-css-card": "^7.3.16", + "@workday/canvas-kit-css-checkbox": "^7.3.16", + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16", + "@workday/canvas-kit-css-form-field": "^7.3.16", + "@workday/canvas-kit-css-icon": "^7.3.16", + "@workday/canvas-kit-css-layout": "^7.3.16", + "@workday/canvas-kit-css-loading-animation": "^7.3.16", + "@workday/canvas-kit-css-menu": "^7.3.16", + "@workday/canvas-kit-css-modal": "^7.3.16", + "@workday/canvas-kit-css-page-header": "^7.3.16", + "@workday/canvas-kit-css-popup": "^7.3.16", + "@workday/canvas-kit-css-radio": "^7.3.16", + "@workday/canvas-kit-css-select": "^7.3.16", + "@workday/canvas-kit-css-table": "^7.3.16", + "@workday/canvas-kit-css-text-area": "^7.3.16", + "@workday/canvas-kit-css-text-input": "^7.3.16", + "@workday/canvas-kit-css-tooltip": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/page-header/package.json b/modules/css/page-header/package.json index 1e65365864..e9fe5db0b2 100644 --- a/modules/css/page-header/package.json +++ b/modules/css/page-header/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-page-header", - "version": "7.3.15", + "version": "7.3.16", "description": "The blue header at the top of a page to indicate page title and other details", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/page-header/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index 96f5706dab..e22c2b78c9 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "7.3.15", + "version": "7.3.16", "description": "Popup CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/popup/css" }, "dependencies": { - "@workday/canvas-kit-css-card": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-card": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index 1dfa65adf8..82ece63317 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "7.3.15", + "version": "7.3.16", "description": "The radio css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index 17febbc9df..e6db2f3d39 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "7.3.15", + "version": "7.3.16", "description": "The select css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 94cbecca91..4a80e9cff1 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "7.3.15", + "version": "7.3.16", "description": "Table CSS for Canvas kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/table/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15", - "@workday/canvas-kit-css-icon": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16", + "@workday/canvas-kit-css-icon": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/text-area/package.json b/modules/css/text-area/package.json index 528aa16634..ed47c5fc24 100644 --- a/modules/css/text-area/package.json +++ b/modules/css/text-area/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-text-area", - "version": "7.3.15", + "version": "7.3.16", "description": "The text-area css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index ba6d59a06b..805abed8c6 100644 --- a/modules/css/text-input/package.json +++ b/modules/css/text-input/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-text-input", - "version": "7.3.15", + "version": "7.3.16", "description": "The text-input css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^7.3.15", - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-common": "^7.3.16", + "@workday/canvas-kit-css-core": "^7.3.16" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index b42d79b7e7..eb608b523b 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "7.3.15", + "version": "7.3.16", "description": "Tooltip CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/tooltip/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^7.3.15" + "@workday/canvas-kit-css-core": "^7.3.16" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index eaf92af440..8d61f1adea 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "7.3.15", + "version": "7.3.16", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -42,7 +42,7 @@ ], "dependencies": { "@storybook/csf": "0.0.1", - "@workday/canvas-kit-react": "^7.3.15" + "@workday/canvas-kit-react": "^7.3.16" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 74aef2bfbb..5d88c296f7 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "7.3.15", + "version": "7.3.16", "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", @@ -46,7 +46,7 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^7.3.15", + "@workday/canvas-kit-react": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 8cb61610a6..8716c4bfec 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "7.3.15", + "version": "7.3.16", "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-react/package.json b/modules/preview-react/package.json index 7ca8922d66..a37aa460cf 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "7.3.15", + "version": "7.3.16", "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", @@ -46,13 +46,13 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^7.3.15", + "@workday/canvas-kit-react": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8" }, "devDependencies": { "@workday/canvas-accent-icons-web": "^3.0.0", - "@workday/canvas-kit-labs-react": "^7.3.15", + "@workday/canvas-kit-labs-react": "^7.3.16", "formik": "^2.2.9", "react-hook-form": "7.36.1", "yup": "^0.32.11" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 94b27259e0..12fa8b3c5c 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "7.3.15", + "version": "7.3.16", "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 fd0d59cb37..f7dc715f95 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "7.3.15", + "version": "7.3.16", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -49,7 +49,7 @@ "@emotion/styled": "^11.6.0", "@popperjs/core": "^2.5.4", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-popup-stack": "^7.3.15", + "@workday/canvas-kit-popup-stack": "^7.3.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0",