@esri/calcite-ui-icons 3.32.0-next.1 → 3.32.0-next.2
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.
- package/docs/icons.json +1 -1
- package/docs/keywords.json +15 -0
- package/icons/justify-16.svg +1 -0
- package/icons/justify-24.svg +1 -0
- package/icons/justify-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/justify16.d.ts +1 -0
- package/js/justify16.js +1 -0
- package/js/justify16.json +1 -0
- package/js/justify24.d.ts +1 -0
- package/js/justify24.js +1 -0
- package/js/justify24.json +1 -0
- package/js/justify32.d.ts +1 -0
- package/js/justify32.js +1 -0
- package/js/justify32.json +1 -0
- package/package.json +2 -2
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/docs/keywords.json
CHANGED
|
@@ -8915,5 +8915,20 @@
|
|
|
8915
8915
|
"alias": ["3.29.5", "generic", "line", "point", "middle", "connect"],
|
|
8916
8916
|
"category": "Generic",
|
|
8917
8917
|
"release": "3.29.5"
|
|
8918
|
+
},
|
|
8919
|
+
"justify": {
|
|
8920
|
+
"alias": [
|
|
8921
|
+
"3.29.6",
|
|
8922
|
+
"lists",
|
|
8923
|
+
"alignment",
|
|
8924
|
+
"typography",
|
|
8925
|
+
"paragraph",
|
|
8926
|
+
"type",
|
|
8927
|
+
"body text",
|
|
8928
|
+
"format",
|
|
8929
|
+
"justification"
|
|
8930
|
+
],
|
|
8931
|
+
"category": "Lists",
|
|
8932
|
+
"release": "3.29.6"
|
|
8918
8933
|
}
|
|
8919
8934
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke-width="0" d="M0 0h16v16H0z"/><path d="M1 2h14v1H1V2zm0 5h14V6H1v1zm0 4h14v-1H1v1zm0 4h14v-1H1v1z" fill-rule="evenodd" stroke-width="0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke-width="0" d="M0 0h24v24H0z"/><path d="M2 3h20v1H2V3zm0 7h20V9H2v1zm0 6h20v-1H2v1zm0 6h20v-1H2v1z" fill-rule="evenodd" stroke-width="0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke-width="0" d="M0 0h32v32H0z"/><path d="M2 4h28v1H2V4zm0 9h28v-1H2v1zm0 8h28v-1H2v1zm0 8h28v-1H2v1z" fill-rule="evenodd" stroke-width="0"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -1869,6 +1869,9 @@ export const keyboard16: string;
|
|
|
1869
1869
|
export const key32: string;
|
|
1870
1870
|
export const key24: string;
|
|
1871
1871
|
export const key16: string;
|
|
1872
|
+
export const justify32: string;
|
|
1873
|
+
export const justify24: string;
|
|
1874
|
+
export const justify16: string;
|
|
1872
1875
|
export const joinedViewLayer32: string;
|
|
1873
1876
|
export const joinedViewLayer24: string;
|
|
1874
1877
|
export const joinedViewLayer16: string;
|
package/index.js
CHANGED
|
@@ -1862,6 +1862,9 @@ export {keyboard16} from "./js/keyboard16.js";
|
|
|
1862
1862
|
export {key32} from "./js/key32.js";
|
|
1863
1863
|
export {key24} from "./js/key24.js";
|
|
1864
1864
|
export {key16} from "./js/key16.js";
|
|
1865
|
+
export {justify32} from "./js/justify32.js";
|
|
1866
|
+
export {justify24} from "./js/justify24.js";
|
|
1867
|
+
export {justify16} from "./js/justify16.js";
|
|
1865
1868
|
export {joinedViewLayer32} from "./js/joinedViewLayer32.js";
|
|
1866
1869
|
export {joinedViewLayer24} from "./js/joinedViewLayer24.js";
|
|
1867
1870
|
export {joinedViewLayer16} from "./js/joinedViewLayer16.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify16: string;
|
package/js/justify16.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify16 = "M1 2h14v1H1V2zm0 5h14V6H1v1zm0 4h14v-1H1v1zm0 4h14v-1H1v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M1 2h14v1H1V2zm0 5h14V6H1v1zm0 4h14v-1H1v1zm0 4h14v-1H1v1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify24: string;
|
package/js/justify24.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify24 = "M2 3h20v1H2V3zm0 7h20V9H2v1zm0 6h20v-1H2v1zm0 6h20v-1H2v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 3h20v1H2V3zm0 7h20V9H2v1zm0 6h20v-1H2v1zm0 6h20v-1H2v1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify32: string;
|
package/js/justify32.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const justify32 = "M2 4h28v1H2V4zm0 9h28v-1H2v1zm0 8h28v-1H2v1zm0 8h28v-1H2v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 4h28v1H2V4zm0 9h28v-1H2v1zm0 8h28v-1H2v1zm0 8h28v-1H2v1z"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-ui-icons",
|
|
3
|
-
"version": "3.32.0-next.
|
|
3
|
+
"version": "3.32.0-next.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A collection of UI SVG icons created by Esri for applications.",
|
|
6
6
|
"keywords": [
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"volta": {
|
|
70
70
|
"extends": "../../package.json"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "03e14d30b368b17c1727668528c2ae55838ba369"
|
|
73
73
|
}
|