@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
|
@@ -87,16 +87,16 @@
|
|
|
87
87
|
&.color-gray {
|
|
88
88
|
> * {
|
|
89
89
|
&:before {
|
|
90
|
-
color:
|
|
91
|
-
border-color:
|
|
90
|
+
color: var(--gray);
|
|
91
|
+
border-color: var(--gray);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
&.filled {
|
|
95
95
|
> * {
|
|
96
96
|
&:before {
|
|
97
|
-
background-color:
|
|
97
|
+
background-color: var(--gray);
|
|
98
98
|
border: none;
|
|
99
|
-
color:
|
|
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:
|
|
110
|
-
border-color:
|
|
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:
|
|
116
|
+
background-color: var(--brand-primary);
|
|
117
117
|
border: none;
|
|
118
|
-
color:
|
|
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:
|
|
129
|
-
border-color:
|
|
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:
|
|
135
|
+
background-color: var(--brand-secondary);
|
|
136
136
|
border: none;
|
|
137
|
-
color:
|
|
137
|
+
color: var(--color-white);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.DataTabsWrapper {
|
|
32
|
-
background:
|
|
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:
|
|
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:
|
|
11
|
+
background: var(--color-white);
|
|
12
12
|
border-radius: @border-radius-default;
|
|
13
|
-
border: 1px solid
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
82
|
+
border-bottom: 7px solid var(--color-highlight);
|
|
83
83
|
border-left: 7px solid transparent;
|
|
84
|
-
border-top-color:
|
|
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:
|
|
96
|
-
color:
|
|
97
|
-
text-shadow: 0 -1px 0
|
|
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:
|
|
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:
|
|
107
|
+
color: var(--gray-light);
|
|
108
108
|
cursor: not-allowed;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
span {
|
|
112
112
|
&.rdtOld {
|
|
113
|
-
color:
|
|
113
|
+
color: var(--color-highlight)-light;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
&.rdtDisabled,
|
|
117
117
|
&.rdtDisabled:hover {
|
|
118
118
|
background: none !important;
|
|
119
|
-
color:
|
|
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
|
|
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:
|
|
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:
|
|
162
|
+
background: var(--color-highlight-lightest);
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
tfoot {
|
|
168
|
-
// border-top: 1px solid
|
|
169
|
-
background-color:
|
|
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:
|
|
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:
|
|
186
|
+
background-color: var(--gray-lightest);
|
|
187
187
|
|
|
188
188
|
&:hover {
|
|
189
|
-
background-color:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
316
|
+
background: var(--color-highlight-lightest);
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
td.rdtActive,
|
|
321
321
|
td.rdtActive:hover {
|
|
322
|
-
background:
|
|
322
|
+
background: var(--brand-primary);
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@modal-outer-margin: 30px;
|
|
2
2
|
@modal-inner-padding: 20px;
|
|
3
3
|
@modal-title-padding: 15px;
|
|
4
|
-
@modal-content-bg:
|
|
5
|
-
@modal-content-border-color:
|
|
6
|
-
@modal-backdrop-bg:
|
|
7
|
-
@modal-header-border-color:
|
|
8
|
-
@modal-footer-border-color:
|
|
4
|
+
@modal-content-bg: var(--color-white);
|
|
5
|
+
@modal-content-border-color: var(--gray-light);
|
|
6
|
+
@modal-backdrop-bg: var(always-color-black);
|
|
7
|
+
@modal-header-border-color: var(--gray-lighter);
|
|
8
|
+
@modal-footer-border-color: var(--gray-lighter);
|
|
9
9
|
|
|
10
10
|
// Custom variables
|
|
11
11
|
@modal-sm: @screen-xs;
|
|
@@ -144,7 +144,7 @@ body {
|
|
|
144
144
|
z-index: 1;
|
|
145
145
|
|
|
146
146
|
&-text {
|
|
147
|
-
color:
|
|
147
|
+
color: var(--gray-darkest);
|
|
148
148
|
display: flex;
|
|
149
149
|
flex-direction: column;
|
|
150
150
|
float: left;
|
|
@@ -184,7 +184,7 @@ body {
|
|
|
184
184
|
display: none;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
background-color:
|
|
187
|
+
background-color: var(--gray-lighter);
|
|
188
188
|
height: 20px;
|
|
189
189
|
margin-right: 10px;
|
|
190
190
|
width: 2px;
|
|
@@ -315,7 +315,6 @@ body {
|
|
|
315
315
|
|
|
316
316
|
.modal-footer {
|
|
317
317
|
&:before {
|
|
318
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
|
|
319
318
|
content: '';
|
|
320
319
|
height: 20px;
|
|
321
320
|
left: 0;
|
|
@@ -323,6 +322,11 @@ body {
|
|
|
323
322
|
position: absolute;
|
|
324
323
|
top: -21px;
|
|
325
324
|
width: 100%;
|
|
325
|
+
background: linear-gradient(
|
|
326
|
+
0deg,
|
|
327
|
+
.hsla(@color-white-hsl, 1.0)[@result],
|
|
328
|
+
.hsla(@color-white-hsl, 0)[@result],
|
|
329
|
+
);
|
|
326
330
|
}
|
|
327
331
|
}
|
|
328
332
|
}
|
|
@@ -348,7 +352,7 @@ body {
|
|
|
348
352
|
&.backdrop-blured .modal-backdrop {
|
|
349
353
|
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
|
|
350
354
|
opacity: 0.99;
|
|
351
|
-
background-color:
|
|
355
|
+
background-color: .hsla(@always-color-black-hsl, 0.3)[@result];
|
|
352
356
|
backdrop-filter: blur(5px);
|
|
353
357
|
}
|
|
354
358
|
}
|
|
@@ -357,7 +361,7 @@ body {
|
|
|
357
361
|
.modal-dialog {
|
|
358
362
|
.modal-content {
|
|
359
363
|
.modal-body {
|
|
360
|
-
background:
|
|
364
|
+
background: var(--gray-lightest);
|
|
361
365
|
padding-left: 0;
|
|
362
366
|
padding-right: 0;
|
|
363
367
|
|
|
@@ -396,7 +400,7 @@ body {
|
|
|
396
400
|
}
|
|
397
401
|
|
|
398
402
|
@media (max-width: @splitWrapperBreakpoint) {
|
|
399
|
-
background-color:
|
|
403
|
+
background-color: var(--color-white);
|
|
400
404
|
height: 60px;
|
|
401
405
|
left: -(@modal-inner-padding);
|
|
402
406
|
padding-top: @modal-inner-padding;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
@dropdown-max-height: 211px; // Used for Select and AutoSuggest components
|
|
2
2
|
|
|
3
|
-
.btn-group
|
|
4
|
-
|
|
3
|
+
.btn-group {
|
|
4
|
+
&.open .dropdown-toggle {
|
|
5
|
+
box-shadow: none !important;
|
|
6
|
+
}
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
.dropdown {
|
|
@@ -10,14 +12,15 @@
|
|
|
10
12
|
&-menu {
|
|
11
13
|
&:extend(.shadow-hard-to-bottom);
|
|
12
14
|
.reset-list();
|
|
13
|
-
background-color:
|
|
15
|
+
background-color: var(--color-white);
|
|
14
16
|
border-radius: @border-radius-default;
|
|
15
|
-
border: 1px solid
|
|
17
|
+
border: 1px solid var(--gray-light);
|
|
16
18
|
font-size: @font-size-default;
|
|
17
19
|
min-width: 160px;
|
|
18
20
|
padding: 0;
|
|
19
21
|
position: absolute;
|
|
20
22
|
text-align: left;
|
|
23
|
+
//width: 100%;
|
|
21
24
|
z-index: @zindex-dropdown;
|
|
22
25
|
|
|
23
26
|
// closed by default
|
|
@@ -28,6 +31,12 @@
|
|
|
28
31
|
display: block;
|
|
29
32
|
}
|
|
30
33
|
|
|
34
|
+
.AutoSuggest &,
|
|
35
|
+
.select &,
|
|
36
|
+
.multiselect & {
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
31
40
|
// portal style
|
|
32
41
|
#uikit-root > & {
|
|
33
42
|
display: block;
|
|
@@ -37,7 +46,7 @@
|
|
|
37
46
|
> li {
|
|
38
47
|
> a {
|
|
39
48
|
border-radius: 4px;
|
|
40
|
-
color:
|
|
49
|
+
color: var(--gray-darkest);
|
|
41
50
|
cursor: pointer;
|
|
42
51
|
display: block;
|
|
43
52
|
line-height: 1.25;
|
|
@@ -52,8 +61,8 @@
|
|
|
52
61
|
|
|
53
62
|
&:hover,
|
|
54
63
|
&:focus {
|
|
55
|
-
background-color:
|
|
56
|
-
color:
|
|
64
|
+
background-color: var(--brand-primary);
|
|
65
|
+
color: var(--color-white);
|
|
57
66
|
text-decoration: none;
|
|
58
67
|
}
|
|
59
68
|
}
|
|
@@ -74,8 +83,8 @@
|
|
|
74
83
|
&,
|
|
75
84
|
&:hover,
|
|
76
85
|
&:focus {
|
|
77
|
-
background-color:
|
|
78
|
-
color:
|
|
86
|
+
background-color: var(--brand-primary);
|
|
87
|
+
color: var(--color-white);
|
|
79
88
|
outline: 0;
|
|
80
89
|
text-decoration: none;
|
|
81
90
|
}
|
|
@@ -85,7 +94,7 @@
|
|
|
85
94
|
&,
|
|
86
95
|
&:hover,
|
|
87
96
|
&:focus {
|
|
88
|
-
color:
|
|
97
|
+
color: var(--gray-light);
|
|
89
98
|
}
|
|
90
99
|
|
|
91
100
|
// OLD BS STUFF
|
|
@@ -120,8 +129,8 @@
|
|
|
120
129
|
}
|
|
121
130
|
|
|
122
131
|
.dropdown-header-text {
|
|
123
|
-
background:
|
|
124
|
-
color:
|
|
132
|
+
background: var(--color-white);
|
|
133
|
+
color: .hslb(@gray-hsl, '+', '5%')[@result];
|
|
125
134
|
font-size: 12px;
|
|
126
135
|
font-weight: @font-medium;
|
|
127
136
|
line-height: 1.25;
|
|
@@ -132,7 +141,7 @@
|
|
|
132
141
|
}
|
|
133
142
|
|
|
134
143
|
> .divider {
|
|
135
|
-
background-color:
|
|
144
|
+
background-color: var(--gray-light);
|
|
136
145
|
height: 1px;
|
|
137
146
|
margin: 3px 6px;
|
|
138
147
|
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
> .panel-heading {
|
|
57
57
|
.expander-icon {
|
|
58
|
-
color:
|
|
58
|
+
color: var(--gray);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
background-color: transparent;
|
|
66
66
|
|
|
67
67
|
.expander-icon {
|
|
68
|
-
color:
|
|
68
|
+
color: var(--gray);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.panel-body {
|
|
73
|
-
box-shadow: inset 0px 1px 0px 0px
|
|
73
|
+
box-shadow: inset 0px 1px 0px 0px var(--gray-light);
|
|
74
74
|
|
|
75
75
|
.panel-body {
|
|
76
76
|
box-shadow: none
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
padding-right: 0;
|
|
88
88
|
|
|
89
89
|
.expander-icon {
|
|
90
|
-
color:
|
|
90
|
+
color: var(--gray-dark);
|
|
91
91
|
order: 1;
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
&.panel-danger,
|
|
129
129
|
&.panel-success {
|
|
130
130
|
.expander-icon {
|
|
131
|
-
color:
|
|
131
|
+
color: var(--color-white);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
width: 100%;
|
|
163
163
|
|
|
164
164
|
.expander-icon {
|
|
165
|
-
color:
|
|
165
|
+
color: var(--gray);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
&-content {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
transition: background-color 100ms ease-in-out;
|
|
178
178
|
|
|
179
179
|
&:hover {
|
|
180
|
-
background-color:
|
|
180
|
+
background-color: var(--gray-lightest);
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
li {
|
|
10
10
|
width: 100%;
|
|
11
|
-
color:
|
|
11
|
+
color: var(--color-black);
|
|
12
12
|
|
|
13
13
|
&.ListMenuHeader {
|
|
14
14
|
display: block;
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
a {
|
|
26
|
-
color:
|
|
26
|
+
color: var(--color-black);
|
|
27
27
|
|
|
28
28
|
&:hover,
|
|
29
29
|
&.active {
|
|
30
30
|
text-decoration: none;
|
|
31
|
-
color:
|
|
31
|
+
color: var(--brand-primary);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
> span,
|
|
43
43
|
a {
|
|
44
|
-
border-left: 2px solid
|
|
44
|
+
border-left: 2px solid var(--gray-light);
|
|
45
45
|
display: block;
|
|
46
46
|
font-weight: normal;
|
|
47
47
|
margin: 0 0 0 10px;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
&.disabled {
|
|
53
53
|
> span,
|
|
54
54
|
a {
|
|
55
|
-
color:
|
|
55
|
+
color: var(--gray-light);
|
|
56
56
|
cursor: not-allowed;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
&:not(.disabled) {
|
|
61
61
|
> span,
|
|
62
62
|
a {
|
|
63
|
-
color:
|
|
63
|
+
color: var(--gray-darker);
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
|
|
66
66
|
&:hover,
|
|
67
67
|
&.active {
|
|
68
|
-
border-left-color:
|
|
68
|
+
border-left-color: var(--brand-primary);
|
|
69
69
|
border-width: 3px;
|
|
70
|
-
color:
|
|
70
|
+
color: var(--brand-primary);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
margin-bottom: 0;
|
|
41
41
|
min-height: 24px; // in case there is a spinner as label
|
|
42
42
|
padding: 7px 10px;
|
|
43
|
-
color:
|
|
43
|
+
color: var(--gray-darkest);
|
|
44
44
|
|
|
45
45
|
&.disabled {
|
|
46
46
|
opacity: 0.5;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.H_context_menu_item_separator {
|
|
70
|
-
background:
|
|
70
|
+
background: var(--gray-lighter);
|
|
71
71
|
border: none;
|
|
72
72
|
height: 1px;
|
|
73
73
|
padding-bottom: 0;
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
>div:first-child {
|
|
81
81
|
>div {
|
|
82
82
|
z-index: auto !important;
|
|
83
|
+
pointer-events: none;
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
>canvas {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@singleSize: 60px;
|
|
1
|
+
@animationDuration: 0.25s ease;
|
|
3
2
|
@bubbleSize: @singleSize * 0.4;
|
|
3
|
+
@clusterSize: 40px;
|
|
4
4
|
@iconSize: @bubbleSize * 1.25;
|
|
5
|
+
@nameMaxWidth: 200px;
|
|
5
6
|
@positionSize: ceil(@bubbleSize * 0.3);
|
|
6
7
|
@positionTriangleSize: @iconSize * 0.2;
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
|
|
10
|
-
@nameMaxWidth: 200px;
|
|
8
|
+
@shadowStyle: 0 0 5px .hsla(@always-color-black-hsl, 0.5)[@result];
|
|
9
|
+
@singleSize: 60px;
|
|
11
10
|
|
|
12
11
|
.rio-map-name {
|
|
13
12
|
font-size: @bubbleSize * 0.6;
|
|
@@ -23,7 +22,7 @@
|
|
|
23
22
|
|
|
24
23
|
.rio-map-bubble {
|
|
25
24
|
border-radius: @border-radius-round;
|
|
26
|
-
color:
|
|
25
|
+
color: var(--color-map-marker-text);
|
|
27
26
|
text-align: center;
|
|
28
27
|
|
|
29
28
|
&.exception {
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
border-width: 1px;
|
|
88
87
|
cursor: pointer;
|
|
89
88
|
display: block;
|
|
90
|
-
filter: drop-shadow(0 0 1px
|
|
89
|
+
filter: drop-shadow(0 0 1px .hsla(@always-color-black-hsl, 0.2)[@result]);
|
|
91
90
|
font-size: @clusterSize * 0.36;
|
|
92
91
|
font-weight: 500;
|
|
93
92
|
height: @clusterSize;
|
|
@@ -139,7 +138,7 @@
|
|
|
139
138
|
border-width: 1px;
|
|
140
139
|
cursor: pointer;
|
|
141
140
|
display: flex;
|
|
142
|
-
filter: drop-shadow(0 0 1px
|
|
141
|
+
filter: drop-shadow(0 0 1px .hsla(@always-color-black-hsl, 0.2)[@result]);
|
|
143
142
|
pointer-events: initial;
|
|
144
143
|
position: relative;
|
|
145
144
|
transition: background-color @animationDuration, filter @animationDuration, margin-bottom @animationDuration;
|
|
@@ -207,7 +206,7 @@
|
|
|
207
206
|
|
|
208
207
|
.rio-map-direction {
|
|
209
208
|
border-radius: @border-radius-round;
|
|
210
|
-
background-color:
|
|
209
|
+
background-color: .hslb(@color-map-marker-asset-hsl, '+', '5%')[@result];
|
|
211
210
|
background-image: url(~'data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22transparent%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M25%2012L12%2036s6.5-5%2013-5%2013%205%2013%205L25%2012z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
|
|
212
211
|
background-repeat: no-repeat;
|
|
213
212
|
background-size: @iconSize;
|
|
@@ -227,7 +226,7 @@
|
|
|
227
226
|
}
|
|
228
227
|
|
|
229
228
|
.rio-map-position-arrow {
|
|
230
|
-
background-color:
|
|
229
|
+
background-color: var(--color-map-marker-text);
|
|
231
230
|
bottom: (@iconSize * 0.5) - (@positionTriangleSize * 0.45);
|
|
232
231
|
color: transparent;
|
|
233
232
|
height: @positionTriangleSize;
|
|
@@ -240,7 +239,7 @@
|
|
|
240
239
|
}
|
|
241
240
|
|
|
242
241
|
.rio-map-position {
|
|
243
|
-
background-color:
|
|
242
|
+
background-color: var(--color-map-marker-text);
|
|
244
243
|
border-radius: @border-radius-round;
|
|
245
244
|
border-style: solid;
|
|
246
245
|
border-width: ceil(@positionSize * 0.3);
|
|
@@ -300,8 +299,8 @@
|
|
|
300
299
|
}
|
|
301
300
|
|
|
302
301
|
#rio-map-context-menu {
|
|
303
|
-
background-color:
|
|
304
|
-
border: 1px solid
|
|
302
|
+
background-color: var(--color-map-marker-asset);
|
|
303
|
+
border: 1px solid var(--color-map-marker-asset);
|
|
305
304
|
box-shadow: @shadowStyle;
|
|
306
305
|
display: none;
|
|
307
306
|
position: absolute;
|
|
@@ -317,7 +316,7 @@
|
|
|
317
316
|
padding: 0;
|
|
318
317
|
|
|
319
318
|
> li {
|
|
320
|
-
color:
|
|
319
|
+
color: var(--color-white);
|
|
321
320
|
display: flex;
|
|
322
321
|
padding: 0 @bubbleSize * 0.4;
|
|
323
322
|
|
|
@@ -326,12 +325,12 @@
|
|
|
326
325
|
|
|
327
326
|
&:hover,
|
|
328
327
|
&.hover {
|
|
329
|
-
background-color:
|
|
328
|
+
background-color: .hslb(@color-map-marker-asset-hsl, '-', '5%')[@result];
|
|
330
329
|
}
|
|
331
330
|
}
|
|
332
331
|
|
|
333
332
|
&:not(:last-child) {
|
|
334
|
-
border-bottom: 1px solid
|
|
333
|
+
border-bottom: 1px solid .hslb(@color-map-marker-asset-hsl, '-', '5%')[@result];
|
|
335
334
|
margin-bottom: 0;
|
|
336
335
|
}
|
|
337
336
|
|