halleyx-ui-framework 4.1.7 → 4.1.9

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.
Files changed (67) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/es/index.js +1 -1
  4. package/dist/src/assets/icon-style.css +1 -1
  5. package/dist/src/assets/icons/icon-style(old).css +1 -1
  6. package/dist/src/assets/icons/icon-style.css +1 -1
  7. package/dist/src/assets/styles/accordion.scss +99 -99
  8. package/dist/src/assets/styles/base.scss +6 -1
  9. package/dist/src/assets/styles/breadcrumb.scss +15 -15
  10. package/dist/src/assets/styles/buttons.scss +4 -4
  11. package/dist/src/assets/styles/calendar.scss +343 -346
  12. package/dist/src/assets/styles/cards.scss +17 -16
  13. package/dist/src/assets/styles/colorPicker.scss +15 -15
  14. package/dist/src/assets/styles/colorpalette.scss +138 -139
  15. package/dist/src/assets/styles/common/var.scss +258 -31
  16. package/dist/src/assets/styles/componentlayout.scss +126 -128
  17. package/dist/src/assets/styles/contextMenu.scss +46 -47
  18. package/dist/src/assets/styles/customdropdown.scss +113 -115
  19. package/dist/src/assets/styles/dashboard.scss +764 -770
  20. package/dist/src/assets/styles/dataview.scss +203 -206
  21. package/dist/src/assets/styles/divider.scss +8 -8
  22. package/dist/src/assets/styles/dottedPagination.scss +1 -1
  23. package/dist/src/assets/styles/draggables.scss +36 -39
  24. package/dist/src/assets/styles/drawer.scss +68 -53
  25. package/dist/src/assets/styles/errorpage.scss +61 -64
  26. package/dist/src/assets/styles/fileupload.scss +199 -205
  27. package/dist/src/assets/styles/fonts.scss +29 -9
  28. package/dist/src/assets/styles/icon.scss +1 -1
  29. package/dist/src/assets/styles/imagegallery.scss +169 -167
  30. package/dist/src/assets/styles/importProgress.scss +1 -1
  31. package/dist/src/assets/styles/index.scss +21 -0
  32. package/dist/src/assets/styles/inputfields.scss +44 -46
  33. package/dist/src/assets/styles/inputitems.scss +315 -318
  34. package/dist/src/assets/styles/label.scss +48 -54
  35. package/dist/src/assets/styles/loaders.scss +1 -1
  36. package/dist/src/assets/styles/mixins/_var.scss +31 -37
  37. package/dist/src/assets/styles/mixins/functions.scss +7 -7
  38. package/dist/src/assets/styles/modalwindow.scss +100 -103
  39. package/dist/src/assets/styles/newtable.scss +10 -23
  40. package/dist/src/assets/styles/objectViewer.scss +80 -80
  41. package/dist/src/assets/styles/pagination.scss +12 -6
  42. package/dist/src/assets/styles/rating.scss +2 -2
  43. package/dist/src/assets/styles/scrollbar.scss +14 -14
  44. package/dist/src/assets/styles/search.scss +162 -169
  45. package/dist/src/assets/styles/select.scss +455 -480
  46. package/dist/src/assets/styles/sidebar.scss +14 -2
  47. package/dist/src/assets/styles/signup.scss +118 -128
  48. package/dist/src/assets/styles/slideControl.scss +1 -0
  49. package/dist/src/assets/styles/source_content.scss +13 -13
  50. package/dist/src/assets/styles/speeddial.scss +152 -163
  51. package/dist/src/assets/styles/style.css.map +12 -12
  52. package/dist/src/assets/styles/switch.scss +177 -189
  53. package/dist/src/assets/styles/tablev2.scss +140 -143
  54. package/dist/src/assets/styles/tabs.scss +48 -49
  55. package/dist/src/assets/styles/tag.scss +3 -3
  56. package/dist/src/assets/styles/texteditor.scss +165 -172
  57. package/dist/src/assets/styles/timeline.scss +384 -400
  58. package/dist/src/assets/styles/tooltip.scss +52 -72
  59. package/dist/src/assets/styles/tree.scss +13 -15
  60. package/dist/src/assets/styles/treeSelect.scss +8 -8
  61. package/dist/src/assets/styles/variables.scss +9 -9
  62. package/dist/src/assets/styles/visualbuilder.scss +362 -366
  63. package/dist/umd/index.umd.js +1 -1
  64. package/dist/umd/index.umd.js.map +1 -1
  65. package/package.json +1 -1
  66. package/dist/es/index.css +0 -1
  67. package/dist/umd/index.umd.css +0 -1
@@ -1,334 +1,331 @@
1
+ input[type='checkbox']:checked {
2
+ content: '\e964';
3
+ }
4
+ // .list-group-item {
5
+ // cursor: move;
6
+ // }
7
+ // .list-group-item i {
8
+ // cursor: pointer;
9
+ // }
1
10
 
2
- input[type=checkbox]:checked {
3
- content: "\e964";
4
- }
5
- // .list-group-item {
6
- // cursor: move;
7
- // }
8
- // .list-group-item i {
9
- // cursor: pointer;
10
- // }
11
-
12
- /* The container */
13
- .check-container {
14
- height: 30px;
15
- display: flex;
16
- align-items: center;
17
- position: relative;
18
- padding-left: 25px;
19
- cursor: pointer;
20
- font-size: 14px;
21
- -webkit-user-select: none;
22
- -moz-user-select: none;
23
- -ms-user-select: none;
24
- user-select: none;
25
- }
26
-
27
- .select-all-theme{
28
- background: var(--hlx-color-primary) !important;
29
- border: 1px solid var(--hlx-color-primary) !important
30
- }
31
- .select-all-grey{
32
- background: var(--hlx-border-color-lighter) !important;
33
- border: 1px solid var(--hlx-border-color) !important
34
- }
35
- .select-all-theme-hover:hover{
36
- border: 1px solid var(--hlx-color-primary)
37
- }
38
- label.check-container:hover{
39
- .checkmark {
40
- border: 1px solid var(--hlx-color-primary);
41
- }
42
- // color:var(--hlx-color-primary);
43
- }
44
- /* Hide the browser's default checkbox */
45
- .check-container input {
46
- position: absolute;
47
- opacity: 0;
48
- cursor: pointer;
49
- height: 0;
50
- width: 0;
51
- }
52
-
53
- .partially-checked{
54
- color: white;
55
- font-size: 14px;
56
- position: relative;
57
- left: -76px;
58
- z-index: 100;
59
- top: 1px;
60
- font-weight: bold;
61
- }
62
- /* Create a custom checkbox */
11
+ /* The container */
12
+ .check-container {
13
+ height: 30px;
14
+ display: flex;
15
+ align-items: center;
16
+ position: relative;
17
+ padding-left: 25px;
18
+ cursor: pointer;
19
+ font-size: 14px;
20
+ -webkit-user-select: none;
21
+ -moz-user-select: none;
22
+ -ms-user-select: none;
23
+ user-select: none;
24
+ }
25
+
26
+ .select-all-theme {
27
+ background: var(--hlx-color-primary) !important;
28
+ border: 1px solid var(--hlx-color-primary) !important;
29
+ }
30
+ .select-all-grey {
31
+ background: var(--hlx-border-color-lighter) !important;
32
+ border: 1px solid var(--hlx-border-color) !important;
33
+ }
34
+ .select-all-theme-hover:hover {
35
+ border: 1px solid var(--hlx-color-primary);
36
+ }
37
+ label.check-container:hover {
63
38
  .checkmark {
64
- position: absolute;
65
- left: 5px;
66
- bottom: 6px;
67
- height: 16px;
68
- width: 16px;
69
- background-color: var(--hlx-border-color-lighter);
70
- border-radius: 3px;
71
- border: 1px solid var(--hlx-border-color);
72
- }
73
-
74
- /* On mouse-over, add a grey background color */
75
- // .check-container:hover input ~ .checkmark {
76
- // background-color:#FFF1D3;
77
- // }
78
- .check-container input:disabled:checked ~ .checkmark {
79
- cursor:not-allowed;
80
- background: var(--hlx-border-color-lighter);
81
- border: 1px solid var(--hlx-border-color);
82
- }
83
- .check-container input:disabled ~ .checkmark {
84
- cursor:not-allowed;
85
- background: var(--hlx-border-color-lighter);
86
- }
87
- .check-container input:disabled:checked ~ .checkmark:after {
88
- left: 5px;
89
- top: 2px;
90
- width: 3px;
91
- height: 7px;
92
- border: solid var(--hlx-border-color);
93
- border-radius: 1px;
94
- border-width: 0 2px 2px 0px;
95
- transform: rotate(45deg);
96
-
97
- }
98
-
99
- /* When the checkbox is checked, add a blue background */
100
- .check-container input:checked ~ .checkmark {
101
- background-color: var(--hlx-color-primary);
102
39
  border: 1px solid var(--hlx-color-primary);
103
40
  }
104
-
105
- /* Create the checkmark/indicator (hidden when not checked) */
106
- .checkmark:after {
107
- content: "";
108
- position: absolute;
109
- display: none;
110
- }
111
-
112
- /* Show the checkmark when checked */
113
- .check-container input:checked ~ .checkmark:after {
114
- display: block;
115
- }
116
-
117
- /* Style the checkmark/indicator */
118
- .check-container .checkmark:after {
119
- left: 5px;
120
- top: 2px;
121
- width: 3px;
122
- height: 7px;
123
- border: solid white;
124
- border-radius: 1px;
125
- border-width: 0 2px 2px 0px;
126
- transform: rotate(45deg);
127
- }
128
-
129
- /////////////////////////////////////////////////////
130
-
131
- /* The container */
132
- .radio-container {
133
- display: flex;
134
- position: relative;
135
- padding-left: 30px;
136
- cursor: pointer;
137
- font-size: 14px;
138
- height: 30px;
139
- -webkit-user-select: none;
140
- -moz-user-select: none;
141
- -ms-user-select: none;
142
- user-select: none;
143
- }
144
-
145
- label.radio-container:hover {
41
+ // color:var(--hlx-color-primary);
42
+ }
43
+ /* Hide the browser's default checkbox */
44
+ .check-container input {
45
+ position: absolute;
46
+ opacity: 0;
47
+ cursor: pointer;
48
+ height: 0;
49
+ width: 0;
50
+ }
51
+
52
+ .partially-checked {
53
+ color: white;
54
+ font-size: 14px;
55
+ position: relative;
56
+ left: -76px;
57
+ z-index: 100;
58
+ top: 1px;
59
+ font-weight: bold;
60
+ }
61
+ /* Create a custom checkbox */
62
+ .checkmark {
63
+ position: absolute;
64
+ left: 5px;
65
+ bottom: 6px;
66
+ height: 16px;
67
+ width: 16px;
68
+ background-color: var(--hlx-border-color-lighter);
69
+ border-radius: 3px;
70
+ border: 1px solid var(--hlx-border-color);
71
+ }
72
+
73
+ /* On mouse-over, add a grey background color */
74
+ // .check-container:hover input ~ .checkmark {
75
+ // background-color:#FFF1D3;
76
+ // }
77
+ .check-container input:disabled:checked ~ .checkmark {
78
+ cursor: not-allowed;
79
+ background: var(--hlx-border-color-lighter);
80
+ border: 1px solid var(--hlx-border-color);
81
+ }
82
+ .check-container input:disabled ~ .checkmark {
83
+ cursor: not-allowed;
84
+ background: var(--hlx-border-color-lighter);
85
+ }
86
+ .check-container input:disabled:checked ~ .checkmark:after {
87
+ left: 5px;
88
+ top: 2px;
89
+ width: 3px;
90
+ height: 7px;
91
+ border: solid var(--hlx-border-color);
92
+ border-radius: 1px;
93
+ border-width: 0 2px 2px 0px;
94
+ transform: rotate(45deg);
95
+ }
96
+
97
+ /* When the checkbox is checked, add a blue background */
98
+ .check-container input:checked ~ .checkmark {
99
+ background-color: var(--hlx-color-primary);
100
+ border: 1px solid var(--hlx-color-primary);
101
+ }
102
+
103
+ /* Create the checkmark/indicator (hidden when not checked) */
104
+ .checkmark:after {
105
+ content: '';
106
+ position: absolute;
107
+ display: none;
108
+ }
109
+
110
+ /* Show the checkmark when checked */
111
+ .check-container input:checked ~ .checkmark:after {
112
+ display: block;
113
+ }
114
+
115
+ /* Style the checkmark/indicator */
116
+ .check-container .checkmark:after {
117
+ left: 5px;
118
+ top: 2px;
119
+ width: 3px;
120
+ height: 7px;
121
+ border: solid white;
122
+ border-radius: 1px;
123
+ border-width: 0 2px 2px 0px;
124
+ transform: rotate(45deg);
125
+ }
126
+
127
+ /////////////////////////////////////////////////////
128
+
129
+ /* The container */
130
+ .radio-container {
131
+ display: flex;
132
+ position: relative;
133
+ padding-left: 30px;
134
+ cursor: pointer;
135
+ font-size: 14px;
136
+ height: 30px;
137
+ -webkit-user-select: none;
138
+ -moz-user-select: none;
139
+ -ms-user-select: none;
140
+ user-select: none;
141
+ }
142
+
143
+ label.radio-container:hover {
146
144
  .radio-checkmark {
147
145
  border: 1px solid var(--hlx-color-primary);
148
146
  }
149
147
  .radio-checkmark.bellTheme {
150
148
  border: 1px solid var(--hlx-color-primary);
151
149
  }
150
+ }
151
+ /* Hide the browser's default radio button */
152
+ .radio-container input {
153
+ position: absolute;
154
+ opacity: 0;
155
+ cursor: pointer;
156
+ }
152
157
 
153
- }
154
- /* Hide the browser's default radio button */
155
- .radio-container input {
156
- position: absolute;
157
- opacity: 0;
158
- cursor: pointer;
159
- }
160
-
161
- /* Create a custom radio button */
162
- .radio-checkmark {
163
- position: absolute;
164
- top: 0;
165
- left: 0;
166
- height: 20px;
167
- width: 20px;
168
- background-color: var(--hlx-border-color-lighter);
169
- border-radius: 50%;
170
- border: 1px solid var(--hlx-border-color);
171
- }
172
- .radio-checkmark {
173
- position: absolute;
174
- top: 0;
175
- left: 0;
176
- height: 20px;
177
- width: 20px;
178
- background-color: var(--hlx-border-color-lighter);
179
- border-radius: 50%;
180
- border: 1px solid var(--hlx-border-color);
181
- }
182
- .radio-checkmark.bellTheme {
183
- position: absolute;
184
- top: 0;
185
- left: 0;
186
- height: 24px;
187
- width: 24px;
188
- background-color: var(--hlx-border-color-lighter);
189
- border-radius: 50%;
190
- border: 1px solid var(--hlx-border-color);
191
- }
192
-
193
- /* On mouse-over, add a grey background color */
194
- // .radio-container:hover input ~ .radio-checkmark {
195
- // background-color: #FFF1D3;
196
- // }
197
-
198
- /* When the radio button is checked, add a blue background */
199
- .radio-container input:checked ~ .radio-checkmark {
200
- border:1px solid var(--hlx-color-primary);
201
- }
202
- .radio-container input:checked ~ .radio-checkmark.bellTheme {
203
- border:6px solid var(--hlx-color-primary);
204
- }
205
-
206
- /* Create the indicator (the dot/circle - hidden when not checked) */
207
- .radio-checkmark:after {
208
- content: "";
209
- position: absolute;
210
- display: none;
211
- }
212
-
213
- /* Show the indicator (dot/circle) when checked */
214
- .radio-container input:checked ~ .radio-checkmark:after {
215
- display: block;
216
- }
217
-
218
- /* Style the indicator (dot/circle) */
219
- .radio-container .radio-checkmark:after {
220
- top: 3px;
221
- left: 3px;
222
- width: 12px;
223
- height: 12px;
224
- border-radius: 50%;
225
- background: var(--hlx-color-primary);
226
- }
227
- .radio-container .radio-checkmark.bellTheme:after {
228
- top: 0px;
229
- left: 0px;
230
- width: 12px;
231
- height: 12px;
232
- border-radius: 50%;
233
- background: transparent;
234
- }
158
+ /* Create a custom radio button */
159
+ .radio-checkmark {
160
+ position: absolute;
161
+ top: 0;
162
+ left: 0;
163
+ height: 20px;
164
+ width: 20px;
165
+ background-color: var(--hlx-border-color-lighter);
166
+ border-radius: 50%;
167
+ border: 1px solid var(--hlx-border-color);
168
+ }
169
+ .radio-checkmark {
170
+ position: absolute;
171
+ top: 0;
172
+ left: 0;
173
+ height: 20px;
174
+ width: 20px;
175
+ background-color: var(--hlx-border-color-lighter);
176
+ border-radius: 50%;
177
+ border: 1px solid var(--hlx-border-color);
178
+ }
179
+ .radio-checkmark.bellTheme {
180
+ position: absolute;
181
+ top: 0;
182
+ left: 0;
183
+ height: 24px;
184
+ width: 24px;
185
+ background-color: var(--hlx-border-color-lighter);
186
+ border-radius: 50%;
187
+ border: 1px solid var(--hlx-border-color);
188
+ }
235
189
 
236
- .radio-container.paddingTop {
237
- padding-top: 2px;
238
- }
239
-
240
- ///////////////////////////////////////////////////////////////////////////////
241
- ///
242
-
243
- label[class^="switch"] {
244
- position: relative;
245
- display: inline-block;
246
- width: 45px;
247
- height: 25px;
248
- }
249
-
250
- label[class^='switch'] input {
251
- opacity: 0;
252
- width: 0;
253
- height: 0;
254
- }
255
-
256
- .slider {
257
- position: absolute;
258
- cursor: pointer;
259
- top: 0;
260
- left: -8px;
261
- right: 0;
262
- bottom: 0;
263
- background-color: #e2e2e2;
264
- -webkit-transition: .4s;
265
- transition: .4s;
266
- // box-shadow: 0px 0px 8px -1px $grey;
267
- border: 1px solid var(--hlx-border-color);
268
- }
269
-
270
- .slider:before {
271
- position: absolute;
272
- content: "";
273
- height: 19px;
274
- width: 19px;
275
- left: 3px;
276
- bottom: 2px;
277
- background-color: white;
278
- transition: 0.4s;
279
- // box-shadow: 0px 0px 8px -1px $grey;
280
- }
281
-
282
- input:checked + .slider {
283
- background-color: var(--hlx-color-primary);
284
- // box-shadow: 0px 0px 8px -1px $grey;
285
- border: 1px solid var(--hlx-color-primary);
286
- }
287
- input:checked + .slider:hover {
288
- background-color: var(--hlx-color-primary);
289
- // box-shadow: 0px 0px 8px -1px $grey;
290
- border: 1px solid var(--hlx-color-primary);
291
- .slider.round:before{
292
- background: var(--hlx-color-primary);
293
- }
294
- }
295
-
296
- input:focus + .slider {
297
- // box-shadow: 0 0 1px white;
298
- // box-shadow: 0px 0px 8px -1px $grey;
299
- // border: 1px solid var(--hlx-color-primary);
300
- }
301
- input + .slider:hover {
302
- // box-shadow: 0 0 1px white;
303
- // box-shadow: 0px 0px 8px -1px $grey;
304
- border: 1px solid var(--hlx-color-primary);
305
- .slider.round:before{
306
- background: var(--hlx-color-primary);
307
- }
308
- }
309
-
310
- input:checked + .slider:before {
311
- -webkit-transform: translateX(26px);
312
- -ms-transform: translateX(26px);
313
- transform: translateX(26px);
314
- background: white;
315
- }
316
-
317
- /* Rounded sliders */
318
- .slider.round {
319
- border-radius: 50px;
190
+ /* On mouse-over, add a grey background color */
191
+ // .radio-container:hover input ~ .radio-checkmark {
192
+ // background-color: #FFF1D3;
193
+ // }
194
+
195
+ /* When the radio button is checked, add a blue background */
196
+ .radio-container input:checked ~ .radio-checkmark {
197
+ border: 1px solid var(--hlx-color-primary);
198
+ }
199
+ .radio-container input:checked ~ .radio-checkmark.bellTheme {
200
+ border: 6px solid var(--hlx-color-primary);
201
+ }
202
+
203
+ /* Create the indicator (the dot/circle - hidden when not checked) */
204
+ .radio-checkmark:after {
205
+ content: '';
206
+ position: absolute;
207
+ display: none;
208
+ }
209
+
210
+ /* Show the indicator (dot/circle) when checked */
211
+ .radio-container input:checked ~ .radio-checkmark:after {
212
+ display: block;
213
+ }
214
+
215
+ /* Style the indicator (dot/circle) */
216
+ .radio-container .radio-checkmark:after {
217
+ top: 3px;
218
+ left: 3px;
219
+ width: 12px;
220
+ height: 12px;
221
+ border-radius: 50%;
222
+ background: var(--hlx-color-primary);
223
+ }
224
+ .radio-container .radio-checkmark.bellTheme:after {
225
+ top: 0px;
226
+ left: 0px;
227
+ width: 12px;
228
+ height: 12px;
229
+ border-radius: 50%;
230
+ background: transparent;
231
+ }
232
+
233
+ .radio-container.paddingTop {
234
+ padding-top: 2px;
235
+ }
236
+
237
+ ///////////////////////////////////////////////////////////////////////////////
238
+ ///
239
+
240
+ label[class^='switch'] {
241
+ position: relative;
242
+ display: inline-block;
243
+ width: 45px;
244
+ height: 25px;
245
+ }
246
+
247
+ label[class^='switch'] input {
248
+ opacity: 0;
249
+ width: 0;
250
+ height: 0;
251
+ }
252
+
253
+ .slider {
254
+ position: absolute;
255
+ cursor: pointer;
256
+ top: 0;
257
+ left: -8px;
258
+ right: 0;
259
+ bottom: 0;
260
+ background-color: #e2e2e2;
261
+ -webkit-transition: 0.4s;
262
+ transition: 0.4s;
263
+ // box-shadow: 0px 0px 8px -1px $grey;
264
+ border: 1px solid var(--hlx-border-color);
265
+ }
266
+
267
+ .slider:before {
268
+ position: absolute;
269
+ content: '';
270
+ height: 19px;
271
+ width: 19px;
272
+ left: 3px;
273
+ bottom: 2px;
274
+ background-color: white;
275
+ transition: 0.4s;
276
+ // box-shadow: 0px 0px 8px -1px $grey;
277
+ }
278
+
279
+ input:checked + .slider {
280
+ background-color: var(--hlx-color-primary);
281
+ // box-shadow: 0px 0px 8px -1px $grey;
282
+ border: 1px solid var(--hlx-color-primary);
283
+ }
284
+ input:checked + .slider:hover {
285
+ background-color: var(--hlx-color-primary);
286
+ // box-shadow: 0px 0px 8px -1px $grey;
287
+ border: 1px solid var(--hlx-color-primary);
288
+ .slider.round:before {
289
+ background: var(--hlx-color-primary);
320
290
  }
321
-
291
+ }
292
+
293
+ // input:focus + .slider {
294
+ // box-shadow: 0 0 1px white;
295
+ // box-shadow: 0px 0px 8px -1px $grey;
296
+ // border: 1px solid var(--hlx-color-primary);
297
+ // }
298
+ input + .slider:hover {
299
+ // box-shadow: 0 0 1px white;
300
+ // box-shadow: 0px 0px 8px -1px $grey;
301
+ border: 1px solid var(--hlx-color-primary);
322
302
  .slider.round:before {
323
- border-radius: 50%;
303
+ background: var(--hlx-color-primary);
324
304
  }
305
+ }
306
+
307
+ input:checked + .slider:before {
308
+ -webkit-transform: translateX(26px);
309
+ -ms-transform: translateX(26px);
310
+ transform: translateX(26px);
311
+ background: white;
312
+ }
313
+
314
+ /* Rounded sliders */
315
+ .slider.round {
316
+ border-radius: 50px;
317
+ }
318
+
319
+ .slider.round:before {
320
+ border-radius: 50%;
321
+ }
325
322
 
326
- .partial-check {
327
- color: white !important;
328
- font-size: 14px !important;
329
- position: absolute !important;
330
- font-weight: bold !important;
331
- top: 9px !important;
332
- left: 6px !important;
333
- z-index: 100 !important;
334
- }
323
+ .partial-check {
324
+ color: white !important;
325
+ font-size: 14px !important;
326
+ position: absolute !important;
327
+ font-weight: bold !important;
328
+ top: 9px !important;
329
+ left: 6px !important;
330
+ z-index: 100 !important;
331
+ }