@taiga-ui/legacy 4.85.0 → 4.86.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.85.0",
3
+ "version": "4.86.0",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -129,18 +129,18 @@
129
129
  "esm": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
130
130
  "default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
131
131
  },
132
- "./components/input-month-range": {
133
- "types": "./components/input-month-range/index.d.ts",
134
- "esm2022": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
135
- "esm": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
136
- "default": "./fesm2022/taiga-ui-legacy-components-input-month-range.mjs"
137
- },
138
132
  "./components/input-number": {
139
133
  "types": "./components/input-number/index.d.ts",
140
134
  "esm2022": "./esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs",
141
135
  "esm": "./esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs",
142
136
  "default": "./fesm2022/taiga-ui-legacy-components-input-number.mjs"
143
137
  },
138
+ "./components/input-month-range": {
139
+ "types": "./components/input-month-range/index.d.ts",
140
+ "esm2022": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
141
+ "esm": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
142
+ "default": "./fesm2022/taiga-ui-legacy-components-input-month-range.mjs"
143
+ },
144
144
  "./components/input-password": {
145
145
  "types": "./components/input-password/index.d.ts",
146
146
  "esm2022": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
@@ -291,18 +291,18 @@
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",
303
297
  "esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
304
298
  "default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
305
299
  },
300
+ "./pipes/format-phone": {
301
+ "types": "./pipes/format-phone/index.d.ts",
302
+ "esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
303
+ "esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
304
+ "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
305
+ },
306
306
  "./pipes/to-country-code": {
307
307
  "types": "./pipes/to-country-code/index.d.ts",
308
308
  "esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.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.85.0";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.86.0";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */