Skip to content

Commit f9613ae

Browse files
authored
Merge pull request #23 from Esri/4.29
4.29 update
2 parents a0098ea + 0ffe949 commit f9613ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+637
-2494
lines changed

.eslintrc.json

Lines changed: 0 additions & 106 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

EULA.pdf

-203 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,6 @@ This repository is used as a reference for the [ArcGIS Maps SDK for JavaScript](
44

55
If you are starting a new project, we recommend using [@arcgis/core](https://developers.arcgis.com/javascript/latest/es-modules/) ES modules.
66

7-
## Features
8-
9-
You can install these modules with [npm](https://npmjs.org/) and create your own custom builds, for example you can use [RequireJS](https://requirejs.org/) or the [Dojo Toolkit](https://dojotoolkit.org/).
10-
11-
## Instructions
12-
13-
Additional instructions and examples are available in the SDK's [Build with AMD modules](https://developers.arcgis.com/javascript/latest/amd-build/) Guide page.
14-
15-
This package is available for install on NPM: https://www.npmjs.com/package/arcgis-js-api.
16-
17-
```
18-
npm install arcgis-js-api
19-
```
20-
21-
## TypeScript Typings
22-
23-
The TypeScript type definitions are included with the npm installation and there are two ways to include them. The first way is to include a `///` directive in your main TypeScript file:
24-
25-
_main.ts_
26-
27-
```ts
28-
/// <reference types="arcgis-js-api" />
29-
```
30-
31-
Or, add a reference to the declaration file in the `include` of your `tsconfig.json`:
32-
33-
_tsconfig.json_
34-
35-
```json
36-
{
37-
"include": [
38-
"node_modules/arcgis-js-api/index.d.ts",
39-
"src/**/*.ts",
40-
"src/**/*.tsx"
41-
]
42-
}
43-
```
447

458
## Requirements
469

@@ -58,7 +21,7 @@ Use of the ArcGIS Maps SDK for JavaScript is subject to the terms described in t
5821

5922
## Licensing
6023

61-
COPYRIGHT © 2023 Esri
24+
COPYRIGHT © 2024 Esri
6225

6326
All rights reserved under the copyright laws of the United States
6427
and applicable international laws, treaties, and conventions.

assets/esri/themes/base/widgets/_BasemapGallery.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
&--grid &__item-container {
3737
display: grid;
3838
grid-template-columns: repeat(auto-fill, minmax($thumbnail-width, 1fr));
39-
row-gap: $cap-spacing;
40-
column-gap: $side-spacing;
39+
gap: $cap-spacing $side-spacing;
4140
padding-block: $cap-spacing;
4241
padding-inline: $side-spacing;
4342
}

0 commit comments

Comments
 (0)