@taiga-ui/addon-mobile 5.0.0-canary.ad1808f → 5.0.0-canary.fc35565

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.
Files changed (1) hide show
  1. package/package.json +35 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-mobile",
3
- "version": "5.0.0-canary.ad1808f",
3
+ "version": "5.0.0-canary.fc35565",
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",
@@ -22,17 +22,41 @@
22
22
  "types": "./index.d.ts",
23
23
  "default": "./fesm2022/taiga-ui-addon-mobile.mjs"
24
24
  },
25
- "./components": {
26
- "types": "./components/index.d.ts",
27
- "default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
25
+ "./directives": {
26
+ "types": "./directives/index.d.ts",
27
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
28
28
  },
29
29
  "./services": {
30
30
  "types": "./services/index.d.ts",
31
31
  "default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
32
32
  },
33
- "./directives": {
34
- "types": "./directives/index.d.ts",
35
- "default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
33
+ "./components": {
34
+ "types": "./components/index.d.ts",
35
+ "default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
36
+ },
37
+ "./directives/dropdown-mobile": {
38
+ "types": "./directives/dropdown-mobile/index.d.ts",
39
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
40
+ },
41
+ "./directives/elastic-sticky": {
42
+ "types": "./directives/elastic-sticky/index.d.ts",
43
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
44
+ },
45
+ "./directives/responsive-dialog": {
46
+ "types": "./directives/responsive-dialog/index.d.ts",
47
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
48
+ },
49
+ "./directives/dropdown-sheet": {
50
+ "types": "./directives/dropdown-sheet/index.d.ts",
51
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
52
+ },
53
+ "./directives/ripple": {
54
+ "types": "./directives/ripple/index.d.ts",
55
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
56
+ },
57
+ "./directives/touchable": {
58
+ "types": "./directives/touchable/index.d.ts",
59
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
36
60
  },
37
61
  "./components/bottom-sheet": {
38
62
  "types": "./components/bottom-sheet/index.d.ts",
@@ -46,6 +70,10 @@
46
70
  "types": "./components/mobile-calendar-dropdown/index.d.ts",
47
71
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
48
72
  },
73
+ "./components/mobile-calendar-sheet": {
74
+ "types": "./components/mobile-calendar-sheet/index.d.ts",
75
+ "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
76
+ },
49
77
  "./components/pull-to-refresh": {
50
78
  "types": "./components/pull-to-refresh/index.d.ts",
51
79
  "default": "./fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs"
@@ -61,34 +89,6 @@
61
89
  "./components/tab-bar": {
62
90
  "types": "./components/tab-bar/index.d.ts",
63
91
  "default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
64
- },
65
- "./components/mobile-calendar-sheet": {
66
- "types": "./components/mobile-calendar-sheet/index.d.ts",
67
- "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
68
- },
69
- "./directives/dropdown-mobile": {
70
- "types": "./directives/dropdown-mobile/index.d.ts",
71
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
72
- },
73
- "./directives/dropdown-sheet": {
74
- "types": "./directives/dropdown-sheet/index.d.ts",
75
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
76
- },
77
- "./directives/elastic-sticky": {
78
- "types": "./directives/elastic-sticky/index.d.ts",
79
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
80
- },
81
- "./directives/responsive-dialog": {
82
- "types": "./directives/responsive-dialog/index.d.ts",
83
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
84
- },
85
- "./directives/ripple": {
86
- "types": "./directives/ripple/index.d.ts",
87
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
88
- },
89
- "./directives/touchable": {
90
- "types": "./directives/touchable/index.d.ts",
91
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
92
92
  }
93
93
  },
94
94
  "peerDependencies": {