@taiga-ui/addon-mobile 4.41.0-canary.764ad70 → 4.41.0-canary.ac86276

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-mobile",
3
- "version": "4.41.0-canary.764ad70",
3
+ "version": "4.41.0-canary.ac86276",
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",
@@ -57,18 +57,18 @@
57
57
  "esm": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
58
58
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
59
59
  },
60
- "./components/mobile-dialog": {
61
- "types": "./components/mobile-dialog/index.d.ts",
62
- "esm2022": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
63
- "esm": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
64
- "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs"
65
- },
66
60
  "./components/mobile-calendar-sheet": {
67
61
  "types": "./components/mobile-calendar-sheet/index.d.ts",
68
62
  "esm2022": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
69
63
  "esm": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
70
64
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
71
65
  },
66
+ "./components/mobile-dialog": {
67
+ "types": "./components/mobile-dialog/index.d.ts",
68
+ "esm2022": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
69
+ "esm": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
70
+ "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs"
71
+ },
72
72
  "./components/pull-to-refresh": {
73
73
  "types": "./components/pull-to-refresh/index.d.ts",
74
74
  "esm2022": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
@@ -105,6 +105,12 @@
105
105
  "esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
106
106
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
107
107
  },
108
+ "./directives/responsive-dialog": {
109
+ "types": "./directives/responsive-dialog/index.d.ts",
110
+ "esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
111
+ "esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
112
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
113
+ },
108
114
  "./directives/ripple": {
109
115
  "types": "./directives/ripple/index.d.ts",
110
116
  "esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
@@ -117,12 +123,6 @@
117
123
  "esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
118
124
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
119
125
  },
120
- "./directives/responsive-dialog": {
121
- "types": "./directives/responsive-dialog/index.d.ts",
122
- "esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
123
- "esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
124
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
125
- },
126
126
  "./directives/touchable": {
127
127
  "types": "./directives/touchable/index.d.ts",
128
128
  "esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",