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 #364 from Esri/3.29.1
Browse files Browse the repository at this point in the history
v3.29.1
  • Loading branch information
arowles authored Aug 14, 2024
2 parents 192d6ab + adbd8d2 commit 91340b4
Show file tree
Hide file tree
Showing 92 changed files with 151 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -15140,5 +15140,25 @@
],
"category":"Symbols",
"release":"3.29.0"
},
"flag-slash": {
"alias": ["3.29.1", "objects", "flag", "cancel", "stop", "slash", "signal", "remove", "important", "alert"],
"category": "Objects",
"release": "3.29.1"
},
"flag": {
"alias": ["3.29.1", "objects", "signal", "flag", "sign", "important", "warning", "alert", "caution"],
"category": "Objects",
"release": "3.29.1"
},
"closed-caption": {
"alias": ["3.29.1", "media", "media", "audio", "video", "display", "text", "information"],
"category": "Media",
"release": "3.29.1"
},
"transcript": {
"alias": ["3.29.1", "media", "captions", "text", "video", "display", "speech"],
"category": "Media",
"release": "3.29.1"
}
}
1 change: 1 addition & 0 deletions icons/closed-caption-16-f.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/closed-caption-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/closed-caption-24-f.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/closed-caption-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/closed-caption-32-f.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/closed-caption-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/flag-16-f.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/flag-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/flag-24-f.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/flag-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/flag-32-f.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/flag-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/flag-slash-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/flag-slash-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/flag-slash-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/transcript-16-f.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/transcript-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/transcript-24-f.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/transcript-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/transcript-32-f.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/transcript-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,12 @@ export const clockForward32: string;
export const clockUp16: string;
export const clockUp24: string;
export const clockUp32: string;
export const closedCaption16F: string;
export const closedCaption16: string;
export const closedCaption24F: string;
export const closedCaption24: string;
export const closedCaption32F: string;
export const closedCaption32: string;
export const cloud16: string;
export const cloud24: string;
export const cloud32: string;
Expand Down Expand Up @@ -1182,6 +1188,15 @@ export const findPath32: CalciteMultiPathEntry[];
export const fingerprint16: string;
export const fingerprint24: string;
export const fingerprint32: string;
export const flag16F: string;
export const flag16: string;
export const flag24F: string;
export const flag24: string;
export const flag32F: string;
export const flag32: string;
export const flagSlash16: string;
export const flagSlash24: string;
export const flagSlash32: string;
export const flash16: string;
export const flash24: string;
export const flash32: string;
Expand Down Expand Up @@ -3240,6 +3255,12 @@ export const tourPinTear32: string;
export const trace16: string;
export const trace24: string;
export const trace32: string;
export const transcript16F: string;
export const transcript16: string;
export const transcript24F: string;
export const transcript24: string;
export const transcript32F: string;
export const transcript32: string;
export const transparency16: CalciteMultiPathEntry[];
export const transparency24: CalciteMultiPathEntry[];
export const transparency32: CalciteMultiPathEntry[];
Expand Down
21 changes: 21 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,12 @@ export {clockForward32} from "./js/clockForward32.js";
export {clockUp16} from "./js/clockUp16.js";
export {clockUp24} from "./js/clockUp24.js";
export {clockUp32} from "./js/clockUp32.js";
export {closedCaption16F} from "./js/closedCaption16F.js";
export {closedCaption16} from "./js/closedCaption16.js";
export {closedCaption24F} from "./js/closedCaption24F.js";
export {closedCaption24} from "./js/closedCaption24.js";
export {closedCaption32F} from "./js/closedCaption32F.js";
export {closedCaption32} from "./js/closedCaption32.js";
export {cloud16} from "./js/cloud16.js";
export {cloud24} from "./js/cloud24.js";
export {cloud32} from "./js/cloud32.js";
Expand Down Expand Up @@ -1175,6 +1181,15 @@ export {findPath32} from "./js/findPath32.js";
export {fingerprint16} from "./js/fingerprint16.js";
export {fingerprint24} from "./js/fingerprint24.js";
export {fingerprint32} from "./js/fingerprint32.js";
export {flag16F} from "./js/flag16F.js";
export {flag16} from "./js/flag16.js";
export {flag24F} from "./js/flag24F.js";
export {flag24} from "./js/flag24.js";
export {flag32F} from "./js/flag32F.js";
export {flag32} from "./js/flag32.js";
export {flagSlash16} from "./js/flagSlash16.js";
export {flagSlash24} from "./js/flagSlash24.js";
export {flagSlash32} from "./js/flagSlash32.js";
export {flash16} from "./js/flash16.js";
export {flash24} from "./js/flash24.js";
export {flash32} from "./js/flash32.js";
Expand Down Expand Up @@ -3233,6 +3248,12 @@ export {tourPinTear32} from "./js/tourPinTear32.js";
export {trace16} from "./js/trace16.js";
export {trace24} from "./js/trace24.js";
export {trace32} from "./js/trace32.js";
export {transcript16F} from "./js/transcript16F.js";
export {transcript16} from "./js/transcript16.js";
export {transcript24F} from "./js/transcript24F.js";
export {transcript24} from "./js/transcript24.js";
export {transcript32F} from "./js/transcript32F.js";
export {transcript32} from "./js/transcript32.js";
export {transparency16} from "./js/transparency16.js";
export {transparency24} from "./js/transparency24.js";
export {transparency32} from "./js/transparency32.js";
Expand Down
1 change: 1 addition & 0 deletions js/closedCaption16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const closedCaption16: string;
1 change: 1 addition & 0 deletions js/closedCaption16.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/closedCaption16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M6.265 6.51c-.391-.496-.84-.706-1.398-.706-1.244 0-1.953.965-1.953 2.153 0 1.187.828 2.152 1.953 2.152.604 0 1.066-.222 1.41-.717l.687.68c-.533.644-1.292.928-2.097.928C3.15 11 2 9.739 2 7.957 2 6.2 3.16 5 4.867 5c.818 0 1.576.198 2.133.829l-.735.68zM14 5.828C13.443 5.198 12.685 5 11.867 5 10.161 5 9 6.2 9 7.957 9 9.739 10.15 11 11.867 11c.805 0 1.564-.284 2.097-.928l-.687-.68c-.344.495-.806.717-1.41.717-1.125 0-1.953-.965-1.953-2.152 0-1.188.709-2.153 1.953-2.153.557 0 1.007.21 1.398.705L14 5.83zM1.5 15C.673 15 0 14.327 0 13.5v-11C0 1.673.673 1 1.5 1h13c.827 0 1.5.673 1.5 1.5v11c0 .827-.673 1.5-1.5 1.5h-13zm0-1h13a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5z"
1 change: 1 addition & 0 deletions js/closedCaption16F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const closedCaption16F: string;
1 change: 1 addition & 0 deletions js/closedCaption16F.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/closedCaption16F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14.5 1h-13C.673 1 0 1.673 0 2.5v11c0 .827.673 1.5 1.5 1.5h13c.827 0 1.5-.673 1.5-1.5v-11c0-.827-.673-1.5-1.5-1.5zM4.867 9.91c.55 0 .946-.201 1.246-.632l.136-.195.986.976-.117.141c-.542.655-1.32 1-2.25 1C3.06 11.2 1.8 9.866 1.8 7.957 1.8 6.099 3.06 4.8 4.867 4.8c1.003 0 1.75.294 2.283.896l.13.147-1.038.96-.135-.17c-.342-.435-.725-.63-1.24-.63-1.211 0-1.753.981-1.753 1.954 0 1.095.77 1.952 1.753 1.952zm7 0c.55 0 .946-.201 1.246-.632l.136-.195.986.976-.117.141c-.542.655-1.32 1-2.25 1C10.06 11.2 8.8 9.866 8.8 7.957c0-1.858 1.26-3.157 3.067-3.157 1.003 0 1.75.294 2.283.896l.13.147-1.038.96-.135-.17c-.342-.435-.725-.63-1.24-.63-1.211 0-1.753.981-1.753 1.954 0 1.095.77 1.952 1.753 1.952z"
1 change: 1 addition & 0 deletions js/closedCaption24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const closedCaption24: string;
1 change: 1 addition & 0 deletions js/closedCaption24.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/closedCaption24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20.5 3h-17C2.673 3 2 3.673 2 4.5v15c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5zm.5 16.5a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v15zM5.861 12c0 1.814 1.153 3.182 2.683 3.182.765 0 1.358-.279 1.812-.853l.618.572C10.21 15.821 9.231 16 8.544 16 6.43 16 5.01 14.393 5.01 12c0-2.355 1.454-4 3.535-4 .98 0 1.831.35 2.465 1.014l-.599.66c-.568-.584-1.138-.855-1.866-.855-1.605 0-2.683 1.278-2.683 3.181zm8 0c0 1.814 1.153 3.182 2.683 3.182.765 0 1.358-.279 1.812-.853l.618.572c-.764.92-1.743 1.099-2.43 1.099-2.114 0-3.535-1.607-3.535-4 0-2.355 1.454-4 3.535-4 .98 0 1.831.35 2.465 1.014l-.599.66c-.568-.584-1.138-.855-1.866-.855-1.605 0-2.683 1.278-2.683 3.181z"
1 change: 1 addition & 0 deletions js/closedCaption24F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const closedCaption24F: string;
1 change: 1 addition & 0 deletions js/closedCaption24F.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/closedCaption24F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20.5 3h-17C2.673 3 2 3.673 2 4.5v15c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5zM8.535 14.981c.7 0 1.242-.253 1.655-.776l.135-.17.915.849-.12.145c-.638.766-1.531 1.171-2.585 1.171C6.301 16.2 4.8 14.512 4.8 12c0-2.473 1.536-4.2 3.735-4.2 1.035 0 1.938.372 2.61 1.076l.128.134-.866.956-.15-.153c-.54-.556-1.056-.793-1.722-.793-1.485 0-2.483 1.197-2.483 2.98 0 1.7 1.068 2.981 2.483 2.981zm8 0c.7 0 1.242-.253 1.655-.776l.135-.17.915.849-.12.145c-.638.766-1.531 1.171-2.585 1.171-2.234 0-3.735-1.688-3.735-4.2 0-2.473 1.536-4.2 3.735-4.2 1.035 0 1.938.372 2.61 1.076l.128.134-.866.956-.15-.153c-.54-.556-1.056-.793-1.722-.793-1.485 0-2.483 1.197-2.483 2.98 0 1.7 1.068 2.981 2.483 2.981z"
1 change: 1 addition & 0 deletions js/closedCaption32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const closedCaption32: string;
Loading

0 comments on commit 91340b4

Please sign in to comment.