Skip to content

Commit

Permalink
Merge pull request #327 from Esri/v3.26.1
Browse files Browse the repository at this point in the history
V3.26.1
  • Loading branch information
grecordova committed Feb 7, 2024
2 parents 4cc71f3 + 73144a8 commit 3eef8a9
Show file tree
Hide file tree
Showing 56 changed files with 135 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14110,5 +14110,63 @@
],
"category":"Objects",
"release":"3.26.0"
},
"graph-box-mean-lines":{
"alias":[
"3.26.1",
"charts and graphs",
"box",
"plot",
"version",
"management",
"lines",
"branch",
"edit",
"rectangle",
"mean"
],
"category":"Charts and Graphs",
"release":"3.26.1"
},
"graph-box-side-by-side":{
"alias":[
"3.26.1",
"Charts and graphs",
"box",
"plot",
"version",
"management",
"lines",
"branch",
"edit",
"rectangle",
"mean"
],
"category":"Charts and Graphs",
"release":"3.26.1"
},
"code-brand-edit":{
"alias":[
"3.26.1",
"knowledge graph",
"branch",
"management",
"edit",
"pencil",
"connections"
],
"category":"Knowledge Graph",
"release":"3.26.1"
},
"code-brand":{
"alias":[
"3.26.1",
"knowledge graph",
"Branch",
"management",
"connections"
],
"category":"Knowledge Graph",
"release":"3.26.1"
}
}
1 change: 1 addition & 0 deletions icons/code-brand-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/code-brand-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/code-brand-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/code-brand-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/code-brand-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/code-brand-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.
1 change: 1 addition & 0 deletions icons/graph-box-mean-lines-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/graph-box-mean-lines-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/graph-box-mean-lines-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/graph-box-side-by-side-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/graph-box-side-by-side-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/graph-box-side-by-side-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,12 @@ export const clustering32: CalciteMultiPathEntry[];
export const code16: string;
export const code24: string;
export const code32: string;
export const codeBrand16: string;
export const codeBrand24: string;
export const codeBrand32: string;
export const codeBrandEdit16: string;
export const codeBrandEdit24: string;
export const codeBrandEdit32: string;
export const collaboration16: string;
export const collaboration24: string;
export const collaboration32: string;
Expand Down Expand Up @@ -1269,6 +1275,12 @@ export const graphBarSideBySide32: string;
export const graphBarStacked16: string;
export const graphBarStacked24: string;
export const graphBarStacked32: string;
export const graphBoxMeanLines16: string;
export const graphBoxMeanLines24: string;
export const graphBoxMeanLines32: string;
export const graphBoxSideBySide16: CalciteMultiPathEntry[];
export const graphBoxSideBySide24: CalciteMultiPathEntry[];
export const graphBoxSideBySide32: CalciteMultiPathEntry[];
export const graphGuides16: string;
export const graphGuides24: string;
export const graphGuides32: string;
Expand Down
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@ export {clustering32} from "./js/clustering32.js";
export {code16} from "./js/code16.js";
export {code24} from "./js/code24.js";
export {code32} from "./js/code32.js";
export {codeBrand16} from "./js/codeBrand16.js";
export {codeBrand24} from "./js/codeBrand24.js";
export {codeBrand32} from "./js/codeBrand32.js";
export {codeBrandEdit16} from "./js/codeBrandEdit16.js";
export {codeBrandEdit24} from "./js/codeBrandEdit24.js";
export {codeBrandEdit32} from "./js/codeBrandEdit32.js";
export {collaboration16} from "./js/collaboration16.js";
export {collaboration24} from "./js/collaboration24.js";
export {collaboration32} from "./js/collaboration32.js";
Expand Down Expand Up @@ -1262,6 +1268,12 @@ export {graphBarSideBySide32} from "./js/graphBarSideBySide32.js";
export {graphBarStacked16} from "./js/graphBarStacked16.js";
export {graphBarStacked24} from "./js/graphBarStacked24.js";
export {graphBarStacked32} from "./js/graphBarStacked32.js";
export {graphBoxMeanLines16} from "./js/graphBoxMeanLines16.js";
export {graphBoxMeanLines24} from "./js/graphBoxMeanLines24.js";
export {graphBoxMeanLines32} from "./js/graphBoxMeanLines32.js";
export {graphBoxSideBySide16} from "./js/graphBoxSideBySide16.js";
export {graphBoxSideBySide24} from "./js/graphBoxSideBySide24.js";
export {graphBoxSideBySide32} from "./js/graphBoxSideBySide32.js";
export {graphGuides16} from "./js/graphGuides16.js";
export {graphGuides24} from "./js/graphGuides24.js";
export {graphGuides32} from "./js/graphGuides32.js";
Expand Down
1 change: 1 addition & 0 deletions js/codeBrand16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const codeBrand16: string;
1 change: 1 addition & 0 deletions js/codeBrand16.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/codeBrand16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2c-.827 0-1.5.673-1.5 1.5 0 .651.42 1.2 1 1.408V5.5C12 6.879 10.878 8 9.5 8h-3c-.56 0-1.078.209-1.5.543V2.908A1.5 1.5 0 0 0 6 1.5C6 .673 5.327 0 4.5 0S3 .673 3 1.5c0 .651.42 1.2 1 1.408v10.296c-.523.203-.9.702-.9 1.296 0 .772.628 1.4 1.4 1.4.772 0 1.4-.628 1.4-1.4 0-.594-.377-1.093-.9-1.296V10.57C5 9.72 5.687 9 6.5 9h3C11.43 9 13 7.43 13 5.5v-.592c.58-.207 1-.757 1-1.408 0-.827-.673-1.5-1.5-1.5zM4.967 14.733a.233.233 0 0 1-.234.234H4.28a.246.246 0 0 1-.246-.246v-.454c0-.13.105-.234.234-.234h.466c.13 0 .234.105.234.234v.466zM4.75 2h-.5A.25.25 0 0 1 4 1.75v-.5A.25.25 0 0 1 4.25 1h.487c.145 0 .263.118.263.263v.487a.25.25 0 0 1-.25.25zM13 3.75a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25h.487c.145 0 .263.118.263.263v.487z"
1 change: 1 addition & 0 deletions js/codeBrand24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const codeBrand24: string;
1 change: 1 addition & 0 deletions js/codeBrand24.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/codeBrand24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20.99 5.499C20.99 4.12 19.878 3 18.5 3S16 4.121 16 5.5c0 1.208.86 2.217 2 2.45V9.5c0 1.93-1.57 3.5-3.5 3.5h-5c-.98 0-1.864.407-2.5 1.058V5.95A2.499 2.499 0 0 0 8.99 3.5C8.99 2.12 7.878 1 6.5 1S4 2.121 4 3.5c0 1.208.86 2.217 2 2.45v13.1c-1.14.233-2 1.242-2 2.45C4 22.879 5.122 24 6.5 24s2.49-1.122 2.49-2.501A2.496 2.496 0 0 0 7 19.051V16.5C7 15.121 8.122 14 9.5 14h5c2.481 0 4.5-2.019 4.5-4.5V7.95a2.499 2.499 0 0 0 1.99-2.451zM6 5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6zm2 16v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1zM20 6a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
1 change: 1 addition & 0 deletions js/codeBrand32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const codeBrand32: string;
1 change: 1 addition & 0 deletions js/codeBrand32.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/codeBrand32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M28 7.5C28 6.121 26.98 5 25.601 5s-2.5 1.121-2.5 2.5c0 1.17.811 2.148 1.899 2.419V12.5c0 2.481-2.019 4.5-4.5 4.5H12c-1.2 0-2.266.542-3 1.382V5.95c1.118-.234 1.899-1.243 1.899-2.449 0-1.379-1.02-2.5-2.399-2.5S6 2.121 6 3.5c0 1.208.86 2.217 2 2.45v20.13a2.498 2.498 0 0 0-1.899 2.42c0 1.379 1.122 2.5 2.5 2.5S11 29.879 11 28.5c0-1.241-.83-2.265-2-2.46V21c0-1.654 1.346-3 3-3h8.5c3.033 0 5.5-2.468 5.5-5.5V9.96c1.17-.195 2-1.219 2-2.46zM7 4V3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm2.101 23a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1zm18-19a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
1 change: 1 addition & 0 deletions js/codeBrandEdit16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const codeBrandEdit16: string;
1 change: 1 addition & 0 deletions js/codeBrandEdit16.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/codeBrandEdit16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2c-.827 0-1.5.673-1.5 1.5 0 .651.42 1.2 1 1.408V5.5C12 6.879 10.878 8 9.5 8h-3c-.56 0-1.078.209-1.5.543V2.908A1.5 1.5 0 0 0 6 1.5C6 .673 5.327 0 4.5 0S3 .673 3 1.5c0 .651.42 1.2 1 1.408v10.296c-.523.203-.9.702-.9 1.296 0 .772.628 1.4 1.4 1.4.772 0 1.4-.628 1.4-1.4 0-.594-.377-1.093-.9-1.296V10.57C5 9.72 5.687 9 6.5 9h3C11.43 9 13 7.43 13 5.5v-.592c.58-.207 1-.757 1-1.408 0-.827-.673-1.5-1.5-1.5zM4.967 14.733a.233.233 0 0 1-.234.234H4.28a.246.246 0 0 1-.246-.246v-.454c0-.13.105-.234.234-.234h.466c.13 0 .234.105.234.234v.466zM4.75 2h-.5A.25.25 0 0 1 4 1.75v-.5A.25.25 0 0 1 4.25 1h.487c.145 0 .263.118.263.263v.487a.25.25 0 0 1-.25.25zM13 3.75a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25h.487c.145 0 .263.118.263.263v.487zM12.937 10L14 11.05 10 15l-2 1 1-2 3.937-4zm1.375-1.33l-.645.647.997.997.645-.647-.997-.998z"
1 change: 1 addition & 0 deletions js/codeBrandEdit24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const codeBrandEdit24: string;
1 change: 1 addition & 0 deletions js/codeBrandEdit24.js

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

Loading

0 comments on commit 3eef8a9

Please sign in to comment.