Skip to content

Commit

Permalink
Merge pull request #361 from Esri/3.28.9
Browse files Browse the repository at this point in the history
v3.28.9
  • Loading branch information
arowles committed Jul 10, 2024
2 parents b8ddde0 + 0f88a5b commit a26bf6d
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -15092,5 +15092,19 @@
],
"category":"Generic",
"release":"3.28.8"
},
"overwrite-project":{
"alias":[
"3.28.9",
"objects",
"raster",
"briefcase",
"clear",
"remove",
"write",
"project"
],
"category":"Objects",
"release":"3.28.9"
}
}
1 change: 1 addition & 0 deletions icons/overwrite-project-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/overwrite-project-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/overwrite-project-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,9 @@ export const overview32: CalciteMultiPathEntry[];
export const overwriteFeatures16: string;
export const overwriteFeatures24: string;
export const overwriteFeatures32: string;
export const overwriteProject16: string;
export const overwriteProject24: string;
export const overwriteProject32: string;
export const package16: string;
export const package24: string;
export const package32: string;
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,9 @@ export {overview32} from "./js/overview32.js";
export {overwriteFeatures16} from "./js/overwriteFeatures16.js";
export {overwriteFeatures24} from "./js/overwriteFeatures24.js";
export {overwriteFeatures32} from "./js/overwriteFeatures32.js";
export {overwriteProject16} from "./js/overwriteProject16.js";
export {overwriteProject24} from "./js/overwriteProject24.js";
export {overwriteProject32} from "./js/overwriteProject32.js";
export {package16} from "./js/package16.js";
export {package24} from "./js/package24.js";
export {package32} from "./js/package32.js";
Expand Down
1 change: 1 addition & 0 deletions js/overwriteProject16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const overwriteProject16: string;
1 change: 1 addition & 0 deletions js/overwriteProject16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/overwriteProject16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M1 8V5h8v1h1V2H8V0H2v2H0v7h5a1 1 0 0 1 1-1H1zm2-7h4v1H3V1zM1 3h8v1H1V3zm13 4H8v2H6v7h10V9h-2V7zM9 8h4v1H9V8zm6 7H7v-3h8v3zm0-5v1H7v-1h8zm1-5.75V6h-1V4.25C15 3.56 14.44 3 13.75 3H13v1.45L10.95 2.5 13 .55V2h.75C14.99 2 16 3.01 16 4.25z"
1 change: 1 addition & 0 deletions js/overwriteProject24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const overwriteProject24: string;
1 change: 1 addition & 0 deletions js/overwriteProject24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/overwriteProject24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23.97 6v2H23V6c0-1.103-.897-2-2-2h-2.293l1.347 1.347-.707.707L16.793 3.5 19.346.946l.707.707L18.707 3H21c1.654 0 2.97 1.346 2.97 3zM8 12H1V6h14v4h1V2h-4V0H4v2H0v11h7a1 1 0 0 1 1-1zM5 1h6v1H5V1zM1 3h14v2H1V3zm19 10v-2h-8v2H8v11h16V13h-4zm-7-1h6v1h-6v-1zm10 11H9v-6h14v6zm0-7H9v-2h14v2z"
1 change: 1 addition & 0 deletions js/overwriteProject32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const overwriteProject32: string;
1 change: 1 addition & 0 deletions js/overwriteProject32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/overwriteProject32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M10 16H2V7h19v7h1V2h-6V0H7v2H1v15h8a1 1 0 0 1 1-1zM8 1h7v1H8V1zM2 3h19v3H2V3zm30 5v3h-1V8c0-1.654-1.346-3-3-3h-3.296l2.004 2.004-.707.707-3.214-3.214 3.214-3.214.707.707L24.698 4H28c2.206 0 4 1.794 4 4zm-7 9v-2h-9v2h-6v15h21V17h-6zm-8-1h7v1h-7v-1zm13 15H11v-9h19v9zM11 21v-3h19v3H11z"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"spriter": "bin/spriter.js"
},
"name": "@esri/calcite-ui-icons",
"version": "3.28.8",
"version": "3.28.9",
"private": false,
"description": "A collection of UI SVG icons created by Esri for applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sprite-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a26bf6d

Please sign in to comment.