@ifsworld/granite-icons 2.0.0-beta.1 → 2.0.1
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/CHANGELOG.md +150 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.css +599 -455
- package/assets/fonts/glyph/granite-iconfont-glyph.woff +0 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.woff2 +0 -0
- package/assets/fonts/ligature/all-icons.js +144 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff +0 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff2 +0 -0
- package/package.json +2 -1
- package/trigger-release.md +153 -0
|
Binary file
|
|
Binary file
|
|
@@ -99,6 +99,12 @@ export function getIconsTemplate() {
|
|
|
99
99
|
</div><div class="box" >
|
|
100
100
|
<granite-icon class="box-icon">barcode</granite-icon>
|
|
101
101
|
<div class="box-label">barcode</div>
|
|
102
|
+
</div><div class="box" >
|
|
103
|
+
<granite-icon class="box-icon">base-arrow-left</granite-icon>
|
|
104
|
+
<div class="box-label">base-arrow-left</div>
|
|
105
|
+
</div><div class="box" >
|
|
106
|
+
<granite-icon class="box-icon">base-arrow-right</granite-icon>
|
|
107
|
+
<div class="box-label">base-arrow-right</div>
|
|
102
108
|
</div><div class="box" >
|
|
103
109
|
<granite-icon class="box-icon">big-heading</granite-icon>
|
|
104
110
|
<div class="box-label">big-heading</div>
|
|
@@ -120,6 +126,12 @@ export function getIconsTemplate() {
|
|
|
120
126
|
</div><div class="box" >
|
|
121
127
|
<granite-icon class="box-icon">bookmark</granite-icon>
|
|
122
128
|
<div class="box-label">bookmark</div>
|
|
129
|
+
</div><div class="box" >
|
|
130
|
+
<granite-icon class="box-icon">bookmarks-filled</granite-icon>
|
|
131
|
+
<div class="box-label">bookmarks-filled</div>
|
|
132
|
+
</div><div class="box" >
|
|
133
|
+
<granite-icon class="box-icon">bookmarks</granite-icon>
|
|
134
|
+
<div class="box-label">bookmarks</div>
|
|
123
135
|
</div><div class="box" >
|
|
124
136
|
<granite-icon class="box-icon">box-large</granite-icon>
|
|
125
137
|
<div class="box-label">box-large</div>
|
|
@@ -129,6 +141,9 @@ export function getIconsTemplate() {
|
|
|
129
141
|
</div><div class="box" >
|
|
130
142
|
<granite-icon class="box-icon">boxmatrix</granite-icon>
|
|
131
143
|
<div class="box-label">boxmatrix</div>
|
|
144
|
+
</div><div class="box" >
|
|
145
|
+
<granite-icon class="box-icon">branch-check</granite-icon>
|
|
146
|
+
<div class="box-label">branch-check</div>
|
|
132
147
|
</div><div class="box" >
|
|
133
148
|
<granite-icon class="box-icon">branch-new</granite-icon>
|
|
134
149
|
<div class="box-label">branch-new</div>
|
|
@@ -171,6 +186,9 @@ export function getIconsTemplate() {
|
|
|
171
186
|
</div><div class="box" >
|
|
172
187
|
<granite-icon class="box-icon">businesscube-alt</granite-icon>
|
|
173
188
|
<div class="box-label">businesscube-alt</div>
|
|
189
|
+
</div><div class="box" >
|
|
190
|
+
<granite-icon class="box-icon">cake</granite-icon>
|
|
191
|
+
<div class="box-label">cake</div>
|
|
174
192
|
</div><div class="box" >
|
|
175
193
|
<granite-icon class="box-icon">calculations</granite-icon>
|
|
176
194
|
<div class="box-label">calculations</div>
|
|
@@ -213,15 +231,24 @@ export function getIconsTemplate() {
|
|
|
213
231
|
</div><div class="box" >
|
|
214
232
|
<granite-icon class="box-icon">cart-plus</granite-icon>
|
|
215
233
|
<div class="box-label">cart-plus</div>
|
|
234
|
+
</div><div class="box" >
|
|
235
|
+
<granite-icon class="box-icon">celebration</granite-icon>
|
|
236
|
+
<div class="box-label">celebration</div>
|
|
216
237
|
</div><div class="box" >
|
|
217
238
|
<granite-icon class="box-icon">channels</granite-icon>
|
|
218
239
|
<div class="box-label">channels</div>
|
|
219
240
|
</div><div class="box" >
|
|
220
241
|
<granite-icon class="box-icon">chart</granite-icon>
|
|
221
242
|
<div class="box-label">chart</div>
|
|
243
|
+
</div><div class="box" >
|
|
244
|
+
<granite-icon class="box-icon">chat-ai</granite-icon>
|
|
245
|
+
<div class="box-label">chat-ai</div>
|
|
222
246
|
</div><div class="box" >
|
|
223
247
|
<granite-icon class="box-icon">chat-alt</granite-icon>
|
|
224
248
|
<div class="box-label">chat-alt</div>
|
|
249
|
+
</div><div class="box" >
|
|
250
|
+
<granite-icon class="box-icon">chat-new</granite-icon>
|
|
251
|
+
<div class="box-label">chat-new</div>
|
|
225
252
|
</div><div class="box" >
|
|
226
253
|
<granite-icon class="box-icon">chat</granite-icon>
|
|
227
254
|
<div class="box-label">chat</div>
|
|
@@ -303,6 +330,9 @@ export function getIconsTemplate() {
|
|
|
303
330
|
</div><div class="box" >
|
|
304
331
|
<granite-icon class="box-icon">cloud</granite-icon>
|
|
305
332
|
<div class="box-label">cloud</div>
|
|
333
|
+
</div><div class="box" >
|
|
334
|
+
<granite-icon class="box-icon">code</granite-icon>
|
|
335
|
+
<div class="box-label">code</div>
|
|
306
336
|
</div><div class="box" >
|
|
307
337
|
<granite-icon class="box-icon">coffeepot</granite-icon>
|
|
308
338
|
<div class="box-label">coffeepot</div>
|
|
@@ -357,9 +387,15 @@ export function getIconsTemplate() {
|
|
|
357
387
|
</div><div class="box" >
|
|
358
388
|
<granite-icon class="box-icon">conversation</granite-icon>
|
|
359
389
|
<div class="box-label">conversation</div>
|
|
390
|
+
</div><div class="box" >
|
|
391
|
+
<granite-icon class="box-icon">copy-filled</granite-icon>
|
|
392
|
+
<div class="box-label">copy-filled</div>
|
|
360
393
|
</div><div class="box" >
|
|
361
394
|
<granite-icon class="box-icon">copy-values</granite-icon>
|
|
362
395
|
<div class="box-label">copy-values</div>
|
|
396
|
+
</div><div class="box" >
|
|
397
|
+
<granite-icon class="box-icon">copy</granite-icon>
|
|
398
|
+
<div class="box-label">copy</div>
|
|
363
399
|
</div><div class="box" >
|
|
364
400
|
<granite-icon class="box-icon">country</granite-icon>
|
|
365
401
|
<div class="box-label">country</div>
|
|
@@ -384,6 +420,9 @@ export function getIconsTemplate() {
|
|
|
384
420
|
</div><div class="box" >
|
|
385
421
|
<granite-icon class="box-icon">dash-single-dot-line</granite-icon>
|
|
386
422
|
<div class="box-label">dash-single-dot-line</div>
|
|
423
|
+
</div><div class="box" >
|
|
424
|
+
<granite-icon class="box-icon">data-settings</granite-icon>
|
|
425
|
+
<div class="box-label">data-settings</div>
|
|
387
426
|
</div><div class="box" >
|
|
388
427
|
<granite-icon class="box-icon">decisions-alt</granite-icon>
|
|
389
428
|
<div class="box-label">decisions-alt</div>
|
|
@@ -474,6 +513,9 @@ export function getIconsTemplate() {
|
|
|
474
513
|
</div><div class="box" >
|
|
475
514
|
<granite-icon class="box-icon">document-new</granite-icon>
|
|
476
515
|
<div class="box-label">document-new</div>
|
|
516
|
+
</div><div class="box" >
|
|
517
|
+
<granite-icon class="box-icon">document-search</granite-icon>
|
|
518
|
+
<div class="box-label">document-search</div>
|
|
477
519
|
</div><div class="box" >
|
|
478
520
|
<granite-icon class="box-icon">document-structure</granite-icon>
|
|
479
521
|
<div class="box-label">document-structure</div>
|
|
@@ -522,6 +564,9 @@ export function getIconsTemplate() {
|
|
|
522
564
|
</div><div class="box" >
|
|
523
565
|
<granite-icon class="box-icon">education</granite-icon>
|
|
524
566
|
<div class="box-label">education</div>
|
|
567
|
+
</div><div class="box" >
|
|
568
|
+
<granite-icon class="box-icon">element-settings</granite-icon>
|
|
569
|
+
<div class="box-label">element-settings</div>
|
|
525
570
|
</div><div class="box" >
|
|
526
571
|
<granite-icon class="box-icon">ellipsis-vertical</granite-icon>
|
|
527
572
|
<div class="box-label">ellipsis-vertical</div>
|
|
@@ -552,6 +597,9 @@ export function getIconsTemplate() {
|
|
|
552
597
|
</div><div class="box" >
|
|
553
598
|
<granite-icon class="box-icon">erase</granite-icon>
|
|
554
599
|
<div class="box-label">erase</div>
|
|
600
|
+
</div><div class="box" >
|
|
601
|
+
<granite-icon class="box-icon">error-alt-solid</granite-icon>
|
|
602
|
+
<div class="box-label">error-alt-solid</div>
|
|
555
603
|
</div><div class="box" >
|
|
556
604
|
<granite-icon class="box-icon">error-alt</granite-icon>
|
|
557
605
|
<div class="box-label">error-alt</div>
|
|
@@ -627,6 +675,9 @@ export function getIconsTemplate() {
|
|
|
627
675
|
</div><div class="box" >
|
|
628
676
|
<granite-icon class="box-icon">function</granite-icon>
|
|
629
677
|
<div class="box-label">function</div>
|
|
678
|
+
</div><div class="box" >
|
|
679
|
+
<granite-icon class="box-icon">gantt-chart</granite-icon>
|
|
680
|
+
<div class="box-label">gantt-chart</div>
|
|
630
681
|
</div><div class="box" >
|
|
631
682
|
<granite-icon class="box-icon">gauge</granite-icon>
|
|
632
683
|
<div class="box-label">gauge</div>
|
|
@@ -675,6 +726,12 @@ export function getIconsTemplate() {
|
|
|
675
726
|
</div><div class="box" >
|
|
676
727
|
<granite-icon class="box-icon">gesture-two</granite-icon>
|
|
677
728
|
<div class="box-label">gesture-two</div>
|
|
729
|
+
</div><div class="box" >
|
|
730
|
+
<granite-icon class="box-icon">gesture-wave</granite-icon>
|
|
731
|
+
<div class="box-label">gesture-wave</div>
|
|
732
|
+
</div><div class="box" >
|
|
733
|
+
<granite-icon class="box-icon">global-search</granite-icon>
|
|
734
|
+
<div class="box-label">global-search</div>
|
|
678
735
|
</div><div class="box" >
|
|
679
736
|
<granite-icon class="box-icon">go-up</granite-icon>
|
|
680
737
|
<div class="box-label">go-up</div>
|
|
@@ -702,9 +759,15 @@ export function getIconsTemplate() {
|
|
|
702
759
|
</div><div class="box" >
|
|
703
760
|
<granite-icon class="box-icon">heart</granite-icon>
|
|
704
761
|
<div class="box-label">heart</div>
|
|
762
|
+
</div><div class="box" >
|
|
763
|
+
<granite-icon class="box-icon">heatmap-chart</granite-icon>
|
|
764
|
+
<div class="box-label">heatmap-chart</div>
|
|
705
765
|
</div><div class="box" >
|
|
706
766
|
<granite-icon class="box-icon">helicopter</granite-icon>
|
|
707
767
|
<div class="box-label">helicopter</div>
|
|
768
|
+
</div><div class="box" >
|
|
769
|
+
<granite-icon class="box-icon">help-ai</granite-icon>
|
|
770
|
+
<div class="box-label">help-ai</div>
|
|
708
771
|
</div><div class="box" >
|
|
709
772
|
<granite-icon class="box-icon">help</granite-icon>
|
|
710
773
|
<div class="box-label">help</div>
|
|
@@ -720,6 +783,9 @@ export function getIconsTemplate() {
|
|
|
720
783
|
</div><div class="box" >
|
|
721
784
|
<granite-icon class="box-icon">hexagon</granite-icon>
|
|
722
785
|
<div class="box-label">hexagon</div>
|
|
786
|
+
</div><div class="box" >
|
|
787
|
+
<granite-icon class="box-icon">history</granite-icon>
|
|
788
|
+
<div class="box-label">history</div>
|
|
723
789
|
</div><div class="box" >
|
|
724
790
|
<granite-icon class="box-icon">holidays</granite-icon>
|
|
725
791
|
<div class="box-label">holidays</div>
|
|
@@ -750,6 +816,9 @@ export function getIconsTemplate() {
|
|
|
750
816
|
</div><div class="box" >
|
|
751
817
|
<granite-icon class="box-icon">incident</granite-icon>
|
|
752
818
|
<div class="box-label">incident</div>
|
|
819
|
+
</div><div class="box" >
|
|
820
|
+
<granite-icon class="box-icon">incoming-call</granite-icon>
|
|
821
|
+
<div class="box-label">incoming-call</div>
|
|
753
822
|
</div><div class="box" >
|
|
754
823
|
<granite-icon class="box-icon">infinite</granite-icon>
|
|
755
824
|
<div class="box-label">infinite</div>
|
|
@@ -792,9 +861,15 @@ export function getIconsTemplate() {
|
|
|
792
861
|
</div><div class="box" >
|
|
793
862
|
<granite-icon class="box-icon">layout-1</granite-icon>
|
|
794
863
|
<div class="box-label">layout-1</div>
|
|
864
|
+
</div><div class="box" >
|
|
865
|
+
<granite-icon class="box-icon">layout-2-filled</granite-icon>
|
|
866
|
+
<div class="box-label">layout-2-filled</div>
|
|
795
867
|
</div><div class="box" >
|
|
796
868
|
<granite-icon class="box-icon">layout-2</granite-icon>
|
|
797
869
|
<div class="box-label">layout-2</div>
|
|
870
|
+
</div><div class="box" >
|
|
871
|
+
<granite-icon class="box-icon">layout-3-filled</granite-icon>
|
|
872
|
+
<div class="box-label">layout-3-filled</div>
|
|
798
873
|
</div><div class="box" >
|
|
799
874
|
<granite-icon class="box-icon">layout-3</granite-icon>
|
|
800
875
|
<div class="box-label">layout-3</div>
|
|
@@ -936,6 +1011,12 @@ export function getIconsTemplate() {
|
|
|
936
1011
|
</div><div class="box" >
|
|
937
1012
|
<granite-icon class="box-icon">medium-heading</granite-icon>
|
|
938
1013
|
<div class="box-label">medium-heading</div>
|
|
1014
|
+
</div><div class="box" >
|
|
1015
|
+
<granite-icon class="box-icon">merge-left</granite-icon>
|
|
1016
|
+
<div class="box-label">merge-left</div>
|
|
1017
|
+
</div><div class="box" >
|
|
1018
|
+
<granite-icon class="box-icon">merge-right</granite-icon>
|
|
1019
|
+
<div class="box-label">merge-right</div>
|
|
939
1020
|
</div><div class="box" >
|
|
940
1021
|
<granite-icon class="box-icon">mic-off</granite-icon>
|
|
941
1022
|
<div class="box-label">mic-off</div>
|
|
@@ -948,6 +1029,15 @@ export function getIconsTemplate() {
|
|
|
948
1029
|
</div><div class="box" >
|
|
949
1030
|
<granite-icon class="box-icon">minus</granite-icon>
|
|
950
1031
|
<div class="box-label">minus</div>
|
|
1032
|
+
</div><div class="box" >
|
|
1033
|
+
<granite-icon class="box-icon">missed-call</granite-icon>
|
|
1034
|
+
<div class="box-label">missed-call</div>
|
|
1035
|
+
</div><div class="box" >
|
|
1036
|
+
<granite-icon class="box-icon">mobile-in</granite-icon>
|
|
1037
|
+
<div class="box-label">mobile-in</div>
|
|
1038
|
+
</div><div class="box" >
|
|
1039
|
+
<granite-icon class="box-icon">mobile-out</granite-icon>
|
|
1040
|
+
<div class="box-label">mobile-out</div>
|
|
951
1041
|
</div><div class="box" >
|
|
952
1042
|
<granite-icon class="box-icon">mobile</granite-icon>
|
|
953
1043
|
<div class="box-label">mobile</div>
|
|
@@ -960,6 +1050,9 @@ export function getIconsTemplate() {
|
|
|
960
1050
|
</div><div class="box" >
|
|
961
1051
|
<granite-icon class="box-icon">navigation</granite-icon>
|
|
962
1052
|
<div class="box-label">navigation</div>
|
|
1053
|
+
</div><div class="box" >
|
|
1054
|
+
<granite-icon class="box-icon">navigator-settings</granite-icon>
|
|
1055
|
+
<div class="box-label">navigator-settings</div>
|
|
963
1056
|
</div><div class="box" >
|
|
964
1057
|
<granite-icon class="box-icon">navigator-tree</granite-icon>
|
|
965
1058
|
<div class="box-label">navigator-tree</div>
|
|
@@ -984,6 +1077,9 @@ export function getIconsTemplate() {
|
|
|
984
1077
|
</div><div class="box" >
|
|
985
1078
|
<granite-icon class="box-icon">node-null</granite-icon>
|
|
986
1079
|
<div class="box-label">node-null</div>
|
|
1080
|
+
</div><div class="box" >
|
|
1081
|
+
<granite-icon class="box-icon">note-alt</granite-icon>
|
|
1082
|
+
<div class="box-label">note-alt</div>
|
|
987
1083
|
</div><div class="box" >
|
|
988
1084
|
<granite-icon class="box-icon">note</granite-icon>
|
|
989
1085
|
<div class="box-label">note</div>
|
|
@@ -999,15 +1095,33 @@ export function getIconsTemplate() {
|
|
|
999
1095
|
</div><div class="box" >
|
|
1000
1096
|
<granite-icon class="box-icon">open</granite-icon>
|
|
1001
1097
|
<div class="box-label">open</div>
|
|
1098
|
+
</div><div class="box" >
|
|
1099
|
+
<granite-icon class="box-icon">outgoing-call</granite-icon>
|
|
1100
|
+
<div class="box-label">outgoing-call</div>
|
|
1002
1101
|
</div><div class="box" >
|
|
1003
1102
|
<granite-icon class="box-icon">outliers</granite-icon>
|
|
1004
1103
|
<div class="box-label">outliers</div>
|
|
1104
|
+
</div><div class="box" >
|
|
1105
|
+
<granite-icon class="box-icon">page-settings</granite-icon>
|
|
1106
|
+
<div class="box-label">page-settings</div>
|
|
1005
1107
|
</div><div class="box" >
|
|
1006
1108
|
<granite-icon class="box-icon">page</granite-icon>
|
|
1007
1109
|
<div class="box-label">page</div>
|
|
1008
1110
|
</div><div class="box" >
|
|
1009
1111
|
<granite-icon class="box-icon">palette</granite-icon>
|
|
1010
1112
|
<div class="box-label">palette</div>
|
|
1113
|
+
</div><div class="box" >
|
|
1114
|
+
<granite-icon class="box-icon">panel-left</granite-icon>
|
|
1115
|
+
<div class="box-label">panel-left</div>
|
|
1116
|
+
</div><div class="box" >
|
|
1117
|
+
<granite-icon class="box-icon">panel-right</granite-icon>
|
|
1118
|
+
<div class="box-label">panel-right</div>
|
|
1119
|
+
</div><div class="box" >
|
|
1120
|
+
<granite-icon class="box-icon">paste</granite-icon>
|
|
1121
|
+
<div class="box-label">paste</div>
|
|
1122
|
+
</div><div class="box" >
|
|
1123
|
+
<granite-icon class="box-icon">pause</granite-icon>
|
|
1124
|
+
<div class="box-label">pause</div>
|
|
1011
1125
|
</div><div class="box" >
|
|
1012
1126
|
<granite-icon class="box-icon">people-alt</granite-icon>
|
|
1013
1127
|
<div class="box-label">people-alt</div>
|
|
@@ -1023,6 +1137,12 @@ export function getIconsTemplate() {
|
|
|
1023
1137
|
</div><div class="box" >
|
|
1024
1138
|
<granite-icon class="box-icon">person-female</granite-icon>
|
|
1025
1139
|
<div class="box-label">person-female</div>
|
|
1140
|
+
</div><div class="box" >
|
|
1141
|
+
<granite-icon class="box-icon">person-home-filled</granite-icon>
|
|
1142
|
+
<div class="box-label">person-home-filled</div>
|
|
1143
|
+
</div><div class="box" >
|
|
1144
|
+
<granite-icon class="box-icon">person-home</granite-icon>
|
|
1145
|
+
<div class="box-label">person-home</div>
|
|
1026
1146
|
</div><div class="box" >
|
|
1027
1147
|
<granite-icon class="box-icon">person-male</granite-icon>
|
|
1028
1148
|
<div class="box-label">person-male</div>
|
|
@@ -1188,6 +1308,9 @@ export function getIconsTemplate() {
|
|
|
1188
1308
|
</div><div class="box" >
|
|
1189
1309
|
<granite-icon class="box-icon">search</granite-icon>
|
|
1190
1310
|
<div class="box-label">search</div>
|
|
1311
|
+
</div><div class="box" >
|
|
1312
|
+
<granite-icon class="box-icon">send</granite-icon>
|
|
1313
|
+
<div class="box-label">send</div>
|
|
1191
1314
|
</div><div class="box" >
|
|
1192
1315
|
<granite-icon class="box-icon">sendto-bottom</granite-icon>
|
|
1193
1316
|
<div class="box-label">sendto-bottom</div>
|
|
@@ -1227,6 +1350,12 @@ export function getIconsTemplate() {
|
|
|
1227
1350
|
</div><div class="box" >
|
|
1228
1351
|
<granite-icon class="box-icon">smile</granite-icon>
|
|
1229
1352
|
<div class="box-label">smile</div>
|
|
1353
|
+
</div><div class="box" >
|
|
1354
|
+
<granite-icon class="box-icon">sparkle-ai-alt</granite-icon>
|
|
1355
|
+
<div class="box-label">sparkle-ai-alt</div>
|
|
1356
|
+
</div><div class="box" >
|
|
1357
|
+
<granite-icon class="box-icon">sparkle-ai</granite-icon>
|
|
1358
|
+
<div class="box-label">sparkle-ai</div>
|
|
1230
1359
|
</div><div class="box" >
|
|
1231
1360
|
<granite-icon class="box-icon">spider-chart</granite-icon>
|
|
1232
1361
|
<div class="box-label">spider-chart</div>
|
|
@@ -1335,6 +1464,9 @@ export function getIconsTemplate() {
|
|
|
1335
1464
|
</div><div class="box" >
|
|
1336
1465
|
<granite-icon class="box-icon">timeline</granite-icon>
|
|
1337
1466
|
<div class="box-label">timeline</div>
|
|
1467
|
+
</div><div class="box" >
|
|
1468
|
+
<granite-icon class="box-icon">toggles</granite-icon>
|
|
1469
|
+
<div class="box-label">toggles</div>
|
|
1338
1470
|
</div><div class="box" >
|
|
1339
1471
|
<granite-icon class="box-icon">tools-alt</granite-icon>
|
|
1340
1472
|
<div class="box-label">tools-alt</div>
|
|
@@ -1407,6 +1539,15 @@ export function getIconsTemplate() {
|
|
|
1407
1539
|
</div><div class="box" >
|
|
1408
1540
|
<granite-icon class="box-icon">upload</granite-icon>
|
|
1409
1541
|
<div class="box-label">upload</div>
|
|
1542
|
+
</div><div class="box" >
|
|
1543
|
+
<granite-icon class="box-icon">user-absent</granite-icon>
|
|
1544
|
+
<div class="box-label">user-absent</div>
|
|
1545
|
+
</div><div class="box" >
|
|
1546
|
+
<granite-icon class="box-icon">user-alt</granite-icon>
|
|
1547
|
+
<div class="box-label">user-alt</div>
|
|
1548
|
+
</div><div class="box" >
|
|
1549
|
+
<granite-icon class="box-icon">user-setting</granite-icon>
|
|
1550
|
+
<div class="box-label">user-setting</div>
|
|
1410
1551
|
</div><div class="box" >
|
|
1411
1552
|
<granite-icon class="box-icon">user-solid</granite-icon>
|
|
1412
1553
|
<div class="box-label">user-solid</div>
|
|
@@ -1437,6 +1578,9 @@ export function getIconsTemplate() {
|
|
|
1437
1578
|
</div><div class="box" >
|
|
1438
1579
|
<granite-icon class="box-icon">warehouse</granite-icon>
|
|
1439
1580
|
<div class="box-label">warehouse</div>
|
|
1581
|
+
</div><div class="box" >
|
|
1582
|
+
<granite-icon class="box-icon">warning-alt-solid</granite-icon>
|
|
1583
|
+
<div class="box-label">warning-alt-solid</div>
|
|
1440
1584
|
</div><div class="box" >
|
|
1441
1585
|
<granite-icon class="box-icon">warning-alt</granite-icon>
|
|
1442
1586
|
<div class="box-label">warning-alt</div>
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/trigger-release.md
CHANGED
|
@@ -20,4 +20,157 @@ Links To: UX-2939 | 3c60333230a5f158500f6a8106ad66c8aa35aade
|
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
+
[trigger-release] › Manual Release for NX 15 16.8.1 and Angular 15
|
|
23
24
|
|
|
25
|
+
[trigger-release] › Sun, Feb 4, 2024 7:48:50 PM
|
|
26
|
+
feat(icons): added missing icons in client fw
|
|
27
|
+
|
|
28
|
+
Links To: UX-3749 | 2def970ce470b7a99303fd98eb4c40e1e9b746b9
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
[trigger-release] › Mon, Feb 12, 2024 7:25:05 PM
|
|
34
|
+
fix(tokens): release new granite-tokens and icons packages
|
|
35
|
+
|
|
36
|
+
fix versioning order in the tokens app
|
|
37
|
+
change size-base-rem to 16px
|
|
38
|
+
|
|
39
|
+
Links To: UX-3846, UX-3768 | dbec8c9e057da9c070dd5a4275342663877bfcea
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
[trigger-release] › Mon, Feb 12, 2024 10:40:47 PM
|
|
45
|
+
fix(tokens): update snapshots
|
|
46
|
+
|
|
47
|
+
fix versioning order in the tokens app
|
|
48
|
+
change size-base-rem to 16px
|
|
49
|
+
Links To: UX-3846, UX-3768 | c37735f6b5787c5c6845689cf0d3b35c6b94a9ac
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
[trigger-release] › Tue, Jun 18, 2024 1:10:14 PM
|
|
55
|
+
fix(icons): [Icon] Added the pause icon
|
|
56
|
+
|
|
57
|
+
Request for a Pause icon in the icon library [ALE Portal]
|
|
58
|
+
|
|
59
|
+
Links To: UX-4160 | 9e872a9ee291253e39fbad7017f20db1b96e8a30
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
[trigger-release] › Tue, Jul 23, 2024 2:42:03 PM
|
|
65
|
+
fix(icons): [Icon] Added the Data,element,navigator, page settings and folder gear icons
|
|
66
|
+
|
|
67
|
+
Request for icons to the icons library.
|
|
68
|
+
|
|
69
|
+
Links To: UX-4248 | 7447ec868e94b78e9b26df46e37ec6008137a471
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
[trigger-release] › Thu, Jul 25, 2024 12:01:23 PM
|
|
75
|
+
fix(icons): [Icons] Fixed the fill of the setting icon inside icons
|
|
76
|
+
|
|
77
|
+
fixed the fill of the setting icon in Data settings ,element settings ,navigator settings, page
|
|
78
|
+
settings and folder gear icons
|
|
79
|
+
|
|
80
|
+
Links To: UX-4248 | 0ab6188c6e820cc719cad6a646d64de975a3fc74
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
[trigger-release] › Fri, Jul 26, 2024 10:59:29 AM
|
|
86
|
+
fix(icons): [Icon] fixed the fill issue in element setting icon
|
|
87
|
+
|
|
88
|
+
Removed the fill in the triangle of the element setting icon | aef88679a24fe3221aa9ed2b09d3088f37a76664
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
[trigger-release] › Manual Release for Angular 17 update
|
|
93
|
+
|
|
94
|
+
[trigger-release] › Thu, Aug 29, 2024 1:09:01 AM
|
|
95
|
+
fix(icons): [icon] Added remote assistance call status icons
|
|
96
|
+
|
|
97
|
+
Links To: UX-4410 | dc67051cff50b90145e5752a8e3739003e8beeb8
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
[trigger-release] › Fri, Aug 30, 2024 10:34:55 AM
|
|
103
|
+
fix(icons): [icon] extra icons being deployed (cake, celebration and wave) | f99cf88a8d382ec7cd4081ce6b4966688a0e685c
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
[trigger-release] › Wed, Oct 9, 2024 3:13:10 PM
|
|
109
|
+
fix(icons): [icons] added the chat-new icon
|
|
110
|
+
|
|
111
|
+
Request for icons to the icon library.
|
|
112
|
+
|
|
113
|
+
Links To: UX-4596 | 7b27de437173ee73497cd77ff6063ceadb523ae9
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
[trigger-release] › Thu, Jan 23, 2025 10:18:52 AM
|
|
119
|
+
fix(icons): [icons]Released new ai based icons
|
|
120
|
+
|
|
121
|
+
Released icons: sparkle-ai-alt, mobile-in, mobile-out
|
|
122
|
+
|
|
123
|
+
Links To: UX-4954, UX-4986 | 43e3e83aab9001778ae7222a4a6c7f4debd92988
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
[trigger-release] › Manual Release for Angular 18 update
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
[trigger-release] › Tue, Jun 17, 2025 5:10:35 PM
|
|
132
|
+
feat(icons): [icons] Deploying new gantt icons set with other modified ones
|
|
133
|
+
|
|
134
|
+
Links To: TEAURENAFW-21142 | 983db87577c3f5c76b8c98a81ab403620306dc2c
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
[trigger-release] › Wed, Jul 30, 2025 10:59:29 AM
|
|
140
|
+
feat(icons): new icon updates for product uplift 25r2 | d26e2eabca27c31c1eae6500e3fa49b590becd8a
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
[trigger-release] › Thu, Jul 31, 2025 11:21:38 AM
|
|
146
|
+
fix(icons): added new icons | cb757a8f42e3dc912d8245af6ebc1b46c3ea765d
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
[trigger-release] › Wed, Aug 13, 2025 10:10:44 AM
|
|
152
|
+
fix(tokens): update tokens and icons | f5caeb57c4d7e9f4f129cabd3dfb312244e7cc4d
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
[trigger-release] › Tue, Aug 19, 2025 1:50:27 PM
|
|
158
|
+
fix(tokens): update tokens and icons | b2b48a438b1a9a995b5e9eff2d0d663eb52d25e1
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
[trigger-release] › Wed, Aug 27, 2025 12:04:11 AM
|
|
164
|
+
fix(icons): fix error solid icon | 41f6dc60cf6a7637b69ee5287a5639c7da458e18
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
[trigger-release] › Manual Release for Angular 19 version update
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
[trigger-release] › Manually release the revert for the Angular 19 update
|
|
175
|
+
|
|
176
|
+
---
|