@taiga-ui/legacy 4.53.0 → 4.54.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.53.0",
3
+ "version": "4.54.0",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -177,6 +177,12 @@
177
177
  "esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
178
178
  "default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
179
179
  },
180
+ "./components/input-time": {
181
+ "types": "./components/input-time/index.d.ts",
182
+ "esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
183
+ "esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
184
+ "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
185
+ },
180
186
  "./components/input-year": {
181
187
  "types": "./components/input-year/index.d.ts",
182
188
  "esm2022": "./esm2022/components/input-year/taiga-ui-legacy-components-input-year.mjs",
@@ -189,12 +195,6 @@
189
195
  "esm": "./esm2022/components/island/taiga-ui-legacy-components-island.mjs",
190
196
  "default": "./fesm2022/taiga-ui-legacy-components-island.mjs"
191
197
  },
192
- "./components/input-time": {
193
- "types": "./components/input-time/index.d.ts",
194
- "esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
195
- "esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
196
- "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
197
- },
198
198
  "./components/multi-select": {
199
199
  "types": "./components/multi-select/index.d.ts",
200
200
  "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.53.0";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.54.0";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */