halleyx-ui-framework 4.6.2 → 4.6.4

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.
@@ -1,4 +1,7 @@
1
1
  .hlx-select-container,
2
+ // [data-tooltip]:before{
3
+ // word-wrap: break-word;
4
+ // }
2
5
  .cascade-select {
3
6
  display: flex;
4
7
  font-family: var(--hlx-font-type-content);
@@ -192,6 +195,10 @@
192
195
  .hlx-multi-select-option-container {
193
196
  display: block;
194
197
  }
198
+
199
+ // .hlx-select-option-value-container{
200
+ // // position: relative;
201
+ // }
195
202
  .hlx-select-option-value-container,
196
203
  .hlx-multi-select-option-value-container {
197
204
  font-family: var(--hlx-font-type-content);
@@ -460,7 +467,7 @@
460
467
 
461
468
  .add-style {
462
469
  border-color: var(--hlx-color-primary) !important;
463
- .cutom-multi-select-title{
470
+ .custom-multi-select-title{
464
471
  color: var(--hlx-color-primary) !important;
465
472
  }
466
473
  }
@@ -742,6 +749,7 @@ button {
742
749
  .custom-dropdown-whole-container{
743
750
  position: absolute;
744
751
  width: 100%;
752
+ border-radius: 3px;
745
753
  // top:45px;
746
754
  // left:0px;
747
755
  border: 1px solid var(--hlx-border-color);
@@ -832,7 +840,7 @@ button {
832
840
  color: black;
833
841
  }
834
842
 
835
- .custom-multi-select {
843
+ .inline-multi-select{
836
844
  height: 36px;
837
845
  width: 100%;
838
846
  border: 1px solid var(--hlx-border-color);
@@ -842,64 +850,105 @@ button {
842
850
  align-items: center;
843
851
  background-color: white;
844
852
  position: relative;
853
+ margin-bottom: 20px;
845
854
  cursor: pointer;
846
855
  &:hover {
847
856
  border-color: var(--hlx-color-primary);
848
- .cutom-multi-select-title
857
+ .custom-multi-select-title
849
858
  {
850
859
  color: var(--hlx-color-primary) !important;
851
860
  }
852
861
  }
853
- .custom-multi-select-tag-value {
854
- margin-left: 8px;
855
- cursor: pointer;
856
-
857
- .multiselect-inline-tag-option {
858
- width: 100px;
859
- height:25px;
860
- background: var(--hlx-color-primary-light);
861
- color: var(--hlx-color-primary-dark);
862
- }
862
+ .asterik{
863
+ color: var(--hlx-color-error);
863
864
  }
864
- .multi-select-inline-count-value {
865
- width: 25px;
866
- display: flex;
867
- align-items: center;
868
- background: var(--hlx-color-primary-light);
869
- color: var(--hlx-color-primary-dark);
870
- // background: var(--hlx-color-primary);
871
- border-radius: 25px;
872
- height: 25px;
865
+ .customerror {
866
+ position: absolute;
873
867
  font-size: 12px;
874
- margin-left: 2px;
875
- // color: var(--hlx-color-white);
876
- justify-content: center;
877
- // position: absolute;
868
+ color: var(--hlx-color-error);
869
+ top: 35px;
870
+ left: 1px;
878
871
  }
879
- .custom-multi-select-input {
872
+ .inline-input-section{
873
+ display:flex;
874
+ width:100%;
875
+ height:100%;
876
+ input{
880
877
  width: 97%;
881
878
  height: 100%;
882
879
  border: none;
883
- // background-color: blue;
884
- padding-left: 8px;
885
- border-top-left-radius: 4px;
886
880
  cursor: pointer;
887
- border-bottom-left-radius: 4px;
881
+ }
882
+ .inline-multi-select-tag-value{
883
+ width: 97%;
884
+ height: 100%;
885
+ border: none;
886
+ display: flex;
887
+
888
+ .custom-multi-select-tag-value{
889
+ width:100px;
890
+ display: flex;
891
+ justify-content: center;
892
+ align-items: center;
893
+ margin-right: 3px;
894
+ .multiselect-inline-tag-option {
895
+ width: 95px;
896
+ height:25px;
897
+ background: var(--hlx-color-primary-light);
898
+ color: var(--hlx-color-primary-dark);
899
+ }
900
+ }
901
+ }
902
+ .inline-multi-select-count-section{
903
+ height:30px;
904
+ width:30px;
905
+ display: flex;
906
+ justify-content: center;
907
+ align-items: center;
908
+ .inline-multi-select-count{
909
+ width: 25px;
910
+ display: flex;
911
+ align-items: center;
912
+ background: var(--hlx-color-primary-light);
913
+ color: var(--hlx-color-primary-dark);
914
+ border-radius: 25px;
915
+ height: 25px;
916
+ font-size: 12px;
917
+ margin-left: 2px;
918
+ justify-content: center;
919
+ }
888
920
  }
889
- .icon-angle-down-regular,
890
- .icon-angle-up-regular {
891
- position: absolute;
892
- right: 0px;
893
- font-size: 14px;
894
- width:30px;
895
- height: 29px;
896
- display: flex;
897
- align-items: center;
898
- border-bottom-right-radius: 2px;
899
- border-top-right-radius: 2px;
900
- background-color: white;
921
+ .icon-angle-down-regular,.icon-angle-up-regular{
922
+ height: 30px;
923
+ width: 30px;
924
+ font-size: 14px;
925
+ padding-right:7px;
926
+ display: flex;
927
+ // justify-content: center;
928
+ align-items: center;
929
+ }
930
+ .custom-multi-select-title1{
931
+ position: absolute;
932
+ top: 7px;
933
+ // background: white;
934
+ font-size: 14px;
935
+ left: 6px;
936
+ margin: 0 5px 0 5px;
937
+ padding: 0 5px 0 5px;
938
+ color: #a6a6a6;
939
+ }
940
+ .custom-multi-select-title{
941
+ position: absolute;
942
+ top: -12px;
943
+ background: white;
944
+ font-size: 12px;
945
+ left: 6px;
946
+ margin: 0 5px 0 5px;
947
+ padding: 0 5px 0 5px;
948
+ color: #a6a6a6;
949
+ }
901
950
  }
902
- .custom-multi-select-option-container {
951
+ .inline-multi-select-option-container{
903
952
  position: absolute;
904
953
  height: 200px;
905
954
  width: 100%;
@@ -910,55 +959,168 @@ button {
910
959
  padding-bottom: 8px;
911
960
  top: 39px;
912
961
  left: 0px;
913
- overflow-y: none;
962
+ overflow-y: auto;
914
963
  z-index: 10000000000000000;
915
964
  display: flex;
916
965
  flex-direction: column;
917
966
  // flex-wrap: wrap;
918
967
  height: auto;
919
968
  max-height: 250px;
920
-
921
- .input-container232{
922
- padding-top: 8px;
923
- padding-left: 8px;
924
- overflow-y: scroll;
925
- overflow-x: hidden;
926
- // height:100%;
927
- // height:180px;
928
- }
929
- .custom-multi-select-footer{
930
- display: flex;
931
- overflow: none;
932
- justify-content: flex-end;
933
- padding-top: 8px;
934
- border-top: 1px solid var(--hlx-border-color);
935
- .primary{
936
- margin-right: 10px;
937
- margin-left: 10px;
938
- height: 30px;
939
- }
940
- .secondary-success {
941
- height: 30px;
942
-
943
- }
944
- }
945
969
  }
946
- .custom-multi-select-option-container .input-container232{
947
- overflow-x: none !important;
970
+ .inline-multi-select-placeholder{
971
+ border: none;
972
+ width: 100%;
973
+ text-align: left;
974
+ outline: none;
975
+ cursor: pointer;
976
+ font-size: 14px;
977
+ color: #a6a6a6;
978
+ white-space: nowrap;
979
+ overflow: hidden;
980
+ text-overflow: ellipsis;
981
+ border-top-left-radius: 4px;
982
+ border-bottom-left-radius: 4px;
983
+ height: 34px;
984
+ padding: 8px 12px;
948
985
  }
949
-
950
- .cutom-multi-select-title {
951
- position: absolute;
986
+ .custom-multi-select-title{
987
+ position: absolute;
952
988
  top: -12px;
953
989
  background: white;
954
990
  font-size: 12px;
955
991
  left: 6px;
956
992
  margin: 0 5px 0 5px;
957
993
  padding: 0 5px 0 5px;
958
- color: #a6a6a6;
959
994
  }
960
995
  }
961
996
 
997
+ // .custom-multi-select {
998
+ // height: 36px;
999
+ // width: 100%;
1000
+ // border: 1px solid var(--hlx-border-color);
1001
+ // border-radius: 4px;
1002
+ // padding-left: 8px;
1003
+ // display: flex;
1004
+ // align-items: center;
1005
+ // background-color: white;
1006
+ // position: relative;
1007
+ // cursor: pointer;
1008
+ // &:hover {
1009
+ // border-color: var(--hlx-color-primary);
1010
+ // .cutom-multi-select-title
1011
+ // {
1012
+ // color: var(--hlx-color-primary) !important;
1013
+ // }
1014
+ // }
1015
+ // .custom-multi-select-tag-value {
1016
+ // margin-left: 8px;
1017
+ // cursor: pointer;
1018
+
1019
+ // .multiselect-inline-tag-option {
1020
+ // width: 100px;
1021
+ // height:25px;
1022
+ // background: var(--hlx-color-primary-light);
1023
+ // color: var(--hlx-color-primary-dark);
1024
+ // }
1025
+ // }
1026
+ // .multi-select-inline-count-value {
1027
+ // width: 25px;
1028
+ // display: flex;
1029
+ // align-items: center;
1030
+ // background: var(--hlx-color-primary-light);
1031
+ // color: var(--hlx-color-primary-dark);
1032
+ // // background: var(--hlx-color-primary);
1033
+ // border-radius: 25px;
1034
+ // height: 25px;
1035
+ // font-size: 12px;
1036
+ // margin-left: 2px;
1037
+ // // color: var(--hlx-color-white);
1038
+ // justify-content: center;
1039
+ // // position: absolute;
1040
+ // }
1041
+ // .custom-multi-select-input {
1042
+ // width: 97%;
1043
+ // height: 100%;
1044
+ // border: none;
1045
+ // // background-color: blue;
1046
+ // padding-left: 8px;
1047
+ // border-top-left-radius: 4px;
1048
+ // cursor: pointer;
1049
+ // border-bottom-left-radius: 4px;
1050
+ // }
1051
+ // .icon-angle-down-regular,
1052
+ // .icon-angle-up-regular {
1053
+ // position: absolute;
1054
+ // right: 0px;
1055
+ // font-size: 14px;
1056
+ // width:30px;
1057
+ // height: 29px;
1058
+ // display: flex;
1059
+ // align-items: center;
1060
+ // border-bottom-right-radius: 2px;
1061
+ // border-top-right-radius: 2px;
1062
+ // background-color: white;
1063
+ // }
1064
+ // .custom-multi-select-option-container {
1065
+ // position: absolute;
1066
+ // height: 200px;
1067
+ // width: 100%;
1068
+ // border: 1px solid var(--hlx-border-color);
1069
+ // background-color: white;
1070
+ // // overflow: scroll;
1071
+ // border-radius: 5px;
1072
+ // padding-bottom: 8px;
1073
+ // top: 39px;
1074
+ // left: 0px;
1075
+ // overflow-y: none;
1076
+ // z-index: 10000000000000000;
1077
+ // display: flex;
1078
+ // flex-direction: column;
1079
+ // // flex-wrap: wrap;
1080
+ // height: auto;
1081
+ // max-height: 250px;
1082
+
1083
+ // .input-container232{
1084
+ // padding-top: 8px;
1085
+ // padding-left: 8px;
1086
+ // overflow-y: scroll;
1087
+ // overflow-x: hidden;
1088
+ // // height:100%;
1089
+ // // height:180px;
1090
+ // }
1091
+ // .custom-multi-select-footer{
1092
+ // display: flex;
1093
+ // overflow: none;
1094
+ // justify-content: flex-end;
1095
+ // padding-top: 8px;
1096
+ // border-top: 1px solid var(--hlx-border-color);
1097
+ // .primary{
1098
+ // margin-right: 10px;
1099
+ // margin-left: 10px;
1100
+ // height: 30px;
1101
+ // }
1102
+ // .secondary-success {
1103
+ // height: 30px;
1104
+
1105
+ // }
1106
+ // }
1107
+ // }
1108
+ // .custom-multi-select-option-container .input-container232{
1109
+ // overflow-x: none !important;
1110
+ // }
1111
+
1112
+ // .cutom-multi-select-title {
1113
+ // position: absolute;
1114
+ // top: -12px;
1115
+ // background: white;
1116
+ // font-size: 12px;
1117
+ // left: 6px;
1118
+ // margin: 0 5px 0 5px;
1119
+ // padding: 0 5px 0 5px;
1120
+ // color: #a6a6a6;
1121
+ // }
1122
+ // }
1123
+
962
1124
 
963
1125
  .not-all-tag{
964
1126
  // width:95%;
@@ -966,4 +1128,14 @@ button {
966
1128
  }
967
1129
  .all-option{
968
1130
  width:100%;
1131
+ }
1132
+
1133
+
1134
+
1135
+ // [data-tip] {
1136
+ // position: relative;
1137
+ // }
1138
+
1139
+ [data-tooltip]:before{
1140
+ word-wrap: break-word;
969
1141
  }
@@ -152,189 +152,3 @@
152
152
  transform-origin: bottom;
153
153
  }
154
154
 
155
- /* Settings that make the pen look nicer */
156
- // html {
157
- // width: 100%;
158
- // height: 100%;
159
- // font-family: 'Roboto', sans-serif;
160
- // color: white;
161
- // font-size: 1.2em;
162
- // // background: linear-gradient(45deg, #243949, #2cacd1, #35eb93);
163
- // background-size: 120% 120%;
164
- // animation: moveFocus 5s ease infinite alternate;
165
- // }
166
- // @keyframes moveFocus {
167
- // 0% { background-position: 0% 100% }
168
- // 100% { background-position: 100% 0% }
169
- // }
170
-
171
- // body {
172
- // background: none; display: flex;
173
- // flex-direction: column;
174
- // height: 100%;
175
- // margin: 0;
176
- // }
177
-
178
- // main {
179
- // padding: 0 4%;
180
- // display: flex;
181
- // flex-direction: row;
182
- // margin: auto 0;
183
- // }
184
-
185
- // button {
186
- // margin: 0;
187
- // padding: 0.7rem 1.4rem;
188
-
189
- // cursor: pointer;
190
- // text-align: center;
191
- // border: none;
192
- // border-radius: 4px;
193
- // outline: inherit;
194
- // text-decoration: none;
195
- // font-family: Roboto, sans-serif;
196
- // font-size: 0.7em;
197
- // background-color: rgba(174, 184, 192, 0.55);
198
- // color: white;
199
-
200
- // transition: background 350ms ease-in-out,
201
- // transform 150ms ease;
202
- // }
203
- // button:hover {
204
- // background-color: #484f56;
205
- // }
206
- // button:active {
207
- // transform: scale(0.98);
208
- // }
209
- // button:focus {
210
- // box-shadow: 0 0 2px 2px #298bcf;
211
- // }
212
- // button::-moz-focus-inner {
213
- // border: 0;
214
- // }
215
-
216
- // .example-elements {
217
- // flex-grow: 1;
218
- // display: flex;
219
- // flex-direction: column;
220
- // align-items: center;
221
- // align-content: center;
222
- // justify-content: center;
223
- // text-align: center;
224
- // padding-right: 4%;
225
- // }
226
-
227
- // .example-elements p {
228
- // padding: 6px;
229
- // display: inline-block;
230
- // margin-bottom: 5%;
231
- // color: #fff;
232
- // }
233
- // .example-elements p:hover {
234
- // border-left: 1px solid lightgrey;
235
- // border-right: 1px solid lightgrey;
236
- // padding-left: 5px;
237
- // padding-right: 5px;
238
- // }
239
-
240
- // .example-elements a {
241
- // margin-left: 6px;
242
- // margin-bottom: calc(5% + 10px);
243
- // color: #76daff;
244
- // text-decoration: none;
245
- // }
246
- // .example-elements a:hover {
247
- // margin-bottom: calc(5% + 9px);
248
- // border-bottom: 1px solid #76daff;
249
- // }
250
-
251
- // .example-elements button {
252
- // margin-bottom: 20px;
253
- // }
254
-
255
- // .info-wrapper {
256
- // flex-grow: 8;
257
- // display: flex;
258
- // flex-direction: column;
259
- // justify-content: center;
260
- // text-align: justify;
261
- // padding-left: 6%;
262
- // border-left: 3px solid #35ea95;
263
- // }
264
-
265
- // .info-wrapper p {
266
- // color: rgba(255, 255, 255, 0.69);
267
- // }
268
- // .info-wrapper p {
269
- // max-width: 600px;
270
- // text-align: justify;
271
- // }
272
-
273
- // .info-wrapper .title-question {
274
- // display: block;
275
- // color: #fff;
276
- // font-size: 1.36em;
277
- // font-weight: 500;
278
- // padding-bottom: 24px;
279
- // }
280
-
281
- // @media (max-height: 450px) {
282
- // main {
283
- // margin: 2rem 0;
284
- // }
285
- // }
286
-
287
- // @media (max-width: 800px) {
288
- // html {
289
- // font-size: 0.9em;
290
- // }
291
- // }
292
-
293
- /* Thumbnail settings */
294
- // @media (max-width: 750px) {
295
- // html {
296
- // animation-duration: 0.6s;
297
- // font-size: 1em;
298
- // }
299
- // body {
300
- // display: flex;
301
- // background: none;
302
- // height: 100%;
303
- // margin: 0px;
304
- // }
305
- // main {
306
- // font-size: 1.1em;
307
- // padding: 6%;
308
- // }
309
- // .info-wrapper p:before,
310
- // .info-wrapper p:after {
311
- // display: none;
312
- // }
313
- // .example-elements {
314
- // max-width: 150px;
315
- // font-size: 22px;
316
- // }
317
- // .example-elements a, button {
318
- // display: none;
319
- // }
320
- // .example-elements p:before,
321
- // .example-elements p:after {
322
- // visibility: visible;
323
- // opacity: 1;
324
- // }
325
- // .example-elements p:before {
326
- // content: "Tooltip";
327
- // font-size: 20px;
328
- // transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
329
- // }
330
- // .example-elements p:after {
331
- // transform: translate(-50%, -1px) scaleY(1);
332
- // }
333
-
334
- // [data-tooltip]:after {
335
- // bottom: calc(100% + 3px);
336
- // }
337
- // [data-tooltip]:after {
338
- // border-width: 7px 7px 0px 7px;
339
- // }
340
- // }