@esri/calcite-ui-icons 3.17.9 → 3.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9271,5 +9271,21 @@
9271
9271
  ],
9272
9272
  "category":"Generic",
9273
9273
  "release":"3.17.9"
9274
+ },
9275
+ "right-align":{
9276
+ "alias":[
9277
+ "3.18.0",
9278
+ "text",
9279
+ "alignment",
9280
+ "typography",
9281
+ "paragraph",
9282
+ "type",
9283
+ "body text",
9284
+ "format",
9285
+ "justification",
9286
+ "justify"
9287
+ ],
9288
+ "category":"Text",
9289
+ "release":"3.18.0"
9274
9290
  }
9275
9291
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2h14v1H1zm6 5h8V6H7zm-6 4h14v-1H1zm6 4h8v-1H7z" fill-rule="evenodd"/><path fill="none" d="M0 0h16v16H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h20v1H2zm8 7h12V9H10zm-8 6h20v-1H2zm8 6h12v-1H10z" fill-rule="evenodd"/><path fill="none" d="M0 0h24v24H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 4h28v1H2zm12 9h16v-1H14zM2 21h28v-1H2zm12 8h16v-1H14z" fill-rule="evenodd"/><path fill="none" d="M0 0h32v32H0z"/></svg>
package/index.d.ts CHANGED
@@ -1725,6 +1725,9 @@ export const ribbon32: string;
1725
1725
  export const right16: string;
1726
1726
  export const right24: string;
1727
1727
  export const right32: string;
1728
+ export const rightAlign16: string;
1729
+ export const rightAlign24: string;
1730
+ export const rightAlign32: string;
1728
1731
  export const rightEdge16: string;
1729
1732
  export const rightEdge24: string;
1730
1733
  export const rightEdge32: string;
package/index.js CHANGED
@@ -1718,6 +1718,9 @@ export {ribbon32} from "./js/ribbon32.js";
1718
1718
  export {right16} from "./js/right16.js";
1719
1719
  export {right24} from "./js/right24.js";
1720
1720
  export {right32} from "./js/right32.js";
1721
+ export {rightAlign16} from "./js/rightAlign16.js";
1722
+ export {rightAlign24} from "./js/rightAlign24.js";
1723
+ export {rightAlign32} from "./js/rightAlign32.js";
1721
1724
  export {rightEdge16} from "./js/rightEdge16.js";
1722
1725
  export {rightEdge24} from "./js/rightEdge24.js";
1723
1726
  export {rightEdge32} from "./js/rightEdge32.js";
@@ -0,0 +1 @@
1
+ export const rightAlign16: string;
@@ -0,0 +1 @@
1
+ export const rightAlign16 = "M1 2h14v1H1zm6 5h8V6H7zm-6 4h14v-1H1zm6 4h8v-1H7z";
@@ -0,0 +1 @@
1
+ "M1 2h14v1H1zm6 5h8V6H7zm-6 4h14v-1H1zm6 4h8v-1H7z"
@@ -0,0 +1 @@
1
+ export const rightAlign24: string;
@@ -0,0 +1 @@
1
+ export const rightAlign24 = "M2 3h20v1H2zm8 7h12V9H10zm-8 6h20v-1H2zm8 6h12v-1H10z";
@@ -0,0 +1 @@
1
+ "M2 3h20v1H2zm8 7h12V9H10zm-8 6h20v-1H2zm8 6h12v-1H10z"
@@ -0,0 +1 @@
1
+ export const rightAlign32: string;
@@ -0,0 +1 @@
1
+ export const rightAlign32 = "M2 4h28v1H2zm12 9h16v-1H14zM2 21h28v-1H2zm12 8h16v-1H14z";
@@ -0,0 +1 @@
1
+ "M2 4h28v1H2zm12 9h16v-1H14zM2 21h28v-1H2zm12 8h16v-1H14z"
@@ -0,0 +1 @@
1
+ cd Documents/GitHub/calcite-ui-icons/; npm i; npm start; npm run server
@@ -0,0 +1 @@
1
+ cd Documents/GitHub/calcite-meridian-icons/; npm i; npm start; npm run server
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "spriter": "bin/spriter.js"
4
4
  },
5
5
  "name": "@esri/calcite-ui-icons",
6
- "version": "3.17.9",
6
+ "version": "3.18.0",
7
7
  "private": false,
8
8
  "description": "A collection of UI SVG icons created by Esri for applications.",
9
9
  "repository": {