@taiga-ui/legacy 4.30.0-canary.d74a2d2 → 4.31.0-canary.236b97a

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.30.0-canary.d74a2d2",
3
+ "version": "4.31.0-canary.236b97a",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -201,12 +201,6 @@
201
201
  "esm": "./esm2022/components/multi-select/taiga-ui-legacy-components-multi-select.mjs",
202
202
  "default": "./fesm2022/taiga-ui-legacy-components-multi-select.mjs"
203
203
  },
204
- "./components/multi-select-option": {
205
- "types": "./components/multi-select-option/index.d.ts",
206
- "esm2022": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
207
- "esm": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
208
- "default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
209
- },
210
204
  "./components/primitive-textfield": {
211
205
  "types": "./components/primitive-textfield/index.d.ts",
212
206
  "esm2022": "./esm2022/components/primitive-textfield/taiga-ui-legacy-components-primitive-textfield.mjs",
@@ -219,6 +213,12 @@
219
213
  "esm": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
220
214
  "default": "./fesm2022/taiga-ui-legacy-components-select.mjs"
221
215
  },
216
+ "./components/multi-select-option": {
217
+ "types": "./components/multi-select-option/index.d.ts",
218
+ "esm2022": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
219
+ "esm": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
220
+ "default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
221
+ },
222
222
  "./components/select-option": {
223
223
  "types": "./components/select-option/index.d.ts",
224
224
  "esm2022": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.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.30.0-canary.d74a2d2";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.31.0-canary.236b97a";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */