@taiga-ui/legacy 4.72.0 → 4.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/legacy",
3
- "version": "4.72.0",
3
+ "version": "4.74.0",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -207,12 +207,6 @@
207
207
  "esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
208
208
  "default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
209
209
  },
210
- "./components/input-time": {
211
- "types": "./components/input-time/index.d.ts",
212
- "esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
213
- "esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
214
- "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
215
- },
216
210
  "./components/input-year": {
217
211
  "types": "./components/input-year/index.d.ts",
218
212
  "esm2022": "./esm2022/components/input-year/taiga-ui-legacy-components-input-year.mjs",
@@ -225,6 +219,12 @@
225
219
  "esm": "./esm2022/components/island/taiga-ui-legacy-components-island.mjs",
226
220
  "default": "./fesm2022/taiga-ui-legacy-components-island.mjs"
227
221
  },
222
+ "./components/input-time": {
223
+ "types": "./components/input-time/index.d.ts",
224
+ "esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
225
+ "esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
226
+ "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
227
+ },
228
228
  "./components/multi-select": {
229
229
  "types": "./components/multi-select/index.d.ts",
230
230
  "esm2022": "./esm2022/components/multi-select/taiga-ui-legacy-components-multi-select.mjs",
@@ -2,7 +2,7 @@ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
2
  /**
3
3
  * @deprecated: drop in v5.0
4
4
  */
5
- export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.72.0";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.74.0";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */