Skip to content

Commit

Permalink
Merge pull request #339 from Esri/3.27.1
Browse files Browse the repository at this point in the history
3.27.1
  • Loading branch information
nicklu10 authored Mar 25, 2024
2 parents 3319128 + 1f4c2ed commit 8162342
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14340,5 +14340,17 @@
],
"category":"Lists",
"release":"3.27.0"
},
"ai":{
"alias":[
"3.27.1",
"objects",
"artificial intelligence",
"sparkle",
"system",
"machine learning"
],
"category":"Objects",
"release":"3.27.1"
}
}
1 change: 1 addition & 0 deletions icons/ai-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/ai-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/ai-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 @@ -102,6 +102,9 @@ export const addText32: string;
export const addressBook16: string;
export const addressBook24: string;
export const addressBook32: string;
export const ai16: string;
export const ai24: string;
export const ai32: string;
export const alertOffCircle16F: string;
export const alertOffCircle24F: string;
export const alertOffCircle32F: string;
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export {addText32} from "./js/addText32.js";
export {addressBook16} from "./js/addressBook16.js";
export {addressBook24} from "./js/addressBook24.js";
export {addressBook32} from "./js/addressBook32.js";
export {ai16} from "./js/ai16.js";
export {ai24} from "./js/ai24.js";
export {ai32} from "./js/ai32.js";
export {alertOffCircle16F} from "./js/alertOffCircle16F.js";
export {alertOffCircle24F} from "./js/alertOffCircle24F.js";
export {alertOffCircle32F} from "./js/alertOffCircle32F.js";
Expand Down
1 change: 1 addition & 0 deletions js/ai16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const ai16: string;
1 change: 1 addition & 0 deletions js/ai16.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/ai16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 5L9 7l2 .5L9 8l-.5 2L8 8l-2-.5L8 7zM7.175 6.175L1.877 7.5l5.298 1.325L8.5 14.123l1.325-5.298L15.123 7.5 9.825 6.175 8.5.877zM3 2l-.5-2L2 2l-2 .5L2 3l.5 2L3 3l2-.5zm1 10l-.5-2-.5 2-2 .5 2 .5.5 2 .5-2 2-.5z"
1 change: 1 addition & 0 deletions js/ai24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const ai24: string;
1 change: 1 addition & 0 deletions js/ai24.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/ai24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14.5 7l.9 3.6 3.6.9-3.6.9-.9 3.6-.9-3.6-3.6-.9 3.6-.9zm-1.725 2.775L5.877 11.5l6.898 1.725 1.725 6.898 1.725-6.898 6.898-1.725-6.898-1.725L14.5 2.877zM6 4l-.5-4L5 4l-4 .5L5 5l.5 4L6 5l4-.5zm1 14l-.5-4-.5 4-4 .5 4 .5.5 4 .5-4 4-.5z"
1 change: 1 addition & 0 deletions js/ai32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const ai32: string;
1 change: 1 addition & 0 deletions js/ai32.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/ai32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M19.5 8l1.3 6.2 6.2 1.3-6.2 1.3-1.3 6.2-1.3-6.2-6.2-1.3 6.2-1.3zm-2.145 5.355L7.127 15.5l10.228 2.145L19.5 27.873l2.145-10.229L31.873 15.5l-10.228-2.145L19.5 3.127zM7 6l-.5-5L6 6l-5 .5L6 7l.5 5L7 7l5-.5zm2 18l-.5-5-.5 5-5 .5 5 .5.5 5 .5-5 5-.5z"
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.27.0",
"version": "3.27.1",
"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 8162342

Please sign in to comment.