@taiga-ui/addon-mobile 4.52.0-canary.536e4ff → 4.52.0-canary.d626d20
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/addon-mobile",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.d626d20",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
28
28
|
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
29
29
|
},
|
|
30
|
-
"./directives": {
|
|
31
|
-
"types": "./directives/index.d.ts",
|
|
32
|
-
"esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
33
|
-
"esm": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
34
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
35
|
-
},
|
|
36
30
|
"./services": {
|
|
37
31
|
"types": "./services/index.d.ts",
|
|
38
32
|
"esm2022": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
39
33
|
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
40
34
|
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
41
35
|
},
|
|
36
|
+
"./directives": {
|
|
37
|
+
"types": "./directives/index.d.ts",
|
|
38
|
+
"esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
39
|
+
"esm": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
40
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
41
|
+
},
|
|
42
42
|
"./components/bottom-sheet": {
|
|
43
43
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
44
44
|
"esm2022": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
|