@geoscene/core 4.33.13 → 4.33.15
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/README.md +25 -25
- package/assets/geoscene/core/workers/chunks/0229c573fa8a2fff2d8b.js +1 -1
- package/assets/geoscene/core/workers/chunks/17fcdaeb42e932712096.js +1 -1
- package/assets/geoscene/core/workers/chunks/29fb64826bb1351aca8d.js +1 -1
- package/assets/geoscene/core/workers/chunks/306e262f148b3057b11b.js +1 -1
- package/assets/geoscene/core/workers/chunks/54f981fe0f8851767be9.js +1 -1
- package/assets/geoscene/core/workers/chunks/58b2dc0ec977af7413b0.js +1 -1
- package/assets/geoscene/core/workers/chunks/73ddb356121add556994.js +1 -1
- package/assets/geoscene/core/workers/chunks/77342fa644507f57c41a.js +1 -1
- package/assets/geoscene/core/workers/chunks/7e1906d35a764f7f10b0.js +1 -1
- package/assets/geoscene/core/workers/chunks/88b7265270feede80e1d.js +1 -1
- package/assets/geoscene/core/workers/chunks/8a87c181b85d0b86b9bb.js +1 -1
- package/assets/geoscene/core/workers/chunks/aad9a693813b47a51530.js +1 -1
- package/assets/geoscene/core/workers/chunks/ac03f1b2402598b394d5.js +1 -1
- package/assets/geoscene/core/workers/chunks/d568070513f2b98fd9b5.js +1 -1
- package/assets/geoscene/core/workers/chunks/f3b51aa0a1a8fc3b231c.js +1 -1
- package/assets/geoscene/css/main.scss +1 -1
- package/assets/geoscene/css/view.scss +1 -1
- package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
- package/assets/geoscene/themes/base/_functions.scss +23 -23
- package/assets/geoscene/themes/base/_layout.scss +11 -11
- package/assets/geoscene/themes/base/_sizes.scss +130 -130
- package/assets/geoscene/themes/base/_type.scss +25 -25
- package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
- package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
- package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
- package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
- package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
- package/assets/geoscene/themes/base/widgets/_AreaMeasurement2D.scss +7 -7
- package/assets/geoscene/themes/base/widgets/_AreaMeasurement3D.scss +7 -7
- package/assets/geoscene/themes/base/widgets/_DirectLineMeasurement3D.scss +7 -7
- package/assets/geoscene/themes/base/widgets/_DistanceMeasurement2D.scss +7 -7
- package/assets/geoscene/themes/base/widgets/_Measurement.scss +7 -7
- package/assets/geoscene/themes/light/view.scss +9 -9
- package/assets/geoscene/views/3d/analysis/images/heading-rotate.ts.svg +10 -10
- package/assets/geoscene/views/3d/analysis/images/tilt-rotate.ts.svg +11 -11
- package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
- package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
- package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
- package/copyright.txt +1700 -1700
- package/core/Accessor.js +1 -1
- package/geometry/operators/graphicBufferOperator.d.ts +4 -4
- package/geometry/support/meshUtils.js +1 -1
- package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
- package/package.json +34 -34
- package/portal/support/portalLayers.js +1 -1
- package/rest/networks/queryAssociations.js +1 -1
- package/symbols/WebStyleSymbol.js +1 -1
- package/views/View2D.js +1 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
|
-
|
|
3
|
-
//////////////////////////////
|
|
4
|
-
// Calculations
|
|
5
|
-
@function offset-background-color($color, $percent) {
|
|
6
|
-
@if get-lightness($color) < 50 {
|
|
7
|
-
@return color.adjust($color, $lightness: $percent);
|
|
8
|
-
} @else {
|
|
9
|
-
@return color.adjust($color, $lightness: - $percent);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@function offset-foreground-color($color, $percent) {
|
|
14
|
-
@if get-lightness($color) > 50 {
|
|
15
|
-
@return color.adjust($color, $lightness: $percent);
|
|
16
|
-
} @else {
|
|
17
|
-
@return color.adjust($color, $lightness: - $percent);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@function get-lightness($color) {
|
|
22
|
-
@return color.channel(color.to-space($color, hsl), "lightness");
|
|
23
|
-
}
|
|
1
|
+
@use "sass:color";
|
|
2
|
+
|
|
3
|
+
//////////////////////////////
|
|
4
|
+
// Calculations
|
|
5
|
+
@function offset-background-color($color, $percent) {
|
|
6
|
+
@if get-lightness($color) < 50 {
|
|
7
|
+
@return color.adjust($color, $lightness: $percent);
|
|
8
|
+
} @else {
|
|
9
|
+
@return color.adjust($color, $lightness: - $percent);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@function offset-foreground-color($color, $percent) {
|
|
14
|
+
@if get-lightness($color) > 50 {
|
|
15
|
+
@return color.adjust($color, $lightness: $percent);
|
|
16
|
+
} @else {
|
|
17
|
+
@return color.adjust($color, $lightness: - $percent);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@function get-lightness($color) {
|
|
22
|
+
@return color.channel(color.to-space($color, hsl), "lightness");
|
|
23
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
$layout-base-size: 48px !default;
|
|
2
|
-
|
|
3
|
-
// Header
|
|
4
|
-
$header-height--min: $layout-base-size !default;
|
|
5
|
-
$header-button-height: $layout-base-size !default;
|
|
6
|
-
$header-button-width: $layout-base-size !default;
|
|
7
|
-
|
|
8
|
-
// Footer
|
|
9
|
-
$footer-height--min: $layout-base-size !default;
|
|
10
|
-
$footer-button-height: $layout-base-size !default;
|
|
11
|
-
$footer-button-width: $layout-base-size !default;
|
|
1
|
+
$layout-base-size: 48px !default;
|
|
2
|
+
|
|
3
|
+
// Header
|
|
4
|
+
$header-height--min: $layout-base-size !default;
|
|
5
|
+
$header-button-height: $layout-base-size !default;
|
|
6
|
+
$header-button-width: $layout-base-size !default;
|
|
7
|
+
|
|
8
|
+
// Footer
|
|
9
|
+
$footer-height--min: $layout-base-size !default;
|
|
10
|
+
$footer-button-height: $layout-base-size !default;
|
|
11
|
+
$footer-button-width: $layout-base-size !default;
|
|
@@ -1,130 +1,130 @@
|
|
|
1
|
-
// Sizes & Placement
|
|
2
|
-
|
|
3
|
-
@use "sass:math";
|
|
4
|
-
|
|
5
|
-
$border-size--active: 3px !default;
|
|
6
|
-
$icon-size: 16px !default;
|
|
7
|
-
$border-radius: 2px !default;
|
|
8
|
-
|
|
9
|
-
/////////////////////////
|
|
10
|
-
// Button
|
|
11
|
-
$button-width: 32px !default;
|
|
12
|
-
$button-height: 32px !default;
|
|
13
|
-
|
|
14
|
-
// button : half
|
|
15
|
-
$button-width--half: math.floor($button-width * 0.5) !default;
|
|
16
|
-
$button-height--half: math.floor($button-height * 0.5) !default;
|
|
17
|
-
|
|
18
|
-
// button : quarter
|
|
19
|
-
$button-width--quarter: math.floor($button-width * 0.25) !default;
|
|
20
|
-
$button-height--quarter: math.floor($button-height * 0.25) !default;
|
|
21
|
-
|
|
22
|
-
// button : fifth
|
|
23
|
-
$button-width--fifth: math.floor($button-width * 0.2) !default;
|
|
24
|
-
$button-height--fifth: math.floor($button-height * 0.2) !default;
|
|
25
|
-
|
|
26
|
-
// button : plus half`
|
|
27
|
-
$button-width--plus-half: math.floor($button-width * 1.5) !default;
|
|
28
|
-
$button-height--plus-half: math.floor($button-height * 1.5) !default;
|
|
29
|
-
|
|
30
|
-
// button : double
|
|
31
|
-
$button-width--double: math.floor($button-width * 2) !default;
|
|
32
|
-
$button-height--double: math.floor($button-height * 2) !default;
|
|
33
|
-
|
|
34
|
-
/////////////////////////
|
|
35
|
-
// List Items
|
|
36
|
-
$list-item-height: 32px !default;
|
|
37
|
-
$list-item-height--three-quarters: 36px !default;
|
|
38
|
-
|
|
39
|
-
/////////////////////////
|
|
40
|
-
// Toggle
|
|
41
|
-
$toggle-offset: 4px !default;
|
|
42
|
-
$toggle-width: 28px !default;
|
|
43
|
-
$toggle-height: 16px !default;
|
|
44
|
-
$toggle-handle-size: $toggle-height - $toggle-offset !default;
|
|
45
|
-
|
|
46
|
-
/////////////////////////
|
|
47
|
-
// Panel
|
|
48
|
-
$panel-width: 300px !default;
|
|
49
|
-
$panel-width--three-quarters: math.floor($panel-width * 3 * 0.25) !default;
|
|
50
|
-
$panel-width--plus-half: math.floor($panel-width * 1.5) !default;
|
|
51
|
-
|
|
52
|
-
$panel-min-height--large: 240px !default;
|
|
53
|
-
$panel-min-height--medium: 120px !default;
|
|
54
|
-
$panel-min-height--small: 96px !default;
|
|
55
|
-
$panel-min-height--xsmall: 32px !default;
|
|
56
|
-
|
|
57
|
-
$panel-max-height--large: 680px !default;
|
|
58
|
-
$panel-max-height--medium: 540px !default;
|
|
59
|
-
$panel-max-height--small: 420px !default;
|
|
60
|
-
$panel-max-height--xsmall: 240px !default;
|
|
61
|
-
|
|
62
|
-
/////////////////////////
|
|
63
|
-
// Component (widget in view) max heights based on view height
|
|
64
|
-
$view-height--gt-medium__component-max-height: 680px !default;
|
|
65
|
-
$view-height--medium__component-max-height: 540px !default;
|
|
66
|
-
$view-height--small__component-max-height: 420px !default;
|
|
67
|
-
$view-height--xsmall__component-max-height: 240px !default;
|
|
68
|
-
|
|
69
|
-
/////////////////////////
|
|
70
|
-
// Popup
|
|
71
|
-
$docked-margin: 15px !default;
|
|
72
|
-
$docked-margin--double: math.floor($docked-margin * 2) !default;
|
|
73
|
-
|
|
74
|
-
/////////////////////////
|
|
75
|
-
// Loading
|
|
76
|
-
$looping-progress-bar-width: 20% !default;
|
|
77
|
-
$looping-progress-bar-params: 1500ms linear infinite !default;
|
|
78
|
-
|
|
79
|
-
$spinning-loader-size: $icon-size !default;
|
|
80
|
-
|
|
81
|
-
/////////////////////////
|
|
82
|
-
// Spacing
|
|
83
|
-
$side-spacing: 15px !default;
|
|
84
|
-
$cap-spacing: 12px !default;
|
|
85
|
-
|
|
86
|
-
// spacing : three quarters
|
|
87
|
-
$side-spacing--three-quarters: math.floor($side-spacing * 3 * 0.25) !default;
|
|
88
|
-
$cap-spacing--three-quarters: math.floor($cap-spacing * 3 * 0.25) !default;
|
|
89
|
-
|
|
90
|
-
// spacing : half
|
|
91
|
-
$side-spacing--half: math.floor($side-spacing * 0.5) !default;
|
|
92
|
-
$cap-spacing--half: math.floor($cap-spacing * 0.5) !default;
|
|
93
|
-
|
|
94
|
-
// spacing : third
|
|
95
|
-
$side-spacing--third: math.floor(math.div($side-spacing, 3)) !default;
|
|
96
|
-
$cap-spacing--third: math.floor(math.div($cap-spacing, 3)) !default;
|
|
97
|
-
|
|
98
|
-
// spacing : quarter
|
|
99
|
-
$side-spacing--quarter: math.floor($side-spacing * 0.25) !default;
|
|
100
|
-
$cap-spacing--quarter: math.floor($cap-spacing * 0.25) !default;
|
|
101
|
-
|
|
102
|
-
// spacing : eighth
|
|
103
|
-
$side-spacing--eighth: math.ceil($side-spacing * 0.125) !default;
|
|
104
|
-
$cap-spacing--eighth: math.ceil($cap-spacing * 0.125) !default;
|
|
105
|
-
|
|
106
|
-
// spacing : plus half
|
|
107
|
-
$side-spacing--plus-half: math.floor($side-spacing * 1.5) !default;
|
|
108
|
-
$cap-spacing--plus-half: math.floor($cap-spacing * 1.5) !default;
|
|
109
|
-
|
|
110
|
-
// spacing : double
|
|
111
|
-
$side-spacing--double: math.floor($side-spacing * 2) !default;
|
|
112
|
-
$cap-spacing--double: math.floor($cap-spacing * 2) !default;
|
|
113
|
-
|
|
114
|
-
/////////////////////////
|
|
115
|
-
// View UI
|
|
116
|
-
$view-ui-spacing: 10px !default;
|
|
117
|
-
|
|
118
|
-
/////////////////////////
|
|
119
|
-
// Smart Mapping Sliders
|
|
120
|
-
$smartmapping-slider__width: 260px !default;
|
|
121
|
-
$smartmapping-slider__base-height: 240px !default;
|
|
122
|
-
$smartmapping-slider__ramp-width: 30px !default;
|
|
123
|
-
$smartmapping-slider__ramp-stroke-width: 1px !default;
|
|
124
|
-
$smartmapping-slider__ramp-path-stroke-width: 0.5px !default;
|
|
125
|
-
$smartmapping-slider__histogram-width: 120px !default;
|
|
126
|
-
$smartmapping-slider__range-input-height: 40px !default;
|
|
127
|
-
|
|
128
|
-
$smartmapping-slider__thumb-size: 12px !default;
|
|
129
|
-
$smartmapping-slider__thumb-size--offset: math.round($smartmapping-slider__thumb-size * 0.5) !default;
|
|
130
|
-
$smartmapping-slider__thumb-pointer-size: math.round($smartmapping-slider__thumb-size * 0.5) !default;
|
|
1
|
+
// Sizes & Placement
|
|
2
|
+
|
|
3
|
+
@use "sass:math";
|
|
4
|
+
|
|
5
|
+
$border-size--active: 3px !default;
|
|
6
|
+
$icon-size: 16px !default;
|
|
7
|
+
$border-radius: 2px !default;
|
|
8
|
+
|
|
9
|
+
/////////////////////////
|
|
10
|
+
// Button
|
|
11
|
+
$button-width: 32px !default;
|
|
12
|
+
$button-height: 32px !default;
|
|
13
|
+
|
|
14
|
+
// button : half
|
|
15
|
+
$button-width--half: math.floor($button-width * 0.5) !default;
|
|
16
|
+
$button-height--half: math.floor($button-height * 0.5) !default;
|
|
17
|
+
|
|
18
|
+
// button : quarter
|
|
19
|
+
$button-width--quarter: math.floor($button-width * 0.25) !default;
|
|
20
|
+
$button-height--quarter: math.floor($button-height * 0.25) !default;
|
|
21
|
+
|
|
22
|
+
// button : fifth
|
|
23
|
+
$button-width--fifth: math.floor($button-width * 0.2) !default;
|
|
24
|
+
$button-height--fifth: math.floor($button-height * 0.2) !default;
|
|
25
|
+
|
|
26
|
+
// button : plus half`
|
|
27
|
+
$button-width--plus-half: math.floor($button-width * 1.5) !default;
|
|
28
|
+
$button-height--plus-half: math.floor($button-height * 1.5) !default;
|
|
29
|
+
|
|
30
|
+
// button : double
|
|
31
|
+
$button-width--double: math.floor($button-width * 2) !default;
|
|
32
|
+
$button-height--double: math.floor($button-height * 2) !default;
|
|
33
|
+
|
|
34
|
+
/////////////////////////
|
|
35
|
+
// List Items
|
|
36
|
+
$list-item-height: 32px !default;
|
|
37
|
+
$list-item-height--three-quarters: 36px !default;
|
|
38
|
+
|
|
39
|
+
/////////////////////////
|
|
40
|
+
// Toggle
|
|
41
|
+
$toggle-offset: 4px !default;
|
|
42
|
+
$toggle-width: 28px !default;
|
|
43
|
+
$toggle-height: 16px !default;
|
|
44
|
+
$toggle-handle-size: $toggle-height - $toggle-offset !default;
|
|
45
|
+
|
|
46
|
+
/////////////////////////
|
|
47
|
+
// Panel
|
|
48
|
+
$panel-width: 300px !default;
|
|
49
|
+
$panel-width--three-quarters: math.floor($panel-width * 3 * 0.25) !default;
|
|
50
|
+
$panel-width--plus-half: math.floor($panel-width * 1.5) !default;
|
|
51
|
+
|
|
52
|
+
$panel-min-height--large: 240px !default;
|
|
53
|
+
$panel-min-height--medium: 120px !default;
|
|
54
|
+
$panel-min-height--small: 96px !default;
|
|
55
|
+
$panel-min-height--xsmall: 32px !default;
|
|
56
|
+
|
|
57
|
+
$panel-max-height--large: 680px !default;
|
|
58
|
+
$panel-max-height--medium: 540px !default;
|
|
59
|
+
$panel-max-height--small: 420px !default;
|
|
60
|
+
$panel-max-height--xsmall: 240px !default;
|
|
61
|
+
|
|
62
|
+
/////////////////////////
|
|
63
|
+
// Component (widget in view) max heights based on view height
|
|
64
|
+
$view-height--gt-medium__component-max-height: 680px !default;
|
|
65
|
+
$view-height--medium__component-max-height: 540px !default;
|
|
66
|
+
$view-height--small__component-max-height: 420px !default;
|
|
67
|
+
$view-height--xsmall__component-max-height: 240px !default;
|
|
68
|
+
|
|
69
|
+
/////////////////////////
|
|
70
|
+
// Popup
|
|
71
|
+
$docked-margin: 15px !default;
|
|
72
|
+
$docked-margin--double: math.floor($docked-margin * 2) !default;
|
|
73
|
+
|
|
74
|
+
/////////////////////////
|
|
75
|
+
// Loading
|
|
76
|
+
$looping-progress-bar-width: 20% !default;
|
|
77
|
+
$looping-progress-bar-params: 1500ms linear infinite !default;
|
|
78
|
+
|
|
79
|
+
$spinning-loader-size: $icon-size !default;
|
|
80
|
+
|
|
81
|
+
/////////////////////////
|
|
82
|
+
// Spacing
|
|
83
|
+
$side-spacing: 15px !default;
|
|
84
|
+
$cap-spacing: 12px !default;
|
|
85
|
+
|
|
86
|
+
// spacing : three quarters
|
|
87
|
+
$side-spacing--three-quarters: math.floor($side-spacing * 3 * 0.25) !default;
|
|
88
|
+
$cap-spacing--three-quarters: math.floor($cap-spacing * 3 * 0.25) !default;
|
|
89
|
+
|
|
90
|
+
// spacing : half
|
|
91
|
+
$side-spacing--half: math.floor($side-spacing * 0.5) !default;
|
|
92
|
+
$cap-spacing--half: math.floor($cap-spacing * 0.5) !default;
|
|
93
|
+
|
|
94
|
+
// spacing : third
|
|
95
|
+
$side-spacing--third: math.floor(math.div($side-spacing, 3)) !default;
|
|
96
|
+
$cap-spacing--third: math.floor(math.div($cap-spacing, 3)) !default;
|
|
97
|
+
|
|
98
|
+
// spacing : quarter
|
|
99
|
+
$side-spacing--quarter: math.floor($side-spacing * 0.25) !default;
|
|
100
|
+
$cap-spacing--quarter: math.floor($cap-spacing * 0.25) !default;
|
|
101
|
+
|
|
102
|
+
// spacing : eighth
|
|
103
|
+
$side-spacing--eighth: math.ceil($side-spacing * 0.125) !default;
|
|
104
|
+
$cap-spacing--eighth: math.ceil($cap-spacing * 0.125) !default;
|
|
105
|
+
|
|
106
|
+
// spacing : plus half
|
|
107
|
+
$side-spacing--plus-half: math.floor($side-spacing * 1.5) !default;
|
|
108
|
+
$cap-spacing--plus-half: math.floor($cap-spacing * 1.5) !default;
|
|
109
|
+
|
|
110
|
+
// spacing : double
|
|
111
|
+
$side-spacing--double: math.floor($side-spacing * 2) !default;
|
|
112
|
+
$cap-spacing--double: math.floor($cap-spacing * 2) !default;
|
|
113
|
+
|
|
114
|
+
/////////////////////////
|
|
115
|
+
// View UI
|
|
116
|
+
$view-ui-spacing: 10px !default;
|
|
117
|
+
|
|
118
|
+
/////////////////////////
|
|
119
|
+
// Smart Mapping Sliders
|
|
120
|
+
$smartmapping-slider__width: 260px !default;
|
|
121
|
+
$smartmapping-slider__base-height: 240px !default;
|
|
122
|
+
$smartmapping-slider__ramp-width: 30px !default;
|
|
123
|
+
$smartmapping-slider__ramp-stroke-width: 1px !default;
|
|
124
|
+
$smartmapping-slider__ramp-path-stroke-width: 0.5px !default;
|
|
125
|
+
$smartmapping-slider__histogram-width: 120px !default;
|
|
126
|
+
$smartmapping-slider__range-input-height: 40px !default;
|
|
127
|
+
|
|
128
|
+
$smartmapping-slider__thumb-size: 12px !default;
|
|
129
|
+
$smartmapping-slider__thumb-size--offset: math.round($smartmapping-slider__thumb-size * 0.5) !default;
|
|
130
|
+
$smartmapping-slider__thumb-pointer-size: math.round($smartmapping-slider__thumb-size * 0.5) !default;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
|
|
3
|
-
// Font
|
|
4
|
-
$font-family: "Avenir Next", "Helvetica Neue", helvetica, arial, sans-serif !default;
|
|
5
|
-
|
|
6
|
-
// Text
|
|
7
|
-
$line-height: 1.3em !default;
|
|
8
|
-
$base-font-size: 14px !default;
|
|
9
|
-
$font-size: $base-font-size !default;
|
|
10
|
-
$font-size__h1: math.round($base-font-size * 1.428) !default; // 1.428em
|
|
11
|
-
$font-size__h2: math.round($base-font-size * 1.142) !default; // 1.142em
|
|
12
|
-
$font-size__lt-h2: $base-font-size !default;
|
|
13
|
-
$font-size__body: math.round($base-font-size * 0.857) !default; // 0.857em
|
|
14
|
-
$font-size--small: math.round($base-font-size * 0.857) !default;
|
|
15
|
-
$font-size--tiny: math.round($base-font-size * 0.71) !default;
|
|
16
|
-
$font-size__header-text: math.round($base-font-size * 1.143) !default; // 1.142em
|
|
17
|
-
|
|
18
|
-
$font-size--tiny-time-slider: math.round($font-size--small * 0.857) !default;
|
|
19
|
-
$font-weight--light: 300 !default;
|
|
20
|
-
$font-weight--regular: 400 !default;
|
|
21
|
-
$font-weight--medium: 500 !default;
|
|
22
|
-
$font-weight--bold: 600 !default;
|
|
23
|
-
$font-weight--bolder: 700 !default;
|
|
24
|
-
$font-weight: 400 !default;
|
|
25
|
-
$font-weight__heading: $font-weight--bold !default;
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
|
|
3
|
+
// Font
|
|
4
|
+
$font-family: "Avenir Next", "Helvetica Neue", helvetica, arial, sans-serif !default;
|
|
5
|
+
|
|
6
|
+
// Text
|
|
7
|
+
$line-height: 1.3em !default;
|
|
8
|
+
$base-font-size: 14px !default;
|
|
9
|
+
$font-size: $base-font-size !default;
|
|
10
|
+
$font-size__h1: math.round($base-font-size * 1.428) !default; // 1.428em
|
|
11
|
+
$font-size__h2: math.round($base-font-size * 1.142) !default; // 1.142em
|
|
12
|
+
$font-size__lt-h2: $base-font-size !default;
|
|
13
|
+
$font-size__body: math.round($base-font-size * 0.857) !default; // 0.857em
|
|
14
|
+
$font-size--small: math.round($base-font-size * 0.857) !default;
|
|
15
|
+
$font-size--tiny: math.round($base-font-size * 0.71) !default;
|
|
16
|
+
$font-size__header-text: math.round($base-font-size * 1.143) !default; // 1.142em
|
|
17
|
+
|
|
18
|
+
$font-size--tiny-time-slider: math.round($font-size--small * 0.857) !default;
|
|
19
|
+
$font-weight--light: 300 !default;
|
|
20
|
+
$font-weight--regular: 400 !default;
|
|
21
|
+
$font-weight--medium: 500 !default;
|
|
22
|
+
$font-weight--bold: 600 !default;
|
|
23
|
+
$font-weight--bolder: 700 !default;
|
|
24
|
+
$font-weight: 400 !default;
|
|
25
|
+
$font-weight__heading: $font-weight--bold !default;
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
@charset "utf-8";.Brand_Blue_100 {
|
|
2
|
-
background-color: #b9e0f7; }
|
|
3
|
-
|
|
4
|
-
.Brand_Blue_150 {
|
|
5
|
-
background-color: #00b9f2; }
|
|
6
|
-
|
|
7
|
-
.Brand_Blue_200 {
|
|
8
|
-
background-color: #007ac2; }
|
|
9
|
-
|
|
10
|
-
.Brand_Blue_250 {
|
|
11
|
-
background-color: #004575; }
|
|
12
|
-
|
|
13
|
-
.Brand_Yellow_100 {
|
|
14
|
-
background-color: #ffec4f; }
|
|
15
|
-
|
|
16
|
-
.Brand_Orange_100 {
|
|
17
|
-
background-color: #f89927; }
|
|
18
|
-
|
|
19
|
-
.Brand_Orange_150 {
|
|
20
|
-
background-color: #f36f20; }
|
|
21
|
-
|
|
22
|
-
.Brand_Orange_200 {
|
|
23
|
-
background-color: #da4d1e; }
|
|
24
|
-
|
|
25
|
-
.Brand_Red_100 {
|
|
26
|
-
background-color: #de2900; }
|
|
27
|
-
|
|
28
|
-
.Brand_Green_100 {
|
|
29
|
-
background-color: #d1e391; }
|
|
30
|
-
|
|
31
|
-
.Brand_Green_150 {
|
|
32
|
-
background-color: #aad04b; }
|
|
33
|
-
|
|
34
|
-
.Brand_Green_200 {
|
|
35
|
-
background-color: #35ac46; }
|
|
36
|
-
|
|
37
|
-
.Brand_Green_250 {
|
|
38
|
-
background-color: #2a7433; }
|
|
39
|
-
|
|
40
|
-
.Brand_Purple_100 {
|
|
41
|
-
background-color: #dfcce3; }
|
|
42
|
-
|
|
43
|
-
.Brand_Purple_150 {
|
|
44
|
-
background-color: #b279b4; }
|
|
45
|
-
|
|
46
|
-
.Brand_Purple_200 {
|
|
47
|
-
background-color: #8f499c; }
|
|
48
|
-
|
|
49
|
-
.Brand_Purple_250 {
|
|
50
|
-
background-color: #6b1978; }
|
|
51
|
-
|
|
52
|
-
.Brand_Brown_100 {
|
|
53
|
-
background-color: #ecdcb9; }
|
|
54
|
-
|
|
55
|
-
.Brand_Brown_150 {
|
|
56
|
-
background-color: #be9969; }
|
|
57
|
-
|
|
58
|
-
.Brand_Brown_200 {
|
|
59
|
-
background-color: #7b4f1c; }
|
|
60
|
-
|
|
61
|
-
.Brand_Brown_250 {
|
|
62
|
-
background-color: #523b20; }
|
|
63
|
-
|
|
64
|
-
.Brand_Gray_100 {
|
|
65
|
-
background-color: #b4b4b4; }
|
|
66
|
-
|
|
67
|
-
.Brand_Gray_150 {
|
|
68
|
-
background-color: #969696; }
|
|
69
|
-
|
|
70
|
-
.Brand_Gray_200 {
|
|
71
|
-
background-color: #6e6e6e; }
|
|
72
|
-
|
|
73
|
-
.Brand_Gray_250 {
|
|
74
|
-
background-color: #464646; }
|
|
75
|
-
|
|
76
|
-
/*# sourceMappingURL=brand_colors.css.map */
|
|
1
|
+
@charset "utf-8";.Brand_Blue_100 {
|
|
2
|
+
background-color: #b9e0f7; }
|
|
3
|
+
|
|
4
|
+
.Brand_Blue_150 {
|
|
5
|
+
background-color: #00b9f2; }
|
|
6
|
+
|
|
7
|
+
.Brand_Blue_200 {
|
|
8
|
+
background-color: #007ac2; }
|
|
9
|
+
|
|
10
|
+
.Brand_Blue_250 {
|
|
11
|
+
background-color: #004575; }
|
|
12
|
+
|
|
13
|
+
.Brand_Yellow_100 {
|
|
14
|
+
background-color: #ffec4f; }
|
|
15
|
+
|
|
16
|
+
.Brand_Orange_100 {
|
|
17
|
+
background-color: #f89927; }
|
|
18
|
+
|
|
19
|
+
.Brand_Orange_150 {
|
|
20
|
+
background-color: #f36f20; }
|
|
21
|
+
|
|
22
|
+
.Brand_Orange_200 {
|
|
23
|
+
background-color: #da4d1e; }
|
|
24
|
+
|
|
25
|
+
.Brand_Red_100 {
|
|
26
|
+
background-color: #de2900; }
|
|
27
|
+
|
|
28
|
+
.Brand_Green_100 {
|
|
29
|
+
background-color: #d1e391; }
|
|
30
|
+
|
|
31
|
+
.Brand_Green_150 {
|
|
32
|
+
background-color: #aad04b; }
|
|
33
|
+
|
|
34
|
+
.Brand_Green_200 {
|
|
35
|
+
background-color: #35ac46; }
|
|
36
|
+
|
|
37
|
+
.Brand_Green_250 {
|
|
38
|
+
background-color: #2a7433; }
|
|
39
|
+
|
|
40
|
+
.Brand_Purple_100 {
|
|
41
|
+
background-color: #dfcce3; }
|
|
42
|
+
|
|
43
|
+
.Brand_Purple_150 {
|
|
44
|
+
background-color: #b279b4; }
|
|
45
|
+
|
|
46
|
+
.Brand_Purple_200 {
|
|
47
|
+
background-color: #8f499c; }
|
|
48
|
+
|
|
49
|
+
.Brand_Purple_250 {
|
|
50
|
+
background-color: #6b1978; }
|
|
51
|
+
|
|
52
|
+
.Brand_Brown_100 {
|
|
53
|
+
background-color: #ecdcb9; }
|
|
54
|
+
|
|
55
|
+
.Brand_Brown_150 {
|
|
56
|
+
background-color: #be9969; }
|
|
57
|
+
|
|
58
|
+
.Brand_Brown_200 {
|
|
59
|
+
background-color: #7b4f1c; }
|
|
60
|
+
|
|
61
|
+
.Brand_Brown_250 {
|
|
62
|
+
background-color: #523b20; }
|
|
63
|
+
|
|
64
|
+
.Brand_Gray_100 {
|
|
65
|
+
background-color: #b4b4b4; }
|
|
66
|
+
|
|
67
|
+
.Brand_Gray_150 {
|
|
68
|
+
background-color: #969696; }
|
|
69
|
+
|
|
70
|
+
.Brand_Gray_200 {
|
|
71
|
+
background-color: #6e6e6e; }
|
|
72
|
+
|
|
73
|
+
.Brand_Gray_250 {
|
|
74
|
+
background-color: #464646; }
|
|
75
|
+
|
|
76
|
+
/*# sourceMappingURL=brand_colors.css.map */
|