Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #353 from Esri/3.28.1
Browse files Browse the repository at this point in the history
v3.28.1
  • Loading branch information
arowles authored May 10, 2024
2 parents a9c2e19 + 07c4bde commit 7b5ea0a
Show file tree
Hide file tree
Showing 44 changed files with 98 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14626,5 +14626,44 @@
],
"category":"Generic",
"release":"3.28.0"
},
"brackets":{
"alias":[
"3.28.1",
"generic",
"code",
"coding",
"programmer",
"syntax",
"script",
"html"
],
"category":"Generic",
"release":"3.28.1"
},
"binary":{
"alias":[
"3.28.1",
"text",
"digits",
"data",
"numbers",
"calculate"
],
"category":"Text",
"release":"3.28.1"
},
"sub-fields":{
"alias":[
"3.28.1",
"forms",
"items",
"elements",
"fields",
"table",
"levels"
],
"category":"Forms",
"release":"3.28.1"
}
}
1 change: 1 addition & 0 deletions icons/binary-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/binary-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/binary-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/brackets-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/brackets-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/brackets-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/sub-fields-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/sub-fields-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/sub-fields-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 @@ -288,6 +288,9 @@ export const beta32: string;
export const biking16: string;
export const biking24: string;
export const biking32: string;
export const binary16: string;
export const binary24: string;
export const binary32: string;
export const blank16: string;
export const blank24: string;
export const blank32: string;
Expand Down Expand Up @@ -327,6 +330,9 @@ export const boxChart32: string;
export const boxChartSeries16: CalciteMultiPathEntry[];
export const boxChartSeries24: CalciteMultiPathEntry[];
export const boxChartSeries32: CalciteMultiPathEntry[];
export const brackets16: string;
export const brackets24: string;
export const brackets32: string;
export const bracketsCurly16: string;
export const bracketsCurly24: string;
export const bracketsCurly32: string;
Expand Down Expand Up @@ -2943,6 +2949,9 @@ export const string32: string;
export const styling16: CalciteMultiPathEntry[];
export const styling24: CalciteMultiPathEntry[];
export const styling32: CalciteMultiPathEntry[];
export const subFields16: string;
export const subFields24: string;
export const subFields32: string;
export const subheading116: string;
export const subheading124: string;
export const subheading132: string;
Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ export {beta32} from "./js/beta32.js";
export {biking16} from "./js/biking16.js";
export {biking24} from "./js/biking24.js";
export {biking32} from "./js/biking32.js";
export {binary16} from "./js/binary16.js";
export {binary24} from "./js/binary24.js";
export {binary32} from "./js/binary32.js";
export {blank16} from "./js/blank16.js";
export {blank24} from "./js/blank24.js";
export {blank32} from "./js/blank32.js";
Expand Down Expand Up @@ -320,6 +323,9 @@ export {boxChart32} from "./js/boxChart32.js";
export {boxChartSeries16} from "./js/boxChartSeries16.js";
export {boxChartSeries24} from "./js/boxChartSeries24.js";
export {boxChartSeries32} from "./js/boxChartSeries32.js";
export {brackets16} from "./js/brackets16.js";
export {brackets24} from "./js/brackets24.js";
export {brackets32} from "./js/brackets32.js";
export {bracketsCurly16} from "./js/bracketsCurly16.js";
export {bracketsCurly24} from "./js/bracketsCurly24.js";
export {bracketsCurly32} from "./js/bracketsCurly32.js";
Expand Down Expand Up @@ -2936,6 +2942,9 @@ export {string32} from "./js/string32.js";
export {styling16} from "./js/styling16.js";
export {styling24} from "./js/styling24.js";
export {styling32} from "./js/styling32.js";
export {subFields16} from "./js/subFields16.js";
export {subFields24} from "./js/subFields24.js";
export {subFields32} from "./js/subFields32.js";
export {subheading116} from "./js/subheading116.js";
export {subheading124} from "./js/subheading124.js";
export {subheading132} from "./js/subheading132.js";
Expand Down
1 change: 1 addition & 0 deletions js/binary16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const binary16: string;
1 change: 1 addition & 0 deletions js/binary16.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/binary16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14 1h-1c-.551 0-1 .448-1 1v4c0 .552.449 1 1 1h1c.551 0 1-.448 1-1V2c0-.552-.449-1-1-1zm0 5h-1V2h1v4h.001H14zM9 6h1v1H7V6h1V2H7V1h2v5zm5 8h1v1h-3v-1h1v-4h-1V9h2v5zM4 1H3c-.551 0-1 .448-1 1v4c0 .552.449 1 1 1h1c.551 0 1-.448 1-1V2c0-.552-.449-1-1-1zm0 5H3V2h1v4h.001H4zm5 3H8c-.551 0-1 .448-1 1v4c0 .552.449 1 1 1h1c.551 0 1-.448 1-1v-4c0-.552-.449-1-1-1zm0 5H8v-4h1v4h.001H9zm-5 0h1v1H2v-1h1v-4H2V9h2v5z"
1 change: 1 addition & 0 deletions js/binary24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const binary24: string;
1 change: 1 addition & 0 deletions js/binary24.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/binary24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M13.75 13h-1.5c-.69 0-1.25.56-1.25 1.25v5.5c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25zm.25 6.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v5.5zM6 20h1v1H4v-1h1v-6H4v-1h2v7zm15 0h1v1h-3v-1h1v-6h-1v-1h2v7zm-.25-17h-1.5C18.56 3 18 3.56 18 4.25v5.5c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25v-5.5C22 3.56 21.44 3 20.75 3zM21 9.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v5.5zM5.75 3h-1.5C3.56 3 3 3.56 3 4.25v5.5c0 .69.56 1.25 1.25 1.25h1.5C6.44 11 7 10.44 7 9.75v-5.5C7 3.56 6.44 3 5.75 3zM6 9.75a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 4 9.75v-5.5A.25.25 0 0 1 4.25 4h1.5a.25.25 0 0 1 .25.25v5.5zM14 11h-3v-1h1V4h-1V3h2v7h1v1z"
1 change: 1 addition & 0 deletions js/binary32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const binary32: string;
1 change: 1 addition & 0 deletions js/binary32.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/binary32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M19 14h-5v-1h2V4h-2V3h3v10h2v1zm1 5.5v8c0 .827-.673 1.5-1.5 1.5h-3c-.827 0-1.5-.673-1.5-1.5v-8c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5zm-1 0a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-8zM9 4.5v8c0 .827-.673 1.5-1.5 1.5h-3c-.827 0-1.5-.673-1.5-1.5v-8C3 3.673 3.673 3 4.5 3h3C8.327 3 9 3.673 9 4.5zm-1 0a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-8zm22 0v8c0 .827-.673 1.5-1.5 1.5h-3c-.827 0-1.5-.673-1.5-1.5v-8c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5zm-1 0a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-8zM7 18H4v1h2v9H4v1h5v-1H7V18zm21 0h-3v1h2v9h-2v1h5v-1h-2V18z"
1 change: 1 addition & 0 deletions js/brackets16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets16: string;
1 change: 1 addition & 0 deletions js/brackets16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets16 = "M3 2h3v1H4v11h2v1H3V2zm8 0v1h2v11h-2v1h3V2h-3z";
1 change: 1 addition & 0 deletions js/brackets16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M3 2h3v1H4v11h2v1H3V2zm8 0v1h2v11h-2v1h3V2h-3z"
1 change: 1 addition & 0 deletions js/brackets24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets24: string;
1 change: 1 addition & 0 deletions js/brackets24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets24 = "M4 3h5v1H5v17h4v1H4V3zm11 0v1h4v17h-4v1h5V3h-5z";
1 change: 1 addition & 0 deletions js/brackets24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M4 3h5v1H5v17h4v1H4V3zm11 0v1h4v17h-4v1h5V3h-5z"
1 change: 1 addition & 0 deletions js/brackets32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets32: string;
1 change: 1 addition & 0 deletions js/brackets32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const brackets32 = "M6 5h6v1H7v21h5v1H6V5zm15 0v1h5v21h-5v1h6V5h-6z";
1 change: 1 addition & 0 deletions js/brackets32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M6 5h6v1H7v21h5v1H6V5zm15 0v1h5v21h-5v1h6V5h-6z"
1 change: 1 addition & 0 deletions js/subFields16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const subFields16: string;
1 change: 1 addition & 0 deletions js/subFields16.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/subFields16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14 5c.551 0 1-.448 1-1V2c0-.552-.449-1-1-1H2c-.551 0-1 .448-1 1v2c0 .552.449 1 1 1h1v9h3v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v.5H4V9h2v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5V8H4V5h10zm0 8v1H7v-1h7zm0-5v1H7V8h7zM2 4V2h12v2H2z"
1 change: 1 addition & 0 deletions js/subFields24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const subFields24: string;
1 change: 1 addition & 0 deletions js/subFields24.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/subFields24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M22 8c.551 0 1-.448 1-1V4c0-.552-.449-1-1-1H2c-.551 0-1 .448-1 1v3c0 .552.449 1 1 1h2v12h4v1.5a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-14a.5.5 0 0 0-.5.5v.5H5v-6h3v1.5a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-14a.5.5 0 0 0-.5.5v.5H5V8h17zM9 19h13v2H9v-2zm0-7h13v2H9v-2zM2 7V4h20v3h.001H2z"
1 change: 1 addition & 0 deletions js/subFields32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const subFields32: string;
1 change: 1 addition & 0 deletions js/subFields32.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/subFields32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M28.5 11c.827 0 1.5-.673 1.5-1.5v-4c0-.827-.673-1.5-1.5-1.5h-25C2.673 4 2 4.673 2 5.5v4c0 .827.673 1.5 1.5 1.5H6v16h5v1c0 .552.449 1 1 1h17c.551 0 1-.448 1-1v-3c0-.552-.449-1-1-1H12c-.551 0-1 .448-1 1v1H7v-8h4v1c0 .552.449 1 1 1h17c.551 0 1-.448 1-1v-3c0-.552-.449-1-1-1H12c-.551 0-1 .448-1 1v1H7v-6h21.5zM12 25h17v3h.001H12v-3zm0-9h17v3h.001H12v-3zm-8.5-6a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h25a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-25z"
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.0",
"version": "3.28.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 7b5ea0a

Please sign in to comment.