@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.
Files changed (177) hide show
  1. package/README.md +25 -25
  2. package/WebLinkChart.js +1 -1
  3. package/assets/geoscene/css/main.scss +1 -1
  4. package/assets/geoscene/css/view.scss +1 -1
  5. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  6. package/assets/geoscene/themes/base/_core.scss +1 -1
  7. package/assets/geoscene/themes/base/_functions.scss +23 -23
  8. package/assets/geoscene/themes/base/_layout.scss +11 -11
  9. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  10. package/assets/geoscene/themes/base/_type.scss +25 -25
  11. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  12. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  13. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  14. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  15. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  16. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  17. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  18. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  19. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  20. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  21. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  22. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  23. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  24. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  25. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  26. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  27. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  28. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  29. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  30. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  31. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  32. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  33. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  34. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  35. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  36. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  37. package/assets/geoscene/themes/base/widgets/_AreaMeasurement2D.scss +7 -7
  38. package/assets/geoscene/themes/base/widgets/_AreaMeasurement3D.scss +7 -7
  39. package/assets/geoscene/themes/base/widgets/_DirectLineMeasurement3D.scss +7 -7
  40. package/assets/geoscene/themes/base/widgets/_DistanceMeasurement2D.scss +7 -7
  41. package/assets/geoscene/themes/base/widgets/_Measurement.scss +7 -7
  42. package/assets/geoscene/themes/light/view.scss +9 -9
  43. package/assets/geoscene/views/3d/analysis/images/heading-rotate.ts.svg +10 -10
  44. package/assets/geoscene/views/3d/analysis/images/tilt-rotate.ts.svg +11 -11
  45. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  46. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  47. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  48. package/geometry/operators/graphicBufferOperator.d.ts +4 -4
  49. package/identity/IdentityModal.js +1 -1
  50. package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
  51. package/package.json +1 -1
  52. package/portal/schemas/definitions.js +1 -1
  53. package/support/actions/actionUtils.js +1 -1
  54. package/views/interactive/tooltip/components/DrawHeaderActions.js +1 -1
  55. package/views/interactive/tooltip/components/TooltipEditableField.js +1 -1
  56. package/views/interactive/tooltip/content/TooltipContent.js +1 -1
  57. package/widgets/Attachments.js +1 -1
  58. package/widgets/BasemapGallery.js +1 -1
  59. package/widgets/BasemapLayerList.js +1 -1
  60. package/widgets/BasemapToggle/BasemapToggleViewModel.js +1 -1
  61. package/widgets/BasemapToggle.js +1 -1
  62. package/widgets/BatchAttributeForm.js +1 -1
  63. package/widgets/Bookmarks.js +1 -1
  64. package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesNode.js +1 -1
  65. package/widgets/BuildingExplorer/BuildingDisciplinesTree/BuildingDisciplinesTree.js +1 -1
  66. package/widgets/BuildingExplorer/BuildingLevelPicker/BuildingLevelPicker.js +1 -1
  67. package/widgets/BuildingExplorer/BuildingLevelPicker/Label.js +1 -1
  68. package/widgets/BuildingExplorer/BuildingPhasePicker/BuildingPhasePicker.js +1 -1
  69. package/widgets/BuildingExplorer.js +1 -1
  70. package/widgets/CatalogLayerList.js +1 -1
  71. package/widgets/Compass.js +1 -1
  72. package/widgets/CoordinateConversion.js +1 -1
  73. package/widgets/Daylight.js +1 -1
  74. package/widgets/DirectionalPad.js +1 -1
  75. package/widgets/Directions.js +1 -1
  76. package/widgets/Editor/components/FeatureList.js +1 -1
  77. package/widgets/Editor/components/FooterActions.js +1 -1
  78. package/widgets/Editor/components/MergeFeaturesList.js +1 -1
  79. package/widgets/Editor/components/Notices.js +1 -1
  80. package/widgets/Editor/components/PanelContent.js +1 -1
  81. package/widgets/Editor/components/PendingFeatureList.js +1 -1
  82. package/widgets/Editor/components/Prompt.js +1 -1
  83. package/widgets/Editor/components/Settings.js +1 -1
  84. package/widgets/Editor/components/UpdateFeaturePanelContent.js +1 -1
  85. package/widgets/Editor/components/UploadDetails.js +1 -1
  86. package/widgets/Editor.js +1 -1
  87. package/widgets/ElevationProfile/components/LegendItem.js +1 -1
  88. package/widgets/ElevationProfile/components/SettingsButton.js +1 -1
  89. package/widgets/ElevationProfile/components/Statistics.js +1 -1
  90. package/widgets/ElevationProfile.js +1 -1
  91. package/widgets/Expand.js +1 -1
  92. package/widgets/Feature/FeatureExpression.js +1 -1
  93. package/widgets/Feature/FeatureMedia.js +1 -1
  94. package/widgets/Feature/FeatureRelationship.js +1 -1
  95. package/widgets/Feature/FeatureUtilityNetworkAssociationList.js +1 -1
  96. package/widgets/Feature/FeatureUtilityNetworkAssociations.js +1 -1
  97. package/widgets/Feature.js +1 -1
  98. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/FeatureFormUtilityNetworkAssociationList.js +1 -1
  99. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationItemList.js +1 -1
  100. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationSettings.js +1 -1
  101. package/widgets/FeatureForm.js +1 -1
  102. package/widgets/FeatureTable/support/tableUtils.js +1 -1
  103. package/widgets/FeatureTable.js +1 -1
  104. package/widgets/FeatureTemplates.js +1 -1
  105. package/widgets/Features/FeaturesDrillIn.js +1 -1
  106. package/widgets/Features.js +1 -1
  107. package/widgets/FloorFilter.js +1 -1
  108. package/widgets/Fullscreen.js +1 -1
  109. package/widgets/Home.js +1 -1
  110. package/widgets/LayerList/LayerListItem.js +1 -1
  111. package/widgets/LayerList.js +1 -1
  112. package/widgets/Legend/styles/card/CardView.js +1 -1
  113. package/widgets/LineOfSight.js +1 -1
  114. package/widgets/Locate.js +1 -1
  115. package/widgets/NavigationToggle.js +1 -1
  116. package/widgets/OrientedImageryViewer/components/Alert.js +1 -1
  117. package/widgets/OrientedImageryViewer/components/ImageLocationWidget.js +1 -1
  118. package/widgets/OrientedImageryViewer/components/ImageMeasurementWidget.js +1 -1
  119. package/widgets/OrientedImageryViewer/components/ImageOverlays.js +1 -1
  120. package/widgets/OrientedImageryViewer/components/ImageViewer.js +1 -1
  121. package/widgets/OrientedImageryViewer/components/NavigationActions.js +1 -1
  122. package/widgets/OrientedImageryViewer/components/NavigationSettings.js +1 -1
  123. package/widgets/OrientedImageryViewer/components/NavigationUI360.js +1 -1
  124. package/widgets/OrientedImageryViewer/components/SequentialNavigationUI.js +1 -1
  125. package/widgets/OrientedImageryViewer/components/SketchTools.js +1 -1
  126. package/widgets/OrientedImageryViewer/components/VideoEnhancementTools.js +1 -1
  127. package/widgets/OrientedImageryViewer.js +1 -1
  128. package/widgets/PanoramicVideoViewer.js +1 -1
  129. package/widgets/PanoramicViewer.js +1 -1
  130. package/widgets/Print.js +1 -1
  131. package/widgets/ScaleRangeSlider.js +1 -1
  132. package/widgets/Search/SearchResultRenderer.js +1 -1
  133. package/widgets/Search.js +1 -1
  134. package/widgets/ShadowCast/components/DiscreteConfigurator.js +1 -1
  135. package/widgets/ShadowCast/components/DurationConfigurator.js +1 -1
  136. package/widgets/ShadowCast/components/ThresholdConfigurator.js +1 -1
  137. package/widgets/ShadowCast.js +1 -1
  138. package/widgets/Sketch/support/ResponsiveToolbar/OverflowGroup.js +1 -1
  139. package/widgets/Sketch/support/ResponsiveToolbar/ResponsiveToolbar.js +1 -1
  140. package/widgets/Sketch/support/ResponsiveToolbar/SplitButton.js +1 -1
  141. package/widgets/Sketch.js +1 -1
  142. package/widgets/Slice.js +1 -1
  143. package/widgets/TableList.js +1 -1
  144. package/widgets/TimeSlider.js +1 -1
  145. package/widgets/TimeZoneLabel.js +1 -1
  146. package/widgets/Track.js +1 -1
  147. package/widgets/UtilityNetworkAssociations/UtilityNetworkAssociationsLineSymbolPicker.js +1 -1
  148. package/widgets/UtilityNetworkAssociations.js +1 -1
  149. package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeature.js +1 -1
  150. package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeaturesDrillIn.js +1 -1
  151. package/widgets/UtilityNetworkTrace.js +1 -1
  152. package/widgets/UtilityNetworkValidateTopology.js +1 -1
  153. package/widgets/ValuePicker/ValuePickerCombobox.js +1 -1
  154. package/widgets/ValuePicker/ValuePickerSlider.js +1 -1
  155. package/widgets/ValuePicker.js +1 -1
  156. package/widgets/VideoPlayer/components/MetadataSection.js +1 -1
  157. package/widgets/VideoPlayer/components/PlayerActionsGroup.js +1 -1
  158. package/widgets/VideoPlayer/components/PlayerControlsGroup.js +1 -1
  159. package/widgets/VideoPlayer/components/SettingsButton.js +1 -1
  160. package/widgets/VideoPlayer.js +1 -1
  161. package/widgets/Weather/LabeledSlider.js +1 -1
  162. package/widgets/Weather.js +1 -1
  163. package/widgets/Zoom.js +1 -1
  164. package/widgets/support/ColorPicker.js +1 -1
  165. package/widgets/support/FilterBuilder.js +1 -1
  166. package/widgets/support/FilterCondition.js +1 -1
  167. package/widgets/support/GridControls.js +1 -1
  168. package/widgets/support/LabeledSwitch.js +1 -1
  169. package/widgets/support/MeasurementWidgetContent.js +1 -1
  170. package/widgets/support/SelectionList.js +1 -1
  171. package/widgets/support/SelectionToolbar.js +1 -1
  172. package/widgets/support/SketchTooltipControls.js +1 -1
  173. package/widgets/support/SnappingControls.js +1 -1
  174. package/widgets/support/TimezonePicker.js +1 -1
  175. package/widgets/support/UnitSelect.js +1 -1
  176. package/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationList.js +1 -1
  177. package/widgets/support/componentsUtils.js +1 -1
@@ -1,964 +1,964 @@
1
- @import "../../scss/variables_dark";
2
-
3
- //*
4
- //{
5
- //name: "Calcite Core Colors Dark",
6
- //tags: "Calcite Core,Calcite,Dark"
7
- //}
8
- //*/
9
-
10
- //* -- Calcite Core Blue -- */
11
-
12
- .Calcite_Blue_100 {
13
- background-color: $Calcite_Blue_100;
14
-
15
- /*
16
- {
17
- Hex:"#194765",
18
- RGB:"r25 g71 b101",
19
- guid:"13f7f404-7f22-4be3-b1a8-63e7d570d109",
20
- accessibility_white_text:"AAaa",
21
- accessibility_black_text:""
22
- }
23
- */
24
-
25
- }
26
-
27
- .Calcite_Blue_150 {
28
- background-color: $Calcite_Blue_150;
29
-
30
- /*
31
- {
32
- Hex:"#1C5C8B",
33
- RGB:"r28 g92 b139",
34
- guid:"ba344091-1d38-4d04-9441-8c3d412e7a26",
35
- accessibility_white_text:"AAaa",
36
- accessibility_black_text:""
37
- }
38
- */
39
-
40
- }
41
-
42
-
43
- .Calcite_Blue_200 {
44
- background-color: $Calcite_Blue_200;
45
-
46
- /*
47
- {
48
- Hex:"#3A8EC2",
49
- RGB:"r58 g142 b194",
50
- guid:"f32f5d5f-6f08-4abb-ad7a-eea60a700409",
51
- accessibility_white_text:"AA",
52
- accessibility_black_text:"AAaa"
53
- }
54
- */
55
-
56
- }
57
-
58
-
59
- .Calcite_Blue_250 {
60
- background-color: $Calcite_Blue_250;
61
-
62
- /*
63
- {
64
- Hex:"#409DD8",
65
- RGB:"r64 g157 b216",
66
- guid:"0a37e721-ad68-4004-bf27-e6bbb9832c6c",
67
- accessibility_white_text:"",
68
- accessibility_black_text:"AAaa"
69
- }
70
- */
71
-
72
- }
73
-
74
-
75
- .Calcite_Blue_a100 {
76
- background-color: $Calcite_Blue_a100;
77
-
78
- /*
79
- {
80
- Hex:"#CCCCCC",
81
- RGB:"r204 g204 b204",
82
- guid:"d0f45c43-173a-4107-8b6d-e159dfa33449",
83
- accessibility_white_text:"",
84
- accessibility_black_text:""
85
- }
86
- */
87
-
88
- }
89
-
90
-
91
- .Calcite_Blue_a150 {
92
- background-color: $Calcite_Blue_a150;
93
-
94
- /*
95
- {
96
- Hex:"#CCCCCC",
97
- RGB:"r204 g204 b204",
98
- guid:"8e6f8d0e-919e-4fcc-a262-1a773d993a45",
99
- accessibility_white_text:"",
100
- accessibility_black_text:""
101
- }
102
- */
103
-
104
- }
105
-
106
-
107
- .Calcite_Blue_a200 {
108
- background-color: $Calcite_Blue_a200;
109
-
110
- /*
111
- {
112
- Hex:"#CCCCCC",
113
- RGB:"r204 g204 b204",
114
- guid:"6ac6da98-5268-4a4d-88cd-c041582cf039",
115
- accessibility_white_text:"",
116
- accessibility_black_text:""
117
- }
118
- */
119
-
120
- }
121
-
122
- .Calcite_Blue_a250 {
123
- background-color: $Calcite_Blue_a250;
124
-
125
- /*
126
- {
127
- Hex:"#CCCCCC",
128
- RGB:"r204 g204 b204",
129
- guid:"f08d8462-ddfc-483e-9a2f-77b060a98658",
130
- accessibility_white_text:"",
131
- accessibility_black_text:""
132
- }
133
- */
134
-
135
- }
136
-
137
-
138
-
139
-
140
-
141
- //* -- Calcite Core Yellow -- *//
142
-
143
-
144
- .Calcite_Yellow_100 {
145
- background-color: $Calcite_Yellow_100;
146
-
147
- /*
148
- {
149
- Hex:"#786815",
150
- RGB:"r120 g104 b21",
151
- guid:"96b1f515-4816-4845-9f20-4cec1bb6b15b",
152
- accessibility_white_text:"AAaa",
153
- accessibility_black_text:"AA"
154
- }
155
- */
156
-
157
- }
158
-
159
- .Calcite_Yellow_150 {
160
- background-color: $Calcite_Yellow_150;
161
-
162
- /*
163
- {
164
- Hex:"#A18900",
165
- RGB:"r161 g137 b0",
166
- guid:"eb1cb7b1-e500-42ec-aaa1-4c164dd9d766",
167
- accessibility_white_text:"AA",
168
- accessibility_black_text:"AAaa"
169
- }
170
- */
171
-
172
- }
173
-
174
-
175
- .Calcite_Yellow_200 {
176
- background-color: $Calcite_Yellow_200;
177
-
178
- /*
179
- {
180
- Hex:"#BCA626",
181
- RGB:"r188 g166 b38",
182
- guid:"1a3663ed-23c0-47f9-aee0-71cf058e5300",
183
- accessibility_white_text:"",
184
- accessibility_black_text:"AAaa"
185
- }
186
- */
187
-
188
- }
189
-
190
-
191
- .Calcite_Yellow_250 {
192
- background-color: $Calcite_Yellow_250;
193
-
194
- /*
195
- {
196
- Hex:"#CBB635",
197
- RGB:"r203 g182 b53",
198
- guid:"7c241ac9-b0d7-4a35-8de6-33ea53c8e470",
199
- accessibility_white_text:"",
200
- accessibility_black_text:"AAaa"
201
- }
202
- */
203
-
204
- }
205
-
206
-
207
-
208
- .Calcite_Yellow_a100 {
209
- background-color: $Calcite_Yellow_a100;
210
-
211
- /*
212
- {
213
- Hex:"#CCCCCC",
214
- RGB:"r204 g204 b204",
215
- guid:"0bbe3546-fc84-42d1-a741-56e42599dc9a",
216
- accessibility_white_text:"",
217
- accessibility_black_text:""
218
- }
219
- */
220
-
221
- }
222
-
223
-
224
- .Calcite_Yellow_a150 {
225
- background-color: $Calcite_Yellow_a150;
226
-
227
- /*
228
- {
229
- Hex:"#CCCCCC",
230
- RGB:"r204 g204 b204",
231
- guid:"d29fd5e2-1e11-4106-ad89-ffe75fa5de90",
232
- accessibility_white_text:"",
233
- accessibility_black_text:""
234
- }
235
- */
236
-
237
- }
238
-
239
-
240
- .Calcite_Yellow_a200 {
241
- background-color: $Calcite_Yellow_a200;
242
-
243
- /*
244
- {
245
- Hex:"#CCCCCC",
246
- RGB:"r204 g204 b204",
247
- guid:"04c355b9-1cc1-4b31-a4dc-e4db5a028858",
248
- accessibility_white_text:"",
249
- accessibility_black_text:""
250
- }
251
- */
252
-
253
- }
254
-
255
- .Calcite_Yellow_a250 {
256
- background-color: $Calcite_Yellow_a250;
257
-
258
- /*
259
- {
260
- Hex:"#CCCCCC",
261
- RGB:"r204 g204 b204",
262
- guid:"270e0bb5-979c-42a6-9126-857042c36cd7",
263
- accessibility_white_text:"",
264
- accessibility_black_text:""
265
- }
266
- */
267
-
268
- }
269
-
270
-
271
-
272
-
273
-
274
- //* -- Calcite Core Orange -- *//
275
-
276
-
277
- .Calcite_Orange_100 {
278
- background-color: $Calcite_Orange_100;
279
-
280
- /*
281
- {
282
- Hex:"#744B22",
283
- RGB:"r116 g75 b34",
284
- guid:"10bc24d0-c2a6-4327-9960-ced18032ed2e",
285
- accessibility_white_text:"AAaa",
286
- accessibility_black_text:""
287
- }
288
- */
289
-
290
- }
291
-
292
- .Calcite_Orange_150 {
293
- background-color: $Calcite_Orange_150;
294
-
295
- /*
296
- {
297
- Hex:"#A0641F",
298
- RGB:"r160 g100 b31",
299
- guid:"ea1d5847-9320-4aac-98ec-198e701bf976",
300
- accessibility_white_text:"AAaa",
301
- accessibility_black_text:"AA"
302
- }
303
- */
304
-
305
- }
306
-
307
-
308
- .Calcite_Orange_200 {
309
- background-color: $Calcite_Orange_200;
310
-
311
- /*
312
- {
313
- Hex:"#D08633",
314
- RGB:"r208 g134 b51",
315
- guid:"5e84a63b-02c0-4513-b989-08720832737a",
316
- accessibility_white_text:"",
317
- accessibility_black_text:"AAaa"
318
- }
319
- */
320
-
321
- }
322
-
323
-
324
- .Calcite_Orange_250 {
325
- background-color: $Calcite_Orange_250;
326
-
327
- /*
328
- {
329
- Hex:"#E79539",
330
- RGB:"r231 g149 b57",
331
- guid:"d16d400d-f2af-495d-a7be-db87753bba72",
332
- accessibility_white_text:"",
333
- accessibility_black_text:"AAaa"
334
- }
335
- */
336
-
337
- }
338
-
339
-
340
-
341
- .Calcite_Orange_a100 {
342
- background-color: $Calcite_Orange_a100;
343
-
344
- /*
345
- {
346
- Hex:"#CCCCCC",
347
- RGB:"r204 g204 b204",
348
- guid:"4d5cd545-83e6-46a8-bd94-6a9e99d90026",
349
- accessibility_white_text:"",
350
- accessibility_black_text:""
351
- }
352
- */
353
-
354
- }
355
-
356
-
357
- .Calcite_Orange_a150 {
358
- background-color: $Calcite_Orange_a150;
359
-
360
- /*
361
- {
362
- Hex:"#CCCCCC",
363
- RGB:"r204 g204 b204",
364
- guid:"75e2a476-8da6-45c3-adc0-4d7d500ad12b",
365
- accessibility_white_text:"",
366
- accessibility_black_text:""
367
- }
368
- */
369
-
370
- }
371
-
372
-
373
- .Calcite_Orange_a200 {
374
- background-color: $Calcite_Orange_a200;
375
-
376
- /*
377
- {
378
- Hex:"#CCCCCC",
379
- RGB:"r204 g204 b204",
380
- guid:"0d4c57cd-77f1-46c6-82dd-bcdcf3107cb2",
381
- accessibility_white_text:"",
382
- accessibility_black_text:""
383
- }
384
- */
385
-
386
- }
387
-
388
- .Calcite_Orange_a250 {
389
- background-color: $Calcite_Orange_a250;
390
-
391
- /*
392
- {
393
- Hex:"#CCCCCC",
394
- RGB:"r204 g204 b204",
395
- guid:"51296e7e-3646-4686-865a-33f29a683a7b",
396
- accessibility_white_text:"",
397
- accessibility_black_text:""
398
- }
399
- */
400
-
401
- }
402
-
403
-
404
-
405
-
406
-
407
- //* -- Calcite Core Green -- *//
408
-
409
-
410
- .Calcite_Green_100 {
411
- background-color: $Calcite_Green_100;
412
-
413
- /*
414
- {
415
- Hex:"#285328",
416
- RGB:"r40 g83 b40",
417
- guid:"0c9ebb2b-a11a-4eff-a004-8ebe8f7a864d",
418
- accessibility_white_text:"AAaa",
419
- accessibility_black_text:""
420
- }
421
- */
422
-
423
- }
424
-
425
- .Calcite_Green_150 {
426
- background-color: $Calcite_Green_150;
427
-
428
- /*
429
- {
430
- Hex:"#376E37",
431
- RGB:"r55 g110 b55",
432
- guid:"f34e66a9-cebe-4c92-a715-5dcfec9f4cb8",
433
- accessibility_white_text:"AAaa",
434
- accessibility_black_text:"AA"
435
- }
436
- */
437
-
438
- }
439
-
440
-
441
- .Calcite_Green_200 {
442
- background-color: $Calcite_Green_200;
443
-
444
- /*
445
- {
446
- Hex:"#4A9349",
447
- RGB:"r74 g147 b73",
448
- guid:"31c206df-af65-41c9-823d-617d733cd870",
449
- accessibility_white_text:"AA",
450
- accessibility_black_text:"AAaa"
451
- }
452
- */
453
-
454
- }
455
-
456
-
457
- .Calcite_Green_250 {
458
- background-color: $Calcite_Green_250;
459
-
460
- /*
461
- {
462
- Hex:"#57AC56",
463
- RGB:"r87 g172 b86",
464
- guid:"a487cb84-4ec0-407e-a094-20d22ab88747",
465
- accessibility_white_text:"",
466
- accessibility_black_text:"AAaa"
467
- }
468
- */
469
-
470
- }
471
-
472
-
473
-
474
- .Calcite_Green_a100 {
475
- background-color: $Calcite_Green_a100;
476
-
477
- /*
478
- {
479
- Hex:"#CCCCCC",
480
- RGB:"r204 g204 b204",
481
- guid:"f4618a95-f0d3-4e29-aba2-719b9b6e6ba4",
482
- accessibility_white_text:"",
483
- accessibility_black_text:""
484
- }
485
- */
486
-
487
- }
488
-
489
-
490
- .Calcite_Green_a150 {
491
- background-color: $Calcite_Green_a150;
492
-
493
- /*
494
- {
495
- Hex:"#CCCCCC",
496
- RGB:"r204 g204 b204",
497
- guid:"dbe8f620-e3bf-4a0f-9336-50b2177d3a94",
498
- accessibility_white_text:"",
499
- accessibility_black_text:""
500
- }
501
- */
502
-
503
- }
504
-
505
-
506
- .Calcite_Green_a200 {
507
- background-color: $Calcite_Green_a200;
508
-
509
- /*
510
- {
511
- Hex:"#CCCCCC",
512
- RGB:"r204 g204 b204",
513
- guid:"2c4234a7-0d16-40b1-ac78-d8a0b2434613",
514
- accessibility_white_text:"",
515
- accessibility_black_text:""
516
- }
517
- */
518
-
519
- }
520
-
521
- .Calcite_Green_a250 {
522
- background-color: $Calcite_Green_a250;
523
-
524
- /*
525
- {
526
- Hex:"#CCCCCC",
527
- RGB:"r204 g204 b204",
528
- guid:"74206a10-7562-4efa-8bfd-1185fb3251aa",
529
- accessibility_white_text:"",
530
- accessibility_black_text:""
531
- }
532
- */
533
-
534
- }
535
-
536
-
537
-
538
-
539
-
540
-
541
- //* -- Calcite Core Red -- *//
542
-
543
-
544
- .Calcite_Red_100 {
545
- background-color: $Calcite_Red_100;
546
-
547
- /*
548
- {
549
- Hex:"#622721",
550
- RGB:"r98 g39 b33",
551
- guid:"aab5ddb2-634b-4752-9d52-2efae2d22d73",
552
- accessibility_white_text:"AAaa",
553
- accessibility_black_text:""
554
- }
555
- */
556
-
557
- }
558
-
559
- .Calcite_Red_150 {
560
- background-color: $Calcite_Red_150;
561
-
562
- /*
563
- {
564
- Hex:"#843117",
565
- RGB:"r132 g49 b23",
566
- guid:"e9791e86-f31c-4dd9-8be7-4eba9d3b61cb",
567
- accessibility_white_text:"AAaa",
568
- accessibility_black_text:""
569
- }
570
- */
571
-
572
- }
573
-
574
-
575
- .Calcite_Red_200 {
576
- background-color: $Calcite_Red_200;
577
-
578
- /*
579
- {
580
- Hex:"#AA411E",
581
- RGB:"r170 g65 b30",
582
- guid:"2f77f9a5-ecc7-4940-8cb9-131cd88bd597",
583
- accessibility_white_text:"AAaa",
584
- accessibility_black_text:"AA"
585
- }
586
- */
587
-
588
- }
589
-
590
-
591
- .Calcite_Red_250 {
592
- background-color: $Calcite_Red_250;
593
-
594
- /*
595
- {
596
- Hex:"#C64F27",
597
- RGB:"r198 g79 b39",
598
- guid:"647617d4-e986-49f9-9055-4a9277b45532",
599
- accessibility_white_text:"AAaa",
600
- accessibility_black_text:"AAaa"
601
- }
602
- */
603
-
604
- }
605
-
606
-
607
-
608
- .Calcite_Red_a100 {
609
- background-color: $Calcite_Red_a100;
610
-
611
- /*
612
- {
613
- Hex:"#CCCCCC",
614
- RGB:"r204 g204 b204",
615
- guid:"ec36a8f5-b27f-4b45-a937-0ef41be84866",
616
- accessibility_white_text:"",
617
- accessibility_black_text:""
618
- }
619
- */
620
-
621
- }
622
-
623
-
624
- .Calcite_Red_a150 {
625
- background-color: $Calcite_Red_a150;
626
-
627
- /*
628
- {
629
- Hex:"#CCCCCC",
630
- RGB:"r204 g204 b204",
631
- guid:"8d721bd3-479c-4006-9b86-f2af7f02dba9",
632
- accessibility_white_text:"",
633
- accessibility_black_text:""
634
- }
635
- */
636
-
637
- }
638
-
639
-
640
- .Calcite_Red_a200 {
641
- background-color: $Calcite_Red_a200;
642
-
643
- /*
644
- {
645
- Hex:"#CCCCCC",
646
- RGB:"r204 g204 b204",
647
- guid:"f0e4e732-25b2-4556-86ca-0dfa9692e77a",
648
- accessibility_white_text:"",
649
- accessibility_black_text:""
650
- }
651
- */
652
-
653
- }
654
-
655
- .Calcite_Red_a250 {
656
- background-color: $Calcite_Red_a250;
657
-
658
- /*
659
- {
660
- Hex:"#CCCCCC",
661
- RGB:"r204 g204 b204",
662
- guid:"a5e7ae65-2f04-496a-9042-c68071c36b87",
663
- accessibility_white_text:"",
664
- accessibility_black_text:""
665
- }
666
- */
667
-
668
- }
669
-
670
-
671
-
672
- //* -- Calcite Core Purple -- *//
673
-
674
-
675
- .Calcite_Purple_100 {
676
- background-color: $Calcite_Purple_100;
677
-
678
- /*
679
- {
680
- Hex:"#3D3553",
681
- RGB:"r61 g53 b83",
682
- guid:"97db6f2e-40f0-4abb-be42-b3e98b232d3d",
683
- accessibility_white_text:"AAaa",
684
- accessibility_black_text:""
685
- }
686
- */
687
-
688
- }
689
-
690
- .Calcite_Purple_150 {
691
- background-color: $Calcite_Purple_150;
692
-
693
- /*
694
- {
695
- Hex:"#4B3D6D",
696
- RGB:"r75 g61 b109",
697
- guid:"8cb08557-9a65-4751-894c-2c3d417d157d",
698
- accessibility_white_text:"AAaa",
699
- accessibility_black_text:""
700
- }
701
- */
702
-
703
- }
704
-
705
-
706
- .Calcite_Purple_200 {
707
- background-color: $Calcite_Purple_200;
708
-
709
- /*
710
- {
711
- Hex:"#60508B",
712
- RGB:"r96 g80 b139",
713
- guid:"27291eee-8749-4c47-b4b0-7b9c6f7fce65",
714
- accessibility_white_text:"AAaa",
715
- accessibility_black_text:"AA"
716
- }
717
- */
718
-
719
- }
720
-
721
-
722
- .Calcite_Purple_250 {
723
- background-color: $Calcite_Purple_250;
724
-
725
- /*
726
- {
727
- Hex:"#7F6FA9",
728
- RGB:"r127 g111 b169",
729
- guid:"99825edd-7b96-45dc-91e0-6ddd52271e62",
730
- accessibility_white_text:"AA",
731
- accessibility_black_text:"AAaa"
732
- }
733
- */
734
-
735
- }
736
-
737
-
738
-
739
- .Calcite_Purple_a100 {
740
- background-color: $Calcite_Purple_a100;
741
-
742
- /*
743
- {
744
- Hex:"#CCCCCC",
745
- RGB:"r204 g204 b204",
746
- guid:"062f96f8-4251-43ab-8d47-0aaeff26ddb3",
747
- accessibility_white_text:"",
748
- accessibility_black_text:""
749
- }
750
- */
751
-
752
- }
753
-
754
-
755
- .Calcite_Purple_a150 {
756
- background-color: $Calcite_Purple_a150;
757
-
758
- /*
759
- {
760
- Hex:"#CCCCCC",
761
- RGB:"r204 g204 b204",
762
- guid:"dd3debdb-695d-4573-ad3f-7b2c1c4bf4c0",
763
- accessibility_white_text:"",
764
- accessibility_black_text:""
765
- }
766
- */
767
-
768
- }
769
-
770
-
771
- .Calcite_Purple_a200 {
772
- background-color: $Calcite_Purple_a200;
773
-
774
- /*
775
- {
776
- Hex:"#CCCCCC",
777
- RGB:"r204 g204 b204",
778
- guid:"63bb3eb0-0afb-414e-989a-eb767edfe051",
779
- accessibility_white_text:"",
780
- accessibility_black_text:""
781
- }
782
- */
783
-
784
- }
785
-
786
- .Calcite_Purple_a250 {
787
- background-color: $Calcite_Purple_a250;
788
-
789
- /*
790
- {
791
- Hex:"#CCCCCC",
792
- RGB:"r204 g204 b204",
793
- guid:"996dbe04-551d-42c5-ac48-c8d332a08fc5",
794
- accessibility_white_text:"",
795
- accessibility_black_text:""
796
- }
797
- */
798
-
799
- }
800
-
801
-
802
-
803
-
804
- //* -- Calcite Core Brown -- *//
805
-
806
-
807
- .Calcite_Brown_100 {
808
- background-color: $Calcite_Brown_100;
809
-
810
- /*
811
- {
812
- Hex:"#4A331C",
813
- RGB:"r74 g51 b28",
814
- guid:"e1be3ec0-54a0-4743-bf47-abc26731417e",
815
- accessibility_white_text:"AAaa",
816
- accessibility_black_text:""
817
- }
818
- */
819
-
820
- }
821
-
822
- .Calcite_Brown_150 {
823
- background-color: $Calcite_Brown_150;
824
-
825
- /*
826
- {
827
- Hex:"#66431E",
828
- RGB:"r102 g67 b30",
829
- guid:"61f29613-6817-4852-8bde-a70fc4cd0276",
830
- accessibility_white_text:"AAaa",
831
- accessibility_black_text:""
832
- }
833
- */
834
-
835
- }
836
-
837
-
838
- .Calcite_Brown_200 {
839
- background-color: $Calcite_Brown_200;
840
-
841
- /*
842
- {
843
- Hex:"#8B5D2A",
844
- RGB:"r139 g93 b42",
845
- guid:"b6d25db6-455a-4603-aae0-2727b1999aa2",
846
- accessibility_white_text:"AAaa",
847
- accessibility_black_text:"AA"
848
- }
849
- */
850
-
851
- }
852
-
853
-
854
- .Calcite_Brown_250 {
855
- background-color: $Calcite_Brown_250;
856
-
857
- /*
858
- {
859
- Hex:"#A56F31",
860
- RGB:"r65 g111 b49",
861
- guid:"e6f939eb-ae27-4437-92cf-06473463e65d",
862
- accessibility_white_text:"AA",
863
- accessibility_black_text:"AAaa"
864
- }
865
- */
866
-
867
- }
868
-
869
-
870
-
871
- .Calcite_Brown_a100 {
872
- background-color: $Calcite_Brown_a100;
873
-
874
- /*
875
- {
876
- Hex:"#CCCCCC",
877
- RGB:"r204 g204 b204",
878
- guid:"1999a103-35ca-4b80-8a67-d3cbeca8225c",
879
- accessibility_white_text:"",
880
- accessibility_black_text:""
881
- }
882
- */
883
-
884
- }
885
-
886
-
887
- .Calcite_Brown_a150 {
888
- background-color: $Calcite_Brown_a150;
889
-
890
- /*
891
- {
892
- Hex:"#CCCCCC",
893
- RGB:"r204 g204 b204",
894
- guid:"fa114b3d-2ce1-4d1d-b0b2-a1743dda8f88",
895
- accessibility_white_text:"",
896
- accessibility_black_text:""
897
- }
898
- */
899
-
900
- }
901
-
902
-
903
- .Calcite_Brown_a200 {
904
- background-color: $Calcite_Brown_a200;
905
-
906
- /*
907
- {
908
- Hex:"#CCCCCC",
909
- RGB:"r204 g204 b204",
910
- guid:"3bdc321f-a3ca-4b74-8bc6-d7ad4afb0ae5",
911
- accessibility_white_text:"",
912
- accessibility_black_text:""
913
- }
914
- */
915
-
916
- }
917
-
918
- .Calcite_Brown_a250 {
919
- background-color: $Calcite_Brown_a250;
920
-
921
- /*
922
- {
923
- Hex:"#CCCCCC",
924
- RGB:"r204 g204 b204",
925
- guid:"2fe3c649-8ff6-4196-bb16-6a08317ebdfd",
926
- accessibility_white_text:"",
927
- accessibility_black_text:""
928
- }
929
- */
930
-
931
- }
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
-
1
+ @import "../../scss/variables_dark";
2
+
3
+ //*
4
+ //{
5
+ //name: "Calcite Core Colors Dark",
6
+ //tags: "Calcite Core,Calcite,Dark"
7
+ //}
8
+ //*/
9
+
10
+ //* -- Calcite Core Blue -- */
11
+
12
+ .Calcite_Blue_100 {
13
+ background-color: $Calcite_Blue_100;
14
+
15
+ /*
16
+ {
17
+ Hex:"#194765",
18
+ RGB:"r25 g71 b101",
19
+ guid:"13f7f404-7f22-4be3-b1a8-63e7d570d109",
20
+ accessibility_white_text:"AAaa",
21
+ accessibility_black_text:""
22
+ }
23
+ */
24
+
25
+ }
26
+
27
+ .Calcite_Blue_150 {
28
+ background-color: $Calcite_Blue_150;
29
+
30
+ /*
31
+ {
32
+ Hex:"#1C5C8B",
33
+ RGB:"r28 g92 b139",
34
+ guid:"ba344091-1d38-4d04-9441-8c3d412e7a26",
35
+ accessibility_white_text:"AAaa",
36
+ accessibility_black_text:""
37
+ }
38
+ */
39
+
40
+ }
41
+
42
+
43
+ .Calcite_Blue_200 {
44
+ background-color: $Calcite_Blue_200;
45
+
46
+ /*
47
+ {
48
+ Hex:"#3A8EC2",
49
+ RGB:"r58 g142 b194",
50
+ guid:"f32f5d5f-6f08-4abb-ad7a-eea60a700409",
51
+ accessibility_white_text:"AA",
52
+ accessibility_black_text:"AAaa"
53
+ }
54
+ */
55
+
56
+ }
57
+
58
+
59
+ .Calcite_Blue_250 {
60
+ background-color: $Calcite_Blue_250;
61
+
62
+ /*
63
+ {
64
+ Hex:"#409DD8",
65
+ RGB:"r64 g157 b216",
66
+ guid:"0a37e721-ad68-4004-bf27-e6bbb9832c6c",
67
+ accessibility_white_text:"",
68
+ accessibility_black_text:"AAaa"
69
+ }
70
+ */
71
+
72
+ }
73
+
74
+
75
+ .Calcite_Blue_a100 {
76
+ background-color: $Calcite_Blue_a100;
77
+
78
+ /*
79
+ {
80
+ Hex:"#CCCCCC",
81
+ RGB:"r204 g204 b204",
82
+ guid:"d0f45c43-173a-4107-8b6d-e159dfa33449",
83
+ accessibility_white_text:"",
84
+ accessibility_black_text:""
85
+ }
86
+ */
87
+
88
+ }
89
+
90
+
91
+ .Calcite_Blue_a150 {
92
+ background-color: $Calcite_Blue_a150;
93
+
94
+ /*
95
+ {
96
+ Hex:"#CCCCCC",
97
+ RGB:"r204 g204 b204",
98
+ guid:"8e6f8d0e-919e-4fcc-a262-1a773d993a45",
99
+ accessibility_white_text:"",
100
+ accessibility_black_text:""
101
+ }
102
+ */
103
+
104
+ }
105
+
106
+
107
+ .Calcite_Blue_a200 {
108
+ background-color: $Calcite_Blue_a200;
109
+
110
+ /*
111
+ {
112
+ Hex:"#CCCCCC",
113
+ RGB:"r204 g204 b204",
114
+ guid:"6ac6da98-5268-4a4d-88cd-c041582cf039",
115
+ accessibility_white_text:"",
116
+ accessibility_black_text:""
117
+ }
118
+ */
119
+
120
+ }
121
+
122
+ .Calcite_Blue_a250 {
123
+ background-color: $Calcite_Blue_a250;
124
+
125
+ /*
126
+ {
127
+ Hex:"#CCCCCC",
128
+ RGB:"r204 g204 b204",
129
+ guid:"f08d8462-ddfc-483e-9a2f-77b060a98658",
130
+ accessibility_white_text:"",
131
+ accessibility_black_text:""
132
+ }
133
+ */
134
+
135
+ }
136
+
137
+
138
+
139
+
140
+
141
+ //* -- Calcite Core Yellow -- *//
142
+
143
+
144
+ .Calcite_Yellow_100 {
145
+ background-color: $Calcite_Yellow_100;
146
+
147
+ /*
148
+ {
149
+ Hex:"#786815",
150
+ RGB:"r120 g104 b21",
151
+ guid:"96b1f515-4816-4845-9f20-4cec1bb6b15b",
152
+ accessibility_white_text:"AAaa",
153
+ accessibility_black_text:"AA"
154
+ }
155
+ */
156
+
157
+ }
158
+
159
+ .Calcite_Yellow_150 {
160
+ background-color: $Calcite_Yellow_150;
161
+
162
+ /*
163
+ {
164
+ Hex:"#A18900",
165
+ RGB:"r161 g137 b0",
166
+ guid:"eb1cb7b1-e500-42ec-aaa1-4c164dd9d766",
167
+ accessibility_white_text:"AA",
168
+ accessibility_black_text:"AAaa"
169
+ }
170
+ */
171
+
172
+ }
173
+
174
+
175
+ .Calcite_Yellow_200 {
176
+ background-color: $Calcite_Yellow_200;
177
+
178
+ /*
179
+ {
180
+ Hex:"#BCA626",
181
+ RGB:"r188 g166 b38",
182
+ guid:"1a3663ed-23c0-47f9-aee0-71cf058e5300",
183
+ accessibility_white_text:"",
184
+ accessibility_black_text:"AAaa"
185
+ }
186
+ */
187
+
188
+ }
189
+
190
+
191
+ .Calcite_Yellow_250 {
192
+ background-color: $Calcite_Yellow_250;
193
+
194
+ /*
195
+ {
196
+ Hex:"#CBB635",
197
+ RGB:"r203 g182 b53",
198
+ guid:"7c241ac9-b0d7-4a35-8de6-33ea53c8e470",
199
+ accessibility_white_text:"",
200
+ accessibility_black_text:"AAaa"
201
+ }
202
+ */
203
+
204
+ }
205
+
206
+
207
+
208
+ .Calcite_Yellow_a100 {
209
+ background-color: $Calcite_Yellow_a100;
210
+
211
+ /*
212
+ {
213
+ Hex:"#CCCCCC",
214
+ RGB:"r204 g204 b204",
215
+ guid:"0bbe3546-fc84-42d1-a741-56e42599dc9a",
216
+ accessibility_white_text:"",
217
+ accessibility_black_text:""
218
+ }
219
+ */
220
+
221
+ }
222
+
223
+
224
+ .Calcite_Yellow_a150 {
225
+ background-color: $Calcite_Yellow_a150;
226
+
227
+ /*
228
+ {
229
+ Hex:"#CCCCCC",
230
+ RGB:"r204 g204 b204",
231
+ guid:"d29fd5e2-1e11-4106-ad89-ffe75fa5de90",
232
+ accessibility_white_text:"",
233
+ accessibility_black_text:""
234
+ }
235
+ */
236
+
237
+ }
238
+
239
+
240
+ .Calcite_Yellow_a200 {
241
+ background-color: $Calcite_Yellow_a200;
242
+
243
+ /*
244
+ {
245
+ Hex:"#CCCCCC",
246
+ RGB:"r204 g204 b204",
247
+ guid:"04c355b9-1cc1-4b31-a4dc-e4db5a028858",
248
+ accessibility_white_text:"",
249
+ accessibility_black_text:""
250
+ }
251
+ */
252
+
253
+ }
254
+
255
+ .Calcite_Yellow_a250 {
256
+ background-color: $Calcite_Yellow_a250;
257
+
258
+ /*
259
+ {
260
+ Hex:"#CCCCCC",
261
+ RGB:"r204 g204 b204",
262
+ guid:"270e0bb5-979c-42a6-9126-857042c36cd7",
263
+ accessibility_white_text:"",
264
+ accessibility_black_text:""
265
+ }
266
+ */
267
+
268
+ }
269
+
270
+
271
+
272
+
273
+
274
+ //* -- Calcite Core Orange -- *//
275
+
276
+
277
+ .Calcite_Orange_100 {
278
+ background-color: $Calcite_Orange_100;
279
+
280
+ /*
281
+ {
282
+ Hex:"#744B22",
283
+ RGB:"r116 g75 b34",
284
+ guid:"10bc24d0-c2a6-4327-9960-ced18032ed2e",
285
+ accessibility_white_text:"AAaa",
286
+ accessibility_black_text:""
287
+ }
288
+ */
289
+
290
+ }
291
+
292
+ .Calcite_Orange_150 {
293
+ background-color: $Calcite_Orange_150;
294
+
295
+ /*
296
+ {
297
+ Hex:"#A0641F",
298
+ RGB:"r160 g100 b31",
299
+ guid:"ea1d5847-9320-4aac-98ec-198e701bf976",
300
+ accessibility_white_text:"AAaa",
301
+ accessibility_black_text:"AA"
302
+ }
303
+ */
304
+
305
+ }
306
+
307
+
308
+ .Calcite_Orange_200 {
309
+ background-color: $Calcite_Orange_200;
310
+
311
+ /*
312
+ {
313
+ Hex:"#D08633",
314
+ RGB:"r208 g134 b51",
315
+ guid:"5e84a63b-02c0-4513-b989-08720832737a",
316
+ accessibility_white_text:"",
317
+ accessibility_black_text:"AAaa"
318
+ }
319
+ */
320
+
321
+ }
322
+
323
+
324
+ .Calcite_Orange_250 {
325
+ background-color: $Calcite_Orange_250;
326
+
327
+ /*
328
+ {
329
+ Hex:"#E79539",
330
+ RGB:"r231 g149 b57",
331
+ guid:"d16d400d-f2af-495d-a7be-db87753bba72",
332
+ accessibility_white_text:"",
333
+ accessibility_black_text:"AAaa"
334
+ }
335
+ */
336
+
337
+ }
338
+
339
+
340
+
341
+ .Calcite_Orange_a100 {
342
+ background-color: $Calcite_Orange_a100;
343
+
344
+ /*
345
+ {
346
+ Hex:"#CCCCCC",
347
+ RGB:"r204 g204 b204",
348
+ guid:"4d5cd545-83e6-46a8-bd94-6a9e99d90026",
349
+ accessibility_white_text:"",
350
+ accessibility_black_text:""
351
+ }
352
+ */
353
+
354
+ }
355
+
356
+
357
+ .Calcite_Orange_a150 {
358
+ background-color: $Calcite_Orange_a150;
359
+
360
+ /*
361
+ {
362
+ Hex:"#CCCCCC",
363
+ RGB:"r204 g204 b204",
364
+ guid:"75e2a476-8da6-45c3-adc0-4d7d500ad12b",
365
+ accessibility_white_text:"",
366
+ accessibility_black_text:""
367
+ }
368
+ */
369
+
370
+ }
371
+
372
+
373
+ .Calcite_Orange_a200 {
374
+ background-color: $Calcite_Orange_a200;
375
+
376
+ /*
377
+ {
378
+ Hex:"#CCCCCC",
379
+ RGB:"r204 g204 b204",
380
+ guid:"0d4c57cd-77f1-46c6-82dd-bcdcf3107cb2",
381
+ accessibility_white_text:"",
382
+ accessibility_black_text:""
383
+ }
384
+ */
385
+
386
+ }
387
+
388
+ .Calcite_Orange_a250 {
389
+ background-color: $Calcite_Orange_a250;
390
+
391
+ /*
392
+ {
393
+ Hex:"#CCCCCC",
394
+ RGB:"r204 g204 b204",
395
+ guid:"51296e7e-3646-4686-865a-33f29a683a7b",
396
+ accessibility_white_text:"",
397
+ accessibility_black_text:""
398
+ }
399
+ */
400
+
401
+ }
402
+
403
+
404
+
405
+
406
+
407
+ //* -- Calcite Core Green -- *//
408
+
409
+
410
+ .Calcite_Green_100 {
411
+ background-color: $Calcite_Green_100;
412
+
413
+ /*
414
+ {
415
+ Hex:"#285328",
416
+ RGB:"r40 g83 b40",
417
+ guid:"0c9ebb2b-a11a-4eff-a004-8ebe8f7a864d",
418
+ accessibility_white_text:"AAaa",
419
+ accessibility_black_text:""
420
+ }
421
+ */
422
+
423
+ }
424
+
425
+ .Calcite_Green_150 {
426
+ background-color: $Calcite_Green_150;
427
+
428
+ /*
429
+ {
430
+ Hex:"#376E37",
431
+ RGB:"r55 g110 b55",
432
+ guid:"f34e66a9-cebe-4c92-a715-5dcfec9f4cb8",
433
+ accessibility_white_text:"AAaa",
434
+ accessibility_black_text:"AA"
435
+ }
436
+ */
437
+
438
+ }
439
+
440
+
441
+ .Calcite_Green_200 {
442
+ background-color: $Calcite_Green_200;
443
+
444
+ /*
445
+ {
446
+ Hex:"#4A9349",
447
+ RGB:"r74 g147 b73",
448
+ guid:"31c206df-af65-41c9-823d-617d733cd870",
449
+ accessibility_white_text:"AA",
450
+ accessibility_black_text:"AAaa"
451
+ }
452
+ */
453
+
454
+ }
455
+
456
+
457
+ .Calcite_Green_250 {
458
+ background-color: $Calcite_Green_250;
459
+
460
+ /*
461
+ {
462
+ Hex:"#57AC56",
463
+ RGB:"r87 g172 b86",
464
+ guid:"a487cb84-4ec0-407e-a094-20d22ab88747",
465
+ accessibility_white_text:"",
466
+ accessibility_black_text:"AAaa"
467
+ }
468
+ */
469
+
470
+ }
471
+
472
+
473
+
474
+ .Calcite_Green_a100 {
475
+ background-color: $Calcite_Green_a100;
476
+
477
+ /*
478
+ {
479
+ Hex:"#CCCCCC",
480
+ RGB:"r204 g204 b204",
481
+ guid:"f4618a95-f0d3-4e29-aba2-719b9b6e6ba4",
482
+ accessibility_white_text:"",
483
+ accessibility_black_text:""
484
+ }
485
+ */
486
+
487
+ }
488
+
489
+
490
+ .Calcite_Green_a150 {
491
+ background-color: $Calcite_Green_a150;
492
+
493
+ /*
494
+ {
495
+ Hex:"#CCCCCC",
496
+ RGB:"r204 g204 b204",
497
+ guid:"dbe8f620-e3bf-4a0f-9336-50b2177d3a94",
498
+ accessibility_white_text:"",
499
+ accessibility_black_text:""
500
+ }
501
+ */
502
+
503
+ }
504
+
505
+
506
+ .Calcite_Green_a200 {
507
+ background-color: $Calcite_Green_a200;
508
+
509
+ /*
510
+ {
511
+ Hex:"#CCCCCC",
512
+ RGB:"r204 g204 b204",
513
+ guid:"2c4234a7-0d16-40b1-ac78-d8a0b2434613",
514
+ accessibility_white_text:"",
515
+ accessibility_black_text:""
516
+ }
517
+ */
518
+
519
+ }
520
+
521
+ .Calcite_Green_a250 {
522
+ background-color: $Calcite_Green_a250;
523
+
524
+ /*
525
+ {
526
+ Hex:"#CCCCCC",
527
+ RGB:"r204 g204 b204",
528
+ guid:"74206a10-7562-4efa-8bfd-1185fb3251aa",
529
+ accessibility_white_text:"",
530
+ accessibility_black_text:""
531
+ }
532
+ */
533
+
534
+ }
535
+
536
+
537
+
538
+
539
+
540
+
541
+ //* -- Calcite Core Red -- *//
542
+
543
+
544
+ .Calcite_Red_100 {
545
+ background-color: $Calcite_Red_100;
546
+
547
+ /*
548
+ {
549
+ Hex:"#622721",
550
+ RGB:"r98 g39 b33",
551
+ guid:"aab5ddb2-634b-4752-9d52-2efae2d22d73",
552
+ accessibility_white_text:"AAaa",
553
+ accessibility_black_text:""
554
+ }
555
+ */
556
+
557
+ }
558
+
559
+ .Calcite_Red_150 {
560
+ background-color: $Calcite_Red_150;
561
+
562
+ /*
563
+ {
564
+ Hex:"#843117",
565
+ RGB:"r132 g49 b23",
566
+ guid:"e9791e86-f31c-4dd9-8be7-4eba9d3b61cb",
567
+ accessibility_white_text:"AAaa",
568
+ accessibility_black_text:""
569
+ }
570
+ */
571
+
572
+ }
573
+
574
+
575
+ .Calcite_Red_200 {
576
+ background-color: $Calcite_Red_200;
577
+
578
+ /*
579
+ {
580
+ Hex:"#AA411E",
581
+ RGB:"r170 g65 b30",
582
+ guid:"2f77f9a5-ecc7-4940-8cb9-131cd88bd597",
583
+ accessibility_white_text:"AAaa",
584
+ accessibility_black_text:"AA"
585
+ }
586
+ */
587
+
588
+ }
589
+
590
+
591
+ .Calcite_Red_250 {
592
+ background-color: $Calcite_Red_250;
593
+
594
+ /*
595
+ {
596
+ Hex:"#C64F27",
597
+ RGB:"r198 g79 b39",
598
+ guid:"647617d4-e986-49f9-9055-4a9277b45532",
599
+ accessibility_white_text:"AAaa",
600
+ accessibility_black_text:"AAaa"
601
+ }
602
+ */
603
+
604
+ }
605
+
606
+
607
+
608
+ .Calcite_Red_a100 {
609
+ background-color: $Calcite_Red_a100;
610
+
611
+ /*
612
+ {
613
+ Hex:"#CCCCCC",
614
+ RGB:"r204 g204 b204",
615
+ guid:"ec36a8f5-b27f-4b45-a937-0ef41be84866",
616
+ accessibility_white_text:"",
617
+ accessibility_black_text:""
618
+ }
619
+ */
620
+
621
+ }
622
+
623
+
624
+ .Calcite_Red_a150 {
625
+ background-color: $Calcite_Red_a150;
626
+
627
+ /*
628
+ {
629
+ Hex:"#CCCCCC",
630
+ RGB:"r204 g204 b204",
631
+ guid:"8d721bd3-479c-4006-9b86-f2af7f02dba9",
632
+ accessibility_white_text:"",
633
+ accessibility_black_text:""
634
+ }
635
+ */
636
+
637
+ }
638
+
639
+
640
+ .Calcite_Red_a200 {
641
+ background-color: $Calcite_Red_a200;
642
+
643
+ /*
644
+ {
645
+ Hex:"#CCCCCC",
646
+ RGB:"r204 g204 b204",
647
+ guid:"f0e4e732-25b2-4556-86ca-0dfa9692e77a",
648
+ accessibility_white_text:"",
649
+ accessibility_black_text:""
650
+ }
651
+ */
652
+
653
+ }
654
+
655
+ .Calcite_Red_a250 {
656
+ background-color: $Calcite_Red_a250;
657
+
658
+ /*
659
+ {
660
+ Hex:"#CCCCCC",
661
+ RGB:"r204 g204 b204",
662
+ guid:"a5e7ae65-2f04-496a-9042-c68071c36b87",
663
+ accessibility_white_text:"",
664
+ accessibility_black_text:""
665
+ }
666
+ */
667
+
668
+ }
669
+
670
+
671
+
672
+ //* -- Calcite Core Purple -- *//
673
+
674
+
675
+ .Calcite_Purple_100 {
676
+ background-color: $Calcite_Purple_100;
677
+
678
+ /*
679
+ {
680
+ Hex:"#3D3553",
681
+ RGB:"r61 g53 b83",
682
+ guid:"97db6f2e-40f0-4abb-be42-b3e98b232d3d",
683
+ accessibility_white_text:"AAaa",
684
+ accessibility_black_text:""
685
+ }
686
+ */
687
+
688
+ }
689
+
690
+ .Calcite_Purple_150 {
691
+ background-color: $Calcite_Purple_150;
692
+
693
+ /*
694
+ {
695
+ Hex:"#4B3D6D",
696
+ RGB:"r75 g61 b109",
697
+ guid:"8cb08557-9a65-4751-894c-2c3d417d157d",
698
+ accessibility_white_text:"AAaa",
699
+ accessibility_black_text:""
700
+ }
701
+ */
702
+
703
+ }
704
+
705
+
706
+ .Calcite_Purple_200 {
707
+ background-color: $Calcite_Purple_200;
708
+
709
+ /*
710
+ {
711
+ Hex:"#60508B",
712
+ RGB:"r96 g80 b139",
713
+ guid:"27291eee-8749-4c47-b4b0-7b9c6f7fce65",
714
+ accessibility_white_text:"AAaa",
715
+ accessibility_black_text:"AA"
716
+ }
717
+ */
718
+
719
+ }
720
+
721
+
722
+ .Calcite_Purple_250 {
723
+ background-color: $Calcite_Purple_250;
724
+
725
+ /*
726
+ {
727
+ Hex:"#7F6FA9",
728
+ RGB:"r127 g111 b169",
729
+ guid:"99825edd-7b96-45dc-91e0-6ddd52271e62",
730
+ accessibility_white_text:"AA",
731
+ accessibility_black_text:"AAaa"
732
+ }
733
+ */
734
+
735
+ }
736
+
737
+
738
+
739
+ .Calcite_Purple_a100 {
740
+ background-color: $Calcite_Purple_a100;
741
+
742
+ /*
743
+ {
744
+ Hex:"#CCCCCC",
745
+ RGB:"r204 g204 b204",
746
+ guid:"062f96f8-4251-43ab-8d47-0aaeff26ddb3",
747
+ accessibility_white_text:"",
748
+ accessibility_black_text:""
749
+ }
750
+ */
751
+
752
+ }
753
+
754
+
755
+ .Calcite_Purple_a150 {
756
+ background-color: $Calcite_Purple_a150;
757
+
758
+ /*
759
+ {
760
+ Hex:"#CCCCCC",
761
+ RGB:"r204 g204 b204",
762
+ guid:"dd3debdb-695d-4573-ad3f-7b2c1c4bf4c0",
763
+ accessibility_white_text:"",
764
+ accessibility_black_text:""
765
+ }
766
+ */
767
+
768
+ }
769
+
770
+
771
+ .Calcite_Purple_a200 {
772
+ background-color: $Calcite_Purple_a200;
773
+
774
+ /*
775
+ {
776
+ Hex:"#CCCCCC",
777
+ RGB:"r204 g204 b204",
778
+ guid:"63bb3eb0-0afb-414e-989a-eb767edfe051",
779
+ accessibility_white_text:"",
780
+ accessibility_black_text:""
781
+ }
782
+ */
783
+
784
+ }
785
+
786
+ .Calcite_Purple_a250 {
787
+ background-color: $Calcite_Purple_a250;
788
+
789
+ /*
790
+ {
791
+ Hex:"#CCCCCC",
792
+ RGB:"r204 g204 b204",
793
+ guid:"996dbe04-551d-42c5-ac48-c8d332a08fc5",
794
+ accessibility_white_text:"",
795
+ accessibility_black_text:""
796
+ }
797
+ */
798
+
799
+ }
800
+
801
+
802
+
803
+
804
+ //* -- Calcite Core Brown -- *//
805
+
806
+
807
+ .Calcite_Brown_100 {
808
+ background-color: $Calcite_Brown_100;
809
+
810
+ /*
811
+ {
812
+ Hex:"#4A331C",
813
+ RGB:"r74 g51 b28",
814
+ guid:"e1be3ec0-54a0-4743-bf47-abc26731417e",
815
+ accessibility_white_text:"AAaa",
816
+ accessibility_black_text:""
817
+ }
818
+ */
819
+
820
+ }
821
+
822
+ .Calcite_Brown_150 {
823
+ background-color: $Calcite_Brown_150;
824
+
825
+ /*
826
+ {
827
+ Hex:"#66431E",
828
+ RGB:"r102 g67 b30",
829
+ guid:"61f29613-6817-4852-8bde-a70fc4cd0276",
830
+ accessibility_white_text:"AAaa",
831
+ accessibility_black_text:""
832
+ }
833
+ */
834
+
835
+ }
836
+
837
+
838
+ .Calcite_Brown_200 {
839
+ background-color: $Calcite_Brown_200;
840
+
841
+ /*
842
+ {
843
+ Hex:"#8B5D2A",
844
+ RGB:"r139 g93 b42",
845
+ guid:"b6d25db6-455a-4603-aae0-2727b1999aa2",
846
+ accessibility_white_text:"AAaa",
847
+ accessibility_black_text:"AA"
848
+ }
849
+ */
850
+
851
+ }
852
+
853
+
854
+ .Calcite_Brown_250 {
855
+ background-color: $Calcite_Brown_250;
856
+
857
+ /*
858
+ {
859
+ Hex:"#A56F31",
860
+ RGB:"r65 g111 b49",
861
+ guid:"e6f939eb-ae27-4437-92cf-06473463e65d",
862
+ accessibility_white_text:"AA",
863
+ accessibility_black_text:"AAaa"
864
+ }
865
+ */
866
+
867
+ }
868
+
869
+
870
+
871
+ .Calcite_Brown_a100 {
872
+ background-color: $Calcite_Brown_a100;
873
+
874
+ /*
875
+ {
876
+ Hex:"#CCCCCC",
877
+ RGB:"r204 g204 b204",
878
+ guid:"1999a103-35ca-4b80-8a67-d3cbeca8225c",
879
+ accessibility_white_text:"",
880
+ accessibility_black_text:""
881
+ }
882
+ */
883
+
884
+ }
885
+
886
+
887
+ .Calcite_Brown_a150 {
888
+ background-color: $Calcite_Brown_a150;
889
+
890
+ /*
891
+ {
892
+ Hex:"#CCCCCC",
893
+ RGB:"r204 g204 b204",
894
+ guid:"fa114b3d-2ce1-4d1d-b0b2-a1743dda8f88",
895
+ accessibility_white_text:"",
896
+ accessibility_black_text:""
897
+ }
898
+ */
899
+
900
+ }
901
+
902
+
903
+ .Calcite_Brown_a200 {
904
+ background-color: $Calcite_Brown_a200;
905
+
906
+ /*
907
+ {
908
+ Hex:"#CCCCCC",
909
+ RGB:"r204 g204 b204",
910
+ guid:"3bdc321f-a3ca-4b74-8bc6-d7ad4afb0ae5",
911
+ accessibility_white_text:"",
912
+ accessibility_black_text:""
913
+ }
914
+ */
915
+
916
+ }
917
+
918
+ .Calcite_Brown_a250 {
919
+ background-color: $Calcite_Brown_a250;
920
+
921
+ /*
922
+ {
923
+ Hex:"#CCCCCC",
924
+ RGB:"r204 g204 b204",
925
+ guid:"2fe3c649-8ff6-4196-bb16-6a08317ebdfd",
926
+ accessibility_white_text:"",
927
+ accessibility_black_text:""
928
+ }
929
+ */
930
+
931
+ }
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+