@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
package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss
CHANGED
|
@@ -1,347 +1,347 @@
|
|
|
1
|
-
@import "../../scss/variables_dark";
|
|
2
|
-
|
|
3
|
-
//* -- Calcite Vibrant_Blue_Dark -- */
|
|
4
|
-
|
|
5
|
-
.Calcite_Vibrant_Blue_100 {
|
|
6
|
-
background-color: $Calcite_Vibrant_Blue_100;
|
|
7
|
-
|
|
8
|
-
/*
|
|
9
|
-
{
|
|
10
|
-
Hex:"#1275BE",
|
|
11
|
-
RGB:"r18 g117 b190",
|
|
12
|
-
guid:"cd7d5208-4b1d-4ded-a32c-d255f3abb3a7",
|
|
13
|
-
accessibility_white_text:"AAaa",
|
|
14
|
-
accessibility_black_text:"AA"
|
|
15
|
-
}
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.Calcite_Vibrant_Blue_150 {
|
|
21
|
-
background-color: $Calcite_Vibrant_Blue_150;
|
|
22
|
-
|
|
23
|
-
/*
|
|
24
|
-
{
|
|
25
|
-
Hex:"#0088EF",
|
|
26
|
-
RGB:"r0 g136 b239",
|
|
27
|
-
guid:"9d362f4a-4df1-4912-93fe-6ba8a5811b36",
|
|
28
|
-
accessibility_white_text:"AA",
|
|
29
|
-
accessibility_black_text:"AAaa"
|
|
30
|
-
}
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.Calcite_Vibrant_Blue_200 {
|
|
37
|
-
background-color: $Calcite_Vibrant_Blue_200;
|
|
38
|
-
|
|
39
|
-
/*
|
|
40
|
-
{
|
|
41
|
-
Hex:"#00BFEF",
|
|
42
|
-
RGB:"r0 g191 b239",
|
|
43
|
-
guid:"0de86406-710c-4887-9712-e12a7dfa0362",
|
|
44
|
-
accessibility_white_text:"",
|
|
45
|
-
accessibility_black_text:"AAaa"
|
|
46
|
-
}
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.Calcite_Vibrant_Blue_250 {
|
|
53
|
-
background-color: $Calcite_Vibrant_Blue_250;
|
|
54
|
-
|
|
55
|
-
/*
|
|
56
|
-
{
|
|
57
|
-
Hex:"#00B4BC",
|
|
58
|
-
RGB:"r0 g180 b188",
|
|
59
|
-
guid:"80bd24b8-df54-4d1a-8ebb-26e834eefd63",
|
|
60
|
-
accessibility_white_text:"",
|
|
61
|
-
accessibility_black_text:"AAaa"
|
|
62
|
-
}
|
|
63
|
-
*/
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
.Calcite_Vibrant_Yellow_100 {
|
|
69
|
-
background-color: $Calcite_Vibrant_Yellow_100;
|
|
70
|
-
|
|
71
|
-
/*
|
|
72
|
-
{
|
|
73
|
-
Hex:"#917B00",
|
|
74
|
-
RGB:"r145 g123 b0",
|
|
75
|
-
guid:"1f92d8db-ac14-40c1-83d0-1d5db3b17548",
|
|
76
|
-
accessibility_white_text:"AA",
|
|
77
|
-
accessibility_black_text:"AAaa"
|
|
78
|
-
}
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
.Calcite_Vibrant_Yellow_150 {
|
|
86
|
-
background-color: $Calcite_Vibrant_Yellow_150;
|
|
87
|
-
|
|
88
|
-
/*
|
|
89
|
-
{
|
|
90
|
-
Hex:"#C7A900",
|
|
91
|
-
RGB:"r199 g169 b0",
|
|
92
|
-
guid:"0c11a9d9-54d7-4844-a66a-aa957b72b435",
|
|
93
|
-
accessibility_white_text:"",
|
|
94
|
-
accessibility_black_text:"AAaa"
|
|
95
|
-
}
|
|
96
|
-
*/
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
.Calcite_Vibrant_Yellow_200 {
|
|
102
|
-
background-color: $Calcite_Vibrant_Yellow_200;
|
|
103
|
-
|
|
104
|
-
/*
|
|
105
|
-
{
|
|
106
|
-
Hex:"#FFD800",
|
|
107
|
-
RGB:"r255 g216 b0",
|
|
108
|
-
guid:"ef5dd2fc-2972-498e-9f03-9a55922bb597",
|
|
109
|
-
accessibility_white_text:"",
|
|
110
|
-
accessibility_black_text:"AAaa"
|
|
111
|
-
}
|
|
112
|
-
*/
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.Calcite_Vibrant_Orange_100 {
|
|
117
|
-
background-color: $Calcite_Vibrant_Orange_100;
|
|
118
|
-
/*
|
|
119
|
-
{
|
|
120
|
-
Hex:"#A05500",
|
|
121
|
-
RGB:"r160 g85 b0",
|
|
122
|
-
guid:"71388981-779b-4fa2-b373-c98a7c8dd9e2",
|
|
123
|
-
accessibility_white_text:"AAaa",
|
|
124
|
-
accessibility_black_text:"AA"
|
|
125
|
-
}
|
|
126
|
-
*/ }
|
|
127
|
-
|
|
128
|
-
.Calcite_Vibrant_Orange_150 {
|
|
129
|
-
background-color: $Calcite_Vibrant_Orange_150;
|
|
130
|
-
/*
|
|
131
|
-
{
|
|
132
|
-
Hex:"#CE7C1E",
|
|
133
|
-
RGB:"r206 g124 b30",
|
|
134
|
-
guid:"e1008f42-2e5f-495f-a7ec-e69eb4dafb18",
|
|
135
|
-
accessibility_white_text:"AA",
|
|
136
|
-
accessibility_black_text:"AAaa"
|
|
137
|
-
}
|
|
138
|
-
*/ }
|
|
139
|
-
|
|
140
|
-
.Calcite_Vibrant_Orange_200 {
|
|
141
|
-
background-color: $Calcite_Vibrant_Orange_200;
|
|
142
|
-
/*
|
|
143
|
-
{
|
|
144
|
-
Hex:"#FFC314",
|
|
145
|
-
RGB:"r255 g195 b20",
|
|
146
|
-
guid:"1d148e0c-418d-43f2-9e01-9994606cde2e",
|
|
147
|
-
accessibility_white_text:"",
|
|
148
|
-
accessibility_black_text:"AAaa"
|
|
149
|
-
}
|
|
150
|
-
*/ }
|
|
151
|
-
|
|
152
|
-
.Calcite_Vibrant_Green_100 {
|
|
153
|
-
background-color: $Calcite_Vibrant_Green_100;
|
|
154
|
-
|
|
155
|
-
/*
|
|
156
|
-
{
|
|
157
|
-
Hex:"#376E37",
|
|
158
|
-
RGB:"r55 g110 b55",
|
|
159
|
-
guid:"ea2bead1-e919-4684-a4ae-66b6be54dd32",
|
|
160
|
-
accessibility_white_text:"AAaa",
|
|
161
|
-
accessibility_black_text:"AA"
|
|
162
|
-
}
|
|
163
|
-
*/
|
|
164
|
-
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.Calcite_Vibrant_Green_150 {
|
|
168
|
-
background-color: $Calcite_Vibrant_Green_150;
|
|
169
|
-
|
|
170
|
-
/*
|
|
171
|
-
{
|
|
172
|
-
Hex:"#58D051",
|
|
173
|
-
RGB:"r88 g208 b81",
|
|
174
|
-
guid:"34de12dc-c22a-4f9a-9d36-9efb45cff4c6",
|
|
175
|
-
accessibility_white_text:"",
|
|
176
|
-
accessibility_black_text:"AAaa"
|
|
177
|
-
}
|
|
178
|
-
*/
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
.Calcite_Vibrant_Green_200 {
|
|
184
|
-
background-color: $Calcite_Vibrant_Green_200;
|
|
185
|
-
|
|
186
|
-
/*
|
|
187
|
-
{
|
|
188
|
-
Hex:"#A4E700",
|
|
189
|
-
RGB:"r164 g231 b0",
|
|
190
|
-
guid:"8959874c-3160-40b1-a9cc-bfdc7800b520",
|
|
191
|
-
accessibility_white_text:"",
|
|
192
|
-
accessibility_black_text:"AAaa"
|
|
193
|
-
}
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
.Calcite_Vibrant_Red_100 {
|
|
200
|
-
background-color: $Calcite_Vibrant_Red_100;
|
|
201
|
-
|
|
202
|
-
/*
|
|
203
|
-
{
|
|
204
|
-
Hex:"#741C00",
|
|
205
|
-
RGB:"r116 g28 b0",
|
|
206
|
-
guid:"ccf3b82c-1feb-4951-8059-2b0c5ddda49a",
|
|
207
|
-
accessibility_white_text:"AAaa",
|
|
208
|
-
accessibility_black_text:""
|
|
209
|
-
}
|
|
210
|
-
*/
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
.Calcite_Vibrant_Red_150 {
|
|
217
|
-
background-color: $Calcite_Vibrant_Red_150;
|
|
218
|
-
|
|
219
|
-
/*
|
|
220
|
-
{
|
|
221
|
-
Hex:"#983415",
|
|
222
|
-
RGB:"r152 g52 b21",
|
|
223
|
-
guid:"be7392cc-0de9-4741-9f65-0f1bc65baac1",
|
|
224
|
-
accessibility_white_text:"AAaa",
|
|
225
|
-
accessibility_black_text:""
|
|
226
|
-
}
|
|
227
|
-
*/
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
.Calcite_Vibrant_Red_200 {
|
|
234
|
-
background-color: $Calcite_Vibrant_Red_200;
|
|
235
|
-
|
|
236
|
-
/*
|
|
237
|
-
{
|
|
238
|
-
Hex:"#E55B2D",
|
|
239
|
-
RGB:"r229 g91 b45",
|
|
240
|
-
guid:"b874b8ed-3493-4a6d-913a-d7d00801f893",
|
|
241
|
-
accessibility_white_text:"AA",
|
|
242
|
-
accessibility_black_text:"AAaa"
|
|
243
|
-
}
|
|
244
|
-
*/
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
.Calcite_Vibrant_Purple_100 {
|
|
250
|
-
background-color: $Calcite_Vibrant_Purple_100;
|
|
251
|
-
|
|
252
|
-
/*
|
|
253
|
-
{
|
|
254
|
-
Hex:"#4F3590",
|
|
255
|
-
RGB:"r79 g53 b144",
|
|
256
|
-
guid:"beb0f9ad-3d3a-4231-89b4-344ed3567802",
|
|
257
|
-
accessibility_white_text:"AAaa",
|
|
258
|
-
accessibility_black_text:""
|
|
259
|
-
}
|
|
260
|
-
*/
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
.Calcite_Vibrant_Purple_150 {
|
|
266
|
-
background-color: $Calcite_Vibrant_Purple_150;
|
|
267
|
-
|
|
268
|
-
/*
|
|
269
|
-
{
|
|
270
|
-
Hex:"#744ED3",
|
|
271
|
-
RGB:"r116 g78 b211",
|
|
272
|
-
guid:"fb718f2f-104d-4299-adae-a39165c2c90a",
|
|
273
|
-
accessibility_white_text:"AAaa",
|
|
274
|
-
accessibility_black_text:"AA"
|
|
275
|
-
}
|
|
276
|
-
*/
|
|
277
|
-
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
.Calcite_Vibrant_Purple_200 {
|
|
282
|
-
background-color: $Calcite_Vibrant_Purple_200;
|
|
283
|
-
|
|
284
|
-
/*
|
|
285
|
-
{
|
|
286
|
-
Hex:"#9A4AA5",
|
|
287
|
-
RGB:"r154 g74 b65",
|
|
288
|
-
guid:"b5863254-85f6-479b-aa78-2c35796a6365",
|
|
289
|
-
accessibility_white_text:"AAaa",
|
|
290
|
-
accessibility_black_text:"AA"
|
|
291
|
-
}
|
|
292
|
-
*/
|
|
293
|
-
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
.Calcite_Vibrant_Brown_100 {
|
|
298
|
-
background-color: $Calcite_Vibrant_Brown_100;
|
|
299
|
-
|
|
300
|
-
/*
|
|
301
|
-
{
|
|
302
|
-
Hex:"#663C0F",
|
|
303
|
-
RGB:"r102 g60 b15",
|
|
304
|
-
guid:"d6abdd92-ea9d-4d39-9190-4d1ab1c6e81c",
|
|
305
|
-
accessibility_white_text:"AAaa",
|
|
306
|
-
accessibility_black_text:""
|
|
307
|
-
}
|
|
308
|
-
*/
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
.Calcite_Vibrant_Brown_150 {
|
|
314
|
-
background-color: $Calcite_Vibrant_Brown_150;
|
|
315
|
-
|
|
316
|
-
/*
|
|
317
|
-
{
|
|
318
|
-
Hex:"#985C17",
|
|
319
|
-
RGB:"r152 g92 b23",
|
|
320
|
-
guid:"024d248d-7fff-4a37-afae-d715bae79065",
|
|
321
|
-
accessibility_white_text:"AAaa",
|
|
322
|
-
accessibility_black_text:"AA"
|
|
323
|
-
}
|
|
324
|
-
*/
|
|
325
|
-
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
.Calcite_Vibrant_Brown_200 {
|
|
330
|
-
background-color: $Calcite_Vibrant_Brown_200;
|
|
331
|
-
|
|
332
|
-
/*
|
|
333
|
-
{
|
|
334
|
-
Hex:"#D38B38",
|
|
335
|
-
RGB:"r211 g139 b56",
|
|
336
|
-
guid:"8e60415c-3325-40b8-9dee-37eb5d53be08",
|
|
337
|
-
accessibility_white_text:"",
|
|
338
|
-
accessibility_black_text:"AAaa"
|
|
339
|
-
}
|
|
340
|
-
*/
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
1
|
+
@import "../../scss/variables_dark";
|
|
2
|
+
|
|
3
|
+
//* -- Calcite Vibrant_Blue_Dark -- */
|
|
4
|
+
|
|
5
|
+
.Calcite_Vibrant_Blue_100 {
|
|
6
|
+
background-color: $Calcite_Vibrant_Blue_100;
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
{
|
|
10
|
+
Hex:"#1275BE",
|
|
11
|
+
RGB:"r18 g117 b190",
|
|
12
|
+
guid:"cd7d5208-4b1d-4ded-a32c-d255f3abb3a7",
|
|
13
|
+
accessibility_white_text:"AAaa",
|
|
14
|
+
accessibility_black_text:"AA"
|
|
15
|
+
}
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.Calcite_Vibrant_Blue_150 {
|
|
21
|
+
background-color: $Calcite_Vibrant_Blue_150;
|
|
22
|
+
|
|
23
|
+
/*
|
|
24
|
+
{
|
|
25
|
+
Hex:"#0088EF",
|
|
26
|
+
RGB:"r0 g136 b239",
|
|
27
|
+
guid:"9d362f4a-4df1-4912-93fe-6ba8a5811b36",
|
|
28
|
+
accessibility_white_text:"AA",
|
|
29
|
+
accessibility_black_text:"AAaa"
|
|
30
|
+
}
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
.Calcite_Vibrant_Blue_200 {
|
|
37
|
+
background-color: $Calcite_Vibrant_Blue_200;
|
|
38
|
+
|
|
39
|
+
/*
|
|
40
|
+
{
|
|
41
|
+
Hex:"#00BFEF",
|
|
42
|
+
RGB:"r0 g191 b239",
|
|
43
|
+
guid:"0de86406-710c-4887-9712-e12a7dfa0362",
|
|
44
|
+
accessibility_white_text:"",
|
|
45
|
+
accessibility_black_text:"AAaa"
|
|
46
|
+
}
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
.Calcite_Vibrant_Blue_250 {
|
|
53
|
+
background-color: $Calcite_Vibrant_Blue_250;
|
|
54
|
+
|
|
55
|
+
/*
|
|
56
|
+
{
|
|
57
|
+
Hex:"#00B4BC",
|
|
58
|
+
RGB:"r0 g180 b188",
|
|
59
|
+
guid:"80bd24b8-df54-4d1a-8ebb-26e834eefd63",
|
|
60
|
+
accessibility_white_text:"",
|
|
61
|
+
accessibility_black_text:"AAaa"
|
|
62
|
+
}
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
.Calcite_Vibrant_Yellow_100 {
|
|
69
|
+
background-color: $Calcite_Vibrant_Yellow_100;
|
|
70
|
+
|
|
71
|
+
/*
|
|
72
|
+
{
|
|
73
|
+
Hex:"#917B00",
|
|
74
|
+
RGB:"r145 g123 b0",
|
|
75
|
+
guid:"1f92d8db-ac14-40c1-83d0-1d5db3b17548",
|
|
76
|
+
accessibility_white_text:"AA",
|
|
77
|
+
accessibility_black_text:"AAaa"
|
|
78
|
+
}
|
|
79
|
+
*/
|
|
80
|
+
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
.Calcite_Vibrant_Yellow_150 {
|
|
86
|
+
background-color: $Calcite_Vibrant_Yellow_150;
|
|
87
|
+
|
|
88
|
+
/*
|
|
89
|
+
{
|
|
90
|
+
Hex:"#C7A900",
|
|
91
|
+
RGB:"r199 g169 b0",
|
|
92
|
+
guid:"0c11a9d9-54d7-4844-a66a-aa957b72b435",
|
|
93
|
+
accessibility_white_text:"",
|
|
94
|
+
accessibility_black_text:"AAaa"
|
|
95
|
+
}
|
|
96
|
+
*/
|
|
97
|
+
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
.Calcite_Vibrant_Yellow_200 {
|
|
102
|
+
background-color: $Calcite_Vibrant_Yellow_200;
|
|
103
|
+
|
|
104
|
+
/*
|
|
105
|
+
{
|
|
106
|
+
Hex:"#FFD800",
|
|
107
|
+
RGB:"r255 g216 b0",
|
|
108
|
+
guid:"ef5dd2fc-2972-498e-9f03-9a55922bb597",
|
|
109
|
+
accessibility_white_text:"",
|
|
110
|
+
accessibility_black_text:"AAaa"
|
|
111
|
+
}
|
|
112
|
+
*/
|
|
113
|
+
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.Calcite_Vibrant_Orange_100 {
|
|
117
|
+
background-color: $Calcite_Vibrant_Orange_100;
|
|
118
|
+
/*
|
|
119
|
+
{
|
|
120
|
+
Hex:"#A05500",
|
|
121
|
+
RGB:"r160 g85 b0",
|
|
122
|
+
guid:"71388981-779b-4fa2-b373-c98a7c8dd9e2",
|
|
123
|
+
accessibility_white_text:"AAaa",
|
|
124
|
+
accessibility_black_text:"AA"
|
|
125
|
+
}
|
|
126
|
+
*/ }
|
|
127
|
+
|
|
128
|
+
.Calcite_Vibrant_Orange_150 {
|
|
129
|
+
background-color: $Calcite_Vibrant_Orange_150;
|
|
130
|
+
/*
|
|
131
|
+
{
|
|
132
|
+
Hex:"#CE7C1E",
|
|
133
|
+
RGB:"r206 g124 b30",
|
|
134
|
+
guid:"e1008f42-2e5f-495f-a7ec-e69eb4dafb18",
|
|
135
|
+
accessibility_white_text:"AA",
|
|
136
|
+
accessibility_black_text:"AAaa"
|
|
137
|
+
}
|
|
138
|
+
*/ }
|
|
139
|
+
|
|
140
|
+
.Calcite_Vibrant_Orange_200 {
|
|
141
|
+
background-color: $Calcite_Vibrant_Orange_200;
|
|
142
|
+
/*
|
|
143
|
+
{
|
|
144
|
+
Hex:"#FFC314",
|
|
145
|
+
RGB:"r255 g195 b20",
|
|
146
|
+
guid:"1d148e0c-418d-43f2-9e01-9994606cde2e",
|
|
147
|
+
accessibility_white_text:"",
|
|
148
|
+
accessibility_black_text:"AAaa"
|
|
149
|
+
}
|
|
150
|
+
*/ }
|
|
151
|
+
|
|
152
|
+
.Calcite_Vibrant_Green_100 {
|
|
153
|
+
background-color: $Calcite_Vibrant_Green_100;
|
|
154
|
+
|
|
155
|
+
/*
|
|
156
|
+
{
|
|
157
|
+
Hex:"#376E37",
|
|
158
|
+
RGB:"r55 g110 b55",
|
|
159
|
+
guid:"ea2bead1-e919-4684-a4ae-66b6be54dd32",
|
|
160
|
+
accessibility_white_text:"AAaa",
|
|
161
|
+
accessibility_black_text:"AA"
|
|
162
|
+
}
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.Calcite_Vibrant_Green_150 {
|
|
168
|
+
background-color: $Calcite_Vibrant_Green_150;
|
|
169
|
+
|
|
170
|
+
/*
|
|
171
|
+
{
|
|
172
|
+
Hex:"#58D051",
|
|
173
|
+
RGB:"r88 g208 b81",
|
|
174
|
+
guid:"34de12dc-c22a-4f9a-9d36-9efb45cff4c6",
|
|
175
|
+
accessibility_white_text:"",
|
|
176
|
+
accessibility_black_text:"AAaa"
|
|
177
|
+
}
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
.Calcite_Vibrant_Green_200 {
|
|
184
|
+
background-color: $Calcite_Vibrant_Green_200;
|
|
185
|
+
|
|
186
|
+
/*
|
|
187
|
+
{
|
|
188
|
+
Hex:"#A4E700",
|
|
189
|
+
RGB:"r164 g231 b0",
|
|
190
|
+
guid:"8959874c-3160-40b1-a9cc-bfdc7800b520",
|
|
191
|
+
accessibility_white_text:"",
|
|
192
|
+
accessibility_black_text:"AAaa"
|
|
193
|
+
}
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
.Calcite_Vibrant_Red_100 {
|
|
200
|
+
background-color: $Calcite_Vibrant_Red_100;
|
|
201
|
+
|
|
202
|
+
/*
|
|
203
|
+
{
|
|
204
|
+
Hex:"#741C00",
|
|
205
|
+
RGB:"r116 g28 b0",
|
|
206
|
+
guid:"ccf3b82c-1feb-4951-8059-2b0c5ddda49a",
|
|
207
|
+
accessibility_white_text:"AAaa",
|
|
208
|
+
accessibility_black_text:""
|
|
209
|
+
}
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
.Calcite_Vibrant_Red_150 {
|
|
217
|
+
background-color: $Calcite_Vibrant_Red_150;
|
|
218
|
+
|
|
219
|
+
/*
|
|
220
|
+
{
|
|
221
|
+
Hex:"#983415",
|
|
222
|
+
RGB:"r152 g52 b21",
|
|
223
|
+
guid:"be7392cc-0de9-4741-9f65-0f1bc65baac1",
|
|
224
|
+
accessibility_white_text:"AAaa",
|
|
225
|
+
accessibility_black_text:""
|
|
226
|
+
}
|
|
227
|
+
*/
|
|
228
|
+
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
.Calcite_Vibrant_Red_200 {
|
|
234
|
+
background-color: $Calcite_Vibrant_Red_200;
|
|
235
|
+
|
|
236
|
+
/*
|
|
237
|
+
{
|
|
238
|
+
Hex:"#E55B2D",
|
|
239
|
+
RGB:"r229 g91 b45",
|
|
240
|
+
guid:"b874b8ed-3493-4a6d-913a-d7d00801f893",
|
|
241
|
+
accessibility_white_text:"AA",
|
|
242
|
+
accessibility_black_text:"AAaa"
|
|
243
|
+
}
|
|
244
|
+
*/
|
|
245
|
+
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
.Calcite_Vibrant_Purple_100 {
|
|
250
|
+
background-color: $Calcite_Vibrant_Purple_100;
|
|
251
|
+
|
|
252
|
+
/*
|
|
253
|
+
{
|
|
254
|
+
Hex:"#4F3590",
|
|
255
|
+
RGB:"r79 g53 b144",
|
|
256
|
+
guid:"beb0f9ad-3d3a-4231-89b4-344ed3567802",
|
|
257
|
+
accessibility_white_text:"AAaa",
|
|
258
|
+
accessibility_black_text:""
|
|
259
|
+
}
|
|
260
|
+
*/
|
|
261
|
+
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
.Calcite_Vibrant_Purple_150 {
|
|
266
|
+
background-color: $Calcite_Vibrant_Purple_150;
|
|
267
|
+
|
|
268
|
+
/*
|
|
269
|
+
{
|
|
270
|
+
Hex:"#744ED3",
|
|
271
|
+
RGB:"r116 g78 b211",
|
|
272
|
+
guid:"fb718f2f-104d-4299-adae-a39165c2c90a",
|
|
273
|
+
accessibility_white_text:"AAaa",
|
|
274
|
+
accessibility_black_text:"AA"
|
|
275
|
+
}
|
|
276
|
+
*/
|
|
277
|
+
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
.Calcite_Vibrant_Purple_200 {
|
|
282
|
+
background-color: $Calcite_Vibrant_Purple_200;
|
|
283
|
+
|
|
284
|
+
/*
|
|
285
|
+
{
|
|
286
|
+
Hex:"#9A4AA5",
|
|
287
|
+
RGB:"r154 g74 b65",
|
|
288
|
+
guid:"b5863254-85f6-479b-aa78-2c35796a6365",
|
|
289
|
+
accessibility_white_text:"AAaa",
|
|
290
|
+
accessibility_black_text:"AA"
|
|
291
|
+
}
|
|
292
|
+
*/
|
|
293
|
+
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
.Calcite_Vibrant_Brown_100 {
|
|
298
|
+
background-color: $Calcite_Vibrant_Brown_100;
|
|
299
|
+
|
|
300
|
+
/*
|
|
301
|
+
{
|
|
302
|
+
Hex:"#663C0F",
|
|
303
|
+
RGB:"r102 g60 b15",
|
|
304
|
+
guid:"d6abdd92-ea9d-4d39-9190-4d1ab1c6e81c",
|
|
305
|
+
accessibility_white_text:"AAaa",
|
|
306
|
+
accessibility_black_text:""
|
|
307
|
+
}
|
|
308
|
+
*/
|
|
309
|
+
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
.Calcite_Vibrant_Brown_150 {
|
|
314
|
+
background-color: $Calcite_Vibrant_Brown_150;
|
|
315
|
+
|
|
316
|
+
/*
|
|
317
|
+
{
|
|
318
|
+
Hex:"#985C17",
|
|
319
|
+
RGB:"r152 g92 b23",
|
|
320
|
+
guid:"024d248d-7fff-4a37-afae-d715bae79065",
|
|
321
|
+
accessibility_white_text:"AAaa",
|
|
322
|
+
accessibility_black_text:"AA"
|
|
323
|
+
}
|
|
324
|
+
*/
|
|
325
|
+
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
.Calcite_Vibrant_Brown_200 {
|
|
330
|
+
background-color: $Calcite_Vibrant_Brown_200;
|
|
331
|
+
|
|
332
|
+
/*
|
|
333
|
+
{
|
|
334
|
+
Hex:"#D38B38",
|
|
335
|
+
RGB:"r211 g139 b56",
|
|
336
|
+
guid:"8e60415c-3325-40b8-9dee-37eb5d53be08",
|
|
337
|
+
accessibility_white_text:"",
|
|
338
|
+
accessibility_black_text:"AAaa"
|
|
339
|
+
}
|
|
340
|
+
*/
|
|
341
|
+
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|