@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
package/README.md CHANGED
@@ -1,25 +1,25 @@
1
- # @geoscene/core
2
-
3
- ES 模块的缩小的、未构建的版本 [GeoScene Maps SDK for JavaScript](https://doc.geoscene.cn/javascript/) 。
4
-
5
- ## 文档
6
-
7
- - [GeoScene Maps SDK for JavaScript](https://doc.geoscene.cn/javascript/)
8
-
9
- ## 开始
10
-
11
- 将模块安装到您的项目中:
12
-
13
- ```sh
14
- npm install @geoscene/core
15
- ```
16
-
17
- ## 许可
18
-
19
- 易智瑞信息技术有限公司版权所有 © 2025并保留所有权利。发行于中华人民共和国。
20
-
21
- 本材料在 GeoScene 主许可协议(MLA)下许可使用,并受该协议条款的约束。
22
- 只要遵守主许可协议中的条款并包括此版权声明,您即可在不进行修改的情况下
23
- 重新分发和使用这些代码。
24
-
25
- 查看 https://links.geoscene.cn/legal/full-master-agreement 了解使用限制
1
+ # @geoscene/core
2
+
3
+ ES 模块的缩小的、未构建的版本 [GeoScene Maps SDK for JavaScript](https://doc.geoscene.cn/javascript/) 。
4
+
5
+ ## 文档
6
+
7
+ - [GeoScene Maps SDK for JavaScript](https://doc.geoscene.cn/javascript/)
8
+
9
+ ## 开始
10
+
11
+ 将模块安装到您的项目中:
12
+
13
+ ```sh
14
+ npm install @geoscene/core
15
+ ```
16
+
17
+ ## 许可
18
+
19
+ 易智瑞信息技术有限公司版权所有 © 2025并保留所有权利。发行于中华人民共和国。
20
+
21
+ 本材料在 GeoScene 主许可协议(MLA)下许可使用,并受该协议条款的约束。
22
+ 只要遵守主许可协议中的条款并包括此版权声明,您即可在不进行修改的情况下
23
+ 重新分发和使用这些代码。
24
+
25
+ 查看 https://links.geoscene.cn/legal/full-master-agreement 了解使用限制
package/WebLinkChart.js CHANGED
@@ -2,4 +2,4 @@
2
2
  All material copyright GeoScene, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.geoscene.cn/4.34/geoscene/copyright.txt for details.
4
4
  */
5
- import{__decorate as t}from"tslib";import r from"./Basemap.js";import a from"./WebDocument2D.js";import e from"./core/Error.js";import{property as i}from"./core/accessorSupport/decorators/property.js";import"./core/has.js";import"./core/Logger.js";import"./core/RandomLCG.js";import{subclass as n}from"./core/accessorSupport/decorators/subclass.js";import{getDefaultChronologicalOverlayLayerId as o,getChronologicalOverlay as h}from"./layers/knowledgeGraph/supportUtils.js";import s from"./linkChart/LayoutSettings.js";import l from"./linkChart/LinkChartProperties.js";import c from"./linkChart/NonspatialDataDisplay.js";import y from"./webmap/InitialViewProperties.js";import{currentVersion as k}from"./webmap/utils.js";import{Version as p}from"./webmap/Version.js";var L;const C={currentVersion:k,createInitialViewProperties:()=>new y,parseVersion:p.parse,itemType:"Web Link Chart",name:"linkchart",origin:"link-chart"};let d=L=class extends a{constructor(t){super(t),this.mapType="webLinkChart",this.linkChartProperties=new l}get activeLinkChartLayer(){return this.layers.find(({type:t})=>"link-chart"===t)}get context(){return C}async applyLayout(t="organic-standard",a){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");"geographic-organic-standard"!==t||this.basemap?.baseLayers?.length||(this.basemap=r.fromId("topo-vector"),await(this.basemap?.load())),this.linkChartProperties.layoutType=t;const i=a?.layoutSettings??this.linkChartProperties.layoutSettings??new s;this.linkChartProperties.layoutSettings=i;const n={...a,layoutSettings:i};return this.activeLinkChartLayer.applyNewLinkChartLayout(t,n)}changeNonspatialDataDisplay(t){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");this.linkChartProperties.nonspatialDataDisplay||(this.linkChartProperties.nonspatialDataDisplay=new c),this.linkChartProperties.nonspatialDataDisplay.mode=t}async addRecords(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.addRecords(t,r)}async createSublayerForNamedType(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.createSublayerForNamedType(t)}async removeRecords(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.removeRecords(t)}async expand(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.expand(t,r);return a?.records??[]}async refreshLinkChartData(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.refreshLinkChartCache(t)}async connectBetweenEntities(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.connectBetweenEntities(t,r);return a?.records??[]}async connectFromEntities(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.connectFromEntities(t,r);return a?.records??[]}getMemberIdsByType(t){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return Array.from(this.activeLinkChartLayer?.dataManager.sublayerCaches.get(t)?.keys()??[])}get diagramNodesExtent(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.linkChartExtent}get entityCount(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.entityLinkChartDiagramLookup.size}get relationshipCount(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.relationshipLinkChartDiagramLookup.size}get knowledgeGraph(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer?.knowledgeGraph}add(t,r){if(this.activeLinkChartLayer&&"type"in t&&"link-chart"===t.type)throw new e("linkchart:one-link-chart-layer","Web Link Charts can only have one Link Chart Layer, another cannot be added");if(super.add(t,r),"type"in t&&"link-chart"===t.type){const r=t.initializationLinkChartConfig?.layoutMode;r&&(this.linkChartProperties.layoutType=r);const a=t.initializationLinkChartConfig?.layoutSettings;a&&(this.linkChartProperties.layoutSettings=a)}}static fromJSON(t){if(t)return new L({resourceInfo:t});throw new e("linkchart:empty-resource","Expected a JSON resource but got nothing")}handleChronologicalOverlay(){if(!this.activeLinkChartLayer)return;const t=this.activeLinkChartLayer,r=this.findLayerById(o());if(r&&this.remove(r),"chronological-mono-timeline"===this.linkChartProperties.layoutType||"chronological-multi-timeline"===this.linkChartProperties.layoutType){const r=h(t);this.add(r,0)}}};t([i({readOnly:!0})],d.prototype,"activeLinkChartLayer",null),t([i({json:{write:{ignoreOrigin:!0}}})],d.prototype,"mapType",void 0),t([i({type:l,nonNullable:!0,json:{write:{ignoreOrigin:!0}}})],d.prototype,"linkChartProperties",void 0),t([i({readOnly:!0})],d.prototype,"diagramNodesExtent",null),t([i({readOnly:!0})],d.prototype,"entityCount",null),t([i({readOnly:!0})],d.prototype,"relationshipCount",null),t([i({readOnly:!0})],d.prototype,"knowledgeGraph",null),d=L=t([n("geoscene.WebLinkChart")],d);const u=d;export{u as default};
5
+ import{__decorate as t}from"tslib";import r from"./Basemap.js";import a from"./WebDocument2D.js";import e from"./core/Error.js";import{property as i}from"./core/accessorSupport/decorators/property.js";import"./core/has.js";import"./core/Logger.js";import"./core/RandomLCG.js";import{subclass as n}from"./core/accessorSupport/decorators/subclass.js";import{getDefaultChronologicalOverlayLayerId as o,getChronologicalOverlay as h}from"./layers/knowledgeGraph/supportUtils.js";import s from"./linkChart/LayoutSettings.js";import l from"./linkChart/LinkChartProperties.js";import c from"./linkChart/NonspatialDataDisplay.js";import y from"./webmap/InitialViewProperties.js";import{currentVersion as k}from"./webmap/utils.js";import{Version as p}from"./webmap/Version.js";var L;const C={currentVersion:k,createInitialViewProperties:()=>new y,parseVersion:p.parse,itemType:"Web Link Chart",name:"linkchart",origin:"link-chart"};let d=L=class extends a{constructor(t){super(t),this.mapType="webLinkChart",this.linkChartProperties=new l}get activeLinkChartLayer(){return this.layers.find(({type:t})=>"link-chart"===t)}get context(){return C}async applyLayout(t="organic-standard",a){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");"geographic-organic-standard"!==t||this.basemap?.baseLayers?.length||(this.basemap=r.fromId("tianditu-vector"),await(this.basemap?.load())),this.linkChartProperties.layoutType=t;const i=a?.layoutSettings??this.linkChartProperties.layoutSettings??new s;this.linkChartProperties.layoutSettings=i;const n={...a,layoutSettings:i};return this.activeLinkChartLayer.applyNewLinkChartLayout(t,n)}changeNonspatialDataDisplay(t){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");this.linkChartProperties.nonspatialDataDisplay||(this.linkChartProperties.nonspatialDataDisplay=new c),this.linkChartProperties.nonspatialDataDisplay.mode=t}async addRecords(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.addRecords(t,r)}async createSublayerForNamedType(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.createSublayerForNamedType(t)}async removeRecords(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.removeRecords(t)}async expand(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.expand(t,r);return a?.records??[]}async refreshLinkChartData(t){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.refreshLinkChartCache(t)}async connectBetweenEntities(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.connectBetweenEntities(t,r);return a?.records??[]}async connectFromEntities(t,r){if(await this.load(),!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");const a=await this.activeLinkChartLayer.connectFromEntities(t,r);return a?.records??[]}getMemberIdsByType(t){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return Array.from(this.activeLinkChartLayer?.dataManager.sublayerCaches.get(t)?.keys()??[])}get diagramNodesExtent(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.linkChartExtent}get entityCount(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.entityLinkChartDiagramLookup.size}get relationshipCount(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer.relationshipLinkChartDiagramLookup.size}get knowledgeGraph(){if(!this.activeLinkChartLayer)throw new e("WebLinkChart:no-link-chart-layer","No link chart layer found");return this.activeLinkChartLayer?.knowledgeGraph}add(t,r){if(this.activeLinkChartLayer&&"type"in t&&"link-chart"===t.type)throw new e("linkchart:one-link-chart-layer","Web Link Charts can only have one Link Chart Layer, another cannot be added");if(super.add(t,r),"type"in t&&"link-chart"===t.type){const r=t.initializationLinkChartConfig?.layoutMode;r&&(this.linkChartProperties.layoutType=r);const a=t.initializationLinkChartConfig?.layoutSettings;a&&(this.linkChartProperties.layoutSettings=a)}}static fromJSON(t){if(t)return new L({resourceInfo:t});throw new e("linkchart:empty-resource","Expected a JSON resource but got nothing")}handleChronologicalOverlay(){if(!this.activeLinkChartLayer)return;const t=this.activeLinkChartLayer,r=this.findLayerById(o());if(r&&this.remove(r),"chronological-mono-timeline"===this.linkChartProperties.layoutType||"chronological-multi-timeline"===this.linkChartProperties.layoutType){const r=h(t);this.add(r,0)}}};t([i({readOnly:!0})],d.prototype,"activeLinkChartLayer",null),t([i({json:{write:{ignoreOrigin:!0}}})],d.prototype,"mapType",void 0),t([i({type:l,nonNullable:!0,json:{write:{ignoreOrigin:!0}}})],d.prototype,"linkChartProperties",void 0),t([i({readOnly:!0})],d.prototype,"diagramNodesExtent",null),t([i({readOnly:!0})],d.prototype,"entityCount",null),t([i({readOnly:!0})],d.prototype,"relationshipCount",null),t([i({readOnly:!0})],d.prototype,"knowledgeGraph",null),d=L=t([n("geoscene.WebLinkChart")],d);const u=d;export{u as default};
@@ -1 +1 @@
1
- @import "../themes/light/main.css";
1
+ @import "../themes/light/main.css";
@@ -1 +1 @@
1
- @import "../themes/light/view.css";
1
+ @import "../themes/light/view.css";
@@ -1 +1 @@
1
- @import "color";
1
+ @import "color";
@@ -107,7 +107,7 @@ $calcite-fonts-path: "../base/fonts/fonts/" !default;
107
107
 
108
108
  @import "fonts/fonts";
109
109
  @import "icons/style";
110
- @import "@esri/calcite-components/dist/calcite/calcite";
110
+ @import "@geoscene/calcite-components/dist/calcite/calcite";
111
111
  @import "color";
112
112
  @import "type";
113
113
  @import "sizes";
@@ -1,23 +1,23 @@
1
- @use "sass:color";
2
-
3
- //////////////////////////////
4
- // Calculations
5
- @function offset-background-color($color, $percent) {
6
- @if get-lightness($color) < 50 {
7
- @return color.adjust($color, $lightness: $percent);
8
- } @else {
9
- @return color.adjust($color, $lightness: - $percent);
10
- }
11
- }
12
-
13
- @function offset-foreground-color($color, $percent) {
14
- @if get-lightness($color) > 50 {
15
- @return color.adjust($color, $lightness: $percent);
16
- } @else {
17
- @return color.adjust($color, $lightness: - $percent);
18
- }
19
- }
20
-
21
- @function get-lightness($color) {
22
- @return color.channel(color.to-space($color, hsl), "lightness");
23
- }
1
+ @use "sass:color";
2
+
3
+ //////////////////////////////
4
+ // Calculations
5
+ @function offset-background-color($color, $percent) {
6
+ @if get-lightness($color) < 50 {
7
+ @return color.adjust($color, $lightness: $percent);
8
+ } @else {
9
+ @return color.adjust($color, $lightness: - $percent);
10
+ }
11
+ }
12
+
13
+ @function offset-foreground-color($color, $percent) {
14
+ @if get-lightness($color) > 50 {
15
+ @return color.adjust($color, $lightness: $percent);
16
+ } @else {
17
+ @return color.adjust($color, $lightness: - $percent);
18
+ }
19
+ }
20
+
21
+ @function get-lightness($color) {
22
+ @return color.channel(color.to-space($color, hsl), "lightness");
23
+ }
@@ -1,11 +1,11 @@
1
- $layout-base-size: 48px !default;
2
-
3
- // Header
4
- $header-height--min: $layout-base-size !default;
5
- $header-button-height: $layout-base-size !default;
6
- $header-button-width: $layout-base-size !default;
7
-
8
- // Footer
9
- $footer-height--min: $layout-base-size !default;
10
- $footer-button-height: $layout-base-size !default;
11
- $footer-button-width: $layout-base-size !default;
1
+ $layout-base-size: 48px !default;
2
+
3
+ // Header
4
+ $header-height--min: $layout-base-size !default;
5
+ $header-button-height: $layout-base-size !default;
6
+ $header-button-width: $layout-base-size !default;
7
+
8
+ // Footer
9
+ $footer-height--min: $layout-base-size !default;
10
+ $footer-button-height: $layout-base-size !default;
11
+ $footer-button-width: $layout-base-size !default;
@@ -1,130 +1,130 @@
1
- // Sizes & Placement
2
-
3
- @use "sass:math";
4
-
5
- $border-size--active: 3px !default;
6
- $icon-size: 16px !default;
7
- $border-radius: 2px !default;
8
-
9
- /////////////////////////
10
- // Button
11
- $button-width: 32px !default;
12
- $button-height: 32px !default;
13
-
14
- // button : half
15
- $button-width--half: math.floor($button-width * 0.5) !default;
16
- $button-height--half: math.floor($button-height * 0.5) !default;
17
-
18
- // button : quarter
19
- $button-width--quarter: math.floor($button-width * 0.25) !default;
20
- $button-height--quarter: math.floor($button-height * 0.25) !default;
21
-
22
- // button : fifth
23
- $button-width--fifth: math.floor($button-width * 0.2) !default;
24
- $button-height--fifth: math.floor($button-height * 0.2) !default;
25
-
26
- // button : plus half`
27
- $button-width--plus-half: math.floor($button-width * 1.5) !default;
28
- $button-height--plus-half: math.floor($button-height * 1.5) !default;
29
-
30
- // button : double
31
- $button-width--double: math.floor($button-width * 2) !default;
32
- $button-height--double: math.floor($button-height * 2) !default;
33
-
34
- /////////////////////////
35
- // List Items
36
- $list-item-height: 32px !default;
37
- $list-item-height--three-quarters: 36px !default;
38
-
39
- /////////////////////////
40
- // Toggle
41
- $toggle-offset: 4px !default;
42
- $toggle-width: 28px !default;
43
- $toggle-height: 16px !default;
44
- $toggle-handle-size: $toggle-height - $toggle-offset !default;
45
-
46
- /////////////////////////
47
- // Panel
48
- $panel-width: 300px !default;
49
- $panel-width--three-quarters: math.floor($panel-width * 3 * 0.25) !default;
50
- $panel-width--plus-half: math.floor($panel-width * 1.5) !default;
51
-
52
- $panel-min-height--large: 240px !default;
53
- $panel-min-height--medium: 120px !default;
54
- $panel-min-height--small: 96px !default;
55
- $panel-min-height--xsmall: 32px !default;
56
-
57
- $panel-max-height--large: 680px !default;
58
- $panel-max-height--medium: 540px !default;
59
- $panel-max-height--small: 420px !default;
60
- $panel-max-height--xsmall: 240px !default;
61
-
62
- /////////////////////////
63
- // Component (widget in view) max heights based on view height
64
- $view-height--gt-medium__component-max-height: 680px !default;
65
- $view-height--medium__component-max-height: 540px !default;
66
- $view-height--small__component-max-height: 420px !default;
67
- $view-height--xsmall__component-max-height: 240px !default;
68
-
69
- /////////////////////////
70
- // Popup
71
- $docked-margin: 15px !default;
72
- $docked-margin--double: math.floor($docked-margin * 2) !default;
73
-
74
- /////////////////////////
75
- // Loading
76
- $looping-progress-bar-width: 20% !default;
77
- $looping-progress-bar-params: 1500ms linear infinite !default;
78
-
79
- $spinning-loader-size: $icon-size !default;
80
-
81
- /////////////////////////
82
- // Spacing
83
- $side-spacing: 15px !default;
84
- $cap-spacing: 12px !default;
85
-
86
- // spacing : three quarters
87
- $side-spacing--three-quarters: math.floor($side-spacing * 3 * 0.25) !default;
88
- $cap-spacing--three-quarters: math.floor($cap-spacing * 3 * 0.25) !default;
89
-
90
- // spacing : half
91
- $side-spacing--half: math.floor($side-spacing * 0.5) !default;
92
- $cap-spacing--half: math.floor($cap-spacing * 0.5) !default;
93
-
94
- // spacing : third
95
- $side-spacing--third: math.floor(math.div($side-spacing, 3)) !default;
96
- $cap-spacing--third: math.floor(math.div($cap-spacing, 3)) !default;
97
-
98
- // spacing : quarter
99
- $side-spacing--quarter: math.floor($side-spacing * 0.25) !default;
100
- $cap-spacing--quarter: math.floor($cap-spacing * 0.25) !default;
101
-
102
- // spacing : eighth
103
- $side-spacing--eighth: math.ceil($side-spacing * 0.125) !default;
104
- $cap-spacing--eighth: math.ceil($cap-spacing * 0.125) !default;
105
-
106
- // spacing : plus half
107
- $side-spacing--plus-half: math.floor($side-spacing * 1.5) !default;
108
- $cap-spacing--plus-half: math.floor($cap-spacing * 1.5) !default;
109
-
110
- // spacing : double
111
- $side-spacing--double: math.floor($side-spacing * 2) !default;
112
- $cap-spacing--double: math.floor($cap-spacing * 2) !default;
113
-
114
- /////////////////////////
115
- // View UI
116
- $view-ui-spacing: 10px !default;
117
-
118
- /////////////////////////
119
- // Smart Mapping Sliders
120
- $smartmapping-slider__width: 260px !default;
121
- $smartmapping-slider__base-height: 240px !default;
122
- $smartmapping-slider__ramp-width: 30px !default;
123
- $smartmapping-slider__ramp-stroke-width: 1px !default;
124
- $smartmapping-slider__ramp-path-stroke-width: 0.5px !default;
125
- $smartmapping-slider__histogram-width: 120px !default;
126
- $smartmapping-slider__range-input-height: 40px !default;
127
-
128
- $smartmapping-slider__thumb-size: 12px !default;
129
- $smartmapping-slider__thumb-size--offset: math.round($smartmapping-slider__thumb-size * 0.5) !default;
130
- $smartmapping-slider__thumb-pointer-size: math.round($smartmapping-slider__thumb-size * 0.5) !default;
1
+ // Sizes & Placement
2
+
3
+ @use "sass:math";
4
+
5
+ $border-size--active: 3px !default;
6
+ $icon-size: 16px !default;
7
+ $border-radius: 2px !default;
8
+
9
+ /////////////////////////
10
+ // Button
11
+ $button-width: 32px !default;
12
+ $button-height: 32px !default;
13
+
14
+ // button : half
15
+ $button-width--half: math.floor($button-width * 0.5) !default;
16
+ $button-height--half: math.floor($button-height * 0.5) !default;
17
+
18
+ // button : quarter
19
+ $button-width--quarter: math.floor($button-width * 0.25) !default;
20
+ $button-height--quarter: math.floor($button-height * 0.25) !default;
21
+
22
+ // button : fifth
23
+ $button-width--fifth: math.floor($button-width * 0.2) !default;
24
+ $button-height--fifth: math.floor($button-height * 0.2) !default;
25
+
26
+ // button : plus half`
27
+ $button-width--plus-half: math.floor($button-width * 1.5) !default;
28
+ $button-height--plus-half: math.floor($button-height * 1.5) !default;
29
+
30
+ // button : double
31
+ $button-width--double: math.floor($button-width * 2) !default;
32
+ $button-height--double: math.floor($button-height * 2) !default;
33
+
34
+ /////////////////////////
35
+ // List Items
36
+ $list-item-height: 32px !default;
37
+ $list-item-height--three-quarters: 36px !default;
38
+
39
+ /////////////////////////
40
+ // Toggle
41
+ $toggle-offset: 4px !default;
42
+ $toggle-width: 28px !default;
43
+ $toggle-height: 16px !default;
44
+ $toggle-handle-size: $toggle-height - $toggle-offset !default;
45
+
46
+ /////////////////////////
47
+ // Panel
48
+ $panel-width: 300px !default;
49
+ $panel-width--three-quarters: math.floor($panel-width * 3 * 0.25) !default;
50
+ $panel-width--plus-half: math.floor($panel-width * 1.5) !default;
51
+
52
+ $panel-min-height--large: 240px !default;
53
+ $panel-min-height--medium: 120px !default;
54
+ $panel-min-height--small: 96px !default;
55
+ $panel-min-height--xsmall: 32px !default;
56
+
57
+ $panel-max-height--large: 680px !default;
58
+ $panel-max-height--medium: 540px !default;
59
+ $panel-max-height--small: 420px !default;
60
+ $panel-max-height--xsmall: 240px !default;
61
+
62
+ /////////////////////////
63
+ // Component (widget in view) max heights based on view height
64
+ $view-height--gt-medium__component-max-height: 680px !default;
65
+ $view-height--medium__component-max-height: 540px !default;
66
+ $view-height--small__component-max-height: 420px !default;
67
+ $view-height--xsmall__component-max-height: 240px !default;
68
+
69
+ /////////////////////////
70
+ // Popup
71
+ $docked-margin: 15px !default;
72
+ $docked-margin--double: math.floor($docked-margin * 2) !default;
73
+
74
+ /////////////////////////
75
+ // Loading
76
+ $looping-progress-bar-width: 20% !default;
77
+ $looping-progress-bar-params: 1500ms linear infinite !default;
78
+
79
+ $spinning-loader-size: $icon-size !default;
80
+
81
+ /////////////////////////
82
+ // Spacing
83
+ $side-spacing: 15px !default;
84
+ $cap-spacing: 12px !default;
85
+
86
+ // spacing : three quarters
87
+ $side-spacing--three-quarters: math.floor($side-spacing * 3 * 0.25) !default;
88
+ $cap-spacing--three-quarters: math.floor($cap-spacing * 3 * 0.25) !default;
89
+
90
+ // spacing : half
91
+ $side-spacing--half: math.floor($side-spacing * 0.5) !default;
92
+ $cap-spacing--half: math.floor($cap-spacing * 0.5) !default;
93
+
94
+ // spacing : third
95
+ $side-spacing--third: math.floor(math.div($side-spacing, 3)) !default;
96
+ $cap-spacing--third: math.floor(math.div($cap-spacing, 3)) !default;
97
+
98
+ // spacing : quarter
99
+ $side-spacing--quarter: math.floor($side-spacing * 0.25) !default;
100
+ $cap-spacing--quarter: math.floor($cap-spacing * 0.25) !default;
101
+
102
+ // spacing : eighth
103
+ $side-spacing--eighth: math.ceil($side-spacing * 0.125) !default;
104
+ $cap-spacing--eighth: math.ceil($cap-spacing * 0.125) !default;
105
+
106
+ // spacing : plus half
107
+ $side-spacing--plus-half: math.floor($side-spacing * 1.5) !default;
108
+ $cap-spacing--plus-half: math.floor($cap-spacing * 1.5) !default;
109
+
110
+ // spacing : double
111
+ $side-spacing--double: math.floor($side-spacing * 2) !default;
112
+ $cap-spacing--double: math.floor($cap-spacing * 2) !default;
113
+
114
+ /////////////////////////
115
+ // View UI
116
+ $view-ui-spacing: 10px !default;
117
+
118
+ /////////////////////////
119
+ // Smart Mapping Sliders
120
+ $smartmapping-slider__width: 260px !default;
121
+ $smartmapping-slider__base-height: 240px !default;
122
+ $smartmapping-slider__ramp-width: 30px !default;
123
+ $smartmapping-slider__ramp-stroke-width: 1px !default;
124
+ $smartmapping-slider__ramp-path-stroke-width: 0.5px !default;
125
+ $smartmapping-slider__histogram-width: 120px !default;
126
+ $smartmapping-slider__range-input-height: 40px !default;
127
+
128
+ $smartmapping-slider__thumb-size: 12px !default;
129
+ $smartmapping-slider__thumb-size--offset: math.round($smartmapping-slider__thumb-size * 0.5) !default;
130
+ $smartmapping-slider__thumb-pointer-size: math.round($smartmapping-slider__thumb-size * 0.5) !default;
@@ -1,25 +1,25 @@
1
- @use "sass:math";
2
-
3
- // Font
4
- $font-family: "Avenir Next", "Helvetica Neue", helvetica, arial, sans-serif !default;
5
-
6
- // Text
7
- $line-height: 1.3em !default;
8
- $base-font-size: 14px !default;
9
- $font-size: $base-font-size !default;
10
- $font-size__h1: math.round($base-font-size * 1.428) !default; // 1.428em
11
- $font-size__h2: math.round($base-font-size * 1.142) !default; // 1.142em
12
- $font-size__lt-h2: $base-font-size !default;
13
- $font-size__body: math.round($base-font-size * 0.857) !default; // 0.857em
14
- $font-size--small: math.round($base-font-size * 0.857) !default;
15
- $font-size--tiny: math.round($base-font-size * 0.71) !default;
16
- $font-size__header-text: math.round($base-font-size * 1.143) !default; // 1.142em
17
-
18
- $font-size--tiny-time-slider: math.round($font-size--small * 0.857) !default;
19
- $font-weight--light: 300 !default;
20
- $font-weight--regular: 400 !default;
21
- $font-weight--medium: 500 !default;
22
- $font-weight--bold: 600 !default;
23
- $font-weight--bolder: 700 !default;
24
- $font-weight: 400 !default;
25
- $font-weight__heading: $font-weight--bold !default;
1
+ @use "sass:math";
2
+
3
+ // Font
4
+ $font-family: "Avenir Next", "Helvetica Neue", helvetica, arial, sans-serif !default;
5
+
6
+ // Text
7
+ $line-height: 1.3em !default;
8
+ $base-font-size: 14px !default;
9
+ $font-size: $base-font-size !default;
10
+ $font-size__h1: math.round($base-font-size * 1.428) !default; // 1.428em
11
+ $font-size__h2: math.round($base-font-size * 1.142) !default; // 1.142em
12
+ $font-size__lt-h2: $base-font-size !default;
13
+ $font-size__body: math.round($base-font-size * 0.857) !default; // 0.857em
14
+ $font-size--small: math.round($base-font-size * 0.857) !default;
15
+ $font-size--tiny: math.round($base-font-size * 0.71) !default;
16
+ $font-size__header-text: math.round($base-font-size * 1.143) !default; // 1.142em
17
+
18
+ $font-size--tiny-time-slider: math.round($font-size--small * 0.857) !default;
19
+ $font-weight--light: 300 !default;
20
+ $font-weight--regular: 400 !default;
21
+ $font-weight--medium: 500 !default;
22
+ $font-weight--bold: 600 !default;
23
+ $font-weight--bolder: 700 !default;
24
+ $font-weight: 400 !default;
25
+ $font-weight__heading: $font-weight--bold !default;
@@ -1,76 +1,76 @@
1
- @charset "utf-8";.Brand_Blue_100 {
2
- background-color: #b9e0f7; }
3
-
4
- .Brand_Blue_150 {
5
- background-color: #00b9f2; }
6
-
7
- .Brand_Blue_200 {
8
- background-color: #007ac2; }
9
-
10
- .Brand_Blue_250 {
11
- background-color: #004575; }
12
-
13
- .Brand_Yellow_100 {
14
- background-color: #ffec4f; }
15
-
16
- .Brand_Orange_100 {
17
- background-color: #f89927; }
18
-
19
- .Brand_Orange_150 {
20
- background-color: #f36f20; }
21
-
22
- .Brand_Orange_200 {
23
- background-color: #da4d1e; }
24
-
25
- .Brand_Red_100 {
26
- background-color: #de2900; }
27
-
28
- .Brand_Green_100 {
29
- background-color: #d1e391; }
30
-
31
- .Brand_Green_150 {
32
- background-color: #aad04b; }
33
-
34
- .Brand_Green_200 {
35
- background-color: #35ac46; }
36
-
37
- .Brand_Green_250 {
38
- background-color: #2a7433; }
39
-
40
- .Brand_Purple_100 {
41
- background-color: #dfcce3; }
42
-
43
- .Brand_Purple_150 {
44
- background-color: #b279b4; }
45
-
46
- .Brand_Purple_200 {
47
- background-color: #8f499c; }
48
-
49
- .Brand_Purple_250 {
50
- background-color: #6b1978; }
51
-
52
- .Brand_Brown_100 {
53
- background-color: #ecdcb9; }
54
-
55
- .Brand_Brown_150 {
56
- background-color: #be9969; }
57
-
58
- .Brand_Brown_200 {
59
- background-color: #7b4f1c; }
60
-
61
- .Brand_Brown_250 {
62
- background-color: #523b20; }
63
-
64
- .Brand_Gray_100 {
65
- background-color: #b4b4b4; }
66
-
67
- .Brand_Gray_150 {
68
- background-color: #969696; }
69
-
70
- .Brand_Gray_200 {
71
- background-color: #6e6e6e; }
72
-
73
- .Brand_Gray_250 {
74
- background-color: #464646; }
75
-
76
- /*# sourceMappingURL=brand_colors.css.map */
1
+ @charset "utf-8";.Brand_Blue_100 {
2
+ background-color: #b9e0f7; }
3
+
4
+ .Brand_Blue_150 {
5
+ background-color: #00b9f2; }
6
+
7
+ .Brand_Blue_200 {
8
+ background-color: #007ac2; }
9
+
10
+ .Brand_Blue_250 {
11
+ background-color: #004575; }
12
+
13
+ .Brand_Yellow_100 {
14
+ background-color: #ffec4f; }
15
+
16
+ .Brand_Orange_100 {
17
+ background-color: #f89927; }
18
+
19
+ .Brand_Orange_150 {
20
+ background-color: #f36f20; }
21
+
22
+ .Brand_Orange_200 {
23
+ background-color: #da4d1e; }
24
+
25
+ .Brand_Red_100 {
26
+ background-color: #de2900; }
27
+
28
+ .Brand_Green_100 {
29
+ background-color: #d1e391; }
30
+
31
+ .Brand_Green_150 {
32
+ background-color: #aad04b; }
33
+
34
+ .Brand_Green_200 {
35
+ background-color: #35ac46; }
36
+
37
+ .Brand_Green_250 {
38
+ background-color: #2a7433; }
39
+
40
+ .Brand_Purple_100 {
41
+ background-color: #dfcce3; }
42
+
43
+ .Brand_Purple_150 {
44
+ background-color: #b279b4; }
45
+
46
+ .Brand_Purple_200 {
47
+ background-color: #8f499c; }
48
+
49
+ .Brand_Purple_250 {
50
+ background-color: #6b1978; }
51
+
52
+ .Brand_Brown_100 {
53
+ background-color: #ecdcb9; }
54
+
55
+ .Brand_Brown_150 {
56
+ background-color: #be9969; }
57
+
58
+ .Brand_Brown_200 {
59
+ background-color: #7b4f1c; }
60
+
61
+ .Brand_Brown_250 {
62
+ background-color: #523b20; }
63
+
64
+ .Brand_Gray_100 {
65
+ background-color: #b4b4b4; }
66
+
67
+ .Brand_Gray_150 {
68
+ background-color: #969696; }
69
+
70
+ .Brand_Gray_200 {
71
+ background-color: #6e6e6e; }
72
+
73
+ .Brand_Gray_250 {
74
+ background-color: #464646; }
75
+
76
+ /*# sourceMappingURL=brand_colors.css.map */