@taiga-ui/addon-mobile 4.76.0 → 4.77.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-mobile",
3
- "version": "4.76.0",
3
+ "version": "4.77.0",
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",
@@ -81,36 +81,36 @@
81
81
  "esm": "./esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs",
82
82
  "default": "./fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs"
83
83
  },
84
- "./components/swipe-action": {
85
- "types": "./components/swipe-action/index.d.ts",
86
- "esm2022": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
87
- "esm": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
88
- "default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
89
- },
90
84
  "./components/tab-bar": {
91
85
  "types": "./components/tab-bar/index.d.ts",
92
86
  "esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
93
87
  "esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
94
88
  "default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
95
89
  },
90
+ "./components/swipe-action": {
91
+ "types": "./components/swipe-action/index.d.ts",
92
+ "esm2022": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
93
+ "esm": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
94
+ "default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
95
+ },
96
96
  "./directives/dropdown-mobile": {
97
97
  "types": "./directives/dropdown-mobile/index.d.ts",
98
98
  "esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
99
99
  "esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
100
100
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
101
101
  },
102
- "./directives/responsive-dialog": {
103
- "types": "./directives/responsive-dialog/index.d.ts",
104
- "esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
105
- "esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
106
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
107
- },
108
102
  "./directives/elastic-sticky": {
109
103
  "types": "./directives/elastic-sticky/index.d.ts",
110
104
  "esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
111
105
  "esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
112
106
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
113
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
+ },
114
114
  "./directives/ripple": {
115
115
  "types": "./directives/ripple/index.d.ts",
116
116
  "esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
@@ -135,10 +135,10 @@
135
135
  "@angular/common": ">=16.0.0",
136
136
  "@angular/core": ">=16.0.0",
137
137
  "@ng-web-apis/common": "^4.14.0",
138
- "@taiga-ui/cdk": "4.76.0",
139
- "@taiga-ui/core": "4.76.0",
140
- "@taiga-ui/kit": "4.76.0",
141
- "@taiga-ui/layout": "4.76.0",
138
+ "@taiga-ui/cdk": "4.77.0",
139
+ "@taiga-ui/core": "4.77.0",
140
+ "@taiga-ui/kit": "4.77.0",
141
+ "@taiga-ui/layout": "4.77.0",
142
142
  "@taiga-ui/polymorpheus": "^4.9.0",
143
143
  "rxjs": ">=7.0.0"
144
144
  },
@@ -10,7 +10,16 @@
10
10
  --t-comp: -0.125rem;
11
11
  }
12
12
 
13
- [tuiAccessories] > [tuiButtonClose] {
14
- --t-size: 1.5rem;
13
+ [tuiHeader] {
14
+ margin-block-end: -0.5rem;
15
+
16
+ & + [tuiCell] {
17
+ margin-block-start: 0;
18
+ }
19
+ }
20
+
21
+ [tuiHeader] [tuiTitle],
22
+ &[tuiHeader] [tuiTitle] {
23
+ gap: 0.5rem;
15
24
  }
16
25
  }
@@ -19,6 +19,10 @@
19
19
 
20
20
  [tuiAccessories] {
21
21
  gap: 1rem;
22
+
23
+ [tuiLink] {
24
+ font: var(--tui-font-text-l);
25
+ }
22
26
  }
23
27
 
24
28
  &[data-size='xxs'],
@@ -0,0 +1,30 @@
1
+ tui-notification,
2
+ [tuiNotification] {
3
+ &[data-size='l'],
4
+ &[data-size='l'] [tuiSubtitle] {
5
+ font: var(--tui-typography-ui-l);
6
+
7
+ &[data-icon-start] {
8
+ --t-start: 2.25rem;
9
+ }
10
+
11
+ &::before {
12
+ inset-inline-start: -1.25rem;
13
+ }
14
+ }
15
+
16
+ &[data-size='m'],
17
+ &[data-size='m'] [tuiSubtitle] {
18
+ font: var(--tui-typography-ui-m);
19
+
20
+ &[data-icon-start] {
21
+ --t-start: 2.25rem;
22
+ }
23
+
24
+ &::before {
25
+ font-size: 1.5rem;
26
+ inset-block-start: 0.625rem;
27
+ inset-inline-start: -1.5rem;
28
+ }
29
+ }
30
+ }
@@ -44,6 +44,7 @@
44
44
  @import 'common/segmented.less';
45
45
  @import 'common/header.less';
46
46
  @import 'common/message.less';
47
+ @import 'common/notification.less';
47
48
  @import 'common/notification-middle.less';
48
49
  @import 'common/toast.less';
49
50