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 #350 from Esri/3.27.9
Browse files Browse the repository at this point in the history
3.27.9
  • Loading branch information
allieorth authored Apr 25, 2024
2 parents b59a118 + fc477c1 commit 1051aa4
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -2609,25 +2609,25 @@
"line": {
"alias": [
"3.25.2",
"geometry",
"geometry editing",
"gis",
"feature",
"draw",
"points"
],
"category": "Geometry",
"category": "Geometry Editing",
"release": "3.25.2"
},
"line-straight": {
"alias": [
"3.25.2",
"geometry",
"geometry editing",
"gis",
"diagonal",
"points",
"feature"
],
"category": "Geometry",
"category": "Geometry Editing",
"release": "3.25.2"
},
"link": {
Expand Down Expand Up @@ -12066,7 +12066,7 @@
"void"
],
"category":"Text",
"release":""
"release":"3.22.6"
},
"accessibility":{
"alias":[
Expand Down Expand Up @@ -12135,7 +12135,7 @@
"modeling flow"
],
"category":"GIS",
"release":""
"release":"3.22.9"
},
"transverse-hexagon":{
"alias":[
Expand All @@ -12155,7 +12155,7 @@
"precision"
],
"category":"GIS",
"release":""
"release":"3.22.9"
},
"circle-pause":{
"alias":[
Expand Down Expand Up @@ -12183,7 +12183,7 @@
"arrows"
],
"category":"Objects",
"release":""
"release":"3.23.1"
},
"unmerge":{
"alias":[
Expand All @@ -12196,7 +12196,7 @@
"arrows"
],
"category":"Generic",
"release":""
"release":"3.23.1"
},
"merge-2":{
"alias":[
Expand Down Expand Up @@ -12570,12 +12570,12 @@
"category":"GIS",
"release":"3.25.2"
},
"radial-tree-link-chart-yayout":{
"radial-tree-link-chart-layout":{
"alias":[
"3.23.6",
"knowledge graph",
"link chart",
"spatial anamysis",
"spatial analysis",
"data",
"data model"
],
Expand Down Expand Up @@ -12626,14 +12626,14 @@
"edit-geometry":{
"alias":[
"3.23.8",
"geometry editor",
"geometry editing",
"modify",
"shapes",
"polygon",
"edit",
"correct"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"enable-disable-feature-selection":{
Expand All @@ -12654,7 +12654,7 @@
"extend-trim":{
"alias":[
"3.23.8",
"geometry editor",
"geometry editing",
"continue",
"stop",
"lines",
Expand All @@ -12663,7 +12663,7 @@
"trimming",
"extending"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"layer-settings":{
Expand Down Expand Up @@ -12694,27 +12694,27 @@
"point-line":{
"alias":[
"3.23.8",
"geometry editor",
"geometry editing",
"edge",
"points",
"lines",
"focus",
"extend"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"right-angle":{
"alias":[
"3.23.8",
"geometry editor",
"geometry editing",
"lines",
"points",
"angles",
"curves",
"degrees"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"selection-set":{
Expand All @@ -12736,7 +12736,7 @@
"split-geometry":{
"alias":[
"3.23.8",
"web editor",
"geometry editing",
"cut",
"splitting",
"slice",
Expand All @@ -12745,13 +12745,13 @@
"shapes",
"divide"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"stretch":{
"alias":[
"3.23.8",
"geometry editor",
"geometry editing",
"extend",
"expand",
"edges",
Expand All @@ -12762,7 +12762,7 @@
"squares",
"parameters"
],
"category":"Geometry Editor",
"category":"Geometry Editing",
"release":"3.23.8"
},
"trace":{
Expand Down
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2370,9 +2370,9 @@ export const questionMark32: string;
export const quote16: string;
export const quote24: string;
export const quote32: string;
export const radialTreeLinkChartYayout16: string;
export const radialTreeLinkChartYayout24: string;
export const radialTreeLinkChartYayout32: string;
export const radialTreeLinkChartLayout16: string;
export const radialTreeLinkChartLayout24: string;
export const radialTreeLinkChartLayout32: string;
export const rain16: string;
export const rain24: string;
export const rain32: string;
Expand Down
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2363,9 +2363,9 @@ export {questionMark32} from "./js/questionMark32.js";
export {quote16} from "./js/quote16.js";
export {quote24} from "./js/quote24.js";
export {quote32} from "./js/quote32.js";
export {radialTreeLinkChartYayout16} from "./js/radialTreeLinkChartYayout16.js";
export {radialTreeLinkChartYayout24} from "./js/radialTreeLinkChartYayout24.js";
export {radialTreeLinkChartYayout32} from "./js/radialTreeLinkChartYayout32.js";
export {radialTreeLinkChartLayout16} from "./js/radialTreeLinkChartLayout16.js";
export {radialTreeLinkChartLayout24} from "./js/radialTreeLinkChartLayout24.js";
export {radialTreeLinkChartLayout32} from "./js/radialTreeLinkChartLayout32.js";
export {rain16} from "./js/rain16.js";
export {rain24} from "./js/rain24.js";
export {rain32} from "./js/rain32.js";
Expand Down
1 change: 1 addition & 0 deletions js/radialTreeLinkChartLayout16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const radialTreeLinkChartLayout16: string;
1 change: 1 addition & 0 deletions js/radialTreeLinkChartLayout16.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/radialTreeLinkChartLayout16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14.5 13c-.23 0-.447.057-.643.15l-1.927-1.927c.598-.752.97-1.69.97-2.723 0-2.255-1.712-4.097-3.9-4.35V2.909c.58-.207 1-.757 1-1.408C10 .673 9.327 0 8.5 0S7 .673 7 1.5c0 .651.42 1.2 1 1.408V4.15c-2.188.253-3.9 2.095-3.9 4.35 0 1.033.372 1.971.97 2.723L3.143 13.15A1.483 1.483 0 0 0 2.5 13c-.827 0-1.5.673-1.5 1.5S1.673 16 2.5 16 4 15.327 4 14.5c0-.23-.057-.447-.15-.643l1.927-1.927c.752.598 1.69.97 2.723.97s1.971-.372 2.723-.97l1.927 1.927c-.093.196-.15.412-.15.643 0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm-2.4-4.5c0 .812-.28 1.554-.736 2.157l-.78-.78C10.846 9.48 11 9.009 11 8.5c0-1.208-.86-2.217-2-2.45v-1.1c1.747.247 3.1 1.736 3.1 3.55zM7 8.5C7 7.673 7.673 7 8.5 7s1.5.673 1.5 1.5S9.327 10 8.5 10 7 9.327 7 8.5zm1-7.25A.25.25 0 0 1 8.25 1h.487c.145 0 .263.118.263.263v.487a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 1.75v-.5zM4.9 8.5c0-1.814 1.353-3.303 3.1-3.55v1.1c-1.14.233-2 1.242-2 2.45 0 .509.154.981.416 1.377l-.78.78A3.565 3.565 0 0 1 4.9 8.5zM3 14.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.487zm5.5-2.65c-.812 0-1.554-.28-2.157-.736l.78-.78a2.484 2.484 0 0 0 2.754 0l.78.78A3.565 3.565 0 0 1 8.5 12.1zm6.5 2.65a.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/radialTreeLinkChartLayout24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const radialTreeLinkChartLayout24: string;
1 change: 1 addition & 0 deletions js/radialTreeLinkChartLayout24.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/radialTreeLinkChartLayout24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20.5 18.1a2.38 2.38 0 0 0-1.598.623l-2.2-1.84A5.371 5.371 0 0 0 17.9 13.5 5.406 5.406 0 0 0 13 8.125v-2.28A2.403 2.403 0 0 0 14.9 3.5c0-1.324-1.077-2.4-2.4-2.4s-2.4 1.076-2.4 2.4c0 1.152.816 2.115 1.9 2.346v2.28A5.406 5.406 0 0 0 7.1 13.5c0 1.28.45 2.457 1.198 3.383l-2.2 1.84A2.382 2.382 0 0 0 4.5 18.1c-1.323 0-2.4 1.076-2.4 2.4s1.077 2.4 2.4 2.4 2.4-1.076 2.4-2.4a2.37 2.37 0 0 0-.306-1.149l2.254-1.885c.963.887 2.243 1.434 3.652 1.434s2.69-.547 3.652-1.434l2.254 1.885A2.37 2.37 0 0 0 18.1 20.5c0 1.324 1.077 2.4 2.4 2.4s2.4-1.076 2.4-2.4-1.077-2.4-2.4-2.4zM17 13.5a4.455 4.455 0 0 1-1.001 2.795l-.84-.703c.457-.579.741-1.3.741-2.092 0-1.703-1.263-3.105-2.9-3.35v-1.1c2.244.253 4 2.14 4 4.45zm-7 0c0-1.379 1.122-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.122 2.5-2.5 2.5-2.5-1.121-2.5-2.5zM11 4V3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm-3 9.5c0-2.31 1.756-4.197 4-4.45v1.1c-1.637.245-2.9 1.647-2.9 3.35 0 .793.284 1.513.74 2.092l-.839.703A4.455 4.455 0 0 1 8 13.5zM6 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1zm6.5-3a4.461 4.461 0 0 1-2.945-1.125l.854-.715c.579.456 1.299.74 2.091.74s1.512-.284 2.091-.74l.854.715A4.461 4.461 0 0 1 12.5 18zm9.5 3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
1 change: 1 addition & 0 deletions js/radialTreeLinkChartLayout32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const radialTreeLinkChartLayout32: string;
1 change: 1 addition & 0 deletions js/radialTreeLinkChartLayout32.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/radialTreeLinkChartLayout32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M28.5 26.1a2.38 2.38 0 0 0-1.603.627l-6.048-5.04A5.364 5.364 0 0 0 21.9 18.5a5.406 5.406 0 0 0-4.9-5.375v-7.28A2.403 2.403 0 0 0 18.9 3.5c0-1.324-1.077-2.4-2.4-2.4s-2.4 1.076-2.4 2.4c0 1.152.816 2.115 1.9 2.346v7.28a5.406 5.406 0 0 0-4.9 5.374c0 1.193.393 2.292 1.05 3.187l-6.047 5.04A2.382 2.382 0 0 0 4.5 26.1c-1.323 0-2.4 1.076-2.4 2.4s1.077 2.4 2.4 2.4 2.4-1.076 2.4-2.4a2.37 2.37 0 0 0-.303-1.143l6.07-5.059a5.383 5.383 0 0 0 7.666 0l6.07 5.059A2.37 2.37 0 0 0 26.1 28.5c0 1.324 1.077 2.4 2.4 2.4s2.4-1.076 2.4-2.4-1.077-2.4-2.4-2.4zM6 29a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1zm15-10.5c0 .974-.319 1.87-.846 2.607l-.841-.7c.37-.545.587-1.2.587-1.907 0-1.703-1.263-3.105-2.9-3.35v-1.1c2.244.253 4 2.14 4 4.45zm-7 0c0-1.379 1.122-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.122 2.5-2.5 2.5-2.5-1.121-2.5-2.5zM15 4V3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm-3 14.5c0-2.31 1.756-4.197 4-4.45v1.1c-1.637.245-2.9 1.647-2.9 3.35 0 .706.217 1.362.587 1.906l-.84.701A4.463 4.463 0 0 1 12 18.5zm4.5 4.5a4.48 4.48 0 0 1-3.136-1.283l.856-.713c.604.551 1.4.896 2.28.896s1.676-.345 2.28-.896l.856.713A4.48 4.48 0 0 1 16.5 23zM30 29a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
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.8",
"version": "3.27.9",
"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 1051aa4

Please sign in to comment.