@taiga-ui/legacy 4.39.0 → 4.39.2

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.39.0",
3
+ "version": "4.39.2",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -165,6 +165,12 @@
165
165
  "esm": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
166
166
  "default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
167
167
  },
168
+ "./components/input-slider": {
169
+ "types": "./components/input-slider/index.d.ts",
170
+ "esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
171
+ "esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
172
+ "default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
173
+ },
168
174
  "./components/input-tag": {
169
175
  "types": "./components/input-tag/index.d.ts",
170
176
  "esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
@@ -302,12 +308,6 @@
302
308
  "esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
303
309
  "esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
304
310
  "default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
305
- },
306
- "./components/input-slider": {
307
- "types": "./components/input-slider/index.d.ts",
308
- "esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
309
- "esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
310
- "default": "./fesm2022/taiga-ui-legacy-components-input-slider.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.39.0";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.39.2";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */