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 #310 from Esri/3.25.0
Browse files Browse the repository at this point in the history
3.25.0
  • Loading branch information
allieorth authored Nov 2, 2023
2 parents 3a66b53 + 079a12b commit 624bbfe
Show file tree
Hide file tree
Showing 32 changed files with 68 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -13577,5 +13577,32 @@
],
"category":"People",
"release":"3.24.9"
},
"layout-spacious":{
"alias":[
"3.25.0",
"generic",
"boxes",
"spacing",
"layout",
"format",
"spacious"
],
"category":"Generic",
"release":"3.25.0"
},
"layout-compact":{
"alias":[
"3.25.0",
"generic",
"boxes",
"spacing",
"layout",
"format",
"compact",
"minimize"
],
"category":"Generic",
"release":"3.25.0"
}
}
1 change: 1 addition & 0 deletions icons/layout-compact-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/layout-compact-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/layout-compact-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/layout-spacious-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/layout-spacious-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/layout-spacious-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1596,9 +1596,15 @@ export const layersEditable32: string;
export const layersReference16: string;
export const layersReference24: string;
export const layersReference32: string;
export const layoutCompact16: string;
export const layoutCompact24: string;
export const layoutCompact32: string;
export const layoutHorizontal16: string;
export const layoutHorizontal24: string;
export const layoutHorizontal32: string;
export const layoutSpacious16: string;
export const layoutSpacious24: string;
export const layoutSpacious32: string;
export const layoutVertical16: string;
export const layoutVertical24: string;
export const layoutVertical32: string;
Expand Down
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1589,9 +1589,15 @@ export {layersEditable32} from "./js/layersEditable32.js";
export {layersReference16} from "./js/layersReference16.js";
export {layersReference24} from "./js/layersReference24.js";
export {layersReference32} from "./js/layersReference32.js";
export {layoutCompact16} from "./js/layoutCompact16.js";
export {layoutCompact24} from "./js/layoutCompact24.js";
export {layoutCompact32} from "./js/layoutCompact32.js";
export {layoutHorizontal16} from "./js/layoutHorizontal16.js";
export {layoutHorizontal24} from "./js/layoutHorizontal24.js";
export {layoutHorizontal32} from "./js/layoutHorizontal32.js";
export {layoutSpacious16} from "./js/layoutSpacious16.js";
export {layoutSpacious24} from "./js/layoutSpacious24.js";
export {layoutSpacious32} from "./js/layoutSpacious32.js";
export {layoutVertical16} from "./js/layoutVertical16.js";
export {layoutVertical24} from "./js/layoutVertical24.js";
export {layoutVertical32} from "./js/layoutVertical32.js";
Expand Down
1 change: 1 addition & 0 deletions js/layoutCompact16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact16: string;
1 change: 1 addition & 0 deletions js/layoutCompact16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact16 = "M16 14H0v-3h16v3zM1 13h14v-1H1v1zm15-3H0V7h16v3zM1 9h14V8H1v1zm15-3H0V3h16v3zM1 5h14V4H1v1z";
1 change: 1 addition & 0 deletions js/layoutCompact16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16 14H0v-3h16v3zM1 13h14v-1H1v1zm15-3H0V7h16v3zM1 9h14V8H1v1zm15-3H0V3h16v3zM1 5h14V4H1v1z"
1 change: 1 addition & 0 deletions js/layoutCompact24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact24: string;
1 change: 1 addition & 0 deletions js/layoutCompact24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact24 = "M23 20H1v-4h22v4zM2 19h20v-2H2v2zm21-5H1v-4h22v4zM2 13h20v-2H2v2zm21-5H1V4h22v4zM2 7h20V5H2v2z";
1 change: 1 addition & 0 deletions js/layoutCompact24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23 20H1v-4h22v4zM2 19h20v-2H2v2zm21-5H1v-4h22v4zM2 13h20v-2H2v2zm21-5H1V4h22v4zM2 7h20V5H2v2z"
1 change: 1 addition & 0 deletions js/layoutCompact32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact32: string;
1 change: 1 addition & 0 deletions js/layoutCompact32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutCompact32 = "M30 27H2v-5h28v5zM3 26h26v-3H3v3zm27-7H2v-5h28v5zM3 18h26v-3H3v3zm27-7H2V6h28v5zM3 10h26V7H3v3z";
1 change: 1 addition & 0 deletions js/layoutCompact32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M30 27H2v-5h28v5zM3 26h26v-3H3v3zm27-7H2v-5h28v5zM3 18h26v-3H3v3zm27-7H2V6h28v5zM3 10h26V7H3v3z"
1 change: 1 addition & 0 deletions js/layoutSpacious16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious16: string;
1 change: 1 addition & 0 deletions js/layoutSpacious16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious16 = "M16 16H0v-3h16v3zM1 15h14v-1H1v1zm15-5H0V7h16v3zM1 9h14V8H1v1zm15-5H0V1h16v3zM1 3h14V2H1v1z";
1 change: 1 addition & 0 deletions js/layoutSpacious16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16 16H0v-3h16v3zM1 15h14v-1H1v1zm15-5H0V7h16v3zM1 9h14V8H1v1zm15-5H0V1h16v3zM1 3h14V2H1v1z"
1 change: 1 addition & 0 deletions js/layoutSpacious24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious24: string;
1 change: 1 addition & 0 deletions js/layoutSpacious24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious24 = "M23 23H1v-4h22v4zM2 22h20v-2H2v2zm21-8H1v-4h22v4zM2 13h20v-2H2v2zm21-8H1V1h22v4zM2 4h20V2H2v2z";
1 change: 1 addition & 0 deletions js/layoutSpacious24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23 23H1v-4h22v4zM2 22h20v-2H2v2zm21-8H1v-4h22v4zM2 13h20v-2H2v2zm21-8H1V1h22v4zM2 4h20V2H2v2z"
1 change: 1 addition & 0 deletions js/layoutSpacious32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious32: string;
1 change: 1 addition & 0 deletions js/layoutSpacious32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const layoutSpacious32 = "M30 31H2v-5h28v5zM3 30h26v-3H3v3zm27-11H2v-5h28v5zM3 18h26v-3H3v3zM30 7H2V2h28v5zM3 6h26V3H3v3z";
1 change: 1 addition & 0 deletions js/layoutSpacious32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M30 31H2v-5h28v5zM3 30h26v-3H3v3zm27-11H2v-5h28v5zM3 18h26v-3H3v3zM30 7H2V2h28v5zM3 6h26V3H3v3z"
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.24.9",
"version": "3.25.0",
"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 624bbfe

Please sign in to comment.