@taiga-ui/legacy 4.33.0-canary.8f2850a → 4.33.0-canary.9a7d594
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.33.0-canary.
|
|
3
|
+
"version": "4.33.0-canary.9a7d594",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -231,6 +231,12 @@
|
|
|
231
231
|
"esm": "./esm2022/components/sheet/taiga-ui-legacy-components-sheet.mjs",
|
|
232
232
|
"default": "./fesm2022/taiga-ui-legacy-components-sheet.mjs"
|
|
233
233
|
},
|
|
234
|
+
"./components/svg": {
|
|
235
|
+
"types": "./components/svg/index.d.ts",
|
|
236
|
+
"esm2022": "./esm2022/components/svg/taiga-ui-legacy-components-svg.mjs",
|
|
237
|
+
"esm": "./esm2022/components/svg/taiga-ui-legacy-components-svg.mjs",
|
|
238
|
+
"default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
|
|
239
|
+
},
|
|
234
240
|
"./components/table-bar": {
|
|
235
241
|
"types": "./components/table-bar/index.d.ts",
|
|
236
242
|
"esm2022": "./esm2022/components/table-bar/taiga-ui-legacy-components-table-bar.mjs",
|
|
@@ -249,12 +255,6 @@
|
|
|
249
255
|
"esm": "./esm2022/components/textarea/taiga-ui-legacy-components-textarea.mjs",
|
|
250
256
|
"default": "./fesm2022/taiga-ui-legacy-components-textarea.mjs"
|
|
251
257
|
},
|
|
252
|
-
"./components/svg": {
|
|
253
|
-
"types": "./components/svg/index.d.ts",
|
|
254
|
-
"esm2022": "./esm2022/components/svg/taiga-ui-legacy-components-svg.mjs",
|
|
255
|
-
"esm": "./esm2022/components/svg/taiga-ui-legacy-components-svg.mjs",
|
|
256
|
-
"default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
|
|
257
|
-
},
|
|
258
258
|
"./components/tooltip": {
|
|
259
259
|
"types": "./components/tooltip/index.d.ts",
|
|
260
260
|
"esm2022": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.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.33.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.33.0-canary.9a7d594";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|