@rio-cloud/rio-uikit 0.16.1-beta-9 → 0.16.1-beta-10
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/lib/.DS_Store +0 -0
- package/lib/components/.DS_Store +0 -0
- package/lib/components/applicationHeader/AppMenu.js +3 -2
- package/lib/components/applicationHeader/AppMenuDropdown.js +7 -5
- package/lib/components/applicationHeader/ApplicationHeader.js +84 -164
- package/lib/components/applicationHeader/MobileAppMenu.js +77 -0
- package/lib/components/applicationHeader/MobileHeaderModal.js +90 -0
- package/lib/components/applicationHeader/MobileSubmoduleNavigation.js +89 -0
- package/lib/components/applicationHeader/NavItems.js +167 -274
- package/lib/components/assetTree/TreeLeaf.js +1 -1
- package/lib/components/assetTree/TreeSelectAll.js +2 -1
- package/lib/components/assetTree/TypeCounter.js +3 -3
- package/lib/components/charts/chartHelper.js +1 -1
- package/lib/components/dialog/Dialog.js +4 -4
- package/lib/components/dialog/baseDialogPropTypes.js +1 -1
- package/lib/components/map/.DS_Store +0 -0
- package/lib/components/map/components/.DS_Store +0 -0
- package/lib/components/map/components/features/.DS_Store +0 -0
- package/lib/components/map/components/features/settings/.DS_Store +0 -0
- package/lib/components/steppedProgressBar/SteppedProgressBar.js +59 -107
- package/lib/es/Colors.js +1 -1
- package/lib/es/VolkswagenApplicationHeader.d.ts +5 -0
- package/lib/es/VolkswagenApplicationHeader.js +15 -0
- package/lib/index.js +1 -1
- package/lib/style/css/_exports/rio-website.less +29 -22
- package/lib/style/css/_exports/vw-uikit.less +4 -0
- package/lib/style/css/components/ApplicationHeader.less +47 -15
- package/lib/style/css/components/AssetTree.less +2 -2
- package/lib/style/css/variables.less +1 -1
- package/lib/style/fonts/rioglyph/rioglyph.less +7 -7
- package/lib/style/fonts/rioglyph/rioglyph.svg +9 -9
- package/lib/style/fonts/rioglyph/rioglyph.ttf +0 -0
- package/lib/style/fonts/rioglyph/rioglyph.woff +0 -0
- package/lib/styles/animations/_imports.less +10 -0
- package/lib/styles/animations/collapse.less +16 -0
- package/lib/styles/animations/fade.less +28 -0
- package/lib/styles/animations/pinging.less +7 -0
- package/lib/styles/animations/pulsing.less +5 -0
- package/lib/styles/animations/rotate.less +52 -0
- package/lib/styles/animations/scale.less +35 -0
- package/lib/styles/animations/slide.less +39 -0
- package/lib/styles/animations/spinning.less +4 -0
- package/lib/styles/animations/transition.less +129 -0
- package/lib/styles/animations/translate.less +28 -0
- package/lib/styles/components/Activity.less +93 -0
- package/lib/styles/components/ApplicationHeader.less +469 -0
- package/lib/styles/components/ApplicationLayout.less +240 -0
- package/lib/styles/components/AssetTree.less +439 -0
- package/lib/styles/components/AutoSuggest.less +22 -0
- package/lib/styles/components/BottomSheet.less +14 -0
- package/lib/styles/components/Carousel.less +212 -0
- package/lib/styles/components/Checkbox.less +224 -0
- package/lib/styles/components/ClearableInput.less +115 -0
- package/lib/styles/components/Counter.less +142 -0
- package/lib/styles/components/DataTabs.less +100 -0
- package/lib/styles/components/DatePicker.less +391 -0
- package/lib/styles/components/Dialog.less +484 -0
- package/lib/styles/components/Dropdown.less +185 -0
- package/lib/styles/components/Expander.less +196 -0
- package/lib/styles/components/FilePicker.less +8 -0
- package/lib/styles/components/ListMenu.less +77 -0
- package/lib/styles/components/MapHere.less +91 -0
- package/lib/styles/components/MapMarker.less +347 -0
- package/lib/styles/components/MapSettings.less +140 -0
- package/lib/styles/components/NoData.less +8 -0
- package/lib/styles/components/Notification.less +234 -0
- package/lib/styles/components/RadioButton.less +173 -0
- package/lib/styles/components/Resizer.less +43 -0
- package/lib/styles/components/Select.less +287 -0
- package/lib/styles/components/Sidebar.less +157 -0
- package/lib/styles/components/Slider.less +278 -0
- package/lib/styles/components/Spinner.less +49 -0
- package/lib/styles/components/StatsWidget.less +111 -0
- package/lib/styles/components/SteppedProgressBar.less +310 -0
- package/lib/styles/components/SupportMarker.less +34 -0
- package/lib/styles/components/Switch.less +145 -0
- package/lib/styles/components/TableSettingsDialog.less +96 -0
- package/lib/styles/components/TableSortArrows.less +54 -0
- package/lib/styles/components/TableToolbar.less +121 -0
- package/lib/styles/components/Tag.less +246 -0
- package/lib/styles/components/TagManager.less +4 -0
- package/lib/styles/components/Teaser.less +12 -0
- package/lib/styles/components/Timeline.less +69 -0
- package/lib/styles/components/Tooltip.less +222 -0
- package/lib/styles/design/alerts.less +55 -0
- package/lib/styles/design/aspect-ratio.less +23 -0
- package/lib/styles/design/badges.less +120 -0
- package/lib/styles/design/blockquote.less +49 -0
- package/lib/styles/design/border.less +192 -0
- package/lib/styles/design/breadcrumbs.less +20 -0
- package/lib/styles/design/button-groups.less +194 -0
- package/lib/styles/design/buttons.less +543 -0
- package/lib/styles/design/callouts.less +27 -0
- package/lib/styles/design/caret.less +28 -0
- package/lib/styles/design/close.less +12 -0
- package/lib/styles/design/code.less +45 -0
- package/lib/styles/design/colors.less +202 -0
- package/lib/styles/design/cols.less +56 -0
- package/lib/styles/design/container.less +29 -0
- package/lib/styles/design/cursors.less +19 -0
- package/lib/styles/design/custom.less +20 -0
- package/lib/styles/design/ellipsis.less +46 -0
- package/lib/styles/design/flexgrid.less +7 -0
- package/lib/styles/design/fonts.less +458 -0
- package/lib/styles/design/form-input-groups.less +245 -0
- package/lib/styles/design/form-inputs.less +655 -0
- package/lib/styles/design/iframe.less +80 -0
- package/lib/styles/design/images.less +47 -0
- package/lib/styles/design/labels.less +66 -0
- package/lib/styles/design/list-group.less +100 -0
- package/lib/styles/design/navs.less +262 -0
- package/lib/styles/design/normalize.less +436 -0
- package/lib/styles/design/opacity.less +26 -0
- package/lib/styles/design/overflow.less +1 -0
- package/lib/styles/design/pagination.less +161 -0
- package/lib/styles/design/panels.less +105 -0
- package/lib/styles/design/popovers.less +119 -0
- package/lib/styles/design/position.less +16 -0
- package/lib/styles/design/progress-bars.less +131 -0
- package/lib/styles/design/responsive/_imports.less +67 -0
- package/lib/styles/design/responsive/backgrounds.less +32 -0
- package/lib/styles/design/responsive/display.less +9 -0
- package/lib/styles/design/responsive/flexgrid.less +75 -0
- package/lib/styles/design/responsive/floating.less +4 -0
- package/lib/styles/design/responsive/gap.less +41 -0
- package/lib/styles/design/responsive/margin.less +127 -0
- package/lib/styles/design/responsive/overflow.less +16 -0
- package/lib/styles/design/responsive/padding.less +71 -0
- package/lib/styles/design/responsive/position.less +103 -0
- package/lib/styles/design/responsive/sizing.less +96 -0
- package/lib/styles/design/responsive/text.less +71 -0
- package/lib/styles/design/responsive-embed.less +31 -0
- package/lib/styles/design/responsive-video.less +22 -0
- package/lib/styles/design/rioglyph.less +13 -0
- package/lib/styles/design/rounded.less +44 -0
- package/lib/styles/design/shadows.less +65 -0
- package/lib/styles/design/sizing.less +18 -0
- package/lib/styles/design/tables.less +855 -0
- package/lib/styles/design/text.less +201 -0
- package/lib/styles/design/theme.less +206 -0
- package/lib/styles/design/thumbnails.less +29 -0
- package/lib/styles/design/transition.less +33 -0
- package/lib/styles/design/type.less +159 -0
- package/lib/styles/design/utilities.less +75 -0
- package/lib/styles/design/visibility.less +186 -0
- package/lib/styles/design/wells.less +17 -0
- package/lib/styles/design/z-index.less +21 -0
- package/lib/styles/filter/_imports.less +1 -0
- package/lib/styles/filter/blur.less +17 -0
- package/lib/styles/mapping/breakpoint-map.less +44 -0
- package/lib/styles/mapping/color-map.less +200 -0
- package/lib/styles/mapping/cols-map.less +15 -0
- package/lib/styles/mapping/numbers-map.less +16 -0
- package/lib/styles/mapping/positions-map.less +21 -0
- package/lib/styles/mapping/sizes-map.less +129 -0
- package/lib/styles/mapping/spacings-map.less +28 -0
- package/lib/styles/mixins/_mixins.less +13 -0
- package/lib/styles/mixins/alerts.less +13 -0
- package/lib/styles/mixins/border-radius.less +16 -0
- package/lib/styles/mixins/buttons.less +117 -0
- package/lib/styles/mixins/clearfix.less +9 -0
- package/lib/styles/mixins/cols.less +59 -0
- package/lib/styles/mixins/forms.less +61 -0
- package/lib/styles/mixins/panels.less +27 -0
- package/lib/styles/mixins/placeholder.less +17 -0
- package/lib/styles/mixins/reset.less +27 -0
- package/lib/styles/mixins/sizings.less +21 -0
- package/lib/styles/mixins/spinner.less +30 -0
- package/lib/styles/mixins/table.less +26 -0
- package/lib/styles/mixins/tabs.less +4 -0
- package/lib/styles/mixins/text.less +5 -0
- package/lib/styles/print/print.less +163 -0
- package/lib/styles/rio-uikit-core.less +114 -0
- package/lib/styles/rio-uikit-print-utilities.less +16 -0
- package/lib/styles/rio-uikit-responsive-utilities.less +16 -0
- package/lib/styles/shared/colors.json +56 -0
- package/lib/styles/shared/colors.less +73 -0
- package/lib/styles/shared/screens.less +7 -0
- package/lib/styles/shared/text.less +23 -0
- package/lib/styles/variables.less +180 -0
- package/lib/themes/BuyButton/styles/rio-buyButton.less +183 -0
- package/lib/themes/MAN/styles/man-uikit.less +48 -0
- package/lib/themes/RIO/styles/rio-uikit.less +20 -0
- package/lib/themes/SCANIA/styles/scania-uikit.less +36 -0
- package/lib/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +94 -0
- package/lib/themes/Volkswagen/components/applicationHeader/modulePropTypes.js +17 -0
- package/lib/themes/Volkswagen/styles/vw-uikit.less +205 -0
- package/lib/themes/Website/styles/rio-website.less +2236 -0
- package/lib/themes/Xmas/styles/rio-xmas.less +36 -0
- package/lib/types.ts +1 -1
- package/lib/version.json +1 -1
- package/package.json +95 -94
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
.show {
|
|
2
|
+
display: block !important;
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.invisible {
|
|
7
|
+
visibility: hidden;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.hidden, .hide {
|
|
11
|
+
display: none !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
html .hidden-empty:empty {
|
|
15
|
+
display: none !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.hidden-print {
|
|
19
|
+
@media print {
|
|
20
|
+
display: none !important;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.visible-print {
|
|
25
|
+
display: none !important;
|
|
26
|
+
|
|
27
|
+
@media print {
|
|
28
|
+
display: block !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&-inline {
|
|
32
|
+
display: none !important;
|
|
33
|
+
|
|
34
|
+
@media print {
|
|
35
|
+
display: inline !important;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// visible only
|
|
41
|
+
|
|
42
|
+
@media (min-width: @screen-ls-min) {
|
|
43
|
+
.visible-xs {
|
|
44
|
+
// "-ls" because UIKIT xs and UIKIT ls are the same
|
|
45
|
+
// but the website.css uses -ls as the mobile breakpoint
|
|
46
|
+
display: none !important;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.visible-ls {
|
|
51
|
+
@media (max-width: @screen-xs-max) {
|
|
52
|
+
display: none !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@media (min-width: @screen-sm-min) {
|
|
56
|
+
display: none !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.visible-sm {
|
|
61
|
+
@media (max-width: @screen-ls-max) {
|
|
62
|
+
display: none !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@media (min-width: @screen-md-min) {
|
|
66
|
+
display: none !important;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.visible-md {
|
|
71
|
+
@media (max-width: @screen-sm-max) {
|
|
72
|
+
display: none !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@media (min-width: @screen-lg-min) {
|
|
76
|
+
display: none !important;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.visible-lg {
|
|
81
|
+
@media (max-width: @screen-md-max) {
|
|
82
|
+
display: none !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@media (min-width: @screen-xl-min) {
|
|
86
|
+
display: none !important;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.visible-xl {
|
|
91
|
+
@media (max-width: @screen-xl-min) {
|
|
92
|
+
display: none !important;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// hidden only
|
|
97
|
+
|
|
98
|
+
.hidden-xs {
|
|
99
|
+
// "-ls" because UIKIT xs and UIKIT ls are the same
|
|
100
|
+
// but the website.css uses -ls as the mobile breakpoint
|
|
101
|
+
@media (max-width: @screen-ls) {
|
|
102
|
+
display: none !important;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.hidden-ls {
|
|
107
|
+
@media (min-width: @screen-ls-min) and (max-width: @screen-ls-max) {
|
|
108
|
+
display: none !important;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.hidden-sm {
|
|
113
|
+
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
|
|
114
|
+
display: none !important;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.hidden-md {
|
|
119
|
+
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
|
|
120
|
+
display: none !important;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.hidden-lg {
|
|
125
|
+
@media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) {
|
|
126
|
+
display: none !important;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.hidden-xl {
|
|
131
|
+
@media (min-width: @screen-xl) {
|
|
132
|
+
display: none !important;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// visible from
|
|
137
|
+
|
|
138
|
+
.visible-min-ls {
|
|
139
|
+
@media (max-width: @screen-sm-min) {
|
|
140
|
+
display: none !important;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.visible-min-sm {
|
|
145
|
+
@media (max-width: @screen-md-min) {
|
|
146
|
+
display: none !important;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.visible-min-md {
|
|
151
|
+
@media (max-width: @screen-lg-min) {
|
|
152
|
+
display: none !important;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.visible-min-lg {
|
|
157
|
+
@media (max-width: @screen-xl-min) {
|
|
158
|
+
display: none !important;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// hidden from
|
|
163
|
+
|
|
164
|
+
.hidden-min-ls {
|
|
165
|
+
@media (min-width: @screen-ls-min) {
|
|
166
|
+
display: none !important;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.hidden-min-sm {
|
|
171
|
+
@media (min-width: @screen-sm-min) {
|
|
172
|
+
display: none !important;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.hidden-min-md {
|
|
177
|
+
@media (min-width: @screen-md-min) {
|
|
178
|
+
display: none !important;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.hidden-min-lg {
|
|
183
|
+
@media (min-width: @screen-lg-min) {
|
|
184
|
+
display: none !important;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.well {
|
|
2
|
+
background-color: @color-white;
|
|
3
|
+
border-radius: @border-radius-default;
|
|
4
|
+
margin-bottom: 20px;
|
|
5
|
+
min-height: 20px;
|
|
6
|
+
padding: 20px;
|
|
7
|
+
|
|
8
|
+
&-sm {
|
|
9
|
+
padding: 10px;
|
|
10
|
+
border-radius: @border-radius-sm;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&-lg {
|
|
14
|
+
padding: 30px;
|
|
15
|
+
border-radius: @border-radius-lg;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.z-index {
|
|
2
|
+
&-1 { z-index: 1 !important }
|
|
3
|
+
&-2 { z-index: 2 !important }
|
|
4
|
+
&-3 { z-index: 3 !important }
|
|
5
|
+
&-4 { z-index: 4 !important }
|
|
6
|
+
&-5 { z-index: 5 !important }
|
|
7
|
+
&-6 { z-index: 6 !important }
|
|
8
|
+
&-7 { z-index: 7 !important }
|
|
9
|
+
&-8 { z-index: 8 !important }
|
|
10
|
+
&-9 { z-index: 9 !important }
|
|
11
|
+
&-10 { z-index: 10 !important }
|
|
12
|
+
&-max { z-index: 2147483647 !important }
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.hover-z-index {
|
|
16
|
+
&-1:hover { z-index: 1 !important }
|
|
17
|
+
&-2:hover { z-index: 2 !important }
|
|
18
|
+
&-3:hover { z-index: 3 !important }
|
|
19
|
+
&-4:hover { z-index: 4 !important }
|
|
20
|
+
&-5:hover { z-index: 5 !important }
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import (less) "blur.less";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.blur {
|
|
2
|
+
&-0 { filter: blur(0) }
|
|
3
|
+
&-1 { filter: blur(1px) }
|
|
4
|
+
&-2 { filter: blur(2px) }
|
|
5
|
+
&-3 { filter: blur(3px) }
|
|
6
|
+
&-4 { filter: blur(4px) }
|
|
7
|
+
&-5 { filter: blur(5px) }
|
|
8
|
+
&-6 { filter: blur(6px) }
|
|
9
|
+
&-7 { filter: blur(7px) }
|
|
10
|
+
&-8 { filter: blur(8px) }
|
|
11
|
+
&-9 { filter: blur(9px) }
|
|
12
|
+
&-10 { filter: blur(10px) }
|
|
13
|
+
&-20 { filter: blur(20px) }
|
|
14
|
+
&-30 { filter: blur(30px) }
|
|
15
|
+
&-40 { filter: blur(40px) }
|
|
16
|
+
&-50 { filter: blur(50px) }
|
|
17
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/breakpoint.js
|
|
3
|
+
|
|
4
|
+
@breakpoint-xs-to-xl: {
|
|
5
|
+
xs: @screen-xs;
|
|
6
|
+
ls: @screen-ls;
|
|
7
|
+
sm: @screen-sm;
|
|
8
|
+
md: @screen-md;
|
|
9
|
+
lg: @screen-lg;
|
|
10
|
+
xl: @screen-xl;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@breakpoint-ls-to-xl: {
|
|
14
|
+
ls: @screen-ls;
|
|
15
|
+
sm: @screen-sm;
|
|
16
|
+
md: @screen-md;
|
|
17
|
+
lg: @screen-lg;
|
|
18
|
+
xl: @screen-xl;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@container-sm-to-xxl: {
|
|
22
|
+
sm: @container-fluid-sm;
|
|
23
|
+
md: @container-fluid-md;
|
|
24
|
+
lg: @container-fluid-lg;
|
|
25
|
+
xl: @container-fluid-xl;
|
|
26
|
+
xxl: @container-fluid-xxl;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@container-sm-to-xxl-classes: {
|
|
30
|
+
sm: fluid-small;
|
|
31
|
+
md: fluid-default;
|
|
32
|
+
lg: fluid-large;
|
|
33
|
+
xl: fluid-extra-large;
|
|
34
|
+
xxl: fluid-ultra-large;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// BS Fallback old container behavior
|
|
38
|
+
@container-ls-to-xl: {
|
|
39
|
+
ls: @container-ls;
|
|
40
|
+
sm: @container-sm;
|
|
41
|
+
md: @container-md;
|
|
42
|
+
lg: @container-lg;
|
|
43
|
+
xl: @container-xl;
|
|
44
|
+
}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/colors.js
|
|
3
|
+
|
|
4
|
+
// Color Map - Text
|
|
5
|
+
// black
|
|
6
|
+
// white
|
|
7
|
+
@colors-text-map: {
|
|
8
|
+
black: @color-black;
|
|
9
|
+
white: @color-white;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Color Map - Gray
|
|
13
|
+
// darkest
|
|
14
|
+
// darker
|
|
15
|
+
// dark
|
|
16
|
+
// gray
|
|
17
|
+
// light
|
|
18
|
+
// lighter
|
|
19
|
+
// lightest
|
|
20
|
+
@colors-gray-map: {
|
|
21
|
+
darkest: @gray-darkest;
|
|
22
|
+
darker: @gray-darker;
|
|
23
|
+
dark: @gray-dark;
|
|
24
|
+
gray: @gray;
|
|
25
|
+
light: @gray-light;
|
|
26
|
+
lighter: @gray-lighter;
|
|
27
|
+
lightest: @gray-lightest;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Color Map - Brand
|
|
31
|
+
// primary
|
|
32
|
+
// secondary
|
|
33
|
+
@colors-brand-map: {
|
|
34
|
+
primary: @brand-primary;
|
|
35
|
+
secondary: @brand-secondary;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Color Map - Brand Decent
|
|
39
|
+
@colors-brand-decent-map: {
|
|
40
|
+
primary: @brand-primary-decent;
|
|
41
|
+
secondary: @brand-secondary-decent;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// Color Map - Status
|
|
45
|
+
// info
|
|
46
|
+
// success
|
|
47
|
+
// warning
|
|
48
|
+
// danger
|
|
49
|
+
@colors-status-map: {
|
|
50
|
+
info: @brand-info;
|
|
51
|
+
success: @brand-success;
|
|
52
|
+
warning: @brand-warning;
|
|
53
|
+
danger: @brand-danger;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// Color Map - Status Decent
|
|
57
|
+
@colors-status-decent-map: {
|
|
58
|
+
info: @brand-info-decent;
|
|
59
|
+
success: @brand-success-decent;
|
|
60
|
+
warning: @brand-warning-decent;
|
|
61
|
+
danger: @brand-danger-decent;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Color Map - Brand & Status
|
|
65
|
+
// SASS has a map-merge function, LESS unfortunately not...
|
|
66
|
+
// primary
|
|
67
|
+
// secondary
|
|
68
|
+
// info
|
|
69
|
+
// success
|
|
70
|
+
// warning
|
|
71
|
+
// danger
|
|
72
|
+
@colors-brand-and-status-map: {
|
|
73
|
+
primary: @brand-primary;
|
|
74
|
+
secondary: @brand-secondary;
|
|
75
|
+
info: @brand-info;
|
|
76
|
+
success: @brand-success;
|
|
77
|
+
warning: @brand-warning;
|
|
78
|
+
danger: @brand-danger;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// Color Map - Brand & Status Decent
|
|
82
|
+
// SASS has a map-merge function, LESS unfortunately not...
|
|
83
|
+
@colors-brand-and-status-decent-map: {
|
|
84
|
+
primary: @brand-primary-decent;
|
|
85
|
+
secondary: @brand-secondary-decent;
|
|
86
|
+
info: @brand-info-decent;
|
|
87
|
+
success: @brand-success-decent;
|
|
88
|
+
warning: @brand-warning-decent;
|
|
89
|
+
danger: @brand-danger-decent;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// Color Map - Forms
|
|
93
|
+
// Danger = Error // BS Fuckup
|
|
94
|
+
@colors-forms-map: {
|
|
95
|
+
success: @brand-success;
|
|
96
|
+
warning: @brand-warning;
|
|
97
|
+
error: @brand-danger;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Color Map - Driving Status
|
|
101
|
+
// status-available
|
|
102
|
+
// status-driving
|
|
103
|
+
// status-resting
|
|
104
|
+
// status-working
|
|
105
|
+
@colors-driving-status-map: {
|
|
106
|
+
status-available: @color-status-available;
|
|
107
|
+
status-driving: @color-status-driving;
|
|
108
|
+
status-resting: @color-status-resting;
|
|
109
|
+
status-working: @color-status-working;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// Color Map - Map Marker
|
|
113
|
+
// map-marker-asset
|
|
114
|
+
// map-marker-poi
|
|
115
|
+
// map-marker-geofence
|
|
116
|
+
// map-marker-route
|
|
117
|
+
@colors-map-marker-map: {
|
|
118
|
+
map-marker-asset: @color-map-marker-asset;
|
|
119
|
+
map-marker-poi: @color-map-marker-poi;
|
|
120
|
+
map-marker-geofence: @color-map-marker-geofence;
|
|
121
|
+
map-marker-route: @color-map-marker-route;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// Color Map - Rating
|
|
125
|
+
// rating-1
|
|
126
|
+
// rating-2
|
|
127
|
+
// rating-3
|
|
128
|
+
// rating-4
|
|
129
|
+
// rating-5
|
|
130
|
+
@colors-rating-map: {
|
|
131
|
+
rating-1: @color-rating-1;
|
|
132
|
+
rating-2: @color-rating-2;
|
|
133
|
+
rating-3: @color-rating-3;
|
|
134
|
+
rating-4: @color-rating-4;
|
|
135
|
+
rating-5: @color-rating-5;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// Color Map - Highlight
|
|
139
|
+
// highlight-darkest
|
|
140
|
+
// highlight-darker
|
|
141
|
+
// highlight-dark
|
|
142
|
+
// highlight
|
|
143
|
+
// highlight-light
|
|
144
|
+
// highlight-lighter
|
|
145
|
+
// highlight-lightest
|
|
146
|
+
// highlight-decent
|
|
147
|
+
@colors-highlight-map: {
|
|
148
|
+
highlight-darkest: @color-highlight-darkest;
|
|
149
|
+
highlight-darker: @color-highlight-darker;
|
|
150
|
+
highlight-dark: @color-highlight-dark;
|
|
151
|
+
highlight: @color-highlight;
|
|
152
|
+
highlight-light: @color-highlight-light;
|
|
153
|
+
highlight-lighter: @color-highlight-lighter;
|
|
154
|
+
highlight-lightest: @color-highlight-lightest;
|
|
155
|
+
highlight-decent: @color-highlight-decent;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// Color Map - RIO Coldplay
|
|
159
|
+
// coldplay-wine
|
|
160
|
+
// coldplay-aubergine
|
|
161
|
+
// coldplay-kashmir
|
|
162
|
+
// coldplay-fountain
|
|
163
|
+
// coldplay-turquoise
|
|
164
|
+
// coldplay-bermuda
|
|
165
|
+
// coldplay-moos
|
|
166
|
+
// coldplay-primrose
|
|
167
|
+
// coldplay-khaki
|
|
168
|
+
@colors-coldplay-map: {
|
|
169
|
+
coldplay-wine: @color-coldplay-wine;
|
|
170
|
+
coldplay-aubergine: @color-coldplay-aubergine;
|
|
171
|
+
coldplay-kashmir: @color-coldplay-kashmir;
|
|
172
|
+
coldplay-fountain: @color-coldplay-fountain;
|
|
173
|
+
coldplay-turquoise: @color-coldplay-turquoise;
|
|
174
|
+
coldplay-bermuda: @color-coldplay-bermuda;
|
|
175
|
+
coldplay-moos: @color-coldplay-moos;
|
|
176
|
+
coldplay-primrose: @color-coldplay-primrose;
|
|
177
|
+
coldplay-khaki: @color-coldplay-khaki;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// Color Map - RIO Warmup
|
|
181
|
+
// warmup-crimson
|
|
182
|
+
// warmup-victoria
|
|
183
|
+
// warmup-cadillac
|
|
184
|
+
// warmup-raspberry
|
|
185
|
+
// warmup-cerise
|
|
186
|
+
// warmup-charm
|
|
187
|
+
// warmup-salmon
|
|
188
|
+
// warmup-cherokee
|
|
189
|
+
// warmup-corn
|
|
190
|
+
@colors-warmup-map: {
|
|
191
|
+
warmup-crimson: @color-warmup-crimson;
|
|
192
|
+
warmup-victoria: @color-warmup-victoria;
|
|
193
|
+
warmup-cadillac: @color-warmup-cadillac;
|
|
194
|
+
warmup-raspberry: @color-warmup-raspberry;
|
|
195
|
+
warmup-cerise: @color-warmup-cerise;
|
|
196
|
+
warmup-charm: @color-warmup-charm;
|
|
197
|
+
warmup-salmon: @color-warmup-salmon;
|
|
198
|
+
warmup-cherokee: @color-warmup-cherokee;
|
|
199
|
+
warmup-corn: @color-warmup-corn;
|
|
200
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/numbers.js
|
|
3
|
+
|
|
4
|
+
@numbers_from_0_to_100: {
|
|
5
|
+
0: 0;
|
|
6
|
+
10: 10;
|
|
7
|
+
20: 20;
|
|
8
|
+
30: 30;
|
|
9
|
+
40: 40;
|
|
10
|
+
50: 50;
|
|
11
|
+
60: 60;
|
|
12
|
+
70: 70;
|
|
13
|
+
80: 80;
|
|
14
|
+
90: 90;
|
|
15
|
+
100: 100;
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/positions.js
|
|
3
|
+
|
|
4
|
+
@positions-px: {
|
|
5
|
+
1: 1px;
|
|
6
|
+
2: 2px;
|
|
7
|
+
3: 3px;
|
|
8
|
+
4: 4px;
|
|
9
|
+
5: 5px;
|
|
10
|
+
10: 10px;
|
|
11
|
+
15: 15px;
|
|
12
|
+
20: 20px;
|
|
13
|
+
25: 25px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@positions-pct: {
|
|
17
|
+
25pct: 25%;
|
|
18
|
+
50pct: 50%;
|
|
19
|
+
75pct: 75%;
|
|
20
|
+
100pct: 100%;
|
|
21
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/sizes.js
|
|
3
|
+
|
|
4
|
+
@sizes-px: {
|
|
5
|
+
1: 1px;
|
|
6
|
+
2: 2px;
|
|
7
|
+
3: 3px;
|
|
8
|
+
4: 4px;
|
|
9
|
+
5: 5px;
|
|
10
|
+
10: 10px;
|
|
11
|
+
15: 15px;
|
|
12
|
+
20: 20px;
|
|
13
|
+
25: 25px;
|
|
14
|
+
30: 30px;
|
|
15
|
+
35: 35px;
|
|
16
|
+
40: 40px;
|
|
17
|
+
45: 45px;
|
|
18
|
+
50: 50px;
|
|
19
|
+
60: 60px;
|
|
20
|
+
70: 70px;
|
|
21
|
+
80: 80px;
|
|
22
|
+
90: 90px;
|
|
23
|
+
100: 100px;
|
|
24
|
+
150: 150px;
|
|
25
|
+
200: 200px;
|
|
26
|
+
250: 250px;
|
|
27
|
+
300: 300px;
|
|
28
|
+
350: 350px;
|
|
29
|
+
400: 400px;
|
|
30
|
+
450: 450px;
|
|
31
|
+
500: 500px;
|
|
32
|
+
600: 600px;
|
|
33
|
+
700: 700px;
|
|
34
|
+
800: 800px;
|
|
35
|
+
900: 900px;
|
|
36
|
+
1000: 1000px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@sizes-px-1-to-100: {
|
|
40
|
+
1: 1px;
|
|
41
|
+
2: 2px;
|
|
42
|
+
3: 3px;
|
|
43
|
+
4: 4px;
|
|
44
|
+
5: 5px;
|
|
45
|
+
10: 10px;
|
|
46
|
+
15: 15px;
|
|
47
|
+
20: 20px;
|
|
48
|
+
25: 25px;
|
|
49
|
+
30: 30px;
|
|
50
|
+
35: 35px;
|
|
51
|
+
40: 40px;
|
|
52
|
+
45: 45px;
|
|
53
|
+
50: 50px;
|
|
54
|
+
60: 60px;
|
|
55
|
+
70: 70px;
|
|
56
|
+
80: 80px;
|
|
57
|
+
90: 90px;
|
|
58
|
+
100: 100px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@sizes-px-50-to-500: {
|
|
62
|
+
50: 50px;
|
|
63
|
+
60: 60px;
|
|
64
|
+
70: 70px;
|
|
65
|
+
80: 80px;
|
|
66
|
+
90: 90px;
|
|
67
|
+
100: 100px;
|
|
68
|
+
150: 150px;
|
|
69
|
+
200: 200px;
|
|
70
|
+
250: 250px;
|
|
71
|
+
300: 300px;
|
|
72
|
+
350: 350px;
|
|
73
|
+
400: 400px;
|
|
74
|
+
450: 450px;
|
|
75
|
+
500: 500px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@sizes-px-50-to-1000: {
|
|
79
|
+
50: 50px;
|
|
80
|
+
60: 60px;
|
|
81
|
+
70: 70px;
|
|
82
|
+
80: 80px;
|
|
83
|
+
90: 90px;
|
|
84
|
+
100: 100px;
|
|
85
|
+
150: 150px;
|
|
86
|
+
200: 200px;
|
|
87
|
+
250: 250px;
|
|
88
|
+
300: 300px;
|
|
89
|
+
350: 350px;
|
|
90
|
+
400: 400px;
|
|
91
|
+
450: 450px;
|
|
92
|
+
500: 500px;
|
|
93
|
+
600: 600px;
|
|
94
|
+
700: 700px;
|
|
95
|
+
800: 800px;
|
|
96
|
+
900: 900px;
|
|
97
|
+
1000: 1000px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@sizes-pct: {
|
|
101
|
+
10pct: 10%;
|
|
102
|
+
20pct: 20%;
|
|
103
|
+
25pct: 25%;
|
|
104
|
+
30pct: 30%;
|
|
105
|
+
33pct: 33.33%;
|
|
106
|
+
40pct: 40%;
|
|
107
|
+
50pct: 50%;
|
|
108
|
+
60pct: 60%;
|
|
109
|
+
66pct: 66.66%;
|
|
110
|
+
70pct: 70%;
|
|
111
|
+
75pct: 75%;
|
|
112
|
+
80pct: 80%;
|
|
113
|
+
90pct: 90%;
|
|
114
|
+
100pct: 100%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@sizes-vw: {
|
|
118
|
+
25vw: 25vw;
|
|
119
|
+
50vw: 50vw;
|
|
120
|
+
75vw: 75vw;
|
|
121
|
+
100vw: 100vw;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@sizes-vh: {
|
|
125
|
+
25vh: 25vh;
|
|
126
|
+
50vh: 50vh;
|
|
127
|
+
75vh: 75vh;
|
|
128
|
+
100vh: 100vh;
|
|
129
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// These values must always be kept in sync with those of the demo page
|
|
2
|
+
// uikit-demo/src/utils/spacings.js
|
|
3
|
+
|
|
4
|
+
@spacings-px: {
|
|
5
|
+
1: 1px;
|
|
6
|
+
2: 2px;
|
|
7
|
+
3: 3px;
|
|
8
|
+
4: 4px;
|
|
9
|
+
5: 5px;
|
|
10
|
+
10: 10px;
|
|
11
|
+
15: 15px;
|
|
12
|
+
20: 20px;
|
|
13
|
+
25: 25px;
|
|
14
|
+
50: 50px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@spacings-pct: {
|
|
18
|
+
1pct: 1%;
|
|
19
|
+
2pct: 2%;
|
|
20
|
+
3pct: 3%;
|
|
21
|
+
4pct: 4%;
|
|
22
|
+
5pct: 5%;
|
|
23
|
+
10pct: 10%;
|
|
24
|
+
15pct: 15%;
|
|
25
|
+
20pct: 20%;
|
|
26
|
+
25pct: 25%;
|
|
27
|
+
50pct: 50%;
|
|
28
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import (less) 'border-radius.less';
|
|
2
|
+
@import (less) 'buttons.less';
|
|
3
|
+
@import (less) 'clearfix.less';
|
|
4
|
+
@import (less) 'cols.less';
|
|
5
|
+
@import (less) 'forms.less';
|
|
6
|
+
@import (less) 'panels.less';
|
|
7
|
+
@import (less) 'placeholder.less';
|
|
8
|
+
@import (less) 'reset.less';
|
|
9
|
+
@import (less) 'sizings.less';
|
|
10
|
+
@import (less) 'spinner.less';
|
|
11
|
+
@import (less) 'tabs.less';
|
|
12
|
+
@import (less) 'table.less';
|
|
13
|
+
@import (less) 'text.less';
|