Skip to content

Commit

Permalink
Merge pull request #337 from Esri/3.26.9
Browse files Browse the repository at this point in the history
v3.26.9
  • Loading branch information
arowles authored Mar 22, 2024
2 parents 937d325 + 57e40ca commit 2c411f3
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14296,5 +14296,14 @@
],
"category":"Files",
"release":"3.26.8"
},
"text-bold":{
"alias":[
"3.26.9",
"text",
"letter"
],
"category":"Text",
"release":"3.26.9"
}
}
1 change: 1 addition & 0 deletions icons/text-bold-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/text-bold-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/text-bold-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2979,6 +2979,9 @@ export const testData32: string;
export const text16: string;
export const text24: string;
export const text32: string;
export const textBold16: string;
export const textBold24: string;
export const textBold32: string;
export const textButton16: string;
export const textButton24: string;
export const textButton32: string;
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2972,6 +2972,9 @@ export {testData32} from "./js/testData32.js";
export {text16} from "./js/text16.js";
export {text24} from "./js/text24.js";
export {text32} from "./js/text32.js";
export {textBold16} from "./js/textBold16.js";
export {textBold24} from "./js/textBold24.js";
export {textBold32} from "./js/textBold32.js";
export {textButton16} from "./js/textButton16.js";
export {textButton24} from "./js/textButton24.js";
export {textButton32} from "./js/textButton32.js";
Expand Down
1 change: 1 addition & 0 deletions js/textBold16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold16: string;
1 change: 1 addition & 0 deletions js/textBold16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold16 = "M8.848 1H7.152l-5.44 14h1.869l1.544-4h5.75l1.544 4h1.869L8.848 1zm-2.95 8L8 3.553 10.103 9H5.897z";
1 change: 1 addition & 0 deletions js/textBold16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.848 1H7.152l-5.44 14h1.869l1.544-4h5.75l1.544 4h1.869L8.848 1zm-2.95 8L8 3.553 10.103 9H5.897z"
1 change: 1 addition & 0 deletions js/textBold24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold24: string;
1 change: 1 addition & 0 deletions js/textBold24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold24 = "M18.156 22H21L12.439 3h-.878L3 22h2.844l2.266-5.003h7.78L18.156 22zm-8.687-8L12 8.409 14.531 14H9.47z";
1 change: 1 addition & 0 deletions js/textBold24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M18.156 22H21L12.439 3h-.878L3 22h2.844l2.266-5.003h7.78L18.156 22zm-8.687-8L12 8.409 14.531 14H9.47z"
1 change: 1 addition & 0 deletions js/textBold32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold32: string;
1 change: 1 addition & 0 deletions js/textBold32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const textBold32 = "M23.683 29h3.11l-10-26h-1.584L5.206 29h3.11l3.078-8h9.212l3.077 8zM12.548 18L16 9.026 19.452 18h-6.904z";
1 change: 1 addition & 0 deletions js/textBold32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23.683 29h3.11l-10-26h-1.584L5.206 29h3.11l3.078-8h9.212l3.077 8zM12.548 18L16 9.026 19.452 18h-6.904z"
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.26.8",
"version": "3.26.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 2c411f3

Please sign in to comment.