@geoscene/core 4.34.11 → 4.34.12
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/WebLinkChart.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/_core.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/geometry/operators/graphicBufferOperator.d.ts +4 -4
- package/identity/IdentityModal.js +1 -1
- package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
- package/package.json +1 -1
- package/portal/schemas/definitions.js +1 -1
- package/support/actions/actionUtils.js +1 -1
- package/views/interactive/tooltip/components/DrawHeaderActions.js +1 -1
- package/views/interactive/tooltip/components/TooltipEditableField.js +1 -1
- package/views/interactive/tooltip/content/TooltipContent.js +1 -1
- package/widgets/Attachments.js +1 -1
- package/widgets/BasemapGallery.js +1 -1
- package/widgets/BasemapLayerList.js +1 -1
- package/widgets/BasemapToggle/BasemapToggleViewModel.js +1 -1
- package/widgets/BasemapToggle.js +1 -1
- package/widgets/BatchAttributeForm.js +1 -1
- package/widgets/Bookmarks.js +1 -1
- package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesNode.js +1 -1
- package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesTree.js +1 -1
- package/widgets/BuildingExplorer/BuildingLevelPicker/BuildingLevelPicker.js +1 -1
- package/widgets/BuildingExplorer/BuildingLevelPicker/Label.js +1 -1
- package/widgets/BuildingExplorer/BuildingPhasePicker/BuildingPhasePicker.js +1 -1
- package/widgets/BuildingExplorer.js +1 -1
- package/widgets/CatalogLayerList.js +1 -1
- package/widgets/Compass.js +1 -1
- package/widgets/CoordinateConversion.js +1 -1
- package/widgets/Daylight.js +1 -1
- package/widgets/DirectionalPad.js +1 -1
- package/widgets/Directions.js +1 -1
- package/widgets/Editor/components/FeatureList.js +1 -1
- package/widgets/Editor/components/FooterActions.js +1 -1
- package/widgets/Editor/components/MergeFeaturesList.js +1 -1
- package/widgets/Editor/components/Notices.js +1 -1
- package/widgets/Editor/components/PanelContent.js +1 -1
- package/widgets/Editor/components/PendingFeatureList.js +1 -1
- package/widgets/Editor/components/Prompt.js +1 -1
- package/widgets/Editor/components/Settings.js +1 -1
- package/widgets/Editor/components/UpdateFeaturePanelContent.js +1 -1
- package/widgets/Editor/components/UploadDetails.js +1 -1
- package/widgets/Editor.js +1 -1
- package/widgets/ElevationProfile/components/LegendItem.js +1 -1
- package/widgets/ElevationProfile/components/SettingsButton.js +1 -1
- package/widgets/ElevationProfile/components/Statistics.js +1 -1
- package/widgets/ElevationProfile.js +1 -1
- package/widgets/Expand.js +1 -1
- package/widgets/Feature/FeatureExpression.js +1 -1
- package/widgets/Feature/FeatureMedia.js +1 -1
- package/widgets/Feature/FeatureRelationship.js +1 -1
- package/widgets/Feature/FeatureUtilityNetworkAssociationList.js +1 -1
- package/widgets/Feature/FeatureUtilityNetworkAssociations.js +1 -1
- package/widgets/Feature.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/FeatureFormUtilityNetworkAssociationList.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationItemList.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationSettings.js +1 -1
- package/widgets/FeatureForm.js +1 -1
- package/widgets/FeatureTable/support/tableUtils.js +1 -1
- package/widgets/FeatureTable.js +1 -1
- package/widgets/FeatureTemplates.js +1 -1
- package/widgets/Features/FeaturesDrillIn.js +1 -1
- package/widgets/Features.js +1 -1
- package/widgets/FloorFilter.js +1 -1
- package/widgets/Fullscreen.js +1 -1
- package/widgets/Home.js +1 -1
- package/widgets/LayerList/LayerListItem.js +1 -1
- package/widgets/LayerList.js +1 -1
- package/widgets/Legend/styles/card/CardView.js +1 -1
- package/widgets/LineOfSight.js +1 -1
- package/widgets/Locate.js +1 -1
- package/widgets/NavigationToggle.js +1 -1
- package/widgets/OrientedImageryViewer/components/Alert.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageLocationWidget.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageMeasurementWidget.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageOverlays.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageViewer.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationActions.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationSettings.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationUI360.js +1 -1
- package/widgets/OrientedImageryViewer/components/SequentialNavigationUI.js +1 -1
- package/widgets/OrientedImageryViewer/components/SketchTools.js +1 -1
- package/widgets/OrientedImageryViewer/components/VideoEnhancementTools.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/PanoramicVideoViewer.js +1 -1
- package/widgets/PanoramicViewer.js +1 -1
- package/widgets/Print.js +1 -1
- package/widgets/ScaleRangeSlider.js +1 -1
- package/widgets/Search/SearchResultRenderer.js +1 -1
- package/widgets/Search.js +1 -1
- package/widgets/ShadowCast/components/DiscreteConfigurator.js +1 -1
- package/widgets/ShadowCast/components/DurationConfigurator.js +1 -1
- package/widgets/ShadowCast/components/ThresholdConfigurator.js +1 -1
- package/widgets/ShadowCast.js +1 -1
- package/widgets/Sketch/support/ResponsiveToolbar/OverflowGroup.js +1 -1
- package/widgets/Sketch/support/ResponsiveToolbar/ResponsiveToolbar.js +1 -1
- package/widgets/Sketch/support/ResponsiveToolbar/SplitButton.js +1 -1
- package/widgets/Sketch.js +1 -1
- package/widgets/Slice.js +1 -1
- package/widgets/TableList.js +1 -1
- package/widgets/TimeSlider.js +1 -1
- package/widgets/TimeZoneLabel.js +1 -1
- package/widgets/Track.js +1 -1
- package/widgets/UtilityNetworkAssociations/UtilityNetworkAssociationsLineSymbolPicker.js +1 -1
- package/widgets/UtilityNetworkAssociations.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeature.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeaturesDrillIn.js +1 -1
- package/widgets/UtilityNetworkTrace.js +1 -1
- package/widgets/UtilityNetworkValidateTopology.js +1 -1
- package/widgets/ValuePicker/ValuePickerCombobox.js +1 -1
- package/widgets/ValuePicker/ValuePickerSlider.js +1 -1
- package/widgets/ValuePicker.js +1 -1
- package/widgets/VideoPlayer/components/MetadataSection.js +1 -1
- package/widgets/VideoPlayer/components/PlayerActionsGroup.js +1 -1
- package/widgets/VideoPlayer/components/PlayerControlsGroup.js +1 -1
- package/widgets/VideoPlayer/components/SettingsButton.js +1 -1
- package/widgets/VideoPlayer.js +1 -1
- package/widgets/Weather/LabeledSlider.js +1 -1
- package/widgets/Weather.js +1 -1
- package/widgets/Zoom.js +1 -1
- package/widgets/support/ColorPicker.js +1 -1
- package/widgets/support/FilterBuilder.js +1 -1
- package/widgets/support/FilterCondition.js +1 -1
- package/widgets/support/GridControls.js +1 -1
- package/widgets/support/LabeledSwitch.js +1 -1
- package/widgets/support/MeasurementWidgetContent.js +1 -1
- package/widgets/support/SelectionList.js +1 -1
- package/widgets/support/SelectionToolbar.js +1 -1
- package/widgets/support/SketchTooltipControls.js +1 -1
- package/widgets/support/SnappingControls.js +1 -1
- package/widgets/support/TimezonePicker.js +1 -1
- package/widgets/support/UnitSelect.js +1 -1
- package/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationList.js +1 -1
- package/widgets/support/componentsUtils.js +1 -1
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
@import "../../scss/variables_dark";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//* -- Calcite Gray -- *//
|
|
5
|
-
|
|
6
|
-
.Calcite_Gray_050 {
|
|
7
|
-
background-color: $Calcite_Gray_050;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.Calcite_Gray_100 {
|
|
11
|
-
background-color: $Calcite_Gray_100;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.Calcite_Gray_150 {
|
|
15
|
-
background-color: $Calcite_Gray_150;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.Calcite_Gray_200 {
|
|
19
|
-
background-color: $Calcite_Gray_200;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.Calcite_Gray_250 {
|
|
23
|
-
background-color: $Calcite_Gray_250;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.Calcite_Gray_300 {
|
|
27
|
-
background-color: $Calcite_Gray_300;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.Calcite_Gray_350 {
|
|
31
|
-
background-color: $Calcite_Gray_350;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.Calcite_Gray_400 {
|
|
35
|
-
background-color: $Calcite_Gray_400;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.Calcite_Gray_450 {
|
|
39
|
-
background-color: $Calcite_Gray_450;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.Calcite_Gray_500 {
|
|
43
|
-
background-color: $Calcite_Gray_500;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.Calcite_Gray_550 {
|
|
47
|
-
background-color: $Calcite_Gray_550;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.Calcite_Gray_600 {
|
|
51
|
-
background-color: $Calcite_Gray_600;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.Calcite_Gray_650 {
|
|
55
|
-
background-color: $Calcite_Gray_650;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.Calcite_Gray_700 {
|
|
59
|
-
background-color: $Calcite_Gray_700;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
@import "../../scss/variables_dark";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
//* -- Calcite Gray -- *//
|
|
5
|
+
|
|
6
|
+
.Calcite_Gray_050 {
|
|
7
|
+
background-color: $Calcite_Gray_050;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.Calcite_Gray_100 {
|
|
11
|
+
background-color: $Calcite_Gray_100;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.Calcite_Gray_150 {
|
|
15
|
+
background-color: $Calcite_Gray_150;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.Calcite_Gray_200 {
|
|
19
|
+
background-color: $Calcite_Gray_200;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.Calcite_Gray_250 {
|
|
23
|
+
background-color: $Calcite_Gray_250;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.Calcite_Gray_300 {
|
|
27
|
+
background-color: $Calcite_Gray_300;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.Calcite_Gray_350 {
|
|
31
|
+
background-color: $Calcite_Gray_350;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.Calcite_Gray_400 {
|
|
35
|
+
background-color: $Calcite_Gray_400;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.Calcite_Gray_450 {
|
|
39
|
+
background-color: $Calcite_Gray_450;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.Calcite_Gray_500 {
|
|
43
|
+
background-color: $Calcite_Gray_500;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.Calcite_Gray_550 {
|
|
47
|
+
background-color: $Calcite_Gray_550;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.Calcite_Gray_600 {
|
|
51
|
+
background-color: $Calcite_Gray_600;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.Calcite_Gray_650 {
|
|
55
|
+
background-color: $Calcite_Gray_650;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.Calcite_Gray_700 {
|
|
59
|
+
background-color: $Calcite_Gray_700;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
@import "../../scss/variables_dark";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//* -- Calcite Highlight_Blue -- *//
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.Calcite_Highlight_Blue_100 {
|
|
8
|
-
background-color: $Calcite_Highlight_Blue_100;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.Calcite_Highlight_Blue_150 {
|
|
12
|
-
background-color: $Calcite_Highlight_Blue_150;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.Calcite_Highlight_Blue_200 {
|
|
16
|
-
background-color: $Calcite_Highlight_Blue_200;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.Calcite_Highlight_Blue_250 {
|
|
20
|
-
background-color: $Calcite_Highlight_Blue_250;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.Calcite_Highlight_Blue_300 {
|
|
24
|
-
background-color: $Calcite_Highlight_Blue_300;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.Calcite_Highlight_Blue_350 {
|
|
28
|
-
background-color: $Calcite_Highlight_Blue_350;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.Calcite_Highlight_Blue_400 {
|
|
32
|
-
background-color: $Calcite_Highlight_Blue_400;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
//* -- Calcite Highlight Green -- *//
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
.Calcite_Highlight_Green_100 {
|
|
40
|
-
background-color: $Calcite_Highlight_Green_100;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.Calcite_Highlight_Green_150 {
|
|
44
|
-
background-color: $Calcite_Highlight_Green_150;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.Calcite_Highlight_Green_200 {
|
|
48
|
-
background-color: $Calcite_Highlight_Green_200;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.Calcite_Highlight_Green_250 {
|
|
52
|
-
background-color: $Calcite_Highlight_Green_250;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.Calcite_Highlight_Green_300 {
|
|
56
|
-
background-color: $Calcite_Highlight_Green_300;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.Calcite_Highlight_Green_350 {
|
|
60
|
-
background-color: $Calcite_Highlight_Green_350;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.Calcite_Highlight_Green_400 {
|
|
64
|
-
background-color: $Calcite_Highlight_Green_400;
|
|
1
|
+
@import "../../scss/variables_dark";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
//* -- Calcite Highlight_Blue -- *//
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
.Calcite_Highlight_Blue_100 {
|
|
8
|
+
background-color: $Calcite_Highlight_Blue_100;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.Calcite_Highlight_Blue_150 {
|
|
12
|
+
background-color: $Calcite_Highlight_Blue_150;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.Calcite_Highlight_Blue_200 {
|
|
16
|
+
background-color: $Calcite_Highlight_Blue_200;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.Calcite_Highlight_Blue_250 {
|
|
20
|
+
background-color: $Calcite_Highlight_Blue_250;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.Calcite_Highlight_Blue_300 {
|
|
24
|
+
background-color: $Calcite_Highlight_Blue_300;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.Calcite_Highlight_Blue_350 {
|
|
28
|
+
background-color: $Calcite_Highlight_Blue_350;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.Calcite_Highlight_Blue_400 {
|
|
32
|
+
background-color: $Calcite_Highlight_Blue_400;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
//* -- Calcite Highlight Green -- *//
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
.Calcite_Highlight_Green_100 {
|
|
40
|
+
background-color: $Calcite_Highlight_Green_100;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.Calcite_Highlight_Green_150 {
|
|
44
|
+
background-color: $Calcite_Highlight_Green_150;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.Calcite_Highlight_Green_200 {
|
|
48
|
+
background-color: $Calcite_Highlight_Green_200;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.Calcite_Highlight_Green_250 {
|
|
52
|
+
background-color: $Calcite_Highlight_Green_250;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.Calcite_Highlight_Green_300 {
|
|
56
|
+
background-color: $Calcite_Highlight_Green_300;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.Calcite_Highlight_Green_350 {
|
|
60
|
+
background-color: $Calcite_Highlight_Green_350;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.Calcite_Highlight_Green_400 {
|
|
64
|
+
background-color: $Calcite_Highlight_Green_400;
|
|
65
65
|
}
|
|
@@ -1,124 +1,124 @@
|
|
|
1
|
-
@import "../../scss/variables_dark";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//* -- Calcite Vibrant_Blue -- *//
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.Calcite_Vibrant_Blue_100 {
|
|
8
|
-
background-color: $Calcite_Vibrant_Blue_100;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.Calcite_Vibrant_Blue_150 {
|
|
12
|
-
background-color: $Calcite_Vibrant_Blue_150;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.Calcite_Vibrant_Blue_200 {
|
|
16
|
-
background-color: $Calcite_Vibrant_Blue_200;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.Calcite_Vibrant_Blue_250 {
|
|
20
|
-
background-color: $Calcite_Vibrant_Blue_250;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.Calcite_Vibrant_Yellow_100 {
|
|
24
|
-
background-color: $Calcite_Vibrant_Yellow_100;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.Calcite_Vibrant_Yellow_150 {
|
|
28
|
-
background-color: $Calcite_Vibrant_Yellow_150;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.Calcite_Vibrant_Yellow_200 {
|
|
32
|
-
background-color: $Calcite_Vibrant_Yellow_200;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.Calcite_Vibrant_Orange_100 {
|
|
36
|
-
background-color: $Calcite_Vibrant_Orange_100;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.Calcite_Vibrant_Orange_150 {
|
|
40
|
-
background-color: $Calcite_Vibrant_Orange_150;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.Calcite_Vibrant_Orange_200 {
|
|
44
|
-
background-color: $Calcite_Vibrant_Orange_200;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.Calcite_Vibrant_Green_100 {
|
|
48
|
-
background-color: $Calcite_Vibrant_Green_100;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.Calcite_Vibrant_Green_150 {
|
|
52
|
-
background-color: $Calcite_Vibrant_Green_150;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.Calcite_Vibrant_Green_200 {
|
|
56
|
-
background-color: $Calcite_Vibrant_Green_200;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.Calcite_Vibrant_Red_100 {
|
|
60
|
-
background-color: $Calcite_Vibrant_Red_100;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.Calcite_Vibrant_Red_150 {
|
|
64
|
-
background-color: $Calcite_Vibrant_Red_150;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.Calcite_Vibrant_Red_200 {
|
|
68
|
-
background-color: $Calcite_Vibrant_Red_200;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.Calcite_Vibrant_Purple_100 {
|
|
72
|
-
background-color: $Calcite_Vibrant_Purple_100;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.Calcite_Vibrant_Purple_150 {
|
|
76
|
-
background-color: $Calcite_Vibrant_Purple_150;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.Calcite_Vibrant_Purple_200 {
|
|
80
|
-
background-color: $Calcite_Vibrant_Purple_200;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.Calcite_Vibrant_Brown_100 {
|
|
84
|
-
background-color: $Calcite_Vibrant_Brown_100;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.Calcite_Vibrant_Brown_150 {
|
|
88
|
-
background-color: $Calcite_Vibrant_Brown_150;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.Calcite_Vibrant_Brown_200 {
|
|
92
|
-
background-color: $Calcite_Vibrant_Brown_200;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
1
|
+
@import "../../scss/variables_dark";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
//* -- Calcite Vibrant_Blue -- *//
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
.Calcite_Vibrant_Blue_100 {
|
|
8
|
+
background-color: $Calcite_Vibrant_Blue_100;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.Calcite_Vibrant_Blue_150 {
|
|
12
|
+
background-color: $Calcite_Vibrant_Blue_150;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.Calcite_Vibrant_Blue_200 {
|
|
16
|
+
background-color: $Calcite_Vibrant_Blue_200;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.Calcite_Vibrant_Blue_250 {
|
|
20
|
+
background-color: $Calcite_Vibrant_Blue_250;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.Calcite_Vibrant_Yellow_100 {
|
|
24
|
+
background-color: $Calcite_Vibrant_Yellow_100;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.Calcite_Vibrant_Yellow_150 {
|
|
28
|
+
background-color: $Calcite_Vibrant_Yellow_150;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.Calcite_Vibrant_Yellow_200 {
|
|
32
|
+
background-color: $Calcite_Vibrant_Yellow_200;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.Calcite_Vibrant_Orange_100 {
|
|
36
|
+
background-color: $Calcite_Vibrant_Orange_100;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.Calcite_Vibrant_Orange_150 {
|
|
40
|
+
background-color: $Calcite_Vibrant_Orange_150;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.Calcite_Vibrant_Orange_200 {
|
|
44
|
+
background-color: $Calcite_Vibrant_Orange_200;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.Calcite_Vibrant_Green_100 {
|
|
48
|
+
background-color: $Calcite_Vibrant_Green_100;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.Calcite_Vibrant_Green_150 {
|
|
52
|
+
background-color: $Calcite_Vibrant_Green_150;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.Calcite_Vibrant_Green_200 {
|
|
56
|
+
background-color: $Calcite_Vibrant_Green_200;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.Calcite_Vibrant_Red_100 {
|
|
60
|
+
background-color: $Calcite_Vibrant_Red_100;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.Calcite_Vibrant_Red_150 {
|
|
64
|
+
background-color: $Calcite_Vibrant_Red_150;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.Calcite_Vibrant_Red_200 {
|
|
68
|
+
background-color: $Calcite_Vibrant_Red_200;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.Calcite_Vibrant_Purple_100 {
|
|
72
|
+
background-color: $Calcite_Vibrant_Purple_100;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.Calcite_Vibrant_Purple_150 {
|
|
76
|
+
background-color: $Calcite_Vibrant_Purple_150;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.Calcite_Vibrant_Purple_200 {
|
|
80
|
+
background-color: $Calcite_Vibrant_Purple_200;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.Calcite_Vibrant_Brown_100 {
|
|
84
|
+
background-color: $Calcite_Vibrant_Brown_100;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.Calcite_Vibrant_Brown_150 {
|
|
88
|
+
background-color: $Calcite_Vibrant_Brown_150;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.Calcite_Vibrant_Brown_200 {
|
|
92
|
+
background-color: $Calcite_Vibrant_Brown_200;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
//* Build *//
|
|
2
|
-
@import "brand_colors";
|
|
3
|
-
@import "calcite_core_colors";
|
|
4
|
-
@import "calcite_gray_colors";
|
|
5
|
-
@import "calcite_vibrant_colors";
|
|
6
|
-
@import "calcite_highlight_colors";
|
|
7
|
-
|
|
8
|
-
body.dark{ @import "calcite_core_colors_dark";}
|
|
9
|
-
body.dark{ @import "calcite_gray_colors_dark";}
|
|
10
|
-
body.dark{ @import "calcite_highlight_colors_dark";}
|
|
11
|
-
body.dark{ @import "calcite_vibrant_colors_dark";}
|
|
1
|
+
//* Build *//
|
|
2
|
+
@import "brand_colors";
|
|
3
|
+
@import "calcite_core_colors";
|
|
4
|
+
@import "calcite_gray_colors";
|
|
5
|
+
@import "calcite_vibrant_colors";
|
|
6
|
+
@import "calcite_highlight_colors";
|
|
7
|
+
|
|
8
|
+
body.dark{ @import "calcite_core_colors_dark";}
|
|
9
|
+
body.dark{ @import "calcite_gray_colors_dark";}
|
|
10
|
+
body.dark{ @import "calcite_highlight_colors_dark";}
|
|
11
|
+
body.dark{ @import "calcite_vibrant_colors_dark";}
|