@taiga-ui/kit 4.80.0 → 4.81.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.81.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -227,18 +227,18 @@
|
|
|
227
227
|
"esm": "./esm2022/components/input-date-multi/taiga-ui-kit-components-input-date-multi.mjs",
|
|
228
228
|
"default": "./fesm2022/taiga-ui-kit-components-input-date-multi.mjs"
|
|
229
229
|
},
|
|
230
|
-
"./components/input-date-range": {
|
|
231
|
-
"types": "./components/input-date-range/index.d.ts",
|
|
232
|
-
"esm2022": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
233
|
-
"esm": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
234
|
-
"default": "./fesm2022/taiga-ui-kit-components-input-date-range.mjs"
|
|
235
|
-
},
|
|
236
230
|
"./components/input-date-time": {
|
|
237
231
|
"types": "./components/input-date-time/index.d.ts",
|
|
238
232
|
"esm2022": "./esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs",
|
|
239
233
|
"esm": "./esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs",
|
|
240
234
|
"default": "./fesm2022/taiga-ui-kit-components-input-date-time.mjs"
|
|
241
235
|
},
|
|
236
|
+
"./components/input-date-range": {
|
|
237
|
+
"types": "./components/input-date-range/index.d.ts",
|
|
238
|
+
"esm2022": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
239
|
+
"esm": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
240
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-date-range.mjs"
|
|
241
|
+
},
|
|
242
242
|
"./components/input-inline": {
|
|
243
243
|
"types": "./components/input-inline/index.d.ts",
|
|
244
244
|
"esm2022": "./esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs",
|
|
@@ -685,9 +685,9 @@
|
|
|
685
685
|
"@ng-web-apis/intersection-observer": "^4.14.0",
|
|
686
686
|
"@ng-web-apis/mutation-observer": "^4.14.0",
|
|
687
687
|
"@ng-web-apis/resize-observer": "^4.14.0",
|
|
688
|
-
"@taiga-ui/cdk": "4.
|
|
689
|
-
"@taiga-ui/core": "4.
|
|
690
|
-
"@taiga-ui/i18n": "4.
|
|
688
|
+
"@taiga-ui/cdk": "4.81.0",
|
|
689
|
+
"@taiga-ui/core": "4.81.0",
|
|
690
|
+
"@taiga-ui/i18n": "4.81.0",
|
|
691
691
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
692
692
|
"rxjs": ">=7.0.0"
|
|
693
693
|
},
|