@taiga-ui/legacy 4.32.0-canary.358209e → 4.32.0-canary.5a34d15

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.32.0-canary.358209e",
3
+ "version": "4.32.0-canary.5a34d15",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -81,18 +81,18 @@
81
81
  "esm": "./esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs",
82
82
  "default": "./fesm2022/taiga-ui-legacy-components-combo-box.mjs"
83
83
  },
84
- "./components/input-color": {
85
- "types": "./components/input-color/index.d.ts",
86
- "esm2022": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
87
- "esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
88
- "default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
89
- },
90
84
  "./components/input": {
91
85
  "types": "./components/input/index.d.ts",
92
86
  "esm2022": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
93
87
  "esm": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
94
88
  "default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
95
89
  },
90
+ "./components/input-color": {
91
+ "types": "./components/input-color/index.d.ts",
92
+ "esm2022": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
93
+ "esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
94
+ "default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
95
+ },
96
96
  "./components/input-copy": {
97
97
  "types": "./components/input-copy/index.d.ts",
98
98
  "esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
@@ -255,18 +255,18 @@
255
255
  "esm": "./esm2022/components/textarea/taiga-ui-legacy-components-textarea.mjs",
256
256
  "default": "./fesm2022/taiga-ui-legacy-components-textarea.mjs"
257
257
  },
258
- "./directives/legacy-dropdown-open-monitor": {
259
- "types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
260
- "esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
261
- "esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
262
- "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
263
- },
264
258
  "./components/tooltip": {
265
259
  "types": "./components/tooltip/index.d.ts",
266
260
  "esm2022": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
267
261
  "esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
268
262
  "default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
269
263
  },
264
+ "./directives/legacy-dropdown-open-monitor": {
265
+ "types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
266
+ "esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
267
+ "esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
268
+ "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
269
+ },
270
270
  "./directives/textfield-controller": {
271
271
  "types": "./directives/textfield-controller/index.d.ts",
272
272
  "esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
@@ -291,12 +291,6 @@
291
291
  "esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
292
292
  "default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
293
293
  },
294
- "./pipes/format-phone": {
295
- "types": "./pipes/format-phone/index.d.ts",
296
- "esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
297
- "esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
298
- "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
299
- },
300
294
  "./pipes/iso-to-country-code": {
301
295
  "types": "./pipes/iso-to-country-code/index.d.ts",
302
296
  "esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.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
+ "./pipes/format-phone": {
307
+ "types": "./pipes/format-phone/index.d.ts",
308
+ "esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
309
+ "esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
310
+ "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.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.32.0-canary.358209e";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.32.0-canary.5a34d15";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */