@taiga-ui/legacy 4.90.0 → 4.91.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.90.0",
3
+ "version": "4.91.0",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -171,18 +171,18 @@
171
171
  "esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
172
172
  "default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
173
173
  },
174
- "./components/input-time": {
175
- "types": "./components/input-time/index.d.ts",
176
- "esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
177
- "esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
178
- "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
179
- },
180
174
  "./components/input-tag": {
181
175
  "types": "./components/input-tag/index.d.ts",
182
176
  "esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
183
177
  "esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
184
178
  "default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
185
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
+ },
186
186
  "./components/input-year": {
187
187
  "types": "./components/input-year/index.d.ts",
188
188
  "esm2022": "./esm2022/components/input-year/taiga-ui-legacy-components-input-year.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.90.0";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.91.0";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */