@taiga-ui/legacy 4.52.0-canary.6af05be → 4.52.0-canary.d626d20

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.52.0-canary.6af05be",
3
+ "version": "4.52.0-canary.d626d20",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -267,12 +267,6 @@
267
267
  "esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
268
268
  "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
269
269
  },
270
- "./directives/textfield-controller": {
271
- "types": "./directives/textfield-controller/index.d.ts",
272
- "esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
273
- "esm": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
274
- "default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
275
- },
276
270
  "./directives/unfinished-validator": {
277
271
  "types": "./directives/unfinished-validator/index.d.ts",
278
272
  "esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
@@ -308,6 +302,12 @@
308
302
  "esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
309
303
  "esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
310
304
  "default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
305
+ },
306
+ "./directives/textfield-controller": {
307
+ "types": "./directives/textfield-controller/index.d.ts",
308
+ "esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
309
+ "esm": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
310
+ "default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
311
311
  }
312
312
  },
313
313
  "peerDependencies": {
@@ -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.52.0-canary.6af05be";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.d626d20";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */