@geotab/zenith 3.13.1-beta.0 → 3.13.1-beta.1
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/dist/commonStyles/popupMixin.less +2 -2
- package/dist/index.css +39 -48
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2675,7 +2675,7 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2675
2675
|
box-sizing: border-box;
|
|
2676
2676
|
position: absolute;
|
|
2677
2677
|
z-index: 11000;
|
|
2678
|
-
overflow-
|
|
2678
|
+
overflow-y: auto;
|
|
2679
2679
|
outline: none;
|
|
2680
2680
|
}
|
|
2681
2681
|
.zen-absolute * {
|
|
@@ -3813,8 +3813,7 @@ html:lang(ar) .zen-card__secondary {
|
|
|
3813
3813
|
overflow: hidden;
|
|
3814
3814
|
}
|
|
3815
3815
|
.zen-card__content--overflow-scroll {
|
|
3816
|
-
overflow
|
|
3817
|
-
overflow-block: auto;
|
|
3816
|
+
overflow: hidden auto;
|
|
3818
3817
|
}
|
|
3819
3818
|
.zen-card__header-right {
|
|
3820
3819
|
margin-inline-start: auto;
|
|
@@ -4691,10 +4690,10 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4691
4690
|
}
|
|
4692
4691
|
.zen-mobile-sheet__content {
|
|
4693
4692
|
flex: 1 1 auto;
|
|
4694
|
-
overflow-
|
|
4693
|
+
overflow-y: auto;
|
|
4695
4694
|
}
|
|
4696
4695
|
.zen-mobile-sheet--mobile-android {
|
|
4697
|
-
overflow-
|
|
4696
|
+
overflow-y: hidden;
|
|
4698
4697
|
position: fixed;
|
|
4699
4698
|
}
|
|
4700
4699
|
.zen-mobile-sheet__footer {
|
|
@@ -4862,7 +4861,7 @@ html:lang(ar) .zen-data-feed {
|
|
|
4862
4861
|
padding-block: 0.5625rem;
|
|
4863
4862
|
}
|
|
4864
4863
|
.zen-data-feed--scrollable {
|
|
4865
|
-
overflow-
|
|
4864
|
+
overflow-y: auto;
|
|
4866
4865
|
}
|
|
4867
4866
|
.zen-data-feed--empty .zen-data-feed__feed {
|
|
4868
4867
|
display: none;
|
|
@@ -6517,18 +6516,18 @@ html:lang(ar) .zen-table__detail-panel--header-details {
|
|
|
6517
6516
|
max-width: 100%;
|
|
6518
6517
|
min-width: 0;
|
|
6519
6518
|
transform: translateX(100%);
|
|
6520
|
-
overflow-
|
|
6519
|
+
overflow-y: hidden;
|
|
6521
6520
|
will-change: opacity, transform;
|
|
6522
6521
|
transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6523
6522
|
}
|
|
6524
6523
|
.zen-table__detail-panel--shown {
|
|
6525
6524
|
opacity: 1;
|
|
6526
6525
|
transform: translateX(0);
|
|
6527
|
-
overflow-
|
|
6526
|
+
overflow-y: auto;
|
|
6528
6527
|
}
|
|
6529
6528
|
}
|
|
6530
6529
|
.zen-table__detail-panel-content {
|
|
6531
|
-
overflow-
|
|
6530
|
+
overflow-y: auto;
|
|
6532
6531
|
flex: 1;
|
|
6533
6532
|
padding: 0.75rem;
|
|
6534
6533
|
}
|
|
@@ -6774,7 +6773,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6774
6773
|
.zen-summary-tile__content {
|
|
6775
6774
|
max-height: 2rem;
|
|
6776
6775
|
min-height: 2rem;
|
|
6777
|
-
overflow-
|
|
6776
|
+
overflow-y: hidden;
|
|
6778
6777
|
width: 100%;
|
|
6779
6778
|
}
|
|
6780
6779
|
.zen-summary-tile__title-text {
|
|
@@ -8298,7 +8297,7 @@ html:lang(ar) .zen-checkbox-list-with-action__counter {
|
|
|
8298
8297
|
text-transform: none;
|
|
8299
8298
|
text-decoration: none;
|
|
8300
8299
|
height: 100%;
|
|
8301
|
-
overflow-
|
|
8300
|
+
overflow-y: auto;
|
|
8302
8301
|
max-height: 15.3125rem;
|
|
8303
8302
|
}
|
|
8304
8303
|
html:lang(ar) .zen-dropdown-list__elements {
|
|
@@ -10021,7 +10020,7 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10021
10020
|
box-sizing: border-box;
|
|
10022
10021
|
}
|
|
10023
10022
|
.zen-modal-content--hidden-overflow.zen-modal-content--hidden-overflow {
|
|
10024
|
-
overflow-
|
|
10023
|
+
overflow-y: hidden;
|
|
10025
10024
|
}
|
|
10026
10025
|
.zen-modal-content__header {
|
|
10027
10026
|
display: flex;
|
|
@@ -10374,7 +10373,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10374
10373
|
flex-direction: column;
|
|
10375
10374
|
padding: 0.75rem 0.5rem;
|
|
10376
10375
|
gap: 1rem;
|
|
10377
|
-
overflow-
|
|
10376
|
+
overflow-y: auto;
|
|
10378
10377
|
max-height: 480px;
|
|
10379
10378
|
}
|
|
10380
10379
|
.zen-status-pill-popup__container--small {
|
|
@@ -10472,7 +10471,7 @@ html:lang(ar) .zen-status-pill-popup__header-text {
|
|
|
10472
10471
|
text-transform: none;
|
|
10473
10472
|
text-decoration: none;
|
|
10474
10473
|
color: var(--text-secondary);
|
|
10475
|
-
overflow-
|
|
10474
|
+
overflow-y: auto;
|
|
10476
10475
|
}
|
|
10477
10476
|
html:lang(ar) .zen-status-pill-popup__description {
|
|
10478
10477
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10511,7 +10510,7 @@ html:lang(ar) .zen-status-pill-popup__description {
|
|
|
10511
10510
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__content {
|
|
10512
10511
|
padding: 1rem;
|
|
10513
10512
|
max-height: 90vb;
|
|
10514
|
-
overflow-
|
|
10513
|
+
overflow-y: auto;
|
|
10515
10514
|
}
|
|
10516
10515
|
.zen-status-pill-popup__mobile-title {
|
|
10517
10516
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11133,7 +11132,7 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11133
11132
|
.zen-chart--legend-right .zen-chart__legend {
|
|
11134
11133
|
flex: 0 0 100%;
|
|
11135
11134
|
padding-inline-start: 0;
|
|
11136
|
-
overflow-
|
|
11135
|
+
overflow-y: visible;
|
|
11137
11136
|
}
|
|
11138
11137
|
}
|
|
11139
11138
|
.zen-pie-legend {
|
|
@@ -11924,7 +11923,7 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11924
11923
|
.zen-date-input-popup {
|
|
11925
11924
|
width: 17.5rem;
|
|
11926
11925
|
min-width: 17.5rem;
|
|
11927
|
-
overflow-
|
|
11926
|
+
overflow-x: hidden;
|
|
11928
11927
|
}
|
|
11929
11928
|
.zen-date-input-popup__button-clear {
|
|
11930
11929
|
margin-block: 0.5rem 0.25rem;
|
|
@@ -12240,7 +12239,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12240
12239
|
.zen-date-range-popup {
|
|
12241
12240
|
width: 17.5rem;
|
|
12242
12241
|
min-width: 17.5rem;
|
|
12243
|
-
overflow-
|
|
12242
|
+
overflow-x: hidden;
|
|
12244
12243
|
}
|
|
12245
12244
|
.zen-date-range-popup__button-clear {
|
|
12246
12245
|
margin-block: 0.5rem 0.25rem;
|
|
@@ -12721,10 +12720,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12721
12720
|
border-radius: var(--border-radius-default);
|
|
12722
12721
|
}
|
|
12723
12722
|
.zen-popup-body.zen-popup-body {
|
|
12724
|
-
overflow-
|
|
12723
|
+
overflow-y: auto;
|
|
12725
12724
|
}
|
|
12726
12725
|
.zen-popup-body.zen-popup-body--hidden {
|
|
12727
|
-
overflow-
|
|
12726
|
+
overflow-y: hidden;
|
|
12728
12727
|
}
|
|
12729
12728
|
.zen-alerts {
|
|
12730
12729
|
position: fixed;
|
|
@@ -13148,8 +13147,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13148
13147
|
}
|
|
13149
13148
|
.zen-filters--mobile {
|
|
13150
13149
|
flex-wrap: nowrap;
|
|
13151
|
-
overflow
|
|
13152
|
-
overflow-block: hidden;
|
|
13150
|
+
overflow: auto hidden;
|
|
13153
13151
|
scrollbar-width: none;
|
|
13154
13152
|
-ms-overflow-style: none;
|
|
13155
13153
|
}
|
|
@@ -13280,7 +13278,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13280
13278
|
flex-direction: column;
|
|
13281
13279
|
flex: 1;
|
|
13282
13280
|
min-height: 0;
|
|
13283
|
-
overflow-
|
|
13281
|
+
overflow-y: hidden;
|
|
13284
13282
|
}
|
|
13285
13283
|
.zen-filters-popup__content {
|
|
13286
13284
|
display: flex;
|
|
@@ -13427,8 +13425,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13427
13425
|
height: 3rem;
|
|
13428
13426
|
}
|
|
13429
13427
|
.zen-groups-filter-menu__groups-box {
|
|
13430
|
-
overflow
|
|
13431
|
-
overflow-inline: hidden;
|
|
13428
|
+
overflow: hidden auto;
|
|
13432
13429
|
max-height: 16.25rem;
|
|
13433
13430
|
}
|
|
13434
13431
|
.zen-groups-filter-menu__groups-list--no-space,
|
|
@@ -13769,7 +13766,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13769
13766
|
}
|
|
13770
13767
|
.zen-groups-filter__popup.zen-groups-filter__popup {
|
|
13771
13768
|
z-index: 11001;
|
|
13772
|
-
overflow-
|
|
13769
|
+
overflow-y: hidden;
|
|
13773
13770
|
}
|
|
13774
13771
|
.zen-groups-filter__popup.zen-groups-filter__popup.zen-groups-filter__popup--inactive {
|
|
13775
13772
|
z-index: 10999;
|
|
@@ -14587,7 +14584,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14587
14584
|
.zen-filters-search-list {
|
|
14588
14585
|
flex: 1;
|
|
14589
14586
|
min-height: 0;
|
|
14590
|
-
overflow-
|
|
14587
|
+
overflow-y: auto;
|
|
14591
14588
|
}
|
|
14592
14589
|
.zen-filters-search-list--mobile {
|
|
14593
14590
|
padding: 1rem 0;
|
|
@@ -15096,8 +15093,7 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15096
15093
|
}
|
|
15097
15094
|
.zen-tabs__scrollable {
|
|
15098
15095
|
display: flex;
|
|
15099
|
-
overflow
|
|
15100
|
-
overflow-block: hidden;
|
|
15096
|
+
overflow: auto hidden;
|
|
15101
15097
|
scrollbar-width: none;
|
|
15102
15098
|
-ms-overflow-style: none;
|
|
15103
15099
|
padding: 0.0625rem;
|
|
@@ -15464,8 +15460,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15464
15460
|
}
|
|
15465
15461
|
.zen-filters-toolbar__scrollable {
|
|
15466
15462
|
display: flex;
|
|
15467
|
-
overflow
|
|
15468
|
-
overflow-block: hidden;
|
|
15463
|
+
overflow: auto hidden;
|
|
15469
15464
|
height: 100%;
|
|
15470
15465
|
scrollbar-width: none;
|
|
15471
15466
|
-ms-overflow-style: none;
|
|
@@ -15644,7 +15639,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15644
15639
|
}
|
|
15645
15640
|
.zen-side-panel-parent--open {
|
|
15646
15641
|
max-height: 100vb;
|
|
15647
|
-
overflow-
|
|
15642
|
+
overflow-y: hidden;
|
|
15648
15643
|
}
|
|
15649
15644
|
.zen-filters-bar-dropdown {
|
|
15650
15645
|
box-sizing: border-box;
|
|
@@ -16408,8 +16403,7 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
|
|
|
16408
16403
|
fill: var(--text-primary);
|
|
16409
16404
|
}
|
|
16410
16405
|
.zen-side-panel-filters__content {
|
|
16411
|
-
overflow
|
|
16412
|
-
overflow-block: auto;
|
|
16406
|
+
overflow: hidden auto;
|
|
16413
16407
|
flex: 1 1 auto;
|
|
16414
16408
|
}
|
|
16415
16409
|
.zen-side-panel-filters__item {
|
|
@@ -16505,7 +16499,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16505
16499
|
display: flex;
|
|
16506
16500
|
flex-direction: column;
|
|
16507
16501
|
height: 100%;
|
|
16508
|
-
overflow-
|
|
16502
|
+
overflow-y: hidden;
|
|
16509
16503
|
}
|
|
16510
16504
|
.zen-side-panel-filters.zen-side-panel-filters {
|
|
16511
16505
|
min-width: 22.5rem;
|
|
@@ -16523,7 +16517,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16523
16517
|
padding-inline: 1rem;
|
|
16524
16518
|
width: 100%;
|
|
16525
16519
|
box-sizing: border-box;
|
|
16526
|
-
overflow-
|
|
16520
|
+
overflow-x: auto;
|
|
16527
16521
|
flex-shrink: 0;
|
|
16528
16522
|
}
|
|
16529
16523
|
.zen-filters-select-compact__list {
|
|
@@ -16835,8 +16829,7 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16835
16829
|
}
|
|
16836
16830
|
.zen-side-panel-filters-bar__content {
|
|
16837
16831
|
padding-block-start: 0.5rem;
|
|
16838
|
-
overflow
|
|
16839
|
-
overflow-block: auto;
|
|
16832
|
+
overflow: hidden auto;
|
|
16840
16833
|
flex: 1 1 auto;
|
|
16841
16834
|
}
|
|
16842
16835
|
.zen-side-panel-filters-bar__apply-button--desktop {
|
|
@@ -16866,7 +16859,7 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16866
16859
|
display: flex;
|
|
16867
16860
|
flex-direction: column;
|
|
16868
16861
|
height: 100%;
|
|
16869
|
-
overflow-
|
|
16862
|
+
overflow-y: hidden;
|
|
16870
16863
|
}
|
|
16871
16864
|
.zen-side-panel-filters-bar.zen-side-panel-filters-bar {
|
|
16872
16865
|
min-width: 20rem;
|
|
@@ -17567,7 +17560,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17567
17560
|
padding-block-start: 0;
|
|
17568
17561
|
}
|
|
17569
17562
|
.zen-layout.zen-layout--no-scroll .zen-layout__content {
|
|
17570
|
-
overflow-
|
|
17563
|
+
overflow-y: auto;
|
|
17571
17564
|
}
|
|
17572
17565
|
.zen-card-deck {
|
|
17573
17566
|
box-sizing: border-box;
|
|
@@ -17799,8 +17792,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17799
17792
|
}
|
|
17800
17793
|
.zen-nav__content {
|
|
17801
17794
|
flex: 1 1 auto;
|
|
17802
|
-
overflow
|
|
17803
|
-
overflow-inline: hidden;
|
|
17795
|
+
overflow: hidden auto;
|
|
17804
17796
|
position: relative;
|
|
17805
17797
|
}
|
|
17806
17798
|
.zen-nav__content--has-scrollbar {
|
|
@@ -17859,7 +17851,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17859
17851
|
.zen-nav--mobile {
|
|
17860
17852
|
padding-block: var(--nav-top-bottom-mobile-padding);
|
|
17861
17853
|
padding-inline: var(--nav-left-right-padding);
|
|
17862
|
-
overflow-
|
|
17854
|
+
overflow-y: auto;
|
|
17863
17855
|
gap: 0.5rem;
|
|
17864
17856
|
}
|
|
17865
17857
|
.zen-nav--mobile .zen-nav__content {
|
|
@@ -17873,11 +17865,11 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17873
17865
|
padding-block: 0.375rem;
|
|
17874
17866
|
}
|
|
17875
17867
|
.zen-nav--mobile-edit {
|
|
17876
|
-
overflow-
|
|
17868
|
+
overflow-y: hidden;
|
|
17877
17869
|
}
|
|
17878
17870
|
.zen-nav--mobile-edit .zen-nav__content {
|
|
17879
17871
|
flex: 1 1 auto;
|
|
17880
|
-
overflow-
|
|
17872
|
+
overflow-y: auto;
|
|
17881
17873
|
}
|
|
17882
17874
|
.zen-nav--collapsed {
|
|
17883
17875
|
padding-inline: var(--nav-left-right-collapsed-padding);
|
|
@@ -18790,8 +18782,7 @@ html:lang(ar) .zen-pill {
|
|
|
18790
18782
|
}
|
|
18791
18783
|
.zen-page-layout {
|
|
18792
18784
|
box-sizing: border-box;
|
|
18793
|
-
overflow
|
|
18794
|
-
overflow-block: auto;
|
|
18785
|
+
overflow: hidden auto;
|
|
18795
18786
|
z-index: 1000;
|
|
18796
18787
|
margin: 0;
|
|
18797
18788
|
touch-action: manipulation;
|
|
@@ -19268,7 +19259,7 @@ html:lang(ar) .zen-tab-bar-content {
|
|
|
19268
19259
|
padding: 0.75rem;
|
|
19269
19260
|
background-color: var(--backgrounds-content-1);
|
|
19270
19261
|
width: 100%;
|
|
19271
|
-
overflow-
|
|
19262
|
+
overflow-x: hidden;
|
|
19272
19263
|
}
|
|
19273
19264
|
.zen-toolbar * {
|
|
19274
19265
|
box-sizing: border-box;
|