@taiga-ui/addon-mobile 4.77.0 → 4.78.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.
|
|
3
|
+
"version": "4.78.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,18 +81,18 @@
|
|
|
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/tab-bar": {
|
|
85
|
-
"types": "./components/tab-bar/index.d.ts",
|
|
86
|
-
"esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
87
|
-
"esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
88
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
89
|
-
},
|
|
90
84
|
"./components/swipe-action": {
|
|
91
85
|
"types": "./components/swipe-action/index.d.ts",
|
|
92
86
|
"esm2022": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
|
|
93
87
|
"esm": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
|
|
94
88
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
|
|
95
89
|
},
|
|
90
|
+
"./components/tab-bar": {
|
|
91
|
+
"types": "./components/tab-bar/index.d.ts",
|
|
92
|
+
"esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
93
|
+
"esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
94
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.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",
|
|
@@ -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.
|
|
139
|
-
"@taiga-ui/core": "4.
|
|
140
|
-
"@taiga-ui/kit": "4.
|
|
141
|
-
"@taiga-ui/layout": "4.
|
|
138
|
+
"@taiga-ui/cdk": "4.78.0",
|
|
139
|
+
"@taiga-ui/core": "4.78.0",
|
|
140
|
+
"@taiga-ui/kit": "4.78.0",
|
|
141
|
+
"@taiga-ui/layout": "4.78.0",
|
|
142
142
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
143
143
|
"rxjs": ">=7.0.0"
|
|
144
144
|
},
|
|
@@ -13,9 +13,14 @@
|
|
|
13
13
|
[tuiHeader] {
|
|
14
14
|
margin-block-end: -0.5rem;
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
+ [tuiCell] {
|
|
17
17
|
margin-block-start: 0;
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
+ [tuiDescription] {
|
|
21
|
+
margin-block: -0.25rem -0.5rem;
|
|
22
|
+
font: var(--tui-font-text-l);
|
|
23
|
+
}
|
|
19
24
|
}
|
|
20
25
|
|
|
21
26
|
[tuiHeader] [tuiTitle],
|
|
@@ -8,10 +8,19 @@
|
|
|
8
8
|
[tuiTitle] {
|
|
9
9
|
gap: 1rem;
|
|
10
10
|
}
|
|
11
|
+
|
|
12
|
+
[tuiSubtitle] {
|
|
13
|
+
font: var(--tui-font-text-m);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
+ [tuiDescription] {
|
|
17
|
+
margin-block-start: 1rem;
|
|
18
|
+
}
|
|
11
19
|
}
|
|
12
20
|
|
|
13
21
|
&[data-size='m'],
|
|
14
|
-
&[data-size='h4']
|
|
22
|
+
&[data-size='h4'],
|
|
23
|
+
&[data-size='h5'] {
|
|
15
24
|
[tuiTitle] {
|
|
16
25
|
gap: 0.5rem;
|
|
17
26
|
}
|
|
@@ -28,10 +37,15 @@
|
|
|
28
37
|
&[data-size='xxs'],
|
|
29
38
|
&[data-size='h6'],
|
|
30
39
|
&[data-size='body-l'],
|
|
31
|
-
&[data-size='body-m']
|
|
40
|
+
&[data-size='body-m'],
|
|
41
|
+
&[data-size='body-s'] {
|
|
32
42
|
[tuiTitle],
|
|
33
43
|
[tuiAccessories] {
|
|
34
44
|
font: var(--tui-font-heading-6);
|
|
35
45
|
}
|
|
46
|
+
|
|
47
|
+
[tuiSubtitle] {
|
|
48
|
+
font: var(--tui-font-text-ui-s);
|
|
49
|
+
}
|
|
36
50
|
}
|
|
37
51
|
}
|
|
@@ -2,7 +2,7 @@ tui-notification,
|
|
|
2
2
|
[tuiNotification] {
|
|
3
3
|
&[data-size='l'],
|
|
4
4
|
&[data-size='l'] [tuiSubtitle] {
|
|
5
|
-
font: var(--tui-
|
|
5
|
+
font: var(--tui-font-text-ui-l);
|
|
6
6
|
|
|
7
7
|
&[data-icon-start] {
|
|
8
8
|
--t-start: 2.25rem;
|
|
@@ -15,7 +15,7 @@ tui-notification,
|
|
|
15
15
|
|
|
16
16
|
&[data-size='m'],
|
|
17
17
|
&[data-size='m'] [tuiSubtitle] {
|
|
18
|
-
font: var(--tui-
|
|
18
|
+
font: var(--tui-font-text-ui-m);
|
|
19
19
|
|
|
20
20
|
&[data-icon-start] {
|
|
21
21
|
--t-start: 2.25rem;
|