Skip to content

Commit

Permalink
Merge pull request #326 from Esri/v3.26.0
Browse files Browse the repository at this point in the history
V3.26.0
  • Loading branch information
grecordova authored Feb 1, 2024
2 parents a4d4aff + 6a39aab commit 4cc71f3
Show file tree
Hide file tree
Showing 44 changed files with 112 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

55 changes: 53 additions & 2 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14059,5 +14059,56 @@
],
"category":"Layers",
"release":"3.25.9"
}
}
},
"notepad-edit":{
"alias":[
"3.26.0",
"objects",
"pencil",
"written",
"notes",
"lists",
"write",
"text",
"files",
"modify",
"notebook"
],
"category":"Objects",
"release":"3.26.0"
},
"notepad-add":{
"alias":[
"3.26.0",
"objects",
"written",
"notes",
"lists",
"write",
"text",
"files",
"modify",
"notebook",
"create",
"new"
],
"category":"Objects",
"release":"3.26.0"
},
"notepad":{
"alias":[
"3.26.0",
"objects",
"written",
"notes",
"lists",
"write",
"text",
"files",
"notebook",
"school"
],
"category":"Objects",
"release":"3.26.0"
}
}
1 change: 1 addition & 0 deletions icons/notepad-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/notepad-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/notepad-32.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/notepad-add-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/notepad-add-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/notepad-add-32.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/notepad-edit-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/notepad-edit-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/notepad-edit-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,15 @@ export const notebookServer32: string;
export const notebookSnapshot16: string;
export const notebookSnapshot24: string;
export const notebookSnapshot32: string;
export const notepad16: string;
export const notepad24: string;
export const notepad32: string;
export const notepadAdd16: string;
export const notepadAdd24: string;
export const notepadAdd32: string;
export const notepadEdit16: string;
export const notepadEdit24: string;
export const notepadEdit32: string;
export const null16: string;
export const null24: string;
export const null32: string;
Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,15 @@ export {notebookServer32} from "./js/notebookServer32.js";
export {notebookSnapshot16} from "./js/notebookSnapshot16.js";
export {notebookSnapshot24} from "./js/notebookSnapshot24.js";
export {notebookSnapshot32} from "./js/notebookSnapshot32.js";
export {notepad16} from "./js/notepad16.js";
export {notepad24} from "./js/notepad24.js";
export {notepad32} from "./js/notepad32.js";
export {notepadAdd16} from "./js/notepadAdd16.js";
export {notepadAdd24} from "./js/notepadAdd24.js";
export {notepadAdd32} from "./js/notepadAdd32.js";
export {notepadEdit16} from "./js/notepadEdit16.js";
export {notepadEdit24} from "./js/notepadEdit24.js";
export {notepadEdit32} from "./js/notepadEdit32.js";
export {null16} from "./js/null16.js";
export {null24} from "./js/null24.js";
export {null32} from "./js/null32.js";
Expand Down
1 change: 1 addition & 0 deletions js/notepad16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepad16: string;
1 change: 1 addition & 0 deletions js/notepad16.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/notepad16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14 1v15H1V1h2v1H2v13h11V2h-1V1h2zm-2 4H3v1h9V5zm0 3H3v1h9V8zm-4 3H3v1h5v-1zM5 2.5v-2c0-.275-.225-.5-.5-.5S4 .225 4 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S6 .225 6 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S8 .225 8 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5s-.5.225-.5.5v2c0 .275.225.5.5.5s.5-.225.5-.5z"
1 change: 1 addition & 0 deletions js/notepad24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepad24: string;
1 change: 1 addition & 0 deletions js/notepad24.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/notepad24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M7.75 6A.752.752 0 0 1 7 5.25v-3.5c0-.412.338-.75.75-.75s.75.338.75.75v3.5c0 .412-.338.75-.75.75zm3.75-.75v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zM18 9H7v1h11V9zm0 4H7v-1h11v1zm0 3H7v-1h11v1zm-5 3H7v-1h6v1zm6-16v1h1v18H5V4h1V3H4v20h17V3h-2zm-4.75 3a.752.752 0 0 1-.75-.75v-3.5c0-.412.338-.75.75-.75s.75.338.75.75v3.5c0 .412-.338.75-.75.75zm3 0a.752.752 0 0 1-.75-.75v-3.5c0-.412.338-.75.75-.75s.75.338.75.75v3.5c0 .412-.338.75-.75.75z"
1 change: 1 addition & 0 deletions js/notepad32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepad32: string;
1 change: 1 addition & 0 deletions js/notepad32.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/notepad32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M24 10H8V9h16v1zm0 3H8v1h16v-1zm0 4H8v1h16v-1zm0 4H8v1h16v-1zm-8 4H8v1h8v-1zM27 3v27H5V3h2v1H6v25h20V4h-1V3h2zM11 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1z"
1 change: 1 addition & 0 deletions js/notepadAdd16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadAdd16: string;
1 change: 1 addition & 0 deletions js/notepadAdd16.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/notepadAdd16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12 6H3V5h9v1zM3 8v1h7V8H3zm0 3v1h4v-1H3zM14 1v6h-1V2h-1V1h2zM2 15h8v1H1V1h2v1H2v13zM5 2.5v-2c0-.275-.225-.5-.5-.5S4 .225 4 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S6 .225 6 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S8 .225 8 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5s-.5.225-.5.5v2c0 .275.225.5.5.5s.5-.225.5-.5zm5 9.5h-3V9h-1v3H9v1h3v3h1v-3h3v-1z"
1 change: 1 addition & 0 deletions js/notepadAdd24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadAdd24: string;
1 change: 1 addition & 0 deletions js/notepadAdd24.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/notepadAdd24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M18 10H7V9h11v1zm0 2H7v1h11v-1zm-1 3H7v1h10v-1zm-4 3H7v1h6v-1zm8-15v10h-1V4h-1V3h2zM5 22h12v1H4V3h2v1H5v18zM8.5 5.25v-3.5A.752.752 0 0 0 7.75 1a.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3.5 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zM20 24v-4.001h4V19h-4v-4h-1v4h-4v.999h4V24h1z"
1 change: 1 addition & 0 deletions js/notepadAdd32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadAdd32: string;
1 change: 1 addition & 0 deletions js/notepadAdd32.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/notepadAdd32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M24 10H8V9h16v1zm0 3H8v1h16v-1zm0 4H8v1h16v-1zm0 4H8v1h16v-1zm-8 4H8v1h8v-1zM27 3v16h-1V4h-1V3h2zM6 29h18v1H5V3h2v1H6v25zm5-23V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 26v-5.001h5V26h-5v-5h-1v5h-5v.999h5V32h1z"
1 change: 1 addition & 0 deletions js/notepadEdit16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadEdit16: string;
1 change: 1 addition & 0 deletions js/notepadEdit16.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/notepadEdit16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12 6H3V5h9v1zm-1 2H3v1h8V8zm-3 3H3v1h5v-1zm6-10v6.72c-.15.05-.29.13-.4.24l-.6.61V2h-1V1h2zM2 15h5.39l-.28.55c-.07.15-.11.3-.11.45H1V1h2v1H2v13zm12-2.55V16h-3.77l.22-.11c.09-.04.18-.1.25-.18l.72-.71H13v-1.56l1-.99zM5 2.5v-2c0-.275-.225-.5-.5-.5S4 .225 4 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S6 .225 6 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5S8 .225 8 .5v2c0 .275.225.5.5.5s.5-.225.5-.5zm2 0v-2c0-.275-.225-.5-.5-.5s-.5.225-.5.5v2c0 .275.225.5.5.5s.5-.225.5-.5zM9 14l-1 2 2-1 4-3.95L12.937 10 9 14zm5.312-5.33l-.645.647.997.997.645-.647-.997-.998z"
1 change: 1 addition & 0 deletions js/notepadEdit24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadEdit24: string;
1 change: 1 addition & 0 deletions js/notepadEdit24.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/notepadEdit24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M18 10H7V9h11v1zm0 2H7v1h11v-1zm-1 3H7v1h10v-1zm-4 3H7v1h6v-1zm8-15v10.19c-.23.21-.54.51-1 .97V4h-1V3h2zM5 22h7.73l-.41 1H4V3h2v1H5v18zm16-3.13V23h-4.14c.07-.05.06-.05 1.01-1H20v-2.13l1-1zM8.5 5.25v-3.5A.752.752 0 0 0 7.75 1a.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3.5 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3 0v-3.5a.752.752 0 0 0-.75-.75.752.752 0 0 0-.75.75v3.5c0 .412.338.75.75.75s.75-.338.75-.75zm3.435 11.772l-1.413-1.415-5.184 5.184 1.414 1.414 5.183-5.183zm1.725-2.05l-1.13-1.132a.2.2 0 0 0-.283 0l-.734.734 1.414 1.414.734-.734a.2.2 0 0 0 0-.283zm-9.32 6.941L13 24l2.086-.84-1.247-1.247z"
1 change: 1 addition & 0 deletions js/notepadEdit32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const notepadEdit32: string;
1 change: 1 addition & 0 deletions js/notepadEdit32.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/notepadEdit32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M24 10H8V9h16v1zm0 3H8v1h16v-1zm0 4H8v1h16v-1zm-1 4H8v1h15v-1zm-7 4H8v1h8v-1zM27 3v16.26l-1 1V4h-1V3h2zM6 29h11.91l-.42 1H5V3h2v1H6v25zm21-3.06V30h-4.07l1-1H26v-2.07l1-.99zM11 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm4 0V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1zm-3.875 22.714l-1.343 3.157 3.15-1.35-1.807-1.807zm9.846-6.164l-1.921-1.922-6.764 6.764 1.922 1.922 6.763-6.764zm2.157-2.582l-1.497-1.497a.306.306 0 0 0-.21-.09.284.284 0 0 0-.207.083l-1.027 1.028 1.921 1.921 1.027-1.028a.295.295 0 0 0-.007-.417z"
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.25.9",
"version": "3.26.0",
"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 4cc71f3

Please sign in to comment.