@rio-cloud/rio-uikit 0.16.1-beta.24 → 0.16.2-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 (292) hide show
  1. package/AutoSuggest.d.ts +6 -5
  2. package/Bar.d.ts +4 -1
  3. package/Carousel.d.ts +2 -0
  4. package/ColorScheme.d.ts +4 -0
  5. package/ColorScheme.js +2 -0
  6. package/Colors.js +1 -1
  7. package/ConfirmationDialog.d.ts +8 -1
  8. package/ContentLoader.d.ts +4 -1
  9. package/ExpanderList.d.ts +5 -5
  10. package/Fade.d.ts +10 -1
  11. package/FilePicker.d.ts +5 -1
  12. package/ListMenu.d.ts +6 -5
  13. package/Map.d.ts +10 -7
  14. package/MediaDialog.d.ts +8 -4
  15. package/MenuItem.d.ts +1 -1
  16. package/Multiselect.d.ts +11 -4
  17. package/NumberControl.d.ts +4 -1
  18. package/NumberInput.d.ts +4 -1
  19. package/OnboardingTip.d.ts +26 -1
  20. package/OverlayTrigger.d.ts +25 -1
  21. package/Popover.d.ts +7 -1
  22. package/Resizer.d.ts +9 -1
  23. package/ResponsiveVideo.d.ts +4 -1
  24. package/RuleConnector.d.ts +5 -1
  25. package/SaveDialog.d.ts +8 -1
  26. package/Select.d.ts +5 -5
  27. package/Sidebar.d.ts +7 -1
  28. package/SimpleDialog.d.ts +8 -1
  29. package/SimpleTooltip.d.ts +25 -1
  30. package/SplitDialog.d.ts +8 -1
  31. package/SteppedProgressBar.d.ts +5 -1
  32. package/Switch.d.ts +4 -1
  33. package/TagManager.d.ts +5 -5
  34. package/Tooltip.d.ts +28 -1
  35. package/components/charts/chartHelper.js +1 -1
  36. package/components/dropdown/ButtonDropdown.js +9 -3
  37. package/components/mapMarker/ClusterMapMarker.js +2 -2
  38. package/components/mapMarker/SingleMapMarker.js +2 -2
  39. package/components/rules/RuleConnector.js +4 -1
  40. package/components/selects/BaseDropdownMenu.js +40 -26
  41. package/components/selects/Multiselect.js +5 -3
  42. package/components/selects/Select.js +7 -5
  43. package/components/sidebars/Sidebar.js +1 -1
  44. package/framer-motion.d.ts +1 -0
  45. package/hooks/useScrollPosition.js +72 -0
  46. package/index.js +4 -1
  47. package/lib/es/AutoSuggest.d.ts +6 -5
  48. package/lib/es/Bar.d.ts +4 -1
  49. package/lib/es/Carousel.d.ts +2 -0
  50. package/lib/es/ColorScheme.d.ts +4 -0
  51. package/lib/es/ColorScheme.js +18 -0
  52. package/lib/es/Colors.js +1 -1
  53. package/lib/es/ConfirmationDialog.d.ts +8 -1
  54. package/lib/es/ContentLoader.d.ts +4 -1
  55. package/lib/es/ExpanderList.d.ts +5 -5
  56. package/lib/es/Fade.d.ts +10 -1
  57. package/lib/es/FilePicker.d.ts +5 -1
  58. package/lib/es/ListMenu.d.ts +6 -5
  59. package/lib/es/Map.d.ts +10 -7
  60. package/lib/es/MediaDialog.d.ts +8 -4
  61. package/lib/es/MenuItem.d.ts +1 -1
  62. package/lib/es/Multiselect.d.ts +11 -4
  63. package/lib/es/NumberControl.d.ts +4 -1
  64. package/lib/es/NumberInput.d.ts +4 -1
  65. package/lib/es/OnboardingTip.d.ts +26 -1
  66. package/lib/es/OverlayTrigger.d.ts +25 -1
  67. package/lib/es/Popover.d.ts +7 -1
  68. package/lib/es/Resizer.d.ts +9 -1
  69. package/lib/es/ResponsiveVideo.d.ts +4 -1
  70. package/lib/es/RuleConnector.d.ts +5 -1
  71. package/lib/es/SaveDialog.d.ts +8 -1
  72. package/lib/es/Select.d.ts +5 -5
  73. package/lib/es/Sidebar.d.ts +7 -1
  74. package/lib/es/SimpleDialog.d.ts +8 -1
  75. package/lib/es/SimpleTooltip.d.ts +25 -1
  76. package/lib/es/SplitDialog.d.ts +8 -1
  77. package/lib/es/SteppedProgressBar.d.ts +5 -1
  78. package/lib/es/Switch.d.ts +4 -1
  79. package/lib/es/TagManager.d.ts +5 -5
  80. package/lib/es/Tooltip.d.ts +28 -1
  81. package/lib/es/components/charts/chartHelper.js +1 -1
  82. package/lib/es/components/dropdown/ButtonDropdown.js +9 -3
  83. package/lib/es/components/mapMarker/ClusterMapMarker.js +2 -2
  84. package/lib/es/components/mapMarker/SingleMapMarker.js +2 -2
  85. package/lib/es/components/rules/RuleConnector.js +4 -1
  86. package/lib/es/components/selects/BaseDropdownMenu.js +40 -26
  87. package/lib/es/components/selects/Multiselect.js +5 -3
  88. package/lib/es/components/selects/Select.js +7 -5
  89. package/lib/es/components/sidebars/Sidebar.js +1 -1
  90. package/lib/es/framer-motion.d.ts +1 -0
  91. package/lib/es/hooks/useScrollPosition.js +80 -0
  92. package/lib/es/index.js +24 -1
  93. package/lib/es/styles/components/Activity.less +9 -10
  94. package/lib/es/styles/components/ApplicationHeader.less +24 -29
  95. package/lib/es/styles/components/ApplicationLayout.less +7 -7
  96. package/lib/es/styles/components/AssetTree.less +30 -28
  97. package/lib/es/styles/components/AutoSuggest.less +2 -2
  98. package/lib/es/styles/components/BottomSheet.less +1 -2
  99. package/lib/es/styles/components/Carousel.less +13 -9
  100. package/lib/es/styles/components/Checkbox.less +15 -16
  101. package/lib/es/styles/components/ClearableInput.less +3 -3
  102. package/lib/es/styles/components/Counter.less +12 -12
  103. package/lib/es/styles/components/DataTabs.less +2 -2
  104. package/lib/es/styles/components/DatePicker.less +27 -27
  105. package/lib/es/styles/components/Dialog.less +15 -11
  106. package/lib/es/styles/components/Dropdown.less +22 -13
  107. package/lib/es/styles/components/Expander.less +7 -7
  108. package/lib/es/styles/components/ListMenu.less +8 -8
  109. package/lib/es/styles/components/MapHere.less +3 -2
  110. package/lib/es/styles/components/MapMarker.less +16 -17
  111. package/lib/es/styles/components/MapSettings.less +5 -5
  112. package/lib/es/styles/components/NoData.less +1 -1
  113. package/lib/es/styles/components/Notification.less +12 -12
  114. package/lib/es/styles/components/RadioButton.less +11 -12
  115. package/lib/es/styles/components/Resizer.less +1 -1
  116. package/lib/es/styles/components/Select.less +21 -32
  117. package/lib/es/styles/components/Sidebar.less +29 -21
  118. package/lib/es/styles/components/Slider.less +18 -18
  119. package/lib/es/styles/components/Spinner.less +6 -6
  120. package/lib/es/styles/components/StatsWidget.less +5 -5
  121. package/lib/es/styles/components/SteppedProgressBar.less +32 -29
  122. package/lib/es/styles/components/SupportMarker.less +1 -1
  123. package/lib/es/styles/components/Switch.less +8 -8
  124. package/lib/es/styles/components/TableSettingsDialog.less +7 -7
  125. package/lib/es/styles/components/TableToolbar.less +1 -1
  126. package/lib/es/styles/components/Tag.less +10 -10
  127. package/lib/es/styles/components/Timeline.less +3 -3
  128. package/lib/es/styles/components/Tooltip.less +10 -10
  129. package/lib/es/styles/design/badges.less +10 -10
  130. package/lib/es/styles/design/border.less +1 -1
  131. package/lib/es/styles/design/breadcrumbs.less +2 -2
  132. package/lib/es/styles/design/button-groups.less +25 -1
  133. package/lib/es/styles/design/buttons.less +53 -109
  134. package/lib/es/styles/design/callouts.less +3 -3
  135. package/lib/es/styles/design/code.less +4 -6
  136. package/lib/es/styles/design/colors.less +20 -20
  137. package/lib/es/styles/design/fonts.less +23 -23
  138. package/lib/es/styles/design/form-input-groups.less +4 -4
  139. package/lib/es/styles/design/form-inputs.less +33 -31
  140. package/lib/es/styles/design/images.less +2 -2
  141. package/lib/es/styles/design/labels.less +11 -11
  142. package/lib/es/styles/design/list-group.less +14 -12
  143. package/lib/es/styles/design/navs.less +27 -27
  144. package/lib/es/styles/design/normalize.less +0 -11
  145. package/lib/es/styles/design/pagination.less +10 -10
  146. package/lib/es/styles/design/panels.less +10 -10
  147. package/lib/es/styles/design/popovers.less +8 -8
  148. package/lib/es/styles/design/progress-bars.less +8 -8
  149. package/lib/es/styles/design/responsive/flexgrid.less +4 -6
  150. package/lib/es/styles/design/responsive/sizing.less +3 -0
  151. package/lib/es/styles/design/shadows.less +14 -7
  152. package/lib/es/styles/design/tables.less +68 -106
  153. package/lib/es/styles/design/text.less +5 -19
  154. package/lib/es/styles/design/theme.less +10 -10
  155. package/lib/es/styles/design/thumbnails.less +2 -2
  156. package/lib/es/styles/design/type.less +4 -4
  157. package/lib/es/styles/design/wells.less +1 -1
  158. package/lib/es/styles/mapping/color-map.less +65 -64
  159. package/lib/es/styles/mixins/_imports.less +14 -0
  160. package/lib/es/styles/mixins/buttons.less +24 -56
  161. package/lib/es/styles/mixins/forms.less +19 -55
  162. package/lib/es/styles/mixins/hsl.less +19 -0
  163. package/lib/es/styles/mixins/panels.less +2 -2
  164. package/lib/es/styles/print/print.less +7 -7
  165. package/lib/es/styles/rio-uikit-core.less +2 -2
  166. package/lib/es/styles/rio-uikit-print-utilities.less +2 -2
  167. package/lib/es/styles/rio-uikit-responsive-utilities.less +2 -2
  168. package/lib/es/styles/variables/_index.less +196 -0
  169. package/lib/es/styles/variables/colors.json +67 -0
  170. package/lib/es/styles/variables/concated_css_variables.less +66 -0
  171. package/lib/es/styles/variables/dark_colors.less +88 -0
  172. package/lib/es/styles/variables/dark_css_variables.less +28 -0
  173. package/lib/es/styles/variables/dark_css_variables_map.less +96 -0
  174. package/lib/es/styles/variables/light_colors.less +92 -0
  175. package/lib/es/styles/variables/light_css_variables.less +17 -0
  176. package/lib/es/styles/variables/light_css_variables_map.less +100 -0
  177. package/lib/es/styles/variables/screens.less +7 -0
  178. package/lib/es/styles/variables/text.less +23 -0
  179. package/lib/es/themes/BuyButton/styles/rio-buyButton.less +13 -8
  180. package/lib/es/themes/MAN/styles/man-uikit.less +3 -0
  181. package/lib/es/themes/SCANIA/styles/scania-uikit.less +3 -0
  182. package/lib/es/themes/Volkswagen/styles/vw-uikit.less +21 -30
  183. package/lib/es/themes/Website/styles/rio-website.less +145 -120
  184. package/lib/es/themes/Xmas/styles/rio-xmas.less +59 -29
  185. package/lib/es/types.ts +20 -16
  186. package/lib/es/useScrollPosition.d.ts +4 -0
  187. package/lib/es/{BoxConnector.js → useScrollPosition.js} +2 -2
  188. package/lib/es/utils/colorScheme.js +57 -0
  189. package/lib/es/utils/init.js +2 -0
  190. package/lib/es/version.json +1 -1
  191. package/package.json +6 -4
  192. package/styles/components/Activity.less +9 -10
  193. package/styles/components/ApplicationHeader.less +24 -29
  194. package/styles/components/ApplicationLayout.less +7 -7
  195. package/styles/components/AssetTree.less +30 -28
  196. package/styles/components/AutoSuggest.less +2 -2
  197. package/styles/components/BottomSheet.less +1 -2
  198. package/styles/components/Carousel.less +13 -9
  199. package/styles/components/Checkbox.less +15 -16
  200. package/styles/components/ClearableInput.less +3 -3
  201. package/styles/components/Counter.less +12 -12
  202. package/styles/components/DataTabs.less +2 -2
  203. package/styles/components/DatePicker.less +27 -27
  204. package/styles/components/Dialog.less +15 -11
  205. package/styles/components/Dropdown.less +22 -13
  206. package/styles/components/Expander.less +7 -7
  207. package/styles/components/ListMenu.less +8 -8
  208. package/styles/components/MapHere.less +3 -2
  209. package/styles/components/MapMarker.less +16 -17
  210. package/styles/components/MapSettings.less +5 -5
  211. package/styles/components/NoData.less +1 -1
  212. package/styles/components/Notification.less +12 -12
  213. package/styles/components/RadioButton.less +11 -12
  214. package/styles/components/Resizer.less +1 -1
  215. package/styles/components/Select.less +21 -32
  216. package/styles/components/Sidebar.less +29 -21
  217. package/styles/components/Slider.less +18 -18
  218. package/styles/components/Spinner.less +6 -6
  219. package/styles/components/StatsWidget.less +5 -5
  220. package/styles/components/SteppedProgressBar.less +32 -29
  221. package/styles/components/SupportMarker.less +1 -1
  222. package/styles/components/Switch.less +8 -8
  223. package/styles/components/TableSettingsDialog.less +7 -7
  224. package/styles/components/TableToolbar.less +1 -1
  225. package/styles/components/Tag.less +10 -10
  226. package/styles/components/Timeline.less +3 -3
  227. package/styles/components/Tooltip.less +10 -10
  228. package/styles/design/badges.less +10 -10
  229. package/styles/design/border.less +1 -1
  230. package/styles/design/breadcrumbs.less +2 -2
  231. package/styles/design/button-groups.less +25 -1
  232. package/styles/design/buttons.less +53 -109
  233. package/styles/design/callouts.less +3 -3
  234. package/styles/design/code.less +4 -6
  235. package/styles/design/colors.less +20 -20
  236. package/styles/design/fonts.less +23 -23
  237. package/styles/design/form-input-groups.less +4 -4
  238. package/styles/design/form-inputs.less +33 -31
  239. package/styles/design/images.less +2 -2
  240. package/styles/design/labels.less +11 -11
  241. package/styles/design/list-group.less +14 -12
  242. package/styles/design/navs.less +27 -27
  243. package/styles/design/normalize.less +0 -11
  244. package/styles/design/pagination.less +10 -10
  245. package/styles/design/panels.less +10 -10
  246. package/styles/design/popovers.less +8 -8
  247. package/styles/design/progress-bars.less +8 -8
  248. package/styles/design/responsive/flexgrid.less +4 -6
  249. package/styles/design/responsive/sizing.less +3 -0
  250. package/styles/design/shadows.less +14 -7
  251. package/styles/design/tables.less +68 -106
  252. package/styles/design/text.less +5 -19
  253. package/styles/design/theme.less +10 -10
  254. package/styles/design/thumbnails.less +2 -2
  255. package/styles/design/type.less +4 -4
  256. package/styles/design/wells.less +1 -1
  257. package/styles/mapping/color-map.less +65 -64
  258. package/styles/mixins/_imports.less +14 -0
  259. package/styles/mixins/buttons.less +24 -56
  260. package/styles/mixins/forms.less +19 -55
  261. package/styles/mixins/hsl.less +19 -0
  262. package/styles/mixins/panels.less +2 -2
  263. package/styles/print/print.less +7 -7
  264. package/styles/rio-uikit-core.less +2 -2
  265. package/styles/rio-uikit-print-utilities.less +2 -2
  266. package/styles/rio-uikit-responsive-utilities.less +2 -2
  267. package/styles/variables/_index.less +196 -0
  268. package/styles/variables/colors.json +67 -0
  269. package/styles/variables/concated_css_variables.less +66 -0
  270. package/styles/variables/dark_colors.less +88 -0
  271. package/styles/variables/dark_css_variables.less +28 -0
  272. package/styles/variables/dark_css_variables_map.less +96 -0
  273. package/styles/variables/light_colors.less +92 -0
  274. package/styles/variables/light_css_variables.less +17 -0
  275. package/styles/variables/light_css_variables_map.less +100 -0
  276. package/styles/variables/screens.less +7 -0
  277. package/styles/variables/text.less +23 -0
  278. package/themes/BuyButton/styles/rio-buyButton.less +13 -8
  279. package/themes/MAN/styles/man-uikit.less +3 -0
  280. package/themes/SCANIA/styles/scania-uikit.less +3 -0
  281. package/themes/Volkswagen/styles/vw-uikit.less +21 -30
  282. package/themes/Website/styles/rio-website.less +145 -120
  283. package/themes/Xmas/styles/rio-xmas.less +59 -29
  284. package/types.ts +20 -16
  285. package/useScrollPosition.d.ts +4 -0
  286. package/useScrollPosition.js +2 -0
  287. package/utils/colorScheme.js +48 -0
  288. package/utils/init.js +2 -0
  289. package/version.json +1 -1
  290. package/BoxConnector.js +0 -2
  291. package/components/boxConnector/BoxConnector.js +0 -40
  292. package/lib/es/components/boxConnector/BoxConnector.js +0 -48
@@ -1,5 +1,7 @@
1
- @asset-tree-shadow-color: rgba(0, 0, 0, 0.1);
1
+ @asset-tree-shadow-color: .hsla(@always-color-black-hsl, 0.1)[@result];
2
2
  @asset-tree-collapsed-width: 50px;
3
+ @asset-tree-sidebar-bg: @always-color-black;
4
+ @asset-tree-sidebar-icon-color: @always-color-white;
3
5
 
4
6
  // font-weight hotfix old tree
5
7
  .ObjectTree {
@@ -9,7 +11,7 @@
9
11
  .AssetTree {
10
12
  position: relative;
11
13
  height: 100%;
12
- background-color: @color-white;
14
+ background-color: var(--color-white);
13
15
 
14
16
  &Content {
15
17
  display: flex;
@@ -17,7 +19,7 @@
17
19
  }
18
20
 
19
21
  .TreeSidebar {
20
- background: @color-black;
22
+ background: @asset-tree-sidebar-bg;
21
23
  display: flex;
22
24
  flex-direction: column;
23
25
  min-width: @asset-tree-collapsed-width;
@@ -31,7 +33,7 @@
31
33
  width: @asset-tree-collapsed-width;
32
34
 
33
35
  .rioglyph {
34
- color: @color-white;
36
+ color: @asset-tree-sidebar-icon-color;
35
37
  font-size: 18px;
36
38
  height: @asset-tree-collapsed-width;
37
39
  line-height: @asset-tree-collapsed-width;
@@ -70,7 +72,7 @@
70
72
 
71
73
  li {
72
74
  align-items: center;
73
- color: @color-white;
75
+ color: @asset-tree-sidebar-icon-color;
74
76
  cursor: pointer;
75
77
  display: flex;
76
78
  font-size: 30px;
@@ -93,7 +95,7 @@
93
95
  }
94
96
 
95
97
  &.active {
96
- color: @color-white;
98
+ color: @asset-tree-sidebar-icon-color;
97
99
 
98
100
  &:before, &:after {
99
101
  border-color: transparent;
@@ -109,12 +111,12 @@
109
111
  }
110
112
 
111
113
  &:before {
112
- border-right-color: @color-black;
114
+ border-right-color: @asset-tree-sidebar-bg;
113
115
  right: 1px;
114
116
  }
115
117
 
116
118
  &:after {
117
- border-right-color: @color-white;
119
+ border-right-color: var(--color-white);
118
120
  right: 0;
119
121
  }
120
122
 
@@ -125,9 +127,9 @@
125
127
 
126
128
  &.selected {
127
129
  .selection-bubble:after {
128
- background: @brand-primary;
130
+ background: var(--brand-primary);
129
131
  border-radius: @border-radius-round;
130
- border: 2px solid @color-black;
132
+ border: 2px solid var(--color-black);
131
133
  content: '';
132
134
  height: 14px;
133
135
  position: absolute;
@@ -144,7 +146,7 @@
144
146
  position: absolute;
145
147
  height: 100%;
146
148
  width: 0;
147
- border: 1px dashed @gray-darkest;
149
+ border: 1px dashed var(--gray-darkest);
148
150
  opacity: 0.2;
149
151
  pointer-events: none;
150
152
  }
@@ -153,12 +155,12 @@
153
155
  .ApplicationLayoutSidebar:not(.right) & {
154
156
  float: left;
155
157
  left: 0;
156
- box-shadow: 1px 0 0 0 @gray-light;
158
+ box-shadow: 1px 0 0 0 var(--gray-light);
157
159
  }
158
160
 
159
161
  .ApplicationLayoutSidebar.right & {
160
162
  float: right;
161
- box-shadow: -1px 0 0 0 @gray-light;
163
+ box-shadow: -1px 0 0 0 var(--gray-light);
162
164
  }
163
165
  }
164
166
 
@@ -179,25 +181,25 @@
179
181
 
180
182
  html:not(.ua-desktop) & {
181
183
  .TreeSidebar {
182
- background: @gray-lightest;
183
- box-shadow: inset -1px 0 @gray-light;
184
+ background: var(--gray-lightest);
185
+ box-shadow: inset -1px 0 var(--gray-light);
184
186
  }
185
187
 
186
188
  &.closed {
187
189
  .TreeSidebar {
188
- background: @color-white;
190
+ background: var(--color-white);
189
191
  }
190
192
  }
191
193
 
192
194
  .TreeSidebarToggle {
193
195
  .rioglyph {
194
- color: @color-black;
196
+ color: var(--color-black);
195
197
  }
196
198
  }
197
199
 
198
200
  .TreeSidebarNavigation {
199
201
  li {
200
- color: @color-black;
202
+ color: var(--color-black);
201
203
 
202
204
  .rioglyph {
203
205
  opacity: 0.5;
@@ -205,11 +207,11 @@
205
207
 
206
208
  &.active {
207
209
  &:before {
208
- border-right-color: @gray-light;
210
+ border-right-color: var(--gray-light);
209
211
  }
210
212
 
211
213
  &:after {
212
- border-right-color: @color-white;
214
+ border-right-color: var(--color-white);
213
215
  }
214
216
 
215
217
  .rioglyph {
@@ -219,7 +221,7 @@
219
221
 
220
222
  &.selected {
221
223
  .selection-bubble:after {
222
- border: 2px solid @gray-lightest;
224
+ border: 2px solid var(--gray-lightest);
223
225
  }
224
226
  }
225
227
  }
@@ -229,11 +231,11 @@
229
231
 
230
232
  // TREE
231
233
  .TreeHeader {
232
- background: @color-white;
234
+ background: var(--color-white);
233
235
  position: sticky;
234
236
  top: 0;
235
237
  z-index: 1;
236
- border-bottom: 1px solid @gray-light;
238
+ border-bottom: 1px solid var(--gray-light);
237
239
 
238
240
  .TreeHead {
239
241
  min-height: 50px;
@@ -304,13 +306,13 @@
304
306
 
305
307
  .TreeNode,
306
308
  .TreeLeaf {
307
- background: @color-white;
308
- border-bottom: 1px solid @gray-lighter;
309
+ background: var(--color-white);
310
+ border-bottom: 1px solid var(--gray-lighter);
309
311
  display: flex;
310
312
  padding: 0 10px 0 15px;
311
313
 
312
314
  &:hover {
313
- background-color: @gray-lightest;
315
+ background-color: var(--gray-lightest);
314
316
  }
315
317
 
316
318
  &.active {
@@ -365,7 +367,7 @@
365
367
 
366
368
  .TreeLabelNameTextSubline {
367
369
  font-size: 12px;
368
- color: @gray;
370
+ color: var(--gray);
369
371
  }
370
372
  }
371
373
 
@@ -384,7 +386,7 @@
384
386
  }
385
387
 
386
388
  .TreeLabelExpander {
387
- color: @gray-dark;
389
+ color: var(--gray-dark);
388
390
  position: absolute;
389
391
  right: 5px;
390
392
  top: 50%;
@@ -11,8 +11,8 @@
11
11
  overflow-y: auto;
12
12
 
13
13
  > .active {
14
- color: @color-white;
15
- background-color: @brand-primary;
14
+ color: var(--color-white);
15
+ background-color: var(--brand-primary);
16
16
  }
17
17
 
18
18
  > li > a {
@@ -9,6 +9,5 @@
9
9
  position: absolute;
10
10
  inset: 0;
11
11
  z-index: @z-index-bottom-sheet - 1;
12
- background: #000000;
13
- opacity: 50%;
12
+ background: .hsla(@always-color-black-hsl, 0.5)[@result];
14
13
  }
@@ -77,7 +77,7 @@
77
77
  .carousel-control-prev {
78
78
  align-items: center;
79
79
  bottom: 0;
80
- color: @color-white;
80
+ color: var(--color-white);
81
81
  display: flex;
82
82
  justify-content: center;
83
83
  opacity: .5;
@@ -98,7 +98,7 @@
98
98
  .carousel-control-prev {
99
99
  &:focus,
100
100
  &:hover {
101
- color: @color-white;
101
+ color: var(--color-white);
102
102
  opacity: .9;
103
103
  outline: 0;
104
104
  text-decoration: none !important;
@@ -121,7 +121,7 @@
121
121
  .carousel-control-next-icon {
122
122
  align-items: center;
123
123
  border-radius: @border-radius-round;
124
- color: @gray-dark;
124
+ color: var(--gray-dark);
125
125
  display: flex;
126
126
  height: 60px;
127
127
  justify-content: center;
@@ -134,7 +134,7 @@
134
134
  }
135
135
 
136
136
  &:hover {
137
- background: fade(@gray-darkest, 10%);
137
+ background: .hsla(@gray-darkest-hsl, 0.1)[@result];
138
138
  }
139
139
  }
140
140
 
@@ -161,9 +161,9 @@
161
161
  z-index: 15;
162
162
 
163
163
  li {
164
- background: @color-white;
164
+ background: var(--color-white);
165
165
  border-radius: @border-radius-sm;
166
- border: 1px solid @brand-primary;
166
+ border: 1px solid var(--brand-primary);
167
167
  display: inline-block;
168
168
  height: 10px;
169
169
  margin: 0 2px;
@@ -175,7 +175,7 @@
175
175
  }
176
176
 
177
177
  &.active {
178
- background: @brand-primary;
178
+ background: var(--brand-primary);
179
179
  }
180
180
 
181
181
  @media (prefers-reduced-motion:reduce) {
@@ -185,14 +185,18 @@
185
185
  }
186
186
 
187
187
  .carousel-caption {
188
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
189
188
  bottom: 0;
190
- color: @gray-darkest;
189
+ color: var(--gray-darkest);
191
190
  left: 0;
192
191
  padding: 20px 20px 10px 20px;
193
192
  position: absolute;
194
193
  right: 0;
195
194
  text-align: center;
195
+ background: linear-gradient(
196
+ 0deg,
197
+ .hsla(@color-white-hsl, 0.8)[@result],
198
+ .hsla(@color-white-hsl, 0)[@result],
199
+ );
196
200
  }
197
201
 
198
202
  .carousel {
@@ -1,9 +1,8 @@
1
1
  @dim-checkbox-size-default: 16px;
2
2
  @dim-checkbox-size-lg: 20px;
3
- @color-disabled-inverted: darken(@gray-darker, 20%);
4
3
 
5
4
  .checkbox {
6
- color: @gray-darkest;
5
+ color: var(--gray-darkest);
7
6
  cursor: pointer;
8
7
  font-size: @font-size-default;
9
8
  margin-bottom: 0;
@@ -33,7 +32,7 @@
33
32
 
34
33
  // use tag name for being stronger than the checked style and to avoid using important
35
34
  input[type='checkbox'] + .checkbox-text:before {
36
- border-color: @gray-darker;
35
+ border-color: var(--gray-darker);
37
36
  }
38
37
  }
39
38
 
@@ -73,7 +72,7 @@
73
72
  -webkit-font-smoothing: antialiased;
74
73
  background-color: transparent;
75
74
  border-radius: @border-radius-sm;
76
- border: 1px solid @gray;
75
+ border: 1px solid var(--gray);
77
76
  display: block;
78
77
  font-family: @icon-font-name;
79
78
  font-style: normal;
@@ -120,12 +119,12 @@
120
119
  }
121
120
 
122
121
  .rioglyph {
123
- color: @gray;
122
+ color: var(--gray);
124
123
  display: block;
125
124
  }
126
125
 
127
126
  .checkbox-label {
128
- color: @gray-darkest;
127
+ color: var(--gray-darkest);
129
128
  }
130
129
  }
131
130
 
@@ -140,9 +139,9 @@
140
139
  align-items: center;
141
140
  justify-content: center;
142
141
  font-size: 88%;
143
- color: @color-white;
144
- border-color: @brand-primary;
145
- background-color: @brand-primary;
142
+ color: var(--color-white);
143
+ border-color: var(--brand-primary);
144
+ background-color: var(--brand-primary);
146
145
  animation: checkbox-tick 100ms ease-in;
147
146
  }
148
147
  }
@@ -150,7 +149,7 @@
150
149
  + .checkbox-icon {
151
150
  .rioglyph {
152
151
  animation: checkbox-tick 100ms ease-in;
153
- color: @brand-primary;
152
+ color: var(--brand-primary);
154
153
  }
155
154
  }
156
155
  }
@@ -161,13 +160,13 @@
161
160
 
162
161
  // Define style for 'diabled' state
163
162
  &:disabled + .checkbox-text {
164
- //color: @gray-light;
163
+ //color: var(--gray-light);
165
164
  opacity: 0.5;
166
165
  cursor: not-allowed;
167
166
 
168
167
  &:before {
169
- border-color: @gray-light;
170
- background-color: @gray-light;
168
+ border-color: var(--gray-light);
169
+ background-color: var(--gray-light);
171
170
  }
172
171
  }
173
172
 
@@ -176,9 +175,9 @@
176
175
  &:indeterminate + .checkbox-text:before {
177
176
  .rioglyph();
178
177
  content: @rioglyph-minus-light;
179
- color: @brand-primary;
180
- border-color: @brand-primary;
181
- background-color: @color-white;
178
+ color: var(--brand-primary);
179
+ border-color: var(--brand-primary);
180
+ background-color: var(--color-white);
182
181
  }
183
182
 
184
183
  // Define colors for error case
@@ -89,10 +89,10 @@
89
89
  // The inputClearButton class is used for multiple inputs such as clearableInput, DateRangePicker...
90
90
  .inputClearButton {
91
91
  align-items: center;
92
- background: @color-white;
92
+ background: var(--color-white);
93
93
  border-radius: @border-radius-default;
94
94
  bottom: 2px;
95
- color: @gray;
95
+ color: var(--gray);
96
96
  cursor: pointer;
97
97
  display: flex;
98
98
  justify-content: flex-start;
@@ -112,7 +112,7 @@
112
112
  }
113
113
 
114
114
  &:hover {
115
- color: darken(@gray, 20%);
115
+ color: .hslb(@gray-hsl, '-', '20%')[@result];
116
116
  }
117
117
 
118
118
  > .clearButtonIcon {
@@ -87,16 +87,16 @@
87
87
  &.color-gray {
88
88
  > * {
89
89
  &:before {
90
- color: @gray;
91
- border-color: @gray;
90
+ color: var(--gray);
91
+ border-color: var(--gray);
92
92
  }
93
93
  }
94
94
  &.filled {
95
95
  > * {
96
96
  &:before {
97
- background-color: @gray;
97
+ background-color: var(--gray);
98
98
  border: none;
99
- color: @color-white;
99
+ color: var(--color-white);
100
100
  }
101
101
  }
102
102
  }
@@ -106,16 +106,16 @@
106
106
  &.color-primary {
107
107
  > * {
108
108
  &:before {
109
- color: @brand-primary;
110
- border-color: @brand-primary;
109
+ color: var(--brand-primary);
110
+ border-color: var(--brand-primary);
111
111
  }
112
112
  }
113
113
  &.filled {
114
114
  > * {
115
115
  &:before {
116
- background-color: @brand-primary;
116
+ background-color: var(--brand-primary);
117
117
  border: none;
118
- color: @color-white;
118
+ color: var(--color-white);
119
119
  }
120
120
  }
121
121
  }
@@ -125,16 +125,16 @@
125
125
  &.color-secondary {
126
126
  > * {
127
127
  &:before {
128
- color: @brand-secondary;
129
- border-color: @brand-secondary;
128
+ color: var(--brand-secondary);
129
+ border-color: var(--brand-secondary);
130
130
  }
131
131
  }
132
132
  &.filled {
133
133
  > * {
134
134
  &:before {
135
- background-color: @brand-secondary;
135
+ background-color: var(--brand-secondary);
136
136
  border: none;
137
- color: @color-white;
137
+ color: var(--color-white);
138
138
  }
139
139
  }
140
140
  }
@@ -29,7 +29,7 @@
29
29
  }
30
30
 
31
31
  .DataTabsWrapper {
32
- background: @color-white;
32
+ background: var(--color-white);
33
33
  overflow-x: auto;
34
34
  overflow-y: hidden;
35
35
  padding-bottom: 8px;
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  .arrow {
72
- background-color: @color-highlight-dark;
72
+ background-color: var(--color-highlight-dark);
73
73
  bottom: 0;
74
74
  display: block;
75
75
  height: @dim-dataTabs-arrow;
@@ -8,9 +8,9 @@
8
8
 
9
9
  .rdtPicker {
10
10
  &:extend(.shadow-smooth-to-bottom);
11
- background: @color-white;
11
+ background: var(--color-white);
12
12
  border-radius: @border-radius-default;
13
- border: 1px solid @gray-light;
13
+ border: 1px solid var(--gray-light);
14
14
  display: none;
15
15
  margin-top: 1px;
16
16
  padding: 8px;
@@ -51,7 +51,7 @@
51
51
 
52
52
  &.rdtNew,
53
53
  &.rdtOld {
54
- color: @gray-light;
54
+ color: var(--gray-light);
55
55
  }
56
56
 
57
57
  //.rdtTimeToggle:hover,
@@ -59,7 +59,7 @@
59
59
  &.rdtHour:hover,
60
60
  &.rdtMinute:hover,
61
61
  &.rdtSecond:hover {
62
- background: @color-highlight-lightest;
62
+ background: var(--color-highlight-lightest);
63
63
  cursor: pointer;
64
64
  }
65
65
 
@@ -71,7 +71,7 @@
71
71
 
72
72
  &:hover,
73
73
  &:hover {
74
- background: @color-highlight-lightest;
74
+ background: var(--color-highlight-lightest);
75
75
  }
76
76
  }
77
77
 
@@ -79,9 +79,9 @@
79
79
  position: relative;
80
80
 
81
81
  &:before {
82
- border-bottom: 7px solid @color-highlight;
82
+ border-bottom: 7px solid var(--color-highlight);
83
83
  border-left: 7px solid transparent;
84
- border-top-color: rgba(0, 0, 0, 0.2);
84
+ border-top-color: .hsla(@always-color-black-hsl, 0.2)[@result];
85
85
  bottom: 4px;
86
86
  content: '';
87
87
  display: inline-block;
@@ -92,38 +92,38 @@
92
92
 
93
93
  &.rdtActive,
94
94
  &.rdtActive:hover {
95
- background-color: @color-highlight;
96
- color: @color-white;
97
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
95
+ background-color: var(--color-highlight);
96
+ color: var(--color-white);
97
+ text-shadow: 0 -1px 0 .hsla(@always-color-black-hsl, 0.25)[@result];
98
98
  }
99
99
 
100
100
  &.rdtActive.rdtToday:before {
101
- border-bottom-color: @color-white;
101
+ border-bottom-color: var(--color-white);
102
102
  }
103
103
 
104
104
  &.rdtDisabled,
105
105
  &.rdtDisabled:hover {
106
106
  background: none !important;
107
- color: @gray-light;
107
+ color: var(--gray-light);
108
108
  cursor: not-allowed;
109
109
  }
110
110
 
111
111
  span {
112
112
  &.rdtOld {
113
- color: @color-highlight-light;
113
+ color: var(--color-highlight)-light;
114
114
  }
115
115
 
116
116
  &.rdtDisabled,
117
117
  &.rdtDisabled:hover {
118
118
  background: none !important;
119
- color: @gray-light;
119
+ color: var(--gray-light);
120
120
  cursor: not-allowed;
121
121
  }
122
122
  }
123
123
  }
124
124
 
125
125
  th {
126
- // border-bottom: 1px solid @gray-light;
126
+ // border-bottom: 1px solid var(--gray-light);
127
127
  border-radius: @border-radius-default;
128
128
 
129
129
  .rdtSwitch {
@@ -139,7 +139,7 @@
139
139
  &.rdtDisabled,
140
140
  &.rdtDisabled:hover {
141
141
  background: none !important;
142
- color: @gray-lightest;
142
+ color: var(--gray-lightest);
143
143
  cursor: not-allowed;
144
144
  }
145
145
  }
@@ -159,14 +159,14 @@
159
159
  cursor: pointer;
160
160
 
161
161
  &:hover {
162
- background: @color-highlight-lightest;
162
+ background: var(--color-highlight-lightest);
163
163
  }
164
164
  }
165
165
  }
166
166
 
167
167
  tfoot {
168
- // border-top: 1px solid @gray-light;
169
- background-color: @gray-lightest;
168
+ // border-top: 1px solid var(--gray-light);
169
+ background-color: var(--gray-lightest);
170
170
  }
171
171
 
172
172
  button {
@@ -175,7 +175,7 @@
175
175
  cursor: pointer;
176
176
 
177
177
  &:hover {
178
- background-color: @color-highlight-lightest;
178
+ background-color: var(--color-highlight-lightest);
179
179
  }
180
180
  }
181
181
  }
@@ -183,10 +183,10 @@
183
183
  .rdtTime {
184
184
  .rdtSwitch {
185
185
  position: relative;
186
- background-color: @gray-lightest;
186
+ background-color: var(--gray-lightest);
187
187
 
188
188
  &:hover {
189
- background-color: @color-highlight-lightest;
189
+ background-color: var(--color-highlight-lightest);
190
190
  }
191
191
 
192
192
  &::before {
@@ -196,7 +196,7 @@
196
196
  position: absolute;
197
197
  height: 25px;
198
198
  width: 25px;
199
- color: @gray-darker;
199
+ color: var(--gray-darker);
200
200
  left: 5px;
201
201
  top: 3px;
202
202
  }
@@ -233,7 +233,7 @@
233
233
  border-radius: @border-radius-default;
234
234
 
235
235
  &:hover {
236
- background: @color-highlight-lightest;
236
+ background: var(--color-highlight-lightest);
237
237
  }
238
238
  }
239
239
 
@@ -277,7 +277,7 @@
277
277
  // align-items: center;
278
278
  // font-size: 110%;
279
279
  // height: 100%;
280
- // color: @gray-dark;
280
+ // color: var(--gray-dark);
281
281
  // padding: 0 5px;
282
282
  // }
283
283
 
@@ -313,13 +313,13 @@
313
313
  td.rdtMinute,
314
314
  td.rdtSecond {
315
315
  &:hover {
316
- background: @color-highlight-lightest;
316
+ background: var(--color-highlight-lightest);
317
317
  }
318
318
  }
319
319
 
320
320
  td.rdtActive,
321
321
  td.rdtActive:hover {
322
- background: @brand-primary;
322
+ background: var(--brand-primary);
323
323
  }
324
324
  }
325
325