@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.
- package/AutoSuggest.d.ts +6 -5
- package/Bar.d.ts +4 -1
- package/Carousel.d.ts +2 -0
- package/ColorScheme.d.ts +4 -0
- package/ColorScheme.js +2 -0
- package/Colors.js +1 -1
- package/ConfirmationDialog.d.ts +8 -1
- package/ContentLoader.d.ts +4 -1
- package/ExpanderList.d.ts +5 -5
- package/Fade.d.ts +10 -1
- package/FilePicker.d.ts +5 -1
- package/ListMenu.d.ts +6 -5
- package/Map.d.ts +10 -7
- package/MediaDialog.d.ts +8 -4
- package/MenuItem.d.ts +1 -1
- package/Multiselect.d.ts +11 -4
- package/NumberControl.d.ts +4 -1
- package/NumberInput.d.ts +4 -1
- package/OnboardingTip.d.ts +26 -1
- package/OverlayTrigger.d.ts +25 -1
- package/Popover.d.ts +7 -1
- package/Resizer.d.ts +9 -1
- package/ResponsiveVideo.d.ts +4 -1
- package/RuleConnector.d.ts +5 -1
- package/SaveDialog.d.ts +8 -1
- package/Select.d.ts +5 -5
- package/Sidebar.d.ts +7 -1
- package/SimpleDialog.d.ts +8 -1
- package/SimpleTooltip.d.ts +25 -1
- package/SplitDialog.d.ts +8 -1
- package/SteppedProgressBar.d.ts +5 -1
- package/Switch.d.ts +4 -1
- package/TagManager.d.ts +5 -5
- package/Tooltip.d.ts +28 -1
- package/components/charts/chartHelper.js +1 -1
- package/components/dropdown/ButtonDropdown.js +9 -3
- package/components/mapMarker/ClusterMapMarker.js +2 -2
- package/components/mapMarker/SingleMapMarker.js +2 -2
- package/components/rules/RuleConnector.js +4 -1
- package/components/selects/BaseDropdownMenu.js +40 -26
- package/components/selects/Multiselect.js +5 -3
- package/components/selects/Select.js +7 -5
- package/components/sidebars/Sidebar.js +1 -1
- package/framer-motion.d.ts +1 -0
- package/hooks/useScrollPosition.js +72 -0
- package/index.js +4 -1
- package/lib/es/AutoSuggest.d.ts +6 -5
- package/lib/es/Bar.d.ts +4 -1
- package/lib/es/Carousel.d.ts +2 -0
- package/lib/es/ColorScheme.d.ts +4 -0
- package/lib/es/ColorScheme.js +18 -0
- package/lib/es/Colors.js +1 -1
- package/lib/es/ConfirmationDialog.d.ts +8 -1
- package/lib/es/ContentLoader.d.ts +4 -1
- package/lib/es/ExpanderList.d.ts +5 -5
- package/lib/es/Fade.d.ts +10 -1
- package/lib/es/FilePicker.d.ts +5 -1
- package/lib/es/ListMenu.d.ts +6 -5
- package/lib/es/Map.d.ts +10 -7
- package/lib/es/MediaDialog.d.ts +8 -4
- package/lib/es/MenuItem.d.ts +1 -1
- package/lib/es/Multiselect.d.ts +11 -4
- package/lib/es/NumberControl.d.ts +4 -1
- package/lib/es/NumberInput.d.ts +4 -1
- package/lib/es/OnboardingTip.d.ts +26 -1
- package/lib/es/OverlayTrigger.d.ts +25 -1
- package/lib/es/Popover.d.ts +7 -1
- package/lib/es/Resizer.d.ts +9 -1
- package/lib/es/ResponsiveVideo.d.ts +4 -1
- package/lib/es/RuleConnector.d.ts +5 -1
- package/lib/es/SaveDialog.d.ts +8 -1
- package/lib/es/Select.d.ts +5 -5
- package/lib/es/Sidebar.d.ts +7 -1
- package/lib/es/SimpleDialog.d.ts +8 -1
- package/lib/es/SimpleTooltip.d.ts +25 -1
- package/lib/es/SplitDialog.d.ts +8 -1
- package/lib/es/SteppedProgressBar.d.ts +5 -1
- package/lib/es/Switch.d.ts +4 -1
- package/lib/es/TagManager.d.ts +5 -5
- package/lib/es/Tooltip.d.ts +28 -1
- package/lib/es/components/charts/chartHelper.js +1 -1
- package/lib/es/components/dropdown/ButtonDropdown.js +9 -3
- package/lib/es/components/mapMarker/ClusterMapMarker.js +2 -2
- package/lib/es/components/mapMarker/SingleMapMarker.js +2 -2
- package/lib/es/components/rules/RuleConnector.js +4 -1
- package/lib/es/components/selects/BaseDropdownMenu.js +40 -26
- package/lib/es/components/selects/Multiselect.js +5 -3
- package/lib/es/components/selects/Select.js +7 -5
- package/lib/es/components/sidebars/Sidebar.js +1 -1
- package/lib/es/framer-motion.d.ts +1 -0
- package/lib/es/hooks/useScrollPosition.js +80 -0
- package/lib/es/index.js +24 -1
- package/lib/es/styles/components/Activity.less +9 -10
- package/lib/es/styles/components/ApplicationHeader.less +24 -29
- package/lib/es/styles/components/ApplicationLayout.less +7 -7
- package/lib/es/styles/components/AssetTree.less +30 -28
- package/lib/es/styles/components/AutoSuggest.less +2 -2
- package/lib/es/styles/components/BottomSheet.less +1 -2
- package/lib/es/styles/components/Carousel.less +13 -9
- package/lib/es/styles/components/Checkbox.less +15 -16
- package/lib/es/styles/components/ClearableInput.less +3 -3
- package/lib/es/styles/components/Counter.less +12 -12
- package/lib/es/styles/components/DataTabs.less +2 -2
- package/lib/es/styles/components/DatePicker.less +27 -27
- package/lib/es/styles/components/Dialog.less +15 -11
- package/lib/es/styles/components/Dropdown.less +22 -13
- package/lib/es/styles/components/Expander.less +7 -7
- package/lib/es/styles/components/ListMenu.less +8 -8
- package/lib/es/styles/components/MapHere.less +3 -2
- package/lib/es/styles/components/MapMarker.less +16 -17
- package/lib/es/styles/components/MapSettings.less +5 -5
- package/lib/es/styles/components/NoData.less +1 -1
- package/lib/es/styles/components/Notification.less +12 -12
- package/lib/es/styles/components/RadioButton.less +11 -12
- package/lib/es/styles/components/Resizer.less +1 -1
- package/lib/es/styles/components/Select.less +21 -32
- package/lib/es/styles/components/Sidebar.less +29 -21
- package/lib/es/styles/components/Slider.less +18 -18
- package/lib/es/styles/components/Spinner.less +6 -6
- package/lib/es/styles/components/StatsWidget.less +5 -5
- package/lib/es/styles/components/SteppedProgressBar.less +32 -29
- package/lib/es/styles/components/SupportMarker.less +1 -1
- package/lib/es/styles/components/Switch.less +8 -8
- package/lib/es/styles/components/TableSettingsDialog.less +7 -7
- package/lib/es/styles/components/TableToolbar.less +1 -1
- package/lib/es/styles/components/Tag.less +10 -10
- package/lib/es/styles/components/Timeline.less +3 -3
- package/lib/es/styles/components/Tooltip.less +10 -10
- package/lib/es/styles/design/badges.less +10 -10
- package/lib/es/styles/design/border.less +1 -1
- package/lib/es/styles/design/breadcrumbs.less +2 -2
- package/lib/es/styles/design/button-groups.less +25 -1
- package/lib/es/styles/design/buttons.less +53 -109
- package/lib/es/styles/design/callouts.less +3 -3
- package/lib/es/styles/design/code.less +4 -6
- package/lib/es/styles/design/colors.less +20 -20
- package/lib/es/styles/design/fonts.less +23 -23
- package/lib/es/styles/design/form-input-groups.less +4 -4
- package/lib/es/styles/design/form-inputs.less +33 -31
- package/lib/es/styles/design/images.less +2 -2
- package/lib/es/styles/design/labels.less +11 -11
- package/lib/es/styles/design/list-group.less +14 -12
- package/lib/es/styles/design/navs.less +27 -27
- package/lib/es/styles/design/normalize.less +0 -11
- package/lib/es/styles/design/pagination.less +10 -10
- package/lib/es/styles/design/panels.less +10 -10
- package/lib/es/styles/design/popovers.less +8 -8
- package/lib/es/styles/design/progress-bars.less +8 -8
- package/lib/es/styles/design/responsive/flexgrid.less +4 -6
- package/lib/es/styles/design/responsive/sizing.less +3 -0
- package/lib/es/styles/design/shadows.less +14 -7
- package/lib/es/styles/design/tables.less +68 -106
- package/lib/es/styles/design/text.less +5 -19
- package/lib/es/styles/design/theme.less +10 -10
- package/lib/es/styles/design/thumbnails.less +2 -2
- package/lib/es/styles/design/type.less +4 -4
- package/lib/es/styles/design/wells.less +1 -1
- package/lib/es/styles/mapping/color-map.less +65 -64
- package/lib/es/styles/mixins/_imports.less +14 -0
- package/lib/es/styles/mixins/buttons.less +24 -56
- package/lib/es/styles/mixins/forms.less +19 -55
- package/lib/es/styles/mixins/hsl.less +19 -0
- package/lib/es/styles/mixins/panels.less +2 -2
- package/lib/es/styles/print/print.less +7 -7
- package/lib/es/styles/rio-uikit-core.less +2 -2
- package/lib/es/styles/rio-uikit-print-utilities.less +2 -2
- package/lib/es/styles/rio-uikit-responsive-utilities.less +2 -2
- package/lib/es/styles/variables/_index.less +196 -0
- package/lib/es/styles/variables/colors.json +67 -0
- package/lib/es/styles/variables/concated_css_variables.less +66 -0
- package/lib/es/styles/variables/dark_colors.less +88 -0
- package/lib/es/styles/variables/dark_css_variables.less +28 -0
- package/lib/es/styles/variables/dark_css_variables_map.less +96 -0
- package/lib/es/styles/variables/light_colors.less +92 -0
- package/lib/es/styles/variables/light_css_variables.less +17 -0
- package/lib/es/styles/variables/light_css_variables_map.less +100 -0
- package/lib/es/styles/variables/screens.less +7 -0
- package/lib/es/styles/variables/text.less +23 -0
- package/lib/es/themes/BuyButton/styles/rio-buyButton.less +13 -8
- package/lib/es/themes/MAN/styles/man-uikit.less +3 -0
- package/lib/es/themes/SCANIA/styles/scania-uikit.less +3 -0
- package/lib/es/themes/Volkswagen/styles/vw-uikit.less +21 -30
- package/lib/es/themes/Website/styles/rio-website.less +145 -120
- package/lib/es/themes/Xmas/styles/rio-xmas.less +59 -29
- package/lib/es/types.ts +20 -16
- package/lib/es/useScrollPosition.d.ts +4 -0
- package/lib/es/{BoxConnector.js → useScrollPosition.js} +2 -2
- package/lib/es/utils/colorScheme.js +57 -0
- package/lib/es/utils/init.js +2 -0
- package/lib/es/version.json +1 -1
- package/package.json +6 -4
- package/styles/components/Activity.less +9 -10
- package/styles/components/ApplicationHeader.less +24 -29
- package/styles/components/ApplicationLayout.less +7 -7
- package/styles/components/AssetTree.less +30 -28
- package/styles/components/AutoSuggest.less +2 -2
- package/styles/components/BottomSheet.less +1 -2
- package/styles/components/Carousel.less +13 -9
- package/styles/components/Checkbox.less +15 -16
- package/styles/components/ClearableInput.less +3 -3
- package/styles/components/Counter.less +12 -12
- package/styles/components/DataTabs.less +2 -2
- package/styles/components/DatePicker.less +27 -27
- package/styles/components/Dialog.less +15 -11
- package/styles/components/Dropdown.less +22 -13
- package/styles/components/Expander.less +7 -7
- package/styles/components/ListMenu.less +8 -8
- package/styles/components/MapHere.less +3 -2
- package/styles/components/MapMarker.less +16 -17
- package/styles/components/MapSettings.less +5 -5
- package/styles/components/NoData.less +1 -1
- package/styles/components/Notification.less +12 -12
- package/styles/components/RadioButton.less +11 -12
- package/styles/components/Resizer.less +1 -1
- package/styles/components/Select.less +21 -32
- package/styles/components/Sidebar.less +29 -21
- package/styles/components/Slider.less +18 -18
- package/styles/components/Spinner.less +6 -6
- package/styles/components/StatsWidget.less +5 -5
- package/styles/components/SteppedProgressBar.less +32 -29
- package/styles/components/SupportMarker.less +1 -1
- package/styles/components/Switch.less +8 -8
- package/styles/components/TableSettingsDialog.less +7 -7
- package/styles/components/TableToolbar.less +1 -1
- package/styles/components/Tag.less +10 -10
- package/styles/components/Timeline.less +3 -3
- package/styles/components/Tooltip.less +10 -10
- package/styles/design/badges.less +10 -10
- package/styles/design/border.less +1 -1
- package/styles/design/breadcrumbs.less +2 -2
- package/styles/design/button-groups.less +25 -1
- package/styles/design/buttons.less +53 -109
- package/styles/design/callouts.less +3 -3
- package/styles/design/code.less +4 -6
- package/styles/design/colors.less +20 -20
- package/styles/design/fonts.less +23 -23
- package/styles/design/form-input-groups.less +4 -4
- package/styles/design/form-inputs.less +33 -31
- package/styles/design/images.less +2 -2
- package/styles/design/labels.less +11 -11
- package/styles/design/list-group.less +14 -12
- package/styles/design/navs.less +27 -27
- package/styles/design/normalize.less +0 -11
- package/styles/design/pagination.less +10 -10
- package/styles/design/panels.less +10 -10
- package/styles/design/popovers.less +8 -8
- package/styles/design/progress-bars.less +8 -8
- package/styles/design/responsive/flexgrid.less +4 -6
- package/styles/design/responsive/sizing.less +3 -0
- package/styles/design/shadows.less +14 -7
- package/styles/design/tables.less +68 -106
- package/styles/design/text.less +5 -19
- package/styles/design/theme.less +10 -10
- package/styles/design/thumbnails.less +2 -2
- package/styles/design/type.less +4 -4
- package/styles/design/wells.less +1 -1
- package/styles/mapping/color-map.less +65 -64
- package/styles/mixins/_imports.less +14 -0
- package/styles/mixins/buttons.less +24 -56
- package/styles/mixins/forms.less +19 -55
- package/styles/mixins/hsl.less +19 -0
- package/styles/mixins/panels.less +2 -2
- package/styles/print/print.less +7 -7
- package/styles/rio-uikit-core.less +2 -2
- package/styles/rio-uikit-print-utilities.less +2 -2
- package/styles/rio-uikit-responsive-utilities.less +2 -2
- package/styles/variables/_index.less +196 -0
- package/styles/variables/colors.json +67 -0
- package/styles/variables/concated_css_variables.less +66 -0
- package/styles/variables/dark_colors.less +88 -0
- package/styles/variables/dark_css_variables.less +28 -0
- package/styles/variables/dark_css_variables_map.less +96 -0
- package/styles/variables/light_colors.less +92 -0
- package/styles/variables/light_css_variables.less +17 -0
- package/styles/variables/light_css_variables_map.less +100 -0
- package/styles/variables/screens.less +7 -0
- package/styles/variables/text.less +23 -0
- package/themes/BuyButton/styles/rio-buyButton.less +13 -8
- package/themes/MAN/styles/man-uikit.less +3 -0
- package/themes/SCANIA/styles/scania-uikit.less +3 -0
- package/themes/Volkswagen/styles/vw-uikit.less +21 -30
- package/themes/Website/styles/rio-website.less +145 -120
- package/themes/Xmas/styles/rio-xmas.less +59 -29
- package/types.ts +20 -16
- package/useScrollPosition.d.ts +4 -0
- package/useScrollPosition.js +2 -0
- package/utils/colorScheme.js +48 -0
- package/utils/init.js +2 -0
- package/version.json +1 -1
- package/BoxConnector.js +0 -2
- package/components/boxConnector/BoxConnector.js +0 -40
- package/lib/es/components/boxConnector/BoxConnector.js +0 -48
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.placeholder {
|
|
9
|
-
color:
|
|
9
|
+
color: var(--gray);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.dropdown-toggle {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
background: @input-bg-disabled;
|
|
22
22
|
|
|
23
23
|
.caret {
|
|
24
|
-
color:
|
|
24
|
+
color: var(--gray);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
> .selected-option-list {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
|
|
34
34
|
.selected-option {
|
|
35
35
|
.selected-label {
|
|
36
|
-
background-color:
|
|
37
|
-
border-color:
|
|
38
|
-
color:
|
|
36
|
+
background-color: var(--gray-light);
|
|
37
|
+
border-color: var(--gray-light);
|
|
38
|
+
color: var(--gray-lightest) !important;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.rioglyph {
|
|
42
|
-
color:
|
|
42
|
+
color: var(--gray-lightest) !important;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.removeIcon {
|
|
46
|
-
background-color:
|
|
47
|
-
color:
|
|
46
|
+
background-color: .hslb(@gray-light-hsl, '-', '3%')[@result];
|
|
47
|
+
color: var(--gray-lighter);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -68,23 +68,13 @@
|
|
|
68
68
|
white-space: nowrap;
|
|
69
69
|
width: 100%;
|
|
70
70
|
|
|
71
|
-
// &:after {
|
|
72
|
-
// content: "";
|
|
73
|
-
// position: absolute;
|
|
74
|
-
// top: 0;
|
|
75
|
-
// right: 0;
|
|
76
|
-
// width: 8px;
|
|
77
|
-
// height: 100%;
|
|
78
|
-
// background-image: linear-gradient(90deg, rgba(255,255,255,0), @input-bg);
|
|
79
|
-
// }
|
|
80
|
-
|
|
81
71
|
> .selected-option {
|
|
82
72
|
border-radius: @border-radius-sm;
|
|
83
|
-
color:
|
|
73
|
+
color: var(--color-white) !important;
|
|
84
74
|
display: flex;
|
|
85
75
|
|
|
86
76
|
.rioglyph {
|
|
87
|
-
color:
|
|
77
|
+
color: var(--color-white) !important;
|
|
88
78
|
}
|
|
89
79
|
|
|
90
80
|
> .selected-label {
|
|
@@ -97,7 +87,7 @@
|
|
|
97
87
|
|
|
98
88
|
> .removeIcon {
|
|
99
89
|
align-items: center;
|
|
100
|
-
background-color:
|
|
90
|
+
background-color: .hslb(@brand-primary-hsl, '+', '3%')[@result];
|
|
101
91
|
border-bottom-right-radius: @border-radius-sm;
|
|
102
92
|
border-top-right-radius: @border-radius-sm;
|
|
103
93
|
display: flex;
|
|
@@ -130,13 +120,13 @@
|
|
|
130
120
|
width: calc(~"100% - 30px");
|
|
131
121
|
|
|
132
122
|
&-active {
|
|
133
|
-
background-color:
|
|
123
|
+
background-color: var(--color-white);
|
|
134
124
|
}
|
|
135
125
|
}
|
|
136
126
|
|
|
137
127
|
> .clearButton {
|
|
138
128
|
align-items: center;
|
|
139
|
-
color:
|
|
129
|
+
color: var(--gray);
|
|
140
130
|
cursor: pointer;
|
|
141
131
|
display: flex;
|
|
142
132
|
height: 100%;
|
|
@@ -162,17 +152,21 @@
|
|
|
162
152
|
.dropdown-menu {
|
|
163
153
|
max-height: @dropdown-max-height;
|
|
164
154
|
overflow-x: hidden;
|
|
165
|
-
width: 100%; // not on dropdowns, only on selects
|
|
166
155
|
|
|
167
156
|
svg {
|
|
168
157
|
margin-right: 0.5em;
|
|
169
158
|
vertical-align: middle;
|
|
170
159
|
}
|
|
171
160
|
|
|
161
|
+
&.pull-right {
|
|
162
|
+
left: auto !important;
|
|
163
|
+
right: 0 !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
172
166
|
> li {
|
|
173
167
|
> a.focus {
|
|
174
168
|
text-decoration: none;
|
|
175
|
-
color:
|
|
169
|
+
color: var(--color-white);
|
|
176
170
|
background-color: @brand-primary;
|
|
177
171
|
}
|
|
178
172
|
|
|
@@ -189,11 +183,6 @@
|
|
|
189
183
|
}
|
|
190
184
|
}
|
|
191
185
|
|
|
192
|
-
&.pull-right {
|
|
193
|
-
left: auto !important;
|
|
194
|
-
right: 0 !important;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
186
|
&.dropup.open .dropdown-menu {
|
|
198
187
|
bottom: 0;
|
|
199
188
|
left: 0;
|
|
@@ -210,7 +199,7 @@
|
|
|
210
199
|
|
|
211
200
|
.inactiveIcon {
|
|
212
201
|
.rioglyph, span {
|
|
213
|
-
color:
|
|
202
|
+
color: var(--gray-light)!important;
|
|
214
203
|
}
|
|
215
204
|
}
|
|
216
205
|
}
|
|
@@ -281,7 +270,7 @@ select {
|
|
|
281
270
|
background: transparent;
|
|
282
271
|
|
|
283
272
|
&-active {
|
|
284
|
-
background-color:
|
|
273
|
+
background-color: var(--color-white);
|
|
285
274
|
}
|
|
286
275
|
}
|
|
287
276
|
.multiselect-filter-input-placeholder {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@sidebar-shadow-color: rgba(0, 0, 0, 0.10);
|
|
2
|
-
|
|
3
1
|
.Sidebar {
|
|
4
2
|
position: relative;
|
|
5
3
|
height: 100%;
|
|
6
|
-
background-color:
|
|
4
|
+
background-color: var(--color-white);
|
|
7
5
|
max-width: 100vw;
|
|
8
6
|
|
|
9
7
|
&Content {
|
|
@@ -23,10 +21,11 @@
|
|
|
23
21
|
position: relative;
|
|
24
22
|
|
|
25
23
|
&.show-border {
|
|
26
|
-
border-bottom: 1px solid
|
|
24
|
+
border-bottom: 1px solid var(--gray-light);
|
|
27
25
|
}
|
|
28
26
|
|
|
29
27
|
.SidebarTitle {
|
|
28
|
+
color: var(--color-black);
|
|
30
29
|
flex: 1 1 auto;
|
|
31
30
|
}
|
|
32
31
|
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
&-spacer {
|
|
50
|
-
background-color:
|
|
49
|
+
background-color: var(--gray-lighter);
|
|
51
50
|
height: 14px;
|
|
52
51
|
width: 1.5px;
|
|
53
52
|
margin: 0 5px;
|
|
@@ -72,21 +71,25 @@
|
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
&Footer {
|
|
75
|
-
background:
|
|
76
|
-
border-top: 1px solid
|
|
74
|
+
background: var(--color-white);
|
|
75
|
+
border-top: 1px solid var(--gray-lighter);
|
|
77
76
|
padding: 10px;
|
|
78
77
|
position: relative;
|
|
79
78
|
text-align: right;
|
|
80
79
|
|
|
81
80
|
&:before {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
81
|
+
content: "";
|
|
82
|
+
height: 20px;
|
|
83
|
+
left: 0;
|
|
84
|
+
pointer-events: none;
|
|
85
|
+
position: absolute;
|
|
86
|
+
top: -21px;
|
|
87
|
+
width: 100%;
|
|
88
|
+
background: linear-gradient(
|
|
89
|
+
0deg,
|
|
90
|
+
.hsla(@color-white-hsl, 1.0)[@result],
|
|
91
|
+
.hsla(@color-white-hsl, 0)[@result],
|
|
92
|
+
);
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
|
|
@@ -104,13 +107,12 @@
|
|
|
104
107
|
position: absolute;
|
|
105
108
|
height: 100%;
|
|
106
109
|
width: 0px;
|
|
107
|
-
border: 1px dashed
|
|
110
|
+
border: 1px dashed var(--gray-darkest);
|
|
108
111
|
opacity: 0.2;
|
|
109
112
|
pointer-events: none;
|
|
110
113
|
}
|
|
111
114
|
|
|
112
115
|
&.fluid {
|
|
113
|
-
|
|
114
116
|
// shadow layering order
|
|
115
117
|
&:not(.closed) {
|
|
116
118
|
position: relative;
|
|
@@ -126,12 +128,12 @@
|
|
|
126
128
|
.ApplicationLayoutSidebar:not(.right) & {
|
|
127
129
|
float: left;
|
|
128
130
|
left: 0;
|
|
129
|
-
box-shadow: 1px 0 0 0
|
|
131
|
+
box-shadow: 1px 0 0 0 var(--gray-light);
|
|
130
132
|
}
|
|
131
133
|
|
|
132
134
|
.ApplicationLayoutSidebar.right & {
|
|
133
135
|
float: right;
|
|
134
|
-
box-shadow: -1px 0 0 0
|
|
136
|
+
box-shadow: -1px 0 0 0 var(--gray-light);
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
}
|
|
@@ -141,12 +143,12 @@
|
|
|
141
143
|
top: 0;
|
|
142
144
|
|
|
143
145
|
.ApplicationLayoutSidebar:not(.right) & {
|
|
144
|
-
box-shadow: 5px 5px 5px 0 @
|
|
146
|
+
box-shadow: 5px 5px 5px 0 .hsla(@always-color-black-hsl, 0.1)[@result];
|
|
145
147
|
left: 0;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
.ApplicationLayoutSidebar.right & {
|
|
149
|
-
box-shadow: -5px 5px 5px 0 @
|
|
151
|
+
box-shadow: -5px 5px 5px 0 .hsla(@always-color-black-hsl, 0.1)[@result];
|
|
150
152
|
right: 0;
|
|
151
153
|
}
|
|
152
154
|
}
|
|
@@ -155,3 +157,9 @@
|
|
|
155
157
|
display: none;
|
|
156
158
|
}
|
|
157
159
|
}
|
|
160
|
+
|
|
161
|
+
.SidebarBackdrop {
|
|
162
|
+
&.sidebar-backdrop-bg {
|
|
163
|
+
background: .hsla(@always-color-black-hsl, 0.6)[@result];
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
pointer-events: auto;
|
|
10
10
|
position: absolute;
|
|
11
11
|
-webkit-appearance: none;
|
|
12
|
-
-webkit-tap-highlight-color:
|
|
12
|
+
-webkit-tap-highlight-color: .hsla(@color-white-hsl, 0)[@result];
|
|
13
13
|
border: none;
|
|
14
14
|
border-radius: 2px;
|
|
15
15
|
background: transparent;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
.range-track {
|
|
99
99
|
height: 4px;
|
|
100
|
-
background:
|
|
100
|
+
background: var(--brand-primary);
|
|
101
101
|
border-radius: 2px;
|
|
102
102
|
top: 7px;
|
|
103
103
|
position: absolute;
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
position: absolute;
|
|
107
107
|
bottom: calc(~"100% + 10px");
|
|
108
108
|
text-align: center;
|
|
109
|
-
background:
|
|
109
|
+
background: var(--brand-primary);
|
|
110
110
|
padding: 2px 5px;
|
|
111
111
|
font-size: 12px;
|
|
112
112
|
line-height: 12px;
|
|
113
113
|
border-radius: 2px;
|
|
114
|
-
color:
|
|
114
|
+
color: var(--color-white);
|
|
115
115
|
|
|
116
116
|
&:before {
|
|
117
|
-
border-color:
|
|
117
|
+
border-color: var(--brand-primary) transparent transparent;
|
|
118
118
|
border-style: solid;
|
|
119
119
|
border-width: 4px 4px 0 4px;
|
|
120
120
|
bottom: 0;
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
&:after {
|
|
130
|
-
background:
|
|
130
|
+
background: var(--color-white);
|
|
131
131
|
border-radius: 9px;
|
|
132
|
-
border: 2px solid
|
|
132
|
+
border: 2px solid var(--brand-primary);
|
|
133
133
|
bottom: -16px;
|
|
134
134
|
content: "";
|
|
135
135
|
height: 9px;
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
position: absolute;
|
|
190
190
|
border: none;
|
|
191
191
|
border-radius: 2px;
|
|
192
|
-
background:
|
|
192
|
+
background: var(--gray-lighter);
|
|
193
193
|
width: 100%;
|
|
194
194
|
height: 4px;
|
|
195
195
|
top: 7px;
|
|
@@ -201,29 +201,29 @@
|
|
|
201
201
|
input[type="range"] {
|
|
202
202
|
// webkit
|
|
203
203
|
&::-webkit-slider-thumb {
|
|
204
|
-
border-color:
|
|
204
|
+
border-color: var(--gray);
|
|
205
205
|
pointer-events: none;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
// moz
|
|
209
209
|
&::-moz-range-track {
|
|
210
|
-
border-color:
|
|
210
|
+
border-color: var(--gray);
|
|
211
211
|
pointer-events: none;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
&::-moz-range-thumb {
|
|
215
|
-
border-color:
|
|
215
|
+
border-color: var(--gray);
|
|
216
216
|
pointer-events: none;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
// ms
|
|
220
220
|
&::-ms-track {
|
|
221
|
-
border-color:
|
|
221
|
+
border-color: var(--gray);
|
|
222
222
|
pointer-events: none;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
&::-ms-thumb {
|
|
226
|
-
border-color:
|
|
226
|
+
border-color: var(--gray);
|
|
227
227
|
pointer-events: none;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
@@ -237,14 +237,14 @@
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.range-track {
|
|
240
|
-
background-color:
|
|
240
|
+
background-color: var(--gray);
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.range-value {
|
|
244
|
-
background:
|
|
244
|
+
background: var(--gray);
|
|
245
245
|
|
|
246
246
|
&:before {
|
|
247
|
-
border-color:
|
|
247
|
+
border-color: var(--gray) transparent transparent;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
}
|
|
@@ -266,9 +266,9 @@
|
|
|
266
266
|
position: relative;
|
|
267
267
|
width: 14px;
|
|
268
268
|
height: 14px;
|
|
269
|
-
border: 2px solid
|
|
269
|
+
border: 2px solid var(--brand-primary);
|
|
270
270
|
border-radius: 14px;
|
|
271
|
-
background:
|
|
271
|
+
background: var(--color-white);
|
|
272
272
|
outline: 0;
|
|
273
273
|
cursor: ew-resize;
|
|
274
274
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.spinner {
|
|
2
|
-
.spinnerMixin(20,
|
|
2
|
+
.spinnerMixin(20, var(--brand-primary));
|
|
3
3
|
|
|
4
4
|
&.inverse {
|
|
5
|
-
.spinnerMixin(20,
|
|
5
|
+
.spinnerMixin(20, var(--color-white));
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
&.double {
|
|
9
|
-
.spinnerMixin(30,
|
|
9
|
+
.spinnerMixin(30, var(--brand-primary));
|
|
10
10
|
|
|
11
11
|
&.inverse {
|
|
12
|
-
.spinnerMixin(30,
|
|
12
|
+
.spinnerMixin(30, var(--color-white));
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
gap: 10px;
|
|
23
23
|
|
|
24
24
|
&.inverse {
|
|
25
|
-
color:
|
|
25
|
+
color: var(--color-white);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
&.fullscreen, &.fullsized {
|
|
29
|
-
background:
|
|
29
|
+
background: .hsla(@color-white-hsl, 0.85)[@result];
|
|
30
30
|
bottom: 0;
|
|
31
31
|
left: 0;
|
|
32
32
|
padding: 0 5%;
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.StatsWidget {
|
|
18
|
-
background:
|
|
18
|
+
background: var(--color-white);
|
|
19
19
|
border-radius: @border-radius-default;
|
|
20
|
-
border: 1px solid
|
|
20
|
+
border: 1px solid var(--gray-light);
|
|
21
21
|
flex: 1 1 auto;
|
|
22
22
|
position: relative;
|
|
23
23
|
user-select: none;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
text-align: center;
|
|
29
29
|
|
|
30
30
|
&:after {
|
|
31
|
-
background:
|
|
31
|
+
background: var(--gray-lighter);
|
|
32
32
|
content: '';
|
|
33
33
|
display: block;
|
|
34
34
|
height: 2px;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.StatsWidgetNumber-label {
|
|
89
|
-
color:
|
|
89
|
+
color: var(--gray-darkest);
|
|
90
90
|
text-align: center;
|
|
91
91
|
|
|
92
92
|
@media (max-width: @screen-sm) { font-size: 22px * 0.65 }
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
height: 20px;
|
|
101
101
|
|
|
102
102
|
&:not(.invisible) {
|
|
103
|
-
background:
|
|
103
|
+
background: var(--gray-lighter);
|
|
104
104
|
margin: 0 5px;
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
@roadsign-size: 50px;
|
|
6
6
|
@roadsign-arrow-color: escape('@{gray-lighter}');
|
|
7
|
-
@roadsign-svg-color: escape('
|
|
7
|
+
@roadsign-svg-color: escape('transparent');
|
|
8
8
|
@roadsign-svg-active-color: escape('@{color-highlight-decent}');
|
|
9
9
|
|
|
10
10
|
.stepped-progress-bar {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&:before {
|
|
21
|
-
background-color:
|
|
21
|
+
background-color: var(--gray-light);
|
|
22
22
|
content: "";
|
|
23
23
|
height: 2px;
|
|
24
24
|
left: @circle-tab-size * 0.5;
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.step-tab {
|
|
54
|
-
background:
|
|
54
|
+
background: var(--color-white);
|
|
55
55
|
border-radius: @circle-tab-border-radius;
|
|
56
|
-
border: 1px solid
|
|
56
|
+
border: 1px solid var(--gray);
|
|
57
57
|
font-weight: @font-normal;
|
|
58
58
|
height: @circle-tab-size;
|
|
59
59
|
min-width: @circle-tab-size;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
text-align: center;
|
|
77
77
|
|
|
78
78
|
.item-icon {
|
|
79
|
-
color:
|
|
79
|
+
color: var(--brand-primary);
|
|
80
80
|
height: @circle-tab-size;
|
|
81
81
|
line-height: @circle-tab-size * 0.9;
|
|
82
82
|
margin-bottom: @circle-tab-size * 0.4;
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.item-label {
|
|
91
|
-
color:
|
|
91
|
+
color: var(--brand-primary);
|
|
92
92
|
font-size: 16px;
|
|
93
93
|
left: 50%;
|
|
94
94
|
position: relative;
|
|
@@ -108,11 +108,11 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
&:hover:not(.disabled) {
|
|
111
|
-
background-color:
|
|
112
|
-
border-color:
|
|
111
|
+
background-color: var(--brand-primary);
|
|
112
|
+
border-color: var(--brand-primary);
|
|
113
113
|
|
|
114
114
|
.item-icon {
|
|
115
|
-
color:
|
|
115
|
+
color: var(--color-white);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.item-label {
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
&.active {
|
|
124
|
-
color:
|
|
125
|
-
border-color:
|
|
126
|
-
background-color:
|
|
124
|
+
color: var(--color-white);
|
|
125
|
+
border-color: var(--brand-primary);
|
|
126
|
+
background-color: var(--brand-primary);
|
|
127
127
|
|
|
128
128
|
.item-icon {
|
|
129
|
-
color:
|
|
129
|
+
color: var(--color-white);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.item-label {
|
|
@@ -135,15 +135,15 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
&.disabled {
|
|
138
|
-
border-color:
|
|
139
|
-
background-color:
|
|
138
|
+
border-color: var(--gray);
|
|
139
|
+
background-color: var(--color-white);
|
|
140
140
|
|
|
141
141
|
.item-icon {
|
|
142
|
-
color:
|
|
142
|
+
color: var(--gray);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.item-label {
|
|
146
|
-
color:
|
|
146
|
+
color: var(--gray);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
|
|
155
155
|
.step-tab {
|
|
156
156
|
align-items: center;
|
|
157
|
-
background:
|
|
158
|
-
border: 1px solid
|
|
157
|
+
background: var(--color-white);
|
|
158
|
+
border: 1px solid var(--gray-light);
|
|
159
159
|
border-radius: @border-radius-default;
|
|
160
160
|
display: flex;
|
|
161
161
|
justify-content: center;
|
|
@@ -180,17 +180,18 @@
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
&.active {
|
|
183
|
-
border-color:
|
|
183
|
+
border-color: var(--brand-primary);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
&.disabled {
|
|
187
|
-
background-color:
|
|
188
|
-
color:
|
|
187
|
+
background-color: var(--gray-lightest);
|
|
188
|
+
color: var(--gray);
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
&.variant-roadsign {
|
|
194
|
+
background: var(--color-white);
|
|
194
195
|
@media (min-width: @screen-sm) {
|
|
195
196
|
&:before {
|
|
196
197
|
display: none;
|
|
@@ -199,7 +200,7 @@
|
|
|
199
200
|
|
|
200
201
|
.step-tab {
|
|
201
202
|
align-items: center;
|
|
202
|
-
background:
|
|
203
|
+
background: var(--color-white);
|
|
203
204
|
display: flex;
|
|
204
205
|
flex: 1 1 0;
|
|
205
206
|
justify-content: center;
|
|
@@ -226,14 +227,14 @@
|
|
|
226
227
|
}
|
|
227
228
|
|
|
228
229
|
&.active {
|
|
229
|
-
color:
|
|
230
|
+
color: var(--brand-primary);
|
|
230
231
|
font-weight: @font-medium;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
&.disabled {
|
|
234
|
-
border-color:
|
|
235
|
-
background-color:
|
|
236
|
-
color:
|
|
235
|
+
border-color: var(--gray);
|
|
236
|
+
background-color: var(--color-white);
|
|
237
|
+
color: var(--gray);
|
|
237
238
|
}
|
|
238
239
|
|
|
239
240
|
&:after {
|
|
@@ -246,14 +247,16 @@
|
|
|
246
247
|
right: 0;
|
|
247
248
|
background-size: 100% 100%;
|
|
248
249
|
background-repeat: no-repeat;
|
|
249
|
-
background-color:
|
|
250
|
+
//background-color: var(--gray-lighter);
|
|
250
251
|
background-image: url(~"data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2250%22%20height%3D%22100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22@{roadsign-svg-color}%22%20d%3D%22M0%200h50v100H0z%22%2F%3E%3Cpath%20d%3D%22M10%200l40.04%2050L10%20100l-9.999-.001L40%2050%200%200h10z%22%20fill%3D%22@{roadsign-arrow-color}%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
251
252
|
}
|
|
252
253
|
|
|
253
254
|
&:last-child {
|
|
255
|
+
padding-left: 15px;
|
|
256
|
+
padding-right: 15px;
|
|
257
|
+
|
|
254
258
|
&:after {
|
|
255
259
|
display: none;
|
|
256
|
-
padding-right: 0;
|
|
257
260
|
}
|
|
258
261
|
}
|
|
259
262
|
}
|