halleyx-ui-framework 4.1.8 → 4.2.0

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.css +1 -1
  4. package/dist/es/index.js +1 -1
  5. package/dist/src/assets/icon-style.css +1 -1
  6. package/dist/src/assets/icons/icon-style(old).css +1 -1
  7. package/dist/src/assets/icons/icon-style.css +1 -1
  8. package/dist/src/assets/styles/accordion.scss +99 -99
  9. package/dist/src/assets/styles/base.scss +2 -1
  10. package/dist/src/assets/styles/breadcrumb.scss +15 -15
  11. package/dist/src/assets/styles/buttons.scss +4 -4
  12. package/dist/src/assets/styles/calendar.scss +343 -346
  13. package/dist/src/assets/styles/cards.scss +17 -16
  14. package/dist/src/assets/styles/colorPicker.scss +15 -15
  15. package/dist/src/assets/styles/colorpalette.scss +138 -139
  16. package/dist/src/assets/styles/common/var.scss +213 -215
  17. package/dist/src/assets/styles/componentlayout.scss +126 -128
  18. package/dist/src/assets/styles/contextMenu.scss +46 -47
  19. package/dist/src/assets/styles/customdropdown.scss +113 -115
  20. package/dist/src/assets/styles/dashboard.scss +764 -770
  21. package/dist/src/assets/styles/dataview.scss +203 -206
  22. package/dist/src/assets/styles/divider.scss +8 -8
  23. package/dist/src/assets/styles/dottedPagination.scss +1 -1
  24. package/dist/src/assets/styles/draggables.scss +36 -39
  25. package/dist/src/assets/styles/drawer.scss +68 -53
  26. package/dist/src/assets/styles/errorpage.scss +61 -64
  27. package/dist/src/assets/styles/fileupload.scss +199 -205
  28. package/dist/src/assets/styles/fonts.scss +14 -14
  29. package/dist/src/assets/styles/icon.scss +1 -1
  30. package/dist/src/assets/styles/imagegallery.scss +169 -167
  31. package/dist/src/assets/styles/importProgress.scss +1 -1
  32. package/dist/src/assets/styles/index.scss +18 -17
  33. package/dist/src/assets/styles/inputfields.scss +44 -46
  34. package/dist/src/assets/styles/inputitems.scss +315 -318
  35. package/dist/src/assets/styles/label.scss +48 -54
  36. package/dist/src/assets/styles/loaders.scss +1 -1
  37. package/dist/src/assets/styles/mixins/_var.scss +31 -37
  38. package/dist/src/assets/styles/mixins/functions.scss +7 -7
  39. package/dist/src/assets/styles/modalwindow.scss +100 -103
  40. package/dist/src/assets/styles/newtable.scss +10 -23
  41. package/dist/src/assets/styles/objectViewer.scss +80 -80
  42. package/dist/src/assets/styles/pagination.scss +6 -6
  43. package/dist/src/assets/styles/rating.scss +2 -2
  44. package/dist/src/assets/styles/scrollbar.scss +14 -14
  45. package/dist/src/assets/styles/search.scss +162 -169
  46. package/dist/src/assets/styles/select.scss +455 -480
  47. package/dist/src/assets/styles/sidebar.scss +2 -3
  48. package/dist/src/assets/styles/signup.scss +118 -128
  49. package/dist/src/assets/styles/slideControl.scss +1 -0
  50. package/dist/src/assets/styles/source_content.scss +13 -13
  51. package/dist/src/assets/styles/speeddial.scss +152 -163
  52. package/dist/src/assets/styles/style.css.map +12 -12
  53. package/dist/src/assets/styles/switch.scss +177 -189
  54. package/dist/src/assets/styles/tablev2.scss +140 -143
  55. package/dist/src/assets/styles/tabs.scss +48 -49
  56. package/dist/src/assets/styles/tag.scss +3 -3
  57. package/dist/src/assets/styles/texteditor.scss +165 -172
  58. package/dist/src/assets/styles/timeline.scss +384 -400
  59. package/dist/src/assets/styles/tooltip.scss +52 -72
  60. package/dist/src/assets/styles/tree.scss +13 -15
  61. package/dist/src/assets/styles/treeSelect.scss +8 -8
  62. package/dist/src/assets/styles/variables.scss +9 -9
  63. package/dist/src/assets/styles/visualbuilder.scss +362 -366
  64. package/dist/umd/index.umd.css +1 -1
  65. package/dist/umd/index.umd.js +1 -1
  66. package/dist/umd/index.umd.js.map +1 -1
  67. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
- // // table
2
- // // { width: 100%;
1
+ // // table
2
+ // // { width: 100%;
3
3
  // // display: block;
4
4
  // // overflow-x: auto;
5
- // // white-space: nowrap;
5
+ // // white-space: nowrap;
6
6
  // // border-collapse: collapse;
7
7
  // // font-family: var(--hlx-font-type-content);
8
8
  // // i{
@@ -13,18 +13,18 @@
13
13
  // // text-align: left;
14
14
  // // }
15
15
  // th
16
-
17
- // {
16
+
17
+ // {
18
18
  // // width: 100%;
19
19
  // // min-width: 100px;
20
20
  // // text-overflow: ellipsis;
21
21
  // // overflow: hidden;
22
22
  // // white-space: nowrap;
23
23
  // // // border-bottom: solid 1px $border-color;
24
- // // padding: 12px;
24
+ // // padding: 12px;
25
25
  // }
26
26
  // // td
27
- // // {
27
+ // // {
28
28
  // // width: 1%;
29
29
  // // font-family: var(--hlx-font-type-content);
30
30
  // // // min-width: max-content;
@@ -32,7 +32,7 @@
32
32
  // // // overflow: hidden;
33
33
  // // // white-space: nowrap;
34
34
  // // // // border-bottom: solid 1px $border-color;
35
- // // padding: 12px;
35
+ // // padding: 12px;
36
36
  // // }
37
37
 
38
38
  // .table-img{
@@ -40,7 +40,7 @@
40
40
  // width: 100px;
41
41
  // height: 31.5px;
42
42
  // object-fit: contain;
43
-
43
+
44
44
  // }
45
45
 
46
46
  // .row-expand{
@@ -121,7 +121,6 @@
121
121
  // padding-top: 19px;
122
122
  // }
123
123
 
124
-
125
124
  // .onehead{
126
125
  // min-width: 322.6666666666667px;
127
126
  // width:322.6666666666667px;
@@ -143,9 +142,6 @@
143
142
  // justify-content: center;
144
143
  // }
145
144
 
146
-
147
-
148
-
149
145
  // .child-title{
150
146
  // min-width: 260px;
151
147
  // max-width: 260px;
@@ -155,10 +151,9 @@
155
151
  // }
156
152
 
157
153
  // .table-wrapper-2{
158
- // width:100%;
154
+ // width:100%;
159
155
  // }
160
156
 
161
-
162
157
  // .url-value{
163
158
  // color:var(--hlx-text-color-primary);
164
159
  // }
@@ -196,22 +191,17 @@
196
191
  // }
197
192
  // }
198
193
 
199
-
200
-
201
194
  // //rowgroup
202
195
 
203
-
204
196
  // .group-by{
205
197
  // width:20%;
206
198
  // margin-right: 10px;
207
199
  // }
208
200
 
209
-
210
201
  // .group-by-row-parent{
211
202
  // width:100%;
212
203
  // }
213
204
 
214
-
215
205
  // .group-by-row-child:first-child{
216
206
  // width:200px;
217
207
  // }
@@ -224,7 +214,6 @@
224
214
  // border-bottom: 1px solid var(--hlx-border-color);
225
215
  // }
226
216
 
227
-
228
217
  // .normalrow{
229
218
  // display:flex
230
219
  // }
@@ -235,7 +224,6 @@
235
224
  // display: none;
236
225
  // }
237
226
 
238
-
239
227
  // .showdata{
240
228
  // display: flex;
241
229
  // }
@@ -301,7 +289,6 @@
301
289
  // font-size: 12px;
302
290
  // }
303
291
 
304
-
305
292
  // .show_custom_Filter{
306
293
  // display: none;
307
294
  // }
@@ -1,119 +1,119 @@
1
1
  .parent {
2
- display: none;
3
- font-size: 15px !important;
2
+ display: none;
3
+ font-size: 15px !important;
4
4
  }
5
5
  .parent:first-child {
6
- display: block;
6
+ display: block;
7
7
  }
8
8
  .db-row {
9
- display: flex;
10
- width: 100%;
11
- // height: 60px;
12
- i {
13
- cursor: pointer;
14
- }
9
+ display: flex;
10
+ width: 100%;
11
+ // height: 60px;
12
+ i {
13
+ cursor: pointer;
14
+ }
15
15
  }
16
16
 
17
17
  #other {
18
- height: 40px;
19
- display: flex;
20
- align-items: center;
18
+ height: 40px;
19
+ display: flex;
20
+ align-items: center;
21
21
  }
22
22
 
23
23
  #obj.db-row {
24
- min-height: 40px;
25
- padding-left: 4px;
24
+ min-height: 40px;
25
+ padding-left: 4px;
26
26
  }
27
27
 
28
28
  #obj.db-row:not(:first-of-type) {
29
- margin-left: -40px;
30
- }
29
+ margin-left: -40px;
30
+ }
31
31
 
32
- .array-string {
33
- display: flex;
34
- margin-top: 6px;
35
- }
32
+ .array-string {
33
+ display: flex;
34
+ margin-top: 6px;
35
+ }
36
36
 
37
- .array-index {
38
- display: flex;
39
- }
37
+ .array-index {
38
+ display: flex;
39
+ }
40
40
  .div-with-arrow {
41
- margin-left: 4px;
42
- margin-top: 8px;
43
- // margin-bottom: 16px;
41
+ margin-left: 4px;
42
+ margin-top: 8px;
43
+ // margin-bottom: 16px;
44
44
  }
45
45
 
46
46
  .colon-key {
47
- display: flex;
48
- width: 150px !important;
49
- word-break: break-all;
50
- margin-right: 20px;
47
+ display: flex;
48
+ width: 150px !important;
49
+ word-break: break-all;
50
+ margin-right: 20px;
51
51
  }
52
52
 
53
53
  #other {
54
- padding: 4px;
55
- border-radius: 5px;
54
+ padding: 4px;
55
+ border-radius: 5px;
56
56
  }
57
57
  #other:hover {
58
- background: var(--hlx-color-primary-lighter);
59
- .enable-edit{
60
- margin-left: 1rem;
61
- margin-bottom: 3px;
62
- display: flex !important;
63
- }
58
+ background: var(--hlx-color-primary-lighter);
59
+ .enable-edit {
60
+ margin-left: 1rem;
61
+ margin-bottom: 3px;
62
+ display: flex !important;
63
+ }
64
64
  }
65
65
 
66
66
  .array-index-parent:has(.array-index) {
67
- border-right: 1px solid #d8d8d8;
68
- padding-right: 4px;
69
- margin-top: 6px;
70
- margin-bottom: 16px;
67
+ border-right: 1px solid #d8d8d8;
68
+ padding-right: 4px;
69
+ margin-top: 6px;
70
+ margin-bottom: 16px;
71
71
  }
72
72
  .array-index-parent:has(.array-string) {
73
- // border-right: 1px solid #d8d8d8;
74
- // width: 150px;
75
- word-break: break-all;
76
- }
73
+ // border-right: 1px solid #d8d8d8;
74
+ // width: 150px;
75
+ word-break: break-all;
76
+ }
77
77
 
78
- .colon-value {
79
- word-break: break-all;
80
- display: flex;
81
- align-items: flex-end;
82
- min-width: 250px;
78
+ .colon-value {
79
+ word-break: break-all;
80
+ display: flex;
81
+ align-items: flex-end;
82
+ min-width: 250px;
83
83
 
84
- .cancel-edit {
85
- color: var(--error);
86
- font-size: 1.5rem;
87
- margin-left: 4px;
88
- }
89
- .icon-check-square-regular {
90
- color: #54bd95;
91
- font-size: 1.5rem;
92
- }
84
+ .cancel-edit {
85
+ color: var(--error);
86
+ font-size: 1.5rem;
87
+ margin-left: 4px;
93
88
  }
89
+ .icon-check-square-regular {
90
+ color: #54bd95;
91
+ font-size: 1.5rem;
92
+ }
93
+ }
94
94
 
95
- #other.db-row {
96
- // margin-bottom: 1rem;
97
-
98
- .radio-container {
99
- align-items: center;
100
- }
95
+ #other.db-row {
96
+ // margin-bottom: 1rem;
101
97
 
102
- .radio-checkmark {
103
- margin-top: 4px;
104
- }
98
+ .radio-container {
99
+ align-items: center;
105
100
  }
106
101
 
107
- .schema-builder-input{
108
- height: 36px;
109
- border-radius: 5px;
110
- border: 1px solid #d8d8d8;
111
- padding: 8px;
112
- font-size: 15px;
113
- margin-left: 1rem;
114
- margin-bottom: 1rem;
102
+ .radio-checkmark {
103
+ margin-top: 4px;
115
104
  }
105
+ }
106
+
107
+ .schema-builder-input {
108
+ height: 36px;
109
+ border-radius: 5px;
110
+ border: 1px solid #d8d8d8;
111
+ padding: 8px;
112
+ font-size: 15px;
113
+ margin-left: 1rem;
114
+ margin-bottom: 1rem;
115
+ }
116
116
 
117
- .schema-builder-key-value{
118
- // display: flex;
119
- }
117
+ // .schema-builder-key-value {
118
+ // display: flex;
119
+ // }
@@ -1,4 +1,4 @@
1
- [id^="hlx-pagination-container-hlx-"] {
1
+ [id^='hlx-pagination-container-hlx-'] {
2
2
  display: grid;
3
3
  width: 100%;
4
4
  justify-content: end;
@@ -159,7 +159,7 @@
159
159
  }
160
160
  &.dec::before,
161
161
  &.inc::before {
162
- content: "...";
162
+ content: '...';
163
163
  }
164
164
  &:hover:not(.higlight) {
165
165
  border-radius: 50%;
@@ -178,7 +178,7 @@
178
178
  display: block;
179
179
  }
180
180
  &::before {
181
- content: "";
181
+ content: '';
182
182
  }
183
183
  }
184
184
  &.inc:hover {
@@ -186,14 +186,14 @@
186
186
  display: block;
187
187
  }
188
188
  &::before {
189
- content: "";
189
+ content: '';
190
190
  }
191
191
  }
192
192
  }
193
193
  }
194
194
  }
195
195
  @media screen and (max-width: 800px) {
196
- [id^="hlx-pagination-container-hlx-"] {
196
+ [id^='hlx-pagination-container-hlx-'] {
197
197
  &.rows-per-page:not(.go-to) {
198
198
  grid-template-columns: 70px;
199
199
  grid-template-rows: 1fr 1fr;
@@ -202,7 +202,7 @@
202
202
  }
203
203
  }
204
204
  @media screen and (max-width: 900px) {
205
- [id^="hlx-pagination-container-hlx-"] {
205
+ [id^='hlx-pagination-container-hlx-'] {
206
206
  &.rows-per-page:not(.go-to) {
207
207
  grid-template-columns: 70px;
208
208
  grid-template-rows: 1fr 1fr;
@@ -13,9 +13,9 @@
13
13
  // .rating__icon {
14
14
  // pointer-events: none;
15
15
  // }
16
- .full-star[read="false"] {
16
+ .full-star[read='false'] {
17
17
  // background-color: red;
18
- .rating__label:hover:not([class="rated"]) {
18
+ .rating__label:hover:not([class='rated']) {
19
19
  display: block;
20
20
  // background: #000;
21
21
  }
@@ -1,15 +1,15 @@
1
1
  ::-webkit-scrollbar {
2
- width: 4px;
3
- height: 4px;
4
- }
5
- ::-webkit-scrollbar-track {
6
- background-color: transparent;
7
- border-radius: 20px;
8
- }
9
- ::-webkit-scrollbar-thumb {
10
- background: #bdbdbd;
11
- border-radius: 10px;
12
- }
13
- ::-webkit-scrollbar-thumb:hover {
14
- background: #bdbdbd;
15
- }
2
+ width: 4px;
3
+ height: 4px;
4
+ }
5
+ ::-webkit-scrollbar-track {
6
+ background-color: transparent;
7
+ border-radius: 20px;
8
+ }
9
+ ::-webkit-scrollbar-thumb {
10
+ background: #bdbdbd;
11
+ border-radius: 10px;
12
+ }
13
+ ::-webkit-scrollbar-thumb:hover {
14
+ background: #bdbdbd;
15
+ }