@geotab/zenith 1.22.2-beta.0 → 1.22.2
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/README.md +7 -0
- package/dist/card/card.d.ts +1 -8
- package/dist/card/card.js +29 -53
- package/dist/card/components/cardButton/cardButton.d.ts +0 -1
- package/dist/card/components/title.d.ts +1 -5
- package/dist/card/components/title.js +5 -9
- package/dist/commonStyles/common.less +1 -0
- package/dist/dateInput/dateInput.js +1 -1
- package/dist/dropdown/dropdown.js +2 -1
- package/dist/groupsFilter/groupsFilter.js +1 -0
- package/dist/groupsFilter/stateReducer/stateReducer.js +1 -1
- package/dist/index.css +762 -178
- package/dist/index.d.ts +7 -2
- package/dist/index.js +24 -16
- package/dist/list/hooks/useContainerScroll.d.ts +4 -0
- package/dist/list/hooks/useContainerScroll.js +38 -0
- package/dist/list/hooks/useDragAndDrop.d.ts +4 -0
- package/dist/list/hooks/useDragAndDrop.js +134 -0
- package/dist/list/hooks/useLazyLoading.d.ts +1 -0
- package/dist/list/hooks/useLazyLoading.js +52 -0
- package/dist/list/hooks/useVirtualScroll.d.ts +4 -0
- package/dist/list/hooks/useVirtualScroll.js +104 -0
- package/dist/list/interfaces.d.ts +16 -0
- package/dist/list/interfaces.js +5 -0
- package/dist/list/itemCompact/itemCompact.d.ts +18 -0
- package/dist/list/itemCompact/itemCompact.js +24 -0
- package/dist/list/itemCompact/itemCompactWaiting.d.ts +6 -0
- package/dist/list/itemCompact/itemCompactWaiting.js +14 -0
- package/dist/list/itemData/itemData.d.ts +30 -0
- package/dist/list/itemData/itemData.js +25 -0
- package/dist/list/itemData/itemDataInternal.d.ts +29 -0
- package/dist/list/itemData/itemDataInternal.js +66 -0
- package/dist/list/itemData/itemDataWaiting.d.ts +5 -0
- package/dist/list/itemData/itemDataWaiting.js +8 -0
- package/dist/list/list.d.ts +13 -0
- package/dist/list/list.js +54 -0
- package/dist/list/listItem/listItem.d.ts +16 -0
- package/dist/list/listItem/listItem.js +72 -0
- package/dist/list/listItem/listItemWaiting.d.ts +8 -0
- package/dist/list/listItem/listItemWaiting.js +14 -0
- package/dist/list/utils/changeOrder.d.ts +1 -0
- package/dist/list/utils/changeOrder.js +10 -0
- package/dist/list/utils/findItemPosition.d.ts +1 -0
- package/dist/list/utils/findItemPosition.js +19 -0
- package/dist/list/utils/findListElement.d.ts +1 -0
- package/dist/list/utils/findListElement.js +13 -0
- package/dist/list/utils/findVisibleListItems.d.ts +1 -0
- package/dist/list/utils/findVisibleListItems.js +60 -0
- package/dist/list/utils/getLoadingItems.d.ts +2 -0
- package/dist/list/utils/getLoadingItems.js +18 -0
- package/dist/list/utils/isActiveElement.d.ts +1 -0
- package/dist/list/utils/isActiveElement.js +14 -0
- package/dist/list/utils/isDataListitem.d.ts +3 -0
- package/dist/list/utils/isDataListitem.js +11 -0
- package/dist/list/viewportProvider/viewportContext.d.ts +6 -0
- package/dist/list/viewportProvider/viewportContext.js +5 -0
- package/dist/list/viewportProvider/viewportProvider.d.ts +6 -0
- package/dist/list/viewportProvider/viewportProvider.js +7 -0
- package/dist/selectList/selectList.js +3 -3
- package/dist/selectList/selectListItem.js +1 -1
- package/dist/selectRaw/selectRaw.js +1 -1
- package/dist/utils/localization/translations/cs-json.d.ts +1 -0
- package/dist/utils/localization/translations/cs-json.js +2 -1
- package/dist/utils/localization/translations/de-json.d.ts +1 -0
- package/dist/utils/localization/translations/de-json.js +2 -1
- package/dist/utils/localization/translations/en-json.d.ts +1 -1
- package/dist/utils/localization/translations/en-json.js +1 -1
- package/dist/utils/localization/translations/es-json.d.ts +1 -0
- package/dist/utils/localization/translations/es-json.js +2 -1
- package/dist/utils/localization/translations/fr-FR-json.d.ts +1 -0
- package/dist/utils/localization/translations/fr-FR-json.js +2 -1
- package/dist/utils/localization/translations/fr-json.d.ts +1 -0
- package/dist/utils/localization/translations/fr-json.js +2 -1
- package/dist/utils/localization/translations/id-json.d.ts +1 -0
- package/dist/utils/localization/translations/id-json.js +2 -1
- package/dist/utils/localization/translations/it-json.d.ts +1 -0
- package/dist/utils/localization/translations/it-json.js +2 -1
- package/dist/utils/localization/translations/ja-json.d.ts +1 -0
- package/dist/utils/localization/translations/ja-json.js +2 -1
- package/dist/utils/localization/translations/ko-KR-json.d.ts +1 -0
- package/dist/utils/localization/translations/ko-KR-json.js +2 -1
- package/dist/utils/localization/translations/ms-json.d.ts +1 -0
- package/dist/utils/localization/translations/ms-json.js +2 -1
- package/dist/utils/localization/translations/nl-json.d.ts +1 -0
- package/dist/utils/localization/translations/nl-json.js +2 -1
- package/dist/utils/localization/translations/pl-json.d.ts +1 -0
- package/dist/utils/localization/translations/pl-json.js +2 -1
- package/dist/utils/localization/translations/pt-BR-json.d.ts +1 -0
- package/dist/utils/localization/translations/pt-BR-json.js +2 -1
- package/dist/utils/localization/translations/sv-json.d.ts +1 -0
- package/dist/utils/localization/translations/sv-json.js +2 -1
- package/dist/utils/localization/translations/th-json.d.ts +1 -0
- package/dist/utils/localization/translations/th-json.js +2 -1
- package/dist/utils/localization/translations/tr-json.d.ts +1 -0
- package/dist/utils/localization/translations/tr-json.js +2 -1
- package/dist/utils/localization/translations/zh-Hans-json.d.ts +1 -0
- package/dist/utils/localization/translations/zh-Hans-json.js +2 -1
- package/dist/utils/theme/useIconSize.d.ts +2 -0
- package/dist/utils/theme/useIconSize.js +9 -0
- package/package.json +4 -4
- package/dist/card/card.js.map +0 -1
- package/dist/card/components/cardButton/cardButton.js.map +0 -1
- package/dist/card/components/cardFavorite.d.ts +0 -0
- package/dist/card/components/cardFavorite.js +0 -1
- package/dist/card/components/title.js.map +0 -1
- package/dist/favoriteButton/favoriteButton.d.ts +0 -7
- package/dist/favoriteButton/favoriteButton.js +0 -16
- package/dist/favoriteButton/favoriteButton.js.map +0 -1
- package/dist/icons/iconStarFilled.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/utils/localization/translations/en-json.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -1105,6 +1105,7 @@
|
|
|
1105
1105
|
--border-radius-default: 4px;
|
|
1106
1106
|
--padding-top-bottom: 8px;
|
|
1107
1107
|
--padding-left-right: 8px;
|
|
1108
|
+
--mobile: 640px;
|
|
1108
1109
|
}
|
|
1109
1110
|
.zen-visually-hidden {
|
|
1110
1111
|
clip: rect(0 0 0 0);
|
|
@@ -2475,21 +2476,21 @@
|
|
|
2475
2476
|
border-color: var(--borders-general);
|
|
2476
2477
|
background-color: var(--borders-general);
|
|
2477
2478
|
}
|
|
2478
|
-
.zen-list {
|
|
2479
|
+
.zen-select-list {
|
|
2479
2480
|
box-sizing: border-box;
|
|
2480
2481
|
margin: 0;
|
|
2481
2482
|
padding: 0;
|
|
2482
2483
|
overflow: auto;
|
|
2483
2484
|
outline: none;
|
|
2484
2485
|
}
|
|
2485
|
-
.zen-list * {
|
|
2486
|
+
.zen-select-list * {
|
|
2486
2487
|
box-sizing: border-box;
|
|
2487
2488
|
}
|
|
2488
|
-
.zen-list__item {
|
|
2489
|
+
.zen-select-list__item {
|
|
2489
2490
|
list-style: none;
|
|
2490
2491
|
display: flex;
|
|
2491
2492
|
}
|
|
2492
|
-
.zen-list__item-content {
|
|
2493
|
+
.zen-select-list__item-content {
|
|
2493
2494
|
width: 100%;
|
|
2494
2495
|
padding: 12px 16px;
|
|
2495
2496
|
color: var(--text-primary);
|
|
@@ -2498,14 +2499,14 @@
|
|
|
2498
2499
|
white-space: nowrap;
|
|
2499
2500
|
word-wrap: normal;
|
|
2500
2501
|
}
|
|
2501
|
-
.zen-list[aria-disabled="true"] {
|
|
2502
|
+
.zen-select-list[aria-disabled="true"] {
|
|
2502
2503
|
cursor: not-allowed;
|
|
2503
2504
|
color: var(--text-placeholder);
|
|
2504
2505
|
background-color: var(--backgrounds-field-disabled);
|
|
2505
2506
|
pointer-events: none;
|
|
2506
2507
|
}
|
|
2507
|
-
.zen-list.zen-list--drive .zen-list__item-content,
|
|
2508
|
-
.zen-list.zen-list--drive-tablet .zen-list__item-content {
|
|
2508
|
+
.zen-select-list.zen-select-list--drive .zen-select-list__item-content,
|
|
2509
|
+
.zen-select-list.zen-select-list--drive-tablet .zen-select-list__item-content {
|
|
2509
2510
|
padding: 16px;
|
|
2510
2511
|
}
|
|
2511
2512
|
.zen-select-item {
|
|
@@ -5958,6 +5959,119 @@
|
|
|
5958
5959
|
max-width: unset;
|
|
5959
5960
|
}
|
|
5960
5961
|
}
|
|
5962
|
+
.zen-title-text {
|
|
5963
|
+
font-family: var(--main-font);
|
|
5964
|
+
font-size: 14px;
|
|
5965
|
+
font-style: normal;
|
|
5966
|
+
font-weight: 500;
|
|
5967
|
+
letter-spacing: 0.16px;
|
|
5968
|
+
line-height: 16px;
|
|
5969
|
+
text-transform: none;
|
|
5970
|
+
max-width: 520px;
|
|
5971
|
+
display: -webkit-box;
|
|
5972
|
+
-webkit-box-orient: vertical;
|
|
5973
|
+
-webkit-line-clamp: 2;
|
|
5974
|
+
overflow: hidden;
|
|
5975
|
+
text-overflow: ellipsis;
|
|
5976
|
+
text-align: start;
|
|
5977
|
+
}
|
|
5978
|
+
.zen-title-text--mobile {
|
|
5979
|
+
font-family: var(--main-font);
|
|
5980
|
+
font-size: 16px;
|
|
5981
|
+
font-style: normal;
|
|
5982
|
+
font-weight: 500;
|
|
5983
|
+
letter-spacing: 0;
|
|
5984
|
+
line-height: 24px;
|
|
5985
|
+
text-transform: none;
|
|
5986
|
+
}
|
|
5987
|
+
.zen-title-text--drive-tablet {
|
|
5988
|
+
font-family: var(--main-font);
|
|
5989
|
+
font-size: 18px;
|
|
5990
|
+
font-style: normal;
|
|
5991
|
+
font-weight: 500;
|
|
5992
|
+
letter-spacing: 0.16px;
|
|
5993
|
+
line-height: 22px;
|
|
5994
|
+
text-transform: none;
|
|
5995
|
+
}
|
|
5996
|
+
.zen-title-text--drive {
|
|
5997
|
+
font-family: var(--main-font);
|
|
5998
|
+
font-size: 16px;
|
|
5999
|
+
font-style: normal;
|
|
6000
|
+
font-weight: 500;
|
|
6001
|
+
letter-spacing: 0.16px;
|
|
6002
|
+
line-height: 20px;
|
|
6003
|
+
text-transform: none;
|
|
6004
|
+
}
|
|
6005
|
+
.zen-title-link {
|
|
6006
|
+
box-sizing: border-box;
|
|
6007
|
+
display: flex;
|
|
6008
|
+
gap: 4px;
|
|
6009
|
+
align-items: center;
|
|
6010
|
+
}
|
|
6011
|
+
.zen-title-link * {
|
|
6012
|
+
box-sizing: border-box;
|
|
6013
|
+
}
|
|
6014
|
+
.zen-title-link:not(.zen-title-link:hover) {
|
|
6015
|
+
color: var(--action-primary--default);
|
|
6016
|
+
text-decoration: unset;
|
|
6017
|
+
}
|
|
6018
|
+
.zen-title-link__text {
|
|
6019
|
+
font-family: var(--main-font);
|
|
6020
|
+
font-size: 14px;
|
|
6021
|
+
font-style: normal;
|
|
6022
|
+
font-weight: 500;
|
|
6023
|
+
letter-spacing: 0.16px;
|
|
6024
|
+
line-height: 16px;
|
|
6025
|
+
text-transform: none;
|
|
6026
|
+
max-width: 520px;
|
|
6027
|
+
display: -webkit-box;
|
|
6028
|
+
-webkit-box-orient: vertical;
|
|
6029
|
+
-webkit-line-clamp: 2;
|
|
6030
|
+
overflow: hidden;
|
|
6031
|
+
text-overflow: ellipsis;
|
|
6032
|
+
text-align: start;
|
|
6033
|
+
}
|
|
6034
|
+
.zen-title-link__text--mobile {
|
|
6035
|
+
font-family: var(--main-font);
|
|
6036
|
+
font-size: 16px;
|
|
6037
|
+
font-style: normal;
|
|
6038
|
+
font-weight: 500;
|
|
6039
|
+
letter-spacing: 0;
|
|
6040
|
+
line-height: 24px;
|
|
6041
|
+
text-transform: none;
|
|
6042
|
+
}
|
|
6043
|
+
.zen-title-link__text--drive-tablet {
|
|
6044
|
+
font-family: var(--main-font);
|
|
6045
|
+
font-size: 18px;
|
|
6046
|
+
font-style: normal;
|
|
6047
|
+
font-weight: 500;
|
|
6048
|
+
letter-spacing: 0.16px;
|
|
6049
|
+
line-height: 22px;
|
|
6050
|
+
text-transform: none;
|
|
6051
|
+
}
|
|
6052
|
+
.zen-title-link__text--drive {
|
|
6053
|
+
font-family: var(--main-font);
|
|
6054
|
+
font-size: 16px;
|
|
6055
|
+
font-style: normal;
|
|
6056
|
+
font-weight: 500;
|
|
6057
|
+
letter-spacing: 0.16px;
|
|
6058
|
+
line-height: 20px;
|
|
6059
|
+
text-transform: none;
|
|
6060
|
+
}
|
|
6061
|
+
.zen-title-link:hover {
|
|
6062
|
+
color: var(--action-primary--active);
|
|
6063
|
+
fill: var(--action-primary--active);
|
|
6064
|
+
}
|
|
6065
|
+
.zen-title-link:hover .zen-title-link__icon {
|
|
6066
|
+
color: var(--action-primary--active);
|
|
6067
|
+
fill: var(--action-primary--active);
|
|
6068
|
+
}
|
|
6069
|
+
.zen-title-link__icon {
|
|
6070
|
+
flex-shrink: 0;
|
|
6071
|
+
}
|
|
6072
|
+
.zen-title-link--drive {
|
|
6073
|
+
padding: 11px;
|
|
6074
|
+
}
|
|
5961
6075
|
.zen-card-status {
|
|
5962
6076
|
box-sizing: border-box;
|
|
5963
6077
|
align-self: center;
|
|
@@ -6016,88 +6130,13 @@
|
|
|
6016
6130
|
.zen-card-status-tooltip-mobile * {
|
|
6017
6131
|
box-sizing: border-box;
|
|
6018
6132
|
}
|
|
6019
|
-
.zen-title
|
|
6020
|
-
font-family: var(--main-font);
|
|
6021
|
-
font-size: 14px;
|
|
6022
|
-
font-style: normal;
|
|
6023
|
-
font-weight: 500;
|
|
6024
|
-
letter-spacing: 0.16px;
|
|
6025
|
-
line-height: 16px;
|
|
6026
|
-
text-transform: none;
|
|
6027
|
-
max-width: 520px;
|
|
6028
|
-
display: -webkit-box;
|
|
6029
|
-
-webkit-box-orient: vertical;
|
|
6030
|
-
-webkit-line-clamp: 2;
|
|
6031
|
-
overflow: hidden;
|
|
6032
|
-
text-overflow: ellipsis;
|
|
6033
|
-
text-align: start;
|
|
6034
|
-
}
|
|
6035
|
-
.zen-title-text--mobile {
|
|
6036
|
-
font-family: var(--main-font);
|
|
6037
|
-
font-size: 16px;
|
|
6038
|
-
font-style: normal;
|
|
6039
|
-
font-weight: 500;
|
|
6040
|
-
letter-spacing: 0;
|
|
6041
|
-
line-height: 24px;
|
|
6042
|
-
text-transform: none;
|
|
6043
|
-
}
|
|
6044
|
-
.zen-title-text--drive-tablet {
|
|
6045
|
-
font-family: var(--main-font);
|
|
6046
|
-
font-size: 18px;
|
|
6047
|
-
font-style: normal;
|
|
6048
|
-
font-weight: 500;
|
|
6049
|
-
letter-spacing: 0.16px;
|
|
6050
|
-
line-height: 22px;
|
|
6051
|
-
text-transform: none;
|
|
6052
|
-
}
|
|
6053
|
-
.zen-title-text--drive {
|
|
6054
|
-
font-family: var(--main-font);
|
|
6055
|
-
font-size: 16px;
|
|
6056
|
-
font-style: normal;
|
|
6057
|
-
font-weight: 500;
|
|
6058
|
-
letter-spacing: 0.16px;
|
|
6059
|
-
line-height: 20px;
|
|
6060
|
-
text-transform: none;
|
|
6061
|
-
}
|
|
6062
|
-
.zen-card-title {
|
|
6063
|
-
display: flex;
|
|
6064
|
-
gap: 8px;
|
|
6065
|
-
align-items: center;
|
|
6066
|
-
box-sizing: border-box;
|
|
6067
|
-
min-height: 24px;
|
|
6068
|
-
}
|
|
6069
|
-
.zen-card-title * {
|
|
6133
|
+
.zen-title {
|
|
6070
6134
|
box-sizing: border-box;
|
|
6071
6135
|
}
|
|
6072
|
-
.zen-
|
|
6073
|
-
height: 24px;
|
|
6074
|
-
width: 24px;
|
|
6075
|
-
flex: 0 0 auto;
|
|
6076
|
-
display: flex;
|
|
6077
|
-
align-items: center;
|
|
6078
|
-
justify-content: center;
|
|
6079
|
-
fill: var(--accents-general--detail);
|
|
6080
|
-
border-radius: 50%;
|
|
6081
|
-
background-color: var(--accents-general--main);
|
|
6136
|
+
.zen-title * {
|
|
6082
6137
|
box-sizing: border-box;
|
|
6083
6138
|
}
|
|
6084
|
-
.zen-
|
|
6085
|
-
fill: var(--accents-success--detail);
|
|
6086
|
-
background-color: var(--accents-success--main);
|
|
6087
|
-
}
|
|
6088
|
-
.zen-card-title__icon--error {
|
|
6089
|
-
fill: var(--accents-error--detail);
|
|
6090
|
-
background-color: var(--accents-error--main);
|
|
6091
|
-
}
|
|
6092
|
-
.zen-card-title__icon--warning {
|
|
6093
|
-
fill: var(--accents-warning--detail);
|
|
6094
|
-
background-color: var(--accents-warning--main);
|
|
6095
|
-
}
|
|
6096
|
-
.zen-card-title__icon--default {
|
|
6097
|
-
background-color: var(--backgrounds-content-1);
|
|
6098
|
-
fill: var(--text-secondary);
|
|
6099
|
-
}
|
|
6100
|
-
.zen-card-title__text {
|
|
6139
|
+
.zen-title__text {
|
|
6101
6140
|
font-family: var(--main-font);
|
|
6102
6141
|
font-size: 14px;
|
|
6103
6142
|
font-style: normal;
|
|
@@ -6114,7 +6153,7 @@
|
|
|
6114
6153
|
text-align: start;
|
|
6115
6154
|
color: var(--text-primary);
|
|
6116
6155
|
}
|
|
6117
|
-
.zen-
|
|
6156
|
+
.zen-title__text--mobile {
|
|
6118
6157
|
font-family: var(--main-font);
|
|
6119
6158
|
font-size: 16px;
|
|
6120
6159
|
font-style: normal;
|
|
@@ -6123,7 +6162,7 @@
|
|
|
6123
6162
|
line-height: 24px;
|
|
6124
6163
|
text-transform: none;
|
|
6125
6164
|
}
|
|
6126
|
-
.zen-
|
|
6165
|
+
.zen-title__text--drive-tablet {
|
|
6127
6166
|
font-family: var(--main-font);
|
|
6128
6167
|
font-size: 18px;
|
|
6129
6168
|
font-style: normal;
|
|
@@ -6132,7 +6171,7 @@
|
|
|
6132
6171
|
line-height: 22px;
|
|
6133
6172
|
text-transform: none;
|
|
6134
6173
|
}
|
|
6135
|
-
.zen-
|
|
6174
|
+
.zen-title__text--drive {
|
|
6136
6175
|
font-family: var(--main-font);
|
|
6137
6176
|
font-size: 16px;
|
|
6138
6177
|
font-style: normal;
|
|
@@ -6141,71 +6180,19 @@
|
|
|
6141
6180
|
line-height: 20px;
|
|
6142
6181
|
text-transform: none;
|
|
6143
6182
|
}
|
|
6144
|
-
.zen-card-title__link {
|
|
6145
|
-
display: flex;
|
|
6146
|
-
align-items: center;
|
|
6147
|
-
justify-content: center;
|
|
6148
|
-
flex: 1 1 auto;
|
|
6149
|
-
gap: 4px;
|
|
6150
|
-
text-decoration: none;
|
|
6151
|
-
}
|
|
6152
|
-
.zen-card-title__link-text {
|
|
6153
|
-
font-family: var(--main-font);
|
|
6154
|
-
font-size: 14px;
|
|
6155
|
-
font-style: normal;
|
|
6156
|
-
font-weight: 500;
|
|
6157
|
-
letter-spacing: 0.16px;
|
|
6158
|
-
line-height: 16px;
|
|
6159
|
-
text-transform: none;
|
|
6160
|
-
color: var(--text-primary);
|
|
6161
|
-
flex: 1 1 auto;
|
|
6162
|
-
text-overflow: ellipsis;
|
|
6163
|
-
overflow: hidden;
|
|
6164
|
-
white-space: nowrap;
|
|
6165
|
-
}
|
|
6166
|
-
.zen-card-title__link-chevron {
|
|
6167
|
-
width: 16px;
|
|
6168
|
-
height: 16px;
|
|
6169
|
-
fill: var(--text-primary);
|
|
6170
|
-
flex: 0 0 auto;
|
|
6171
|
-
}
|
|
6172
6183
|
.zen-card {
|
|
6173
6184
|
box-sizing: border-box;
|
|
6174
6185
|
display: grid;
|
|
6175
6186
|
gap: 16px;
|
|
6176
|
-
grid-template-rows:
|
|
6187
|
+
grid-template-rows: 20px 1fr;
|
|
6177
6188
|
}
|
|
6178
6189
|
.zen-card * {
|
|
6179
6190
|
box-sizing: border-box;
|
|
6180
6191
|
}
|
|
6181
6192
|
.zen-card__header {
|
|
6182
|
-
display: flex;
|
|
6183
|
-
flex-direction: column;
|
|
6184
|
-
gap: 4px;
|
|
6185
|
-
width: 100%;
|
|
6186
|
-
box-sizing: border-box;
|
|
6187
|
-
}
|
|
6188
|
-
.zen-card__header-primary {
|
|
6189
6193
|
display: flex;
|
|
6190
6194
|
gap: 4px;
|
|
6191
6195
|
align-items: center;
|
|
6192
|
-
padding: 4px 0;
|
|
6193
|
-
width: 100%;
|
|
6194
|
-
}
|
|
6195
|
-
.zen-card__secondary {
|
|
6196
|
-
font-family: var(--main-font);
|
|
6197
|
-
font-size: 12px;
|
|
6198
|
-
font-style: normal;
|
|
6199
|
-
font-weight: 400;
|
|
6200
|
-
letter-spacing: 0.32px;
|
|
6201
|
-
line-height: 16px;
|
|
6202
|
-
text-transform: none;
|
|
6203
|
-
color: var(--text-secondary);
|
|
6204
|
-
overflow: hidden;
|
|
6205
|
-
text-overflow: ellipsis;
|
|
6206
|
-
white-space: nowrap;
|
|
6207
|
-
word-wrap: normal;
|
|
6208
|
-
width: 100%;
|
|
6209
6196
|
}
|
|
6210
6197
|
.zen-card__content {
|
|
6211
6198
|
width: 100%;
|
|
@@ -6273,18 +6260,10 @@
|
|
|
6273
6260
|
line-height: 18px;
|
|
6274
6261
|
text-transform: none;
|
|
6275
6262
|
}
|
|
6276
|
-
.zen-card__menu-trigger {
|
|
6277
|
-
width: 32px;
|
|
6278
|
-
height: 32px;
|
|
6279
|
-
}
|
|
6280
6263
|
.zen-card__menu-trigger--drive {
|
|
6281
|
-
width: 40px;
|
|
6282
|
-
height: 40px;
|
|
6283
6264
|
padding: 11px;
|
|
6284
6265
|
}
|
|
6285
6266
|
.zen-card__menu-trigger--drive-tablet {
|
|
6286
|
-
width: 40px;
|
|
6287
|
-
height: 40px;
|
|
6288
6267
|
padding: 12px;
|
|
6289
6268
|
}
|
|
6290
6269
|
.zen-card__footer {
|
|
@@ -6437,35 +6416,6 @@
|
|
|
6437
6416
|
padding-top: 11px;
|
|
6438
6417
|
padding-bottom: 11px;
|
|
6439
6418
|
}
|
|
6440
|
-
.zen-favorite-button {
|
|
6441
|
-
display: flex;
|
|
6442
|
-
align-items: center;
|
|
6443
|
-
justify-content: center;
|
|
6444
|
-
width: 32px;
|
|
6445
|
-
height: 32px;
|
|
6446
|
-
background-color: transparent;
|
|
6447
|
-
border: none;
|
|
6448
|
-
fill: var(--text-secondary);
|
|
6449
|
-
cursor: pointer;
|
|
6450
|
-
border-radius: var(--border-radius-default);
|
|
6451
|
-
}
|
|
6452
|
-
.zen-favorite-button:hover {
|
|
6453
|
-
background-color: var(--backgrounds-content-1);
|
|
6454
|
-
}
|
|
6455
|
-
.zen-favorite-button__empty {
|
|
6456
|
-
display: initial;
|
|
6457
|
-
flex: 0 0 auto;
|
|
6458
|
-
}
|
|
6459
|
-
.zen-favorite-button__filled {
|
|
6460
|
-
display: none;
|
|
6461
|
-
flex: 0 0 auto;
|
|
6462
|
-
}
|
|
6463
|
-
.zen-favorite-button--filled .zen-favorite-button__filled {
|
|
6464
|
-
display: initial;
|
|
6465
|
-
}
|
|
6466
|
-
.zen-favorite-button--filled .zen-favorite-button__empty {
|
|
6467
|
-
display: none;
|
|
6468
|
-
}
|
|
6469
6419
|
.zen-cards {
|
|
6470
6420
|
display: flex;
|
|
6471
6421
|
width: 100%;
|
|
@@ -11178,6 +11128,640 @@
|
|
|
11178
11128
|
font-size: 0.875rem;
|
|
11179
11129
|
}
|
|
11180
11130
|
}
|
|
11131
|
+
.zen-list {
|
|
11132
|
+
box-sizing: border-box;
|
|
11133
|
+
margin: 0;
|
|
11134
|
+
padding: 0;
|
|
11135
|
+
overflow: auto;
|
|
11136
|
+
outline: none;
|
|
11137
|
+
}
|
|
11138
|
+
.zen-list * {
|
|
11139
|
+
box-sizing: border-box;
|
|
11140
|
+
}
|
|
11141
|
+
.zen-list__item {
|
|
11142
|
+
list-style: none;
|
|
11143
|
+
display: flex;
|
|
11144
|
+
}
|
|
11145
|
+
.zen-item-data {
|
|
11146
|
+
padding: 12px 12px 11px 12px;
|
|
11147
|
+
background-color: var(--backgrounds-main);
|
|
11148
|
+
border-bottom: 1px solid var(--borders-general);
|
|
11149
|
+
display: flex;
|
|
11150
|
+
flex-direction: column;
|
|
11151
|
+
row-gap: 4px;
|
|
11152
|
+
}
|
|
11153
|
+
.zen-item-data:hover {
|
|
11154
|
+
background-color: var(--backgrounds-content-1);
|
|
11155
|
+
}
|
|
11156
|
+
.zen-item-data__icon {
|
|
11157
|
+
flex: 0 0 auto;
|
|
11158
|
+
width: 24px;
|
|
11159
|
+
height: 24px;
|
|
11160
|
+
padding: 4px;
|
|
11161
|
+
background-color: var(--action-primary--default);
|
|
11162
|
+
fill: var(--text-reverse-primary);
|
|
11163
|
+
border-radius: 50%;
|
|
11164
|
+
display: flex;
|
|
11165
|
+
align-items: center;
|
|
11166
|
+
justify-content: center;
|
|
11167
|
+
}
|
|
11168
|
+
.zen-item-data__icon-placeholder {
|
|
11169
|
+
width: 24px;
|
|
11170
|
+
flex: 0 0 auto;
|
|
11171
|
+
}
|
|
11172
|
+
.zen-item-data__main {
|
|
11173
|
+
flex: 1 1 auto;
|
|
11174
|
+
display: flex;
|
|
11175
|
+
flex-direction: row;
|
|
11176
|
+
gap: 12px;
|
|
11177
|
+
min-width: 0;
|
|
11178
|
+
width: 100%;
|
|
11179
|
+
align-items: center;
|
|
11180
|
+
}
|
|
11181
|
+
.zen-item-data__main-data {
|
|
11182
|
+
display: flex;
|
|
11183
|
+
gap: 8px;
|
|
11184
|
+
align-items: center;
|
|
11185
|
+
flex: 1 1 auto;
|
|
11186
|
+
}
|
|
11187
|
+
.zen-item-data__identifier {
|
|
11188
|
+
font-family: var(--main-font);
|
|
11189
|
+
font-size: 14px;
|
|
11190
|
+
font-style: normal;
|
|
11191
|
+
font-weight: 400;
|
|
11192
|
+
letter-spacing: 0;
|
|
11193
|
+
line-height: 16px;
|
|
11194
|
+
text-transform: none;
|
|
11195
|
+
color: var(--text-primary);
|
|
11196
|
+
flex: 1 1 100%;
|
|
11197
|
+
min-width: 0;
|
|
11198
|
+
display: flex;
|
|
11199
|
+
flex-direction: column;
|
|
11200
|
+
}
|
|
11201
|
+
.zen-item-data__name {
|
|
11202
|
+
font-family: var(--main-font);
|
|
11203
|
+
font-size: 14px;
|
|
11204
|
+
font-style: normal;
|
|
11205
|
+
font-weight: 500;
|
|
11206
|
+
letter-spacing: 0.16px;
|
|
11207
|
+
line-height: 16px;
|
|
11208
|
+
text-transform: none;
|
|
11209
|
+
overflow: hidden;
|
|
11210
|
+
text-overflow: ellipsis;
|
|
11211
|
+
white-space: nowrap;
|
|
11212
|
+
word-wrap: normal;
|
|
11213
|
+
color: var(--text-primary);
|
|
11214
|
+
flex: 1 1 auto;
|
|
11215
|
+
}
|
|
11216
|
+
.zen-item-data__link {
|
|
11217
|
+
font-family: var(--main-font);
|
|
11218
|
+
font-size: 14px;
|
|
11219
|
+
font-style: normal;
|
|
11220
|
+
font-weight: 500;
|
|
11221
|
+
letter-spacing: 0.16px;
|
|
11222
|
+
line-height: 16px;
|
|
11223
|
+
text-transform: none;
|
|
11224
|
+
overflow: hidden;
|
|
11225
|
+
text-overflow: ellipsis;
|
|
11226
|
+
white-space: nowrap;
|
|
11227
|
+
word-wrap: normal;
|
|
11228
|
+
color: var(--text-hyperlink);
|
|
11229
|
+
flex: 1 1 auto;
|
|
11230
|
+
width: 100%;
|
|
11231
|
+
}
|
|
11232
|
+
.zen-item-data__secondary {
|
|
11233
|
+
font-family: var(--main-font);
|
|
11234
|
+
font-size: 12px;
|
|
11235
|
+
font-style: normal;
|
|
11236
|
+
font-weight: 400;
|
|
11237
|
+
letter-spacing: 0.32px;
|
|
11238
|
+
line-height: 16px;
|
|
11239
|
+
text-transform: none;
|
|
11240
|
+
color: var(--text-secondary);
|
|
11241
|
+
flex: 1 1 auto;
|
|
11242
|
+
overflow: hidden;
|
|
11243
|
+
display: -webkit-box;
|
|
11244
|
+
-webkit-box-orient: vertical;
|
|
11245
|
+
-webkit-line-clamp: 2;
|
|
11246
|
+
text-overflow: ellipsis;
|
|
11247
|
+
}
|
|
11248
|
+
.zen-item-data__status {
|
|
11249
|
+
flex: 0 0 auto;
|
|
11250
|
+
}
|
|
11251
|
+
.zen-item-data__secondary-data {
|
|
11252
|
+
display: flex;
|
|
11253
|
+
flex-direction: row;
|
|
11254
|
+
column-gap: 12px;
|
|
11255
|
+
flex: 1 1 auto;
|
|
11256
|
+
}
|
|
11257
|
+
.zen-item-data__data {
|
|
11258
|
+
display: flex;
|
|
11259
|
+
flex-direction: column;
|
|
11260
|
+
row-gap: 4px;
|
|
11261
|
+
flex: 1 1 auto;
|
|
11262
|
+
}
|
|
11263
|
+
.zen-item-data__data-row {
|
|
11264
|
+
display: flex;
|
|
11265
|
+
flex-direction: row;
|
|
11266
|
+
align-items: center;
|
|
11267
|
+
width: 100%;
|
|
11268
|
+
gap: 4px;
|
|
11269
|
+
}
|
|
11270
|
+
.zen-item-data__data-label {
|
|
11271
|
+
font-family: var(--main-font);
|
|
11272
|
+
font-size: 12px;
|
|
11273
|
+
font-style: normal;
|
|
11274
|
+
font-weight: 400;
|
|
11275
|
+
letter-spacing: 0.32px;
|
|
11276
|
+
line-height: 16px;
|
|
11277
|
+
text-transform: none;
|
|
11278
|
+
overflow: hidden;
|
|
11279
|
+
text-overflow: ellipsis;
|
|
11280
|
+
white-space: nowrap;
|
|
11281
|
+
word-wrap: normal;
|
|
11282
|
+
color: var(--text-secondary);
|
|
11283
|
+
flex: 0 1 30%;
|
|
11284
|
+
}
|
|
11285
|
+
.zen-item-data__data-value {
|
|
11286
|
+
flex: 1 1 70%;
|
|
11287
|
+
font-family: var(--main-font);
|
|
11288
|
+
font-size: 12px;
|
|
11289
|
+
font-style: normal;
|
|
11290
|
+
font-weight: 400;
|
|
11291
|
+
letter-spacing: 0.32px;
|
|
11292
|
+
line-height: 16px;
|
|
11293
|
+
text-transform: none;
|
|
11294
|
+
color: var(--text-primary);
|
|
11295
|
+
overflow: hidden;
|
|
11296
|
+
text-overflow: ellipsis;
|
|
11297
|
+
white-space: nowrap;
|
|
11298
|
+
word-wrap: normal;
|
|
11299
|
+
display: flex;
|
|
11300
|
+
align-items: center;
|
|
11301
|
+
gap: 8px;
|
|
11302
|
+
}
|
|
11303
|
+
.zen-item-data__data-value-icon {
|
|
11304
|
+
flex: 0 0 auto;
|
|
11305
|
+
fill: var(--text-secondary);
|
|
11306
|
+
}
|
|
11307
|
+
.zen-item-data__data-value-text {
|
|
11308
|
+
flex: 1 1 auto;
|
|
11309
|
+
color: var(--text-primary);
|
|
11310
|
+
overflow: hidden;
|
|
11311
|
+
text-overflow: ellipsis;
|
|
11312
|
+
white-space: nowrap;
|
|
11313
|
+
word-wrap: normal;
|
|
11314
|
+
}
|
|
11315
|
+
.zen-item-data__click {
|
|
11316
|
+
width: 32px;
|
|
11317
|
+
height: 32px;
|
|
11318
|
+
fill: var(--text-secondary);
|
|
11319
|
+
}
|
|
11320
|
+
.zen-item-data__checkbox-placeholder {
|
|
11321
|
+
width: 16px;
|
|
11322
|
+
flex: 0 0 auto;
|
|
11323
|
+
}
|
|
11324
|
+
.zen-item-data__waiting {
|
|
11325
|
+
width: 100%;
|
|
11326
|
+
max-width: 300px;
|
|
11327
|
+
}
|
|
11328
|
+
.zen-item-data--drive .zen-item-data__name {
|
|
11329
|
+
font-family: var(--main-font);
|
|
11330
|
+
font-size: 16px;
|
|
11331
|
+
font-style: normal;
|
|
11332
|
+
font-weight: 500;
|
|
11333
|
+
letter-spacing: 0.16px;
|
|
11334
|
+
line-height: 20px;
|
|
11335
|
+
text-transform: none;
|
|
11336
|
+
}
|
|
11337
|
+
.zen-item-data--drive .zen-item-data__link {
|
|
11338
|
+
font-family: var(--main-font);
|
|
11339
|
+
font-size: 16px;
|
|
11340
|
+
font-style: normal;
|
|
11341
|
+
font-weight: 500;
|
|
11342
|
+
letter-spacing: 0.16px;
|
|
11343
|
+
line-height: 20px;
|
|
11344
|
+
text-transform: none;
|
|
11345
|
+
}
|
|
11346
|
+
.zen-item-data--drive .zen-item-data__secondary {
|
|
11347
|
+
font-family: var(--main-font);
|
|
11348
|
+
font-size: 14px;
|
|
11349
|
+
font-style: normal;
|
|
11350
|
+
font-weight: 400;
|
|
11351
|
+
letter-spacing: 0.32px;
|
|
11352
|
+
line-height: 20px;
|
|
11353
|
+
text-transform: none;
|
|
11354
|
+
}
|
|
11355
|
+
.zen-item-data--drive .zen-item-data__data-label {
|
|
11356
|
+
font-family: var(--main-font);
|
|
11357
|
+
font-size: 14px;
|
|
11358
|
+
font-style: normal;
|
|
11359
|
+
font-weight: 400;
|
|
11360
|
+
letter-spacing: 0.32px;
|
|
11361
|
+
line-height: 18px;
|
|
11362
|
+
text-transform: none;
|
|
11363
|
+
}
|
|
11364
|
+
.zen-item-data--drive .zen-item-data__data-value {
|
|
11365
|
+
font-family: var(--main-font);
|
|
11366
|
+
font-size: 14px;
|
|
11367
|
+
font-style: normal;
|
|
11368
|
+
font-weight: 400;
|
|
11369
|
+
letter-spacing: 0.32px;
|
|
11370
|
+
line-height: 20px;
|
|
11371
|
+
text-transform: none;
|
|
11372
|
+
}
|
|
11373
|
+
.zen-item-data--drive .zen-item-data__more-button,
|
|
11374
|
+
.zen-item-data--drive .zen-item-data__click {
|
|
11375
|
+
height: 40px;
|
|
11376
|
+
width: 40px;
|
|
11377
|
+
display: flex;
|
|
11378
|
+
align-items: center;
|
|
11379
|
+
justify-content: center;
|
|
11380
|
+
}
|
|
11381
|
+
.zen-item-data--drive .zen-item-data__checkbox-placeholder {
|
|
11382
|
+
width: 24px;
|
|
11383
|
+
flex: 0 0 auto;
|
|
11384
|
+
}
|
|
11385
|
+
.zen-item-data--drive-tablet .zen-item-data__name {
|
|
11386
|
+
font-family: var(--main-font);
|
|
11387
|
+
font-size: 18px;
|
|
11388
|
+
font-style: normal;
|
|
11389
|
+
font-weight: 500;
|
|
11390
|
+
letter-spacing: 0.16px;
|
|
11391
|
+
line-height: 22px;
|
|
11392
|
+
text-transform: none;
|
|
11393
|
+
}
|
|
11394
|
+
.zen-item-data--drive-tablet .zen-item-data__link {
|
|
11395
|
+
font-family: var(--main-font);
|
|
11396
|
+
font-size: 18px;
|
|
11397
|
+
font-style: normal;
|
|
11398
|
+
font-weight: 500;
|
|
11399
|
+
letter-spacing: 0.16px;
|
|
11400
|
+
line-height: 22px;
|
|
11401
|
+
text-transform: none;
|
|
11402
|
+
}
|
|
11403
|
+
.zen-item-data--drive-tablet .zen-item-data__secondary {
|
|
11404
|
+
font-family: var(--main-font);
|
|
11405
|
+
font-size: 16px;
|
|
11406
|
+
font-style: normal;
|
|
11407
|
+
font-weight: 400;
|
|
11408
|
+
letter-spacing: 0.32px;
|
|
11409
|
+
line-height: 22px;
|
|
11410
|
+
text-transform: none;
|
|
11411
|
+
}
|
|
11412
|
+
.zen-item-data--drive-tablet .zen-item-data__data-label {
|
|
11413
|
+
font-family: var(--main-font);
|
|
11414
|
+
font-size: 16px;
|
|
11415
|
+
font-style: normal;
|
|
11416
|
+
font-weight: 400;
|
|
11417
|
+
letter-spacing: 0.32px;
|
|
11418
|
+
line-height: 18px;
|
|
11419
|
+
text-transform: none;
|
|
11420
|
+
}
|
|
11421
|
+
.zen-item-data--drive-tablet .zen-item-data__data-value {
|
|
11422
|
+
font-family: var(--main-font);
|
|
11423
|
+
font-size: 16px;
|
|
11424
|
+
font-style: normal;
|
|
11425
|
+
font-weight: 400;
|
|
11426
|
+
letter-spacing: 0.32px;
|
|
11427
|
+
line-height: 22px;
|
|
11428
|
+
text-transform: none;
|
|
11429
|
+
}
|
|
11430
|
+
.zen-item-data--drive-tablet .zen-item-data__more-button,
|
|
11431
|
+
.zen-item-data--drive-tablet .zen-item-data__click {
|
|
11432
|
+
height: 40px;
|
|
11433
|
+
width: 40px;
|
|
11434
|
+
display: flex;
|
|
11435
|
+
align-items: center;
|
|
11436
|
+
justify-content: center;
|
|
11437
|
+
}
|
|
11438
|
+
.zen-item-data--drive-tablet .zen-item-data__checkbox-placeholder {
|
|
11439
|
+
width: 24px;
|
|
11440
|
+
flex: 0 0 auto;
|
|
11441
|
+
}
|
|
11442
|
+
.zen-list-item-compact {
|
|
11443
|
+
padding: 8px 0 7px 0;
|
|
11444
|
+
background-color: var(--backgrounds-main);
|
|
11445
|
+
border-bottom: 1px solid var(--borders-general);
|
|
11446
|
+
display: flex;
|
|
11447
|
+
gap: 8px;
|
|
11448
|
+
align-items: center;
|
|
11449
|
+
width: 100%;
|
|
11450
|
+
min-height: 40px;
|
|
11451
|
+
}
|
|
11452
|
+
.zen-list-item-compact__left-icon {
|
|
11453
|
+
flex: 0 0 auto;
|
|
11454
|
+
display: flex;
|
|
11455
|
+
align-items: center;
|
|
11456
|
+
fill: var(--accents-general--detail);
|
|
11457
|
+
}
|
|
11458
|
+
.zen-list-item-compact__name {
|
|
11459
|
+
font-family: var(--main-font);
|
|
11460
|
+
font-size: 14px;
|
|
11461
|
+
font-style: normal;
|
|
11462
|
+
font-weight: 400;
|
|
11463
|
+
letter-spacing: 0;
|
|
11464
|
+
line-height: 16px;
|
|
11465
|
+
text-transform: none;
|
|
11466
|
+
color: var(--text-primary);
|
|
11467
|
+
flex: 0 1 auto;
|
|
11468
|
+
align-items: center;
|
|
11469
|
+
overflow: hidden;
|
|
11470
|
+
text-overflow: ellipsis;
|
|
11471
|
+
white-space: nowrap;
|
|
11472
|
+
word-wrap: normal;
|
|
11473
|
+
}
|
|
11474
|
+
.zen-list-item-compact__right-icon {
|
|
11475
|
+
flex: 0 0 auto;
|
|
11476
|
+
display: flex;
|
|
11477
|
+
align-items: center;
|
|
11478
|
+
fill: var(--accents-general--detail);
|
|
11479
|
+
}
|
|
11480
|
+
.zen-list-item-compact__status {
|
|
11481
|
+
flex: 0 0 auto;
|
|
11482
|
+
display: flex;
|
|
11483
|
+
align-items: center;
|
|
11484
|
+
}
|
|
11485
|
+
.zen-list-item-compact__data {
|
|
11486
|
+
font-family: var(--main-font);
|
|
11487
|
+
font-size: 12px;
|
|
11488
|
+
font-style: normal;
|
|
11489
|
+
font-weight: 400;
|
|
11490
|
+
letter-spacing: 0.32px;
|
|
11491
|
+
line-height: 16px;
|
|
11492
|
+
text-transform: none;
|
|
11493
|
+
color: var(--text-secondary);
|
|
11494
|
+
flex: 1 0 auto;
|
|
11495
|
+
text-align: right;
|
|
11496
|
+
display: flex;
|
|
11497
|
+
justify-content: flex-end;
|
|
11498
|
+
align-items: center;
|
|
11499
|
+
}
|
|
11500
|
+
.zen-list-item-compact__icon--success {
|
|
11501
|
+
fill: var(--accents-success--detail);
|
|
11502
|
+
}
|
|
11503
|
+
.zen-list-item-compact__icon--error {
|
|
11504
|
+
fill: var(--accents-error--detail);
|
|
11505
|
+
}
|
|
11506
|
+
.zen-list-item-compact__icon--warning {
|
|
11507
|
+
fill: var(--accents-warning--detail);
|
|
11508
|
+
}
|
|
11509
|
+
.zen-list-item-compact__icon--info {
|
|
11510
|
+
fill: var(--accents-general--detail);
|
|
11511
|
+
}
|
|
11512
|
+
.zen-list-item-compact__waiting {
|
|
11513
|
+
width: 100%;
|
|
11514
|
+
height: 16px;
|
|
11515
|
+
max-width: 300px;
|
|
11516
|
+
}
|
|
11517
|
+
.zen-list-item-compact--drive {
|
|
11518
|
+
min-height: 52px;
|
|
11519
|
+
}
|
|
11520
|
+
.zen-list-item-compact--drive .zen-list-item-compact__name {
|
|
11521
|
+
font-family: var(--main-font);
|
|
11522
|
+
font-size: 16px;
|
|
11523
|
+
font-style: normal;
|
|
11524
|
+
font-weight: 400;
|
|
11525
|
+
letter-spacing: 0;
|
|
11526
|
+
line-height: 20px;
|
|
11527
|
+
text-transform: none;
|
|
11528
|
+
}
|
|
11529
|
+
.zen-list-item-compact--drive .zen-list-item-compact__data {
|
|
11530
|
+
font-family: var(--main-font);
|
|
11531
|
+
font-size: 14px;
|
|
11532
|
+
font-style: normal;
|
|
11533
|
+
font-weight: 400;
|
|
11534
|
+
letter-spacing: 0.32px;
|
|
11535
|
+
line-height: 18px;
|
|
11536
|
+
text-transform: none;
|
|
11537
|
+
}
|
|
11538
|
+
.zen-list-item-compact--drive .zen-list-item-compact__waiting {
|
|
11539
|
+
height: 20px;
|
|
11540
|
+
max-width: 500px;
|
|
11541
|
+
}
|
|
11542
|
+
.zen-list-item-compact--drive-tablet {
|
|
11543
|
+
min-height: 52px;
|
|
11544
|
+
}
|
|
11545
|
+
.zen-list-item-compact--drive-tablet .zen-list-item-compact__name {
|
|
11546
|
+
font-family: var(--main-font);
|
|
11547
|
+
font-size: 18px;
|
|
11548
|
+
font-style: normal;
|
|
11549
|
+
font-weight: 400;
|
|
11550
|
+
letter-spacing: 0;
|
|
11551
|
+
line-height: 22px;
|
|
11552
|
+
text-transform: none;
|
|
11553
|
+
}
|
|
11554
|
+
.zen-list-item-compact--drive-tablet .zen-list-item-compact__data {
|
|
11555
|
+
font-family: var(--main-font);
|
|
11556
|
+
font-size: 16px;
|
|
11557
|
+
font-style: normal;
|
|
11558
|
+
font-weight: 400;
|
|
11559
|
+
letter-spacing: 0.32px;
|
|
11560
|
+
line-height: 18px;
|
|
11561
|
+
text-transform: none;
|
|
11562
|
+
}
|
|
11563
|
+
.zen-list-item-compact--drive-tablet .zen-list-item-compact__waiting {
|
|
11564
|
+
height: 22px;
|
|
11565
|
+
max-width: 500px;
|
|
11566
|
+
}
|
|
11567
|
+
.zen-list-item {
|
|
11568
|
+
padding: 8px 16px 7px 16px;
|
|
11569
|
+
background-color: var(--backgrounds-main);
|
|
11570
|
+
border-bottom: 1px solid var(--borders-general);
|
|
11571
|
+
display: flex;
|
|
11572
|
+
gap: 8px;
|
|
11573
|
+
align-items: center;
|
|
11574
|
+
width: 100%;
|
|
11575
|
+
min-height: 48px;
|
|
11576
|
+
box-sizing: border-box;
|
|
11577
|
+
}
|
|
11578
|
+
.zen-list-item:hover {
|
|
11579
|
+
background-color: var(--backgrounds-content-1);
|
|
11580
|
+
}
|
|
11581
|
+
.zen-list-item__dnd {
|
|
11582
|
+
flex: 0 0 auto;
|
|
11583
|
+
width: 32px;
|
|
11584
|
+
height: 32px;
|
|
11585
|
+
padding: 8px;
|
|
11586
|
+
fill: var(--text-secondary);
|
|
11587
|
+
cursor: pointer;
|
|
11588
|
+
box-sizing: border-box;
|
|
11589
|
+
}
|
|
11590
|
+
.zen-list-item__image {
|
|
11591
|
+
width: 32px;
|
|
11592
|
+
height: 32px;
|
|
11593
|
+
flex: 0 0 auto;
|
|
11594
|
+
}
|
|
11595
|
+
.zen-list-item__identifier {
|
|
11596
|
+
font-family: var(--main-font);
|
|
11597
|
+
font-size: 14px;
|
|
11598
|
+
font-style: normal;
|
|
11599
|
+
font-weight: 400;
|
|
11600
|
+
letter-spacing: 0;
|
|
11601
|
+
line-height: 16px;
|
|
11602
|
+
text-transform: none;
|
|
11603
|
+
color: var(--text-primary);
|
|
11604
|
+
flex: 1 1 auto;
|
|
11605
|
+
display: flex;
|
|
11606
|
+
flex-direction: row;
|
|
11607
|
+
min-width: 0;
|
|
11608
|
+
column-gap: 8px;
|
|
11609
|
+
align-items: center;
|
|
11610
|
+
}
|
|
11611
|
+
.zen-list-item__name {
|
|
11612
|
+
flex: 0 0 auto;
|
|
11613
|
+
overflow: hidden;
|
|
11614
|
+
text-overflow: ellipsis;
|
|
11615
|
+
white-space: nowrap;
|
|
11616
|
+
word-wrap: normal;
|
|
11617
|
+
font-family: var(--main-font);
|
|
11618
|
+
font-size: 14px;
|
|
11619
|
+
font-style: normal;
|
|
11620
|
+
font-weight: 400;
|
|
11621
|
+
letter-spacing: 0;
|
|
11622
|
+
line-height: 16px;
|
|
11623
|
+
text-transform: none;
|
|
11624
|
+
}
|
|
11625
|
+
.zen-list-item__secondary {
|
|
11626
|
+
flex: 0 1 auto;
|
|
11627
|
+
font-family: var(--main-font);
|
|
11628
|
+
font-size: 12px;
|
|
11629
|
+
font-style: normal;
|
|
11630
|
+
font-weight: 400;
|
|
11631
|
+
letter-spacing: 0.32px;
|
|
11632
|
+
line-height: 16px;
|
|
11633
|
+
text-transform: none;
|
|
11634
|
+
color: var(--text-secondary);
|
|
11635
|
+
overflow: hidden;
|
|
11636
|
+
text-overflow: ellipsis;
|
|
11637
|
+
white-space: nowrap;
|
|
11638
|
+
word-wrap: normal;
|
|
11639
|
+
}
|
|
11640
|
+
.zen-list-item__status {
|
|
11641
|
+
flex: 0 0 auto;
|
|
11642
|
+
display: flex;
|
|
11643
|
+
align-items: center;
|
|
11644
|
+
}
|
|
11645
|
+
.zen-list-item__actions {
|
|
11646
|
+
display: flex;
|
|
11647
|
+
flex: 0 0 auto;
|
|
11648
|
+
gap: 8px;
|
|
11649
|
+
align-items: center;
|
|
11650
|
+
}
|
|
11651
|
+
.zen-list-item__action-button,
|
|
11652
|
+
.zen-list-item__more-button {
|
|
11653
|
+
height: 32px;
|
|
11654
|
+
align-items: center;
|
|
11655
|
+
justify-content: center;
|
|
11656
|
+
}
|
|
11657
|
+
.zen-list-item--dragging {
|
|
11658
|
+
display: none;
|
|
11659
|
+
}
|
|
11660
|
+
.zen-list-item__waiting {
|
|
11661
|
+
max-width: 300px;
|
|
11662
|
+
}
|
|
11663
|
+
.zen-list-item__click {
|
|
11664
|
+
width: 32px;
|
|
11665
|
+
height: 32px;
|
|
11666
|
+
fill: var(--text-secondary);
|
|
11667
|
+
}
|
|
11668
|
+
.zen-list-item--clickable {
|
|
11669
|
+
cursor: pointer;
|
|
11670
|
+
}
|
|
11671
|
+
@media (max-width: 640px) {
|
|
11672
|
+
.zen-list-item__identifier {
|
|
11673
|
+
flex-direction: column;
|
|
11674
|
+
align-items: initial;
|
|
11675
|
+
}
|
|
11676
|
+
.zen-list-item__name {
|
|
11677
|
+
flex: 0 1 auto;
|
|
11678
|
+
}
|
|
11679
|
+
.zen-list-item__secondary {
|
|
11680
|
+
flex: 0 1 auto;
|
|
11681
|
+
}
|
|
11682
|
+
}
|
|
11683
|
+
.zen-list-item--drive {
|
|
11684
|
+
min-height: 60px;
|
|
11685
|
+
}
|
|
11686
|
+
.zen-list-item--drive .zen-list-item__image {
|
|
11687
|
+
width: 44px;
|
|
11688
|
+
height: 44px;
|
|
11689
|
+
}
|
|
11690
|
+
.zen-list-item--drive .zen-list-item__name {
|
|
11691
|
+
font-family: var(--main-font);
|
|
11692
|
+
font-size: 16px;
|
|
11693
|
+
font-style: normal;
|
|
11694
|
+
font-weight: 400;
|
|
11695
|
+
letter-spacing: 0;
|
|
11696
|
+
line-height: 20px;
|
|
11697
|
+
text-transform: none;
|
|
11698
|
+
}
|
|
11699
|
+
.zen-list-item--drive .zen-list-item__secondary {
|
|
11700
|
+
font-family: var(--main-font);
|
|
11701
|
+
font-size: 14px;
|
|
11702
|
+
font-style: normal;
|
|
11703
|
+
font-weight: 400;
|
|
11704
|
+
letter-spacing: 0.32px;
|
|
11705
|
+
line-height: 18px;
|
|
11706
|
+
text-transform: none;
|
|
11707
|
+
}
|
|
11708
|
+
.zen-list-item--drive .zen-list-item__action-button,
|
|
11709
|
+
.zen-list-item--drive .zen-list-item__more-button {
|
|
11710
|
+
height: 40px;
|
|
11711
|
+
width: 40px;
|
|
11712
|
+
}
|
|
11713
|
+
.zen-list-item--drive .zen-list-item__waiting {
|
|
11714
|
+
height: 20px;
|
|
11715
|
+
max-width: 500px;
|
|
11716
|
+
}
|
|
11717
|
+
.zen-list-item--drive .zen-item-data__click {
|
|
11718
|
+
height: 40px;
|
|
11719
|
+
width: 40px;
|
|
11720
|
+
display: flex;
|
|
11721
|
+
align-items: center;
|
|
11722
|
+
justify-content: center;
|
|
11723
|
+
}
|
|
11724
|
+
.zen-list-item--drive-tablet {
|
|
11725
|
+
min-height: 60px;
|
|
11726
|
+
}
|
|
11727
|
+
.zen-list-item--drive-tablet .zen-list-item__image {
|
|
11728
|
+
width: 44px;
|
|
11729
|
+
height: 44px;
|
|
11730
|
+
}
|
|
11731
|
+
.zen-list-item--drive-tablet .zen-list-item__name {
|
|
11732
|
+
font-family: var(--main-font);
|
|
11733
|
+
font-size: 18px;
|
|
11734
|
+
font-style: normal;
|
|
11735
|
+
font-weight: 400;
|
|
11736
|
+
letter-spacing: 0;
|
|
11737
|
+
line-height: 22px;
|
|
11738
|
+
text-transform: none;
|
|
11739
|
+
}
|
|
11740
|
+
.zen-list-item--drive-tablet .zen-list-item__secondary {
|
|
11741
|
+
font-family: var(--main-font);
|
|
11742
|
+
font-size: 16px;
|
|
11743
|
+
font-style: normal;
|
|
11744
|
+
font-weight: 400;
|
|
11745
|
+
letter-spacing: 0.32px;
|
|
11746
|
+
line-height: 18px;
|
|
11747
|
+
text-transform: none;
|
|
11748
|
+
}
|
|
11749
|
+
.zen-list-item--drive-tablet .zen-list-item__action-button,
|
|
11750
|
+
.zen-list-item--drive-tablet .zen-list-item__more-button {
|
|
11751
|
+
height: 44px;
|
|
11752
|
+
width: 44px;
|
|
11753
|
+
}
|
|
11754
|
+
.zen-list-item--drive-tablet .zen-list-item__waiting {
|
|
11755
|
+
height: 22px;
|
|
11756
|
+
max-width: 500px;
|
|
11757
|
+
}
|
|
11758
|
+
.zen-list-item--drive-tablet .zen-item-data__click {
|
|
11759
|
+
height: 40px;
|
|
11760
|
+
width: 40px;
|
|
11761
|
+
display: flex;
|
|
11762
|
+
align-items: center;
|
|
11763
|
+
justify-content: center;
|
|
11764
|
+
}
|
|
11181
11765
|
.zen-mini-tabs {
|
|
11182
11766
|
font-family: var(--main-font);
|
|
11183
11767
|
font-size: 14px;
|