Skip to content

Commit

Permalink
Merge pull request #23 from Esri/4.29
Browse files Browse the repository at this point in the history
4.29 update
  • Loading branch information
andygup authored Feb 27, 2024
2 parents a0098ea + 0ffe949 commit f9613ae
Show file tree
Hide file tree
Showing 50 changed files with 637 additions and 2,494 deletions.
106 changes: 0 additions & 106 deletions .eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

Binary file removed EULA.pdf
Binary file not shown.
39 changes: 1 addition & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,6 @@ This repository is used as a reference for the [ArcGIS Maps SDK for JavaScript](

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

## Features

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/).

## Instructions

Additional instructions and examples are available in the SDK's [Build with AMD modules](https://developers.arcgis.com/javascript/latest/amd-build/) Guide page.

This package is available for install on NPM: https://www.npmjs.com/package/arcgis-js-api.

```
npm install arcgis-js-api
```

## TypeScript Typings

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:

_main.ts_

```ts
/// <reference types="arcgis-js-api" />
```

Or, add a reference to the declaration file in the `include` of your `tsconfig.json`:

_tsconfig.json_

```json
{
"include": [
"node_modules/arcgis-js-api/index.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
]
}
```

## Requirements

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

## Licensing

COPYRIGHT © 2023 Esri
COPYRIGHT © 2024 Esri

All rights reserved under the copyright laws of the United States
and applicable international laws, treaties, and conventions.
Expand Down
3 changes: 1 addition & 2 deletions assets/esri/themes/base/widgets/_BasemapGallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
&--grid &__item-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax($thumbnail-width, 1fr));
row-gap: $cap-spacing;
column-gap: $side-spacing;
gap: $cap-spacing $side-spacing;
padding-block: $cap-spacing;
padding-inline: $side-spacing;
}
Expand Down
Loading

0 comments on commit f9613ae

Please sign in to comment.