From afbd3f682eff08e43d60920dfe7fed218640877e Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Tue, 2 Apr 2024 13:44:37 +0000 Subject: [PATCH] chore(release): 3.73.0 --- CHANGELOG.md | 207 +++++++++++++ package-lock.json | 406 +++++++------------------ package.json | 2 +- projects/addon-charts/package.json | 6 +- projects/addon-commerce/package.json | 10 +- projects/addon-doc/package.json | 10 +- projects/addon-mobile/package.json | 8 +- projects/addon-preview/package.json | 10 +- projects/addon-table/package.json | 10 +- projects/addon-tablebars/package.json | 6 +- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 8 +- projects/experimental/package.json | 10 +- projects/i18n/package.json | 2 +- projects/icons/package.json | 4 +- projects/kit/package.json | 8 +- projects/layout/package.json | 6 +- projects/styles/package.json | 4 +- projects/taiga-schematics/package.json | 6 +- projects/testing/package.json | 4 +- 21 files changed, 378 insertions(+), 353 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae3d0a2beb8..073172a4cf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,213 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.73.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.73.0) (2024-04-02) + +### Features + +- **addon-charts:** `RingChart` add xs size ([#7077](https://github.com/taiga-family/taiga-ui/issues/7077)) + ([a7b4ff3](https://github.com/taiga-family/taiga-ui/commit/a7b4ff37bbc9089dcbc6eaf56c4877274512ecf1)) +- **addon-commerce:** add flag hide cvc code in InputCard, InputCardGrouped + ([#7070](https://github.com/taiga-family/taiga-ui/issues/7070)) + ([0efb113](https://github.com/taiga-family/taiga-ui/commit/0efb113ca234b67fb39a41545ae933da2e7ecb7b)) +- **addon-doc:** support external link in navigation ([#7030](https://github.com/taiga-family/taiga-ui/issues/7030)) + ([4dbe8ac](https://github.com/taiga-family/taiga-ui/commit/4dbe8accb33383e996aa10799f345e3b97acefe8)) +- **addon-doc:** support target property for links ([#6876](https://github.com/taiga-family/taiga-ui/issues/6876)) + ([83fc4b0](https://github.com/taiga-family/taiga-ui/commit/83fc4b01b61b64073745e9bb79f9a17445c5f36c)) +- **cdk:** scroll controls should be visible only inside tui-root area + ([#6624](https://github.com/taiga-family/taiga-ui/issues/6624)) + ([ad35cdb](https://github.com/taiga-family/taiga-ui/commit/ad35cdba5d9bbe7039e327976cddb86f5c30d90e)) +- **core:** add interactive mode for notification ([#6703](https://github.com/taiga-family/taiga-ui/issues/6703)) + ([b0841d3](https://github.com/taiga-family/taiga-ui/commit/b0841d387b0e9f6aecf11544ee2efa3dadc9fb74)) +- **core:** add iOS support to TuiDropdownContextDirective + ([#6721](https://github.com/taiga-family/taiga-ui/issues/6721)) + ([faadc8a](https://github.com/taiga-family/taiga-ui/commit/faadc8a20f582c59b1087028b9e4661a03179d52)) +- **core:** notification content by default should be break by word + ([#6611](https://github.com/taiga-family/taiga-ui/issues/6611)) + ([1237ede](https://github.com/taiga-family/taiga-ui/commit/1237ede2832c4b1364fa04b3d671217d5a1ba8db)) +- **core:** support override dropdown selection ([#7141](https://github.com/taiga-family/taiga-ui/issues/7141)) + ([5e768bd](https://github.com/taiga-family/taiga-ui/commit/5e768bdef90aeb9e18adbbd527ef58aa26dd8d80)) +- **experimental:** `AppBar` update and add desktop mode ([#6614](https://github.com/taiga-family/taiga-ui/issues/6614)) + ([5f3683b](https://github.com/taiga-family/taiga-ui/commit/5f3683b2768cf4fb636206a822a13b54fc792bb5)) +- **experimental:** `Avatar` shift sizes to match buttons and controls + ([#6797](https://github.com/taiga-family/taiga-ui/issues/6797)) + ([ab0aba6](https://github.com/taiga-family/taiga-ui/commit/ab0aba6a411df82ed2978376a813ccbaa40e8ac8)) +- **experimental:** `AvatarOutline` add new directive ([#7083](https://github.com/taiga-family/taiga-ui/issues/7083)) + ([3053ca6](https://github.com/taiga-family/taiga-ui/commit/3053ca62953334575b3550d12bbde94fd8194b15)) +- **experimental:** `BlockDetails` add new component ([#6910](https://github.com/taiga-family/taiga-ui/issues/6910)) + ([af7e3ae](https://github.com/taiga-family/taiga-ui/commit/af7e3ae1b9068fbfdfa14fb1888ef4ea5f9ad581)) +- **experimental:** `Button` add manual :checked appearance + ([#7034](https://github.com/taiga-family/taiga-ui/issues/7034)) + ([5a2f1c3](https://github.com/taiga-family/taiga-ui/commit/5a2f1c3a6469618299aae3d96e34e702ecad283c)) +- **experimental:** `Fade` enable scrolling ([#6855](https://github.com/taiga-family/taiga-ui/issues/6855)) + ([b3a08b8](https://github.com/taiga-family/taiga-ui/commit/b3a08b8040b24cfb85fc5fa11f2f86b86f184822)) +- **experimental:** `Header` add new component ([#6455](https://github.com/taiga-family/taiga-ui/issues/6455)) + ([eef8e7d](https://github.com/taiga-family/taiga-ui/commit/eef8e7d02e212c91e4283459f53da75b0b23ef80)) +- **experimental:** `Navigation` add new module ([#6827](https://github.com/taiga-family/taiga-ui/issues/6827)) + ([1a688ce](https://github.com/taiga-family/taiga-ui/commit/1a688ce3d6ebc5c18ff6931012a333706cee438a)) +- **experimental:** `Segmented` add new component ([#6511](https://github.com/taiga-family/taiga-ui/issues/6511)) + ([f982f5d](https://github.com/taiga-family/taiga-ui/commit/f982f5ddc25ecd98a3a1c624aac58edc42fac9dc)) +- **experimental:** `Skeleton` add new directive ([#7024](https://github.com/taiga-family/taiga-ui/issues/7024)) + ([3785a77](https://github.com/taiga-family/taiga-ui/commit/3785a77174b60f11d1ca3ff6b85d866d9c8f1588)) +- **experimental:** `SwipeActions` add new component ([#6526](https://github.com/taiga-family/taiga-ui/issues/6526)) + ([63792e7](https://github.com/taiga-family/taiga-ui/commit/63792e7303cef399365970e65a248c1ff70d1d4a)) +- **experimental:** add `tui-avatar-labeled` ([#6523](https://github.com/taiga-family/taiga-ui/issues/6523)) + ([a272bd4](https://github.com/taiga-family/taiga-ui/commit/a272bd476bded2e97299020d083406ec012cd228)) +- **experimental:** add `tuiButtonGroup` ([#6686](https://github.com/taiga-family/taiga-ui/issues/6686)) + ([03c4be3](https://github.com/taiga-family/taiga-ui/commit/03c4be31ed825d0217b2c5afb87f1e2d527690b2)) +- **experimental:** add autoClose when another element is focused, hide actions on non-touch devices + ([#6801](https://github.com/taiga-family/taiga-ui/issues/6801)) + ([447baca](https://github.com/taiga-family/taiga-ui/commit/447baca8e794b8614a82fe77145d8424ec5c9060)) +- **experimental:** add card-large ([#6516](https://github.com/taiga-family/taiga-ui/issues/6516)) + ([699c8bc](https://github.com/taiga-family/taiga-ui/commit/699c8bc535e4732f2e25558626f72658d1c97b1d)) +- **kit:** `File` add ability to customize icons ([#6418](https://github.com/taiga-family/taiga-ui/issues/6418)) + ([a13e88a](https://github.com/taiga-family/taiga-ui/commit/a13e88a5d062dc6c78320998afc170eb0bb65df5)) +- **kit:** `Push` add setting the number of lines of text + ([#6682](https://github.com/taiga-family/taiga-ui/issues/6682)) + ([df5e07d](https://github.com/taiga-family/taiga-ui/commit/df5e07d3cb18a113b54f282efa6efb359bf14d86)) +- **kit:** add `tuiCountriesMasksProvider` ([#7139](https://github.com/taiga-family/taiga-ui/issues/7139)) + ([10ac35e](https://github.com/taiga-family/taiga-ui/commit/10ac35e499db736d32f0d674017d5bf23852c305)) +- **kit:** hide dropdown if datalist template not provided + ([#6700](https://github.com/taiga-family/taiga-ui/issues/6700)) + ([0118e72](https://github.com/taiga-family/taiga-ui/commit/0118e72e3f0781ef7ddb15e22000ed9a5224c92c)) +- **kit:** Sensitive increase number of rows for larger sizes + ([#6492](https://github.com/taiga-family/taiga-ui/issues/6492)) + ([fc45f06](https://github.com/taiga-family/taiga-ui/commit/fc45f06d1acaec8f3deaabedfec353034c226b10)) +- **kit:** support `[label]` in `tui-avatar-labeled` ([#6921](https://github.com/taiga-family/taiga-ui/issues/6921)) + ([8ff9592](https://github.com/taiga-family/taiga-ui/commit/8ff95927ba16e402d717dd52fe990a764d461e52)) +- **kit:** use the full height for input files label ([#6595](https://github.com/taiga-family/taiga-ui/issues/6595)) + ([d7a7b45](https://github.com/taiga-family/taiga-ui/commit/d7a7b4587828392d803e6567ed2591fcb973d2bf)) +- **layout:** `BlockStatus` update mobile paddings ([#6617](https://github.com/taiga-family/taiga-ui/issues/6617)) + ([1162add](https://github.com/taiga-family/taiga-ui/commit/1162add149049b90b0fd21286aab8085064a68a6)) + +### Bug Fixes + +- **addon-mobile:** add smooth opacity change for `MobileCalendar` to hide blinking initial view + ([#6459](https://github.com/taiga-family/taiga-ui/issues/6459)) + ([4bea934](https://github.com/taiga-family/taiga-ui/commit/4bea93415d36e34e7f974e80303f7877b7369a80)) +- **addon-table:** `tuiCell` conflicts ([#6606](https://github.com/taiga-family/taiga-ui/issues/6606)) + ([2f70d86](https://github.com/taiga-family/taiga-ui/commit/2f70d86e2e9ca172ba75abdf5c50702d9f2e4888)) +- **addon-table:** added a check that `total` is zero ([#7111](https://github.com/taiga-family/taiga-ui/issues/7111)) + ([6da0b4b](https://github.com/taiga-family/taiga-ui/commit/6da0b4b49354b7bc9611518f81a4ef936bfff268)) +- **addon-table:** eyes not draggable ([#6948](https://github.com/taiga-family/taiga-ui/issues/6948)) + ([ac9ca4d](https://github.com/taiga-family/taiga-ui/commit/ac9ca4dc119a9b2f009d4b80c711fc41b075f3ae)) +- **addon-table:** key type check ([#7028](https://github.com/taiga-family/taiga-ui/issues/7028)) + ([c783dab](https://github.com/taiga-family/taiga-ui/commit/c783dab98791f51070326a3db2f855e16ba6dbd0)) +- cancel macrotask when element destroyed ([#6791](https://github.com/taiga-family/taiga-ui/issues/6791)) + ([d6d06c9](https://github.com/taiga-family/taiga-ui/commit/d6d06c94f9f0cd3e55218fd629115bd1f093cabb)) +- **cdk:** `DirectiveStylesService` fix ssr memory leak ([#6288](https://github.com/taiga-family/taiga-ui/issues/6288)) + ([799e7d6](https://github.com/taiga-family/taiga-ui/commit/799e7d65b52ef8acc72ea43545d46d0de180fd7d)) +- **cdk:** `endWith` should be pass after `takeUntil` ([#6581](https://github.com/taiga-family/taiga-ui/issues/6581)) + ([14da1e0](https://github.com/taiga-family/taiga-ui/commit/14da1e058fd66f119aba785be3ba95011be33def)) +- **cdk:** `ng-add` use actual dompurify version ([#6358](https://github.com/taiga-family/taiga-ui/issues/6358)) + ([2abddb0](https://github.com/taiga-family/taiga-ui/commit/2abddb07681d1024313550f8a256072a87211769)) +- **cdk:** respect client size in `TUI_WINDOW_SIZE` ([#6329](https://github.com/taiga-family/taiga-ui/issues/6329)) + ([120dd8e](https://github.com/taiga-family/taiga-ui/commit/120dd8e022eb86d31894e5572f329bc6ee508650)) +- **cdk:** when the consumer unsubscribes, clean up data ready for next subscription + ([#6557](https://github.com/taiga-family/taiga-ui/issues/6557)) + ([5c86e5f](https://github.com/taiga-family/taiga-ui/commit/5c86e5f6d961617df4e272777cf245abfa5253a6)) +- **core:** `Calendar` properly react to markers change ([#6258](https://github.com/taiga-family/taiga-ui/issues/6258)) + ([fcea78d](https://github.com/taiga-family/taiga-ui/commit/fcea78da92d07baa404de0ea47fcf8cfc8cde5e4)) +- **core:** `Dropdown` fix max height ([#6748](https://github.com/taiga-family/taiga-ui/issues/6748)) + ([c4c43d1](https://github.com/taiga-family/taiga-ui/commit/c4c43d1d417df32471292e7903cb54665ae1fbb3)) +- **core:** `Expand` do not react to transition on pseudo element + ([#7104](https://github.com/taiga-family/taiga-ui/issues/7104)) + ([4f0ff7a](https://github.com/taiga-family/taiga-ui/commit/4f0ff7a6351cc1102f8068aef9597119e5ab7914)) +- **core:** `HostedDropdown` fix binding error in test environment + ([#6534](https://github.com/taiga-family/taiga-ui/issues/6534)) + ([24267dc](https://github.com/taiga-family/taiga-ui/commit/24267dcc5f60601621276d955d8f22c59b2ccdc9)) +- **core:** `Multiselect` fix dropdown shaking ([#6707](https://github.com/taiga-family/taiga-ui/issues/6707)) + ([1a148e2](https://github.com/taiga-family/taiga-ui/commit/1a148e28eb5b942b1c644379d645ba8559a13e7b)) +- **core:** `PrimitiveTextfield` fix memory leak ([#6697](https://github.com/taiga-family/taiga-ui/issues/6697)) + ([ff86243](https://github.com/taiga-family/taiga-ui/commit/ff86243c8bf60591c4faea8ea1d264ee3dde8c45)) +- **core:** `Textfield` fix next button on virtual keyboard + ([#7094](https://github.com/taiga-family/taiga-ui/issues/7094)) + ([55248ba](https://github.com/taiga-family/taiga-ui/commit/55248baab036529d52dd402c5a8953017d37100c)) +- **core:** cancel macrotask in `tui-expand` when component destroyed + ([#6747](https://github.com/taiga-family/taiga-ui/issues/6747)) + ([120eb82](https://github.com/taiga-family/taiga-ui/commit/120eb8292822e80cea736cc6a7a9e674dfda98b1)) +- **core:** disable isObscured check for `HintPointer` ([#7016](https://github.com/taiga-family/taiga-ui/issues/7016)) + ([d3cd092](https://github.com/taiga-family/taiga-ui/commit/d3cd092aef5d402c53e369a67ef7ea1823936dea)) +- **core:** do not hide nested scrollbars ([#6645](https://github.com/taiga-family/taiga-ui/issues/6645)) + ([6a25d26](https://github.com/taiga-family/taiga-ui/commit/6a25d261a58c578511a75d3c8cb4f7fddec595ab)) +- **core:** fix `:active` state of interactive elements in Safari + ([#6753](https://github.com/taiga-family/taiga-ui/issues/6753)) + ([bd96202](https://github.com/taiga-family/taiga-ui/commit/bd96202ff3fe164f9e0d765c331138381d60ca96)) +- **core:** fix custom position accessors ([#7151](https://github.com/taiga-family/taiga-ui/issues/7151)) + ([bdcd37c](https://github.com/taiga-family/taiga-ui/commit/bdcd37c23e74526725872de66f8fcbd4e133c2b5)) +- **core:** fix nested sided dropdown height ([#6863](https://github.com/taiga-family/taiga-ui/issues/6863)) + ([f8607a1](https://github.com/taiga-family/taiga-ui/commit/f8607a161ba761cf9c04acb3f269add7897e7fc0)) +- **core:** page scrolling jumps to top in Iframe when modal is opened + ([#6293](https://github.com/taiga-family/taiga-ui/issues/6293)) + ([e8ac4ea](https://github.com/taiga-family/taiga-ui/commit/e8ac4ea2220f0ff4807c3b6cef944d61f1d073e0)) +- **core:** prevent TuiRoot from applying CSS syles to the body element without Taiga UI context - v3 + ([#6500](https://github.com/taiga-family/taiga-ui/issues/6500)) + ([787d525](https://github.com/taiga-family/taiga-ui/commit/787d525db69f2e14c8c4845875682272a09a5fb7)) +- **core:** set text-align on host notification ([#7042](https://github.com/taiga-family/taiga-ui/issues/7042)) + ([a1ae503](https://github.com/taiga-family/taiga-ui/commit/a1ae503aa4ecf40f5ad1f79daa380e91b837ff70)) +- **core:** take into account scrollbar in active zone ([#6790](https://github.com/taiga-family/taiga-ui/issues/6790)) + ([372c780](https://github.com/taiga-family/taiga-ui/commit/372c7805ba4a04d434376a07ffe1afe3c97032b7)) +- **experimental:** `Avatar` fix error when using `SafeResourceUrl` + ([#6842](https://github.com/taiga-family/taiga-ui/issues/6842)) + ([a79ba00](https://github.com/taiga-family/taiga-ui/commit/a79ba0012e99833f3b7f97e436abb17664a2ed49)) +- **experimental:** `Fade` fix artifacts in Chrome ([#6879](https://github.com/taiga-family/taiga-ui/issues/6879)) + ([8ff14a1](https://github.com/taiga-family/taiga-ui/commit/8ff14a11ae5c99c6c4d3ef77fbc5b5ea50756e28)) +- **experimental:** `Surface` fix styles priority ([#6678](https://github.com/taiga-family/taiga-ui/issues/6678)) + ([43a79c4](https://github.com/taiga-family/taiga-ui/commit/43a79c42ff67b8aaeac8f065b08f9ac70f757009)) +- **experimental:** `SwipeActions` fix scrolling without actions + ([#6750](https://github.com/taiga-family/taiga-ui/issues/6750)) + ([f59d8a6](https://github.com/taiga-family/taiga-ui/commit/f59d8a6eb4b3178516fd4dc925fb54d1ec208247)) +- **experimental:** fix problem with tuiCell ([#6650](https://github.com/taiga-family/taiga-ui/issues/6650)) + ([92735ef](https://github.com/taiga-family/taiga-ui/commit/92735ef5f3b66b5e2c84730464bb8cf66bae1b13)) +- **experimental:** use `background-color` instead of `background` in `tuiSurface` + ([#6841](https://github.com/taiga-family/taiga-ui/issues/6841)) + ([a8f49fc](https://github.com/taiga-family/taiga-ui/commit/a8f49fc4ba4001d6979f05a40797b6c0da259f32)) +- **i18n:** fix Chinese translation of country names ([#6412](https://github.com/taiga-family/taiga-ui/issues/6412)) + ([b03d8db](https://github.com/taiga-family/taiga-ui/commit/b03d8db83c1c6dfe4b45acbaccf906d604f50a5e)) +- **kit:** `ComboBox` fix empty string option incorrect behavior + ([#6328](https://github.com/taiga-family/taiga-ui/issues/6328)) + ([1983340](https://github.com/taiga-family/taiga-ui/commit/1983340ae985bf5e59b667c7090dc3ee558e2dee)) +- **kit:** `InputDate` fix opening mobile calendar in read-only mode + ([#7144](https://github.com/taiga-family/taiga-ui/issues/7144)) + ([9e7bfa2](https://github.com/taiga-family/taiga-ui/commit/9e7bfa29b94f082d7579e204147dce4247d5b9de)) +- **kit:** `InputDateMulti` fix disableItemHandler ([#6947](https://github.com/taiga-family/taiga-ui/issues/6947)) + ([97b2bea](https://github.com/taiga-family/taiga-ui/commit/97b2bea40e4522fd5601244f6a4178dc8dd104d4)) +- **kit:** `InputDateTime` does not change filler on dynamic change of `[timeMode]` prop + ([#6897](https://github.com/taiga-family/taiga-ui/issues/6897)) + ([14a8a8b](https://github.com/taiga-family/taiga-ui/commit/14a8a8b792b47e178064e9d7910a81129560b14f)) +- **kit:** `InputFiles` fix drag over detection when zone.js event coalescing is enabled + ([#7031](https://github.com/taiga-family/taiga-ui/issues/7031)) + ([5b9a605](https://github.com/taiga-family/taiga-ui/commit/5b9a605abbea5f687402e2918c7d1646770ab2b9)) +- **kit:** `InputPhoneInternational` change Brazilian mask pattern + ([#6461](https://github.com/taiga-family/taiga-ui/issues/6461)) + ([87260f3](https://github.com/taiga-family/taiga-ui/commit/87260f342107d1e720b136ef6b1afa1cdfefc1ea)) +- **kit:** `InputYear` fix dropdown paddings ([#6431](https://github.com/taiga-family/taiga-ui/issues/6431)) + ([ee8316f](https://github.com/taiga-family/taiga-ui/commit/ee8316f715b63338c254f7e6d0fee898ed094da8)) +- **kit:** `Push` fix directive change detection ([#6681](https://github.com/taiga-family/taiga-ui/issues/6681)) + ([bdd144d](https://github.com/taiga-family/taiga-ui/commit/bdd144d8d0150e4ee93dff402f684df5802bdb33)) +- **kit:** `RadioLabeled` fix line-height ([#6878](https://github.com/taiga-family/taiga-ui/issues/6878)) + ([4187c11](https://github.com/taiga-family/taiga-ui/commit/4187c1180d134b46ac1eba238155190eaba81903)) +- **kit:** `TasbWithMore` fix redundant left margin for single element + ([#7022](https://github.com/taiga-family/taiga-ui/issues/7022)) + ([#7026](https://github.com/taiga-family/taiga-ui/issues/7026)) + ([d5818aa](https://github.com/taiga-family/taiga-ui/commit/d5818aaee44c419220b50145cb53f1c2d29b4c71)) +- **kit:** add `line-height` for `[tuiTab]` ([#6704](https://github.com/taiga-family/taiga-ui/issues/6704)) + ([db83218](https://github.com/taiga-family/taiga-ui/commit/db832181f0529781c3fc75c6df9c3795269755d7)) +- **kit:** correct update model for `tui-input-date-multi` + ([#7080](https://github.com/taiga-family/taiga-ui/issues/7080)) + ([49e6944](https://github.com/taiga-family/taiga-ui/commit/49e6944cb2e52e4825b4c3efef6c34b682696e88)) +- **kit:** fix radio list identity matcher overriding ([#6531](https://github.com/taiga-family/taiga-ui/issues/6531)) + ([789da96](https://github.com/taiga-family/taiga-ui/commit/789da965cd2da1c0b2953074a0af6399671c125c)) +- **kit:** prevent navigation to parent page if navigation occurs from dialog + ([#6944](https://github.com/taiga-family/taiga-ui/issues/6944)) + ([d5bf23d](https://github.com/taiga-family/taiga-ui/commit/d5bf23ddeb648dc52762f48c4ff208337f591c79)) +- **kit:** scroll over carousel items ([#6788](https://github.com/taiga-family/taiga-ui/issues/6788)) + ([da57038](https://github.com/taiga-family/taiga-ui/commit/da57038f46e6d15b9e302eba0fc2f84803325b8a)) +- **kit:** v3.x remove pure getNativeElements ([#7112](https://github.com/taiga-family/taiga-ui/issues/7112)) + ([5353b44](https://github.com/taiga-family/taiga-ui/commit/5353b442c891f9c285b6e3493296a1138e570bdc)) +- **styles:** `List` fix line height ([#6880](https://github.com/taiga-family/taiga-ui/issues/6880)) + ([ca522ee](https://github.com/taiga-family/taiga-ui/commit/ca522ee38aa7bff1cb6503cca2b26d41f5e1e09f)) + ## [3.72.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.72.0) (2024-03-25) ### Features diff --git a/package-lock.json b/package-lock.json index 28f683385d50..7d1094d8bdcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,15 @@ { "name": "@taiga-ui/components", - "version": "3.72.0", + "version": "3.73.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.72.0", + "version": "3.73.0", "hasInstallScript": true, "license": "Apache-2.0", - "workspaces": [ - "projects/*" - ], + "workspaces": ["projects/*"], "dependencies": { "@angular/animations": "12.2.17", "@angular/cdk": "12.2.13", @@ -7223,14 +7221,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-17.2.3.tgz", "integrity": "sha512-hBVZPL7fXGr9GkEs3Y+CzRhmgC5L5eOjw3jzLyBRtfngoskeVsfzYzJLvMiJWiW6uwDqCUpsNDxpHcXTKAbalg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7239,14 +7233,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-17.2.3.tgz", "integrity": "sha512-oabtuc8j9pzCUI1RPihyKCVvZL1gLZa+n9M0w6nkHLYBu+D+Ot1NxW2m+AT5+H8euKhr9ozk+A4BySuq+Wr+Yg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7255,14 +7245,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-17.2.3.tgz", "integrity": "sha512-2hKiqLwBJwZT5lZ2hO/MVhCqfre746zy+QhMptwK4b6lVVdC/4x75bkQA7VoInIg7357DTem2PSyB4/0d90TaQ==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ], + "os": ["freebsd"], "engines": { "node": ">= 10" } @@ -7271,14 +7257,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-17.2.3.tgz", "integrity": "sha512-mG1QNFRvN4BnYbQwLhKH5ewvF70tYYsijPR40opptrJYdi0jBjv50yRgRUzrrDjkyYiBW2ARzcEPVYqP39Rltw==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7287,14 +7269,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-17.2.3.tgz", "integrity": "sha512-w5fbbS9wxiFG/mUd9bm3doHautyzRTk16K8a3M4t/M6c+JciTunTIivUC/rQpclyFhq0T8oKx2n7ZPHrxHIbFQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7303,14 +7281,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-17.2.3.tgz", "integrity": "sha512-1jupF1CJGw5DsO03/zkqhsk8vbOijf4ldpe4OrGJimKomIvtlvbUikjy7QupGBsHfg2MEs5wWa/1W5W9nYWocA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7319,14 +7293,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-17.2.3.tgz", "integrity": "sha512-S5eJpbUHrmQNxGmdUg2trwtajBhablyV7fArWsI/Nvhe75aVZLAVHLDuEKJgt1U9GtBU65qx+Ne25zlGC9xEQg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7335,14 +7305,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-17.2.3.tgz", "integrity": "sha512-abLPQi1egb3/SM3HwbJkHX1Z9Mvvmf0i2FQ4/tPJFSffJhfogEBGhcP5jtrVSn5dtPwFRQgrA2zcCUVtzoxA3w==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7351,14 +7317,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-17.2.3.tgz", "integrity": "sha512-dIIKVRBjz6DXpZGbljJ7g3jd2T1tkCl7xnqHARpvrBvOPHucKbmm2aK43AdM/uEorfGHR0J+SqDb8uVUVeE9CQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -7367,14 +7329,10 @@ "version": "17.2.3", "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-17.2.3.tgz", "integrity": "sha512-E9nNdHHQLhyZd/sOewAko3ZIgK4mrAmNKVcb1bVVYMgKad786OjMoUkQbDobgEV6pO4hKvQXGDFXg4bNwpT6Qw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -7611,170 +7569,118 @@ "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.8.0.tgz", "integrity": "sha512-zdTObFRoNENrdPpnTNnhOljYIcOX7aI7+7wyrSpPFFIOf/nRdedE6IYsjaBE7tjukphh1tMTojgJ7p3lKY8x6Q==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "android" - ] + "os": ["android"] }, "node_modules/@rollup/rollup-android-arm64": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.8.0.tgz", "integrity": "sha512-aiItwP48BiGpMFS9Znjo/xCNQVwTQVcRKkFKsO81m8exrGjHkCBDvm9PHay2kpa8RPnZzzKcD1iQ9KaLY4fPQQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "android" - ] + "os": ["android"] }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.8.0.tgz", "integrity": "sha512-zhNIS+L4ZYkYQUjIQUR6Zl0RXhbbA0huvNIWjmPc2SL0cB1h5Djkcy+RZ3/Bwszfb6vgwUvcVJYD6e6Zkpsi8g==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/@rollup/rollup-darwin-x64": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.8.0.tgz", "integrity": "sha512-A/FAHFRNQYrELrb/JHncRWzTTXB2ticiRFztP4ggIUAfa9Up1qfW8aG2w/mN9jNiZ+HB0t0u0jpJgFXG6BfRTA==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.8.0.tgz", "integrity": "sha512-JsidBnh3p2IJJA4/2xOF2puAYqbaczB3elZDT0qHxn362EIoIkq7hrR43Xa8RisgI6/WPfvb2umbGsuvf7E37A==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.8.0.tgz", "integrity": "sha512-hBNCnqw3EVCkaPB0Oqd24bv8SklETptQWcJz06kb9OtiShn9jK1VuTgi7o4zPSt6rNGWQOTDEAccbk0OqJmS+g==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-linux-arm64-musl": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.8.0.tgz", "integrity": "sha512-Fw9ChYfJPdltvi9ALJ9wzdCdxGw4wtq4t1qY028b2O7GwB5qLNSGtqMsAel1lfWTZvf4b6/+4HKp0GlSYg0ahA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.8.0.tgz", "integrity": "sha512-BH5xIh7tOzS9yBi8dFrCTG8Z6iNIGWGltd3IpTSKp6+pNWWO6qy8eKoRxOtwFbMrid5NZaidLYN6rHh9aB8bEw==", - "cpu": [ - "riscv64" - ], + "cpu": ["riscv64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-linux-x64-gnu": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.8.0.tgz", "integrity": "sha512-PmvAj8k6EuWiyLbkNpd6BLv5XeYFpqWuRvRNRl80xVfpGXK/z6KYXmAgbI4ogz7uFiJxCnYcqyvZVD0dgFog7Q==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-linux-x64-musl": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.8.0.tgz", "integrity": "sha512-mdxnlW2QUzXwY+95TuxZ+CurrhgrPAMveDWI97EQlA9bfhR8tw3Pt7SUlc/eSlCNxlWktpmT//EAA8UfCHOyXg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.8.0.tgz", "integrity": "sha512-ge7saUz38aesM4MA7Cad8CHo0Fyd1+qTaqoIo+Jtk+ipBi4ATSrHWov9/S4u5pbEQmLjgUjB7BJt+MiKG2kzmA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.8.0.tgz", "integrity": "sha512-p9E3PZlzurhlsN5h9g7zIP1DnqKXJe8ZUkFwAazqSvHuWfihlIISPxG9hCHCoA+dOOspL/c7ty1eeEVFTE0UTw==", - "cpu": [ - "ia32" - ], + "cpu": ["ia32"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/@rollup/rollup-win32-x64-msvc": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.8.0.tgz", "integrity": "sha512-kb4/auKXkYKqlUYTE8s40FcJIj5soOyRLHKd4ugR0dCq0G2EfcF54eYcfQiGkHzjidZ40daB4ulsFdtqNKZtBg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/@schematics/angular": { "version": "12.2.18", @@ -11226,9 +11132,7 @@ "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true, - "engines": [ - "node >= 0.8.0" - ], + "engines": ["node >= 0.8.0"], "bin": { "ansi-html": "bin/ansi-html" } @@ -13856,9 +13760,7 @@ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", "dev": true, - "engines": [ - "node >= 6.0" - ], + "engines": ["node >= 6.0"], "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -18176,183 +18078,127 @@ "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "android" - ] + "os": ["android"] }, "node_modules/esbuild-darwin-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/esbuild-darwin-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/esbuild-freebsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ] + "os": ["freebsd"] }, "node_modules/esbuild-freebsd-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ] + "os": ["freebsd"] }, "node_modules/esbuild-linux-32": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "cpu": [ - "ia32" - ], + "cpu": ["ia32"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-arm": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-mips64le": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "cpu": [ - "mips64el" - ], + "cpu": ["mips64el"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-ppc64le": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "cpu": [ - "ppc64" - ], + "cpu": ["ppc64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-netbsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "netbsd" - ] + "os": ["netbsd"] }, "node_modules/esbuild-openbsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "openbsd" - ] + "os": ["openbsd"] }, "node_modules/esbuild-sunos-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "sunos" - ] + "os": ["sunos"] }, "node_modules/esbuild-wasm": { "version": "0.13.8", @@ -18370,40 +18216,28 @@ "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "cpu": [ - "ia32" - ], + "cpu": ["ia32"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/esbuild-windows-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/esbuild-windows-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/escalade": { "version": "3.1.2", @@ -20724,9 +20558,7 @@ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, - "engines": [ - "node >=0.6.0" - ] + "engines": ["node >=0.6.0"] }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -21229,9 +21061,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -27229,9 +27059,7 @@ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, - "engines": [ - "node >= 0.2.0" - ] + "engines": ["node >= 0.2.0"] }, "node_modules/JSONStream": { "version": "1.3.5", @@ -27254,9 +27082,7 @@ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", "dev": true, - "engines": [ - "node >=0.6.0" - ], + "engines": ["node >=0.6.0"], "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -29655,9 +29481,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "!win32" - ], + "os": ["!win32"], "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2" @@ -31326,9 +31150,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -39003,9 +38825,7 @@ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, - "engines": [ - "node >=0.6.0" - ], + "engines": ["node >=0.6.0"], "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -39539,9 +39359,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "dependencies": { "bindings": "^1.5.0", "nan": "^2.12.1" @@ -40730,7 +40548,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40744,7 +40562,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40765,7 +40583,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "dependencies": { "markdown-it": "14.0.0", @@ -40790,7 +40608,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -40807,7 +40625,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40824,7 +40642,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40841,7 +40659,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40855,7 +40673,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.6", @@ -40884,10 +40702,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.72.0" + "@taiga-ui/i18n": "^3.73.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -41089,7 +40907,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41105,7 +40923,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -41116,7 +40934,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "5.1.0", @@ -41160,7 +40978,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.9.0", @@ -41187,7 +41005,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41201,7 +41019,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.72.0", + "version": "3.73.0", "peerDependencies": { "@taiga-ui/cdk": "^3.72.0", "tslib": "2.6.2" @@ -41209,10 +41027,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.72.0", + "version": "3.73.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.72.0" + "@taiga-ui/cdk": "^3.73.0" }, "peerDependencies": { "@taiga-ui/cdk": "^3.72.0", @@ -41221,7 +41039,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.72.0", + "version": "3.73.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index 5c9f780b73b5..b26cc9f92807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.72.0", + "version": "3.73.0", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index 28621226be4c..541a4a39b4f0 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.72.0", + "version": "3.73.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "tslib": "2.6.2" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 3eb31dddb7dd..461b2459aa19 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.72.0", + "version": "3.73.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "1.9.0", "@maskito/kit": "1.9.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/i18n": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/i18n": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index c56e7acd2ff0..eadc9ae88a14 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.72.0", + "version": "3.73.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -26,10 +26,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/addon-mobile": "^3.72.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/addon-mobile": "^3.73.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "tslib": "2.6.2" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 6b071f2a40f0..91858e545925 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.72.0", + "version": "3.73.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index 5121f76116c4..45de6cff77cd 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.72.0", + "version": "3.73.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": "3.1.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/i18n": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/i18n": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index ef583373ee2d..28cb0bad4720 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.72.0", + "version": "3.73.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": "3.2.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/i18n": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/i18n": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index b0dde0922af3..f623e7450816 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.72.0", + "version": "3.73.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 15b6d24297d9..2d804fcce589 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '3.72.0'; +export const TUI_VERSION = '3.73.0'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index e21e7373bad5..6a1e0bcbe34d 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.72.0", + "version": "3.73.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index a478f91a1f3d..c2678b1e0ca4 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.72.0", + "version": "3.73.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.72.0" + "@taiga-ui/i18n": "^3.73.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "3.1.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/i18n": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/i18n": "^3.73.0", "@tinkoff/ng-event-plugins": "3.1.1", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 507b4818c8df..7c58607fe218 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.72.0", + "version": "3.73.0", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/addon-commerce": "^3.72.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/kit": "^3.72.0", + "@taiga-ui/addon-commerce": "^3.73.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/kit": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 0e75093bb442..bfefea413c3b 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.72.0", + "version": "3.73.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index b79e2fbe6dbb..b891943965fc 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.72.0", + "version": "3.73.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -19,7 +19,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", "tslib": "2.6.2" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index 59924802e291..ae4c9c28f9c9 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.72.0", + "version": "3.73.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "3.1.0", "@ng-web-apis/resize-observer": "3.0.6", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", - "@taiga-ui/i18n": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", + "@taiga-ui/i18n": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/layout/package.json b/projects/layout/package.json index be4c7748b378..77bbec5168e4 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.72.0", + "version": "3.73.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.72.0", - "@taiga-ui/core": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", + "@taiga-ui/core": "^3.73.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", "tslib": "2.6.2" diff --git a/projects/styles/package.json b/projects/styles/package.json index 17d953919333..54debb3a1bdc 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.72.0", + "version": "3.73.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", "tslib": "2.6.2" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index cfef40d6d40d..2a50c2a50cfc 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.72.0", + "version": "3.73.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.72.0" + "@taiga-ui/cdk": "^3.73.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", "tslib": "2.6.2" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index a087b81f2168..c74b2e884d54 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.72.0", + "version": "3.73.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -13,7 +13,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.72.0", + "@taiga-ui/cdk": "^3.73.0", "tslib": "2.6.2" } }