@xenknight/framework7 0.0.5 → 0.0.6

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 (73) hide show
  1. package/components/block/block-vars.less +6 -6
  2. package/components/button/button-vars.less +11 -10
  3. package/components/dialog/dialog-class.js +6 -3
  4. package/components/dialog/dialog-ios.less +10 -34
  5. package/components/dialog/dialog-md.less +2 -22
  6. package/components/dialog/dialog-rtl.css +1 -1
  7. package/components/dialog/dialog-vars.less +8 -10
  8. package/components/dialog/dialog.css +1 -1
  9. package/components/dialog/dialog.js +3 -3
  10. package/components/dialog/dialog.less +6 -25
  11. package/components/list/list-vars.less +7 -5
  12. package/components/list/list.less +1 -1
  13. package/components/notification/notification-class.js +6 -6
  14. package/components/notification/notification-ios.less +3 -8
  15. package/components/notification/notification-md.less +1 -20
  16. package/components/notification/notification-rtl.css +1 -1
  17. package/components/notification/notification-vars.less +13 -16
  18. package/components/notification/notification.css +1 -1
  19. package/components/notification/notification.less +13 -1
  20. package/components/popover/popover-class.js +21 -58
  21. package/components/popover/popover-ios.less +66 -2
  22. package/components/popover/popover-md.less +2 -27
  23. package/components/popover/popover-rtl.css +1 -1
  24. package/components/popover/popover-vars.less +2 -3
  25. package/components/popover/popover.css +1 -1
  26. package/components/popover/popover.d.ts +0 -2
  27. package/components/popover/popover.js +0 -1
  28. package/components/popover/popover.less +28 -50
  29. package/components/range/range-class.js +34 -27
  30. package/components/range/range-ios.less +60 -0
  31. package/components/range/range-md.less +67 -4
  32. package/components/range/range-rtl.css +1 -1
  33. package/components/range/range-vars.less +18 -13
  34. package/components/range/range.css +1 -1
  35. package/components/range/range.d.ts +3 -1
  36. package/components/range/range.less +11 -24
  37. package/components/swipeout/swipeout-ios.less +37 -0
  38. package/components/swipeout/swipeout-md.less +56 -0
  39. package/components/swipeout/swipeout-rtl.css +1 -1
  40. package/components/swipeout/swipeout-vars.less +13 -2
  41. package/components/swipeout/swipeout.css +1 -1
  42. package/components/swipeout/swipeout.js +99 -23
  43. package/components/swipeout/swipeout.less +20 -44
  44. package/components/toast/toast-class.js +2 -2
  45. package/components/toast/toast-ios.less +2 -0
  46. package/components/toast/toast-rtl.css +1 -1
  47. package/components/toast/toast-vars.less +2 -4
  48. package/components/toast/toast.css +1 -1
  49. package/components/toast/toast.less +1 -1
  50. package/framework7-bundle-rtl.css +417 -368
  51. package/framework7-bundle-rtl.min.css +4 -4
  52. package/framework7-bundle.css +417 -368
  53. package/framework7-bundle.esm.js +2 -2
  54. package/framework7-bundle.js +2446 -849
  55. package/framework7-bundle.js.map +1 -1
  56. package/framework7-bundle.less +2 -2
  57. package/framework7-bundle.min.css +4 -4
  58. package/framework7-bundle.min.js +3 -3
  59. package/framework7-bundle.min.js.map +1 -1
  60. package/framework7-lite-bundle.esm.js +2 -2
  61. package/framework7-lite.esm.js +2 -2
  62. package/framework7-rtl.css +27 -25
  63. package/framework7-rtl.min.css +3 -3
  64. package/framework7.css +27 -25
  65. package/framework7.esm.js +2 -2
  66. package/framework7.less +2 -2
  67. package/framework7.min.css +3 -3
  68. package/package.json +1 -1
  69. package/shared/get-support.d.ts +0 -6
  70. package/shared/get-support.js +1 -20
  71. package/shared/material-color-utils.js +2153 -679
  72. package/shared/material-colors.js +97 -17
  73. package/shared/utils.js +18 -6
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Framework7 0.0.3
2
+ * Framework7 0.0.5
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Released under the MIT License
9
9
  *
10
- * Released on: December 14, 2025
10
+ * Released on: December 19, 2025
11
11
  */
12
12
 
13
13
  /*====================
@@ -3002,18 +3002,18 @@ html.device-full-viewport body {
3002
3002
  --f7-block-text-color: inherit;
3003
3003
  --f7-block-margin-vertical: 35px;
3004
3004
  --f7-block-outline-border-color: rgba(0, 0, 0, 0.22);
3005
- --f7-block-title-font-size: 16px;
3005
+ --f7-block-title-font-size: 17px;
3006
3006
  --f7-block-title-font-weight: 600;
3007
3007
  --f7-block-title-line-height: 20px;
3008
3008
  --f7-block-title-margin-bottom: 10px;
3009
- --f7-block-title-medium-font-size: 22px;
3009
+ --f7-block-title-medium-font-size: 20px;
3010
3010
  --f7-block-title-medium-font-weight: bold;
3011
3011
  --f7-block-title-medium-line-height: 1.4;
3012
- --f7-block-title-large-font-size: 30px;
3012
+ --f7-block-title-large-font-size: 22px;
3013
3013
  --f7-block-title-large-font-weight: bold;
3014
3014
  --f7-block-title-large-line-height: 1.3;
3015
- --f7-block-inset-border-radius: 8px;
3016
- --f7-block-title-text-color: #000;
3015
+ --f7-block-inset-border-radius: 24px;
3016
+ --f7-block-title-text-color: rgba(0, 0, 0, 0.6);
3017
3017
  --f7-block-strong-text-color: #000;
3018
3018
  --f7-block-header-text-color: rgba(0, 0, 0, 0.45);
3019
3019
  --f7-block-footer-text-color: rgba(0, 0, 0, 0.45);
@@ -3023,7 +3023,7 @@ html.device-full-viewport body {
3023
3023
  }
3024
3024
  .ios .dark,
3025
3025
  .ios.dark {
3026
- --f7-block-title-text-color: #fff;
3026
+ --f7-block-title-text-color: rgba(255, 255, 255, 0.6);
3027
3027
  --f7-block-header-text-color: rgba(255, 255, 255, 0.55);
3028
3028
  --f7-block-footer-text-color: rgba(255, 255, 255, 0.55);
3029
3029
  --f7-block-strong-text-color: #fff;
@@ -3429,7 +3429,6 @@ html.device-full-viewport body {
3429
3429
  :root {
3430
3430
  --f7-list-inset-side-margin: 16px;
3431
3431
  --f7-list-item-padding-horizontal: 16px;
3432
- --f7-list-item-padding-vertical: 8px;
3433
3432
  --f7-list-media-item-padding-horizontal: 16px;
3434
3433
  --f7-list-item-text-max-lines: 2;
3435
3434
  --f7-list-chevron-icon-font-size: 20px;
@@ -3473,8 +3472,9 @@ html.device-full-viewport body {
3473
3472
  --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
3474
3473
  }
3475
3474
  .ios {
3475
+ --f7-list-item-padding-vertical: 12px;
3476
3476
  --f7-list-in-list-padding-left: 30px;
3477
- --f7-list-inset-border-radius: 8px;
3477
+ --f7-list-inset-border-radius: 24px;
3478
3478
  --f7-list-margin-vertical: 35px;
3479
3479
  --f7-list-font-size: 17px;
3480
3480
  --f7-list-chevron-icon-area: 20px;
@@ -3486,7 +3486,7 @@ html.device-full-viewport body {
3486
3486
  --f7-list-item-text-line-height: 21px;
3487
3487
  --f7-list-item-after-font-size: inherit;
3488
3488
  --f7-list-item-after-padding: 5px;
3489
- --f7-list-item-min-height: 44px;
3489
+ --f7-list-item-min-height: 52px;
3490
3490
  --f7-list-item-media-icons-margin: 5px;
3491
3491
  --f7-list-media-item-padding-vertical: 10px;
3492
3492
  --f7-list-media-item-title-font-weight: 600;
@@ -3499,7 +3499,7 @@ html.device-full-viewport body {
3499
3499
  --f7-list-group-title-font-size: inherit;
3500
3500
  --f7-list-group-title-font-weight: 400;
3501
3501
  --f7-menu-list-offset: 8px;
3502
- --f7-menu-list-border-radius: 8px;
3502
+ --f7-menu-list-border-radius: 16px;
3503
3503
  --f7-menu-list-item-bg-color: transparent;
3504
3504
  --f7-menu-list-item-text-color: inherit;
3505
3505
  --f7-menu-list-item-min-height: 44px;
@@ -3518,7 +3518,7 @@ html.device-full-viewport body {
3518
3518
  .ios .dark,
3519
3519
  .ios.dark {
3520
3520
  --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
3521
- --f7-list-outline-inset-color: rgba(255, 255, 255, 0.15);
3521
+ --f7-list-outline-inset-border-color: rgba(255, 255, 255, 0.15);
3522
3522
  --f7-list-strong-bg-color: #1c1c1d;
3523
3523
  --f7-list-item-after-text-color: rgba(255, 255, 255, 0.55);
3524
3524
  --f7-list-item-header-text-color: rgba(255, 255, 255, 0.55);
@@ -3531,6 +3531,7 @@ html.device-full-viewport body {
3531
3531
  --f7-menu-list-item-selected-bg-color: var(--f7-theme-color);
3532
3532
  }
3533
3533
  .md {
3534
+ --f7-list-item-padding-vertical: 8px;
3534
3535
  --f7-list-in-list-padding-left: 24px;
3535
3536
  --f7-list-inset-border-radius: 16px;
3536
3537
  --f7-list-margin-vertical: 32px;
@@ -3741,8 +3742,8 @@ html.device-full-viewport body {
3741
3742
  .list label.item-content {
3742
3743
  color: inherit;
3743
3744
  }
3744
- .list .item-link.active-state,
3745
- .list label.item-content.active-state {
3745
+ .list .item-link.active-state:not(:has(.toggle-active-state)),
3746
+ .list label.item-content.active-state:not(:has(.toggle-active-state)) {
3746
3747
  background-color: var(--f7-list-link-pressed-bg-color);
3747
3748
  }
3748
3749
  .list .item-link .item-inner {
@@ -4553,7 +4554,6 @@ li.list-group-title:after,
4553
4554
  --f7-badge-bg-color: var(--f7-theme-color);
4554
4555
  }
4555
4556
  :root {
4556
- --f7-button-font-size: 14px;
4557
4557
  --f7-button-min-width: 32px;
4558
4558
  --f7-button-bg-color: transparent;
4559
4559
  --f7-button-border-width: 0px;
@@ -4585,12 +4585,13 @@ li.list-group-title:after,
4585
4585
  --f7-segmented-strong-button-active-text-color: #fff;
4586
4586
  }
4587
4587
  .ios {
4588
+ --f7-button-font-size: 15px;
4588
4589
  --f7-button-fill-text-color: #fff;
4589
- --f7-button-text-transform: uppercase;
4590
- --f7-button-height: 28px;
4590
+ --f7-button-text-transform: none;
4591
+ --f7-button-height: 34px;
4591
4592
  --f7-button-padding-horizontal: 10px;
4592
4593
  --f7-button-border-radius: 4px;
4593
- --f7-button-font-weight: 600;
4594
+ --f7-button-font-weight: 500;
4594
4595
  --f7-button-letter-spacing: 0;
4595
4596
  /*
4596
4597
  --f7-button-outline-border-color: var(--f7-theme-color);
@@ -4600,15 +4601,15 @@ li.list-group-title:after,
4600
4601
  --f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
4601
4602
  --f7-button-fill-pressed-bg-color: var(--f7-theme-color-tint);
4602
4603
  */
4603
- --f7-button-large-text-transform: uppercase;
4604
- --f7-button-large-height: 44px;
4604
+ --f7-button-large-text-transform: none;
4605
+ --f7-button-large-height: 48px;
4605
4606
  --f7-button-large-font-size: 17px;
4606
4607
  --f7-button-large-font-weight: 500;
4607
4608
  --f7-button-small-outline-border-width: 2px;
4608
- --f7-button-small-text-transform: uppercase;
4609
- --f7-button-small-height: 26px;
4610
- --f7-button-small-font-size: 13px;
4611
- --f7-button-small-font-weight: 600;
4609
+ --f7-button-small-text-transform: none;
4610
+ --f7-button-small-height: 28px;
4611
+ --f7-button-small-font-size: 14px;
4612
+ --f7-button-small-font-weight: 500;
4612
4613
  --f7-segmented-strong-button-text-transform: none;
4613
4614
  --f7-segmented-strong-button-active-font-weight: 600;
4614
4615
  --f7-button-tonal-bg-color: rgba(var(--f7-theme-color-rgb), 0.15);
@@ -4623,6 +4624,7 @@ li.list-group-title:after,
4623
4624
  --f7-segmented-strong-button-pressed-bg-color: rgba(255, 255, 255, 0.04);
4624
4625
  }
4625
4626
  .md {
4627
+ --f7-button-font-size: 14px;
4626
4628
  /*
4627
4629
  --f7-button-pressed-bg-color: transparent;
4628
4630
  */
@@ -5286,15 +5288,16 @@ i.icon {
5286
5288
  :root {
5287
5289
  --f7-dialog-button-text-color: var(--f7-theme-color);
5288
5290
  --f7-dialog-button-text-align: center;
5291
+ --f7-dialog-text-line-height: 1.5;
5289
5292
  }
5290
5293
  .ios {
5291
5294
  --f7-dialog-width: 270px;
5292
- --f7-dialog-inner-padding: 16px;
5293
- --f7-dialog-border-radius: 13px;
5294
- --f7-dialog-text-align: center;
5295
+ --f7-dialog-inner-padding: 24px;
5296
+ --f7-dialog-border-radius: 32px;
5297
+ --f7-dialog-text-align: left;
5295
5298
  --f7-dialog-font-size: 14px;
5296
5299
  --f7-dialog-title-text-color: inherit;
5297
- --f7-dialog-title-font-size: 18px;
5300
+ --f7-dialog-title-font-size: 17px;
5298
5301
  --f7-dialog-title-font-weight: 600;
5299
5302
  --f7-dialog-title-line-height: inherit;
5300
5303
  --f7-dialog-button-font-size: 17px;
@@ -5305,29 +5308,26 @@ i.icon {
5305
5308
  --f7-dialog-button-strong-bg-color: transparent;
5306
5309
  --f7-dialog-button-strong-text-color: var(--f7-theme-color);
5307
5310
  --f7-dialog-button-strong-font-weight: 500;
5308
- --f7-dialog-input-border-radius: 4px;
5311
+ --f7-dialog-input-border-radius: 16px;
5309
5312
  --f7-dialog-input-font-size: 14px;
5310
- --f7-dialog-input-height: 32px;
5313
+ --f7-dialog-input-height: 40px;
5311
5314
  --f7-dialog-input-border-width: 1px;
5312
5315
  --f7-dialog-input-placeholder-color: #a9a9a9;
5313
5316
  --f7-dialog-preloader-size: 34px;
5317
+ --f7-dialog-bg-color: var(--f7-glass-bg-color);
5314
5318
  --f7-dialog-input-bg-color: #fff;
5315
- --f7-dialog-bg-color: rgba(255, 255, 255, 0.95);
5316
5319
  --f7-dialog-bg-color-rgb: 255, 255, 255;
5317
5320
  --f7-dialog-text-color: #000;
5318
5321
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
5319
5322
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.1);
5320
5323
  --f7-dialog-input-border-color: rgba(0, 0, 0, 0.3);
5321
- --f7-dialog-border-divider-color: rgba(0, 0, 0, 0.2);
5322
5324
  }
5323
5325
  .ios .dark,
5324
5326
  .ios.dark {
5325
5327
  --f7-dialog-text-color: #fff;
5326
- --f7-dialog-bg-color: rgba(45, 45, 45, 0.95);
5327
5328
  --f7-dialog-bg-color-rgb: 45, 45, 45;
5328
5329
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.2);
5329
5330
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.2);
5330
- --f7-dialog-border-divider-color: rgba(255, 255, 255, 0.15);
5331
5331
  --f7-dialog-input-border-color: rgba(255, 255, 255, 0.15);
5332
5332
  --f7-dialog-input-bg-color: rgba(0, 0, 0, 0.5);
5333
5333
  }
@@ -5387,13 +5387,6 @@ i.icon {
5387
5387
  background: var(--f7-dialog-bg-color);
5388
5388
  will-change: transform, opacity;
5389
5389
  }
5390
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
5391
- .ios-translucent-modals .dialog {
5392
- background-color: rgba(var(--f7-dialog-bg-color-rgb), 0.8);
5393
- -webkit-backdrop-filter: saturate(180%) blur(20px);
5394
- backdrop-filter: saturate(180%) blur(20px);
5395
- }
5396
- }
5397
5390
  .dialog.modal-in {
5398
5391
  opacity: 1;
5399
5392
  transform: translate3d(0, -50%, 0) scale(1);
@@ -5415,42 +5408,23 @@ i.icon {
5415
5408
  font-weight: var(--f7-dialog-title-font-weight);
5416
5409
  line-height: var(--f7-dialog-title-line-height);
5417
5410
  }
5411
+ .dialog-text {
5412
+ line-height: var(--f7-dialog-text-line-height);
5413
+ }
5418
5414
  .dialog-buttons {
5419
5415
  position: relative;
5420
5416
  display: flex;
5421
5417
  flex-direction: row-reverse;
5422
5418
  }
5423
5419
  .dialog-buttons-vertical .dialog-buttons {
5424
- display: block;
5420
+ flex-direction: column;
5425
5421
  height: auto !important;
5426
5422
  }
5427
5423
  .dialog-button {
5428
- box-sizing: border-box;
5429
5424
  overflow: hidden;
5430
5425
  position: relative;
5431
5426
  white-space: nowrap;
5432
5427
  text-overflow: ellipsis;
5433
- color: var(--f7-dialog-button-text-color);
5434
- font-size: var(--f7-dialog-button-font-size);
5435
- height: var(--f7-dialog-button-height);
5436
- line-height: var(--f7-dialog-button-height);
5437
- letter-spacing: var(--f7-dialog-button-letter-spacing);
5438
- text-align: var(--f7-dialog-button-text-align);
5439
- font-weight: var(--f7-dialog-button-font-weight);
5440
- text-transform: var(--f7-dialog-button-text-transform);
5441
- display: block;
5442
- cursor: pointer;
5443
- }
5444
- .dialog-button.active-state {
5445
- background-color: var(--f7-dialog-button-pressed-bg-color);
5446
- }
5447
- .dialog-button-strong {
5448
- background-color: var(--f7-dialog-button-strong-bg-color);
5449
- color: var(--f7-dialog-button-strong-text-color);
5450
- font-weight: var(--f7-dialog-button-strong-font-weight);
5451
- }
5452
- .dialog-button-strong.active-state {
5453
- background-color: var(--f7-dialog-button-strong-pressed-bg-color);
5454
5428
  }
5455
5429
  .dialog-no-buttons .dialog-buttons {
5456
5430
  display: none;
@@ -5486,115 +5460,46 @@ input.dialog-input[type]::placeholder {
5486
5460
  .dialog-preloader .preloader {
5487
5461
  --f7-preloader-size: var(--f7-dialog-preloader-size);
5488
5462
  }
5489
- html.with-modal-dialog .page-content {
5463
+ html:has(.dialog.modal-in) .page-content {
5490
5464
  overflow: hidden;
5491
5465
  -webkit-overflow-scrolling: auto;
5492
5466
  }
5467
+ .ios .dialog {
5468
+ box-shadow: var(--f7-glass-shadow);
5469
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
5470
+ backdrop-filter: saturate(180%) blur(16px);
5471
+ border-radius: var(--f7-dialog-border-radius);
5472
+ }
5493
5473
  .ios .dialog.modal-out {
5494
5474
  transform: translate3d(0, -50%, 0) scale(1);
5495
5475
  }
5496
5476
  .ios .dialog-inner {
5497
5477
  border-radius: var(--f7-dialog-border-radius) var(--f7-dialog-border-radius) 0 0;
5498
5478
  }
5499
- .ios .dialog-inner:after {
5500
- content: '';
5501
- position: absolute;
5502
- background-color: var(--f7-dialog-border-divider-color);
5503
- display: block;
5504
- z-index: 15;
5505
- top: auto;
5506
- right: auto;
5507
- bottom: 0;
5508
- left: 0;
5509
- height: 1px;
5510
- width: 100%;
5511
- transform-origin: 50% 100%;
5512
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5513
- }
5514
5479
  .ios .dialog-title + .dialog-text {
5515
- margin-top: 5px;
5480
+ margin-top: 12px;
5516
5481
  }
5517
5482
  .ios .dialog-buttons {
5518
- height: 44px;
5483
+ padding: 0 14px 14px 14px;
5519
5484
  justify-content: center;
5485
+ gap: 8px;
5520
5486
  }
5521
5487
  .ios .dialog-button {
5522
5488
  width: 100%;
5523
- padding: 0 5px;
5524
5489
  -webkit-box-flex: 1;
5525
5490
  -ms-flex: 1;
5526
5491
  }
5527
- .ios .dialog-button:after {
5528
- content: '';
5529
- position: absolute;
5530
- background-color: var(--f7-dialog-border-divider-color);
5531
- display: block;
5532
- z-index: 15;
5533
- top: 0;
5534
- right: 0;
5535
- bottom: auto;
5536
- left: auto;
5537
- width: 1px;
5538
- height: 100%;
5539
- transform-origin: 100% 50%;
5540
- transform: scaleX(calc(1 / var(--f7-device-pixel-ratio)));
5541
- }
5542
- .ios .dialog-button:first-child {
5543
- border-radius: 0 0 0 var(--f7-dialog-border-radius);
5544
- }
5545
- .ios .dialog-button:last-child {
5546
- border-radius: 0 0 var(--f7-dialog-border-radius) 0;
5547
- }
5548
- .ios .dialog-button:last-child:after {
5549
- display: none !important;
5550
- }
5551
- .ios .dialog-button:first-child:last-child {
5552
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5553
- }
5554
- .ios .dialog-button[class*='color-'] {
5555
- --f7-dialog-button-text-color: var(--f7-theme-color);
5556
- }
5557
- .ios .dialog-buttons-vertical .dialog-buttons {
5558
- height: auto;
5559
- }
5560
- .ios .dialog-buttons-vertical .dialog-button {
5561
- border-radius: 0;
5562
- }
5563
- .ios .dialog-buttons-vertical .dialog-button:after {
5564
- content: '';
5565
- position: absolute;
5566
- background-color: var(--f7-dialog-border-divider-color);
5567
- display: block;
5568
- z-index: 15;
5569
- top: auto;
5570
- right: auto;
5571
- bottom: 0;
5572
- left: 0;
5573
- height: 1px;
5574
- width: 100%;
5575
- transform-origin: 50% 100%;
5576
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5577
- }
5578
- .ios .dialog-buttons-vertical .dialog-button:last-child {
5579
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5580
- }
5581
- .ios .dialog-buttons-vertical .dialog-button:last-child:after {
5582
- display: none !important;
5583
- }
5584
5492
  .ios .dialog-no-buttons .dialog-inner {
5585
5493
  border-radius: var(--f7-dialog-border-radius);
5586
5494
  }
5587
- .ios .dialog-no-buttons .dialog-inner:after {
5588
- display: none !important;
5589
- }
5590
5495
  .ios .dialog-input-field {
5591
5496
  margin-top: 15px;
5592
5497
  }
5593
5498
  .ios .dialog-input {
5594
- padding: 0 5px;
5499
+ padding: 0 12px;
5595
5500
  }
5596
5501
  .ios .dialog-input + .dialog-input {
5597
- margin-top: 5px;
5502
+ margin-top: 12px;
5598
5503
  }
5599
5504
  .ios .dialog-input-double + .dialog-input-double {
5600
5505
  margin-top: 0;
@@ -5603,6 +5508,9 @@ html.with-modal-dialog .page-content {
5603
5508
  border-top: 0;
5604
5509
  margin-top: 0;
5605
5510
  }
5511
+ .ios .dialog-preloader {
5512
+ text-align: center;
5513
+ }
5606
5514
  .ios .dialog-preloader .dialog-title ~ .preloader,
5607
5515
  .ios .dialog-preloader .dialog-text ~ .preloader {
5608
5516
  margin-top: 15px;
@@ -5623,39 +5531,20 @@ html.with-modal-dialog .page-content {
5623
5531
  line-height: 1.5;
5624
5532
  }
5625
5533
  .md .dialog-buttons {
5626
- height: 64px;
5627
5534
  padding: 0px 24px 24px;
5628
5535
  overflow: hidden;
5629
5536
  box-sizing: border-box;
5630
5537
  justify-content: flex-end;
5538
+ gap: 8px;
5631
5539
  }
5632
5540
  .md .dialog-button {
5633
- --f7-touch-ripple-color: rgba(var(--f7-theme-color-rgb), 0.25);
5634
- border-radius: 99px;
5635
- min-width: 64px;
5636
- padding: 0px 16px;
5637
- border: none;
5638
- transition-duration: 300ms;
5639
- transform: translate3d(0, 0, 0);
5640
- }
5641
- .md .dialog-button + .dialog-button {
5642
- margin-left: 8px;
5643
- }
5644
- .md .dialog-button-strong {
5645
- --f7-touch-ripple-color: var(--f7-touch-ripple-white);
5646
- }
5647
- .md .dialog-button[class*='color-'] {
5648
- --f7-dialog-button-text-color: var(--f7-theme-color);
5541
+ width: auto;
5649
5542
  }
5650
5543
  .md .dialog-buttons-vertical .dialog-buttons {
5651
5544
  display: flex;
5652
5545
  flex-direction: column;
5653
5546
  align-items: flex-end;
5654
5547
  }
5655
- .md .dialog-buttons-vertical .dialog-button + .dialog-button {
5656
- margin-top: 8px;
5657
- margin-left: 0;
5658
- }
5659
5548
  .md .dialog-input {
5660
5549
  padding: 0;
5661
5550
  transition-duration: 200ms;
@@ -6018,15 +5907,14 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6018
5907
  --f7-popover-width: 260px;
6019
5908
  }
6020
5909
  .ios {
6021
- --f7-popover-border-radius: 13px;
5910
+ --f7-popover-border-radius: 32px;
6022
5911
  --f7-popover-actions-icon-size: 28px;
6023
5912
  --f7-popover-transition-timing-function: initial;
6024
- --f7-popover-bg-color: rgba(255, 255, 255, 0.95);
5913
+ --f7-popover-bg-color: transparent;
6025
5914
  --f7-popover-actions-label-text-color: rgba(0, 0, 0, 0.45);
6026
5915
  }
6027
5916
  .ios .dark,
6028
5917
  .ios.dark {
6029
- --f7-popover-bg-color: rgba(30, 30, 30, 0.95);
6030
5918
  --f7-popover-actions-label-text-color: rgba(255, 255, 255, 0.55);
6031
5919
  }
6032
5920
  .md {
@@ -6052,7 +5940,6 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6052
5940
  left: 0;
6053
5941
  position: absolute;
6054
5942
  display: none;
6055
- transition-duration: 300ms;
6056
5943
  background-color: var(--f7-popover-bg-color);
6057
5944
  border-radius: var(--f7-popover-border-radius);
6058
5945
  will-change: transform, opacity;
@@ -6154,98 +6041,112 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6154
6041
  .md .popover-from-actions-label {
6155
6042
  justify-content: center;
6156
6043
  }
6157
- .popover-arrow {
6158
- width: 26px;
6159
- height: 26px;
6160
- position: absolute;
6161
- left: -26px;
6162
- top: 0;
6163
- z-index: 100;
6164
- overflow: hidden;
6165
- }
6166
- .popover-arrow:after {
6167
- content: '';
6168
- background: var(--f7-popover-bg-color);
6169
- width: 26px;
6170
- height: 26px;
6171
- position: absolute;
6172
- left: 0;
6173
- top: 0;
6174
- border-radius: 3px;
6175
- transform: rotate(45deg);
6176
- }
6177
- .popover-arrow.on-left {
6178
- left: -26px;
6179
- }
6180
- .popover-arrow.on-left:after {
6181
- left: 19px;
6182
- top: 0;
6183
- }
6184
- .popover-arrow.on-right {
6185
- left: 100%;
6186
- }
6187
- .popover-arrow.on-right:after {
6188
- left: -19px;
6189
- top: 0;
6044
+ .popover-on-top {
6045
+ transform-origin: center bottom;
6190
6046
  }
6191
- .popover-arrow.on-top {
6192
- left: 0;
6193
- top: -26px;
6047
+ .popover-on-top.popover-on-right {
6048
+ transform-origin: left bottom;
6194
6049
  }
6195
- .popover-arrow.on-top:after {
6196
- left: 0;
6197
- top: 19px;
6050
+ .popover-on-top.popover-on-left {
6051
+ transform-origin: right bottom;
6198
6052
  }
6199
- .popover-arrow.on-bottom {
6200
- left: 0;
6201
- top: 100%;
6053
+ .popover-on-middle {
6054
+ transform-origin: center center;
6202
6055
  }
6203
- .popover-arrow.on-bottom:after {
6204
- left: 0;
6205
- top: -19px;
6056
+ .popover-on-middle.popover-on-right {
6057
+ transform-origin: left center;
6206
6058
  }
6207
- .ios .popover {
6208
- transform: none;
6209
- transition-property: opacity;
6059
+ .popover-on-middle.popover-on-left {
6060
+ transform-origin: right center;
6210
6061
  }
6211
- .md .popover {
6212
- transform: scale(0.85, 0.6);
6213
- transition-property: opacity, transform;
6062
+ .popover-on-bottom {
6063
+ transform-origin: center top;
6214
6064
  }
6215
- .md .popover.modal-in {
6216
- opacity: 1;
6217
- transform: scale(1);
6065
+ .popover-on-bottom.popover-on-right {
6066
+ transform-origin: left top;
6218
6067
  }
6219
- .md .popover.modal-out {
6220
- opacity: 0;
6221
- transform: scale(1);
6068
+ .popover-on-bottom.popover-on-left {
6069
+ transform-origin: right top;
6222
6070
  }
6223
- .md .popover-on-top {
6071
+ .ios .popover-on-top {
6224
6072
  transform-origin: center bottom;
6073
+ --f7-popover-inner-offset: translate3d(0%, 80px, 0);
6225
6074
  }
6226
- .md .popover-on-top.popover-on-right {
6075
+ .ios .popover-on-top.popover-on-right {
6227
6076
  transform-origin: left bottom;
6077
+ --f7-popover-inner-offset: translate3d(50%, 80px, 0);
6228
6078
  }
6229
- .md .popover-on-top.popover-on-left {
6079
+ .ios .popover-on-top.popover-on-left {
6230
6080
  transform-origin: right bottom;
6081
+ --f7-popover-inner-offset: translate3d(-50%, 80px, 0);
6231
6082
  }
6232
- .md .popover-on-middle {
6083
+ .ios .popover-on-middle {
6233
6084
  transform-origin: center center;
6234
6085
  }
6235
- .md .popover-on-middle.popover-on-right {
6086
+ .ios .popover-on-middle.popover-on-right {
6236
6087
  transform-origin: left center;
6088
+ --f7-popover-inner-offset: translate3d(50%, 0px, 0);
6237
6089
  }
6238
- .md .popover-on-middle.popover-on-left {
6090
+ .ios .popover-on-middle.popover-on-left {
6239
6091
  transform-origin: right center;
6092
+ --f7-popover-inner-offset: translate3d(-50%, 0px, 0);
6240
6093
  }
6241
- .md .popover-on-bottom {
6094
+ .ios .popover-on-bottom {
6242
6095
  transform-origin: center top;
6096
+ --f7-popover-inner-offset: translate3d(0%, -80px, 0);
6243
6097
  }
6244
- .md .popover-on-bottom.popover-on-right {
6098
+ .ios .popover-on-bottom.popover-on-right {
6245
6099
  transform-origin: left top;
6100
+ --f7-popover-inner-offset: translate3d(50%, -80px, 0);
6246
6101
  }
6247
- .md .popover-on-bottom.popover-on-left {
6102
+ .ios .popover-on-bottom.popover-on-left {
6248
6103
  transform-origin: right top;
6104
+ --f7-popover-inner-offset: translate3d(-50%, -80px, 0);
6105
+ }
6106
+ .ios .popover {
6107
+ transform: translate3d(0, 0, 0) scale(0);
6108
+ transition-property: opacity, transform;
6109
+ opacity: 1;
6110
+ will-change: auto;
6111
+ }
6112
+ .ios .popover.modal-in {
6113
+ transform: translate3d(0, 0, 0) scale(1);
6114
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
6115
+ transition-duration: 400ms;
6116
+ }
6117
+ .ios .popover.modal-in .popover-inner {
6118
+ transition-duration: 600ms;
6119
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
6120
+ transform: translate3d(0, 0, 0) scale(1);
6121
+ }
6122
+ .ios .popover.modal-out {
6123
+ opacity: 0;
6124
+ transform: translate3d(0, 0, 0) scale(0);
6125
+ transition-duration: 300ms;
6126
+ }
6127
+ .ios .popover.modal-out .popover-inner {
6128
+ transition-duration: 500ms;
6129
+ }
6130
+ .ios .popover-inner {
6131
+ background: var(--f7-glass-bg-color);
6132
+ box-shadow: var(--f7-glass-shadow);
6133
+ border-radius: var(--f7-popover-border-radius);
6134
+ transform: var(--f7-popover-inner-offset);
6135
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
6136
+ backdrop-filter: saturate(180%) blur(16px);
6137
+ }
6138
+ .md .popover {
6139
+ transform: scale(0.85, 0.6);
6140
+ transition-property: opacity, transform;
6141
+ transition-duration: 300ms;
6142
+ }
6143
+ .md .popover.modal-in {
6144
+ opacity: 1;
6145
+ transform: scale(1);
6146
+ }
6147
+ .md .popover.modal-out {
6148
+ opacity: 0;
6149
+ transform: scale(1);
6249
6150
  }
6250
6151
  /* === Actions === */
6251
6152
  :root {
@@ -6854,12 +6755,10 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6854
6755
  --f7-toast-max-width: 568px;
6855
6756
  }
6856
6757
  .ios {
6857
- --f7-toast-text-color: #fff;
6858
- --f7-toast-bg-color: rgba(0, 0, 0, 0.75);
6859
- --f7-toast-bg-color-rgb: 0, 0, 0;
6758
+ --f7-toast-bg-color: var(--f7-glass-bg-color);
6860
6759
  --f7-toast-padding-horizontal: 16px;
6861
6760
  --f7-toast-padding-vertical: 12px;
6862
- --f7-toast-border-radius: 8px;
6761
+ --f7-toast-border-radius: 32px;
6863
6762
  --f7-toast-button-min-width: 64px;
6864
6763
  }
6865
6764
  .md {
@@ -6885,13 +6784,6 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6885
6784
  background-color: var(--f7-toast-bg-color);
6886
6785
  opacity: 0;
6887
6786
  }
6888
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
6889
- .ios-translucent-modals .toast {
6890
- background-color: rgba(var(--f7-toast-bg-color-rgb), 0.8);
6891
- -webkit-backdrop-filter: saturate(180%) blur(20px);
6892
- backdrop-filter: saturate(180%) blur(20px);
6893
- }
6894
- }
6895
6787
  .toast.modal-in {
6896
6788
  opacity: 1;
6897
6789
  }
@@ -6912,6 +6804,7 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6912
6804
  min-width: var(--f7-toast-button-min-width);
6913
6805
  margin-top: -8px;
6914
6806
  margin-bottom: -8px;
6807
+ width: auto;
6915
6808
  }
6916
6809
  .toast.toast-with-icon .toast-content {
6917
6810
  display: block;
@@ -6934,6 +6827,9 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6934
6827
  transition-duration: 300ms;
6935
6828
  width: 100%;
6936
6829
  left: 0;
6830
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
6831
+ backdrop-filter: saturate(180%) blur(16px);
6832
+ box-shadow: var(--f7-glass-shadow);
6937
6833
  }
6938
6834
  .ios .toast.toast-top {
6939
6835
  top: 0;
@@ -7676,7 +7572,6 @@ body > .progressbar-infinite,
7676
7572
  :root {
7677
7573
  --f7-swipeout-delete-button-bg-color: #ff3b30;
7678
7574
  --f7-swipeout-button-text-color: #fff;
7679
- --f7-swipeout-button-padding-vertical: 0px;
7680
7575
  --f7-swipeout-button-bg-color: rgba(0, 0, 0, 0.22);
7681
7576
  }
7682
7577
  :root .dark,
@@ -7684,11 +7579,21 @@ body > .progressbar-infinite,
7684
7579
  --f7-swipeout-button-bg-color: rgba(255, 255, 255, 0.55);
7685
7580
  }
7686
7581
  .ios {
7687
- --f7-swipeout-button-padding-horizontal: 30px;
7582
+ --f7-swipeout-button-border-radius: 48px;
7583
+ --f7-swipeout-button-padding-vertical: 10px;
7584
+ --f7-swipeout-button-padding-horizontal: 16px;
7688
7585
  --f7-swipeout-button-font-size: inherit;
7689
7586
  --f7-swipeout-button-font-weight: inherit;
7587
+ --f7-swipeout-active-border-radius: 16px;
7588
+ --f7-swipeout-active-bg-color: #eee;
7589
+ }
7590
+ .ios .dark,
7591
+ .ios.dark {
7592
+ --f7-swipeout-active-bg-color: #2c2c2e;
7690
7593
  }
7691
7594
  .md {
7595
+ --f7-swipeout-button-border-radius: 0px;
7596
+ --f7-swipeout-button-padding-vertical: 0px;
7692
7597
  --f7-swipeout-button-padding-horizontal: 24px;
7693
7598
  --f7-swipeout-button-font-size: 14px;
7694
7599
  --f7-swipeout-button-font-weight: 500;
@@ -7708,11 +7613,22 @@ body > .progressbar-infinite,
7708
7613
  transform: translateX(-100%);
7709
7614
  }
7710
7615
  .swipeout-transitioning .swipeout-content,
7616
+ .swipeout-transitioning .swipeout-content .item-inner::after {
7617
+ transition-duration: 300ms;
7618
+ transition-property: transform, left, background-color, border-radius, opacity;
7619
+ }
7711
7620
  .swipeout-transitioning .swipeout-actions-right a,
7712
7621
  .swipeout-transitioning .swipeout-actions-left a,
7713
7622
  .swipeout-transitioning .swipeout-overswipe {
7714
7623
  transition-duration: 300ms;
7715
- transition-property: transform, left;
7624
+ transition-property: transform, left, width, margin-left, margin-right;
7625
+ }
7626
+ .swipeout-transitioning:not(.swipeout-opened) .swipeout-content {
7627
+ transition-delay: 0ms, 0ms, 300ms, 300ms, 0ms;
7628
+ }
7629
+ .list li:has( + li:is(.swipeout-opened, .swipeout-active)) .item-inner::after {
7630
+ opacity: 0;
7631
+ transition-duration: 300ms;
7716
7632
  }
7717
7633
  .swipeout-content {
7718
7634
  position: relative;
@@ -7720,7 +7636,6 @@ body > .progressbar-infinite,
7720
7636
  }
7721
7637
  .swipeout-overswipe {
7722
7638
  transition-duration: 200ms;
7723
- transition-property: left;
7724
7639
  }
7725
7640
  .swipeout-actions-left,
7726
7641
  .swipeout-actions-right {
@@ -7738,6 +7653,8 @@ body > .progressbar-infinite,
7738
7653
  .swipeout-actions-right > span,
7739
7654
  .swipeout-actions-left > div,
7740
7655
  .swipeout-actions-right > div {
7656
+ box-sizing: border-box;
7657
+ border-radius: var(--f7-swipeout-button-border-radius);
7741
7658
  color: var(--f7-swipeout-button-text-color);
7742
7659
  background: var(--f7-swipeout-button-bg-color);
7743
7660
  padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
@@ -7748,14 +7665,62 @@ body > .progressbar-infinite,
7748
7665
  font-size: var(--f7-swipeout-button-font-size);
7749
7666
  font-weight: var(--f7-swipeout-button-font-weight);
7750
7667
  }
7751
- .swipeout-actions-left > a:after,
7752
- .swipeout-actions-right > a:after,
7753
- .swipeout-actions-left > button:after,
7754
- .swipeout-actions-right > button:after,
7755
- .swipeout-actions-left > span:after,
7756
- .swipeout-actions-right > span:after,
7757
- .swipeout-actions-left > div:after,
7758
- .swipeout-actions-right > div:after {
7668
+ .swipeout-actions-left .swipeout-delete,
7669
+ .swipeout-actions-right .swipeout-delete {
7670
+ background: var(--f7-swipeout-delete-button-bg-color);
7671
+ }
7672
+ .swipeout-actions-left [class*='color-'],
7673
+ .swipeout-actions-right [class*='color-'] {
7674
+ --f7-swipeout-button-bg-color: var(--f7-theme-color);
7675
+ }
7676
+ .ios .swipeout-actions-right {
7677
+ right: 0%;
7678
+ }
7679
+ .ios .swipeout-actions-left {
7680
+ left: 0%;
7681
+ }
7682
+ .ios .swipeout-actions-left,
7683
+ .ios .swipeout-actions-right {
7684
+ padding: 0 10px;
7685
+ gap: 10px;
7686
+ align-items: center;
7687
+ }
7688
+ .ios .swipeout-actions-left > a,
7689
+ .ios .swipeout-actions-right > a,
7690
+ .ios .swipeout-actions-left > button,
7691
+ .ios .swipeout-actions-right > button,
7692
+ .ios .swipeout-actions-left > span,
7693
+ .ios .swipeout-actions-right > span,
7694
+ .ios .swipeout-actions-left > div,
7695
+ .ios .swipeout-actions-right > div {
7696
+ transform: scale(0);
7697
+ padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
7698
+ }
7699
+ .ios .swipeout-opened .swipeout-content,
7700
+ .ios .swipeout-active .swipeout-content {
7701
+ background-color: var(--f7-swipeout-active-bg-color);
7702
+ border-radius: var(--f7-swipeout-active-border-radius);
7703
+ }
7704
+ .ios .swipeout-opened .item-content,
7705
+ .ios .swipeout-active .item-content {
7706
+ border-radius: var(--f7-swipeout-active-border-radius);
7707
+ }
7708
+ .ios .swipeout-opened .swipeout-content .item-inner::after,
7709
+ .ios .swipeout-active .swipeout-content .item-inner::after {
7710
+ opacity: 0;
7711
+ }
7712
+ .ios .swipeout-overswipe {
7713
+ transition-duration: 200ms;
7714
+ transition-property: transform, left, width, margin-left, margin-right;
7715
+ }
7716
+ .md .swipeout-actions-left > a:after,
7717
+ .md .swipeout-actions-right > a:after,
7718
+ .md .swipeout-actions-left > button:after,
7719
+ .md .swipeout-actions-right > button:after,
7720
+ .md .swipeout-actions-left > span:after,
7721
+ .md .swipeout-actions-right > span:after,
7722
+ .md .swipeout-actions-left > div:after,
7723
+ .md .swipeout-actions-right > div:after {
7759
7724
  content: '';
7760
7725
  position: absolute;
7761
7726
  top: 0;
@@ -7766,45 +7731,40 @@ body > .progressbar-infinite,
7766
7731
  transform: translate3d(0, 0, 0);
7767
7732
  pointer-events: none;
7768
7733
  }
7769
- .swipeout-actions-left .swipeout-delete,
7770
- .swipeout-actions-right .swipeout-delete {
7771
- background: var(--f7-swipeout-delete-button-bg-color);
7772
- }
7773
- .swipeout-actions-right {
7734
+ .md .swipeout-actions-right {
7774
7735
  right: 0%;
7775
7736
  transform: translateX(calc(100% + 1px));
7776
7737
  }
7777
- .swipeout-actions-right > a:after,
7778
- .swipeout-actions-right > button:after,
7779
- .swipeout-actions-right > span:after,
7780
- .swipeout-actions-right > div:after {
7738
+ .md .swipeout-actions-right > a:after,
7739
+ .md .swipeout-actions-right > button:after,
7740
+ .md .swipeout-actions-right > span:after,
7741
+ .md .swipeout-actions-right > div:after {
7781
7742
  left: 100%;
7782
7743
  }
7783
- .swipeout-actions-right > a:last-child,
7784
- .swipeout-actions-right > button:last-child,
7785
- .swipeout-actions-right > span:last-child,
7786
- .swipeout-actions-right > div:last-child {
7744
+ .md .swipeout-actions-right > a:last-child,
7745
+ .md .swipeout-actions-right > button:last-child,
7746
+ .md .swipeout-actions-right > span:last-child,
7747
+ .md .swipeout-actions-right > div:last-child {
7787
7748
  padding-right: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-right));
7788
7749
  }
7789
- .swipeout-actions-left {
7750
+ .md .swipeout-actions-left {
7790
7751
  left: 0%;
7791
7752
  transform: translateX(calc(-100% - 1px));
7792
7753
  }
7793
- .swipeout-actions-left > a:after,
7794
- .swipeout-actions-left > button:after,
7795
- .swipeout-actions-left > span:after,
7796
- .swipeout-actions-left > div:after {
7754
+ .md .swipeout-actions-left > a:after,
7755
+ .md .swipeout-actions-left > button:after,
7756
+ .md .swipeout-actions-left > span:after,
7757
+ .md .swipeout-actions-left > div:after {
7797
7758
  right: 100%;
7798
7759
  }
7799
- .swipeout-actions-left > a:first-child,
7800
- .swipeout-actions-left > button:first-child,
7801
- .swipeout-actions-left > span:first-child,
7802
- .swipeout-actions-left > div:first-child {
7760
+ .md .swipeout-actions-left > a:first-child,
7761
+ .md .swipeout-actions-left > button:first-child,
7762
+ .md .swipeout-actions-left > span:first-child,
7763
+ .md .swipeout-actions-left > div:first-child {
7803
7764
  padding-left: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-left));
7804
7765
  }
7805
- .swipeout-actions-left [class*='color-'],
7806
- .swipeout-actions-right [class*='color-'] {
7807
- --f7-swipeout-button-bg-color: var(--f7-theme-color);
7766
+ .md .swipeout-overswipe {
7767
+ transition-property: left;
7808
7768
  }
7809
7769
  /* === Accordion === */
7810
7770
  :root {
@@ -11494,17 +11454,13 @@ label.item-radio.disabled,
11494
11454
  --f7-range-scale-step-height: 5px;
11495
11455
  --f7-range-scale-substep-width: 1px;
11496
11456
  --f7-range-scale-substep-height: 4px;
11497
- --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
11498
- }
11499
- :root .dark,
11500
- :root.dark {
11501
- --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11502
11457
  }
11503
11458
  .ios {
11504
11459
  --f7-range-size: 28px;
11505
- --f7-range-bar-size: 4px;
11506
- --f7-range-bar-border-radius: 2px;
11507
- --f7-range-knob-size: 28px;
11460
+ --f7-range-bar-size: 6px;
11461
+ --f7-range-bar-border-radius: 6px;
11462
+ --f7-range-knob-width: 38px;
11463
+ --f7-range-knob-height: 24px;
11508
11464
  --f7-range-knob-color: #fff;
11509
11465
  --f7-range-knob-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
11510
11466
  --f7-range-label-size: 24px;
@@ -11513,18 +11469,24 @@ label.item-radio.disabled,
11513
11469
  --f7-range-label-font-size: 12px;
11514
11470
  --f7-range-label-font-weight: 500;
11515
11471
  --f7-range-label-border-radius: 5px;
11516
- --f7-range-label-padding: 0px 2px;
11472
+ --f7-range-label-padding: 0px 4px;
11517
11473
  --f7-range-scale-text-color: #666;
11518
11474
  --f7-range-scale-step-width: 1px;
11519
11475
  --f7-range-scale-font-size: 12px;
11520
11476
  --f7-range-scale-font-weight: 400;
11521
11477
  --f7-range-scale-label-offset: 4px;
11478
+ --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
11479
+ }
11480
+ .ios .dark,
11481
+ .ios.dark {
11482
+ --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11522
11483
  }
11523
11484
  .md {
11524
11485
  --f7-range-size: 20px;
11525
- --f7-range-bar-size: 2px;
11526
- --f7-range-bar-border-radius: 0px;
11527
- --f7-range-knob-size: 12px;
11486
+ --f7-range-bar-size: 16px;
11487
+ --f7-range-bar-border-radius: 16px;
11488
+ --f7-range-knob-width: 16px;
11489
+ --f7-range-knob-height: 44px;
11528
11490
  --f7-range-knob-box-shadow: none;
11529
11491
  --f7-range-label-size: 26px;
11530
11492
  --f7-range-label-font-weight: normal;
@@ -11539,6 +11501,7 @@ label.item-radio.disabled,
11539
11501
  .md,
11540
11502
  .md .dark,
11541
11503
  .md [class*='color-'] {
11504
+ --f7-range-bar-bg-color: var(--f7-md-secondary-container);
11542
11505
  --f7-range-knob-color: var(--f7-theme-color);
11543
11506
  --f7-range-label-text-color: var(--f7-md-on-primary);
11544
11507
  --f7-range-label-bg-color: var(--f7-theme-color);
@@ -11606,49 +11569,35 @@ label.item-radio.disabled,
11606
11569
  .range-knob-wrap {
11607
11570
  z-index: 20;
11608
11571
  position: absolute;
11609
- height: var(--f7-range-knob-size);
11610
- width: var(--f7-range-knob-size);
11572
+ height: var(--f7-range-knob-height);
11573
+ width: var(--f7-range-knob-width);
11611
11574
  }
11612
11575
  .range-slider-horizontal .range-knob-wrap {
11613
11576
  top: 50%;
11614
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
11615
- margin-right: calc(-1 * var(--f7-range-knob-size) / 2);
11577
+ margin-top: calc(-1 * var(--f7-range-knob-height) / 2);
11578
+ margin-right: calc(-1 * var(--f7-range-knob-width) / 2);
11616
11579
  right: 0;
11617
11580
  }
11618
11581
  .range-slider-vertical .range-knob-wrap {
11619
11582
  left: 50%;
11620
- margin-left: calc(-1 * var(--f7-range-knob-size) / 2);
11583
+ height: var(--f7-range-knob-width);
11584
+ width: var(--f7-range-knob-height);
11585
+ margin-left: calc(-1 * var(--f7-range-knob-height) / 2);
11621
11586
  bottom: 0;
11622
- margin-bottom: calc(-1 * var(--f7-range-knob-size) / 2);
11587
+ margin-bottom: calc(-1 * var(--f7-range-knob-width) / 2);
11623
11588
  }
11624
11589
  .range-slider-vertical-reversed .range-knob-wrap {
11625
11590
  bottom: auto;
11626
11591
  top: 0;
11627
11592
  margin-bottom: 0;
11628
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
11593
+ margin-top: calc(-1 * var(--f7-range-knob-width) / 2);
11629
11594
  }
11630
11595
  .range-knob {
11631
11596
  box-sizing: border-box;
11632
- border-radius: 50%;
11633
- position: absolute;
11634
- left: 0;
11635
- top: 0;
11636
- width: 100%;
11637
- height: 100%;
11638
11597
  z-index: 1;
11639
11598
  background: var(--f7-range-knob-color, var(--f7-range-knob-bg-color, var(--f7-theme-color)));
11640
11599
  box-shadow: var(--f7-range-knob-box-shadow);
11641
11600
  }
11642
- .range-knob:after {
11643
- content: '';
11644
- position: absolute;
11645
- left: 50%;
11646
- top: 50%;
11647
- width: 44px;
11648
- height: 44px;
11649
- margin-left: -22px;
11650
- margin-top: -22px;
11651
- }
11652
11601
  .range-knob-label {
11653
11602
  position: absolute;
11654
11603
  left: 50%;
@@ -11748,19 +11697,94 @@ label.item-radio.disabled,
11748
11697
  --f7-range-scale-step-width: var(--f7-range-scale-substep-width);
11749
11698
  --f7-range-scale-step-height: var(--f7-range-scale-substep-height);
11750
11699
  }
11700
+ .ios .range-bar-active {
11701
+ border-radius: inherit;
11702
+ }
11703
+ .ios .range-knob {
11704
+ border-radius: var(--f7-range-knob-height);
11705
+ transition-duration: 300ms;
11706
+ position: absolute;
11707
+ left: 0;
11708
+ top: 0;
11709
+ width: 100%;
11710
+ height: 100%;
11711
+ }
11712
+ .ios .range-knob:after {
11713
+ content: '';
11714
+ position: absolute;
11715
+ left: 50%;
11716
+ top: 50%;
11717
+ width: 44px;
11718
+ height: 44px;
11719
+ }
11720
+ .ios .range-knob::before,
11721
+ .ios .range-knob::after {
11722
+ content: '';
11723
+ position: absolute;
11724
+ }
11725
+ .ios .range-knob::before {
11726
+ width: 1px;
11727
+ height: 1px;
11728
+ opacity: 0;
11729
+ transition-duration: 300ms;
11730
+ box-shadow: 0px 0px 40px 15px rgba(var(--f7-theme-color-rgb), 0.75);
11731
+ left: 50%;
11732
+ top: 50%;
11733
+ margin-left: -0.5px;
11734
+ margin-top: -0.5px;
11735
+ }
11736
+ .ios .range-knob::after {
11737
+ inset: 0;
11738
+ border-radius: inherit;
11739
+ box-shadow: var(--f7-glass-shadow-thumb);
11740
+ transition-duration: 300ms;
11741
+ opacity: 0;
11742
+ width: 100%;
11743
+ height: 100%;
11744
+ margin: 0;
11745
+ }
11751
11746
  .ios .range-knob-label {
11752
11747
  margin-bottom: 6px;
11753
11748
  transform: translateX(-50%) translateY(100%) scale(0);
11749
+ z-index: 2;
11754
11750
  }
11755
11751
  .ios .range-knob-active-state .range-knob-label {
11756
11752
  transform: translateX(-50%) translateY(0%) scale(1);
11757
11753
  }
11754
+ .ios .range-knob-active-state .range-knob {
11755
+ background: transparent;
11756
+ transform: scale(1.4);
11757
+ }
11758
+ .ios .range-knob-active-state .range-knob::before {
11759
+ opacity: 1;
11760
+ }
11761
+ .ios .range-knob-active-state .range-knob::after {
11762
+ opacity: 1;
11763
+ }
11764
+ .md .range-knob-wrap {
11765
+ display: flex;
11766
+ align-items: center;
11767
+ justify-content: center;
11768
+ }
11758
11769
  .md .range-knob {
11759
11770
  transition-duration: 200ms;
11760
11771
  transition-property: transform, background-color;
11772
+ width: 4px;
11773
+ height: var(--f7-range-knob-height);
11774
+ display: flex;
11775
+ align-items: center;
11776
+ justify-content: center;
11777
+ border-radius: 4px;
11761
11778
  }
11762
11779
  .md .range-knob-active-state .range-knob {
11763
- transform: scale(1.5);
11780
+ transform: scaleX(0.5);
11781
+ }
11782
+ .md .range-slider-vertical .range-knob {
11783
+ width: var(--f7-range-knob-height);
11784
+ height: 4px;
11785
+ }
11786
+ .md .range-slider-vertical .range-knob-active-state .range-knob {
11787
+ transform: scaleY(0.5);
11764
11788
  }
11765
11789
  .md .range-slider-min:not(.range-slider-dual) .range-knob {
11766
11790
  background: #fff !important;
@@ -11787,8 +11811,48 @@ label.item-radio.disabled,
11787
11811
  .md .range-knob-active-state .range-knob-label {
11788
11812
  transform: translateY(0%) scale(1);
11789
11813
  }
11790
- .md .range-slider-label .range-knob-active-state .range-knob {
11791
- transform: scale(0);
11814
+ .md .range-bar-active,
11815
+ .md .range-bar-inactive {
11816
+ border-radius: 4px;
11817
+ }
11818
+ .md .range-slider::before,
11819
+ .md .range-slider::after {
11820
+ content: '';
11821
+ position: absolute;
11822
+ width: 4px;
11823
+ height: 4px;
11824
+ border-radius: 50%;
11825
+ background: var(--f7-range-knob-color);
11826
+ top: calc(50% - 2px);
11827
+ z-index: 1;
11828
+ pointer-events: none;
11829
+ transition-duration: 200ms;
11830
+ }
11831
+ .md .range-slider::before {
11832
+ left: calc(var(--f7-range-knob-width) / 2 - 2px);
11833
+ }
11834
+ .md .range-slider::after {
11835
+ right: calc(var(--f7-range-knob-width) / 2 - 2px);
11836
+ }
11837
+ .md .range-slider:not(.range-slider-dual)::before {
11838
+ content: none;
11839
+ display: none;
11840
+ }
11841
+ .md .range-slider:has(.range-knob-active-state)::before,
11842
+ .md .range-slider:has(.range-knob-active-state)::after {
11843
+ transform: scale(0.5);
11844
+ }
11845
+ .md .range-slider.range-slider-vertical::before,
11846
+ .md .range-slider.range-slider-vertical::after {
11847
+ top: auto;
11848
+ left: calc(50% - 2px);
11849
+ right: auto;
11850
+ }
11851
+ .md .range-slider.range-slider-vertical::before {
11852
+ bottom: calc(var(--f7-range-knob-width) / 2 - 2px);
11853
+ }
11854
+ .md .range-slider.range-slider-vertical::after {
11855
+ top: calc(var(--f7-range-knob-width) / 2 - 2px);
11792
11856
  }
11793
11857
  /* === Stepper === */
11794
11858
  :root {
@@ -17628,23 +17692,22 @@ button.swiper-pagination-bullet {
17628
17692
  }
17629
17693
  .ios {
17630
17694
  --f7-notification-margin: 8px;
17631
- --f7-notification-padding-horizontal: 10px;
17632
- --f7-notification-padding-vertical: 10px;
17633
- --f7-notification-border-radius: 12px;
17634
- --f7-notification-box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.7);
17635
- --f7-notification-icon-size: 20px;
17636
- --f7-notification-title-font-size: 13px;
17637
- --f7-notification-title-text-transform: uppercase;
17695
+ --f7-notification-padding-horizontal: 16px;
17696
+ --f7-notification-padding-vertical: 16px;
17697
+ --f7-notification-border-radius: 24px;
17698
+ --f7-notification-box-shadow: var(--f7-glass-shadow);
17699
+ --f7-notification-icon-size: 28px;
17700
+ --f7-notification-title-font-size: 14px;
17701
+ --f7-notification-title-text-transform: none;
17638
17702
  --f7-notification-title-line-height: 1.4;
17639
- --f7-notification-title-font-weight: 400;
17703
+ --f7-notification-title-font-weight: bold;
17640
17704
  --f7-notification-title-letter-spacing: 0.02em;
17641
- --f7-notification-title-right-font-size: 13px;
17642
- --f7-notification-subtitle-font-size: 15px;
17705
+ --f7-notification-title-right-font-size: 14px;
17706
+ --f7-notification-subtitle-font-size: 14px;
17643
17707
  --f7-notification-subtitle-font-weight: 600;
17644
- --f7-notification-text-font-size: 15px;
17645
- --f7-notification-text-line-height: 1.2;
17646
- --f7-notification-bg-color: rgba(250, 250, 250, 0.95);
17647
- --f7-notification-bg-color-rgb: 255, 255, 255;
17708
+ --f7-notification-text-font-size: 14px;
17709
+ --f7-notification-text-line-height: 1.4;
17710
+ --f7-notification-bg-color: var(--f7-glass-bg-color);
17648
17711
  --f7-notification-title-color: #000;
17649
17712
  --f7-notification-title-right-color: rgba(0, 0, 0, 0.45);
17650
17713
  --f7-notification-subtitle-color: #000;
@@ -17652,8 +17715,6 @@ button.swiper-pagination-bullet {
17652
17715
  }
17653
17716
  .ios .dark,
17654
17717
  .ios.dark {
17655
- --f7-notification-bg-color: rgba(30, 30, 30, 0.95);
17656
- --f7-notification-bg-color-rgb: 30, 30, 30;
17657
17718
  --f7-notification-title-color: #fff;
17658
17719
  --f7-notification-text-color: #fff;
17659
17720
  --f7-notification-subtitle-color: #fff;
@@ -17704,14 +17765,22 @@ button.swiper-pagination-bullet {
17704
17765
  box-shadow: var(--f7-notification-box-shadow);
17705
17766
  background: var(--f7-notification-bg-color);
17706
17767
  margin-top: var(--f7-safe-area-top);
17768
+ display: flex;
17769
+ gap: 16px;
17770
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
17771
+ backdrop-filter: saturate(180%) blur(16px);
17707
17772
  }
17708
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
17709
- .ios-translucent-modals .notification {
17710
- background-color: rgba(var(--f7-notification-bg-color-rgb), 0.8);
17711
- -webkit-backdrop-filter: saturate(180%) blur(20px);
17712
- backdrop-filter: saturate(180%) blur(20px);
17773
+ @media (min-width: 568px) {
17774
+ .notification {
17775
+ left: 50%;
17776
+ width: var(--f7-notification-max-width);
17777
+ margin-left: calc(-1 * var(--f7-notification-max-width) / 2);
17713
17778
  }
17714
17779
  }
17780
+ .notification-content {
17781
+ width: 100%;
17782
+ flex-shrink: 10;
17783
+ }
17715
17784
  .notification-title {
17716
17785
  color: var(--f7-notification-title-color, var(--f7-theme-color));
17717
17786
  font-size: var(--f7-notification-title-font-size);
@@ -17741,6 +17810,7 @@ button.swiper-pagination-bullet {
17741
17810
  .notification-icon {
17742
17811
  font-size: 0;
17743
17812
  line-height: var(--f7-notification-icon-size);
17813
+ flex-shrink: 0;
17744
17814
  }
17745
17815
  .notification-icon i,
17746
17816
  .notification-icon {
@@ -17789,6 +17859,7 @@ button.swiper-pagination-bullet {
17789
17859
  .ios .notification {
17790
17860
  transition-duration: 450ms;
17791
17861
  transform: translate3d(0%, -200%, 0);
17862
+ align-items: center;
17792
17863
  }
17793
17864
  .ios .notification.modal-in {
17794
17865
  transform: translate3d(0%, 0%, 0);
@@ -17797,18 +17868,11 @@ button.swiper-pagination-bullet {
17797
17868
  .ios .notification.modal-out {
17798
17869
  transform: translate3d(0%, -200%, 0);
17799
17870
  }
17800
- .ios .notification-icon {
17801
- margin-right: 8px;
17802
- }
17803
- .ios .notification-header + .notification-content {
17804
- margin-top: 10px;
17805
- }
17806
17871
  .ios .notification-title-right-text {
17807
- margin-right: 6px;
17808
17872
  margin-left: auto;
17809
17873
  }
17810
17874
  .ios .notification-title-right-text + .notification-close-button {
17811
- margin-left: 10px;
17875
+ margin-left: 12px;
17812
17876
  }
17813
17877
  .ios .notification-close-button {
17814
17878
  font-size: 14px;
@@ -17852,22 +17916,7 @@ button.swiper-pagination-bullet {
17852
17916
  transition-timing-function: ease-in;
17853
17917
  transform: translate3d(0, -150%, 0);
17854
17918
  }
17855
- .md .notification-with-icon .notification-icon {
17856
- position: absolute;
17857
- left: var(--f7-notification-padding-horizontal);
17858
- top: var(--f7-notification-padding-vertical);
17859
- }
17860
- .md .notification-with-icon .notification-content,
17861
- .md .notification-with-icon .notification-header {
17862
- margin-left: calc(var(--f7-notification-icon-size) + 16px);
17863
- }
17864
- .md .notification-icon {
17865
- margin-right: 8px;
17866
- }
17867
- .md .notification-subtitle + .notification-text {
17868
- margin-top: 4px;
17869
- }
17870
- .md .notification-header + .notification-content {
17919
+ .md .notification-header + :is(.notification-subtitle, .notification-text) {
17871
17920
  margin-top: 8px;
17872
17921
  }
17873
17922
  .md .notification-title-right-text {