sv-arcgis 1.0.0 → 1.0.1-next.1

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.
@@ -484,8 +484,7 @@ if (demo.DEMO === true) {
484
484
  </main>
485
485
 
486
486
  <style>
487
- @import "https://js.arcgis.com/4.31/@arcgis/core/assets/esri/themes/dark/main.css";
488
- @import "@esri/calcite-components/dist/calcite/calcite.css";
487
+ @import "https://js.arcgis.com/4.31/@arcgis/core/assets/esri/themes/dark/main.css";${calcite.CALCITE ? '\n @import "@esri/calcite-components/dist/calcite/calcite.css";' : ''}
489
488
 
490
489
  :global(body:has(.e-demo)) {
491
490
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sv-arcgis",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-next.1",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "sv-arcgis": "./bin/sv-arcgis-setup.js"