@geotab/zenith 3.13.1-beta.1 → 3.13.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.
Files changed (166) hide show
  1. package/README.md +2 -12
  2. package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
  3. package/dist/calendar/calendar.js +1 -1
  4. package/dist/chart/lineChart/getDefaultOptions.js +2 -7
  5. package/dist/chart/lineChart/useSummary.d.ts +1 -2
  6. package/dist/columnsSelector/columnsSelector.js +1 -1
  7. package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
  8. package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +12 -29
  9. package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +1 -2
  10. package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
  11. package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +2 -4
  12. package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +3 -12
  13. package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +6 -18
  14. package/dist/commonStyles/caption/caption.less +5 -3
  15. package/dist/commonStyles/colors/colors.less +19 -4
  16. package/dist/commonStyles/columnsList.less +0 -1
  17. package/dist/commonStyles/common.less +2 -1
  18. package/dist/commonStyles/ellipsis.less +1 -1
  19. package/dist/commonStyles/fonts/roboto.less +7 -7
  20. package/dist/commonStyles/link/link.less +1 -1
  21. package/dist/commonStyles/notSelectable.less +4 -0
  22. package/dist/commonStyles/pillStyles/pillContent.less +2 -6
  23. package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
  24. package/dist/commonStyles/pillStyles/pillTextContent.less +0 -3
  25. package/dist/commonStyles/pillStyles/pillTypes.less +0 -10
  26. package/dist/commonStyles/rangeFieldMixin.less +6 -3
  27. package/dist/commonStyles/shadows/shadows.less +3 -3
  28. package/dist/commonStyles/typography/typography.less +24 -24
  29. package/dist/dataFeed/dataFeed.js +2 -28
  30. package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  31. package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  32. package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  33. package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
  34. package/dist/divider/divider.js +1 -1
  35. package/dist/dropdownRaw/dropdownRaw.js +1 -1
  36. package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  37. package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  38. package/dist/filtersBar/filtersContainer/filtersContainer.js +5 -16
  39. package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  40. package/dist/header/header.js +1 -1
  41. package/dist/header/headerMenu.js +1 -1
  42. package/dist/index.css +545 -452
  43. package/dist/list/itemData/itemDataInternal.js +1 -1
  44. package/dist/list/listItem/listItem.js +1 -1
  45. package/dist/menu/menu.js +1 -1
  46. package/dist/nav/navAddMenu/navAddMenu.js +1 -1
  47. package/dist/nav/navFooter/navFooter.js +4 -4
  48. package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  49. package/dist/nav/navHeader/navHeader.js +1 -1
  50. package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  51. package/dist/nav/navItem/navItem.js +2 -2
  52. package/dist/rangeRaw/rangeRaw.js +1 -1
  53. package/dist/rangeRaw/utils/rangeHelper.js +28 -28
  54. package/dist/sortControl/sortControl.js +1 -1
  55. package/dist/summary/summary.d.ts +2 -3
  56. package/dist/summary/summary.js +2 -6
  57. package/dist/summaryTileBar/summaryTileBar.js +1 -3
  58. package/dist/table/actions/actionsMenu.js +2 -2
  59. package/dist/table/flexible/columnsPopup.js +1 -1
  60. package/dist/table/table.js +7 -5
  61. package/dist/tabs/tabs.js +5 -16
  62. package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
  63. package/dist/tooltip/helpers/calculateArrowPosition.js +7 -1
  64. package/dist/tooltip/tooltip.js +5 -7
  65. package/dist/utils/localization/translations/ar.json +7 -7
  66. package/dist/utils/localization/translations/cs.json +7 -7
  67. package/dist/utils/localization/translations/da-DK.json +7 -7
  68. package/dist/utils/localization/translations/de.json +7 -7
  69. package/dist/utils/localization/translations/en.json +7 -7
  70. package/dist/utils/localization/translations/es.json +7 -7
  71. package/dist/utils/localization/translations/fi-FI.json +7 -7
  72. package/dist/utils/localization/translations/fr-FR.json +7 -7
  73. package/dist/utils/localization/translations/fr.json +7 -7
  74. package/dist/utils/localization/translations/hu-HU.json +7 -7
  75. package/dist/utils/localization/translations/id.json +7 -7
  76. package/dist/utils/localization/translations/it.json +7 -7
  77. package/dist/utils/localization/translations/ja.json +7 -7
  78. package/dist/utils/localization/translations/ko-KR.json +7 -7
  79. package/dist/utils/localization/translations/ms.json +7 -7
  80. package/dist/utils/localization/translations/nb-NO.json +7 -7
  81. package/dist/utils/localization/translations/nl.json +7 -7
  82. package/dist/utils/localization/translations/pl.json +7 -7
  83. package/dist/utils/localization/translations/pt-BR.json +7 -7
  84. package/dist/utils/localization/translations/pt-PT.json +7 -7
  85. package/dist/utils/localization/translations/ro-RO.json +7 -7
  86. package/dist/utils/localization/translations/sk-SK.json +7 -7
  87. package/dist/utils/localization/translations/sv.json +7 -7
  88. package/dist/utils/localization/translations/th.json +7 -7
  89. package/dist/utils/localization/translations/tr.json +7 -7
  90. package/dist/utils/localization/translations/zh-Hans.json +7 -7
  91. package/dist/utils/localization/translations/zh-TW.json +7 -7
  92. package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
  93. package/esm/calendar/calendar.js +1 -1
  94. package/esm/chart/lineChart/getDefaultOptions.js +2 -7
  95. package/esm/chart/lineChart/useSummary.d.ts +1 -2
  96. package/esm/columnsSelector/columnsSelector.js +1 -1
  97. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
  98. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +12 -29
  99. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +1 -2
  100. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
  101. package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +2 -4
  102. package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +3 -12
  103. package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +6 -18
  104. package/esm/dataFeed/dataFeed.js +2 -28
  105. package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  106. package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  107. package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  108. package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
  109. package/esm/divider/divider.js +1 -1
  110. package/esm/dropdownRaw/dropdownRaw.js +1 -1
  111. package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  112. package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  113. package/esm/filtersBar/filtersContainer/filtersContainer.js +5 -16
  114. package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  115. package/esm/header/header.js +1 -1
  116. package/esm/header/headerMenu.js +1 -1
  117. package/esm/list/itemData/itemDataInternal.js +1 -1
  118. package/esm/list/listItem/listItem.js +1 -1
  119. package/esm/menu/menu.js +1 -1
  120. package/esm/nav/navAddMenu/navAddMenu.js +1 -1
  121. package/esm/nav/navFooter/navFooter.js +4 -4
  122. package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  123. package/esm/nav/navHeader/navHeader.js +1 -1
  124. package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  125. package/esm/nav/navItem/navItem.js +2 -2
  126. package/esm/rangeRaw/rangeRaw.js +1 -1
  127. package/esm/rangeRaw/utils/rangeHelper.js +28 -28
  128. package/esm/sortControl/sortControl.js +1 -1
  129. package/esm/summary/summary.d.ts +2 -3
  130. package/esm/summary/summary.js +2 -6
  131. package/esm/summaryTileBar/summaryTileBar.js +1 -3
  132. package/esm/table/actions/actionsMenu.js +2 -2
  133. package/esm/table/flexible/columnsPopup.js +1 -1
  134. package/esm/table/table.js +7 -5
  135. package/esm/tabs/tabs.js +5 -16
  136. package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
  137. package/esm/tooltip/helpers/calculateArrowPosition.js +7 -1
  138. package/esm/tooltip/tooltip.js +5 -7
  139. package/esm/utils/localization/translations/ar.json +7 -7
  140. package/esm/utils/localization/translations/cs.json +7 -7
  141. package/esm/utils/localization/translations/da-DK.json +7 -7
  142. package/esm/utils/localization/translations/de.json +7 -7
  143. package/esm/utils/localization/translations/en.json +7 -7
  144. package/esm/utils/localization/translations/es.json +7 -7
  145. package/esm/utils/localization/translations/fi-FI.json +7 -7
  146. package/esm/utils/localization/translations/fr-FR.json +7 -7
  147. package/esm/utils/localization/translations/fr.json +7 -7
  148. package/esm/utils/localization/translations/hu-HU.json +7 -7
  149. package/esm/utils/localization/translations/id.json +7 -7
  150. package/esm/utils/localization/translations/it.json +7 -7
  151. package/esm/utils/localization/translations/ja.json +7 -7
  152. package/esm/utils/localization/translations/ko-KR.json +7 -7
  153. package/esm/utils/localization/translations/ms.json +7 -7
  154. package/esm/utils/localization/translations/nb-NO.json +7 -7
  155. package/esm/utils/localization/translations/nl.json +7 -7
  156. package/esm/utils/localization/translations/pl.json +7 -7
  157. package/esm/utils/localization/translations/pt-BR.json +7 -7
  158. package/esm/utils/localization/translations/pt-PT.json +7 -7
  159. package/esm/utils/localization/translations/ro-RO.json +7 -7
  160. package/esm/utils/localization/translations/sk-SK.json +7 -7
  161. package/esm/utils/localization/translations/sv.json +7 -7
  162. package/esm/utils/localization/translations/th.json +7 -7
  163. package/esm/utils/localization/translations/tr.json +7 -7
  164. package/esm/utils/localization/translations/zh-Hans.json +7 -7
  165. package/esm/utils/localization/translations/zh-TW.json +7 -7
  166. package/package.json +1 -10
@@ -1,5 +1,5 @@
1
1
  @font-face {
2
- font-family: Roboto;
2
+ font-family: "Roboto";
3
3
  font-style: normal;
4
4
  font-weight: 300;
5
5
  src:
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  @font-face {
11
- font-family: Roboto;
11
+ font-family: "Roboto";
12
12
  font-style: normal;
13
13
  font-weight: 400;
14
14
  src:
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  @font-face {
20
- font-family: Roboto;
20
+ font-family: "Roboto";
21
21
  font-style: normal;
22
22
  font-weight: 500;
23
23
  src:
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  @font-face {
29
- font-family: Roboto;
29
+ font-family: "Roboto";
30
30
  font-style: normal;
31
31
  font-weight: 700;
32
32
  src:
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  @font-face {
38
- font-family: Roboto;
38
+ font-family: "Roboto";
39
39
  font-style: italic;
40
40
  font-weight: 300;
41
41
  src:
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
  @font-face {
47
- font-family: Roboto;
47
+ font-family: "Roboto";
48
48
  font-style: italic;
49
49
  font-weight: 400;
50
50
  src:
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  @font-face {
56
- font-family: Roboto;
56
+ font-family: "Roboto";
57
57
  font-style: italic;
58
58
  font-weight: 700;
59
59
  src:
@@ -7,7 +7,7 @@
7
7
  cursor: pointer;
8
8
  background: none;
9
9
  border: none;
10
- overflow-wrap: break-word;
10
+ word-wrap: break-word;
11
11
 
12
12
  &:hover,
13
13
  &:focus,
@@ -1,4 +1,8 @@
1
1
  .zen-not-selectable {
2
2
  -webkit-touch-callout: none;
3
+ -webkit-user-select: none;
4
+ -khtml-user-select: none;
5
+ -moz-user-select: none;
6
+ -ms-user-select: none;
3
7
  user-select: none;
4
8
  }
@@ -10,12 +10,14 @@
10
10
  @pill-height--mobile: 34px;
11
11
 
12
12
  .zen-body-s-400();
13
+ display: flex;
13
14
  align-items: center;
14
15
  justify-content: space-between;
15
16
  border-radius: (30 / @rem);
16
17
  height: @pill-height;
17
18
  display: grid;
18
19
  grid-auto-flow: column;
20
+
19
21
  gap: (8 / @rem);
20
22
 
21
23
  &--icon-left {
@@ -42,11 +44,9 @@
42
44
  &--hidden {
43
45
  gap: (4 / @rem);
44
46
  }
45
-
46
47
  &.zen-pill-new-content--drive,
47
48
  &.zen-pill-new-content--drive-tablet {
48
49
  height: @pill-height--drive;
49
-
50
50
  .zen-pill-non-actionable__icon {
51
51
  min-width: (16 / @rem);
52
52
  max-width: 16px;
@@ -70,11 +70,9 @@
70
70
  }
71
71
  }
72
72
  }
73
-
74
73
  &.zen-pill-new-content--mobile {
75
74
  height: @pill-height--mobile;
76
75
  .zen-body-m-400-short();
77
-
78
76
  .zen-pill-non-actionable__icon {
79
77
  min-width: (16 / @rem);
80
78
  max-width: 16px;
@@ -98,11 +96,9 @@
98
96
  }
99
97
  }
100
98
  }
101
-
102
99
  &.zen-pill-new-content--drive {
103
100
  .zen-body-s-400-drive();
104
101
  }
105
-
106
102
  &.zen-pill-new-content--drive-tablet {
107
103
  .zen-body-s-400-drive();
108
104
  }
@@ -6,7 +6,7 @@
6
6
  color: var(--text-primary);
7
7
  align-items: center;
8
8
  justify-content: space-between;
9
- padding: (4 / @rem) (12 / @rem);
9
+ padding: (4 / @rem) (12 / @rem) (4 / @rem) (12 / @rem);
10
10
  border-radius: (30 / @rem);
11
11
  background: var(--backgrounds-content-1);
12
12
  }
@@ -7,16 +7,13 @@
7
7
  &--hidden {
8
8
  visibility: hidden;
9
9
  }
10
-
11
10
  &.zen-pill-text-content--drive,
12
11
  &.zen-pill-text-content--drive-tablet {
13
12
  height: 20px;
14
13
  }
15
-
16
14
  &.zen-pill-text-content--drive {
17
15
  .zen-body-s-400-drive();
18
16
  }
19
-
20
17
  &.zen-pill-text-content--drive-tablet {
21
18
  .zen-body-s-400-drive();
22
19
  }
@@ -5,10 +5,8 @@
5
5
  background: var(--backgrounds-content-1);
6
6
  color: var(--text-primary);
7
7
  fill: var(--text-primary);
8
-
9
8
  .zen-pill-non-actionable__close-button {
10
9
  fill: var(--text-primary);
11
-
12
10
  &:active .zen-pill-non-actionable__close-icon,
13
11
  &:hover .zen-pill-non-actionable__close-icon,
14
12
  &:focus .zen-pill-non-actionable__close-icon {
@@ -23,10 +21,8 @@
23
21
  color: var(--accents-success--detail);
24
22
  background-color: var(--accents-success--main);
25
23
  fill: var(--accents-success--detail);
26
-
27
24
  .zen-pill-non-actionable__close-button {
28
25
  fill: var(--accents-success--detail);
29
-
30
26
  &:active .zen-pill-non-actionable__close-icon,
31
27
  &:hover .zen-pill-non-actionable__close-icon,
32
28
  &:focus .zen-pill-non-actionable__close-icon {
@@ -41,10 +37,8 @@
41
37
  background-color: var(--accents-error--main);
42
38
  color: var(--accents-error--detail);
43
39
  fill: var(--accents-error--detail);
44
-
45
40
  .zen-pill-non-actionable__close-button {
46
41
  fill: var(--accents-error--detail);
47
-
48
42
  &:active .zen-pill-non-actionable__close-icon,
49
43
  &:hover .zen-pill-non-actionable__close-icon,
50
44
  &:focus .zen-pill-non-actionable__close-icon {
@@ -59,10 +53,8 @@
59
53
  background-color: var(--accents-warning--main);
60
54
  color: var(--accents-warning--detail);
61
55
  fill: var(--accents-warning--detail);
62
-
63
56
  .zen-pill-non-actionable__close-button {
64
57
  fill: var(--accents-warning--detail);
65
-
66
58
  &:active .zen-pill-non-actionable__close-icon,
67
59
  &:hover .zen-pill-non-actionable__close-icon,
68
60
  &:focus .zen-pill-non-actionable__close-icon {
@@ -77,10 +69,8 @@
77
69
  background-color: var(--accents-general--main);
78
70
  color: var(--accents-general--detail);
79
71
  fill: var(--accents-general--detail);
80
-
81
72
  .zen-pill-non-actionable__close-button {
82
73
  fill: var(--accents-general--detail);
83
-
84
74
  &:active .zen-pill-non-actionable__close-icon,
85
75
  &:hover .zen-pill-non-actionable__close-icon,
86
76
  &:focus .zen-pill-non-actionable__close-icon {
@@ -3,12 +3,14 @@
3
3
  grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
4
4
  grid-template-rows: auto auto;
5
5
  gap: (4 / @rem) (8 / @rem);
6
- place-items: center start;
6
+ align-items: center;
7
+ justify-items: start;
7
8
  }
8
9
 
9
10
  .zen-range-field-wrapper-row {
10
11
  display: grid;
11
- place-items: center start;
12
+ align-items: center;
13
+ justify-items: start;
12
14
  grid-template-columns:
13
15
  minmax((24 / @rem), (32 / @rem))
14
16
  minmax((64 / @rem), (64 / @rem))
@@ -16,5 +18,6 @@
16
18
  minmax((24 / @rem), (32 / @rem))
17
19
  minmax((64 / @rem), (64 / @rem))
18
20
  minmax((24 / @rem), (32 / @rem));
19
- gap: (4 / @rem) (8 / @rem);
21
+ row-gap: (4 / @rem);
22
+ column-gap: (8 / @rem);
20
23
  }
@@ -1,11 +1,11 @@
1
1
  .zen-shadow-dropdown-default {
2
- box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
2
+ box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
3
3
  }
4
4
 
5
5
  .zen-card-shadow {
6
- box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
6
+ box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
7
7
  }
8
8
 
9
9
  .zen-chip-shadow {
10
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
10
+ box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
11
11
  }
@@ -441,7 +441,7 @@
441
441
  }
442
442
 
443
443
  // Responsive overrides (mobile — max-width: 640px)
444
- @media (width <= 640px) {
444
+ @media (max-width: 640px) {
445
445
  // Standard
446
446
  .zen-heading-xl-300 {
447
447
  .zen-font(@main-font-family, @heading-01-font-mobile-size, @heading-01-line-height, @weight: @heading-01-weight);
@@ -548,10 +548,10 @@
548
548
  }
549
549
 
550
550
  :root {
551
- --main-font: roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
552
- --main-font-data: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
553
- --data-font-drive: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
554
- --arabic-font-family: "Noto Sans Arabic", roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
551
+ --main-font: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
552
+ --main-font-data: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
553
+ --data-font-drive: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
554
+ --arabic-font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
555
555
  }
556
556
 
557
557
  // Labels
@@ -571,7 +571,7 @@
571
571
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400);
572
572
  }
573
573
 
574
- @media (width <= 640px) {
574
+ @media (max-width: 640px) {
575
575
  .tablet-label-400-drive {
576
576
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400);
577
577
  }
@@ -619,7 +619,7 @@
619
619
  .font(var(--main-font), 18px, @line-height: 28px, @letter-spacing: 0, @weight: 400);
620
620
  }
621
621
 
622
- @media (width <= 640px) {
622
+ @media (max-width: 640px) {
623
623
  .tablet-body-l-400-drive {
624
624
  .font(var(--main-font), 18px, @line-height: 28px, @letter-spacing: 0, @weight: 400);
625
625
  }
@@ -635,7 +635,7 @@
635
635
  .font(var(--main-font), 16px, @line-height: 20px, @weight: 400);
636
636
  }
637
637
 
638
- @media (width <= 640px) {
638
+ @media (max-width: 640px) {
639
639
  .tablet-body-m-400-short-drive {
640
640
  .font(var(--main-font), 16px, @line-height: 20px, @weight: 400);
641
641
  }
@@ -651,7 +651,7 @@
651
651
  .font(var(--main-font), 16px, @line-height: 26px, @weight: 400);
652
652
  }
653
653
 
654
- @media (width <= 640px) {
654
+ @media (max-width: 640px) {
655
655
  .tablet-body-m-400-tall-drive {
656
656
  .font(var(--main-font), 16px, @line-height: 26px, @weight: 400);
657
657
  }
@@ -667,7 +667,7 @@
667
667
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 700);
668
668
  }
669
669
 
670
- @media (width <= 640px) {
670
+ @media (max-width: 640px) {
671
671
  .tablet-body-s-700-drive {
672
672
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 700);
673
673
  }
@@ -683,7 +683,7 @@
683
683
  .font(var(--main-font), 14px, @line-height: 20px, @letter-spacing: 0.32px, @weight: 400);
684
684
  }
685
685
 
686
- @media (width <= 640px) {
686
+ @media (max-width: 640px) {
687
687
  .tablet-body-s-400-drive {
688
688
  .font(var(--main-font), 14px, @line-height: 20px, @letter-spacing: 0.32px, @weight: 400);
689
689
  }
@@ -699,7 +699,7 @@
699
699
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
700
700
  }
701
701
 
702
- @media (width <= 640px) {
702
+ @media (max-width: 640px) {
703
703
  .tablet-body-s-400-italic-drive {
704
704
  .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
705
705
  }
@@ -716,7 +716,7 @@
716
716
  .font(var(--main-font), 20px, @line-height: 36px, @weight: 300);
717
717
  }
718
718
 
719
- @media (width <= 640px) {
719
+ @media (max-width: 640px) {
720
720
  .heading-xl-300 {
721
721
  .font(var(--main-font), 20px, @line-height: 36px, @weight: 300);
722
722
  }
@@ -737,7 +737,7 @@
737
737
  .font(var(--main-font), 18px, @line-height: 28px, @weight: 300);
738
738
  }
739
739
 
740
- @media (width <= 640px) {
740
+ @media (max-width: 640px) {
741
741
  .heading-m-300 {
742
742
  .font(var(--main-font), 18px, @line-height: 28px, @weight: 300);
743
743
  }
@@ -773,7 +773,7 @@
773
773
  .font(var(--main-font), 24px, 32px, @weight: 300);
774
774
  }
775
775
 
776
- @media (width <= 640px) {
776
+ @media (max-width: 640px) {
777
777
  .tablet-heading-xl-300-drive {
778
778
  .font(var(--main-font), 24px, 32px, @weight: 300);
779
779
  }
@@ -789,7 +789,7 @@
789
789
  .font(var(--main-font), 22px, 28px, @weight: 400);
790
790
  }
791
791
 
792
- @media (width <= 640px) {
792
+ @media (max-width: 640px) {
793
793
  .tablet-heading-l-400-drive {
794
794
  .font(var(--main-font), 22px, 28px, @weight: 400);
795
795
  }
@@ -805,7 +805,7 @@
805
805
  .font(var(--main-font), 18px, 24px, @weight: 300);
806
806
  }
807
807
 
808
- @media (width <= 640px) {
808
+ @media (max-width: 640px) {
809
809
  .tablet-heading-m-300-drive {
810
810
  .font(var(--main-font), 18px, 24px, @weight: 300);
811
811
  }
@@ -821,7 +821,7 @@
821
821
  .font(var(--main-font), 18px, 26px, @weight: 500);
822
822
  }
823
823
 
824
- @media (width <= 640px) {
824
+ @media (max-width: 640px) {
825
825
  .tablet-heading-m-500-drive {
826
826
  .font(var(--main-font), 18px, 26px, @weight: 500);
827
827
  }
@@ -837,7 +837,7 @@
837
837
  .font(var(--main-font), 16px, 20px, 0.16px, 500);
838
838
  }
839
839
 
840
- @media (width <= 640px) {
840
+ @media (max-width: 640px) {
841
841
  .tablet-heading-s-500-drive {
842
842
  .font(var(--main-font), 16px, 20px, 0.16px, 500);
843
843
  }
@@ -861,7 +861,7 @@
861
861
  .font(var(--main-font), 16px, 18px, 0.16px, 300);
862
862
  }
863
863
 
864
- @media (width <= 640px) {
864
+ @media (max-width: 640px) {
865
865
  .tablet-heading-s-300-drive {
866
866
  .font(var(--main-font), 16px, 18px, 0.16px, 300);
867
867
  }
@@ -909,7 +909,7 @@
909
909
  .font(var(--data-font-drive), 32px, 40px, @arabic-font: var(--data-font-drive));
910
910
  }
911
911
 
912
- @media (width <= 640px) {
912
+ @media (max-width: 640px) {
913
913
  .tablet-data-xl-drive {
914
914
  .font(var(--data-font-drive), 32px, 40px, @arabic-font: var(--data-font-drive));
915
915
  }
@@ -925,7 +925,7 @@
925
925
  .font(var(--data-font-drive), 20px, 24px, @arabic-font: var(--data-font-drive));
926
926
  }
927
927
 
928
- @media (width <= 640px) {
928
+ @media (max-width: 640px) {
929
929
  .tablet-data-l-drive {
930
930
  .font(var(--data-font-drive), 20px, 24px, @arabic-font: var(--data-font-drive));
931
931
  }
@@ -941,7 +941,7 @@
941
941
  .font(var(--data-font-drive), 16px, 21px, @arabic-font: var(--data-font-drive));
942
942
  }
943
943
 
944
- @media (width <= 640px) {
944
+ @media (max-width: 640px) {
945
945
  .tablet-data-m-drive {
946
946
  .font(var(--data-font-drive), 16px, 21px, @arabic-font: var(--data-font-drive));
947
947
  }
@@ -957,7 +957,7 @@
957
957
  .font(var(--data-font-drive), 16px, 24px, @arabic-font: var(--data-font-drive));
958
958
  }
959
959
 
960
- @media (width <= 640px) {
960
+ @media (max-width: 640px) {
961
961
  .tablet-data-s-drive {
962
962
  .font(var(--data-font-drive), 16px, 24px, @arabic-font: var(--data-font-drive));
963
963
  }
@@ -33,13 +33,8 @@ const DataFeedInner = ({ entities, columns, feedWrappers, className, expanded, o
33
33
  const { collapsedColumnsQty = 0, onFeedEnd, visibleColumns } = options;
34
34
  const feedRef = (0, react_1.useRef)(null);
35
35
  const lazyRenderTimerRef = (0, react_1.useRef)(0);
36
- const feedEndFiredRef = (0, react_1.useRef)(false);
37
- const prevEntitiesRef = (0, react_1.useRef)(entities);
38
36
  (0, react_1.useEffect)(() => {
39
37
  setPages(1);
40
- // Re-arm the once-per-approach guard on a paginated reload (activePage change); in-place
41
- // entity-list changes re-arm via the entities effect below.
42
- feedEndFiredRef.current = false;
43
38
  if (feedRef.current) {
44
39
  feedRef.current.scrollTop = 0;
45
40
  }
@@ -87,21 +82,11 @@ const DataFeedInner = ({ entities, columns, feedWrappers, className, expanded, o
87
82
  newVisibleRows.forEach(row => newRowsSet.add(row));
88
83
  setVisibleRows(newRowsSet);
89
84
  }
90
- const closeToTheEnd = checkCloseToTheEnd(feedRef.current);
91
- if (visibleRows.size && closeToTheEnd) {
85
+ if (visibleRows.size && checkCloseToTheEnd(feedRef.current)) {
92
86
  if (entities.length > data.length) {
93
87
  setPages(pages + 1);
94
88
  }
95
- // Fire onFeedEnd once per approach to the bottom (re-armed below once scrolled out),
96
- // matching DataGrid.onScrollEnd. Without the guard the consumer is called on every
97
- // animation frame near the bottom and has to debounce it itself.
98
- if (!feedEndFiredRef.current) {
99
- feedEndFiredRef.current = true;
100
- onFeedEnd && onFeedEnd();
101
- }
102
- }
103
- else if (!closeToTheEnd) {
104
- feedEndFiredRef.current = false;
89
+ onFeedEnd && onFeedEnd();
105
90
  }
106
91
  });
107
92
  }, [itemsMap, visibleRows, setVisibleRows, onFeedEnd, pages, setPages, entities, data.length]);
@@ -110,17 +95,6 @@ const DataFeedInner = ({ entities, columns, feedWrappers, className, expanded, o
110
95
  (_a = zen_1.zen.cancelAnimationFrame) === null || _a === void 0 ? void 0 : _a.call(zen_1.zen, lazyRenderTimerRef.current);
111
96
  lazyRenderTimerRef.current = scheduleVisibleChanges();
112
97
  }, [scheduleVisibleChanges]);
113
- (0, react_1.useEffect)(() => {
114
- // An entity-list change (in-place filter/sort swap, or appended rows) re-arms the once-per-approach
115
- // guard and re-checks fit, so a short result set still requests the next page and a stale guard
116
- // can't suppress the next fire. Keyed on `entities`, not the internal `data` slice, so progressive
117
- // `setPages` reveals don't reset the guard and cause repeat fires.
118
- if (prevEntitiesRef.current !== entities) {
119
- prevEntitiesRef.current = entities;
120
- feedEndFiredRef.current = false;
121
- scheduleLazyRender();
122
- }
123
- }, [entities, scheduleLazyRender]);
124
98
  const handleScroll = (0, react_1.useCallback)(() => {
125
99
  scheduleLazyRender();
126
100
  }, [scheduleLazyRender]);
@@ -37,6 +37,6 @@ function ActionsButton({ action, entity }) {
37
37
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(actionsColumnCell_1.ActionColumnCell, { ref: buttonRef, tag: action.createLink !== undefined ? "a" : "button", hash: action.id, title: action.createTitle(entity), href: action.createLink !== undefined ? action.createLink(entity) : undefined, icon: action.icon, onClick: e => {
38
38
  setIsMenuOpen(!isMenuOpen);
39
39
  action.handler && action.handler(entity, e.target);
40
- } }, action.id), items.length ? ((0, jsx_runtime_1.jsx)(controlledMenu_1.ControlledMenu, { triggerRef: buttonRef, alignment: "bottom-end", isOpen: isMenuOpen, setIsOpen: setIsMenuOpen, title: action.createTitle(entity), children: items }, entityId + "-" + action.id + "-menu")) : null] }));
40
+ } }, action.id), items.length ? ((0, jsx_runtime_1.jsx)(controlledMenu_1.ControlledMenu, { triggerRef: buttonRef, alignment: "bottom-right", isOpen: isMenuOpen, setIsOpen: setIsMenuOpen, title: action.createTitle(entity), children: items }, entityId + "-" + action.id + "-menu")) : null] }));
41
41
  }
42
42
  exports.ActionsButton = ActionsButton;
@@ -220,7 +220,7 @@ const withFlexibleColumns = DataGridComponent => {
220
220
  }) : (0, jsx_runtime_1.jsx)(popup_1.Popup, {
221
221
  ariaLabel: translate("Select visible columns"),
222
222
  triggerRef: popupTriggerRef,
223
- alignment: "bottom-end",
223
+ alignment: "bottom-right",
224
224
  children: (0, jsx_runtime_1.jsx)(columnSettings_1.ColumnSettings, {
225
225
  onReset: onResetListener,
226
226
  children: listOfColumns
@@ -294,7 +294,7 @@ const withSelectableRows = DataGridComponent => {
294
294
  triggerRef: selectMenuRef,
295
295
  isOpen: isOpen,
296
296
  onOpenChange: setIsOpen,
297
- alignment: "bottom-start",
297
+ alignment: "bottom-left",
298
298
  children: (0, jsx_runtime_1.jsx)(selectList_1.SelectList, {
299
299
  id: selectId,
300
300
  title: translate("Select menu"),