mis-crystal-design-system 2.7.0 → 2.7.3
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/bundles/mis-crystal-design-system-dropdown.umd.js +7 -7
- package/bundles/mis-crystal-design-system-dropdown.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-dropdown.umd.min.js +2 -2
- package/bundles/mis-crystal-design-system-dropdown.umd.min.js.map +1 -1
- package/dropdown/mis-crystal-design-system-dropdown.metadata.json +1 -1
- package/esm2015/dropdown/dropdown.component.js +3 -3
- package/esm2015/dropdown/dropdown.module.js +3 -2
- package/fesm2015/mis-crystal-design-system-dropdown.js +4 -3
- package/fesm2015/mis-crystal-design-system-dropdown.js.map +1 -1
- package/package.json +1 -1
- package/styles/fonts/icomoon.eot +0 -0
- package/styles/fonts/icomoon.svg +85 -50
- package/styles/fonts/icomoon.ttf +0 -0
- package/styles/fonts/icomoon.woff +0 -0
- package/styles/mis-icons.scss +185 -57
package/styles/fonts/icomoon.ttf
CHANGED
|
Binary file
|
|
Binary file
|
package/styles/mis-icons.scss
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'icomoon';
|
|
3
|
-
src: url('fonts/icomoon.eot?
|
|
4
|
-
src: url('fonts/icomoon.eot?
|
|
5
|
-
url('fonts/icomoon.ttf?
|
|
6
|
-
url('fonts/icomoon.woff?
|
|
7
|
-
url('fonts/icomoon.svg?
|
|
3
|
+
src: url('fonts/icomoon.eot?ogim30');
|
|
4
|
+
src: url('fonts/icomoon.eot?ogim30#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/icomoon.ttf?ogim30') format('truetype'),
|
|
6
|
+
url('fonts/icomoon.woff?ogim30') format('woff'),
|
|
7
|
+
url('fonts/icomoon.svg?ogim30#icomoon') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -25,31 +25,162 @@
|
|
|
25
25
|
-moz-osx-font-smoothing: grayscale;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.icon-ic-
|
|
28
|
+
.icon-ic-device-unreachable-16:before {
|
|
29
29
|
content: "\e900";
|
|
30
|
+
}
|
|
31
|
+
.icon-ic-fixed-device-not-reachable-16:before {
|
|
32
|
+
content: "\e901";
|
|
33
|
+
}
|
|
34
|
+
.icon-ic-geo-fence-violation-16:before {
|
|
35
|
+
content: "\e902";
|
|
36
|
+
}
|
|
37
|
+
.icon-ic-map-pin-16:before {
|
|
38
|
+
content: "\e903";
|
|
39
|
+
}
|
|
40
|
+
.icon-ic-SOS-fixed-device-16:before {
|
|
41
|
+
content: "\e904";
|
|
42
|
+
}
|
|
43
|
+
.icon-ic-SOS-mobile-16:before {
|
|
44
|
+
content: "\e905";
|
|
45
|
+
}
|
|
46
|
+
.icon-ic-speeding-16:before {
|
|
47
|
+
content: "\e906";
|
|
48
|
+
}
|
|
49
|
+
.icon-ic-tamper-alert-16:before {
|
|
50
|
+
content: "\e907";
|
|
51
|
+
}
|
|
52
|
+
.icon-ic-unsafe-zone-alert---16:before {
|
|
53
|
+
content: "\e908";
|
|
54
|
+
}
|
|
55
|
+
.icon-ic-vehicle-stopage-16:before {
|
|
56
|
+
content: "\e909";
|
|
57
|
+
}
|
|
58
|
+
.icon-ic-violations-sign-off-time-16:before {
|
|
59
|
+
content: "\e90a";
|
|
60
|
+
}
|
|
61
|
+
.icon-ic-woman-travelling-alone-16:before {
|
|
62
|
+
content: "\ea22";
|
|
63
|
+
}
|
|
64
|
+
.icon-ic-ets-adhoc-32:before {
|
|
65
|
+
content: "\e90b";
|
|
66
|
+
color: #b00020;
|
|
67
|
+
}
|
|
68
|
+
.icon-ic-ets-green-impact-32 .path1:before {
|
|
69
|
+
content: "\e90c";
|
|
70
|
+
color: rgb(228, 245, 233);
|
|
71
|
+
}
|
|
72
|
+
.icon-ic-ets-green-impact-32 .path2:before {
|
|
73
|
+
content: "\ea1a";
|
|
74
|
+
margin-left: -0.9697265625em;
|
|
75
|
+
color: rgb(84, 127, 64);
|
|
76
|
+
}
|
|
77
|
+
.icon-ic-ets-green-impact-32 .path3:before {
|
|
78
|
+
content: "\ea1b";
|
|
79
|
+
margin-left: -0.9697265625em;
|
|
80
|
+
color: rgb(84, 127, 64);
|
|
81
|
+
}
|
|
82
|
+
.icon-ic-ets-help-desk-32:before {
|
|
83
|
+
content: "\e90d";
|
|
84
|
+
color: #fff;
|
|
85
|
+
}
|
|
86
|
+
.icon-ic-ets-login-32 .path1:before {
|
|
87
|
+
content: "\e90e";
|
|
88
|
+
color: rgb(24, 31, 51);
|
|
89
|
+
}
|
|
90
|
+
.icon-ic-ets-login-32 .path2:before {
|
|
91
|
+
content: "\ea1c";
|
|
92
|
+
margin-left: -0.9697265625em;
|
|
93
|
+
color: rgb(0, 0, 0);
|
|
94
|
+
}
|
|
95
|
+
.icon-ic-ets-logout-32 .path1:before {
|
|
96
|
+
content: "\e90f";
|
|
97
|
+
color: rgb(24, 31, 51);
|
|
98
|
+
}
|
|
99
|
+
.icon-ic-ets-logout-32 .path2:before {
|
|
100
|
+
content: "\ea1d";
|
|
101
|
+
margin-left: -0.9697265625em;
|
|
102
|
+
color: rgb(0, 0, 0);
|
|
103
|
+
}
|
|
104
|
+
.icon-ic-ui-WFO-outline-24:before {
|
|
105
|
+
content: "\ea00";
|
|
106
|
+
color: #0087b2;
|
|
107
|
+
}
|
|
108
|
+
.icon-ic-ui-WFH-24-2:before {
|
|
109
|
+
content: "\ea01";
|
|
110
|
+
color: #6b034e;
|
|
111
|
+
}
|
|
112
|
+
.icon-ic-ui-WFH-outline-24:before {
|
|
113
|
+
content: "\ea02";
|
|
114
|
+
color: #6b034e;
|
|
115
|
+
}
|
|
116
|
+
.icon-ic-ui-WFH-24-1:before {
|
|
117
|
+
content: "\ea03";
|
|
118
|
+
color: #fff;
|
|
119
|
+
}
|
|
120
|
+
.icon-ic-ui-WFO-24-2:before {
|
|
121
|
+
content: "\ea04";
|
|
122
|
+
color: #0087b2;
|
|
123
|
+
}
|
|
124
|
+
.icon-ic-ui-WFO-24-1:before {
|
|
125
|
+
content: "\ea05";
|
|
126
|
+
color: #fff;
|
|
127
|
+
}
|
|
128
|
+
.icon-ic-ui-battery-life-24:before {
|
|
129
|
+
content: "\ea06";
|
|
130
|
+
}
|
|
131
|
+
.icon-ic-ets-bus-24-1:before {
|
|
132
|
+
content: "\ea07";
|
|
133
|
+
}
|
|
134
|
+
.icon-ic-ets-bus-24-2:before {
|
|
135
|
+
content: "\ea08";
|
|
136
|
+
color: #0937b2;
|
|
137
|
+
}
|
|
138
|
+
.icon-ic-ets-chat-24:before {
|
|
139
|
+
content: "\ea0b";
|
|
140
|
+
}
|
|
141
|
+
.icon-ic-ets-cloud-off-24:before {
|
|
142
|
+
content: "\ea0c";
|
|
143
|
+
}
|
|
144
|
+
.icon-ic-ets-walking-man-24:before {
|
|
145
|
+
content: "\ea0d";
|
|
146
|
+
color: #6a737d;
|
|
147
|
+
}
|
|
148
|
+
.icon-ic-ui-transport-24-1:before {
|
|
149
|
+
content: "\ea0e";
|
|
150
|
+
color: #0937b2;
|
|
151
|
+
}
|
|
152
|
+
.icon-ic-ets-nodal-point-24:before {
|
|
153
|
+
content: "\ea0f";
|
|
154
|
+
}
|
|
155
|
+
.icon-ic-ui-seperator-16:before {
|
|
156
|
+
content: "\e94c";
|
|
157
|
+
color: #6a737d;
|
|
158
|
+
}
|
|
159
|
+
.icon-ic-action-filter-applied-24 .path1:before {
|
|
160
|
+
content: "\e910";
|
|
30
161
|
color: rgb(24, 31, 51);
|
|
31
162
|
}
|
|
32
163
|
.icon-ic-action-filter-applied-24 .path2:before {
|
|
33
|
-
content: "\
|
|
164
|
+
content: "\ea1e";
|
|
34
165
|
margin-left: -0.9599609375em;
|
|
35
166
|
color: rgb(9, 55, 178);
|
|
36
167
|
}
|
|
37
168
|
.icon-ic-action-notif-wbadge-24 .path1:before {
|
|
38
|
-
content: "\
|
|
169
|
+
content: "\e911";
|
|
39
170
|
color: rgb(24, 31, 51);
|
|
40
171
|
}
|
|
41
172
|
.icon-ic-action-notif-wbadge-24 .path2:before {
|
|
42
|
-
content: "\
|
|
173
|
+
content: "\ea1f";
|
|
43
174
|
margin-left: -1em;
|
|
44
175
|
color: rgb(176, 0, 32);
|
|
45
176
|
}
|
|
46
177
|
.icon-ic-action-notif-wbadge-24 .path3:before {
|
|
47
|
-
content: "\
|
|
178
|
+
content: "\ea20";
|
|
48
179
|
margin-left: -1em;
|
|
49
180
|
color: rgb(255, 255, 255);
|
|
50
181
|
}
|
|
51
182
|
.icon-ic-action-notif-wbadge-24 .path4:before {
|
|
52
|
-
content: "\
|
|
183
|
+
content: "\ea21";
|
|
53
184
|
margin-left: -1em;
|
|
54
185
|
color: rgb(255, 255, 255);
|
|
55
186
|
}
|
|
@@ -605,9 +736,6 @@
|
|
|
605
736
|
.icon-ic-employee-rest:before {
|
|
606
737
|
content: "\e94b";
|
|
607
738
|
}
|
|
608
|
-
.icon-ic-employee-return:before {
|
|
609
|
-
content: "\e94c";
|
|
610
|
-
}
|
|
611
739
|
.icon-ic-nav-cancelled-24:before {
|
|
612
740
|
content: "\e94d";
|
|
613
741
|
}
|
|
@@ -762,135 +890,135 @@
|
|
|
762
890
|
content: "\e948";
|
|
763
891
|
}
|
|
764
892
|
.icon-ic-action-more-horiz-24:before {
|
|
765
|
-
content: "\
|
|
893
|
+
content: "\e912";
|
|
766
894
|
}
|
|
767
895
|
.icon-ic-action-add-24:before {
|
|
768
|
-
content: "\
|
|
896
|
+
content: "\e913";
|
|
769
897
|
}
|
|
770
898
|
.icon-ic-action-ascending-24:before {
|
|
771
|
-
content: "\
|
|
899
|
+
content: "\e914";
|
|
772
900
|
}
|
|
773
901
|
.icon-ic-action-cached-24:before {
|
|
774
|
-
content: "\
|
|
902
|
+
content: "\e915";
|
|
775
903
|
}
|
|
776
904
|
.icon-ic-action-calview-24:before {
|
|
777
|
-
content: "\
|
|
905
|
+
content: "\e916";
|
|
778
906
|
}
|
|
779
907
|
.icon-ic-action-copy-link-24:before {
|
|
780
|
-
content: "\
|
|
908
|
+
content: "\e917";
|
|
781
909
|
}
|
|
782
910
|
.icon-ic-action-delete-24:before {
|
|
783
|
-
content: "\
|
|
911
|
+
content: "\e918";
|
|
784
912
|
}
|
|
785
913
|
.icon-ic-action-descending-24:before {
|
|
786
|
-
content: "\
|
|
914
|
+
content: "\e919";
|
|
787
915
|
}
|
|
788
916
|
.icon-ic-action-download-24:before {
|
|
789
|
-
content: "\
|
|
917
|
+
content: "\e91a";
|
|
790
918
|
}
|
|
791
919
|
.icon-ic-action-drag-24:before {
|
|
792
|
-
content: "\
|
|
920
|
+
content: "\e91b";
|
|
793
921
|
color: #c8cdd3;
|
|
794
922
|
}
|
|
795
923
|
.icon-ic-action-drag:before {
|
|
796
|
-
content: "\
|
|
924
|
+
content: "\e91c";
|
|
797
925
|
color: #6a737d;
|
|
798
926
|
}
|
|
799
927
|
.icon-ic-action-edit-24:before {
|
|
800
|
-
content: "\
|
|
928
|
+
content: "\e91d";
|
|
801
929
|
}
|
|
802
930
|
.icon-ic-action-expand-24-1:before {
|
|
803
|
-
content: "\
|
|
931
|
+
content: "\e91e";
|
|
804
932
|
}
|
|
805
933
|
.icon-ic-action-external-link-24:before {
|
|
806
|
-
content: "\
|
|
934
|
+
content: "\e91f";
|
|
807
935
|
}
|
|
808
936
|
.icon-ic-action-favorite-24:before {
|
|
809
|
-
content: "\
|
|
937
|
+
content: "\e923";
|
|
810
938
|
}
|
|
811
939
|
.icon-ic-action-filter-24:before {
|
|
812
|
-
content: "\
|
|
940
|
+
content: "\e924";
|
|
813
941
|
}
|
|
814
942
|
.icon-ic-action-globe-24:before {
|
|
815
|
-
content: "\
|
|
943
|
+
content: "\e925";
|
|
816
944
|
}
|
|
817
945
|
.icon-ic-action-history-24-1:before {
|
|
818
|
-
content: "\
|
|
946
|
+
content: "\e926";
|
|
819
947
|
}
|
|
820
948
|
.icon-ic-action-history-24:before {
|
|
821
|
-
content: "\
|
|
949
|
+
content: "\e927";
|
|
822
950
|
}
|
|
823
951
|
.icon-ic-action-info-24:before {
|
|
824
|
-
content: "\
|
|
952
|
+
content: "\e928";
|
|
825
953
|
}
|
|
826
954
|
.icon-ic-action-invite-24:before {
|
|
827
|
-
content: "\
|
|
955
|
+
content: "\e929";
|
|
828
956
|
}
|
|
829
957
|
.icon-ic-action-listview-24:before {
|
|
830
|
-
content: "\
|
|
958
|
+
content: "\e92a";
|
|
831
959
|
}
|
|
832
960
|
.icon-ic-action-logout-24:before {
|
|
833
|
-
content: "\
|
|
961
|
+
content: "\e92c";
|
|
834
962
|
}
|
|
835
963
|
.icon-ic-action-menu-24:before {
|
|
836
|
-
content: "\
|
|
964
|
+
content: "\e92d";
|
|
837
965
|
}
|
|
838
966
|
.icon-ic-action-more-vert-24:before {
|
|
839
|
-
content: "\
|
|
967
|
+
content: "\e92e";
|
|
840
968
|
}
|
|
841
969
|
.icon-ic-action-notif-2-24:before {
|
|
842
|
-
content: "\
|
|
970
|
+
content: "\e932";
|
|
843
971
|
}
|
|
844
972
|
.icon-ic-action-notif-24:before {
|
|
845
|
-
content: "\
|
|
973
|
+
content: "\e933";
|
|
846
974
|
}
|
|
847
975
|
.icon-ic-action-person-search-24:before {
|
|
848
|
-
content: "\
|
|
976
|
+
content: "\e934";
|
|
849
977
|
}
|
|
850
978
|
.icon-ic-action-print-24:before {
|
|
851
|
-
content: "\
|
|
979
|
+
content: "\e935";
|
|
852
980
|
}
|
|
853
981
|
.icon-ic-action-qr-24:before {
|
|
854
|
-
content: "\
|
|
982
|
+
content: "\e936";
|
|
855
983
|
}
|
|
856
984
|
.icon-ic-action-refresh-24:before {
|
|
857
|
-
content: "\
|
|
985
|
+
content: "\e937";
|
|
858
986
|
}
|
|
859
987
|
.icon-ic-action-remove-24:before {
|
|
860
|
-
content: "\
|
|
988
|
+
content: "\ea09";
|
|
861
989
|
}
|
|
862
990
|
.icon-ic-action-search-24:before {
|
|
863
|
-
content: "\
|
|
991
|
+
content: "\ea0a";
|
|
864
992
|
}
|
|
865
993
|
.icon-ic-action-see-more-24:before {
|
|
866
|
-
content: "\
|
|
994
|
+
content: "\ea10";
|
|
867
995
|
}
|
|
868
996
|
.icon-ic-action-send-24:before {
|
|
869
|
-
content: "\
|
|
997
|
+
content: "\ea11";
|
|
870
998
|
}
|
|
871
999
|
.icon-ic-action-share-24:before {
|
|
872
|
-
content: "\
|
|
1000
|
+
content: "\ea12";
|
|
873
1001
|
}
|
|
874
1002
|
.icon-ic-action-shift-time-24:before {
|
|
875
|
-
content: "\
|
|
1003
|
+
content: "\ea13";
|
|
876
1004
|
}
|
|
877
1005
|
.icon-ic-action-sort-24:before {
|
|
878
|
-
content: "\
|
|
1006
|
+
content: "\ea14";
|
|
879
1007
|
}
|
|
880
1008
|
.icon-ic-action-sort2-24:before {
|
|
881
|
-
content: "\
|
|
1009
|
+
content: "\ea15";
|
|
882
1010
|
}
|
|
883
1011
|
.icon-ic-action-switch-24:before {
|
|
884
|
-
content: "\
|
|
1012
|
+
content: "\ea16";
|
|
885
1013
|
}
|
|
886
1014
|
.icon-ic-action-upload-24:before {
|
|
887
|
-
content: "\
|
|
1015
|
+
content: "\ea17";
|
|
888
1016
|
}
|
|
889
1017
|
.icon-ic-action-visibility-24:before {
|
|
890
|
-
content: "\
|
|
1018
|
+
content: "\ea18";
|
|
891
1019
|
color: #6a737d;
|
|
892
1020
|
}
|
|
893
1021
|
.icon-ic-action-visibility-off-24:before {
|
|
894
|
-
content: "\
|
|
1022
|
+
content: "\ea19";
|
|
895
1023
|
color: #6a737d;
|
|
896
1024
|
}
|