@taiga-ui/addon-mobile 5.0.0-canary.b5906eb → 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.b5906eb",
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,22 +22,50 @@
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",
39
63
  "default": "./fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs"
40
64
  },
65
+ "./components/mobile-calendar": {
66
+ "types": "./components/mobile-calendar/index.d.ts",
67
+ "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs"
68
+ },
41
69
  "./components/mobile-calendar-dropdown": {
42
70
  "types": "./components/mobile-calendar-dropdown/index.d.ts",
43
71
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
@@ -54,10 +82,6 @@
54
82
  "types": "./components/sheet-dialog/index.d.ts",
55
83
  "default": "./fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs"
56
84
  },
57
- "./components/mobile-calendar": {
58
- "types": "./components/mobile-calendar/index.d.ts",
59
- "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs"
60
- },
61
85
  "./components/swipe-action": {
62
86
  "types": "./components/swipe-action/index.d.ts",
63
87
  "default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
@@ -65,30 +89,6 @@
65
89
  "./components/tab-bar": {
66
90
  "types": "./components/tab-bar/index.d.ts",
67
91
  "default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.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": {