@geotab/zenith 3.13.1-beta.0 → 3.13.1-beta.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.
Files changed (167) 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/popupMixin.less +2 -2
  27. package/dist/commonStyles/rangeFieldMixin.less +6 -3
  28. package/dist/commonStyles/shadows/shadows.less +3 -3
  29. package/dist/commonStyles/typography/typography.less +24 -24
  30. package/dist/dataFeed/dataFeed.js +2 -28
  31. package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  32. package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  33. package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  34. package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
  35. package/dist/divider/divider.js +1 -1
  36. package/dist/dropdownRaw/dropdownRaw.js +1 -1
  37. package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  38. package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  39. package/dist/filtersBar/filtersContainer/filtersContainer.js +5 -16
  40. package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  41. package/dist/header/header.js +1 -1
  42. package/dist/header/headerMenu.js +1 -1
  43. package/dist/index.css +569 -485
  44. package/dist/list/itemData/itemDataInternal.js +1 -1
  45. package/dist/list/listItem/listItem.js +1 -1
  46. package/dist/menu/menu.js +1 -1
  47. package/dist/nav/navAddMenu/navAddMenu.js +1 -1
  48. package/dist/nav/navFooter/navFooter.js +4 -4
  49. package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  50. package/dist/nav/navHeader/navHeader.js +1 -1
  51. package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  52. package/dist/nav/navItem/navItem.js +2 -2
  53. package/dist/rangeRaw/rangeRaw.js +1 -1
  54. package/dist/rangeRaw/utils/rangeHelper.js +28 -28
  55. package/dist/sortControl/sortControl.js +1 -1
  56. package/dist/summary/summary.d.ts +2 -3
  57. package/dist/summary/summary.js +2 -6
  58. package/dist/summaryTileBar/summaryTileBar.js +1 -3
  59. package/dist/table/actions/actionsMenu.js +2 -2
  60. package/dist/table/flexible/columnsPopup.js +1 -1
  61. package/dist/table/table.js +7 -5
  62. package/dist/tabs/tabs.js +5 -16
  63. package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
  64. package/dist/tooltip/helpers/calculateArrowPosition.js +7 -1
  65. package/dist/tooltip/tooltip.js +5 -7
  66. package/dist/utils/localization/translations/ar.json +7 -7
  67. package/dist/utils/localization/translations/cs.json +7 -7
  68. package/dist/utils/localization/translations/da-DK.json +7 -7
  69. package/dist/utils/localization/translations/de.json +7 -7
  70. package/dist/utils/localization/translations/en.json +7 -7
  71. package/dist/utils/localization/translations/es.json +7 -7
  72. package/dist/utils/localization/translations/fi-FI.json +7 -7
  73. package/dist/utils/localization/translations/fr-FR.json +7 -7
  74. package/dist/utils/localization/translations/fr.json +7 -7
  75. package/dist/utils/localization/translations/hu-HU.json +7 -7
  76. package/dist/utils/localization/translations/id.json +7 -7
  77. package/dist/utils/localization/translations/it.json +7 -7
  78. package/dist/utils/localization/translations/ja.json +7 -7
  79. package/dist/utils/localization/translations/ko-KR.json +7 -7
  80. package/dist/utils/localization/translations/ms.json +7 -7
  81. package/dist/utils/localization/translations/nb-NO.json +7 -7
  82. package/dist/utils/localization/translations/nl.json +7 -7
  83. package/dist/utils/localization/translations/pl.json +7 -7
  84. package/dist/utils/localization/translations/pt-BR.json +7 -7
  85. package/dist/utils/localization/translations/pt-PT.json +7 -7
  86. package/dist/utils/localization/translations/ro-RO.json +7 -7
  87. package/dist/utils/localization/translations/sk-SK.json +7 -7
  88. package/dist/utils/localization/translations/sv.json +7 -7
  89. package/dist/utils/localization/translations/th.json +7 -7
  90. package/dist/utils/localization/translations/tr.json +7 -7
  91. package/dist/utils/localization/translations/zh-Hans.json +7 -7
  92. package/dist/utils/localization/translations/zh-TW.json +7 -7
  93. package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
  94. package/esm/calendar/calendar.js +1 -1
  95. package/esm/chart/lineChart/getDefaultOptions.js +2 -7
  96. package/esm/chart/lineChart/useSummary.d.ts +1 -2
  97. package/esm/columnsSelector/columnsSelector.js +1 -1
  98. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
  99. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +12 -29
  100. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +1 -2
  101. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
  102. package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +2 -4
  103. package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +3 -12
  104. package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +6 -18
  105. package/esm/dataFeed/dataFeed.js +2 -28
  106. package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  107. package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  108. package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  109. package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
  110. package/esm/divider/divider.js +1 -1
  111. package/esm/dropdownRaw/dropdownRaw.js +1 -1
  112. package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  113. package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  114. package/esm/filtersBar/filtersContainer/filtersContainer.js +5 -16
  115. package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  116. package/esm/header/header.js +1 -1
  117. package/esm/header/headerMenu.js +1 -1
  118. package/esm/list/itemData/itemDataInternal.js +1 -1
  119. package/esm/list/listItem/listItem.js +1 -1
  120. package/esm/menu/menu.js +1 -1
  121. package/esm/nav/navAddMenu/navAddMenu.js +1 -1
  122. package/esm/nav/navFooter/navFooter.js +4 -4
  123. package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  124. package/esm/nav/navHeader/navHeader.js +1 -1
  125. package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  126. package/esm/nav/navItem/navItem.js +2 -2
  127. package/esm/rangeRaw/rangeRaw.js +1 -1
  128. package/esm/rangeRaw/utils/rangeHelper.js +28 -28
  129. package/esm/sortControl/sortControl.js +1 -1
  130. package/esm/summary/summary.d.ts +2 -3
  131. package/esm/summary/summary.js +2 -6
  132. package/esm/summaryTileBar/summaryTileBar.js +1 -3
  133. package/esm/table/actions/actionsMenu.js +2 -2
  134. package/esm/table/flexible/columnsPopup.js +1 -1
  135. package/esm/table/table.js +7 -5
  136. package/esm/tabs/tabs.js +5 -16
  137. package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
  138. package/esm/tooltip/helpers/calculateArrowPosition.js +7 -1
  139. package/esm/tooltip/tooltip.js +5 -7
  140. package/esm/utils/localization/translations/ar.json +7 -7
  141. package/esm/utils/localization/translations/cs.json +7 -7
  142. package/esm/utils/localization/translations/da-DK.json +7 -7
  143. package/esm/utils/localization/translations/de.json +7 -7
  144. package/esm/utils/localization/translations/en.json +7 -7
  145. package/esm/utils/localization/translations/es.json +7 -7
  146. package/esm/utils/localization/translations/fi-FI.json +7 -7
  147. package/esm/utils/localization/translations/fr-FR.json +7 -7
  148. package/esm/utils/localization/translations/fr.json +7 -7
  149. package/esm/utils/localization/translations/hu-HU.json +7 -7
  150. package/esm/utils/localization/translations/id.json +7 -7
  151. package/esm/utils/localization/translations/it.json +7 -7
  152. package/esm/utils/localization/translations/ja.json +7 -7
  153. package/esm/utils/localization/translations/ko-KR.json +7 -7
  154. package/esm/utils/localization/translations/ms.json +7 -7
  155. package/esm/utils/localization/translations/nb-NO.json +7 -7
  156. package/esm/utils/localization/translations/nl.json +7 -7
  157. package/esm/utils/localization/translations/pl.json +7 -7
  158. package/esm/utils/localization/translations/pt-BR.json +7 -7
  159. package/esm/utils/localization/translations/pt-PT.json +7 -7
  160. package/esm/utils/localization/translations/ro-RO.json +7 -7
  161. package/esm/utils/localization/translations/sk-SK.json +7 -7
  162. package/esm/utils/localization/translations/sv.json +7 -7
  163. package/esm/utils/localization/translations/th.json +7 -7
  164. package/esm/utils/localization/translations/tr.json +7 -7
  165. package/esm/utils/localization/translations/zh-Hans.json +7 -7
  166. package/esm/utils/localization/translations/zh-TW.json +7 -7
  167. package/package.json +1 -10
package/README.md CHANGED
@@ -51,21 +51,11 @@ Markdown reference for each component (used by AI tooling and IRIS) lives in [`d
51
51
 
52
52
  ### 3.13.1
53
53
 
54
- - Redesign `Filters` bar (Phases 1–3): updated chip colors and mobile sizing, replace "All Filters" text chip with a compact "+" icon chip with active-filter badge, and reorder inline save/clear icon chips by filter state
55
- - Add `searchPlaceholder` prop to `Filters` for customizing the search input placeholder
56
- - Add `prefix` prop to `Summary` component for mixed-color value styling
57
- - Add logical alignment support to `Tooltip` for correct RTL popup direction
58
- - Remove hardcoded 400px minimum height from `Table` component
59
- - Migrate remaining LESS files to CSS logical properties for RTL support
60
- - Apply Tech Content-reviewed copy updates to component strings and translations
61
- - Fix `DataFeed` calling `onFeedEnd` repeatedly — now fires once per approach
62
- - Fix RTL scroll navigation direction in `Tabs`, `FiltersBar`, and `SummaryTileBar`
63
- - Fix nested `Menu` submenu opening on the wrong side in RTL
64
- - Fix column drag handle appearing on the wrong side of the header in RTL
54
+ - Redesign Filters bar
65
55
 
66
56
  ### 3.12.3
67
57
 
68
- - Fix `LineChart` crash when timed chart has no data
58
+ - Fix: line chart crash when timed chart has no data
69
59
 
70
60
  ### 3.12.1
71
61
 
@@ -9,33 +9,33 @@ Object.defineProperty(exports, "__esModule", {
9
9
  exports.TRANSLATIONS = exports.AdvancedGroupsFilterSectionTooltip = void 0;
10
10
  const jsx_runtime_1 = require("react/jsx-runtime");
11
11
  const tooltip_1 = require("../tooltip/tooltip");
12
- injectString("cs", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "P\u0159i hled\xE1n\xED konkr\xE9tn\xED skupiny pou\u017Eijte v\xEDce oper\xE1tor\u016F. Nap\u0159\xEDklad p\u0159i filtrov\xE1n\xED prost\u0159edk\u016F, kter\xE9 spadaj\xED do skupiny Traktory, skupina Toronto zobraz\xED seznam traktor\u016F, kter\xE9 pat\u0159\xED do pobo\u010Dky v Torontu.");
13
- injectString("da-DK", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Brug flere operatorer, n\xE5r du s\xF8ger efter en bestemt gruppe. Hvis du f.eks. filtrerer efter aktiver, der tilh\xF8rer gruppen Traktor og Toronto-gruppen, vises en liste over traktorer, der tilh\xF8rer Toronto-grenen.");
14
- injectString("de", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Verwenden Sie mehrere Operatoren, wenn Sie nach einer bestimmten Gruppe suchen. Benutzen Sie beispielsweise bei der Suche nach Assets die Gruppenfilter \u201ETraktor\u201C und \u201EToronto\u201C, wird eine Liste mit allen Traktoren f\xFCr den Standort Toronto angezeigt.");
15
- injectString("en", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.");
16
- injectString("es", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilice varios operadores cuando busque un grupo espec\xEDfico. Por ejemplo, al fltrar por activos que pertenecen al grupo Tractor y al grupo Toronto se muestra una lista de tractores que pertenecen a la sucursal de Toronto.");
17
- injectString("fi-FI", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "K\xE4yt\xE4 useita operaattoreita, kun etsit tietty\xE4 ryhm\xE4\xE4. Esimerkiksi traktoriryhm\xE4\xE4n ja Toronto-ryhm\xE4\xE4n kuuluvien varojen suodattaminen n\xE4ytt\xE4\xE4 luettelon traktoreista, jotka kuuluvat Toronto-sivuliikkeeseen.");
18
- injectString("fr", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilisez plusieurs op\xE9rateurs lors de la recherche d\u2019un groupe sp\xE9cifique. Par exemple, le filtrage des actifs appartenant au groupe Tracteur et au groupe Toronto affiche une liste des tracteurs appartenant \xE0 la succursale de Toronto.");
19
- injectString("fr-FR", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilisez plusieurs op\xE9rateurs lors de la recherche d\u2019un groupe sp\xE9cifique. Par exemple, filtrer des actifs appartenant au groupe Tracteurs et au groupe Toronto affiche une liste des tracteurs appartenant \xE0 la branche de Toronto.");
20
- injectString("hu-HU", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Haszn\xE1lj t\xF6bb oper\xE1tort, amikor egy adott csoportot keresel. P\xE9ld\xE1ul, ha a Traktor \xE9s a Toront\xF3i csoporthoz tartoz\xF3 eszk\xF6z\xF6kre sz\u0171rsz, akkor a Toront\xF3i fi\xF3khoz tartoz\xF3 traktorok list\xE1ja jelenik meg.");
21
- injectString("id", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gunakan beberapa Operator saat mencari grup tertentu. Contohnya, memfilter aset yang termasuk dalam grup Traktor dan grup Toronto akan menampilkan daftar traktor yang termasuk dalam cabang Toronto.");
22
- injectString("it", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilizzare pi\xF9 operatori durante la ricerca di un gruppo specifico. Ad esempio, filtrando per asset appartenenti al gruppo Trattore e Toronto, viene visualizzato un elenco di trattori appartenenti alla filiale di Toronto.");
23
- injectString("ja", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u7279\u5B9A\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22\u3059\u308B\u3068\u304D\u306F\u3001\u8907\u6570\u306E\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001Tractor \u30B0\u30EB\u30FC\u30D7\u3068 Toronto \u30B0\u30EB\u30FC\u30D7\u306B\u5C5E\u3059\u308B\u30A2\u30BB\u30C3\u30C8\u3092\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u3059\u308B\u3068\u3001Toronto \u652F\u5E97\u306B\u5C5E\u3059\u308B\u30C8\u30E9\u30AF\u30BF\u30FC\u306E\u30EA\u30B9\u30C8\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002");
24
- injectString("ko-KR", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\uD2B9\uC815 \uADF8\uB8F9\uC744 \uAC80\uC0C9\uD560 \uB54C\uB294 \uC5EC\uB7EC \uC5F0\uC0B0\uC790\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, \uD2B8\uB799\uD130 \uADF8\uB8F9\uACFC \uD1A0\uB860\uD1A0 \uADF8\uB8F9\uC5D0 \uC18D\uD55C \uC790\uC0B0\uC744 \uD544\uD130\uB9C1\uD558\uBA74 \uD1A0\uB860\uD1A0 \uC9C0\uC810\uC5D0 \uC18D\uD55C \uD2B8\uB799\uD130 \uBAA9\uB85D\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4.");
25
- injectString("ms", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gunakan berbilang Operator apabila mencari kumpulan khusus. Contohnya, penyaringan untuk aset yang dimiliki kumpulan Traktor dan kumpulan Toronto memaparkan senarai traktor yang dimiliki oleh cawangan Toronto.");
26
- injectString("nb-NO", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Bruk flere operat\xF8rer n\xE5r du s\xF8ker etter en bestemt gruppe. Hvis du for eksempel filtrerer for eiendeler som tilh\xF8rer traktorgruppen og Toronto-gruppen, vises en liste over traktorer som tilh\xF8rer Toronto-grenen.");
27
- injectString("nl", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gebruik meerdere opties bij het zoeken naar een specifieke groep. Als u bijvoorbeeld filtert op assets die behoren tot de tractorgroep en de Toronto-groep, wordt een lijst weergegeven met tractoren die tot de Toronto-tak behoren.");
28
- injectString("pl", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "U\u017Cyj wielu operator\xF3w podczas wyszukiwania okre\u015Blonej grupy. Na przyk\u0142ad filtrowanie zasob\xF3w nale\u017C\u0105cych do grupy Ci\u0105gnik i grupy Toronto wy\u015Bwietla list\u0119 ci\u0105gnik\xF3w nale\u017C\u0105cych do oddzia\u0142u w Toronto.");
29
- injectString("pt-BR", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use v\xE1rios operadores para pesquisar um grupo espec\xEDfico. Por exemplo, a filtragem por ativos que pertencem ao grupo Tratores e ao grupo Toronto exibe uma lista de tratores que pertencem \xE0 divis\xE3o de Toronto.");
30
- injectString("pt-PT", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use m\xFAltiplos operadores ao pesquisar por um grupo espec\xEDfico. Por exemplo, filtrar por ativos que pertencem ao grupo Trator e ao grupo Toronto exibe uma lista de tratores que pertencem \xE0 filial de Toronto.");
31
- injectString("sk-SK", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Pri h\u013Eadan\xED konkr\xE9tnej skupiny pou\u017Ei viacero oper\xE1torov. Napr\xEDklad filtrovanie akt\xEDv, ktor\xE9 patria do skupiny Traktory a skupiny Toronto, zobraz\xED zoznam traktorov, ktor\xE9 patria do pobo\u010Dky Toronto.");
32
- injectString("sv", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Anv\xE4nd flera operat\xF6rer n\xE4r du s\xF6ker efter en viss grupp. Om du till exempel filtrerar efter tillg\xE5ngar som tillh\xF6r gruppen \"Dragbilar\" och gruppen \"Toronto\" visas en lista med dragbilar som tillh\xF6r lokalkontoret i Toronto.");
33
- injectString("th", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u0E43\u0E0A\u0E49\u0E15\u0E31\u0E27\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2B\u0E25\u0E32\u0E22\u0E15\u0E31\u0E27\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E01\u0E25\u0E38\u0E48\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30 \u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E0A\u0E48\u0E19 \u0E01\u0E32\u0E23\u0E01\u0E23\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E2A\u0E34\u0E19\u0E17\u0E23\u0E31\u0E1E\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E01\u0E25\u0E38\u0E48\u0E21\u0E23\u0E16\u0E41\u0E17\u0E23\u0E01\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E01\u0E25\u0E38\u0E48\u0E21\u0E42\u0E17\u0E23\u0E2D\u0E19\u0E42\u0E15\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E23\u0E16\u0E41\u0E17\u0E23\u0E01\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E2A\u0E32\u0E02\u0E32\u0E42\u0E17\u0E23\u0E2D\u0E19\u0E42\u0E15");
34
- injectString("tr", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Belirli bir grubu ararken birden \xE7ok operat\xF6r kullan\u0131n. \xD6rne\u011Fin, Trakt\xF6r grubuna ve Toronto grubuna ait varl\u0131klar i\xE7in filtreleme yap\u0131l\u0131rken Toronto \u015Fubesine ait trakt\xF6rlerin listesi g\xF6r\xFCnt\xFClenir.");
35
- injectString("zh-Hans", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u641C\u7D22\u7279\u5B9A\u7EC4\u65F6\uFF0C\u53EF\u4EE5\u4F7F\u7528\u591A\u4E2A\u8FD0\u7B97\u7B26\u3002\u4F8B\u5982\uFF0C\u7B5B\u9009\u5C5E\u4E8E\u201C\u7275\u5F15\u8F66\u201D\u7EC4\u548C\u201C\u591A\u4F26\u591A\u201D\u7EC4\u7684\u8D44\u4EA7\uFF0C\u5C31\u4F1A\u663E\u793A\u5C5E\u4E8E\u591A\u4F26\u591A\u5206\u652F\u7684\u7275\u5F15\u8F66\u5217\u8868\u3002");
36
- injectString("zh-TW", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u641C\u5C0B\u7279\u5B9A\u7FA4\u7D44\u6642\uFF0C\u8ACB\u4F7F\u7528\u591A\u500B\u904B\u7B97\u5B50\u3002\u4F8B\u5982\uFF0C\u82E5\u7BE9\u9078\u5C6C\u65BC\u727D\u5F15\u6A5F\u7FA4\u7D44\u548C\u591A\u502B\u591A\u7FA4\u7D44\u7684\u8CC7\u7522\uFF0C\u5247\u6703\u986F\u793A\u5C6C\u65BC\u591A\u502B\u591A\u5206\u516C\u53F8\u7684\u727D\u5F15\u6A5F\u6E05\u55AE\u3002");
37
- injectString("ro-RO", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utiliza\u021Bi mai mul\u021Bi operatori c\xE2nd c\u0103uta\u021Bi un anumit grup. De exemplu, prin filtrarea activelor care apar\u021Bin grupului Tractor \u0219i grupului Toronto, se afi\u0219eaz\u0103 o list\u0103 de tractoare care apar\u021Bin filialei Toronto.");
38
- injectString("ar", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u0627\u0633\u062A\u062E\u062F\u0645 \u0639\u0648\u0627\u0645\u0644 \u062A\u0634\u063A\u064A\u0644 \u0645\u062A\u0639\u062F\u062F\u0629 \u0639\u0646\u062F \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0639\u064A\u0646\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0623\u0635\u0648\u0644 \u0627\u0644\u062A\u064A \u062A\u0646\u062A\u0645\u064A \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062C\u0631\u0627\u0631\u0627\u062A \u0648\u0645\u062C\u0645\u0648\u0639\u0629 \u062A\u0648\u0631\u0646\u062A\u0648 \u062A\u0639\u0631\u0636 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062C\u0631\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0646\u062A\u0645\u064A \u0625\u0644\u0649 \u0641\u0631\u0639 \u062A\u0648\u0631\u0646\u062A\u0648.");
12
+ injectString("cs", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "P\u0159i hled\xE1n\xED konkr\xE9tn\xED skupiny pou\u017Eijte v\xEDce oper\xE1tor\u016F. Nap\u0159\xEDklad p\u0159i filtrov\xE1n\xED prost\u0159edk\u016F, kter\xE9 spadaj\xED do skupiny Traktory, skupina Toronto zobraz\xED seznam traktor\u016F, kter\xE9 pat\u0159\xED do pobo\u010Dky v Torontu.");
13
+ injectString("da-DK", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Brug flere operatorer, n\xE5r du s\xF8ger efter en bestemt gruppe. Hvis du f.eks. filtrerer efter aktiver, der tilh\xF8rer gruppen Traktor og Toronto-gruppen, vises en liste over traktorer, der tilh\xF8rer Toronto-grenen.");
14
+ injectString("de", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Verwenden Sie mehrere Operatoren, wenn Sie nach einer bestimmten Gruppe suchen. Benutzen Sie beispielsweise bei der Suche nach Assets die Gruppenfilter \u201ETraktor\u201C und \u201EToronto\u201C, wird eine Liste mit allen Traktoren f\xFCr den Standort Toronto angezeigt.");
15
+ injectString("en", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.");
16
+ injectString("es", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilice varios operadores cuando busque un grupo espec\xEDfico. Por ejemplo, al fltrar por activos que pertenecen al grupo Tractor y al grupo Toronto se muestra una lista de tractores que pertenecen a la sucursal de Toronto.");
17
+ injectString("fi-FI", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "K\xE4yt\xE4 useita operaattoreita, kun etsit tietty\xE4 ryhm\xE4\xE4. Esimerkiksi traktoriryhm\xE4\xE4n ja Toronto-ryhm\xE4\xE4n kuuluvien varojen suodattaminen n\xE4ytt\xE4\xE4 luettelon traktoreista, jotka kuuluvat Toronto-sivuliikkeeseen.");
18
+ injectString("fr", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilisez plusieurs op\xE9rateurs lors de la recherche d\u2019un groupe sp\xE9cifique. Par exemple, le filtrage des actifs appartenant au groupe Tracteur et au groupe Toronto affiche une liste des tracteurs appartenant \xE0 la succursale de Toronto.");
19
+ injectString("fr-FR", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilisez plusieurs op\xE9rateurs lors de la recherche d\u2019un groupe sp\xE9cifique. Par exemple, filtrer des actifs appartenant au groupe Tracteurs et au groupe Toronto affiche une liste des tracteurs appartenant \xE0 la branche de Toronto.");
20
+ injectString("hu-HU", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Haszn\xE1lj t\xF6bb oper\xE1tort, amikor egy adott csoportot keresel. P\xE9ld\xE1ul, ha a Traktor \xE9s a Toront\xF3i csoporthoz tartoz\xF3 eszk\xF6z\xF6kre sz\u0171rsz, akkor a Toront\xF3i fi\xF3khoz tartoz\xF3 traktorok list\xE1ja jelenik meg.");
21
+ injectString("id", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gunakan beberapa Operator saat mencari grup tertentu. Contohnya, memfilter aset yang termasuk dalam grup Traktor dan grup Toronto akan menampilkan daftar traktor yang termasuk dalam cabang Toronto.");
22
+ injectString("it", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utilizzare pi\xF9 operatori durante la ricerca di un gruppo specifico. Ad esempio, filtrando per asset appartenenti al gruppo Trattore e Toronto, viene visualizzato un elenco di trattori appartenenti alla filiale di Toronto.");
23
+ injectString("ja", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u7279\u5B9A\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22\u3059\u308B\u3068\u304D\u306F\u3001\u8907\u6570\u306E\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001Tractor \u30B0\u30EB\u30FC\u30D7\u3068 Toronto \u30B0\u30EB\u30FC\u30D7\u306B\u5C5E\u3059\u308B\u30A2\u30BB\u30C3\u30C8\u3092\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u3059\u308B\u3068\u3001Toronto \u652F\u5E97\u306B\u5C5E\u3059\u308B\u30C8\u30E9\u30AF\u30BF\u30FC\u306E\u30EA\u30B9\u30C8\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002");
24
+ injectString("ko-KR", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\uD2B9\uC815 \uADF8\uB8F9\uC744 \uAC80\uC0C9\uD560 \uB54C\uB294 \uC5EC\uB7EC \uC5F0\uC0B0\uC790\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, \uD2B8\uB799\uD130 \uADF8\uB8F9\uACFC \uD1A0\uB860\uD1A0 \uADF8\uB8F9\uC5D0 \uC18D\uD55C \uC790\uC0B0\uC744 \uD544\uD130\uB9C1\uD558\uBA74 \uD1A0\uB860\uD1A0 \uC9C0\uC810\uC5D0 \uC18D\uD55C \uD2B8\uB799\uD130 \uBAA9\uB85D\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4.");
25
+ injectString("ms", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gunakan berbilang Operator apabila mencari kumpulan khusus. Contohnya, penyaringan untuk aset yang dimiliki kumpulan Traktor dan kumpulan Toronto memaparkan senarai traktor yang dimiliki oleh cawangan Toronto.");
26
+ injectString("nb-NO", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Bruk flere operat\xF8rer n\xE5r du s\xF8ker etter en bestemt gruppe. Hvis du for eksempel filtrerer for eiendeler som tilh\xF8rer traktorgruppen og Toronto-gruppen, vises en liste over traktorer som tilh\xF8rer Toronto-grenen.");
27
+ injectString("nl", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Gebruik meerdere opties bij het zoeken naar een specifieke groep. Als u bijvoorbeeld filtert op assets die behoren tot de tractorgroep en de Toronto-groep, wordt een lijst weergegeven met tractoren die tot de Toronto-tak behoren.");
28
+ injectString("pl", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "U\u017Cyj wielu operator\xF3w podczas wyszukiwania okre\u015Blonej grupy. Na przyk\u0142ad filtrowanie zasob\xF3w nale\u017C\u0105cych do grupy Ci\u0105gnik i grupy Toronto wy\u015Bwietla list\u0119 ci\u0105gnik\xF3w nale\u017C\u0105cych do oddzia\u0142u w Toronto.");
29
+ injectString("pt-BR", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use v\xE1rios operadores para pesquisar um grupo espec\xEDfico. Por exemplo, a filtragem por ativos que pertencem ao grupo Tratores e ao grupo Toronto exibe uma lista de tratores que pertencem \xE0 divis\xE3o de Toronto.");
30
+ injectString("pt-PT", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Use m\xFAltiplos operadores ao pesquisar por um grupo espec\xEDfico. Por exemplo, filtrar por ativos que pertencem ao grupo Trator e ao grupo Toronto exibe uma lista de tratores que pertencem \xE0 filial de Toronto.");
31
+ injectString("sk-SK", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Pri h\u013Eadan\xED konkr\xE9tnej skupiny pou\u017Ei viacero oper\xE1torov. Napr\xEDklad filtrovanie akt\xEDv, ktor\xE9 patria do skupiny Traktory a skupiny Toronto, zobraz\xED zoznam traktorov, ktor\xE9 patria do pobo\u010Dky Toronto.");
32
+ injectString("sv", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Anv\xE4nd flera operat\xF6rer n\xE4r du s\xF6ker efter en viss grupp. Om du till exempel filtrerar efter tillg\xE5ngar som tillh\xF6r gruppen \"Dragbilar\" och gruppen \"Toronto\" visas en lista med dragbilar som tillh\xF6r lokalkontoret i Toronto.");
33
+ injectString("th", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u0E43\u0E0A\u0E49\u0E15\u0E31\u0E27\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2B\u0E25\u0E32\u0E22\u0E15\u0E31\u0E27\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E01\u0E25\u0E38\u0E48\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30 \u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E0A\u0E48\u0E19 \u0E01\u0E32\u0E23\u0E01\u0E23\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E2A\u0E34\u0E19\u0E17\u0E23\u0E31\u0E1E\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E01\u0E25\u0E38\u0E48\u0E21\u0E23\u0E16\u0E41\u0E17\u0E23\u0E01\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E01\u0E25\u0E38\u0E48\u0E21\u0E42\u0E17\u0E23\u0E2D\u0E19\u0E42\u0E15\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E23\u0E16\u0E41\u0E17\u0E23\u0E01\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E2A\u0E32\u0E02\u0E32\u0E42\u0E17\u0E23\u0E2D\u0E19\u0E42\u0E15");
34
+ injectString("tr", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Belirli bir grubu ararken birden \xE7ok operat\xF6r kullan\u0131n. \xD6rne\u011Fin, Trakt\xF6r grubuna ve Toronto grubuna ait varl\u0131klar i\xE7in filtreleme yap\u0131l\u0131rken Toronto \u015Fubesine ait trakt\xF6rlerin listesi g\xF6r\xFCnt\xFClenir.");
35
+ injectString("zh-Hans", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u641C\u7D22\u7279\u5B9A\u7EC4\u65F6\uFF0C\u53EF\u4EE5\u4F7F\u7528\u591A\u4E2A\u8FD0\u7B97\u7B26\u3002\u4F8B\u5982\uFF0C\u7B5B\u9009\u5C5E\u4E8E\u201C\u7275\u5F15\u8F66\u201D\u7EC4\u548C\u201C\u591A\u4F26\u591A\u201D\u7EC4\u7684\u8D44\u4EA7\uFF0C\u5C31\u4F1A\u663E\u793A\u5C5E\u4E8E\u591A\u4F26\u591A\u5206\u652F\u7684\u7275\u5F15\u8F66\u5217\u8868\u3002");
36
+ injectString("zh-TW", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u641C\u5C0B\u7279\u5B9A\u7FA4\u7D44\u6642\uFF0C\u8ACB\u4F7F\u7528\u591A\u500B\u904B\u7B97\u5B50\u3002\u4F8B\u5982\uFF0C\u82E5\u7BE9\u9078\u5C6C\u65BC\u727D\u5F15\u6A5F\u7FA4\u7D44\u548C\u591A\u502B\u591A\u7FA4\u7D44\u7684\u8CC7\u7522\uFF0C\u5247\u6703\u986F\u793A\u5C6C\u65BC\u591A\u502B\u591A\u5206\u516C\u53F8\u7684\u727D\u5F15\u6A5F\u6E05\u55AE\u3002");
37
+ injectString("ro-RO", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "Utiliza\u021Bi mai mul\u021Bi operatori c\xE2nd c\u0103uta\u021Bi un anumit grup. De exemplu, prin filtrarea activelor care apar\u021Bin grupului Tractor \u0219i grupului Toronto, se afi\u0219eaz\u0103 o list\u0103 de tractoare care apar\u021Bin filialei Toronto.");
38
+ injectString("ar", "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.", "\u0627\u0633\u062A\u062E\u062F\u0645 \u0639\u0648\u0627\u0645\u0644 \u062A\u0634\u063A\u064A\u0644 \u0645\u062A\u0639\u062F\u062F\u0629 \u0639\u0646\u062F \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0639\u064A\u0646\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0623\u0635\u0648\u0644 \u0627\u0644\u062A\u064A \u062A\u0646\u062A\u0645\u064A \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062C\u0631\u0627\u0631\u0627\u062A \u0648\u0645\u062C\u0645\u0648\u0639\u0629 \u062A\u0648\u0631\u0646\u062A\u0648 \u062A\u0639\u0631\u0636 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062C\u0631\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0646\u062A\u0645\u064A \u0625\u0644\u0649 \u0641\u0631\u0639 \u062A\u0648\u0631\u0646\u062A\u0648.");
39
39
  const useLanguage_1 = require("../utils/localization/useLanguage");
40
40
  const classNames_1 = require("../commonHelpers/classNames/classNames");
41
41
  const AdvancedGroupsFilterSectionTooltip = ({
@@ -46,7 +46,7 @@ const AdvancedGroupsFilterSectionTooltip = ({
46
46
  const {
47
47
  translate
48
48
  } = (0, useLanguage_1.useLanguage)();
49
- const defaultTooltipText = translate("Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.");
49
+ const defaultTooltipText = translate("Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.");
50
50
  return (0, jsx_runtime_1.jsx)(tooltip_1.Tooltip, {
51
51
  className: (0, classNames_1.classNames)(["zen-advanced-groups-filter-section-tooltip__item", className || ""]),
52
52
  alignment: alignment,
@@ -54,4 +54,4 @@ const AdvancedGroupsFilterSectionTooltip = ({
54
54
  });
55
55
  };
56
56
  exports.AdvancedGroupsFilterSectionTooltip = AdvancedGroupsFilterSectionTooltip;
57
- exports.TRANSLATIONS = ["Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch."];
57
+ exports.TRANSLATIONS = ["Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch."];
@@ -1130,7 +1130,7 @@ const Calendar = ({
1130
1130
  title: translate("Select year"),
1131
1131
  onSelect: year => changeView((0, dateUtils_1.setYear)(viewDate, year)),
1132
1132
  isMobileView: isMobileView,
1133
- alignment: onTodayButtonClick ? "bottom" : "bottom-end"
1133
+ alignment: onTodayButtonClick ? "bottom" : "bottom-right"
1134
1134
  })]
1135
1135
  }), onTodayButtonClick ? (0, jsx_runtime_1.jsx)(button_1.Button, {
1136
1136
  type: buttonType_1.ButtonType.Tertiary,
@@ -49,11 +49,6 @@ const getFormatFromDateRange = (minDate, maxDate, ticks) => {
49
49
  };
50
50
  const getDefaultOptions = (yAxis, xAxis, isTimedData, ticks, isDark, translate, isRtl = false) => {
51
51
  const time = getFormatFromDateRange(xAxis.minDate, xAxis.maxDate, ticks);
52
- // Empty data yields inverted sentinel bounds (min > max); pinning those would make chart.js
53
- // span ~8.6e15 ms and crash. Only pin a valid range, else let it auto-scale.
54
- const xMin = Date.parse(xAxis.minDate);
55
- const xMax = Date.parse(xAxis.maxDate);
56
- const hasValidTimeRange = isTimedData && Number.isFinite(xMin) && Number.isFinite(xMax) && xMin <= xMax;
57
52
  const textColor = isDark ? "#C0CCD8" : "#4E677E";
58
53
  const primaryYPosition = isRtl ? "right" : "left";
59
54
  const secondaryYPosition = isRtl ? "left" : "right";
@@ -75,8 +70,8 @@ const getDefaultOptions = (yAxis, xAxis, isTimedData, ticks, isDark, translate,
75
70
  }
76
71
  }
77
72
  : undefined,
78
- min: hasValidTimeRange ? xMin : undefined,
79
- max: hasValidTimeRange ? xMax : undefined,
73
+ min: isTimedData ? Date.parse(xAxis.minDate) : undefined,
74
+ max: isTimedData ? Date.parse(xAxis.maxDate) : undefined,
80
75
  ticks: isTimedData
81
76
  ? {
82
77
  autoSkip: false,
@@ -5,9 +5,8 @@ import { IPieChartData } from "../pieChart/interfaces";
5
5
  import { IChartSummary } from "../interfaces";
6
6
  export declare const useSummary: (chartSummary: IChartSummary | false | undefined, data: ILineChartData | IBarChartData | IPieChartData) => {
7
7
  title: string | undefined;
8
- value: string | number | bigint | true | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>;
8
+ value: string | number;
9
9
  color: string | undefined;
10
- prefix?: import("react").ReactNode;
11
10
  unit?: string | undefined;
12
11
  tooltip?: import("react").ReactNode;
13
12
  more?: import("react").ReactNode;
@@ -104,7 +104,7 @@ const ColumnsSelector = ({
104
104
  return (0, jsx_runtime_1.jsxs)(popup_1.Popup, {
105
105
  className: "zen-columns-filter",
106
106
  trigger: triggerButton,
107
- alignment: "bottom-end",
107
+ alignment: "bottom-right",
108
108
  ariaLabel: translate("Column Settings"),
109
109
  children: [resetButton, (0, jsx_runtime_1.jsx)(columnsTab_1.ColumnsTab, {
110
110
  id: id,
@@ -5,7 +5,7 @@ interface IScrollOptions {
5
5
  top: number;
6
6
  left: number;
7
7
  }
8
- export declare const getScrollOptions: (action: string, element: HTMLElement | null, isRTL?: boolean) => IScrollOptions;
8
+ export declare const getScrollOptions: (action: string, element: HTMLElement | null) => IScrollOptions;
9
9
  export declare const extractButtonAction: (event: React.MouseEvent<HTMLElement>) => TArrowsNavValue | null;
10
10
  export declare const scrollElement: (element: HTMLElement, options: IScrollOptions) => void;
11
11
  export {};
@@ -16,38 +16,21 @@ const clearTimerTimeout = (timerId) => {
16
16
  }
17
17
  };
18
18
  exports.clearTimerTimeout = clearTimerTimeout;
19
- // In RTL, scrollLeft is 0 at the right edge and goes negative toward the left edge.
20
- const getRTLScrollLeft = (action, scrollLeft, step, element) => {
21
- const minScrollLeft = element.clientWidth - element.scrollWidth;
22
- if (action === "left") {
23
- const clamped = scrollLeft - step;
24
- return clamped < minScrollLeft ? minScrollLeft : clamped;
25
- }
26
- if (action === "right") {
27
- const clamped = scrollLeft + step;
28
- return clamped > 0 ? 0 : clamped;
29
- }
30
- return scrollLeft;
31
- };
32
- const getLTRScrollLeft = (action, scrollLeft, step, element) => {
19
+ const getScrollOptions = (action, element) => {
20
+ const step = (element === null || element === void 0 ? void 0 : element.offsetWidth) ? element.offsetWidth : 100;
21
+ const scrollTop = (element === null || element === void 0 ? void 0 : element.scrollTop) || 0;
22
+ let scrollLeft = (element === null || element === void 0 ? void 0 : element.scrollLeft) || 0;
33
23
  if (action === "left") {
34
- return scrollLeft - step > 0 ? scrollLeft - step : 0;
24
+ scrollLeft = scrollLeft - step > 0 ? scrollLeft - step : 0;
35
25
  }
36
- if (action === "right") {
37
- return scrollLeft + step > element.scrollWidth ? element.scrollWidth : scrollLeft + step;
26
+ else if (action === "right") {
27
+ const maxWidth = (element === null || element === void 0 ? void 0 : element.scrollWidth) || 0;
28
+ scrollLeft = scrollLeft + step > maxWidth ? maxWidth : scrollLeft + step;
38
29
  }
39
- return scrollLeft;
40
- };
41
- const getScrollOptions = (action, element, isRTL = false) => {
42
- const step = (element === null || element === void 0 ? void 0 : element.offsetWidth) ? element.offsetWidth : 100;
43
- const scrollTop = (element === null || element === void 0 ? void 0 : element.scrollTop) || 0;
44
- const scrollLeft = (element === null || element === void 0 ? void 0 : element.scrollLeft) || 0;
45
- const newScrollLeft = element
46
- ? isRTL
47
- ? getRTLScrollLeft(action, scrollLeft, step, element)
48
- : getLTRScrollLeft(action, scrollLeft, step, element)
49
- : scrollLeft;
50
- return { top: scrollTop, left: newScrollLeft };
30
+ return {
31
+ top: scrollTop,
32
+ left: scrollLeft
33
+ };
51
34
  };
52
35
  exports.getScrollOptions = getScrollOptions;
53
36
  const extractButtonAction = (event) => {
@@ -3,7 +3,6 @@ import { TArrowsNavValue } from "../../arrowNavigationHelper";
3
3
  import "./arrowButton.less";
4
4
  export interface IArrowNavButton {
5
5
  value: TArrowsNavValue;
6
- action?: TArrowsNavValue;
7
6
  isHidden: boolean;
8
7
  disabled: boolean;
9
8
  arrowButtonHandler: (e: React.MouseEvent<HTMLElement>) => void;
@@ -11,4 +10,4 @@ export interface IArrowNavButton {
11
10
  onMouseUp: (e: React.MouseEvent<HTMLElement>) => void;
12
11
  className?: string;
13
12
  }
14
- export declare const ArrowNavButton: ({ value, action, isHidden, disabled, className, arrowButtonHandler, onMouseDown, onMouseUp }: IArrowNavButton) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const ArrowNavButton: ({ value, isHidden, disabled, className, arrowButtonHandler, onMouseDown, onMouseUp }: IArrowNavButton) => import("react/jsx-runtime").JSX.Element;
@@ -9,11 +9,11 @@ const iconChevronRight_1 = require("../../../../icons/iconChevronRight");
9
9
  const useDrive_1 = require("../../../../utils/theme/useDrive");
10
10
  const useDirectionalIcon_1 = require("../../../../utils/localization/useDirectionalIcon");
11
11
  const svgIconSize_1 = require("../../../../svgIcon/svgIconSize");
12
- const ArrowNavButton = ({ value, action, isHidden, disabled, className, arrowButtonHandler, onMouseDown, onMouseUp }) => {
12
+ const ArrowNavButton = ({ value, isHidden, disabled, className, arrowButtonHandler, onMouseDown, onMouseUp }) => {
13
13
  const isDrive = (0, useDrive_1.useDrive)();
14
14
  const iconSize = isDrive ? (0, svgIconSize_1.driveIconSize)("large") : "large";
15
15
  const LeftIcon = (0, useDirectionalIcon_1.useDirectionalIcon)(iconChevronLeft_1.IconChevronLeft, iconChevronRight_1.IconChevronRight);
16
16
  const RightIcon = (0, useDirectionalIcon_1.useDirectionalIcon)(iconChevronRight_1.IconChevronRight, iconChevronLeft_1.IconChevronLeft);
17
- return ((0, jsx_runtime_1.jsx)(button_1.Button, { type: "tertiary-black", className: (0, classNames_1.classNames)(["zen-arrow-nav-button", isHidden ? "zen-arrow-nav-button--invisible" : "", className !== null && className !== void 0 ? className : ""]), "aria-label": value, disabled: disabled, onClick: arrowButtonHandler, "data-action": action !== null && action !== void 0 ? action : value, onMouseDown: onMouseDown, onMouseUp: onMouseUp, children: value === "left" ? ((0, jsx_runtime_1.jsx)(LeftIcon, { size: iconSize, className: "zen-arrow-nav-button__icon" })) : ((0, jsx_runtime_1.jsx)(RightIcon, { size: iconSize, className: "zen-arrow-nav-button__icon" })) }));
17
+ return ((0, jsx_runtime_1.jsx)(button_1.Button, { type: "tertiary-black", className: (0, classNames_1.classNames)(["zen-arrow-nav-button", isHidden ? "zen-arrow-nav-button--invisible" : "", className !== null && className !== void 0 ? className : ""]), "aria-label": value, disabled: disabled, onClick: arrowButtonHandler, "data-action": value, onMouseDown: onMouseDown, onMouseUp: onMouseUp, children: value === "left" ? ((0, jsx_runtime_1.jsx)(LeftIcon, { size: iconSize, className: "zen-arrow-nav-button__icon" })) : ((0, jsx_runtime_1.jsx)(RightIcon, { size: iconSize, className: "zen-arrow-nav-button__icon" })) }));
18
18
  };
19
19
  exports.ArrowNavButton = ArrowNavButton;
@@ -3,19 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useManualScrolling = void 0;
4
4
  const react_1 = require("react");
5
5
  const arrowNavigationHelper_1 = require("../arrowNavigationHelper");
6
- const useIsRTL_1 = require("../../../utils/localization/useIsRTL");
7
6
  const useManualScrolling = ({ elementRef }) => {
8
- const isRTL = (0, useIsRTL_1.useIsRTL)();
9
7
  const scroll = (0, react_1.useCallback)((event) => {
10
8
  if (!elementRef.current) {
11
9
  return;
12
10
  }
13
11
  const actionName = (0, arrowNavigationHelper_1.extractButtonAction)(event);
14
12
  if (actionName) {
15
- const scrollOptions = (0, arrowNavigationHelper_1.getScrollOptions)(actionName, elementRef.current, isRTL);
13
+ const scrollOptions = (0, arrowNavigationHelper_1.getScrollOptions)(actionName, elementRef.current);
16
14
  (0, arrowNavigationHelper_1.scrollElement)(elementRef.current, scrollOptions);
17
15
  }
18
- }, [elementRef, isRTL]);
16
+ }, [elementRef]);
19
17
  return { scroll };
20
18
  };
21
19
  exports.useManualScrolling = useManualScrolling;
@@ -4,28 +4,19 @@ exports.useScrollWhileHolding = void 0;
4
4
  const react_1 = require("react");
5
5
  const arrowNavigationHelper_1 = require("../arrowNavigationHelper");
6
6
  const zen_1 = require("../../../utils/zen");
7
- const useIsRTL_1 = require("../../../utils/localization/useIsRTL");
8
7
  const useScrollWhileHolding = ({ action, container, intervalTimer }) => {
9
- const isRTL = (0, useIsRTL_1.useIsRTL)();
10
8
  (0, react_1.useEffect)(() => {
11
9
  var _a;
12
10
  if (!container || !action) {
13
11
  return;
14
12
  }
15
13
  intervalTimer.current = (_a = zen_1.zen.setInterval) === null || _a === void 0 ? void 0 : _a.call(zen_1.zen, () => {
16
- const { left, top } = (0, arrowNavigationHelper_1.getScrollOptions)(action, container, isRTL);
14
+ const { left, top } = (0, arrowNavigationHelper_1.getScrollOptions)(action, container);
17
15
  (0, arrowNavigationHelper_1.scrollElement)(container, { left, top });
18
- if (isRTL) {
19
- const atRightEdge = left >= -1 && action === "right";
20
- const atLeftEdge = left <= container.clientWidth - container.scrollWidth + 1 && action === "left";
21
- if (atRightEdge || atLeftEdge) {
22
- (0, arrowNavigationHelper_1.clearTimerInterval)(intervalTimer.current);
23
- }
24
- }
25
- else if ((left === container.scrollWidth && action === "right") || (left === 0 && action === "left")) {
16
+ if ((left === container.scrollWidth && action === "right") || (left === 0 && action === "left")) {
26
17
  (0, arrowNavigationHelper_1.clearTimerInterval)(intervalTimer.current);
27
18
  }
28
19
  }, 100);
29
- }, [action, container, intervalTimer, isRTL]);
20
+ }, [action, container, intervalTimer]);
30
21
  };
31
22
  exports.useScrollWhileHolding = useScrollWhileHolding;
@@ -2,28 +2,16 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useScrolling = void 0;
4
4
  const react_1 = require("react");
5
- const useIsRTL_1 = require("../../../utils/localization/useIsRTL");
6
5
  const offset = 3;
7
6
  const useScrolling = () => {
8
- const isRTL = (0, useIsRTL_1.useIsRTL)();
9
- // In RTL, we start at the right edge (scrollLeft = 0): left is enabled, right is disabled.
10
- const [state, setScrollState] = (0, react_1.useState)({ scrolledLeft: !isRTL, scrolledRight: isRTL });
7
+ const [state, setScrollState] = (0, react_1.useState)({ scrolledLeft: true, scrolledRight: false });
11
8
  const onScroll = (e) => {
12
9
  const { scrollWidth, scrollLeft, clientWidth } = e.currentTarget;
13
- if (isRTL) {
14
- // scrollLeft is 0 at right edge, negative at left edge.
15
- setScrollState({
16
- scrolledLeft: scrollLeft <= -(scrollWidth - clientWidth) + offset,
17
- scrolledRight: scrollLeft >= -offset
18
- });
19
- }
20
- else {
21
- const space = scrollWidth - scrollLeft;
22
- setScrollState({
23
- scrolledLeft: scrollLeft === 0,
24
- scrolledRight: space >= clientWidth - offset && space <= clientWidth + offset
25
- });
26
- }
10
+ const space = scrollWidth - scrollLeft;
11
+ setScrollState({
12
+ scrolledLeft: scrollLeft === 0,
13
+ scrolledRight: space >= clientWidth - offset && space <= clientWidth + offset
14
+ });
27
15
  };
28
16
  return { onScroll, state };
29
17
  };
@@ -1,5 +1,6 @@
1
1
  .zen-caption {
2
2
  @button-line-height: 16px;
3
+
3
4
  display: inline-flex;
4
5
  align-items: center;
5
6
  overflow: hidden;
@@ -9,7 +10,7 @@
9
10
  justify-content: center;
10
11
 
11
12
  .zen-caption__content {
12
- margin-inline-end: 0;
13
+ margin-right: 0;
13
14
  }
14
15
  }
15
16
 
@@ -21,7 +22,8 @@
21
22
  line-height: @button-line-height;
22
23
  font-weight: 400;
23
24
  white-space: nowrap;
24
- margin-inline: 0 auto;
25
+ margin-left: 0;
26
+ margin-right: auto;
25
27
  }
26
28
 
27
29
  &--hidden {
@@ -31,7 +33,7 @@
31
33
  &--wrapped {
32
34
  .zen-caption__content {
33
35
  white-space: normal;
34
- overflow-wrap: break-word;
36
+ word-wrap: break-word;
35
37
  }
36
38
  }
37
39
  }
@@ -7,11 +7,11 @@
7
7
  --text-nav-highlight: #0069bf;
8
8
  --text-error-message: #c51a11;
9
9
  --text-button-disabled: #c0ccd8;
10
- --text-reverse-primary: #fff;
10
+ --text-reverse-primary: #ffffff;
11
11
  --text-reverse-primary-button: var(--text-reverse-primary);
12
12
 
13
13
  // backgrounds
14
- --backgrounds-main: #fff;
14
+ --backgrounds-main: #ffffff;
15
15
  --backgrounds-content-0: #f9fafb;
16
16
  --backgrounds-content-1: #f2f5f7;
17
17
  --backgrounds-content-2: #d9e1e8;
@@ -36,22 +36,28 @@
36
36
  --action-primary--default: #0078d3;
37
37
  --action-primary--hover: #005aa8;
38
38
  --action-primary--active: #004080;
39
+
39
40
  --action-secondary--default: #4e677e;
40
41
  --action-secondary--hover: #3e5265;
41
42
  --action-secondary--active: #2f3d4c;
43
+
42
44
  --action-destructive--default: #c51a11;
43
45
  --action-destructive--hover: #b11810;
44
46
  --action-destructive--active: #a01f0e;
47
+
45
48
  --action-tertiary--hover: #e6ebef;
46
49
  --action-tertiary--active: #3e5265;
47
50
 
48
51
  // accents
49
52
  --accents-warning--main: #fef7ed;
50
53
  --accents-warning--detail: #59480d;
54
+
51
55
  --accents-error--main: #ffeceb;
52
56
  --accents-error--detail: #a01f0e;
57
+
53
58
  --accents-success--main: #edfef2;
54
59
  --accents-success--detail: #2b6436;
60
+
55
61
  --accents-general--main: #ebf6ff;
56
62
  --accents-general--detail: #25477b;
57
63
 
@@ -59,11 +65,13 @@
59
65
  --chart-sequential-green-1: #4aa75e;
60
66
  --chart-divergent-red-blue-3: #b72931;
61
67
  --chart-sequential-blue-5: #0c74c3;
68
+
62
69
  --duty-status-workday: #faad41;
63
70
  --duty-status-cycle: #c0c1c6;
64
71
  --duty-status-rest: #fe6867;
65
72
  --duty-status-drive: #49c649;
66
73
  --duty-status-exemption: #4e677e;
74
+
67
75
  --data--categorical-light-blue: #3ccde5;
68
76
  --data--categorical-blue: #428aff;
69
77
  --data--categorical-purple: #8256e5;
@@ -76,7 +84,7 @@
76
84
 
77
85
  .zen-dark {
78
86
  // text
79
- --text-primary: #fff;
87
+ --text-primary: #ffffff;
80
88
  --text-secondary: #c0ccd8;
81
89
  --text-placeholder: #a6b8c9;
82
90
  --text-hyperlink: #ebf6ff;
@@ -96,7 +104,7 @@
96
104
  --backgrounds-overlay: rgba(31, 40, 51, 0.4);
97
105
  --backgrounds-primary-brand: #4cb2ff;
98
106
  --backgrounds-reverse-2: #5282cb;
99
- --backgrounds-reverse-1: #fff;
107
+ --backgrounds-reverse-1: #ffffff;
100
108
  --backgrounds-reverse-0: #f2f5f7;
101
109
 
102
110
  // borders
@@ -111,22 +119,28 @@
111
119
  --action-primary--default: #4cb2ff;
112
120
  --action-primary--hover: #9ed5ff;
113
121
  --action-primary--active: #ebf6ff;
122
+
114
123
  --action-secondary--default: #e6ebef;
115
124
  --action-secondary--hover: #f2f5f7;
116
125
  --action-secondary--active: #f9fafb;
126
+
117
127
  --action-destructive--default: #f7a1a2;
118
128
  --action-destructive--hover: #fac7c7;
119
129
  --action-destructive--active: #ffeceb;
130
+
120
131
  --action-tertiary--hover: rgba(31, 40, 51, 0.07);
121
132
  --action-tertiary--active: rgba(31, 40, 51, 0.14);
122
133
 
123
134
  // accents
124
135
  --accents-warning--main: #a17a18;
125
136
  --accents-warning--detail: #fef7ed;
137
+
126
138
  --accents-error--main: #c51a11;
127
139
  --accents-error--detail: #ffeceb;
140
+
128
141
  --accents-success--main: #46af55;
129
142
  --accents-success--detail: #edfef2;
143
+
130
144
  --accents-general--main: #396dbc;
131
145
  --accents-general--detail: #eff4fa;
132
146
 
@@ -134,6 +148,7 @@
134
148
  --chart-sequential-green-1: #4aa75e;
135
149
  --chart-divergent-red-blue-3: #b72931;
136
150
  --chart-sequential-blue-5: #0c74c3;
151
+
137
152
  --duty-status-workday: #59480d;
138
153
  --duty-status-cycle: #3e5265;
139
154
  --duty-status-rest: #a01f0e;
@@ -36,7 +36,6 @@
36
36
  padding: (2 / @rem) (8 / @rem);
37
37
  display: flex;
38
38
  justify-content: flex-end;
39
-
40
39
  .zen-columns-list__reset:focus {
41
40
  outline: none;
42
41
  border: 1px solid var(--borders-form-field--active);
@@ -9,6 +9,7 @@
9
9
  @rem: 16rem;
10
10
 
11
11
  @import "typography/typography.less";
12
+
12
13
  @import "colors/colors.less";
13
14
  @import "caption/caption.less";
14
15
  @import "ellipsis.less";
@@ -38,6 +39,7 @@
38
39
  }
39
40
 
40
41
  .zen-visually-hidden {
42
+ clip: rect(0 0 0 0);
41
43
  clip-path: inset(50%);
42
44
  height: 1px;
43
45
  overflow: hidden;
@@ -49,7 +51,6 @@
49
51
  // Styles reset
50
52
  .box-sizing() {
51
53
  box-sizing: border-box;
52
-
53
54
  * {
54
55
  box-sizing: border-box;
55
56
  }
@@ -2,5 +2,5 @@
2
2
  overflow: hidden;
3
3
  text-overflow: ellipsis;
4
4
  white-space: nowrap;
5
- overflow-wrap: normal;
5
+ word-wrap: normal;
6
6
  }