@taiga-ui/legacy 4.38.0-canary.30f044e → 4.38.0-canary.87145a2

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.38.0-canary.30f044e",
3
+ "version": "4.38.0-canary.87145a2",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -57,6 +57,12 @@
57
57
  "esm": "./esm2022/tokens/taiga-ui-legacy-tokens.mjs",
58
58
  "default": "./fesm2022/taiga-ui-legacy-tokens.mjs"
59
59
  },
60
+ "./utils": {
61
+ "types": "./utils/index.d.ts",
62
+ "esm2022": "./esm2022/utils/taiga-ui-legacy-utils.mjs",
63
+ "esm": "./esm2022/utils/taiga-ui-legacy-utils.mjs",
64
+ "default": "./fesm2022/taiga-ui-legacy-utils.mjs"
65
+ },
60
66
  "./components/arrow": {
61
67
  "types": "./components/arrow/index.d.ts",
62
68
  "esm2022": "./esm2022/components/arrow/taiga-ui-legacy-components-arrow.mjs",
@@ -69,12 +75,6 @@
69
75
  "esm": "./esm2022/components/color-selector/taiga-ui-legacy-components-color-selector.mjs",
70
76
  "default": "./fesm2022/taiga-ui-legacy-components-color-selector.mjs"
71
77
  },
72
- "./utils": {
73
- "types": "./utils/index.d.ts",
74
- "esm2022": "./esm2022/utils/taiga-ui-legacy-utils.mjs",
75
- "esm": "./esm2022/utils/taiga-ui-legacy-utils.mjs",
76
- "default": "./fesm2022/taiga-ui-legacy-utils.mjs"
77
- },
78
78
  "./components/combo-box": {
79
79
  "types": "./components/combo-box/index.d.ts",
80
80
  "esm2022": "./esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs",
@@ -261,6 +261,12 @@
261
261
  "esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
262
262
  "default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
263
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
+ },
264
270
  "./directives/textfield-controller": {
265
271
  "types": "./directives/textfield-controller/index.d.ts",
266
272
  "esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
@@ -279,12 +285,6 @@
279
285
  "esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
280
286
  "default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
281
287
  },
282
- "./directives/legacy-dropdown-open-monitor": {
283
- "types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
284
- "esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
285
- "esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
286
- "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
287
- },
288
288
  "./directives/wrapper": {
289
289
  "types": "./directives/wrapper/index.d.ts",
290
290
  "esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.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.38.0-canary.30f044e";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.38.0-canary.87145a2";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */