@geotab/zenith 3.8.0 → 3.9.0-beta.0

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 (200) hide show
  1. package/README.md +11 -12
  2. package/dist/button/button.d.ts +2 -1
  3. package/dist/button/button.js +3 -3
  4. package/dist/calendar/calendar.js +200 -3
  5. package/dist/card/card.d.ts +1 -1
  6. package/dist/card/card.js +1 -1
  7. package/dist/card/components/cardButton/cardButton.d.ts +2 -1
  8. package/dist/card/components/cardButton/cardButton.js +5 -3
  9. package/dist/card/helpers/getIconTypeFromStatus.d.ts +1 -1
  10. package/dist/chart/barChart/getBarLegendItems.js +3 -5
  11. package/dist/chart/lineChart/getLineLegendItems.js +7 -7
  12. package/dist/chart/pieChart/centerTextPlugin.js +13 -5
  13. package/dist/chart/pieChart/getPieLegendItems.js +8 -12
  14. package/dist/chart/pieChart.js +13 -11
  15. package/dist/chart/plugins/legend/interfaces.d.ts +1 -1
  16. package/dist/commonHelpers/generateId.d.ts +8 -0
  17. package/dist/commonHelpers/generateId.js +8 -0
  18. package/dist/commonHelpers/hooks/ssrProvider.d.ts +14 -0
  19. package/dist/commonHelpers/hooks/ssrProvider.js +12 -0
  20. package/dist/commonHelpers/hooks/useClientReady.js +3 -1
  21. package/dist/commonHelpers/hooks/useDeviceType.js +6 -2
  22. package/dist/commonHelpers/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  23. package/dist/commonHelpers/hooks/useIsomorphicLayoutEffect.js +6 -0
  24. package/dist/commonHelpers/hooks/useMobile.js +4 -3
  25. package/dist/commonHelpers/hooks/usePortal.js +2 -5
  26. package/dist/commonHelpers/isDomEnv.js +1 -2
  27. package/dist/commonHelpers/useUniqueId.d.ts +6 -0
  28. package/dist/commonHelpers/useUniqueId.js +8 -2
  29. package/dist/commonHelpers/utils.d.ts +0 -1
  30. package/dist/commonHelpers/utils.js +1 -3
  31. package/dist/commonStyles/common.less +13 -1
  32. package/dist/commonStyles/fonts/notosarabic/LICENSE.txt +93 -0
  33. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Bold.woff +0 -0
  34. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Bold.woff2 +0 -0
  35. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Medium.woff +0 -0
  36. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Medium.woff2 +0 -0
  37. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Regular.woff +0 -0
  38. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-Regular.woff2 +0 -0
  39. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-SemiBold.woff +0 -0
  40. package/dist/commonStyles/fonts/notosarabic/NotoSansArabic-SemiBold.woff2 +0 -0
  41. package/dist/commonStyles/fonts/notosarabic.less +43 -0
  42. package/dist/commonStyles/pillStyles/pillContent.less +2 -3
  43. package/dist/commonStyles/pillStyles/pillStyles.less +1 -2
  44. package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
  45. package/dist/commonStyles/typography/typography.less +440 -305
  46. package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +5 -3
  47. package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +2 -38
  48. package/dist/dateInputInner/dateInputInnerControlBlock.js +12 -8
  49. package/dist/dateRangeRaw/dateRangeRaw.js +5 -1
  50. package/dist/dialog/dialog.js +4 -3
  51. package/dist/feedbackContainer/feedbackContainer.js +4 -4
  52. package/dist/fileUpload/fileUpload.js +21 -12
  53. package/dist/filters/components/filtersSidePanel.d.ts +1 -1
  54. package/dist/filters/components/filtersSidePanel.js +123 -116
  55. package/dist/filters/filters.js +1 -2
  56. package/dist/filtersBar/filtersBar.d.ts +2 -0
  57. package/dist/filtersBar/filtersBar.js +5 -3
  58. package/dist/filtersBar/filtersBarActions/filtersBarActions.js +3 -1
  59. package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +3 -0
  60. package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.d.ts +1 -1
  61. package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +86 -80
  62. package/dist/formFieldError/formFieldError.d.ts +2 -1
  63. package/dist/formFieldError/formFieldError.js +2 -2
  64. package/dist/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.js +1 -1
  65. package/dist/index.css +3210 -2238
  66. package/dist/index.d.ts +3 -5
  67. package/dist/index.js +24 -29
  68. package/dist/menu/components/menuItem.js +4 -4
  69. package/dist/menu/controlledMenu.js +4 -4
  70. package/dist/nav/nav.js +10 -5
  71. package/dist/nav/navAddMenu/navAddMenu.js +1 -2
  72. package/dist/nav/navEditList/navEditListUtils.d.ts +1 -1
  73. package/dist/nav/navEditList/navEditListUtils.js +2 -1
  74. package/dist/nav/navItem/navActionItem.js +3 -3
  75. package/dist/nav/navItem/navItem.js +1 -2
  76. package/dist/pageHeader/pageHeaderActions.js +4 -3
  77. package/dist/rangeRaw/rangeRaw.js +7 -1
  78. package/dist/selectList/selectList.js +11 -7
  79. package/dist/selectRaw/selectRaw.js +1 -1
  80. package/dist/shield/shield.js +5 -3
  81. package/dist/sidePanel/sidePanel.js +9 -8
  82. package/dist/table/children/useTableChildren.d.ts +1 -1
  83. package/dist/table/children/useTableChildren.js +3 -3
  84. package/dist/table/flexible/useFlexibleColumns.js +39 -1
  85. package/dist/table/nested/useNestedRows.d.ts +1 -0
  86. package/dist/table/nested/useNestedRows.js +3 -3
  87. package/dist/table/selectable/useSelectableRows.d.ts +9 -0
  88. package/dist/table/selectable/useSelectableRows.js +18 -11
  89. package/dist/table/table.js +1 -7
  90. package/dist/{card/components → title}/title.d.ts +1 -1
  91. package/dist/title/title.js +27 -0
  92. package/dist/toggleButtonRaw/toggleButtonRaw.js +3 -1
  93. package/dist/toggleButtonRaw/types.d.ts +1 -0
  94. package/dist/tooltip/tooltip.d.ts +2 -1
  95. package/dist/tooltip/tooltip.js +68 -64
  96. package/dist/utils/localization/directionContext.d.ts +3 -0
  97. package/dist/utils/localization/directionContext.js +5 -0
  98. package/dist/utils/localization/getTextDirection.d.ts +2 -0
  99. package/dist/utils/localization/getTextDirection.js +6 -0
  100. package/dist/utils/localization/languageProvider.js +15 -1
  101. package/dist/utils/localization/translations/en-json.d.ts +2 -0
  102. package/dist/utils/localization/translations/en-json.js +3 -1
  103. package/dist/utils/localization/translations/en.json +3 -0
  104. package/dist/utils/localization/useDirection.d.ts +2 -0
  105. package/dist/utils/localization/useDirection.js +7 -0
  106. package/esm/button/button.d.ts +2 -1
  107. package/esm/button/button.js +3 -3
  108. package/esm/calendar/calendar.js +200 -3
  109. package/esm/card/card.d.ts +1 -1
  110. package/esm/card/card.js +1 -1
  111. package/esm/card/components/cardButton/cardButton.d.ts +2 -1
  112. package/esm/card/components/cardButton/cardButton.js +5 -3
  113. package/esm/card/helpers/getIconTypeFromStatus.d.ts +1 -1
  114. package/esm/chart/barChart/getBarLegendItems.js +3 -5
  115. package/esm/chart/lineChart/getLineLegendItems.js +7 -7
  116. package/esm/chart/pieChart/centerTextPlugin.js +13 -5
  117. package/esm/chart/pieChart/getPieLegendItems.js +8 -12
  118. package/esm/chart/pieChart.js +14 -12
  119. package/esm/chart/plugins/legend/interfaces.d.ts +1 -1
  120. package/esm/commonHelpers/generateId.d.ts +8 -0
  121. package/esm/commonHelpers/generateId.js +8 -0
  122. package/esm/commonHelpers/hooks/ssrProvider.d.ts +14 -0
  123. package/esm/commonHelpers/hooks/ssrProvider.js +6 -0
  124. package/esm/commonHelpers/hooks/useClientReady.js +4 -2
  125. package/esm/commonHelpers/hooks/useDeviceType.js +7 -3
  126. package/esm/commonHelpers/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  127. package/esm/commonHelpers/hooks/useIsomorphicLayoutEffect.js +3 -0
  128. package/esm/commonHelpers/hooks/useMobile.js +4 -3
  129. package/esm/commonHelpers/hooks/usePortal.js +2 -5
  130. package/esm/commonHelpers/isDomEnv.js +1 -2
  131. package/esm/commonHelpers/useUniqueId.d.ts +6 -0
  132. package/esm/commonHelpers/useUniqueId.js +7 -1
  133. package/esm/commonHelpers/utils.d.ts +0 -1
  134. package/esm/commonHelpers/utils.js +0 -1
  135. package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +5 -3
  136. package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +2 -38
  137. package/esm/dateInputInner/dateInputInnerControlBlock.js +13 -9
  138. package/esm/dateRangeRaw/dateRangeRaw.js +5 -1
  139. package/esm/dialog/dialog.js +4 -3
  140. package/esm/feedbackContainer/feedbackContainer.js +4 -4
  141. package/esm/fileUpload/fileUpload.js +21 -12
  142. package/esm/filters/components/filtersSidePanel.d.ts +1 -1
  143. package/esm/filters/components/filtersSidePanel.js +123 -116
  144. package/esm/filters/filters.js +2 -3
  145. package/esm/filtersBar/filtersBar.d.ts +2 -0
  146. package/esm/filtersBar/filtersBar.js +5 -3
  147. package/esm/filtersBar/filtersBarActions/filtersBarActions.js +3 -1
  148. package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +3 -0
  149. package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.d.ts +1 -1
  150. package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +86 -80
  151. package/esm/formFieldError/formFieldError.d.ts +2 -1
  152. package/esm/formFieldError/formFieldError.js +2 -2
  153. package/esm/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.js +1 -1
  154. package/esm/index.d.ts +3 -5
  155. package/esm/index.js +3 -5
  156. package/esm/menu/components/menuItem.js +1 -1
  157. package/esm/menu/controlledMenu.js +1 -1
  158. package/esm/nav/nav.js +10 -5
  159. package/esm/nav/navAddMenu/navAddMenu.js +2 -3
  160. package/esm/nav/navEditList/navEditListUtils.d.ts +1 -1
  161. package/esm/nav/navEditList/navEditListUtils.js +2 -1
  162. package/esm/nav/navItem/navActionItem.js +3 -2
  163. package/esm/nav/navItem/navItem.js +2 -3
  164. package/esm/pageHeader/pageHeaderActions.js +4 -3
  165. package/esm/rangeRaw/rangeRaw.js +7 -1
  166. package/esm/selectList/selectList.js +11 -7
  167. package/esm/selectRaw/selectRaw.js +1 -1
  168. package/esm/shield/shield.js +5 -3
  169. package/esm/sidePanel/sidePanel.js +9 -8
  170. package/esm/table/children/useTableChildren.d.ts +1 -1
  171. package/esm/table/children/useTableChildren.js +3 -3
  172. package/esm/table/flexible/useFlexibleColumns.js +39 -1
  173. package/esm/table/nested/useNestedRows.d.ts +1 -0
  174. package/esm/table/nested/useNestedRows.js +1 -1
  175. package/esm/table/selectable/useSelectableRows.d.ts +9 -0
  176. package/esm/table/selectable/useSelectableRows.js +15 -8
  177. package/esm/table/table.js +1 -7
  178. package/esm/{card/components → title}/title.d.ts +1 -1
  179. package/esm/title/title.js +23 -0
  180. package/esm/toggleButtonRaw/toggleButtonRaw.js +3 -1
  181. package/esm/toggleButtonRaw/types.d.ts +1 -0
  182. package/esm/tooltip/tooltip.d.ts +2 -1
  183. package/esm/tooltip/tooltip.js +68 -64
  184. package/esm/utils/localization/directionContext.d.ts +3 -0
  185. package/esm/utils/localization/directionContext.js +2 -0
  186. package/esm/utils/localization/getTextDirection.d.ts +2 -0
  187. package/esm/utils/localization/getTextDirection.js +2 -0
  188. package/esm/utils/localization/languageProvider.js +15 -1
  189. package/esm/utils/localization/translations/en-json.d.ts +2 -0
  190. package/esm/utils/localization/translations/en-json.js +3 -1
  191. package/esm/utils/localization/translations/en.json +3 -0
  192. package/esm/utils/localization/useDirection.d.ts +2 -0
  193. package/esm/utils/localization/useDirection.js +3 -0
  194. package/package.json +33 -31
  195. package/dist/card/components/title.js +0 -22
  196. package/dist/commonHelpers/hooks/deviceProvider.d.ts +0 -7
  197. package/dist/commonHelpers/hooks/deviceProvider.js +0 -11
  198. package/esm/card/components/title.js +0 -18
  199. package/esm/commonHelpers/hooks/deviceProvider.d.ts +0 -7
  200. package/esm/commonHelpers/hooks/deviceProvider.js +0 -4
@@ -1,432 +1,567 @@
1
- .font(
2
- @font: Roboto,
3
- @size,
4
- @line-height: 16px,
5
- @letter-spacing: 0,
6
- @weight: 400,
7
- @style: normal,
1
+ //**********//
2
+ // MyGeotab //
3
+ //**********//
4
+
5
+ //body-label
6
+ //label-01
7
+ //body-04
8
+ //body-s-400
9
+ @base-font-size: 12;
10
+ @base-line-height: 16;
11
+ @base-letter-spacing: 0.32;
12
+ @base-font-weight: 400;
13
+ @base-font-style: normal;
14
+
15
+ //body-01,
16
+ //body-l-400
17
+ @body-font-size: 16;
18
+ @body-line-height: 24;
19
+ @body-letter-spacing: 0;
20
+
21
+ //body-02-short,
22
+ //body-m-400-short
23
+ @body-short-font-size: 14;
24
+
25
+ //body-02-tall,
26
+ //body-m-400-tall
27
+ @body-tall-font-size: 14;
28
+ @body-tall-line-height: 28;
29
+
30
+ //body-03,
31
+ //body-s-700
32
+ @body-03-weight: 700;
33
+
34
+ //body-05,
35
+ //body-s-400-italic
36
+ @body-05-style: italic;
37
+
38
+ //heading-01
39
+ //heading-xl-300
40
+ @heading-01-font-size: 28;
41
+ @heading-01-font-mobile-size: 20;
42
+ @heading-01-line-height: 36;
43
+ @heading-01-weight: 300;
44
+
45
+ //heading-02
46
+ //heading-l-400
47
+ @heading-02-font-size: 20;
48
+ @heading-02-line-height: 24;
49
+
50
+ //heading-03
51
+ //heading-m-300
52
+ @heading-03-font-size: 20;
53
+ @heading-03-font-mobile-size: 18;
54
+ @heading-03-line-height: 28;
55
+
56
+ //heading-04
57
+ //heading-s-500
58
+ @heading-04-font-size: 16;
59
+ @heading-04-line-height: 24;
60
+ @heading-04-weight: 500;
61
+
62
+ //heading-05
63
+ //heading-xs-500
64
+ @heading-05-font-size: 14;
65
+ @heading-05-letter-spacing: 0.16;
66
+ @heading-05-weight: 500;
67
+
68
+ //heading-06
69
+ @heading-06-letter-spacing: 0;
70
+ @heading-06-text-trasnform: uppercase;
71
+
72
+ //data-01
73
+ //data-xxl
74
+ @data-01-font-size: 32;
75
+ @data-01-line-height: 40;
76
+
77
+ //data-02
78
+ //data-xl
79
+ @data-02-font-size: 24;
80
+ @data-02-line-height: 32;
81
+
82
+ //data-03
83
+ //data-l
84
+ @data-03-font-size: 20;
85
+ @data-03-line-height: 24;
86
+
87
+ //data-04
88
+ //data-m
89
+ @data-04-font-size: 18;
90
+ @data-04-line-height: 21;
91
+
92
+ //data-05
93
+ //data-s
94
+ @data-05-font-size: 16;
95
+ @data-05-line-height: 18;
96
+
97
+ //data-06
98
+ //data-xs
99
+ @data-06-font-size: 14;
100
+ @data-06-line-height: 16;
101
+
102
+ //*******//
103
+ // Drive //
104
+ //*******//
105
+
106
+ //label-01-drive
107
+ //label-400-drive
108
+ @drive-base-font-size: 16;
109
+ @drive-base-font-mobile-size: 14;
110
+ @drive-base-line-height: 18;
111
+ @drive-base-letter-spacing: 0.32;
112
+ @drive-base-font-weight: 400;
113
+ @drive-base-font-style: normal;
114
+
115
+ //body-01-drive
116
+ //body-l-400-drive
117
+ @body-01-drive-font-size: 20;
118
+ @body-01-drive-font-mobile-size: 18;
119
+ @body-01-drive-line-height: 30;
120
+ @body-01-drive-line-height-mobile: 28;
121
+ @body-01-drive-letter-spacing: 0;
122
+
123
+ //body-02-short-drive
124
+ //body-m-400-short-drive
125
+ @body-02-short-drive-font-size: 18;
126
+ @body-02-short-drive-font-mobile-size: 16;
127
+ @body-02-short-drive-line-height: 22;
128
+ @body-02-short-drive-line-height-mobile: 20;
129
+
130
+ //body-02-tall-drive
131
+ //body-m-400-tall-drive
132
+ @body-02-tall-drive-font-size: 18;
133
+ @body-02-tall-drive-font-mobile-size: 16;
134
+ @body-02-tall-drive-line-height: 28;
135
+ @body-02-tall-drive-line-height-mobile: 26;
136
+
137
+ //body-03-drive,
138
+ //body-s-700-drive
139
+ @body-03-drive-line-height: 22;
140
+ @body-03-drive-weight: 700;
141
+
142
+ //body-04-drive,
143
+ //body-s-400-drive
144
+ @body-04-drive-line-height: 22;
145
+ @body-04-drive-line-height-mobile: 20;
146
+
147
+ //body-05-drive
148
+ //body-s-400-italic-drive
149
+ @body-05-drive-line-height: 20;
150
+ @body-05-drive-style: italic;
151
+
152
+ //heading-01-drive
153
+ //heading-xl-300-drive
154
+ @heading-01-drive-font-size: 26;
155
+ @heading-01-drive-font-mobile-size: 24;
156
+ @heading-01-drive-line-height: 34;
157
+ @heading-01-drive-line-height-mobile: 32;
158
+ @heading-01-drive-weight: 300;
159
+
160
+ //heading-02-drive
161
+ //heading-l-400-drive
162
+ @heading-02-drive-font-size: 24;
163
+ @heading-02-drive-font-mobile-size: 22;
164
+ @heading-02-drive-line-height: 30;
165
+ @heading-02-drive-line-height-mobile: 28;
166
+
167
+ //heading-03-drive
168
+ //heading-m-300-drive
169
+ @heading-03-drive-font-size: 20;
170
+ @heading-03-drive-font-mobile-size: 18;
171
+ @heading-03-drive-line-height: 26;
172
+ @heading-03-drive-mobile-line-height: 24;
173
+
174
+ //heading-04-drive
175
+ //heading-m-500-drive
176
+ @heading-04-drive-font-size: 20;
177
+ @heading-04-drive-font-mobile-size: 18;
178
+ @heading-04-drive-line-height: 28;
179
+ @heading-04-drive-mobile-line-height: 26;
180
+ @heading-04-drive-weight: 500;
181
+
182
+ //heading-05-drive
183
+ //heading-s-500-drive
184
+ @heading-05-drive-font-size: 18;
185
+ @heading-05-drive-font-mobile-size: 16;
186
+ @heading-05-drive-line-height: 22;
187
+ @heading-05-drive-mobile-line-height: 20;
188
+ @heading-05-drive-letter-spacing: 0.16;
189
+
190
+ //heading-06-drive
191
+ @heading-06-drive-font-size: 14;
192
+ @heading-06-drive-letter-spacing: 0;
193
+
194
+ //heading-07-drive
195
+ //heading-s-300-drive
196
+ @heading-07-drive-font-size: 18;
197
+ @heading-07-drive-font-mobile-size: 16;
198
+ @heading-07-drive-line-height: 20;
199
+ @heading-07-drive-mobile-line-height: 18;
200
+
201
+ //data-01-drive
202
+ //data-xl-drive
203
+ @data-01-drive-font-size: 34;
204
+ @data-01-drive-mobile-size: 32;
205
+ @data-01-drive-line-height: 42;
206
+ @data-01-drive-mobile-line-height: 40;
207
+
208
+ //data-02-drive
209
+ //data-l-drive
210
+ @data-02-drive-font-size: 22;
211
+ @data-02-drive-mobile-size: 20;
212
+ @data-02-drive-line-height: 26;
213
+ @data-02-drive-mobile-line-height: 24;
214
+
215
+ //data-03-drive
216
+ //data-m-drive
217
+ @data-03-drive-font-size: 20;
218
+ @data-03-drive-mobile-size: 16;
219
+ @data-03-drive-line-height: 22;
220
+ @data-03-drive-mobile-line-height: 21;
221
+
222
+ //data-04-drive
223
+ //data-s-drive
224
+ @data-04-drive-font-size: 18;
225
+ @data-04-drive-mobile-size: 16;
226
+ @data-04-drive-line-height: 26;
227
+ @data-04-drive-mobile-line-height: 24;
228
+
229
+ //*************************************************************//
230
+ // Do not add raw values here, use the variables above instead //
231
+ //*************************************************************//
232
+
233
+ .zenith-font(@font,
234
+ @size: @base-font-size,
235
+ @line-height: @base-line-height,
236
+ @letter-spacing: @base-letter-spacing,
237
+ @weight: @base-font-weight,
238
+ @style: @base-font-style,
8
239
  @text-transform: none,
9
240
  ) {
10
241
  font-family: @font;
11
- font-size: @size;
242
+ font-size: (@size / @rem);
12
243
  font-style: @style;
13
244
  font-weight: @weight;
14
- letter-spacing: @letter-spacing;
15
- line-height: @line-height;
245
+ letter-spacing: (@letter-spacing / @rem);
246
+ line-height: (@line-height / @rem);
16
247
  text-transform: @text-transform;
17
- }
18
-
19
- :root {
20
- --main-font: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
21
- --main-font-data: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
22
- --data-font-drive: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
23
- }
248
+ text-decoration: none;
24
249
 
25
- // Labels
26
- .label-01,
27
- .body-label-400 {
28
- .font(var(--main-font), 12px, @line-height: 16px, @letter-spacing: 0.32px, @weight: 400);
250
+ html:lang(ar) & {
251
+ font-family: @arabic-font-family;
252
+ }
29
253
  }
30
254
 
31
- // Labels Drive
32
- .label-01-tablet-drive,
33
- .tablet-label-400-drive {
34
- .font(var(--main-font), 16px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400);
255
+ .zenith-drive-font(@font,
256
+ @size: @drive-base-font-size,
257
+ @line-height: @drive-base-line-height,
258
+ @letter-spacing: @drive-base-letter-spacing,
259
+ @weight: @drive-base-font-weight,
260
+ @style: @drive-base-font-style,
261
+ @text-transform: none,
262
+ ) {
263
+ font-family: @font;
264
+ font-size: (@size / @rem);
265
+ font-style: @style;
266
+ font-weight: @weight;
267
+ letter-spacing: (@letter-spacing / @rem);
268
+ line-height: (@line-height / @rem);
269
+ text-transform: @text-transform;
270
+ text-decoration: none;
35
271
  }
36
272
 
37
- .label-01-mobile-drive,
38
- .mobile-label-400-drive {
39
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400);
40
- }
273
+ // MyGeotab
41
274
 
42
- @media (max-width: 640px) {
43
- .tablet-label-400-drive {
44
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400);
45
- }
275
+ // Labels
276
+ .label-01,
277
+ .body-label-400,
278
+ .body-04,
279
+ .body-s-400 {
280
+ .zenith-font(@main-font-family);
46
281
  }
47
282
 
48
283
  // Body
49
284
  .body-01,
50
285
  .body-l-400 {
51
- .font(var(--main-font), 16px, @line-height: 24px, @letter-spacing: 0, @weight: 400);
286
+ .zenith-font(@main-font-family, @body-font-size, @body-line-height, @body-letter-spacing);
52
287
  }
53
288
 
54
289
  .body-02-short,
55
290
  .body-m-400-short {
56
- .font(var(--main-font), 14px, @line-height: 16px, @letter-spacing: 0, @weight: 400);
291
+ .zenith-font(@main-font-family, @body-short-font-size, @base-line-height, @body-letter-spacing);
57
292
  }
58
293
 
59
294
  .body-02-tall,
60
295
  .body-m-400-tall {
61
- .font(var(--main-font), 14px, @line-height: 28px, @weight: 400, @letter-spacing: 0);
296
+ .zenith-font(@main-font-family, @body-tall-font-size, @body-tall-line-height, @body-letter-spacing);
62
297
  }
63
298
 
64
299
  .body-03,
65
300
  .body-s-700 {
66
- .font(var(--main-font), 12px, @line-height: 16px, @letter-spacing: 0.32px, @weight: 700);
67
- }
68
-
69
- .body-04,
70
- .body-s-400 {
71
- .font(var(--main-font), 12px, @line-height: 16px, @letter-spacing: 0.32px, @weight: 400);
301
+ .zenith-font(@main-font-family, @weight: @body-03-weight);
72
302
  }
73
303
 
74
304
  .body-05,
75
305
  .body-s-400-italic {
76
- .font(var(--main-font), 12px, @line-height: 16px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
77
- }
78
-
79
- // Body Drive
80
- .body-01-tablet-drive,
81
- .tablet-body-l-400-drive {
82
- .font(var(--main-font), 20px, @line-height: 30px, @letter-spacing: 0, @weight: 400);
83
- }
84
-
85
- .body-01-mobile-drive,
86
- .mobile-body-l-400-drive {
87
- .font(var(--main-font), 18px, @line-height: 28px, @letter-spacing: 0, @weight: 400);
88
- }
89
-
90
- @media (max-width: 640px) {
91
- .tablet-body-l-400-drive {
92
- .font(var(--main-font), 18px, @line-height: 28px, @letter-spacing: 0, @weight: 400);
93
- }
94
- }
95
-
96
- .body-02-short-tablet-drive,
97
- .tablet-body-m-400-short-drive {
98
- .font(var(--main-font), 18px, @line-height: 22px, @weight: 400);
99
- }
100
-
101
- .body-02-short-mobile-drive,
102
- .mobile-body-m-400-short-drive {
103
- .font(var(--main-font), 16px, @line-height: 20px, @weight: 400);
104
- }
105
-
106
- @media (max-width: 640px) {
107
- .tablet-body-m-400-short-drive {
108
- .font(var(--main-font), 16px, @line-height: 20px, @weight: 400);
109
- }
110
- }
111
-
112
- .body-02-tall-tablet-drive,
113
- .tablet-body-m-400-tall-drive {
114
- .font(var(--main-font), 18px, @line-height: 28px, @weight: 400);
115
- }
116
-
117
- .body-02-tall-mobile-drive,
118
- .mobile-body-m-400-tall-drive {
119
- .font(var(--main-font), 16px, @line-height: 26px, @weight: 400);
120
- }
121
-
122
- @media (max-width: 640px) {
123
- .tablet-body-m-400-tall-drive {
124
- .font(var(--main-font), 16px, @line-height: 26px, @weight: 400);
125
- }
126
- }
127
-
128
- .body-03-tablet-drive,
129
- .tablet-body-s-700-drive {
130
- .font(var(--main-font), 16px, @line-height: 22px, @letter-spacing: 0.32px, @weight: 700);
131
- }
132
-
133
- .body-03-mobile-drive,
134
- .mobile-body-s-700-drive {
135
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 700);
136
- }
137
-
138
- @media (max-width: 640px) {
139
- .tablet-body-s-700-drive {
140
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 700);
141
- }
142
- }
143
-
144
- .body-04-tablet-drive,
145
- .tablet-body-s-400-drive {
146
- .font(var(--main-font), 16px, @line-height: 22px, @letter-spacing: 0.32px, @weight: 400);
147
- }
148
-
149
- .body-04-mobile-drive,
150
- .mobile-body-s-400-drive {
151
- .font(var(--main-font), 14px, @line-height: 20px, @letter-spacing: 0.32px, @weight: 400);
152
- }
153
-
154
- @media (max-width: 640px) {
155
- .tablet-body-s-400-drive {
156
- .font(var(--main-font), 14px, @line-height: 20px, @letter-spacing: 0.32px, @weight: 400);
157
- }
158
- }
159
-
160
- .body-05-tablet-drive,
161
- .tablet-body-s-400-italic-drive {
162
- .font(var(--main-font), 16px, @line-height: 20px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
163
- }
164
-
165
- .body-05-mobile-drive,
166
- .mobile-body-s-400-italic-drive {
167
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
168
- }
169
-
170
- @media (max-width: 640px) {
171
- .tablet-body-s-400-italic-drive {
172
- .font(var(--main-font), 14px, @line-height: 18px, @letter-spacing: 0.32px, @weight: 400, @style: italic);
173
- }
306
+ .zenith-font(@main-font-family, @style: @body-05-style);
174
307
  }
175
308
 
176
309
  // Headings
177
- .heading-01-desktop,
310
+ .heading-01-desktop,//this is here only until we update the mygeotab use of heading-01-desktop to heading-xl-300
311
+ .heading-01,
178
312
  .heading-xl-300 {
179
- .font(var(--main-font), 28px, @line-height: 36px, @weight: 300);
180
- }
181
-
182
- .heading-01-mobile,
183
- .heading-xl-300-mobile {
184
- .font(var(--main-font), 20px, @line-height: 36px, @weight: 300);
185
- }
186
-
187
- @media (max-width: 640px) {
188
- .heading-xl-300 {
189
- .font(var(--main-font), 20px, @line-height: 36px, @weight: 300);
190
- }
313
+ .zenith-font(@main-font-family, @heading-01-font-size, @heading-01-line-height, @weight: @heading-01-weight);
191
314
  }
192
315
 
193
316
  .heading-02,
194
317
  .heading-l-400 {
195
- .font(var(--main-font), 20px, @line-height: 24px, @weight: 400);
318
+ .zenith-font(@main-font-family, @heading-02-font-size, @heading-02-line-height);
196
319
  }
197
320
 
198
- .heading-03-desktop,
321
+ .heading-03,
199
322
  .heading-m-300 {
200
- .font(var(--main-font), 20px, @line-height: 28px, @weight: 300);
201
- }
202
-
203
- .heading-03-mobile,
204
- .heading-m-300-mobile {
205
- .font(var(--main-font), 18px, @line-height: 28px, @weight: 300);
206
- }
207
-
208
- @media (max-width: 640px) {
209
- .heading-m-300 {
210
- .font(var(--main-font), 18px, @line-height: 28px, @weight: 300);
211
- }
323
+ .zenith-font(@main-font-family, @heading-03-font-size, @heading-03-line-height, @weight: @heading-01-weight);
212
324
  }
213
325
 
214
326
  .heading-04,
215
327
  .heading-s-500 {
216
- .font(var(--main-font), 16px, @line-height: 24px, @weight: 500);
328
+ .zenith-font(@main-font-family, @heading-04-font-size, @heading-04-line-height, @weight: @heading-04-weight);
217
329
  }
218
330
 
219
331
  .heading-05,
220
332
  .heading-xs-500 {
221
- .font(var(--main-font), 14px, @line-height: 16px, 0.16px, 500);
333
+ .zenith-font(@main-font-family, @heading-05-font-size, @base-line-height, @heading-05-letter-spacing, @heading-05-weight);
222
334
  }
223
335
 
224
336
  .heading-06 {
225
- .font(var(--main-font), 14px, @line-height: 24px, 0, 500, normal, uppercase);
337
+ .zenith-font(@main-font-family, @body-tall-font-size, @body-line-height, @heading-06-letter-spacing, @heading-05-weight);
226
338
  }
227
339
 
228
340
  .heading-07,
229
341
  .heading-xs-300 {
230
- .font(var(--main-font), 14px, @line-height: 16px, 0.16px, 300);
342
+ .zenith-font(@main-font-family, @heading-05-font-size, @base-line-height, @heading-05-letter-spacing, @weight: @heading-01-weight);
231
343
  }
232
344
 
233
- // Headings Drive
234
- .heading-01-tablet-drive,
235
- .tablet-heading-xl-300-drive {
236
- .font(var(--main-font), 26px, 34px, @weight: 300);
345
+ // Data
346
+ .data-01,
347
+ .data-xxl {
348
+ .zenith-font(@main-font-family, @data-01-font-size, @data-01-line-height);
237
349
  }
238
350
 
239
- .heading-01-mobile-drive,
240
- .mobile-heading-xl-300-drive {
241
- .font(var(--main-font), 24px, 32px, @weight: 300);
351
+ .data-02,
352
+ .data-xl {
353
+ .zenith-font(@main-font-family, @data-02-font-size, @data-02-line-height);
242
354
  }
243
355
 
244
- @media (max-width: 640px) {
245
- .tablet-heading-xl-300-drive {
246
- .font(var(--main-font), 24px, 32px, @weight: 300);
247
- }
356
+ .data-03,
357
+ .data-l {
358
+ .zenith-font(@main-font-family, @data-03-font-size, @data-03-line-height);
248
359
  }
249
360
 
250
- .heading-02-tablet-drive,
251
- .tablet-heading-l-400-drive {
252
- .font(var(--main-font), 24px, 30px, @weight: 400);
361
+ .data-04,
362
+ .data-m {
363
+ .zenith-font(@main-font-family, @data-04-font-size, @data-04-line-height);
253
364
  }
254
365
 
255
- .heading-02-mobile-drive,
256
- .mobile-heading-l-400-drive {
257
- .font(var(--main-font), 22px, 28px, @weight: 400);
366
+ .data-05,
367
+ .data-s {
368
+ .zenith-font(@main-font-family, @data-05-font-size, @data-05-line-height);
258
369
  }
259
370
 
260
- @media (max-width: 640px) {
261
- .tablet-heading-l-400-drive {
262
- .font(var(--main-font), 22px, 28px, @weight: 400);
263
- }
371
+ .data-06,
372
+ .data-xs {
373
+ .zenith-font(@main-font-family, @data-06-font-size, @data-06-line-height);
264
374
  }
265
375
 
266
- .heading-03-tablet-drive,
267
- .tablet-heading-m-300-drive {
268
- .font(var(--main-font), 20px, 26px, @weight: 300);
269
- }
376
+ // Drive
270
377
 
271
- .heading-03-mobile-drive,
272
- .mobile-heading-m-300-drive {
273
- .font(var(--main-font), 18px, 24px, @weight: 300);
378
+ // Labels Drive
379
+ .label-01-drive,
380
+ .label-400-drive {
381
+ .zenith-drive-font(@driver-font-family);
274
382
  }
275
383
 
276
- @media (max-width: 640px) {
277
- .tablet-heading-m-300-drive {
278
- .font(var(--main-font), 18px, 24px, @weight: 300);
279
- }
384
+ // Body Drive
385
+ .body-01-drive,
386
+ .body-l-400-drive {
387
+ .zenith-drive-font(@driver-font-family, @body-01-drive-font-size, @body-01-drive-line-height, @body-01-drive-letter-spacing);
280
388
  }
281
389
 
282
- .heading-04-tablet-drive,
283
- .tablet-heading-m-500-drive {
284
- .font(var(--main-font), 20px, 28px, @weight: 500);
390
+ .body-02-short-drive,
391
+ .body-m-400-short-drive {
392
+ .zenith-drive-font(@driver-font-family, @body-02-short-drive-font-size, @body-02-short-drive-line-height);
285
393
  }
286
394
 
287
- .heading-04-mobile-drive,
288
- .mobile-heading-m-500-drive {
289
- .font(var(--main-font), 18px, 26px, @weight: 500);
395
+ .body-02-tall-drive,
396
+ .body-m-400-tall-drive {
397
+ .zenith-drive-font(@driver-font-family, @body-02-tall-drive-font-size, @body-02-tall-drive-line-height);
290
398
  }
291
399
 
292
- @media (max-width: 640px) {
293
- .tablet-heading-m-500-drive {
294
- .font(var(--main-font), 18px, 26px, @weight: 500);
295
- }
400
+ .body-03-drive,
401
+ .body-s-700-drive {
402
+ .zenith-drive-font(@driver-font-family, @line-height: @body-03-drive-line-height, @weight: @body-03-drive-weight);
296
403
  }
297
404
 
298
- .heading-05-tablet-drive,
299
- .tablet-heading-s-500-drive {
300
- .font(var(--main-font), 18px, 22px, 0.16px, 500);
405
+ .body-04-drive,
406
+ .body-s-400-drive {
407
+ .zenith-drive-font(@driver-font-family, @line-height: @body-04-drive-line-height);
301
408
  }
302
409
 
303
- .heading-05-mobile-drive,
304
- .mobile-heading-s-500-drive {
305
- .font(var(--main-font), 16px, 20px, 0.16px, 500);
410
+ .body-05-drive,
411
+ .body-s-400-italic-drive {
412
+ .zenith-drive-font(@driver-font-family, @line-height: @body-05-drive-line-height, @style: @body-05-drive-style);
306
413
  }
307
414
 
308
- @media (max-width: 640px) {
309
- .tablet-heading-s-500-drive {
310
- .font(var(--main-font), 16px, 20px, 0.16px, 500);
311
- }
415
+ // Headings Drive
416
+ .heading-01-drive,
417
+ .heading-xl-300-drive {
418
+ .zenith-drive-font(@driver-font-family, @heading-01-drive-font-size, @heading-01-drive-line-height, @weight: @heading-01-drive-weight);
312
419
  }
313
420
 
314
- .heading-06-tablet-drive {
315
- .font(var(--main-font), 14px, 22px, 0, 500, normal, uppercase);
421
+ .heading-02-drive,
422
+ .heading-l-400-drive {
423
+ .zenith-drive-font(@driver-font-family, @heading-02-drive-font-size, @heading-02-drive-line-height);
316
424
  }
317
425
 
318
- .heading-06-mobile-drive {
319
- .font(var(--main-font), 12px, 20px, 0, 500, normal, uppercase);
426
+ .heading-03-drive,
427
+ .heading-m-300-drive {
428
+ .zenith-drive-font(@driver-font-family, @heading-03-drive-font-size, @heading-03-drive-line-height, @weight: @heading-01-drive-weight);
320
429
  }
321
430
 
322
- .heading-07-tablet-drive,
323
- .tablet-heading-s-300-drive {
324
- .font(var(--main-font), 18px, 20px, 0.16px, 300);
431
+ .heading-04-drive,
432
+ .heading-m-500-drive {
433
+ .zenith-drive-font(@driver-font-family, @heading-04-drive-font-size, @heading-04-drive-line-height, @weight: @heading-04-drive-weight);
325
434
  }
326
435
 
327
- .heading-07-mobile-drive,
328
- .mobile-heading-s-300-drive {
329
- .font(var(--main-font), 16px, 18px, 0.16px, 300);
436
+ .heading-05-drive,
437
+ .heading-s-500-drive {
438
+ .zenith-drive-font(@driver-font-family, @heading-05-drive-font-size, @heading-05-drive-line-height, @heading-05-drive-letter-spacing, @weight: @heading-04-drive-weight);
330
439
  }
331
440
 
332
- @media (max-width: 640px) {
333
- .tablet-heading-s-300-drive {
334
- .font(var(--main-font), 16px, 18px, 0.16px, 300);
335
- }
441
+ .heading-06-drive {
442
+ .zenith-drive-font(@driver-font-family, @heading-06-drive-font-size, @body-line-height, @heading-06-drive-letter-spacing, @weight: @heading-04-drive-weight, @text-transform: @heading-06-text-trasnform);
336
443
  }
337
444
 
338
- // Data
339
- .data-01,
340
- .data-xxl {
341
- .font(var(--main-font-data), 32px, @line-height: 40px);
445
+ .heading-07-drive,
446
+ .heading-s-300-drive {
447
+ .zenith-drive-font(@driver-font-family, @heading-07-drive-font-size, @heading-07-drive-line-height, @heading-05-drive-letter-spacing, @weight: @heading-01-drive-weight);
342
448
  }
343
449
 
344
- .data-02,
345
- .data-xl {
346
- .font(var(--main-font-data), 24px, 32px);
450
+ // Data Drive
451
+ .data-01-drive,
452
+ .data-xl-drive {
453
+ .zenith-drive-font(@driver-font-family, @data-01-drive-font-size, @data-01-drive-line-height);
347
454
  }
348
455
 
349
- .data-03,
350
- .data-l {
351
- .font(var(--main-font-data), 20px, 24px);
456
+ .data-02-drive,
457
+ .data-l-drive {
458
+ .zenith-drive-font(@driver-font-family, @data-02-drive-font-size, @data-02-drive-line-height);
352
459
  }
353
460
 
354
- .data-04,
355
- .data-m {
356
- .font(var(--main-font-data), 18px, 21px);
461
+ .data-03-drive,
462
+ .data-m-drive {
463
+ .zenith-drive-font(@driver-font-family, @data-03-drive-font-size, @data-03-drive-line-height);
357
464
  }
358
465
 
359
- .data-05,
360
- .data-s {
361
- .font(var(--main-font-data), 16px, 18px);
466
+ .data-04-drive,
467
+ .data-s-drive {
468
+ .zenith-drive-font(@driver-font-family, @data-04-drive-font-size, @data-04-drive-line-height);
362
469
  }
363
470
 
364
- .data-06,
365
- .data-xs {
366
- .font(var(--main-font-data), 14px, 16px);
367
- }
471
+ // Responsive overrides (mobile — max-width: 640px)
472
+ @media (max-width: 640px) {
473
+ // MyGeotab
474
+ .heading-xl-300 {
475
+ .zenith-font(@main-font-family, @heading-01-font-mobile-size, @heading-01-line-height, @weight: @heading-01-weight);
476
+ }
368
477
 
369
- // Data Drive
370
- .data-01-tablet-drive,
371
- .tablet-data-xl-drive {
372
- .font(var(--data-font-drive), 34px, 42px);
373
- }
478
+ .heading-m-300 {
479
+ .zenith-font(@main-font-family, @heading-03-font-mobile-size, @heading-03-line-height, @weight: @heading-01-weight);
480
+ }
374
481
 
375
- .data-01-mobile-drive,
376
- .mobile-data-xl-drive {
377
- .font(var(--data-font-drive), 32px, 40px);
378
- }
482
+ // Drive
483
+ .label-01-drive,
484
+ .label-400-drive {
485
+ .zenith-drive-font(@driver-font-family, @drive-base-font-mobile-size);
486
+ }
379
487
 
380
- @media (max-width: 640px) {
381
- .tablet-data-xl-drive {
382
- .font(var(--data-font-drive), 32px, 40px);
488
+ .body-01-drive,
489
+ .body-l-400-drive {
490
+ .zenith-drive-font(@driver-font-family, @body-01-drive-font-mobile-size, @body-01-drive-line-height-mobile, @body-01-drive-letter-spacing);
383
491
  }
384
- }
385
492
 
386
- .data-02-tablet-drive,
387
- .tablet-data-l-drive {
388
- .font(var(--data-font-drive), 22px, 26px);
389
- }
493
+ .body-02-short-drive,
494
+ .body-m-400-short-drive {
495
+ .zenith-drive-font(@driver-font-family, @body-02-short-drive-font-mobile-size, @body-02-short-drive-line-height-mobile);
496
+ }
390
497
 
391
- .data-02-mobile-drive,
392
- .mobile-data-l-drive {
393
- .font(var(--data-font-drive), 20px, 24px);
394
- }
498
+ .body-02-tall-drive,
499
+ .body-m-400-tall-drive {
500
+ .zenith-drive-font(@driver-font-family, @body-02-tall-drive-font-mobile-size, @body-02-tall-drive-line-height-mobile);
501
+ }
395
502
 
396
- @media (max-width: 640px) {
397
- .tablet-data-l-drive {
398
- .font(var(--data-font-drive), 20px, 24px);
503
+ .body-03-drive,
504
+ .body-s-700-drive {
505
+ .zenith-drive-font(@driver-font-family, @drive-base-font-mobile-size, @line-height: @body-03-drive-line-height, @weight: @body-03-drive-weight);
399
506
  }
400
- }
401
507
 
402
- .data-03-tablet-drive,
403
- .tablet-data-m-drive {
404
- .font(var(--data-font-drive), 20px, 22px);
405
- }
508
+ .body-04-drive,
509
+ .body-s-400-drive {
510
+ .zenith-drive-font(@driver-font-family, @drive-base-font-mobile-size, @body-04-drive-line-height-mobile);
511
+ }
406
512
 
407
- .data-03-mobile-drive,
408
- .mobile-data-m-drive {
409
- .font(var(--data-font-drive), 16px, 21px);
410
- }
513
+ .body-05-drive,
514
+ .body-s-400-italic-drive {
515
+ .zenith-drive-font(@driver-font-family, @drive-base-font-mobile-size, @body-05-drive-line-height, @style: @body-05-drive-style);
516
+ }
411
517
 
412
- @media (max-width: 640px) {
413
- .tablet-data-m-drive {
414
- .font(var(--data-font-drive), 16px, 21px);
518
+ .heading-01-drive,
519
+ .heading-xl-300-drive {
520
+ .zenith-drive-font(@driver-font-family, @heading-01-drive-font-mobile-size, @heading-01-drive-line-height-mobile, @weight: @heading-01-drive-weight);
415
521
  }
416
- }
417
522
 
418
- .data-04-tablet-drive,
419
- .tablet-data-s-drive {
420
- .font(var(--data-font-drive), 18px, 26px);
421
- }
523
+ .heading-02-drive,
524
+ .heading-l-400-drive {
525
+ .zenith-drive-font(@driver-font-family, @heading-02-drive-font-mobile-size, @heading-02-drive-line-height-mobile);
526
+ }
422
527
 
423
- .data-04-mobile-drive,
424
- .mobile-data-s-drive {
425
- .font(var(--data-font-drive), 16px, 24px);
426
- }
528
+ .heading-03-drive,
529
+ .heading-m-300-drive {
530
+ .zenith-drive-font(@driver-font-family, @heading-03-drive-font-mobile-size, @heading-03-drive-mobile-line-height, @weight: @heading-01-drive-weight);
531
+ }
427
532
 
428
- @media (max-width: 640px) {
429
- .tablet-data-s-drive {
430
- .font(var(--data-font-drive), 16px, 24px);
533
+ .heading-04-drive,
534
+ .heading-m-500-drive {
535
+ .zenith-drive-font(@driver-font-family, @heading-04-drive-font-mobile-size, @heading-04-drive-mobile-line-height, @weight: @heading-04-drive-weight);
536
+ }
537
+
538
+ .heading-05-drive,
539
+ .heading-s-500-drive {
540
+ .zenith-drive-font(@driver-font-family, @heading-05-drive-font-mobile-size, @heading-05-drive-mobile-line-height, @heading-05-drive-letter-spacing, @weight: @heading-04-drive-weight);
541
+ }
542
+
543
+ .heading-07-drive,
544
+ .heading-s-300-drive {
545
+ .zenith-drive-font(@driver-font-family, @heading-07-drive-font-mobile-size, @heading-07-drive-mobile-line-height, @heading-05-drive-letter-spacing, @weight: @heading-01-drive-weight);
546
+ }
547
+
548
+ .data-01-drive,
549
+ .data-xl-drive {
550
+ .zenith-drive-font(@driver-font-family, @data-01-drive-mobile-size, @data-01-drive-mobile-line-height);
551
+ }
552
+
553
+ .data-02-drive,
554
+ .data-l-drive {
555
+ .zenith-drive-font(@driver-font-family, @data-02-drive-mobile-size, @data-02-drive-mobile-line-height);
556
+ }
557
+
558
+ .data-03-drive,
559
+ .data-m-drive {
560
+ .zenith-drive-font(@driver-font-family, @data-03-drive-mobile-size, @data-03-drive-mobile-line-height);
561
+ }
562
+
563
+ .data-04-drive,
564
+ .data-s-drive {
565
+ .zenith-drive-font(@driver-font-family, @data-04-drive-mobile-size, @data-04-drive-mobile-line-height);
431
566
  }
432
567
  }