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.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +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 +2 -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 +213 -215
- 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 +14 -14
- 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 +18 -17
- 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 +6 -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 +2 -3
- 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.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,147 +1,144 @@
|
|
|
1
|
-
.container1222{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
.container1222 {
|
|
2
|
+
background-color: #ffffff;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
padding: 30px 30px;
|
|
6
|
+
// font-family: Arial, Helvetica, sans-serif;
|
|
7
|
+
/* position: absolute; */
|
|
8
|
+
/* transform: translate(-50%, -50%); */
|
|
9
|
+
/* left: 50%;
|
|
10
10
|
top: 50%; */
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.bold-icon{
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
font-size: 16px;
|
|
47
|
-
}
|
|
48
|
-
.italic-icon{
|
|
49
|
-
font-style: italic;
|
|
50
|
-
font-size: 16px;
|
|
51
|
-
}
|
|
52
|
-
.underline-icon{
|
|
53
|
-
text-decoration: underline;
|
|
54
|
-
font-size: 16px;
|
|
55
|
-
}
|
|
56
|
-
.strikethrough-icon{
|
|
57
|
-
text-decoration: line-through;
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
// align-items: center;
|
|
60
|
-
}
|
|
61
|
-
.superscript-icon,.subscript-icon{
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
sub{
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
sup{
|
|
67
|
-
font-size: 10px;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
.option-button:hover {
|
|
72
|
-
background-color: var(--hlx-color-primary);
|
|
73
|
-
color: var(--hlx-color-white);
|
|
74
|
-
}
|
|
75
|
-
select {
|
|
76
|
-
padding: 7px;
|
|
77
|
-
border: 1px solid #d4d4d4;
|
|
78
|
-
border-radius: 3px;
|
|
79
|
-
}
|
|
80
|
-
option{
|
|
81
|
-
height: 50px;
|
|
82
|
-
}
|
|
83
|
-
.input-wrapper {
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
gap: 8px;
|
|
87
|
-
label{
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
input[type="color"] {
|
|
92
|
-
-webkit-appearance: none;
|
|
93
|
-
-moz-appearance: none;
|
|
94
|
-
appearance: none;
|
|
95
|
-
background-color: transparent;
|
|
96
|
-
width: 40px;
|
|
97
|
-
height: 28px;
|
|
98
|
-
border: none;
|
|
99
|
-
cursor: pointer;
|
|
100
|
-
}
|
|
101
|
-
input[type="color"]::-webkit-color-swatch {
|
|
102
|
-
border-radius: 3px;
|
|
103
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
|
|
104
|
-
}
|
|
105
|
-
input[type="color"]::-moz-color-swatch {
|
|
106
|
-
border-radius: 3px;
|
|
107
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
|
|
108
|
-
}
|
|
109
|
-
.texteditoractive {
|
|
110
|
-
background-color: #54bd95;
|
|
111
|
-
color: #ffffff;
|
|
112
|
-
}
|
|
113
|
-
.active {
|
|
114
|
-
background-color: #d8e3ff;
|
|
115
|
-
color: #1d46ff;
|
|
116
|
-
}
|
|
117
|
-
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
border: 1px solid var(--hlx-border-color);
|
|
13
|
+
// i{
|
|
14
|
+
// font-size: 32px;
|
|
15
|
+
// }
|
|
16
|
+
// box-shadow: 0 25px 50px rgba(7, 20, 35, 0.2);
|
|
17
|
+
.options {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-wrap: wrap;
|
|
20
|
+
align-items: center;
|
|
21
|
+
// gap: 15px;
|
|
22
|
+
font-family: Opensans;
|
|
23
|
+
|
|
24
|
+
select {
|
|
25
|
+
height: 25px;
|
|
26
|
+
padding: 0px !important;
|
|
27
|
+
}
|
|
28
|
+
// background-color: aqua;
|
|
29
|
+
.option-button {
|
|
30
|
+
height: 35px;
|
|
31
|
+
width: 35px;
|
|
32
|
+
display: grid;
|
|
33
|
+
place-items: center;
|
|
34
|
+
// justify-content: center;
|
|
35
|
+
border-radius: 3px;
|
|
36
|
+
border: none;
|
|
37
|
+
background-color: #ffffff;
|
|
38
|
+
outline: none;
|
|
39
|
+
color: var(--hlx-text-color-primary);
|
|
40
|
+
i {
|
|
41
|
+
font-size: 24px;
|
|
118
42
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
#text-input,#text-input1 {
|
|
122
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
123
43
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
44
|
+
.bold-icon {
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
}
|
|
48
|
+
.italic-icon {
|
|
49
|
+
font-style: italic;
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
}
|
|
52
|
+
.underline-icon {
|
|
53
|
+
text-decoration: underline;
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
}
|
|
56
|
+
.strikethrough-icon {
|
|
57
|
+
text-decoration: line-through;
|
|
58
|
+
font-size: 16px;
|
|
59
|
+
// align-items: center;
|
|
60
|
+
}
|
|
61
|
+
.superscript-icon,
|
|
62
|
+
.subscript-icon {
|
|
63
|
+
font-size: 16px;
|
|
64
|
+
sub {
|
|
65
|
+
font-size: 10px;
|
|
131
66
|
}
|
|
67
|
+
sup {
|
|
68
|
+
font-size: 10px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.option-button:hover {
|
|
73
|
+
background-color: var(--hlx-color-primary);
|
|
74
|
+
color: var(--hlx-color-white);
|
|
75
|
+
}
|
|
76
|
+
select {
|
|
77
|
+
padding: 7px;
|
|
78
|
+
border: 1px solid #d4d4d4;
|
|
79
|
+
border-radius: 3px;
|
|
80
|
+
}
|
|
81
|
+
option {
|
|
82
|
+
height: 50px;
|
|
83
|
+
}
|
|
84
|
+
.input-wrapper {
|
|
85
|
+
display: flex;
|
|
86
|
+
align-items: center;
|
|
87
|
+
gap: 8px;
|
|
88
|
+
label {
|
|
89
|
+
font-size: 14px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
input[type='color'] {
|
|
93
|
+
-webkit-appearance: none;
|
|
94
|
+
-moz-appearance: none;
|
|
95
|
+
appearance: none;
|
|
96
|
+
background-color: transparent;
|
|
97
|
+
width: 40px;
|
|
98
|
+
height: 28px;
|
|
99
|
+
border: none;
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
}
|
|
102
|
+
input[type='color']::-webkit-color-swatch {
|
|
103
|
+
border-radius: 3px;
|
|
104
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
|
|
105
|
+
}
|
|
106
|
+
input[type='color']::-moz-color-swatch {
|
|
107
|
+
border-radius: 3px;
|
|
108
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
|
|
109
|
+
}
|
|
110
|
+
.texteditoractive {
|
|
111
|
+
background-color: #54bd95;
|
|
112
|
+
color: #ffffff;
|
|
113
|
+
}
|
|
114
|
+
.active {
|
|
115
|
+
background-color: #d8e3ff;
|
|
116
|
+
color: #1d46ff;
|
|
117
|
+
}
|
|
132
118
|
}
|
|
133
119
|
|
|
120
|
+
#text-input,
|
|
121
|
+
#text-input1 {
|
|
122
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
134
123
|
|
|
124
|
+
margin-top: 10px;
|
|
125
|
+
border: 1px solid #dddddd;
|
|
126
|
+
border-radius: 7px;
|
|
127
|
+
padding: 20px;
|
|
128
|
+
height: 50vh;
|
|
129
|
+
// font-family: none !important;
|
|
130
|
+
/* overflow: hidden scroll; */
|
|
131
|
+
}
|
|
132
|
+
}
|
|
135
133
|
|
|
136
|
-
.hello{
|
|
134
|
+
.hello {
|
|
137
135
|
color: #000000;
|
|
138
136
|
}
|
|
139
137
|
|
|
140
|
-
|
|
141
|
-
.icon-link-alt-regular{
|
|
138
|
+
.icon-link-alt-regular {
|
|
142
139
|
font-size: 18px;
|
|
143
140
|
}
|
|
144
|
-
#createLink{
|
|
141
|
+
// #createLink {
|
|
145
142
|
// border: none;
|
|
146
143
|
// background-color: white;
|
|
147
144
|
// &:hover{
|
|
@@ -149,8 +146,7 @@
|
|
|
149
146
|
// color: var(--hlx-color-white);
|
|
150
147
|
// border-radius: 8px;
|
|
151
148
|
// }
|
|
152
|
-
}
|
|
153
|
-
|
|
149
|
+
// }
|
|
154
150
|
|
|
155
151
|
// .text-format{
|
|
156
152
|
// height:100px;
|
|
@@ -160,56 +156,55 @@
|
|
|
160
156
|
|
|
161
157
|
// }
|
|
162
158
|
|
|
163
|
-
|
|
164
|
-
.specify{
|
|
159
|
+
.specify {
|
|
165
160
|
display: flex;
|
|
166
|
-
width:200px;
|
|
161
|
+
width: 200px;
|
|
167
162
|
justify-content: space-around;
|
|
168
163
|
border-right: 1px solid var(--hlx-border-color);
|
|
169
164
|
margin-bottom: 5px;
|
|
170
165
|
}
|
|
171
|
-
.specify1{
|
|
166
|
+
.specify1 {
|
|
172
167
|
display: flex;
|
|
173
|
-
width:100px;
|
|
168
|
+
width: 100px;
|
|
174
169
|
// background-color: #020929;
|
|
175
170
|
justify-content: space-evenly;
|
|
176
171
|
border-right: 1px solid var(--hlx-border-color);
|
|
177
172
|
margin-bottom: 5px;
|
|
178
173
|
}
|
|
179
|
-
.specify2{
|
|
174
|
+
.specify2 {
|
|
180
175
|
display: flex;
|
|
181
|
-
width:100px;
|
|
176
|
+
width: 100px;
|
|
182
177
|
justify-content: space-evenly;
|
|
183
178
|
border-right: 1px solid var(--hlx-border-color);
|
|
184
179
|
margin-bottom: 5px;
|
|
185
180
|
}
|
|
186
|
-
.specify3{
|
|
181
|
+
.specify3 {
|
|
187
182
|
display: flex;
|
|
188
|
-
width:100px;
|
|
183
|
+
width: 100px;
|
|
189
184
|
justify-content: space-evenly;
|
|
190
185
|
border-right: 1px solid var(--hlx-border-color);
|
|
191
186
|
margin-bottom: 5px;
|
|
192
187
|
}
|
|
193
188
|
|
|
194
|
-
.specify4{
|
|
189
|
+
.specify4 {
|
|
195
190
|
display: flex;
|
|
196
|
-
width:50px;
|
|
191
|
+
width: 50px;
|
|
197
192
|
justify-content: space-evenly;
|
|
198
193
|
border-right: 1px solid var(--hlx-border-color);
|
|
199
194
|
margin-bottom: 5px;
|
|
200
195
|
}
|
|
201
196
|
|
|
202
|
-
.specify5{
|
|
197
|
+
.specify5 {
|
|
203
198
|
display: flex;
|
|
204
|
-
width:250px;
|
|
199
|
+
width: 250px;
|
|
205
200
|
justify-content: space-evenly;
|
|
206
201
|
// border-right: 1px solid var(--hlx-border-color);
|
|
207
202
|
margin-bottom: 5px;
|
|
208
203
|
}
|
|
209
204
|
|
|
210
|
-
.specify7{
|
|
205
|
+
.specify7 {
|
|
211
206
|
display: flex;
|
|
212
|
-
width:108px;
|
|
207
|
+
width: 108px;
|
|
213
208
|
justify-content: space-evenly;
|
|
214
209
|
margin-bottom: 5px;
|
|
215
210
|
margin-left: 10px;
|
|
@@ -217,23 +212,21 @@
|
|
|
217
212
|
border-left: 1px solid var(--hlx-border-color);
|
|
218
213
|
}
|
|
219
214
|
|
|
220
|
-
.specify8{
|
|
215
|
+
.specify8 {
|
|
221
216
|
display: flex;
|
|
222
|
-
width:200px;
|
|
217
|
+
width: 200px;
|
|
223
218
|
justify-content: space-around;
|
|
224
219
|
margin-bottom: 5px;
|
|
225
|
-
margin-right:10px;
|
|
220
|
+
margin-right: 10px;
|
|
226
221
|
}
|
|
227
|
-
.specify9{
|
|
222
|
+
.specify9 {
|
|
228
223
|
display: flex;
|
|
229
|
-
width:80px;
|
|
224
|
+
width: 80px;
|
|
230
225
|
justify-content: space-around;
|
|
231
226
|
margin-bottom: 5px;
|
|
232
227
|
}
|
|
233
228
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
.strike{
|
|
229
|
+
.strike {
|
|
237
230
|
text-decoration: line-through;
|
|
238
231
|
}
|
|
239
232
|
|
|
@@ -246,27 +239,27 @@
|
|
|
246
239
|
color: var(--hlx-color-white) !important;
|
|
247
240
|
border-radius: 8px;
|
|
248
241
|
}
|
|
249
|
-
.url-link{
|
|
250
|
-
width:100%;
|
|
242
|
+
.url-link {
|
|
243
|
+
width: 100%;
|
|
251
244
|
}
|
|
252
245
|
|
|
253
|
-
.link-input{
|
|
254
|
-
height:40px;
|
|
255
|
-
width:100%;
|
|
256
|
-
outline:none;
|
|
257
|
-
border:1px solid
|
|
246
|
+
.link-input {
|
|
247
|
+
height: 40px;
|
|
248
|
+
width: 100%;
|
|
249
|
+
outline: none;
|
|
250
|
+
border: 1px solid var(--hlx-border-color);
|
|
258
251
|
border-radius: 5px;
|
|
259
252
|
font-family: 'OpenSans';
|
|
260
253
|
}
|
|
261
|
-
.link-save-button{
|
|
262
|
-
height:40px;
|
|
254
|
+
.link-save-button {
|
|
255
|
+
height: 40px;
|
|
263
256
|
background-color: var(--hlx-color-primary);
|
|
264
|
-
color:var(--hlx-color-white);
|
|
265
|
-
width:30%;
|
|
257
|
+
color: var(--hlx-color-white);
|
|
258
|
+
width: 30%;
|
|
266
259
|
border-radius: 5px;
|
|
267
260
|
}
|
|
268
261
|
|
|
269
|
-
.texteditor-head-title{
|
|
262
|
+
.texteditor-head-title {
|
|
270
263
|
font-weight: bold;
|
|
271
264
|
font-size: 16px;
|
|
272
265
|
display: flex;
|
|
@@ -275,12 +268,12 @@
|
|
|
275
268
|
}
|
|
276
269
|
|
|
277
270
|
.adv-option-button {
|
|
278
|
-
height:35px;
|
|
279
|
-
width:35px;
|
|
271
|
+
height: 35px;
|
|
272
|
+
width: 35px;
|
|
280
273
|
cursor: pointer;
|
|
281
|
-
&:hover{
|
|
274
|
+
&:hover {
|
|
282
275
|
background-color: var(--hlx-color-primary);
|
|
283
276
|
color: var(--hlx-color-white);
|
|
284
277
|
border-radius: 6px;
|
|
285
278
|
}
|
|
286
|
-
}
|
|
279
|
+
}
|