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
@@ -16,7 +16,7 @@
16
16
  transition: 0.5s;
17
17
  }
18
18
 
19
- [id^="navbar-"].hlx-sidebar-container {
19
+ [id^='navbar-'].hlx-sidebar-container {
20
20
  .nav-items {
21
21
  max-height: 75%;
22
22
  overflow: none auto;
@@ -132,7 +132,7 @@
132
132
  cursor: pointer;*/
133
133
 
134
134
  ::after {
135
- content: "";
135
+ content: '';
136
136
  width: 50px;
137
137
  height: 50px;
138
138
  }
@@ -414,7 +414,6 @@
414
414
  align-content: flex-start;
415
415
  justify-content: flex-start;
416
416
  align-items: flex-start;
417
-
418
417
  li {
419
418
  flex-shrink: 0;
420
419
  }
@@ -1,150 +1,140 @@
1
- @mixin margin($margin-top:0,$margin-right:0,$margin-down:0,$margin-left:0){
2
- margin: $margin-top $margin-right $margin-down $margin-left;
3
- }
1
+ @mixin margin(
2
+ $margin-top: 0,
3
+ $margin-right: 0,
4
+ $margin-down: 0,
5
+ $margin-left: 0
6
+ ) {
7
+ margin: $margin-top $margin-right $margin-down $margin-left;
8
+ }
4
9
  @mixin flex-prop {
5
- display: flex;
6
- justify-content: flex-end;
7
-
10
+ display: flex;
11
+ justify-content: flex-end;
8
12
  }
9
13
 
10
- .right-container-signup{
11
- background-color: #FFFFFF;
12
- width: 50%;
13
- height: 100%;
14
- display: flex;
15
- align-items: center;
16
- justify-content: center;
17
- .login-form{
18
-
19
- width: 400px;
20
- .sign-in-text{
21
- display: flex;
22
- width: 100%;
23
- justify-content: flex-start;
24
- h2{
25
- color: var(--hlx-text-color-primary);
26
- font-weight: lighter;
27
- margin-bottom: 15px;
28
- font-size: 24px;
29
- }
30
- }
31
- .forgot-pssword{
32
- color: var(--hlx-text-color-primary);
33
- font-size: 14px;
34
- margin-bottom: 15px;
35
- float: right;
36
- cursor: pointer;
37
- &:hover{
38
- color: var(--hlx-color-primary);
39
- }
40
-
41
- }
42
- .quotes-container{
43
- font-size: 14px;
44
- .black-frame{
45
- color: var(--hlx-text-color-primary);
46
- .signup-text{
47
- text-decoration: none;
48
- cursor: pointer;
49
- color: var(--hlx-color-primary);
50
-
51
- }
52
-
53
- }
54
-
55
- }
56
-
57
- button{
58
- width:100% ;
59
- border-radius: 4px;
60
- border: none;
61
- margin-bottom: 15px;
62
- padding: 10px 24px 10px 24px;
63
- color: #fff;
64
- background-color: var(--hlx-color-primary);
65
- cursor: pointer;
66
- }
67
- // button:hover{
68
- // background-color: var(--hlx-color-primary)-dark;
69
- // color: var(--hlx-color-primary);
70
- // }
71
-
72
- }
73
- .create-password{
74
- margin-bottom: 15px;
75
- }
76
-
77
-
14
+ .right-container-signup {
15
+ background-color: #ffffff;
16
+ width: 50%;
17
+ height: 100%;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: center;
21
+ .login-form {
22
+ width: 400px;
23
+ .sign-in-text {
24
+ display: flex;
25
+ width: 100%;
26
+ justify-content: flex-start;
27
+ h2 {
28
+ color: var(--hlx-text-color-primary);
29
+ font-weight: lighter;
30
+ margin-bottom: 15px;
31
+ font-size: 24px;
32
+ }
33
+ }
34
+ .forgot-pssword {
35
+ color: var(--hlx-text-color-primary);
36
+ font-size: 14px;
37
+ margin-bottom: 15px;
38
+ float: right;
39
+ cursor: pointer;
40
+ &:hover {
41
+ color: var(--hlx-color-primary);
42
+ }
43
+ }
44
+ .quotes-container {
45
+ font-size: 14px;
46
+ .black-frame {
47
+ color: var(--hlx-text-color-primary);
48
+ .signup-text {
49
+ text-decoration: none;
50
+ cursor: pointer;
51
+ color: var(--hlx-color-primary);
52
+ }
53
+ }
54
+ }
78
55
 
79
-
56
+ button {
57
+ width: 100%;
58
+ border-radius: 4px;
59
+ border: none;
60
+ margin-bottom: 15px;
61
+ padding: 10px 24px 10px 24px;
62
+ color: #fff;
63
+ background-color: var(--hlx-color-primary);
64
+ cursor: pointer;
65
+ }
66
+ // button:hover{
67
+ // background-color: var(--hlx-color-primary)-dark;
68
+ // color: var(--hlx-color-primary);
69
+ // }
70
+ }
71
+ .create-password {
72
+ margin-bottom: 15px;
73
+ }
80
74
  }
81
75
 
82
76
  .hlx-signup-container {
83
- width: 100%;
84
- height: 98%;
85
- display: flex;
86
- padding: 0;
87
- background-color: var(--hlx-border-color-lighter);
88
-
77
+ width: 100%;
78
+ height: 98%;
79
+ display: flex;
80
+ padding: 0;
81
+ background-color: var(--hlx-border-color-lighter);
89
82
 
90
- &>.hlx-signup-left-container{
83
+ & > .hlx-signup-left-container {
91
84
  display: flex;
92
85
  height: 100%;
93
86
  width: 50%;
94
- .left-sec{
95
- width: 85%;
96
- .header-logo{
97
- height: 20%;
98
- img{
99
- min-width: 190px;
100
- padding: 15px;
101
- width: 65%;
102
- }
87
+ .left-sec {
88
+ width: 85%;
89
+ .header-logo {
90
+ height: 20%;
91
+ img {
92
+ min-width: 190px;
93
+ padding: 15px;
94
+ width: 65%;
103
95
  }
104
- .img-collage{
105
- margin-top: 25px;
106
- max-height: 75%;
107
- width: 90%;
108
- margin-left: 45px;
109
- img{
110
- width: 100%;
111
- }
112
-
96
+ }
97
+ .img-collage {
98
+ margin-top: 25px;
99
+ max-height: 75%;
100
+ width: 90%;
101
+ margin-left: 45px;
102
+ img {
103
+ width: 100%;
113
104
  }
105
+ }
114
106
  }
115
-
116
- }
107
+ }
117
108
 
118
- &>.dividers{
109
+ & > .dividers {
119
110
  width: 7%;
120
- display:flex;
121
- flex-direction:column;
122
-
111
+ display: flex;
112
+ flex-direction: column;
113
+
123
114
  background-color: var(--hlx-border-color-lighter);
124
- .dashedline-start{
125
- height:40%;
126
- width:45%;
127
- margin:0 12px -40px ;
128
- border-right: 1.8px dashed var(--hlx-color-primary);
115
+ .dashedline-start {
116
+ height: 40%;
117
+ width: 45%;
118
+ margin: 0 12px -40px;
119
+ border-right: 1.8px dashed var(--hlx-color-primary);
129
120
  }
130
- .symbol-x{
131
- color: var(--hlx-color-primary);
132
- margin-left: 0;
133
- font-family:'Open Sans', 'Helvetica Neue', sans-serif;
134
- font-size:xx-large;
121
+ .symbol-x {
122
+ color: var(--hlx-color-primary);
123
+ margin-left: 0;
124
+ font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
125
+ font-size: xx-large;
135
126
  }
136
- .symbol2-x{
137
- color:var(--hlx-border-color-dark);
138
- @include margin(10px,0,0,50%);
139
- font-family:'Open Sans', 'Helvetica Neue', sans-serif;
140
- font-size:xx-large;
127
+ .symbol2-x {
128
+ color: var(--hlx-border-color-dark);
129
+ @include margin(10px, 0, 0, 50%);
130
+ font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
131
+ font-size: xx-large;
141
132
  }
142
- .dashedline-end{
143
- height:58%;
144
- margin: -45px 8px;
145
- border-left :1.97px dashed var(--hlx-color-primary);
146
- width:45%;
133
+ .dashedline-end {
134
+ height: 58%;
135
+ margin: -45px 8px;
136
+ border-left: 1.97px dashed var(--hlx-color-primary);
137
+ width: 45%;
147
138
  }
139
+ }
148
140
  }
149
-
150
- }
@@ -24,6 +24,7 @@
24
24
 
25
25
  .range-slider__range {
26
26
  -webkit-appearance: none;
27
+ appearance: none;
27
28
  // width: calc(100% - (#{$range-label-width + 13px}));
28
29
  width: 100%;
29
30
  height: $range-track-height;
@@ -1,14 +1,14 @@
1
- .feature-title{
2
- color: #606266;
1
+ .feature-title {
2
+ color: #606266;
3
+ }
4
+ .feature-content {
5
+ font-size: 0.875rem;
6
+ line-height: 1.25rem;
7
+ code {
8
+ margin: 0;
9
+ border-radius: 4px;
10
+ padding: 0.15rem 0.5rem;
11
+ color: #303133;
12
+ background-color: #f5f7fa;
3
13
  }
4
- .feature-content{
5
- font-size: 0.875rem;
6
- line-height: 1.25rem;
7
- code{
8
- margin: 0;
9
- border-radius: 4px;
10
- padding: .15rem .5rem;
11
- color: #303133;
12
- background-color: #f5f7fa;
13
- }
14
- }
14
+ }
@@ -1,30 +1,29 @@
1
1
  @keyframes pop-in {
2
- 0% {
3
- transform: scale(0);
4
- }
5
- 100% {
6
- transform: scale(1);
7
- }
2
+ 0% {
3
+ transform: scale(0);
4
+ }
5
+ 100% {
6
+ transform: scale(1);
7
+ }
8
8
  }
9
9
  @keyframes pop-out {
10
- 0% {
11
- transform: scale(1);
12
- }
13
- 100% {
14
- transform: scale(0);
15
- }
10
+ 0% {
11
+ transform: scale(1);
12
+ }
13
+ 100% {
14
+ transform: scale(0);
15
+ }
16
16
  }
17
17
 
18
18
  @mixin circle($size) {
19
- display: inline-block;
19
+ display: inline-block;
20
20
  border-radius: 50%;
21
21
  @if $size == small {
22
22
  width: 38px;
23
23
  height: 38px;
24
24
  font-size: var(--hlx-icon-size-sm);
25
25
  line-height: 60px;
26
- }
27
- @else if $size == tiny {
26
+ } @else if $size == tiny {
28
27
  width: 38px;
29
28
  height: 38px;
30
29
  font-size: var(--hlx-icon-size-sm);
@@ -33,168 +32,158 @@
33
32
  }
34
33
 
35
34
  .speed-dial {
36
- text-align: center;
37
- display: inline-block;
38
- width: 38px;
39
- font-family: var(--hlx-font-type-content);
40
- div,
41
- div:hover,
42
- div:active,
43
- div:visited
44
- div:focus
45
- {
46
- text-decoration: none;
35
+ text-align: center;
36
+ display: inline-block;
37
+ width: 38px;
38
+ font-family: var(--hlx-font-type-content);
39
+ div,
40
+ div:hover,
41
+ div:active,
42
+ div:visited div:focus {
43
+ text-decoration: none;
44
+ }
45
+ .toggle {
46
+ cursor: pointer;
47
+ @include circle(small);
48
+ display: flex;
49
+ background: var(--hlx-color-primary);
50
+ border: none;
51
+ margin: 8px 0;
52
+ .circle {
53
+ i {
54
+ color: #fff;
55
+ }
47
56
  }
48
- .toggle {
49
- cursor: pointer;
50
- @include circle(small);
51
- display: flex;
52
- background: var(--hlx-color-primary);
53
- border: none;
54
- margin: 8px 0;
55
- .circle{
56
- i{
57
-
58
- color: #fff;
59
- }
57
+ }
58
+ &:hover .dials .circle {
59
+ display: flex;
60
+ animation: pop-in 0.3s ease both;
61
+ }
62
+ .dials {
63
+ margin: 0;
64
+ padding: 0;
65
+ list-style: none;
66
+ display: flex;
67
+ flex-direction: column;
68
+ justify-content: center;
69
+ align-items: center;
70
+ .circle {
71
+ cursor: pointer;
72
+ @include circle(tiny);
73
+ display: flex;
74
+ margin: 8px 0;
75
+ transform: scale(0);
76
+ background: #fff;
77
+ border: 1px solid var(--hlx-color-primary);
78
+ display: none;
79
+ // animation: pop-out .3s ease both;
80
+ &:hover {
81
+ background: var(--hlx-color-primary-light);
82
+ border: 1px solid var(--hlx-color-primary-dark);
83
+ i {
84
+ color: var(--hlx-color-primary-dark);
60
85
  }
86
+ }
61
87
  }
62
- &:hover .dials .circle {
63
- display: flex;
64
- animation: pop-in .3s ease both;
65
- }
66
- .dials {
67
- margin: 0;
68
- padding: 0;
69
- list-style: none;
70
- display: flex;
71
- flex-direction: column;
72
- justify-content: center;
73
- align-items: center;
74
- .circle {
75
- cursor: pointer;
76
- @include circle(tiny);
77
- display: flex;
78
- margin: 8px 0;
79
- transform: scale(0);
80
- background: #fff;
81
- border: 1px solid var(--hlx-color-primary);
82
- display: none;
83
- // animation: pop-out .3s ease both;
84
- &:hover{
85
- background: var(--hlx-color-primary-light);
86
- border: 1px solid var(--hlx-color-primary-dark);
87
- i{
88
-
89
- color: var(--hlx-color-primary-dark)
90
- }
91
- }
92
- }
93
- .circle.pop-in {
94
- animation: pop-in .3s ease both;
95
- &:hover{
96
- background: var(--hlx-color-primary-light);
97
- border: 1px solid var(--hlx-color-primary-dark);
98
- i{
99
-
100
- color: var(--hlx-color-primary-dark)
101
- }
102
- }
103
- }
104
- @for $i from 0 through 6 {
105
- li:nth-child(#{$i}) a {
106
- animation-delay: $i * 0.1s;
107
- }
88
+ .circle.pop-in {
89
+ animation: pop-in 0.3s ease both;
90
+ &:hover {
91
+ background: var(--hlx-color-primary-light);
92
+ border: 1px solid var(--hlx-color-primary-dark);
93
+ i {
94
+ color: var(--hlx-color-primary-dark);
108
95
  }
96
+ }
109
97
  }
98
+ @for $i from 0 through 6 {
99
+ li:nth-child(#{$i}) a {
100
+ animation-delay: $i * 0.1s;
101
+ }
102
+ }
103
+ }
110
104
  }
111
105
  .speed-dial-horizontal {
112
- font-family: var(--hlx-font-type-content);
113
- text-align: center;
106
+ font-family: var(--hlx-font-type-content);
107
+ text-align: center;
108
+ display: flex;
109
+ flex-direction: row;
110
+ div,
111
+ div:hover,
112
+ div:active,
113
+ div:visited div:focus {
114
+ text-decoration: none;
115
+ }
116
+ .toggle {
117
+ cursor: pointer;
118
+ @include circle(small);
114
119
  display: flex;
115
- flex-direction: row;
116
- div,
117
- div:hover,
118
- div:active,
119
- div:visited
120
- div:focus
121
- {
122
- text-decoration: none;
120
+ background: var(--hlx-color-primary);
121
+ border: none;
122
+ margin: 8px 8px 8px 0;
123
+ .circle {
124
+ i {
125
+ color: #fff;
126
+ }
123
127
  }
124
- .toggle {
125
- cursor: pointer;
126
- @include circle(small);
127
- display: flex;
128
- background: var(--hlx-color-primary);
129
- border: none;
130
- margin: 8px 8px 8px 0;
131
- .circle{
132
- i{
133
-
134
- color: #fff;
135
- }
128
+ }
129
+ &:hover .dials .circle {
130
+ display: flex;
131
+ animation: pop-in 0.3s ease both;
132
+ }
133
+ .dials {
134
+ margin: 0;
135
+ padding: 0;
136
+ list-style: none;
137
+ display: flex;
138
+ flex-direction: row;
139
+ justify-content: center;
140
+ align-items: center;
141
+ .circle {
142
+ cursor: pointer;
143
+ @include circle(tiny);
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ margin: 8px;
148
+ transform: scale(0);
149
+ background: #fff;
150
+ border: 1px solid var(--hlx-color-primary);
151
+ display: none;
152
+ animation: pop-out 0.3s ease both;
153
+ &:hover {
154
+ background: var(--hlx-color-primary-light);
155
+ border: 1px solid var(--hlx-color-primary-dark);
156
+ i {
157
+ color: var(--hlx-color-primary-dark);
136
158
  }
159
+ }
137
160
  }
138
- &:hover .dials .circle {
139
- display: flex;
140
- animation: pop-in .3s ease both;
141
- }
142
- .dials {
143
- margin: 0;
144
- padding: 0;
145
- list-style: none;
146
- display: flex;
147
- flex-direction: row;
148
- justify-content: center;
149
- align-items: center;
150
- .circle {
151
- cursor: pointer;
152
- @include circle(tiny);
153
- display: flex;
154
- align-items: center;
155
- justify-content: center;
156
- margin: 8px;
157
- transform: scale(0);
158
- background: #fff;
159
- border: 1px solid var(--hlx-color-primary);
160
- display: none;
161
- animation: pop-out .3s ease both;
162
- &:hover{
163
- background: var(--hlx-color-primary-light);
164
- border: 1px solid var(--hlx-color-primary-dark);
165
- i{
166
-
167
- color: var(--hlx-color-primary-dark)
168
- }
169
- }
170
- }
171
- .circle.pop-in {
172
- animation: pop-in .3s ease both;
173
- &:hover{
174
- background: var(--hlx-color-primary-light);
175
- border: 1px solid var(--hlx-color-primary-dark);
176
- i{
177
-
178
- color: var(--hlx-color-primary-dark)
179
- }
180
- }
181
- }
182
- @for $i from 0 through 6 {
183
- li:nth-child(#{$i}) a {
184
- animation-delay: $i * 0.1s;
185
- }
161
+ .circle.pop-in {
162
+ animation: pop-in 0.3s ease both;
163
+ &:hover {
164
+ background: var(--hlx-color-primary-light);
165
+ border: 1px solid var(--hlx-color-primary-dark);
166
+ i {
167
+ color: var(--hlx-color-primary-dark);
186
168
  }
169
+ }
170
+ }
171
+ @for $i from 0 through 6 {
172
+ li:nth-child(#{$i}) a {
173
+ animation-delay: $i * 0.1s;
174
+ }
187
175
  }
176
+ }
188
177
  }
189
178
 
190
- .ic{
191
- color: #fff !important;
192
- font-size: var(--hlx-icon-size-sm) !important;
179
+ .ic {
180
+ color: #fff !important;
181
+ font-size: var(--hlx-icon-size-sm) !important;
193
182
  }
194
183
 
195
- .ico{
196
- i{
197
- color: var(--hlx-color-primary);
198
- font-size:var(--hlx-icon-size-sm);
199
- }
200
- }
184
+ .ico {
185
+ i {
186
+ color: var(--hlx-color-primary);
187
+ font-size: var(--hlx-icon-size-sm);
188
+ }
189
+ }