@taiga-ui/kit 4.35.0-canary.3cae238 → 4.35.0-canary.ea2fe69
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.35.0-canary.
|
|
3
|
+
"version": "4.35.0-canary.ea2fe69",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"esm": "./esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs",
|
|
108
108
|
"default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
|
|
109
109
|
},
|
|
110
|
-
"./components/calendar-range": {
|
|
111
|
-
"types": "./components/calendar-range/index.d.ts",
|
|
112
|
-
"esm2022": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
113
|
-
"esm": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
114
|
-
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
115
|
-
},
|
|
116
110
|
"./components/calendar-month": {
|
|
117
111
|
"types": "./components/calendar-month/index.d.ts",
|
|
118
112
|
"esm2022": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
119
113
|
"esm": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
120
114
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
|
|
121
115
|
},
|
|
116
|
+
"./components/calendar-range": {
|
|
117
|
+
"types": "./components/calendar-range/index.d.ts",
|
|
118
|
+
"esm2022": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
119
|
+
"esm": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
120
|
+
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
121
|
+
},
|
|
122
122
|
"./components/carousel": {
|
|
123
123
|
"types": "./components/carousel/index.d.ts",
|
|
124
124
|
"esm2022": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|