Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 773e995

Browse files
committed
chore: update calcite urls to 2.5.1
1 parent 96a99fe commit 773e995

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

packages/charts-components/templates/react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { defineCustomElements as defineChartsElements } from '@arcgis/charts-com
2121

2222
// define custom elements in the browser, and load the assets from the CDN
2323
defineChartsElements(window, { resourcesUrl: 'https://js.arcgis.com/charts-components/4.29/t9n' });
24-
defineCalciteElements(window, { resourcesUrl: 'https://js.arcgis.com/calcite-components/2.4.0/assets' });
24+
defineCalciteElements(window, { resourcesUrl: 'https://js.arcgis.com/calcite-components/2.5.1/assets' });
2525

2626
const root = ReactDOM.createRoot(document.getElementById('root'));
2727
root.render(

packages/charts-components/tutorials/charts-components-with-map-components-solution/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { defineCustomElements as defineMapElements } from "@arcgis/map-component
2525
* you need to keep the version number in the path the same as the version of
2626
* `@esri/calcite-components` installed as a dependency of `@arcgis/map-components`.
2727
*/
28-
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.4.0/assets" });
28+
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.5.1/assets" });
2929

3030
/**
3131
* Use the Map Components to define and lazy load the custom map elements.

packages/coding-components/templates/angular/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class AppComponent implements OnInit {
4141

4242
ngOnInit() {
4343
// define custom elements in the browser, and load the assets from the CDN
44-
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.4.0/assets" });
44+
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.5.1/assets" });
4545
defineCodingElements(window, { resourcesUrl: "https://js.arcgis.com/coding-components/4.29/assets" });
4646
// Call async functions here
4747
this.fetch();

packages/coding-components/templates/angular/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css";
2-
@import "https://js.arcgis.com/calcite-components/2.4.0/calcite.css";
2+
@import "https://js.arcgis.com/calcite-components/2.5.1/calcite.css";
33

44
html,
55
body {

packages/coding-components/templates/react/src/components/ArcadeEditor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css";
2-
@import "https://js.arcgis.com/calcite-components/2.4.0/calcite.css";
2+
@import "https://js.arcgis.com/calcite-components/2.5.1/calcite.css";
33

44
html,
55
body {

packages/coding-components/templates/react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { defineCustomElements as defineCodingElements } from "@arcgis/coding-com
2121

2222
// define custom elements in the browser, and load the assets from the CDN
2323
defineCodingElements(window, { resourcesUrl: "https://js.arcgis.com/coding-components/4.29/assets" });
24-
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.4.0/assets" });
24+
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.5.1/assets" });
2525

2626
const root = ReactDOM.createRoot(document.getElementById("root"));
2727
root.render(

packages/coding-components/templates/vite/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { defineCustomElements as defineCalciteElements } from "@esri/calcite-com
2121
import { defineCustomElements as defineCodingElements } from "@arcgis/coding-components/dist/loader";
2222

2323
// define custom elements in the browser, and load the assets from the CDN
24-
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.4.0/assets" });
24+
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.5.1/assets" });
2525
defineCodingElements(window, { resourcesUrl: "https://js.arcgis.com/coding-components/4.29/assets" });
2626

2727
(async () => {

packages/coding-components/templates/vite/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css";
2-
@import "https://js.arcgis.com/calcite-components/2.4.0/calcite.css";
2+
@import "https://js.arcgis.com/calcite-components/2.5.1/calcite.css";
33

44
html,
55
body {

packages/coding-components/templates/vue/src/assets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css";
2-
@import "https://js.arcgis.com/calcite-components/2.4.0/calcite.css";
2+
@import "https://js.arcgis.com/calcite-components/2.5.1/calcite.css";
33

44
html,
55
body {

packages/coding-components/templates/vue/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { defineCustomElements as defineCalciteElements } from "@esri/calcite-com
2222
import { defineCustomElements as defineCodingElements } from "@arcgis/coding-components/dist/loader";
2323

2424
// define custom elements in the browser, and load the assets from the CDN
25-
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.4.0/assets" });
25+
defineCalciteElements(window, { resourcesUrl: "https://js.arcgis.com/calcite-components/2.5.1/assets" });
2626
defineCodingElements(window, { resourcesUrl: "https://js.arcgis.com/coding-components/4.29/assets" });
2727

2828
createApp(App).mount('#app');

0 commit comments

Comments
 (0)