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.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/icon-style.css +1 -1
- package/dist/src/assets/icons/icon-style(old).css +1 -1
- package/dist/src/assets/icons/icon-style.css +1 -1
- package/dist/src/assets/styles/accordion.scss +99 -99
- package/dist/src/assets/styles/base.scss +6 -1
- package/dist/src/assets/styles/breadcrumb.scss +15 -15
- package/dist/src/assets/styles/buttons.scss +4 -4
- package/dist/src/assets/styles/calendar.scss +343 -346
- package/dist/src/assets/styles/cards.scss +17 -16
- package/dist/src/assets/styles/colorPicker.scss +15 -15
- package/dist/src/assets/styles/colorpalette.scss +138 -139
- package/dist/src/assets/styles/common/var.scss +258 -31
- package/dist/src/assets/styles/componentlayout.scss +126 -128
- package/dist/src/assets/styles/contextMenu.scss +46 -47
- package/dist/src/assets/styles/customdropdown.scss +113 -115
- package/dist/src/assets/styles/dashboard.scss +764 -770
- package/dist/src/assets/styles/dataview.scss +203 -206
- package/dist/src/assets/styles/divider.scss +8 -8
- package/dist/src/assets/styles/dottedPagination.scss +1 -1
- package/dist/src/assets/styles/draggables.scss +36 -39
- package/dist/src/assets/styles/drawer.scss +68 -53
- package/dist/src/assets/styles/errorpage.scss +61 -64
- package/dist/src/assets/styles/fileupload.scss +199 -205
- package/dist/src/assets/styles/fonts.scss +29 -9
- package/dist/src/assets/styles/icon.scss +1 -1
- package/dist/src/assets/styles/imagegallery.scss +169 -167
- package/dist/src/assets/styles/importProgress.scss +1 -1
- package/dist/src/assets/styles/index.scss +21 -0
- package/dist/src/assets/styles/inputfields.scss +44 -46
- package/dist/src/assets/styles/inputitems.scss +315 -318
- package/dist/src/assets/styles/label.scss +48 -54
- package/dist/src/assets/styles/loaders.scss +1 -1
- package/dist/src/assets/styles/mixins/_var.scss +31 -37
- package/dist/src/assets/styles/mixins/functions.scss +7 -7
- package/dist/src/assets/styles/modalwindow.scss +100 -103
- package/dist/src/assets/styles/newtable.scss +10 -23
- package/dist/src/assets/styles/objectViewer.scss +80 -80
- package/dist/src/assets/styles/pagination.scss +12 -6
- package/dist/src/assets/styles/rating.scss +2 -2
- package/dist/src/assets/styles/scrollbar.scss +14 -14
- package/dist/src/assets/styles/search.scss +162 -169
- package/dist/src/assets/styles/select.scss +455 -480
- package/dist/src/assets/styles/sidebar.scss +14 -2
- package/dist/src/assets/styles/signup.scss +118 -128
- package/dist/src/assets/styles/slideControl.scss +1 -0
- package/dist/src/assets/styles/source_content.scss +13 -13
- package/dist/src/assets/styles/speeddial.scss +152 -163
- package/dist/src/assets/styles/style.css.map +12 -12
- package/dist/src/assets/styles/switch.scss +177 -189
- package/dist/src/assets/styles/tablev2.scss +140 -143
- package/dist/src/assets/styles/tabs.scss +48 -49
- package/dist/src/assets/styles/tag.scss +3 -3
- package/dist/src/assets/styles/texteditor.scss +165 -172
- package/dist/src/assets/styles/timeline.scss +384 -400
- package/dist/src/assets/styles/tooltip.scss +52 -72
- package/dist/src/assets/styles/tree.scss +13 -15
- package/dist/src/assets/styles/treeSelect.scss +8 -8
- package/dist/src/assets/styles/variables.scss +9 -9
- package/dist/src/assets/styles/visualbuilder.scss +362 -366
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/es/index.css +0 -1
- package/dist/umd/index.umd.css +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
[data-tooltip] {
|
|
3
2
|
--arrow-size: 5px;
|
|
4
3
|
position: relative;
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
color: #fff;
|
|
39
38
|
text-align: center;
|
|
40
39
|
white-space: pre-wrap;
|
|
41
|
-
transform: translate(-50%,
|
|
40
|
+
transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
|
|
42
41
|
}
|
|
43
42
|
|
|
44
43
|
/* Tooltip arrow */
|
|
@@ -50,7 +49,7 @@
|
|
|
50
49
|
transition-duration: 0s; /* If the mouse leaves the element,
|
|
51
50
|
the transition effects for the
|
|
52
51
|
tooltip arrow are "turned off" */
|
|
53
|
-
transform-origin: top;
|
|
52
|
+
transform-origin: top; /* Orientation setting for the
|
|
54
53
|
slide-down effect */
|
|
55
54
|
transform: translateX(-50%) scaleY(0);
|
|
56
55
|
}
|
|
@@ -83,93 +82,76 @@
|
|
|
83
82
|
|
|
84
83
|
/* LEFT */
|
|
85
84
|
/* Tooltip + arrow */
|
|
86
|
-
[data-tooltip-location=
|
|
87
|
-
[data-tooltip-location=
|
|
85
|
+
[data-tooltip-location='left']:before,
|
|
86
|
+
[data-tooltip-location='left']:after {
|
|
88
87
|
left: auto;
|
|
89
88
|
right: calc(100% + var(--arrow-size));
|
|
90
89
|
bottom: 50%;
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
/* Tooltip */
|
|
94
|
-
[data-tooltip-location=
|
|
93
|
+
[data-tooltip-location='left']:before {
|
|
95
94
|
transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
|
|
96
95
|
}
|
|
97
|
-
[data-tooltip-location=
|
|
96
|
+
[data-tooltip-location='left']:hover:before {
|
|
98
97
|
transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
|
|
99
98
|
}
|
|
100
99
|
|
|
101
100
|
/* Arrow */
|
|
102
|
-
[data-tooltip-location=
|
|
101
|
+
[data-tooltip-location='left']:after {
|
|
103
102
|
border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
|
|
104
103
|
border-color: transparent transparent transparent #2c2c2c;
|
|
105
104
|
transform-origin: left;
|
|
106
105
|
transform: translateY(50%) scaleX(0);
|
|
107
106
|
}
|
|
108
|
-
[data-tooltip-location=
|
|
107
|
+
[data-tooltip-location='left']:hover:after {
|
|
109
108
|
transform: translateY(50%) scaleX(1);
|
|
110
109
|
}
|
|
111
110
|
|
|
112
|
-
|
|
113
|
-
|
|
114
111
|
/* RIGHT */
|
|
115
|
-
[data-tooltip-location=
|
|
116
|
-
[data-tooltip-location=
|
|
112
|
+
[data-tooltip-location='right']:before,
|
|
113
|
+
[data-tooltip-location='right']:after {
|
|
117
114
|
left: calc(100% + var(--arrow-size));
|
|
118
115
|
bottom: 50%;
|
|
119
116
|
}
|
|
120
117
|
|
|
121
|
-
[data-tooltip-location=
|
|
118
|
+
[data-tooltip-location='right']:before {
|
|
122
119
|
transform: translate(var(--arrow-size), 50%) scale(0.5);
|
|
123
120
|
}
|
|
124
|
-
[data-tooltip-location=
|
|
121
|
+
[data-tooltip-location='right']:hover:before {
|
|
125
122
|
transform: translate(var(--arrow-size), 50%) scale(1);
|
|
126
123
|
}
|
|
127
124
|
|
|
128
|
-
[data-tooltip-location=
|
|
125
|
+
[data-tooltip-location='right']:after {
|
|
129
126
|
border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
|
|
130
127
|
border-color: transparent #2c2c2c transparent transparent;
|
|
131
128
|
transform-origin: right;
|
|
132
129
|
transform: translateY(50%) scaleX(0);
|
|
133
130
|
}
|
|
134
|
-
[data-tooltip-location=
|
|
131
|
+
[data-tooltip-location='right']:hover:after {
|
|
135
132
|
transform: translateY(50%) scaleX(1);
|
|
136
133
|
}
|
|
137
134
|
|
|
138
|
-
|
|
139
|
-
|
|
140
135
|
/* BOTTOM */
|
|
141
|
-
[data-tooltip-location=
|
|
142
|
-
[data-tooltip-location=
|
|
136
|
+
[data-tooltip-location='bottom']:before,
|
|
137
|
+
[data-tooltip-location='bottom']:after {
|
|
143
138
|
top: calc(100% + var(--arrow-size));
|
|
144
139
|
bottom: auto;
|
|
145
140
|
}
|
|
146
141
|
|
|
147
|
-
[data-tooltip-location=
|
|
142
|
+
[data-tooltip-location='bottom']:before {
|
|
148
143
|
transform: translate(-50%, var(--arrow-size)) scale(0.5);
|
|
149
144
|
}
|
|
150
|
-
[data-tooltip-location=
|
|
145
|
+
[data-tooltip-location='bottom']:hover:before {
|
|
151
146
|
transform: translate(-50%, var(--arrow-size)) scale(1);
|
|
152
147
|
}
|
|
153
148
|
|
|
154
|
-
[data-tooltip-location=
|
|
149
|
+
[data-tooltip-location='bottom']:after {
|
|
155
150
|
border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
|
|
156
151
|
border-color: transparent transparent #2c2c2c transparent;
|
|
157
152
|
transform-origin: bottom;
|
|
158
153
|
}
|
|
159
154
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
155
|
/* Settings that make the pen look nicer */
|
|
174
156
|
// html {
|
|
175
157
|
// width: 100%;
|
|
@@ -181,7 +163,7 @@
|
|
|
181
163
|
// background-size: 120% 120%;
|
|
182
164
|
// animation: moveFocus 5s ease infinite alternate;
|
|
183
165
|
// }
|
|
184
|
-
// @keyframes moveFocus {
|
|
166
|
+
// @keyframes moveFocus {
|
|
185
167
|
// 0% { background-position: 0% 100% }
|
|
186
168
|
// 100% { background-position: 100% 0% }
|
|
187
169
|
// }
|
|
@@ -201,21 +183,21 @@
|
|
|
201
183
|
// }
|
|
202
184
|
|
|
203
185
|
// button {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
// transition: background 350ms ease-in-out,
|
|
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,
|
|
219
201
|
// transform 150ms ease;
|
|
220
202
|
// }
|
|
221
203
|
// button:hover {
|
|
@@ -296,7 +278,6 @@
|
|
|
296
278
|
// padding-bottom: 24px;
|
|
297
279
|
// }
|
|
298
280
|
|
|
299
|
-
|
|
300
281
|
// @media (max-height: 450px) {
|
|
301
282
|
// main {
|
|
302
283
|
// margin: 2rem 0;
|
|
@@ -311,20 +292,20 @@
|
|
|
311
292
|
|
|
312
293
|
/* Thumbnail settings */
|
|
313
294
|
// @media (max-width: 750px) {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
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
|
+
// }
|
|
328
309
|
// .info-wrapper p:before,
|
|
329
310
|
// .info-wrapper p:after {
|
|
330
311
|
// display: none;
|
|
@@ -336,7 +317,7 @@
|
|
|
336
317
|
// .example-elements a, button {
|
|
337
318
|
// display: none;
|
|
338
319
|
// }
|
|
339
|
-
// .example-elements p:before,
|
|
320
|
+
// .example-elements p:before,
|
|
340
321
|
// .example-elements p:after {
|
|
341
322
|
// visibility: visible;
|
|
342
323
|
// opacity: 1;
|
|
@@ -349,12 +330,11 @@
|
|
|
349
330
|
// .example-elements p:after {
|
|
350
331
|
// transform: translate(-50%, -1px) scaleY(1);
|
|
351
332
|
// }
|
|
352
|
-
|
|
353
|
-
|
|
333
|
+
|
|
354
334
|
// [data-tooltip]:after {
|
|
355
335
|
// bottom: calc(100% + 3px);
|
|
356
336
|
// }
|
|
357
337
|
// [data-tooltip]:after {
|
|
358
338
|
// border-width: 7px 7px 0px 7px;
|
|
359
339
|
// }
|
|
360
|
-
// }
|
|
340
|
+
// }
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
li:not(:empty):after {
|
|
29
29
|
display: block;
|
|
30
30
|
position: absolute;
|
|
31
|
-
content:
|
|
31
|
+
content: '';
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
ul,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
position: relative;
|
|
48
48
|
border-radius: 5px;
|
|
49
49
|
border: 1px solid var(--hlx-border-color);
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
// background-color: $background-color;
|
|
52
52
|
width: 200px;
|
|
53
53
|
height: 100px;
|
|
@@ -79,19 +79,18 @@
|
|
|
79
79
|
&.horizontal {
|
|
80
80
|
min-height: 600px;
|
|
81
81
|
min-width: 600px;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
82
|
+
& > li > div.card {
|
|
83
|
+
margin: 0 !important;
|
|
84
|
+
i {
|
|
85
|
+
bottom: 37% !important;
|
|
86
|
+
}
|
|
88
87
|
}
|
|
89
|
-
|
|
88
|
+
& > li > ul > :first-child:before {
|
|
90
89
|
height: 51%;
|
|
91
90
|
top: 53%;
|
|
92
91
|
}
|
|
93
92
|
|
|
94
|
-
|
|
93
|
+
& > li:last-child:before {
|
|
95
94
|
height: 50%;
|
|
96
95
|
bottom: calc(50% - $margin/2);
|
|
97
96
|
top: auto;
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
justify-content: center;
|
|
113
112
|
align-content: center;
|
|
114
113
|
div.header.grid {
|
|
115
|
-
|
|
116
114
|
text-align: center;
|
|
117
115
|
display: flex;
|
|
118
116
|
flex-direction: row;
|
|
@@ -120,7 +118,7 @@
|
|
|
120
118
|
flex-wrap: wrap;
|
|
121
119
|
padding: 4px 0;
|
|
122
120
|
border: none;
|
|
123
|
-
color: getCssVar(
|
|
121
|
+
color: getCssVar('color', 'primary', 'dark');
|
|
124
122
|
font-weight: bold;
|
|
125
123
|
height: auto;
|
|
126
124
|
}
|
|
@@ -410,7 +408,7 @@
|
|
|
410
408
|
height: 0;
|
|
411
409
|
left: -$margin;
|
|
412
410
|
top: calc($margin * 2);
|
|
413
|
-
content:
|
|
411
|
+
content: '';
|
|
414
412
|
}
|
|
415
413
|
|
|
416
414
|
&:last-child:before {
|
|
@@ -457,14 +455,14 @@
|
|
|
457
455
|
padding: 10px 0 10px 10px;
|
|
458
456
|
border-radius: 7px;
|
|
459
457
|
|
|
460
|
-
.card-body{
|
|
458
|
+
.card-body {
|
|
461
459
|
display: flex;
|
|
462
460
|
justify-content: center;
|
|
463
461
|
align-items: center;
|
|
464
462
|
}
|
|
465
463
|
&:hover {
|
|
466
464
|
.grid.header {
|
|
467
|
-
color: getCssVar(
|
|
465
|
+
color: getCssVar('color', 'primary', 'dark');
|
|
468
466
|
}
|
|
469
467
|
}
|
|
470
468
|
.grid {
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
color: var(--color);
|
|
32
32
|
position: relative;
|
|
33
33
|
box-sizing: border-box;
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
&.show-tree {
|
|
36
36
|
li {
|
|
37
37
|
.label-wrapper {
|
|
38
|
-
&.shepherd{
|
|
38
|
+
&.shepherd {
|
|
39
39
|
pointer-events: none;
|
|
40
40
|
cursor: pointer;
|
|
41
41
|
user-select: none;
|
|
42
42
|
}
|
|
43
43
|
&.selected-tree {
|
|
44
|
-
background-color: #
|
|
44
|
+
background-color: #265e4b;
|
|
45
45
|
}
|
|
46
46
|
&:not(.selected-tree):hover {
|
|
47
47
|
background: var(--hlx-color-primary);
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
&.selected-tree {
|
|
81
|
-
background-color: #
|
|
81
|
+
background-color: #265e4b;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
align-items: center;
|
|
98
98
|
justify-content: flex-start;
|
|
99
99
|
&.selected-tree {
|
|
100
|
-
background-color: #
|
|
100
|
+
background-color: #265e4b;
|
|
101
101
|
color: white !important;
|
|
102
102
|
&:hover i {
|
|
103
103
|
color: var(--hlx-color-white);
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
i {
|
|
121
121
|
color: white;
|
|
122
122
|
}
|
|
123
|
-
background-color: getCssVar(
|
|
123
|
+
background-color: getCssVar('color', 'primary', 'light');
|
|
124
124
|
}
|
|
125
125
|
& > i {
|
|
126
126
|
margin-left: 4px;
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
// border: solid;
|
|
253
253
|
& > ul.guide.guide-current:before {
|
|
254
254
|
position: absolute;
|
|
255
|
-
content:
|
|
255
|
+
content: '';
|
|
256
256
|
left: 22px;
|
|
257
257
|
top: 3px;
|
|
258
258
|
width: 2px;
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
|
|
268
268
|
&.guide:before {
|
|
269
269
|
position: absolute;
|
|
270
|
-
content:
|
|
270
|
+
content: '';
|
|
271
271
|
left: 22px;
|
|
272
272
|
top: 3px;
|
|
273
273
|
width: 2px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
3
|
-
@use
|
|
4
|
-
@import
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use './mixins/var' as *;
|
|
3
|
+
@use './mixins/functions.scss' as *;
|
|
4
|
+
@import './common/var.scss';
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
7
|
/*Basic*/
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
--hlx-color-disable-dark: #{$--color-disable-dark};
|
|
44
44
|
--hlx-color-disable: #{$--color-disable};
|
|
45
45
|
--hlx-color-disable-text: #{$--color-disable-text};
|
|
46
|
-
--hlx-font-type-content
|
|
47
|
-
--hlx-font-type-title
|
|
46
|
+
--hlx-font-type-content: #{$--font-type-content};
|
|
47
|
+
--hlx-font-type-title: #{$--font-type-title};
|
|
48
48
|
// @each $type in (primary, success, warning, error, info,link) {
|
|
49
49
|
// @include set-css-color-rgb($type);
|
|
50
50
|
// }
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
@each $type in (primary, secondary, tree, disable) {
|
|
63
63
|
@include set-css-text-type($type);
|
|
64
64
|
}
|
|
65
|
-
@each $type in (
|
|
65
|
+
@each $type in (header-size, content-size) {
|
|
66
66
|
@include set-css-font-type($type);
|
|
67
67
|
}
|
|
68
|
-
@each $type in (dark, light, lighter,
|
|
68
|
+
@each $type in (dark, light, lighter, '') {
|
|
69
69
|
@include set-css-border-type($type);
|
|
70
70
|
}
|
|
71
|
-
@each $type in (sm, xs, lg,
|
|
71
|
+
@each $type in (sm, xs, lg, '', xl, xxl) {
|
|
72
72
|
@include set-css-line-height-type($type);
|
|
73
73
|
}
|
|
74
74
|
@each $type in (sm, xs, lg, xl, md) {
|