diff --git a/CHANGELOG.md b/CHANGELOG.md index a08071e5197..e95565aabe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,98 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.0.0](https://github.com/material-components/material-components-web/compare/v13.0.0...v14.0.0) (2022-04-27) + + +### Bug Fixes + +* **button:** update HCM shim to use the existing focus-ring ([a657abb](https://github.com/material-components/material-components-web/commit/a657abb61a2c7d23c2bd92c3cbd54ed404d0bafe)) +* **checkbox:** Add explicit system color for checkmark in HCM. ([8c4da22](https://github.com/material-components/material-components-web/commit/8c4da223a7d35c4ca0a4f27534ecdb13087d0f1b)) +* **checkbox:** move forced-colors theme out of static styles ([bbd1126](https://github.com/material-components/material-components-web/commit/bbd11268f0ea4fd45205a642f1d26a4c4ff34e05)) +* **checkbox:** Update checkbox theme styles mixin to accept css vars ([c14e977](https://github.com/material-components/material-components-web/commit/c14e977ee36c26074b04dea5ce37e2300e9d3735)) +* **chips:** Fix typography selector in GMDC-Wiz chips theming ([43c7d87](https://github.com/material-components/material-components-web/commit/43c7d87dc0c928d74652ceaebebca51c69b6eaaf)) +* **datatable:** Adjust data table last row border-radius to support setting row background-color. ([ba78e87](https://github.com/material-components/material-components-web/commit/ba78e87246af31e1fe7dd03241a7565f2892fd64)) +* **dialog:** Render dividers in Firefox 94 on Windows HCM ([fae6c65](https://github.com/material-components/material-components-web/commit/fae6c652d7debc3e2875ab9049d806513ddc2421)) +* **dialog:** Set default z-index for close button in FloatingSheet dialog. ([3366a71](https://github.com/material-components/material-components-web/commit/3366a71d72f48e946a3f3b314b315395fafb3a1f)) +* **fab:** Add focus ring in HCM. ([d57ec74](https://github.com/material-components/material-components-web/commit/d57ec74c7e9afe5db07162202e6f05b28dd581db)) +* **focus-ring:** add 2d padding customizability, RTL bugfix ([f81fb1d](https://github.com/material-components/material-components-web/commit/f81fb1d232901c17d5794499c26e746ccab1af19)) +* **focus-ring:** box-sizing bugfix to content-box. If box-sizing border-box is inherited the ring spacing will collapse. ([e58552c](https://github.com/material-components/material-components-web/commit/e58552c6efa0442a36f441efe27cd01f3df2a524)) +* **focus-ring:** ignore pointer events ([3ef470e](https://github.com/material-components/material-components-web/commit/3ef470efe6f1d213935dca37ad213030cdd30d88)) +* **focus-ring:** RTL bugfix ([e00181e](https://github.com/material-components/material-components-web/commit/e00181e59cb1f29f4a8280f48b377a667a3e783b)) +* **iconbutton:** Fixed max width and height for high contrast mode focus ring on icon buttons. Display only in forced colors mode. ([cf42927](https://github.com/material-components/material-components-web/commit/cf429277817af685fd0b23a21a2e10ddabc4b9ef)) +* **iconbutton:** Set icon button ripple z-index to -1. ([586e740](https://github.com/material-components/material-components-web/commit/586e740ddcaa674c409d68ab5faf9ee8c61e2d91)) +* **list:** Improve a11y for multi-select lists ([9736ddc](https://github.com/material-components/material-components-web/commit/9736ddce9c12f5485e746984225919568541e88d)) +* **list:** Remove conflicting validation for checkbox list in setEnabled ([353ca7e](https://github.com/material-components/material-components-web/commit/353ca7e9f21b3589a17d25d8892198cba811dd13)) +* **list:** Update lastSelectedIndex when toggling a checkbox range ([dcba26f](https://github.com/material-components/material-components-web/commit/dcba26fe1028cf151ebf34c5947082a49cc85f10)) +* **menusurface:** Add a getOwnerDocument() method to MDCMenuSurfaceAdapter to provide a reference to the document that owns the menu surface DOM element. ([3486659](https://github.com/material-components/material-components-web/commit/348665978ce73694ad4518626dd70cdf5b984113)) +* **radio:** Fix disabled state in Firefox Windows high contrast mode ([23043ac](https://github.com/material-components/material-components-web/commit/23043acd0e5341729230cc6e1840460977056115)) +* **radio:** Modify theme styles Sass mixin validation to validate only keys ([390220e](https://github.com/material-components/material-components-web/commit/390220e422be57e8f38b74e04d8e8aba6082d333)) +* **select:** Add border to select menu in HCM. ([5d80969](https://github.com/material-components/material-components-web/commit/5d809696c6699bf9563e8faf8f79ff6ebd78febf)) +* **select:** revert down/up arrow on anchor changing selected index ([43d08ba](https://github.com/material-components/material-components-web/commit/43d08ba77e44dffbca99194ee18dbd202c8684f7)) +* **slider:** Fix bug where secondary click moves slider thumb. ([3ab9565](https://github.com/material-components/material-components-web/commit/3ab956515feb5c861498b156e68493e6f7f2a578)) +* **slider:** Fix IE11 bug - `unset` is unsupported in IE. ([f460e23](https://github.com/material-components/material-components-web/commit/f460e23dae619c6d09de114cc8c319972b7d1b10)) +* **slider:** In updateUI, fix behavior to match jsdoc claim that when thumb param is undefined it updates both thumbs. Input attributes were not being updated at all. ([cc4ed13](https://github.com/material-components/material-components-web/commit/cc4ed13ccda7b44edce0070edd6ee215e98cc792)) +* **slider:** Make the slider errors easier to debug by providing all relevant values in the error message. ([8687937](https://github.com/material-components/material-components-web/commit/868793776d9610ab068af706297a4f4599c7f6f1)) +* **snackbar:** address Trusted Types violation ([cbd9358](https://github.com/material-components/material-components-web/commit/cbd9358a61e7626ebc12af2cdd3dc465e11ce8bf)) +* **tooltip:** Adjusts logic in `validateTooltipWithCaretDistances` method. ([3e30054](https://github.com/material-components/material-components-web/commit/3e30054fb92c75b85d2f6186f4656d36ea05d6a1)) +* **typography:** Fixes typography `theme-styles` mixin... the value being retreived from the `$theme` map and css property name was swapped. The mixin would request `font-size`/`font-weight`/`letter-spacing` from the `$theme` map (which expects `size`/`weight`/`tracking`)... so these values would always be `null`. ([32b3913](https://github.com/material-components/material-components-web/commit/32b391398aa70f2fbb917cd4649b84d87876cd8e)) +* Remove /** [@override](https://github.com/override) */ tags from TypeScript code. ([c3cdff0](https://github.com/material-components/material-components-web/commit/c3cdff07b59adb0f44b40dbbca2cf05868138528)) +* Simplify MDCAttachable interface to be any object (Function) that has `attachTo`. ([05db65e](https://github.com/material-components/material-components-web/commit/05db65ec07db5a230e2ba1144000046b09d4c44b)) +* Snackbar action button ripple color is applied to the ripple element. ([4e66fb2](https://github.com/material-components/material-components-web/commit/4e66fb2e181b35ac47ae3a6863c101d3ff4f885e)) +* Work around bug in Sass ([037285f](https://github.com/material-components/material-components-web/commit/037285f9bda55dfb2e011f7d58338b29bfa37b6b)), closes [sass/sass#3259](https://github.com/sass/sass/issues/3259) +* **switch:** Restore Firefox 94 HCM outlines ([39cf14b](https://github.com/material-components/material-components-web/commit/39cf14bc3b0ef053219328d36faaf2636e0f77f4)) +* **textfield:** Fix breaking tests due to no valid pointerId being associated with pointer events. ([15db4f1](https://github.com/material-components/material-components-web/commit/15db4f1641bd3657ed230afacb41da84fb1077bc)) +* **tooltip:** Only sends notification of a tooltip being hidden if `showTimeout` is not set (indicating that this tooltip is about to be re-shown). ([6ca8b8f](https://github.com/material-components/material-components-web/commit/6ca8b8f858f0d508a56cf09bcb4b11221f901acb)) + + +### Features + +* **banner:** Add disableAutoClose params for both banner actions to prevent the banner buttons from automatically closing the banner. Add adapter #notifyActionClicked method. ([b094eaa](https://github.com/material-components/material-components-web/commit/b094eaa4e7a69132eb09f7b9d6c1d429a3f702a0)) +* **chips:** add focus ring styles ([783f6fd](https://github.com/material-components/material-components-web/commit/783f6fd5a29a56f6c72917546b7426f196bf4cae)) +* **chips:** Added elevation tint layer color support in chips ([c78ff04](https://github.com/material-components/material-components-web/commit/c78ff042967de7cf823a9f9826f8f613be9e4846)) +* **data-table:** separate table structure into its own mixin ([9f9d928](https://github.com/material-components/material-components-web/commit/9f9d928b2c6701707c5e5d32414c0c4db6a4d564)) +* **dialog:** Add styling for floating sheets ([78305b6](https://github.com/material-components/material-components-web/commit/78305b6d547b07aa06db04ad47b765b8f92851fa)) +* **dialog:** Add styling for floating sheets with content padding ([3e20c1d](https://github.com/material-components/material-components-web/commit/3e20c1de85fd72ff5efb3107c442036fc6317b4a)) +* **Dialog:** Adds an API to hide the header for GMDC Fullscreen Dialog in non-fullscreen mode ([ab4aba1](https://github.com/material-components/material-components-web/commit/ab4aba1afaba8f75042ed774f9e618f811bec45e)) +* **Dialog:** Adds an API to set custom position for GMDC Dialog ([ea9b5b4](https://github.com/material-components/material-components-web/commit/ea9b5b463c694804f79deaf8125c73779d34f5ce)) +* **Dialog:** Adds an API to set custom z-index for GMDC Dialog ([96ea061](https://github.com/material-components/material-components-web/commit/96ea061c1787cc329e64e9054ba1402c442a15f0)) +* **focus-ring:** added a new mixin so we can override just the focus-ring color ([641ed08](https://github.com/material-components/material-components-web/commit/641ed08513037285879a13708b95661d69c2f8b0)) +* **focus-ring:** added a new mixin so we can override just the focus-ring radius ([7321d62](https://github.com/material-components/material-components-web/commit/7321d6254d63f701b2f381c9cf11eb0708b56a6e)) +* **iconbutton:** Add link icon button Sass. ([9803d2d](https://github.com/material-components/material-components-web/commit/9803d2dc1c88e44b43a56249916f474581f5382e)) +* **mdc-list:** introduce selection change event ([7d8ea46](https://github.com/material-components/material-components-web/commit/7d8ea4624e7dcdc5ce69edf1e747c77354457f42)) +* **menu:** allow preferentially opening surface below anchor ([261f2db](https://github.com/material-components/material-components-web/commit/261f2db59382d561d6c89a7c41dafb6daad5a717)) +* **MenuSurface:** Add opening event for menus. ([53b3cad](https://github.com/material-components/material-components-web/commit/53b3cad2f5ef4d0c9d5cf03c752f27035dd7c818)) +* **select:** Add theming mixin boilerplate code to select ([ae8a6a3](https://github.com/material-components/material-components-web/commit/ae8a6a3a3e650fd068461d1236c5173c8e0467c8)) +* **select:** Add validation getter methods. ([bdf1d37](https://github.com/material-components/material-components-web/commit/bdf1d3771cd5a3c5b23a5cea63d3eaf97ded257d)) +* **select:** Added theme mixins to MDC select ([dcfe49c](https://github.com/material-components/material-components-web/commit/dcfe49c98ac25f5f5d64db021219d8a6c1caf6de)) +* **slider:** Add `minRange` param to range sliders to request a minimum gap between the two thumbs. ([8fffcb5](https://github.com/material-components/material-components-web/commit/8fffcb5ddfb93f1459d62c67f4a051b035bf9940)) +* **slider:** Add an option to hide focus styles after pointer interaction. ([ec54d90](https://github.com/material-components/material-components-web/commit/ec54d904621360bcb27e6d3cd1f33112e2a54aac)) +* **slider:** Keep the slider value indicator within the bounds of the slider if possible. ([c047f7c](https://github.com/material-components/material-components-web/commit/c047f7c19a9452aaced85ce1608b0bc2a63db223)) +* **state:** make context aware ([b2fe352](https://github.com/material-components/material-components-web/commit/b2fe3528bc1603df715c833abb5d905080681102)) +* **switch:** Add high contrast mode focus ring to switch ([f31a833](https://github.com/material-components/material-components-web/commit/f31a833fae6f132318068f30a24a12c6c0cc192f)) +* **text-field:** Add theming mixin boilerplate code to text-field ([eb382f3](https://github.com/material-components/material-components-web/commit/eb382f31889be98f4eebea1670b78c7c10f7016b)) +* **text-field:** Added theme mixins to MDC text field ([344d528](https://github.com/material-components/material-components-web/commit/344d528233437e5f9ff960913957022f05bbdc04)) +* **textfield:** adding input-font-size mixin ([207230e](https://github.com/material-components/material-components-web/commit/207230eb81e8c10cd5f962725af8c0184b8f3b62)) +* **theme:** allow custom property strings in theme.validate-theme() ([4e372fb](https://github.com/material-components/material-components-web/commit/4e372fb4937f0fe71cce7c4c829b099f9f3dcf6b)) +* add new class and mixin for open state of a menu item ([9a02b6e](https://github.com/material-components/material-components-web/commit/9a02b6ef8e8f235c7bd07cd8c6ce9078a46dbb78)) +* Indicate which thumb `valueToAriaValueTextFn` and `valueToValueIndicatorTextFn` functions are called for. ([b6510c8](https://github.com/material-components/material-components-web/commit/b6510c8c1cc3a91937180f03418ea20a0cf2387b)) +* **textfield:** adding input-font-family mixin ([991fb99](https://github.com/material-components/material-components-web/commit/991fb99f715872b49c89c44a6c98e82b4507fd14)) +* Describe how to add child lists into a list item. ([758ce31](https://github.com/material-components/material-components-web/commit/758ce31d94d065b93d09db0016ec86b56d9197ec)) + + +### BREAKING CHANGES + +* **MenuSurface:** Adds #notifyOpening method to menu surface adapter. + +PiperOrigin-RevId: 444830518 +* **slider:** Adds #getValueIndicatorContainerWidth method to slider adapter. + +PiperOrigin-RevId: 419837612 + + + + + # [13.0.0](https://github.com/material-components/material-components-web/compare/v12.0.0...v13.0.0) (2021-09-24) diff --git a/lerna.json b/lerna.json index f6666791bb0..817c9b2d0d3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.0.0", + "version": "14.0.0", "command": { "version": { "conventionalCommits": true diff --git a/packages/material-components-web/package.json b/packages/material-components-web/package.json index 7be281580e3..46ab304a8c1 100644 --- a/packages/material-components-web/package.json +++ b/packages/material-components-web/package.json @@ -1,7 +1,7 @@ { "name": "material-components-web", "description": "Modular and customizable Material Design UI components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,54 +17,54 @@ "directory": "packages/material-components-web" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/auto-init": "^13.0.0", - "@material/banner": "^13.0.0", - "@material/base": "^13.0.0", - "@material/button": "^13.0.0", - "@material/card": "^13.0.0", - "@material/checkbox": "^13.0.0", - "@material/chips": "^13.0.0", - "@material/circular-progress": "^13.0.0", - "@material/data-table": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dialog": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/drawer": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/fab": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/floating-label": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/form-field": "^13.0.0", - "@material/icon-button": "^13.0.0", - "@material/image-list": "^13.0.0", - "@material/layout-grid": "^13.0.0", - "@material/line-ripple": "^13.0.0", - "@material/linear-progress": "^13.0.0", - "@material/list": "^13.0.0", - "@material/menu": "^13.0.0", - "@material/menu-surface": "^13.0.0", - "@material/notched-outline": "^13.0.0", - "@material/radio": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/segmented-button": "^13.0.0", - "@material/select": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/slider": "^13.0.0", - "@material/snackbar": "^13.0.0", - "@material/switch": "^13.0.0", - "@material/tab": "^13.0.0", - "@material/tab-bar": "^13.0.0", - "@material/tab-indicator": "^13.0.0", - "@material/tab-scroller": "^13.0.0", - "@material/textfield": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/tooltip": "^13.0.0", - "@material/top-app-bar": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0" + "@material/animation": "^14.0.0", + "@material/auto-init": "^14.0.0", + "@material/banner": "^14.0.0", + "@material/base": "^14.0.0", + "@material/button": "^14.0.0", + "@material/card": "^14.0.0", + "@material/checkbox": "^14.0.0", + "@material/chips": "^14.0.0", + "@material/circular-progress": "^14.0.0", + "@material/data-table": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dialog": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/drawer": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/fab": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/floating-label": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/form-field": "^14.0.0", + "@material/icon-button": "^14.0.0", + "@material/image-list": "^14.0.0", + "@material/layout-grid": "^14.0.0", + "@material/line-ripple": "^14.0.0", + "@material/linear-progress": "^14.0.0", + "@material/list": "^14.0.0", + "@material/menu": "^14.0.0", + "@material/menu-surface": "^14.0.0", + "@material/notched-outline": "^14.0.0", + "@material/radio": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/segmented-button": "^14.0.0", + "@material/select": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/slider": "^14.0.0", + "@material/snackbar": "^14.0.0", + "@material/switch": "^14.0.0", + "@material/tab": "^14.0.0", + "@material/tab-bar": "^14.0.0", + "@material/tab-indicator": "^14.0.0", + "@material/tab-scroller": "^14.0.0", + "@material/textfield": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/tooltip": "^14.0.0", + "@material/top-app-bar": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0" } } diff --git a/packages/mdc-animation/package.json b/packages/mdc-animation/package.json index 23fbce823ac..d33d3972fc2 100644 --- a/packages/mdc-animation/package.json +++ b/packages/mdc-animation/package.json @@ -1,7 +1,7 @@ { "name": "@material/animation", "description": "Animation Variables and Mixins used by Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", diff --git a/packages/mdc-auto-init/package.json b/packages/mdc-auto-init/package.json index 130cedecab0..01536fbe2df 100644 --- a/packages/mdc-auto-init/package.json +++ b/packages/mdc-auto-init/package.json @@ -1,7 +1,7 @@ { "name": "@material/auto-init", "description": "Declarative, easy-to-use auto-initialization for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "main": "dist/mdc.autoInit.js", "module": "index.js", "sideEffects": false, @@ -12,7 +12,7 @@ "directory": "packages/mdc-auto-init" }, "dependencies": { - "@material/base": "^13.0.0", + "@material/base": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-banner/package.json b/packages/mdc-banner/package.json index 406a8148ee8..04f642ac930 100644 --- a/packages/mdc-banner/package.json +++ b/packages/mdc-banner/package.json @@ -1,7 +1,7 @@ { "name": "@material/banner", "description": "The Material Components Web banner component.", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,17 +17,17 @@ "directory": "packages/mdc-banner" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/button": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/base": "^14.0.0", + "@material/button": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-base/package.json b/packages/mdc-base/package.json index 40303569a2e..0cf4a27dea9 100644 --- a/packages/mdc-base/package.json +++ b/packages/mdc-base/package.json @@ -1,7 +1,7 @@ { "name": "@material/base", "description": "The set of base classes for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.base.js", "module": "index.js", diff --git a/packages/mdc-button/package.json b/packages/mdc-button/package.json index 788ded01333..411b7f9084a 100644 --- a/packages/mdc-button/package.json +++ b/packages/mdc-button/package.json @@ -1,7 +1,7 @@ { "name": "@material/button", "description": "The Material Components for the web button component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -15,18 +15,18 @@ }, "sideEffects": false, "dependencies": { - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-card/package.json b/packages/mdc-card/package.json index 8dbb0ddfa9b..786b93e646e 100644 --- a/packages/mdc-card/package.json +++ b/packages/mdc-card/package.json @@ -1,6 +1,6 @@ { "name": "@material/card", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web card component", "license": "MIT", "keywords": [ @@ -15,13 +15,13 @@ }, "sideEffects": false, "dependencies": { - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-checkbox/package.json b/packages/mdc-checkbox/package.json index dee2c6f2087..082eca7570b 100644 --- a/packages/mdc-checkbox/package.json +++ b/packages/mdc-checkbox/package.json @@ -1,7 +1,7 @@ { "name": "@material/checkbox", "description": "The Material Components for the web checkbox component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,15 +17,15 @@ "directory": "packages/mdc-checkbox" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/touch-target": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/touch-target": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-chips/package.json b/packages/mdc-chips/package.json index 0e0acafd79b..e869d2cff21 100644 --- a/packages/mdc-chips/package.json +++ b/packages/mdc-chips/package.json @@ -1,7 +1,7 @@ { "name": "@material/chips", "description": "The Material Components for the Web chips component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.chips.js", "module": "index.js", @@ -20,21 +20,21 @@ "access": "public" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/checkbox": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/checkbox": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-circular-progress/package.json b/packages/mdc-circular-progress/package.json index 8098aa80c60..c68462b7189 100644 --- a/packages/mdc-circular-progress/package.json +++ b/packages/mdc-circular-progress/package.json @@ -1,7 +1,7 @@ { "name": "@material/circular-progress", "description": "The Material Components for the web circular progress component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,12 +17,12 @@ "directory": "packages/mdc-circular-progress" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/progress-indicator": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/progress-indicator": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-data-table/package.json b/packages/mdc-data-table/package.json index f1d0b05fc4f..55d310d80a5 100644 --- a/packages/mdc-data-table/package.json +++ b/packages/mdc-data-table/package.json @@ -1,6 +1,6 @@ { "name": "@material/data-table", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components Web data table component", "license": "MIT", "keywords": [ @@ -16,23 +16,23 @@ "url": "https://github.com/material-components/material-components-web.git" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/checkbox": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/icon-button": "^13.0.0", - "@material/linear-progress": "^13.0.0", - "@material/list": "^13.0.0", - "@material/menu": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/select": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/checkbox": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/icon-button": "^14.0.0", + "@material/linear-progress": "^14.0.0", + "@material/list": "^14.0.0", + "@material/menu": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/select": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-density/package.json b/packages/mdc-density/package.json index 291bbbde711..24adc370382 100644 --- a/packages/mdc-density/package.json +++ b/packages/mdc-density/package.json @@ -1,7 +1,7 @@ { "name": "@material/density", "description": "Density utilities for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", diff --git a/packages/mdc-dialog/package.json b/packages/mdc-dialog/package.json index 20ee30252e2..03b973c6084 100644 --- a/packages/mdc-dialog/package.json +++ b/packages/mdc-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@material/dialog", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components Web dialog component", "license": "MIT", "keywords": [ @@ -18,20 +18,20 @@ "directory": "packages/mdc-dialog" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/button": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/icon-button": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/button": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/icon-button": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-dom/package.json b/packages/mdc-dom/package.json index 48d1c06b230..93c8a2dcf02 100644 --- a/packages/mdc-dom/package.json +++ b/packages/mdc-dom/package.json @@ -1,7 +1,7 @@ { "name": "@material/dom", "description": "DOM manipulation utilities for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.dom.js", "module": "index.js", @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@material/feature-targeting": "^13.0.0", + "@material/feature-targeting": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-drawer/package.json b/packages/mdc-drawer/package.json index fb605f34654..13c5c3238f3 100644 --- a/packages/mdc-drawer/package.json +++ b/packages/mdc-drawer/package.json @@ -1,6 +1,6 @@ { "name": "@material/drawer", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components Web drawer component", "license": "MIT", "keywords": [ @@ -18,17 +18,17 @@ "directory": "packages/mdc-drawer" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/list": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/list": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-elevation/package.json b/packages/mdc-elevation/package.json index 9ad9041bebf..b371c68b477 100644 --- a/packages/mdc-elevation/package.json +++ b/packages/mdc-elevation/package.json @@ -1,7 +1,7 @@ { "name": "@material/elevation", "description": "Material Components for the web mixins + CSS Classes for Material Design elevation", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -15,11 +15,11 @@ }, "sideEffects": false, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-fab/package.json b/packages/mdc-fab/package.json index 3b2da99ea9c..bd93f048483 100644 --- a/packages/mdc-fab/package.json +++ b/packages/mdc-fab/package.json @@ -1,7 +1,7 @@ { "name": "@material/fab", "description": "The Material Components for the web floating action button component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -16,18 +16,18 @@ }, "sideEffects": false, "dependencies": { - "@material/animation": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-feature-targeting/package.json b/packages/mdc-feature-targeting/package.json index f8c788a9e48..9422efd5406 100644 --- a/packages/mdc-feature-targeting/package.json +++ b/packages/mdc-feature-targeting/package.json @@ -1,7 +1,7 @@ { "name": "@material/feature-targeting", "description": "Material Components for the web Feature Targeting Scss helpers", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", diff --git a/packages/mdc-floating-label/package.json b/packages/mdc-floating-label/package.json index d131b6a6183..a07e0a06706 100644 --- a/packages/mdc-floating-label/package.json +++ b/packages/mdc-floating-label/package.json @@ -1,7 +1,7 @@ { "name": "@material/floating-label", "description": "The Material Components for the web floating-label component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -21,13 +21,13 @@ "access": "public" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-focus-ring/package.json b/packages/mdc-focus-ring/package.json index 70aea6eaa32..5943dd3e96e 100644 --- a/packages/mdc-focus-ring/package.json +++ b/packages/mdc-focus-ring/package.json @@ -1,7 +1,7 @@ { "name": "@material/focus-ring", "description": "The Material Components Web focus ring utilities", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -19,8 +19,8 @@ "access": "public" }, "dependencies": { - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0" + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0" } } diff --git a/packages/mdc-form-field/package.json b/packages/mdc-form-field/package.json index 738fa8d474a..1aeb5291153 100644 --- a/packages/mdc-form-field/package.json +++ b/packages/mdc-form-field/package.json @@ -1,7 +1,7 @@ { "name": "@material/form-field", "description": "Material Components for the web wrapper for laying out form fields and labels next to one another", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,12 +17,12 @@ "directory": "packages/mdc-form-field" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-icon-button/package.json b/packages/mdc-icon-button/package.json index 06281c375f1..3d22e3488da 100644 --- a/packages/mdc-icon-button/package.json +++ b/packages/mdc-icon-button/package.json @@ -1,7 +1,7 @@ { "name": "@material/icon-button", "description": "The Material Components for the web icon button component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.iconButton.js", "module": "index.js", @@ -19,16 +19,16 @@ "directory": "packages/mdc-icon-button" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/touch-target": "^13.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/touch-target": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-image-list/package.json b/packages/mdc-image-list/package.json index e01afa9c81e..af71c927074 100644 --- a/packages/mdc-image-list/package.json +++ b/packages/mdc-image-list/package.json @@ -1,6 +1,6 @@ { "name": "@material/image-list", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web image list component", "license": "MIT", "repository": { @@ -15,10 +15,10 @@ ], "sideEffects": false, "dependencies": { - "@material/feature-targeting": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-layout-grid/package.json b/packages/mdc-layout-grid/package.json index da02536e0b6..583b5303248 100644 --- a/packages/mdc-layout-grid/package.json +++ b/packages/mdc-layout-grid/package.json @@ -1,6 +1,6 @@ { "name": "@material/layout-grid", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web layout grid component", "license": "MIT", "keywords": [ diff --git a/packages/mdc-line-ripple/package.json b/packages/mdc-line-ripple/package.json index 1de7c99be37..a2f08ae52ce 100644 --- a/packages/mdc-line-ripple/package.json +++ b/packages/mdc-line-ripple/package.json @@ -1,7 +1,7 @@ { "name": "@material/line-ripple", "description": "The Material Components for the web line-ripple component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -21,10 +21,10 @@ "access": "public" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-linear-progress/package.json b/packages/mdc-linear-progress/package.json index 61d58976310..d2bbe32aec2 100644 --- a/packages/mdc-linear-progress/package.json +++ b/packages/mdc-linear-progress/package.json @@ -1,7 +1,7 @@ { "name": "@material/linear-progress", "description": "The Material Components for the web linear progress indicator component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.linearProgress.js", "module": "index.js", @@ -17,13 +17,13 @@ "directory": "packages/mdc-linear-progress" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/progress-indicator": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/progress-indicator": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-list/package.json b/packages/mdc-list/package.json index 4d59a088507..2b5137b3d5f 100644 --- a/packages/mdc-list/package.json +++ b/packages/mdc-list/package.json @@ -1,7 +1,7 @@ { "name": "@material/list", "description": "The Material Components for the web list component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "main": "dist/mdc.list.js", "module": "index.js", @@ -17,15 +17,15 @@ "directory": "packages/mdc-list" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-menu-surface/package.json b/packages/mdc-menu-surface/package.json index 3f179a2eccb..746f1b044b3 100644 --- a/packages/mdc-menu-surface/package.json +++ b/packages/mdc-menu-surface/package.json @@ -1,6 +1,6 @@ { "name": "@material/menu-surface", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web menu surface component", "license": "MIT", "keywords": [ @@ -17,13 +17,13 @@ "directory": "packages/mdc-menu-surface" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-menu/package.json b/packages/mdc-menu/package.json index 26fbfed0a03..81f22337b5e 100644 --- a/packages/mdc-menu/package.json +++ b/packages/mdc-menu/package.json @@ -1,6 +1,6 @@ { "name": "@material/menu", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web menu component", "license": "MIT", "keywords": [ @@ -17,15 +17,15 @@ "directory": "packages/mdc-menu" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/list": "^13.0.0", - "@material/menu-surface": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/list": "^14.0.0", + "@material/menu-surface": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-notched-outline/package.json b/packages/mdc-notched-outline/package.json index d47f5f66e41..aaca0808c58 100644 --- a/packages/mdc-notched-outline/package.json +++ b/packages/mdc-notched-outline/package.json @@ -1,7 +1,7 @@ { "name": "@material/notched-outline", "description": "The Material Components for the web notched-outline component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -21,12 +21,12 @@ "access": "public" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/floating-label": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/floating-label": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-progress-indicator/package.json b/packages/mdc-progress-indicator/package.json index 2aa262bb230..b812d40b674 100644 --- a/packages/mdc-progress-indicator/package.json +++ b/packages/mdc-progress-indicator/package.json @@ -1,7 +1,7 @@ { "name": "@material/progress-indicator", "description": "The Material Components for the web interface for Progress Indicators", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "sideEffects": false, "repository": { diff --git a/packages/mdc-radio/package.json b/packages/mdc-radio/package.json index 46a080d6b90..a49b3cad652 100644 --- a/packages/mdc-radio/package.json +++ b/packages/mdc-radio/package.json @@ -1,7 +1,7 @@ { "name": "@material/radio", "description": "The Material Components for the web radio component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,15 +17,15 @@ "directory": "packages/mdc-radio" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/touch-target": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/touch-target": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-ripple/package.json b/packages/mdc-ripple/package.json index 7073be8b7bd..08c913d392d 100644 --- a/packages/mdc-ripple/package.json +++ b/packages/mdc-ripple/package.json @@ -1,7 +1,7 @@ { "name": "@material/ripple", "description": "The Material Components for the web Ink Ripple effect for web element interactions", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,12 +17,12 @@ "directory": "packages/mdc-ripple" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-rtl/package.json b/packages/mdc-rtl/package.json index cdb75a9ce4f..de375c872d5 100644 --- a/packages/mdc-rtl/package.json +++ b/packages/mdc-rtl/package.json @@ -1,7 +1,7 @@ { "name": "@material/rtl", "description": "Material Components for the web RTL Scss helpers", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -16,7 +16,7 @@ "directory": "packages/mdc-rtl" }, "dependencies": { - "@material/theme": "^13.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-segmented-button/package.json b/packages/mdc-segmented-button/package.json index 97274ee7a7e..1a9d6b92092 100644 --- a/packages/mdc-segmented-button/package.json +++ b/packages/mdc-segmented-button/package.json @@ -1,6 +1,6 @@ { "name": "@material/segmented-button", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web segmented button component", "license": "MIT", "repository": { @@ -17,13 +17,13 @@ "access": "public" }, "dependencies": { - "@material/base": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/touch-target": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/base": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/touch-target": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-select/package.json b/packages/mdc-select/package.json index 728d2a7593b..dd7e5d215d9 100644 --- a/packages/mdc-select/package.json +++ b/packages/mdc-select/package.json @@ -1,7 +1,7 @@ { "name": "@material/select", "description": "The Material Components web select (text field drop-down) component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,24 +18,24 @@ "directory": "packages/mdc-select" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/floating-label": "^13.0.0", - "@material/line-ripple": "^13.0.0", - "@material/list": "^13.0.0", - "@material/menu": "^13.0.0", - "@material/menu-surface": "^13.0.0", - "@material/notched-outline": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/floating-label": "^14.0.0", + "@material/line-ripple": "^14.0.0", + "@material/list": "^14.0.0", + "@material/menu": "^14.0.0", + "@material/menu-surface": "^14.0.0", + "@material/notched-outline": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-shape/package.json b/packages/mdc-shape/package.json index d55ede02f8c..9dc299978e5 100644 --- a/packages/mdc-shape/package.json +++ b/packages/mdc-shape/package.json @@ -1,7 +1,7 @@ { "name": "@material/shape", "description": "Shape utilities for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,9 +18,9 @@ }, "sideEffects": false, "dependencies": { - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-slider/package.json b/packages/mdc-slider/package.json index 9ce31217485..5d8de44135f 100644 --- a/packages/mdc-slider/package.json +++ b/packages/mdc-slider/package.json @@ -1,6 +1,6 @@ { "name": "@material/slider", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web slider component", "main": "dist/mdc.slider.js", "module": "index.js", @@ -20,15 +20,15 @@ "access": "public" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-snackbar/package.json b/packages/mdc-snackbar/package.json index c0a79bf61a7..3585213bd7b 100644 --- a/packages/mdc-snackbar/package.json +++ b/packages/mdc-snackbar/package.json @@ -1,7 +1,7 @@ { "name": "@material/snackbar", "description": "The Material Components for the web snackbar component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,18 +17,18 @@ "directory": "packages/mdc-snackbar" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/button": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/icon-button": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/button": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/icon-button": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-switch/package.json b/packages/mdc-switch/package.json index 70c180313a9..fdc0fc9f13b 100644 --- a/packages/mdc-switch/package.json +++ b/packages/mdc-switch/package.json @@ -1,7 +1,7 @@ { "name": "@material/switch", "description": "The Material Components for the web switch component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,18 +17,18 @@ "directory": "packages/mdc-switch" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-tab-bar/package.json b/packages/mdc-tab-bar/package.json index 3671eeaa12e..291cd5eff39 100644 --- a/packages/mdc-tab-bar/package.json +++ b/packages/mdc-tab-bar/package.json @@ -1,7 +1,7 @@ { "name": "@material/tab-bar", "description": "The Material Components for the web tab bar component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,16 +18,16 @@ "directory": "packages/mdc-tab-bar" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/tab": "^13.0.0", - "@material/tab-indicator": "^13.0.0", - "@material/tab-scroller": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/tab": "^14.0.0", + "@material/tab-indicator": "^14.0.0", + "@material/tab-scroller": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-tab-indicator/package.json b/packages/mdc-tab-indicator/package.json index f6b897f75d0..d8654741949 100644 --- a/packages/mdc-tab-indicator/package.json +++ b/packages/mdc-tab-indicator/package.json @@ -1,7 +1,7 @@ { "name": "@material/tab-indicator", "description": "The Material Components for the web tab indicator component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,10 +18,10 @@ "directory": "packages/mdc-tab-indicator" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-tab-scroller/package.json b/packages/mdc-tab-scroller/package.json index f315c66e816..9f1912796e0 100644 --- a/packages/mdc-tab-scroller/package.json +++ b/packages/mdc-tab-scroller/package.json @@ -1,7 +1,7 @@ { "name": "@material/tab-scroller", "description": "The Material Components for the web tab scroller component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,11 +18,11 @@ "directory": "packages/mdc-tab-scroller" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/tab": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/tab": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-tab/package.json b/packages/mdc-tab/package.json index ae877ac39c2..36bb749545f 100644 --- a/packages/mdc-tab/package.json +++ b/packages/mdc-tab/package.json @@ -1,7 +1,7 @@ { "name": "@material/tab", "description": "The Material Components for the web tab component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,15 +17,15 @@ "module": "index.js", "sideEffects": false, "dependencies": { - "@material/base": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/focus-ring": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/tab-indicator": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/base": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/focus-ring": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/tab-indicator": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-textfield/package.json b/packages/mdc-textfield/package.json index 24cfd542cec..08f7051ab6c 100644 --- a/packages/mdc-textfield/package.json +++ b/packages/mdc-textfield/package.json @@ -1,7 +1,7 @@ { "name": "@material/textfield", "description": "The Material Components for the web text field component", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -18,20 +18,20 @@ "directory": "packages/mdc-textfield" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/density": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/floating-label": "^13.0.0", - "@material/line-ripple": "^13.0.0", - "@material/notched-outline": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/tokens": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/density": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/floating-label": "^14.0.0", + "@material/line-ripple": "^14.0.0", + "@material/notched-outline": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/tokens": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-theme/package.json b/packages/mdc-theme/package.json index b25a705f3da..4ada7e3d661 100644 --- a/packages/mdc-theme/package.json +++ b/packages/mdc-theme/package.json @@ -1,7 +1,7 @@ { "name": "@material/theme", "description": "The Material Components for the web theming system", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -15,7 +15,7 @@ }, "sideEffects": false, "dependencies": { - "@material/feature-targeting": "^13.0.0", + "@material/feature-targeting": "^14.0.0", "tslib": "^2.1.0" } } diff --git a/packages/mdc-tokens/package.json b/packages/mdc-tokens/package.json index 29b6ff20079..e9cefe1d0a8 100644 --- a/packages/mdc-tokens/package.json +++ b/packages/mdc-tokens/package.json @@ -1,7 +1,7 @@ { "name": "@material/tokens", "description": "Material Components for the web mixins for Material Design tokens", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -15,6 +15,6 @@ }, "sideEffects": false, "dependencies": { - "@material/elevation": "^13.0.0" + "@material/elevation": "^14.0.0" } } diff --git a/packages/mdc-tooltip/package.json b/packages/mdc-tooltip/package.json index 5213b0b34d3..8107cee838c 100644 --- a/packages/mdc-tooltip/package.json +++ b/packages/mdc-tooltip/package.json @@ -1,7 +1,7 @@ { "name": "@material/tooltip", "description": "The Material Components Web tooltip component.", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -17,15 +17,15 @@ "directory": "packages/mdc-tooltip" }, "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/dom": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/dom": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-top-app-bar/package.json b/packages/mdc-top-app-bar/package.json index 4fb56ac0a5e..effc7223310 100644 --- a/packages/mdc-top-app-bar/package.json +++ b/packages/mdc-top-app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@material/top-app-bar", - "version": "13.0.0", + "version": "14.0.0", "description": "The Material Components for the web top app bar component", "license": "MIT", "main": "dist/mdc.topAppBar.js", @@ -19,14 +19,14 @@ "topappbar" ], "dependencies": { - "@material/animation": "^13.0.0", - "@material/base": "^13.0.0", - "@material/elevation": "^13.0.0", - "@material/ripple": "^13.0.0", - "@material/rtl": "^13.0.0", - "@material/shape": "^13.0.0", - "@material/theme": "^13.0.0", - "@material/typography": "^13.0.0", + "@material/animation": "^14.0.0", + "@material/base": "^14.0.0", + "@material/elevation": "^14.0.0", + "@material/ripple": "^14.0.0", + "@material/rtl": "^14.0.0", + "@material/shape": "^14.0.0", + "@material/theme": "^14.0.0", + "@material/typography": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-touch-target/package.json b/packages/mdc-touch-target/package.json index 66f1bfe94ff..22fdba9d209 100644 --- a/packages/mdc-touch-target/package.json +++ b/packages/mdc-touch-target/package.json @@ -1,7 +1,7 @@ { "name": "@material/touch-target", "description": "Touch target mixins and variables for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -16,9 +16,9 @@ }, "sideEffects": false, "dependencies": { - "@material/base": "^13.0.0", - "@material/feature-targeting": "^13.0.0", - "@material/rtl": "^13.0.0", + "@material/base": "^14.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/rtl": "^14.0.0", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/mdc-typography/package.json b/packages/mdc-typography/package.json index 81c5d7ed479..0289c871c55 100644 --- a/packages/mdc-typography/package.json +++ b/packages/mdc-typography/package.json @@ -1,7 +1,7 @@ { "name": "@material/typography", "description": "Typography classes, mixins, and variables for Material Components for the web", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "keywords": [ "material components", @@ -16,8 +16,8 @@ }, "sideEffects": false, "dependencies": { - "@material/feature-targeting": "^13.0.0", - "@material/theme": "^13.0.0", + "@material/feature-targeting": "^14.0.0", + "@material/theme": "^14.0.0", "tslib": "^2.1.0" } }