From 86dd98f53ca16dd104bfdaa3ea6b4511a8e1a08b Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Tue, 12 Dec 2023 12:50:28 +0000 Subject: [PATCH] chore(release): 3.58.0 --- CHANGELOG.md | 36 +++ 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, 207 insertions(+), 353 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52cf6e0d844..b525b6923184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ 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.58.0](https://github.com/taiga-family/taiga-ui/compare/v3.57.0...v3.58.0) (2023-12-12) + +### Features + +- **addon-doc:** add markdown theme ([#6221](https://github.com/taiga-family/taiga-ui/issues/6221)) + ([b73f1da](https://github.com/taiga-family/taiga-ui/commit/b73f1daeb91c8ffc94436452c524e9542f4aa70c)) +- **addon-doc:** display emission in `@Output` wherever possible + ([#6171](https://github.com/taiga-family/taiga-ui/issues/6171)) + ([8282585](https://github.com/taiga-family/taiga-ui/commit/828258501f8d4bca947592bea7e0215fc09370a7)) +- **addon-doc:** improve code block ui ([#6180](https://github.com/taiga-family/taiga-ui/issues/6180)) + ([be39861](https://github.com/taiga-family/taiga-ui/commit/be39861fe7392f34ffbd4d3c8f6095988af236c5)) +- **addon-doc:** use `anchorScrolling` by default ([#6182](https://github.com/taiga-family/taiga-ui/issues/6182)) + ([af24c82](https://github.com/taiga-family/taiga-ui/commit/af24c82a22a9f15e81a812af46067def1060a191)) +- **addon-doc:** use white color for deprecated tag ([#6165](https://github.com/taiga-family/taiga-ui/issues/6165)) + ([bdd946f](https://github.com/taiga-family/taiga-ui/commit/bdd946f46fe835960334ac0d916f457f5264b2a0)) +- **kit:** `Push` allow string in timestamp for custom formatting + ([#6209](https://github.com/taiga-family/taiga-ui/issues/6209)) + ([33525f6](https://github.com/taiga-family/taiga-ui/commit/33525f6d0f19c90b928414326d53cc85ddc292bc)) +- **kit:** support null in `tuiImmutableUpdateInputDateMulti` + ([#6176](https://github.com/taiga-family/taiga-ui/issues/6176)) + ([3ef4f48](https://github.com/taiga-family/taiga-ui/commit/3ef4f4892ff6a01333ca8a185bd8de283c675d62)) + +### Bug Fixes + +- **addon-commerce:** treat US Diners as Mastercard internationally + ([#6210](https://github.com/taiga-family/taiga-ui/issues/6210)) + ([58b04a6](https://github.com/taiga-family/taiga-ui/commit/58b04a619b007aafa041824d5bcf08792a89f9f8)) +- **core:** use immutable range for trigger stream in Safari + ([#6220](https://github.com/taiga-family/taiga-ui/issues/6220)) + ([ddb07f9](https://github.com/taiga-family/taiga-ui/commit/ddb07f9611c345eb9e5d0944b37a46227cc92250)) +- **i18n:** fix Malay translation ([#6161](https://github.com/taiga-family/taiga-ui/issues/6161)) + ([79aa68a](https://github.com/taiga-family/taiga-ui/commit/79aa68ae3fd6f6298bdb60355a25c074f33adef5)) +- **kit:** `InputPhone` should erase value on blur if it's just country code + ([#6214](https://github.com/taiga-family/taiga-ui/issues/6214)) + ([0b0abe9](https://github.com/taiga-family/taiga-ui/commit/0b0abe9011cd20570cb8f83a87955d1bd765510b)) + ## [3.57.0](https://github.com/taiga-family/taiga-ui/compare/v3.56.0...v3.57.0) (2023-12-04) ### Features diff --git a/package-lock.json b/package-lock.json index 583cd203e7a6..1ecefa7b2ba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,15 @@ { "name": "@taiga-ui/components", - "version": "3.57.0", + "version": "3.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.57.0", + "version": "3.58.0", "hasInstallScript": true, "license": "Apache-2.0", - "workspaces": [ - "projects/*" - ], + "workspaces": ["projects/*"], "dependencies": { "@angular/animations": "12.2.17", "@angular/cdk": "12.2.13", @@ -7095,14 +7093,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-17.2.1.tgz", "integrity": "sha512-trAguPa90wUKgGJtsh5XUIZ6Sc17wKr7kAx3RIT9vOp7wd8b7XDdPumLVfm18t86WDRKKvnkr25IlY6ww+2jRg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7111,14 +7105,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-17.2.1.tgz", "integrity": "sha512-7vudbcSh5J9PQ66tV5/o1o5M38r7xW2rE+UllhijwOY2aro4leGrfwaKcSH8iapwfpAnafU/t8nP5ghONC/cyA==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7127,14 +7117,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-17.2.1.tgz", "integrity": "sha512-h7UwvCCGUiChKbuwbv9/rC6VDC/Agv4do2ClOmIa0d+hHw6GJB68mVwNLFIttaToO9CKaTi8f7wj79QQ7cyesg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ], + "os": ["freebsd"], "engines": { "node": ">= 10" } @@ -7143,14 +7129,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-17.2.1.tgz", "integrity": "sha512-BZbW36KRLvfu8VV0Tdl8ySZfQyBguTtumkDZTefhdTYV08l3Xs6InLvftnc5GVObYTW7DF4XvcSsyjFsFs+CPw==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7159,14 +7141,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-17.2.1.tgz", "integrity": "sha512-jnTg614vi9OtVCXW6BHl+UC/LgQmMziIwTzRfeIUFzmOIpJpPmLAtt+etucB0UbKh71qbLF37F7TJe9LmF3QSA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7175,14 +7153,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-17.2.1.tgz", "integrity": "sha512-PeqU0TZRogRqra54ZM8Arn4uLX9PlvdWcTqR95V/rTkV4j76mBy1/RCyoV+wpC6g+e3PD0iaQLAh7ZMpL5RTYg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7191,14 +7165,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-17.2.1.tgz", "integrity": "sha512-h4CLVyKc5HtC69ViewSHXSJmgNkWncQZg9MignkTOlwHAdM/vR0ZWm2DZh5oJFibUBgJK4fGlI+EnXggMMU41A==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7207,14 +7177,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-17.2.1.tgz", "integrity": "sha512-iHqjQQTcqAf9l3zksQLZeRrH8XVlGNH9Rz/SknFp0I3Wym+GYaXomwuDENln5PXmXzrL1Fw6jfgtlxqaOU52Rw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7223,14 +7189,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-17.2.1.tgz", "integrity": "sha512-e/VVRNB2XEE1ywjz3RwUtxYSrElfLxNzsvIpCsObuzE+mtw6ogRlsIWpcV/fe5BOyUGQuDEFqXJTVdOMAptQ9g==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -7239,14 +7201,10 @@ "version": "17.2.1", "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-17.2.1.tgz", "integrity": "sha512-fH+dJEgFMyhlUcnlOj9IYF7F+bSBrOgG5q+VLZxmSMkETvVx12OTvmML38VKWExBdPSJHjSHlrvmsxK1toadnQ==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -7591,170 +7549,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", @@ -11083,9 +10989,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" } @@ -13687,9 +13591,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", @@ -18112,183 +18014,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", @@ -18306,40 +18152,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.1", @@ -20667,9 +20501,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", @@ -21172,9 +21004,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -27170,9 +27000,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", @@ -27195,9 +27023,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", @@ -29542,9 +29368,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "!win32" - ], + "os": ["!win32"], "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2" @@ -31224,9 +31048,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -38831,9 +38653,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", @@ -39358,9 +39178,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "dependencies": { "bindings": "^1.5.0", "nan": "^2.12.1" @@ -40525,7 +40343,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40539,7 +40357,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40560,7 +40378,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "dependencies": { "markdown-it": "14.0.0", @@ -40585,7 +40403,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -40602,7 +40420,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40619,7 +40437,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40636,7 +40454,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40650,7 +40468,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.6", @@ -40679,10 +40497,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.57.0" + "@taiga-ui/i18n": "^3.58.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -40884,7 +40702,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40900,7 +40718,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -40911,7 +40729,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "5.1.0", @@ -40955,7 +40773,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.9.0", @@ -40982,7 +40800,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40996,7 +40814,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.57.0", + "version": "3.58.0", "peerDependencies": { "@taiga-ui/cdk": ">=3.57.0", "tslib": "2.6.2" @@ -41004,10 +40822,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.57.0", + "version": "3.58.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.57.0" + "@taiga-ui/cdk": "^3.58.0" }, "peerDependencies": { "@taiga-ui/cdk": ">=3.57.0", @@ -41016,7 +40834,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.57.0", + "version": "3.58.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index 29c6f6531df5..d2578c291a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.57.0", + "version": "3.58.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 7199b24e2fe8..239b1713956f 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/core": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.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 f3090bf8d805..d3caa58e731c 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/i18n": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/i18n": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 5aa42ee44a34..b030917680d3 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/addon-mobile": ">=3.58.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 caafba2d034a..7a76a7af0347 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 f1362a3bc7cf..fb929df34698 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.57.0", + "version": "3.58.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.0.6", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/i18n": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/i18n": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 c3601f6b93d1..60f1a6896728 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.57.0", + "version": "3.58.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.1.6", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/i18n": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/i18n": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 9a603b1020d7..6ee73874d0ed 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/core": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.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 1a2a6b5e4d9f..21f5a0f5d208 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = `3.57.0`; +export const TUI_VERSION = `3.58.0`; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 2ebf3345a4f0..4f108ddb5764 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.57.0", + "version": "3.58.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 c68d5ab244e0..3df7d1673c24 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.57.0", + "version": "3.58.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.57.0" + "@taiga-ui/i18n": "^3.58.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.0.6", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/i18n": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/i18n": ">=3.58.0", "@tinkoff/ng-event-plugins": "3.1.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 51d0fca44c61..c8ed5459ea99 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/kit": ">=3.57.0", + "@taiga-ui/addon-commerce": ">=3.58.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/kit": ">=3.58.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 71fa565c5e70..89e285e45ce8 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.57.0", + "version": "3.58.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 0ad20619f893..94c3fc5c2c8b 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.57.0", + "version": "3.58.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -19,7 +19,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", "tslib": "2.6.2" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index bc0fd3691c82..91f6af624d5f 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.57.0", + "version": "3.58.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.0.6", "@ng-web-apis/resize-observer": "3.0.6", - "@taiga-ui/cdk": ">=3.57.0", - "@taiga-ui/core": ">=3.57.0", - "@taiga-ui/i18n": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.0", + "@taiga-ui/i18n": ">=3.58.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 12ee8fc03b73..1fbde924bd91 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.57.0", + "version": "3.58.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.57.0", - "@taiga-ui/core": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", + "@taiga-ui/core": ">=3.58.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 5957bdc1c544..aea159227ebe 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.57.0", + "version": "3.58.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.0", "tslib": "2.6.2" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 22904ac23296..e78881a7aeff 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.57.0", + "version": "3.58.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.57.0" + "@taiga-ui/cdk": "^3.58.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.57.0", + "@taiga-ui/cdk": ">=3.58.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 6f00c97d37d9..f3f89ef00134 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.57.0", + "version": "3.58.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.57.0", + "@taiga-ui/cdk": ">=3.58.0", "tslib": "2.6.2" } }