@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,169 +1,169 @@
1
- @charset "utf-8";.Calcite_Blue_100 {
2
- background-color: #d2e9f9; }
3
-
4
- .Calcite_Blue_150 {
5
- background-color: #bcdaed; }
6
-
7
- .Calcite_Blue_200 {
8
- background-color: #6cb4e2; }
9
-
10
- .Calcite_Blue_250 {
11
- background-color: #56a5d8; }
12
-
13
- .Calcite_Blue_a100 {
14
- background-color: #49b0f2; }
15
-
16
- .Calcite_Blue_a150 {
17
- background-color: #419ed9; }
18
-
19
- .Calcite_Blue_a200 {
20
- background-color: #3b8fc4; }
21
-
22
- .Calcite_Blue_a250 {
23
- background-color: #196fa6; }
24
-
25
- .Calcite_Yellow_100 {
26
- background-color: #f3edc7; }
27
-
28
- .Calcite_Yellow_150 {
29
- background-color: #efe397; }
30
-
31
- .Calcite_Yellow_200 {
32
- background-color: #e4d154; }
33
-
34
- .Calcite_Yellow_250 {
35
- background-color: #d8c34b; }
36
-
37
- .Calcite_Yellow_a100 {
38
- background-color: #f2d530; }
39
-
40
- .Calcite_Yellow_a150 {
41
- background-color: #d9bf2b; }
42
-
43
- .Calcite_Yellow_a200 {
44
- background-color: #bda726; }
45
-
46
- .Calcite_Yellow_a250 {
47
- background-color: #a68d00; }
48
-
49
- .Calcite_Orange_100 {
50
- background-color: #fbe1c2; }
51
-
52
- .Calcite_Orange_150 {
53
- background-color: #f6ca92; }
54
-
55
- .Calcite_Orange_200 {
56
- background-color: #eda959; }
57
-
58
- .Calcite_Orange_250 {
59
- background-color: #e79c47; }
60
-
61
- .Calcite_Orange_a100 {
62
- background-color: #ff9f33; }
63
-
64
- .Calcite_Orange_a150 {
65
- background-color: #e8912e; }
66
-
67
- .Calcite_Orange_a200 {
68
- background-color: #d17e21; }
69
-
70
- .Calcite_Orange_a250 {
71
- background-color: #ad6511; }
72
-
73
- .Calcite_Green_100 {
74
- background-color: #ddeedb; }
75
-
76
- .Calcite_Green_150 {
77
- background-color: #9bc19c; }
78
-
79
- .Calcite_Green_200 {
80
- background-color: #67a966; }
81
-
82
- .Calcite_Green_250 {
83
- background-color: #5a9359; }
84
-
85
- .Calcite_Green_a100 {
86
- background-color: #50ad4e; }
87
-
88
- .Calcite_Green_a150 {
89
- background-color: #449443; }
90
-
91
- .Calcite_Green_a200 {
92
- background-color: #338033; }
93
-
94
- .Calcite_Green_a250 {
95
- background-color: #275e26; }
96
-
97
- .Calcite_Red_100 {
98
- background-color: #f3ded7; }
99
-
100
- .Calcite_Red_150 {
101
- background-color: #e4a793; }
102
-
103
- .Calcite_Red_200 {
104
- background-color: #c86a4a; }
105
-
106
- .Calcite_Red_250 {
107
- background-color: #c6542d; }
108
-
109
- .Calcite_Red_a100 {
110
- background-color: #e04f1d; }
111
-
112
- .Calcite_Red_a150 {
113
- background-color: #c7461a; }
114
-
115
- .Calcite_Red_a200 {
116
- background-color: #ab3c16; }
117
-
118
- .Calcite_Red_a250 {
119
- background-color: #8c2907; }
120
-
121
- .Calcite_Purple_100 {
122
- background-color: #e5e1ef; }
123
-
124
- .Calcite_Purple_150 {
125
- background-color: #c4bcdc; }
126
-
127
- .Calcite_Purple_200 {
128
- background-color: #9081bc; }
129
-
130
- .Calcite_Purple_250 {
131
- background-color: #7b6ca7; }
132
-
133
- .Calcite_Purple_a100 {
134
- background-color: #846ebf; }
135
-
136
- .Calcite_Purple_a150 {
137
- background-color: #7461a8; }
138
-
139
- .Calcite_Purple_a200 {
140
- background-color: #61518c; }
141
-
142
- .Calcite_Purple_a250 {
143
- background-color: #4f4273; }
144
-
145
- .Calcite_Brown_100 {
146
- background-color: #e8ddd3; }
147
-
148
- .Calcite_Brown_150 {
149
- background-color: #d2b38f; }
150
-
151
- .Calcite_Brown_200 {
152
- background-color: #b78a54; }
153
-
154
- .Calcite_Brown_250 {
155
- background-color: #a57946; }
156
-
157
- .Calcite_Brown_a100 {
158
- background-color: #bf813a; }
159
-
160
- .Calcite_Brown_a150 {
161
- background-color: #a67032; }
162
-
163
- .Calcite_Brown_a200 {
164
- background-color: #8c5e2a; }
165
-
166
- .Calcite_Brown_a250 {
167
- background-color: #734d22; }
168
-
169
- /*# sourceMappingURL=calcite_core_colors.css.map */
1
+ @charset "utf-8";.Calcite_Blue_100 {
2
+ background-color: #d2e9f9; }
3
+
4
+ .Calcite_Blue_150 {
5
+ background-color: #bcdaed; }
6
+
7
+ .Calcite_Blue_200 {
8
+ background-color: #6cb4e2; }
9
+
10
+ .Calcite_Blue_250 {
11
+ background-color: #56a5d8; }
12
+
13
+ .Calcite_Blue_a100 {
14
+ background-color: #49b0f2; }
15
+
16
+ .Calcite_Blue_a150 {
17
+ background-color: #419ed9; }
18
+
19
+ .Calcite_Blue_a200 {
20
+ background-color: #3b8fc4; }
21
+
22
+ .Calcite_Blue_a250 {
23
+ background-color: #196fa6; }
24
+
25
+ .Calcite_Yellow_100 {
26
+ background-color: #f3edc7; }
27
+
28
+ .Calcite_Yellow_150 {
29
+ background-color: #efe397; }
30
+
31
+ .Calcite_Yellow_200 {
32
+ background-color: #e4d154; }
33
+
34
+ .Calcite_Yellow_250 {
35
+ background-color: #d8c34b; }
36
+
37
+ .Calcite_Yellow_a100 {
38
+ background-color: #f2d530; }
39
+
40
+ .Calcite_Yellow_a150 {
41
+ background-color: #d9bf2b; }
42
+
43
+ .Calcite_Yellow_a200 {
44
+ background-color: #bda726; }
45
+
46
+ .Calcite_Yellow_a250 {
47
+ background-color: #a68d00; }
48
+
49
+ .Calcite_Orange_100 {
50
+ background-color: #fbe1c2; }
51
+
52
+ .Calcite_Orange_150 {
53
+ background-color: #f6ca92; }
54
+
55
+ .Calcite_Orange_200 {
56
+ background-color: #eda959; }
57
+
58
+ .Calcite_Orange_250 {
59
+ background-color: #e79c47; }
60
+
61
+ .Calcite_Orange_a100 {
62
+ background-color: #ff9f33; }
63
+
64
+ .Calcite_Orange_a150 {
65
+ background-color: #e8912e; }
66
+
67
+ .Calcite_Orange_a200 {
68
+ background-color: #d17e21; }
69
+
70
+ .Calcite_Orange_a250 {
71
+ background-color: #ad6511; }
72
+
73
+ .Calcite_Green_100 {
74
+ background-color: #ddeedb; }
75
+
76
+ .Calcite_Green_150 {
77
+ background-color: #9bc19c; }
78
+
79
+ .Calcite_Green_200 {
80
+ background-color: #67a966; }
81
+
82
+ .Calcite_Green_250 {
83
+ background-color: #5a9359; }
84
+
85
+ .Calcite_Green_a100 {
86
+ background-color: #50ad4e; }
87
+
88
+ .Calcite_Green_a150 {
89
+ background-color: #449443; }
90
+
91
+ .Calcite_Green_a200 {
92
+ background-color: #338033; }
93
+
94
+ .Calcite_Green_a250 {
95
+ background-color: #275e26; }
96
+
97
+ .Calcite_Red_100 {
98
+ background-color: #f3ded7; }
99
+
100
+ .Calcite_Red_150 {
101
+ background-color: #e4a793; }
102
+
103
+ .Calcite_Red_200 {
104
+ background-color: #c86a4a; }
105
+
106
+ .Calcite_Red_250 {
107
+ background-color: #c6542d; }
108
+
109
+ .Calcite_Red_a100 {
110
+ background-color: #e04f1d; }
111
+
112
+ .Calcite_Red_a150 {
113
+ background-color: #c7461a; }
114
+
115
+ .Calcite_Red_a200 {
116
+ background-color: #ab3c16; }
117
+
118
+ .Calcite_Red_a250 {
119
+ background-color: #8c2907; }
120
+
121
+ .Calcite_Purple_100 {
122
+ background-color: #e5e1ef; }
123
+
124
+ .Calcite_Purple_150 {
125
+ background-color: #c4bcdc; }
126
+
127
+ .Calcite_Purple_200 {
128
+ background-color: #9081bc; }
129
+
130
+ .Calcite_Purple_250 {
131
+ background-color: #7b6ca7; }
132
+
133
+ .Calcite_Purple_a100 {
134
+ background-color: #846ebf; }
135
+
136
+ .Calcite_Purple_a150 {
137
+ background-color: #7461a8; }
138
+
139
+ .Calcite_Purple_a200 {
140
+ background-color: #61518c; }
141
+
142
+ .Calcite_Purple_a250 {
143
+ background-color: #4f4273; }
144
+
145
+ .Calcite_Brown_100 {
146
+ background-color: #e8ddd3; }
147
+
148
+ .Calcite_Brown_150 {
149
+ background-color: #d2b38f; }
150
+
151
+ .Calcite_Brown_200 {
152
+ background-color: #b78a54; }
153
+
154
+ .Calcite_Brown_250 {
155
+ background-color: #a57946; }
156
+
157
+ .Calcite_Brown_a100 {
158
+ background-color: #bf813a; }
159
+
160
+ .Calcite_Brown_a150 {
161
+ background-color: #a67032; }
162
+
163
+ .Calcite_Brown_a200 {
164
+ background-color: #8c5e2a; }
165
+
166
+ .Calcite_Brown_a250 {
167
+ background-color: #734d22; }
168
+
169
+ /*# sourceMappingURL=calcite_core_colors.css.map */
@@ -1,169 +1,169 @@
1
- @charset "utf-8";.Calcite_Blue_100 {
2
- background-color: #1a4866; }
3
-
4
- .Calcite_Blue_150 {
5
- background-color: #1d5d8c; }
6
-
7
- .Calcite_Blue_200 {
8
- background-color: #3b8fc3; }
9
-
10
- .Calcite_Blue_250 {
11
- background-color: #419ed9; }
12
-
13
- .Calcite_Blue_a100 {
14
- background-color: #45a7e6; }
15
-
16
- .Calcite_Blue_a150 {
17
- background-color: #60b7f0; }
18
-
19
- .Calcite_Blue_a200 {
20
- background-color: #6ec1f5; }
21
-
22
- .Calcite_Blue_a250 {
23
- background-color: #7dc8fa; }
24
-
25
- .Calcite_Yellow_100 {
26
- background-color: #796916; }
27
-
28
- .Calcite_Yellow_150 {
29
- background-color: #a28a00; }
30
-
31
- .Calcite_Yellow_200 {
32
- background-color: #bda727; }
33
-
34
- .Calcite_Yellow_250 {
35
- background-color: #ccb736; }
36
-
37
- .Calcite_Yellow_a100 {
38
- background-color: #d6bd2a; }
39
-
40
- .Calcite_Yellow_a150 {
41
- background-color: #e3c832; }
42
-
43
- .Calcite_Yellow_a200 {
44
- background-color: #edd448; }
45
-
46
- .Calcite_Yellow_a250 {
47
- background-color: #f5df62; }
48
-
49
- .Calcite_Orange_100 {
50
- background-color: #754c23; }
51
-
52
- .Calcite_Orange_150 {
53
- background-color: #a16520; }
54
-
55
- .Calcite_Orange_200 {
56
- background-color: #d18734; }
57
-
58
- .Calcite_Orange_250 {
59
- background-color: #e8963a; }
60
-
61
- .Calcite_Orange_a100 {
62
- background-color: #f29833; }
63
-
64
- .Calcite_Orange_a150 {
65
- background-color: #f29f3f; }
66
-
67
- .Calcite_Orange_a200 {
68
- background-color: #f5aa53; }
69
-
70
- .Calcite_Orange_a250 {
71
- background-color: #ffb461; }
72
-
73
- .Calcite_Green_100 {
74
- background-color: #295429; }
75
-
76
- .Calcite_Green_150 {
77
- background-color: #386f38; }
78
-
79
- .Calcite_Green_200 {
80
- background-color: #4b944a; }
81
-
82
- .Calcite_Green_250 {
83
- background-color: #58ad57; }
84
-
85
- .Calcite_Green_a100 {
86
- background-color: #53b350; }
87
-
88
- .Calcite_Green_a150 {
89
- background-color: #59bf57; }
90
-
91
- .Calcite_Green_a200 {
92
- background-color: #67c966; }
93
-
94
- .Calcite_Green_a250 {
95
- background-color: #74d173; }
96
-
97
- .Calcite_Red_100 {
98
- background-color: #632822; }
99
-
100
- .Calcite_Red_150 {
101
- background-color: #853218; }
102
-
103
- .Calcite_Red_200 {
104
- background-color: #ab421f; }
105
-
106
- .Calcite_Red_250 {
107
- background-color: #c75028; }
108
-
109
- .Calcite_Red_a100 {
110
- background-color: #d15226; }
111
-
112
- .Calcite_Red_a150 {
113
- background-color: #d65d33; }
114
-
115
- .Calcite_Red_a200 {
116
- background-color: #e36a40; }
117
-
118
- .Calcite_Red_a250 {
119
- background-color: #eb7953; }
120
-
121
- .Calcite_Purple_100 {
122
- background-color: #3e3654; }
123
-
124
- .Calcite_Purple_150 {
125
- background-color: #4c3e6e; }
126
-
127
- .Calcite_Purple_200 {
128
- background-color: #61518c; }
129
-
130
- .Calcite_Purple_250 {
131
- background-color: #8070aa; }
132
-
133
- .Calcite_Purple_a100 {
134
- background-color: #846ebf; }
135
-
136
- .Calcite_Purple_a150 {
137
- background-color: #927acc; }
138
-
139
- .Calcite_Purple_a200 {
140
- background-color: #9b87d9; }
141
-
142
- .Calcite_Purple_a250 {
143
- background-color: #a393d1; }
144
-
145
- .Calcite_Brown_100 {
146
- background-color: #4b341d; }
147
-
148
- .Calcite_Brown_150 {
149
- background-color: #67441f; }
150
-
151
- .Calcite_Brown_200 {
152
- background-color: #8c5e2b; }
153
-
154
- .Calcite_Brown_250 {
155
- background-color: #a67032; }
156
-
157
- .Calcite_Brown_a100 {
158
- background-color: #b37936; }
159
-
160
- .Calcite_Brown_a150 {
161
- background-color: #cc8a3d; }
162
-
163
- .Calcite_Brown_a200 {
164
- background-color: #d9974c; }
165
-
166
- .Calcite_Brown_a250 {
167
- background-color: #dea664; }
168
-
169
- /*# sourceMappingURL=calcite_core_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Blue_100 {
2
+ background-color: #1a4866; }
3
+
4
+ .Calcite_Blue_150 {
5
+ background-color: #1d5d8c; }
6
+
7
+ .Calcite_Blue_200 {
8
+ background-color: #3b8fc3; }
9
+
10
+ .Calcite_Blue_250 {
11
+ background-color: #419ed9; }
12
+
13
+ .Calcite_Blue_a100 {
14
+ background-color: #45a7e6; }
15
+
16
+ .Calcite_Blue_a150 {
17
+ background-color: #60b7f0; }
18
+
19
+ .Calcite_Blue_a200 {
20
+ background-color: #6ec1f5; }
21
+
22
+ .Calcite_Blue_a250 {
23
+ background-color: #7dc8fa; }
24
+
25
+ .Calcite_Yellow_100 {
26
+ background-color: #796916; }
27
+
28
+ .Calcite_Yellow_150 {
29
+ background-color: #a28a00; }
30
+
31
+ .Calcite_Yellow_200 {
32
+ background-color: #bda727; }
33
+
34
+ .Calcite_Yellow_250 {
35
+ background-color: #ccb736; }
36
+
37
+ .Calcite_Yellow_a100 {
38
+ background-color: #d6bd2a; }
39
+
40
+ .Calcite_Yellow_a150 {
41
+ background-color: #e3c832; }
42
+
43
+ .Calcite_Yellow_a200 {
44
+ background-color: #edd448; }
45
+
46
+ .Calcite_Yellow_a250 {
47
+ background-color: #f5df62; }
48
+
49
+ .Calcite_Orange_100 {
50
+ background-color: #754c23; }
51
+
52
+ .Calcite_Orange_150 {
53
+ background-color: #a16520; }
54
+
55
+ .Calcite_Orange_200 {
56
+ background-color: #d18734; }
57
+
58
+ .Calcite_Orange_250 {
59
+ background-color: #e8963a; }
60
+
61
+ .Calcite_Orange_a100 {
62
+ background-color: #f29833; }
63
+
64
+ .Calcite_Orange_a150 {
65
+ background-color: #f29f3f; }
66
+
67
+ .Calcite_Orange_a200 {
68
+ background-color: #f5aa53; }
69
+
70
+ .Calcite_Orange_a250 {
71
+ background-color: #ffb461; }
72
+
73
+ .Calcite_Green_100 {
74
+ background-color: #295429; }
75
+
76
+ .Calcite_Green_150 {
77
+ background-color: #386f38; }
78
+
79
+ .Calcite_Green_200 {
80
+ background-color: #4b944a; }
81
+
82
+ .Calcite_Green_250 {
83
+ background-color: #58ad57; }
84
+
85
+ .Calcite_Green_a100 {
86
+ background-color: #53b350; }
87
+
88
+ .Calcite_Green_a150 {
89
+ background-color: #59bf57; }
90
+
91
+ .Calcite_Green_a200 {
92
+ background-color: #67c966; }
93
+
94
+ .Calcite_Green_a250 {
95
+ background-color: #74d173; }
96
+
97
+ .Calcite_Red_100 {
98
+ background-color: #632822; }
99
+
100
+ .Calcite_Red_150 {
101
+ background-color: #853218; }
102
+
103
+ .Calcite_Red_200 {
104
+ background-color: #ab421f; }
105
+
106
+ .Calcite_Red_250 {
107
+ background-color: #c75028; }
108
+
109
+ .Calcite_Red_a100 {
110
+ background-color: #d15226; }
111
+
112
+ .Calcite_Red_a150 {
113
+ background-color: #d65d33; }
114
+
115
+ .Calcite_Red_a200 {
116
+ background-color: #e36a40; }
117
+
118
+ .Calcite_Red_a250 {
119
+ background-color: #eb7953; }
120
+
121
+ .Calcite_Purple_100 {
122
+ background-color: #3e3654; }
123
+
124
+ .Calcite_Purple_150 {
125
+ background-color: #4c3e6e; }
126
+
127
+ .Calcite_Purple_200 {
128
+ background-color: #61518c; }
129
+
130
+ .Calcite_Purple_250 {
131
+ background-color: #8070aa; }
132
+
133
+ .Calcite_Purple_a100 {
134
+ background-color: #846ebf; }
135
+
136
+ .Calcite_Purple_a150 {
137
+ background-color: #927acc; }
138
+
139
+ .Calcite_Purple_a200 {
140
+ background-color: #9b87d9; }
141
+
142
+ .Calcite_Purple_a250 {
143
+ background-color: #a393d1; }
144
+
145
+ .Calcite_Brown_100 {
146
+ background-color: #4b341d; }
147
+
148
+ .Calcite_Brown_150 {
149
+ background-color: #67441f; }
150
+
151
+ .Calcite_Brown_200 {
152
+ background-color: #8c5e2b; }
153
+
154
+ .Calcite_Brown_250 {
155
+ background-color: #a67032; }
156
+
157
+ .Calcite_Brown_a100 {
158
+ background-color: #b37936; }
159
+
160
+ .Calcite_Brown_a150 {
161
+ background-color: #cc8a3d; }
162
+
163
+ .Calcite_Brown_a200 {
164
+ background-color: #d9974c; }
165
+
166
+ .Calcite_Brown_a250 {
167
+ background-color: #dea664; }
168
+
169
+ /*# sourceMappingURL=calcite_core_colors_dark.css.map */