Skip to content

Commit

Permalink
Merge pull request #95 from Esri/rename-package-product
Browse files Browse the repository at this point in the history
Renamed package's product's name
  • Loading branch information
MikeTschudi authored Nov 7, 2022
2 parents 79daa1c + 086af75 commit 368643a
Show file tree
Hide file tree
Showing 31 changed files with 61 additions and 58 deletions.
3 changes: 3 additions & 0 deletions buildDebug.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
rem Builds the repository

call node --version
call npm --version

call npm install
call npm run build:debug

Expand Down
4 changes: 2 additions & 2 deletions src/demos/browse-solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand Down Expand Up @@ -72,7 +72,7 @@
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/auth.umd.min.js"></script>
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/check-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
function loadList() {
const demo = document.getElementById("demo");
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-buffer-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
require(["esri/WebMap", "esri/views/MapView"], (
WebMap,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-draw-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
function showResults() {
const demo = document.getElementById("demo");
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-layer-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
require(["esri/WebMap", "esri/views/MapView"], (
WebMap,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-pdf-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
require(["esri/WebMap", "esri/views/MapView"], (
WebMap,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/demo-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
body {
overflow-y: auto;
Expand Down Expand Up @@ -93,7 +93,7 @@ <h2>Solutions Component Examples!</h2>
</li>
</ul>
<br>
<calcite-link href="./browse-solutions.html" target="_blank">Solution Browser</calcite-link>
<calcite-link href="./browse-solutions-components.html" target="_blank">Solution Browser</calcite-link>
<br>
<calcite-link href="./new-solution-configuration.html" target="_blank">&lt;solution-configuration&gt; alternate UI</calcite-link>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/json-editor-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
}
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/json-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
}
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-draw-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
require(["esri/Map", "esri/views/MapView"], (
Map,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-layer-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
<script>
require(["esri/WebMap", "esri/views/MapView"], (
WebMap,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-select-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>

<script>
require(["esri/Map", "esri/views/MapView"], (
Expand Down
4 changes: 2 additions & 2 deletions src/demos/new-public-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>

<script>
require(["esri/WebMap", "esri/views/MapView", "esri/widgets/Legend"], (
Expand Down
4 changes: 2 additions & 2 deletions src/demos/new-solution-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://js.arcgis.com/calcite-components/1.0.0-beta.97/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand Down Expand Up @@ -77,7 +77,7 @@
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script>
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/common.umd.min.js"></script>
<script type="module" src="https://js.arcgis.com/calcite-components/1.0.0-beta.97/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/pdf-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand Down Expand Up @@ -76,7 +76,7 @@
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/auth.umd.min.js"></script>
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script>
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%
Expand All @@ -44,7 +44,7 @@
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-group-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand All @@ -33,7 +33,7 @@
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand All @@ -33,7 +33,7 @@
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
Expand All @@ -33,7 +33,7 @@
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-sharing.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
}
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%;
}
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-organization-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions.css" type="text/css">
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
<style>
.full-height {
height: 100%
Expand All @@ -44,7 +44,7 @@
</style>

<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>
</head>

<body>
Expand Down
Loading

0 comments on commit 368643a

Please sign in to comment.