@taiga-ui/legacy 4.59.0 → 4.60.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 +13 -13
- package/utils/icons-path-factory.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/legacy",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.60.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -93,12 +93,6 @@
|
|
|
93
93
|
"esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
94
94
|
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
95
95
|
},
|
|
96
|
-
"./components/input-copy": {
|
|
97
|
-
"types": "./components/input-copy/index.d.ts",
|
|
98
|
-
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
99
|
-
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
100
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
101
|
-
},
|
|
102
96
|
"./components/input-date": {
|
|
103
97
|
"types": "./components/input-date/index.d.ts",
|
|
104
98
|
"esm2022": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
@@ -147,24 +141,30 @@
|
|
|
147
141
|
"esm": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
148
142
|
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
149
143
|
},
|
|
150
|
-
"./components/input-phone-international": {
|
|
151
|
-
"types": "./components/input-phone-international/index.d.ts",
|
|
152
|
-
"esm2022": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
153
|
-
"esm": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
154
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
|
|
155
|
-
},
|
|
156
144
|
"./components/input-phone": {
|
|
157
145
|
"types": "./components/input-phone/index.d.ts",
|
|
158
146
|
"esm2022": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
159
147
|
"esm": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
160
148
|
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
161
149
|
},
|
|
150
|
+
"./components/input-phone-international": {
|
|
151
|
+
"types": "./components/input-phone-international/index.d.ts",
|
|
152
|
+
"esm2022": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
153
|
+
"esm": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
154
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
|
|
155
|
+
},
|
|
162
156
|
"./components/input-range": {
|
|
163
157
|
"types": "./components/input-range/index.d.ts",
|
|
164
158
|
"esm2022": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
165
159
|
"esm": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
166
160
|
"default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
|
|
167
161
|
},
|
|
162
|
+
"./components/input-copy": {
|
|
163
|
+
"types": "./components/input-copy/index.d.ts",
|
|
164
|
+
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
165
|
+
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
166
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
167
|
+
},
|
|
168
168
|
"./components/input-slider": {
|
|
169
169
|
"types": "./components/input-slider/index.d.ts",
|
|
170
170
|
"esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.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.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.60.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|