@taiga-ui/addon-mobile 4.52.0-canary.763e67d → 4.52.0-canary.7c53ccc

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 (46) hide show
  1. package/components/bottom-sheet/bottom-sheet.component.d.ts +3 -3
  2. package/components/mobile-calendar/calendar-date-stream.d.ts +6 -0
  3. package/components/mobile-calendar/index.d.ts +1 -0
  4. package/components/mobile-calendar/mobile-calendar.component.d.ts +15 -18
  5. package/components/mobile-calendar/mobile-calendar.strategy.d.ts +1 -2
  6. package/components/mobile-calendar-dropdown/mobile-calendar-dropdown.component.d.ts +6 -6
  7. package/components/mobile-calendar-dropdown/mobile-calendar-dropdown.directive.d.ts +6 -6
  8. package/components/pull-to-refresh/pull-to-refresh.component.d.ts +8 -7
  9. package/components/swipe-action/swipe-actions-auto-close.directive.d.ts +2 -2
  10. package/components/tab-bar/tab-bar-item.component.d.ts +3 -3
  11. package/components/tab-bar/tab-bar.component.d.ts +4 -7
  12. package/directives/elastic-sticky/elastic-sticky.directive.d.ts +1 -2
  13. package/directives/ripple/ripple.directive.d.ts +2 -2
  14. package/directives/touchable/touchable.directive.d.ts +5 -5
  15. package/fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs +11 -19
  16. package/fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs +23 -31
  18. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs +2 -2
  20. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs +102 -123
  21. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs +29 -39
  23. package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs +2 -2
  25. package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs +7 -14
  27. package/fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs +23 -41
  29. package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs +4 -6
  31. package/fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs +5 -7
  33. package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs +16 -22
  35. package/fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs.map +1 -1
  36. package/package.json +9 -9
  37. package/styles/android/app-bar.less +5 -1
  38. package/styles/common/badge-notification.less +1 -1
  39. package/styles/common/badge.less +2 -2
  40. package/styles/common/block-status.less +1 -1
  41. package/styles/common/button.less +1 -1
  42. package/styles/common/header.less +1 -1
  43. package/styles/common/message.less +1 -1
  44. package/styles/common/segmented.less +1 -1
  45. package/styles/common/title.less +0 -1
  46. package/styles/common/toast.less +1 -1
@@ -1,5 +1,5 @@
1
1
  tui-app-bar {
2
- font: var(--tui-font-heading-6);
2
+ font: var(--tui-font-heading-h6);
3
3
  block-size: 3.5rem;
4
4
 
5
5
  > .t-content {
@@ -12,6 +12,10 @@ tui-app-bar {
12
12
  > * {
13
13
  max-inline-size: calc(100% - var(--t-sides, 0px));
14
14
  }
15
+
16
+ > [tuiProgressBar] {
17
+ .center-left();
18
+ }
15
19
  }
16
20
 
17
21
  > :last-child [tuiIconButton] {
@@ -1,6 +1,6 @@
1
1
  tui-badge-notification {
2
2
  &[data-size='l'] {
3
- font: var(--tui-font-text-m);
3
+ font: var(--tui-font-body-m);
4
4
  }
5
5
 
6
6
  &[data-size='m'] {
@@ -3,7 +3,7 @@ tui-badge,
3
3
  font-weight: 600;
4
4
 
5
5
  &[data-size='s'] {
6
- font: var(--tui-font-text-xs);
6
+ font: var(--tui-font-body-xs);
7
7
  font-weight: bold;
8
8
  }
9
9
 
@@ -11,7 +11,7 @@ tui-badge,
11
11
  --t-padding: 0 0.625rem;
12
12
  --t-size: 1.75rem;
13
13
 
14
- font: var(--tui-font-text-s);
14
+ font: var(--tui-font-body-s);
15
15
  font-weight: 600;
16
16
  }
17
17
  }
@@ -24,7 +24,7 @@ tui-block-status {
24
24
  h4,
25
25
  h5,
26
26
  h6 {
27
- font: var(--tui-font-heading-5);
27
+ font: var(--tui-font-heading-h5);
28
28
 
29
29
  & ~ .t-block-text:not(:empty) {
30
30
  margin-block-start: 0.5rem;
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  &[data-size='l'] {
27
- font: var(--tui-font-text-l);
27
+ font: var(--tui-font-body-l);
28
28
  font-weight: bold;
29
29
  }
30
30
 
@@ -27,7 +27,7 @@
27
27
  &[data-size='body-m'] {
28
28
  [tuiTitle],
29
29
  [tuiAccessories] {
30
- font: var(--tui-font-heading-6);
30
+ font: var(--tui-font-heading-h6);
31
31
  }
32
32
  }
33
33
  }
@@ -1,4 +1,4 @@
1
1
  [tuiMessage] {
2
- font: var(--tui-font-text-l);
2
+ font: var(--tui-font-body-l);
3
3
  border-radius: 0.875rem;
4
4
  }
@@ -4,7 +4,7 @@ tui-segmented[data-size] {
4
4
  --t-margin: -0.25rem;
5
5
  --t-height: var(--tui-height-s);
6
6
 
7
- font: var(--tui-font-text-s);
7
+ font: var(--tui-font-body-s);
8
8
  border-radius: 0.625rem;
9
9
 
10
10
  tui-icon {
@@ -6,7 +6,6 @@
6
6
  }
7
7
  }
8
8
 
9
- tui-notification [tuiTitle] [tuiSubtitle],
10
9
  [tuiNotification] [tuiTitle] [tuiSubtitle] {
11
10
  color: var(--tui-text-primary);
12
11
  }
@@ -1,7 +1,7 @@
1
1
  [tuiToast] {
2
2
  min-block-size: 3rem;
3
3
  border-radius: 1.5rem;
4
- font: var(--tui-font-text-m);
4
+ font: var(--tui-font-body-m);
5
5
 
6
6
  [tuiButton]:last-child {
7
7
  margin: -0.1875rem -0.4375rem -0.1875rem 0;