halleyx-ui-framework 4.1.8 → 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
@@ -12,7 +12,6 @@
12
12
 
13
13
  /* Gray/50 */
14
14
 
15
-
16
15
  /* Gray/200 */
17
16
 
18
17
  border-bottom: 1px solid #e5e7eb;
@@ -30,11 +29,11 @@
30
29
  .card-body {
31
30
  font-size: 16px;
32
31
  font-weight: 500;
33
- font-size: 16px;
34
- line-height: 24px;
35
- /* or 150% */
32
+ font-size: 16px;
33
+ line-height: 24px;
34
+ /* or 150% */
36
35
 
37
- letter-spacing: 0.005em;
36
+ letter-spacing: 0.005em;
38
37
  }
39
38
  .card-footer {
40
39
  height: 60px;
@@ -60,21 +59,23 @@ letter-spacing: 0.005em;
60
59
  &:hover {
61
60
  box-shadow: 0 0 10px 5px #d8d8d8;
62
61
  // background-color: var(--hlx-color-primary-light);
63
- .card-title {
64
- // background-color: var(--hlx-color-primary-light);
65
- }
66
- .card-footer {
67
- // background-color: var(--hlx-color-primary-light);
68
- }
62
+ // .card-title {
63
+ // // background-color: var(--hlx-color-primary-light);
64
+ // }
65
+ // .card-footer {
66
+ // // background-color: var(--hlx-color-primary-light);
67
+ // }
69
68
  }
70
69
  }
71
70
 
72
- .cardshadow{
73
- box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
71
+ .cardshadow {
72
+ box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
74
73
  }
75
74
 
76
- .padding{
77
- .card-title, .card-body, .card-footer {
75
+ .padding {
76
+ .card-title,
77
+ .card-body,
78
+ .card-footer {
78
79
  padding: 20px;
79
80
  }
80
81
  }
@@ -89,5 +90,5 @@ letter-spacing: 0.005em;
89
90
  }
90
91
  .cardActive {
91
92
  border: 2px solid var(--hlx-color-primary);
92
- box-shadow: 0 0 10px 5px #54bd951c
93
+ box-shadow: 0 0 10px 5px #54bd951c;
93
94
  }
@@ -1,15 +1,15 @@
1
- .color-container{
2
- height: 100px;
3
- width: 100px;
4
- padding: 5px;
5
- .color-area{
6
- width: 90%;
7
- height: 90%;
8
- }
9
- .color-value{
10
- height: 10%;
11
- width:100%;
12
- background-color: blue;
13
- color: red;
14
- }
15
- }
1
+ .color-container {
2
+ height: 100px;
3
+ width: 100px;
4
+ padding: 5px;
5
+ .color-area {
6
+ width: 90%;
7
+ height: 90%;
8
+ }
9
+ .color-value {
10
+ height: 10%;
11
+ width: 100%;
12
+ background-color: blue;
13
+ color: red;
14
+ }
15
+ }
@@ -1,158 +1,157 @@
1
- .color-palette-container{
2
- display: flex;
3
- flex-direction: row;
4
- height: 26px;
5
- width:41px;
6
- position: relative;
7
- border:1px solid var(--hlx-border-color);
8
- &:hover{
9
- border:1px solid var(--hlx-color-primary-dark);
10
- i{
11
- color: var(--hlx-color-primary-dark);
12
- }
1
+ .color-palette-container {
2
+ display: flex;
3
+ flex-direction: row;
4
+ height: 26px;
5
+ width: 41px;
6
+ position: relative;
7
+ border: 1px solid var(--hlx-border-color);
8
+ &:hover {
9
+ border: 1px solid var(--hlx-color-primary-dark);
10
+ i {
11
+ color: var(--hlx-color-primary-dark);
13
12
  }
13
+ }
14
14
 
15
+ // background-color: aqua;
16
+ .color-palette-icon {
17
+ width: 16px;
18
+ height: 20px;
19
+ margin-left: 5px;
20
+ display: flex;
21
+ flex-direction: column;
22
+ margin-top: 3px;
23
+ }
24
+ .icon-color-fill {
25
+ font-size: 16px;
26
+ }
27
+ .color-icon-border {
28
+ width: 16px;
29
+ height: 26px;
30
+ display: flex;
31
+ flex-direction: column;
32
+ margin-left: 2px;
15
33
  // background-color: aqua;
16
- .color-palette-icon{
17
- width:16px;
18
- height:20px;
19
- margin-left: 5px;
20
- display: flex;;
21
- flex-direction: column;
22
- margin-top: 3px;
23
- }
24
- .icon-color-fill{
25
- font-size: 16px;
26
- }
27
- .color-icon-border{
28
- width: 16px;
29
- height: 26px;
30
- display: flex;
31
- flex-direction: column;
32
- margin-left: 2px;
33
- // background-color: aqua;
34
+ }
35
+ .color-palette-open-icon {
36
+ width: 40px;
37
+ cursor: pointer;
38
+ background-color: white;
39
+ border: none;
40
+ }
41
+ .color-container {
42
+ width: 300px;
43
+ // min-height: auto;
44
+ // max-height:300px;
45
+ height: 338px;
46
+ border: 1px solid var(--hlx-border-color);
47
+ // border-radius: 8px;
48
+ z-index: 12554845481;
49
+ padding: 12px;
50
+ top: 30px;
51
+ left: 1px;
52
+ display: flex;
53
+ flex-direction: column;
54
+ background-color: white;
55
+ position: absolute;
56
+ &-title {
57
+ color: var(--hlx-text-color-primary);
58
+ font-size: 14px;
59
+ margin-bottom: 5px;
60
+ margin-top: 5px;
34
61
  }
35
- .color-palette-open-icon{
36
- width:40px;
37
- cursor: pointer;
38
- background-color: white;
39
- border:none;
62
+ &-specific-color {
63
+ height: 15%;
64
+ width: 100%;
65
+ margin-left: 4px;
66
+ // background-color: aqua;
67
+ display: flex;
68
+ flex-direction: row;
69
+ justify-content: space-evenly;
70
+ border: none;
71
+ background-color: white;
72
+ &-checkbox-border {
73
+ // background-color: black;
74
+ width: 22px;
75
+ height: 22px;
76
+ // border:1px solid #00549a;
77
+ padding: 2px;
78
+ border: none;
79
+ background-color: white;
80
+ &:hover {
81
+ border: 1px solid var(--hlx-border-color);
82
+ }
83
+ &-fill-color {
84
+ width: 100%;
85
+ height: 100%;
86
+ border: none;
87
+ // background-color: red;
88
+ }
89
+ }
40
90
  }
41
- .color-container{
42
- width:300px;
43
- // min-height: auto;
44
- // max-height:300px;
45
- height:338px;
46
- border:1px solid var(--hlx-border-color);
47
- // border-radius: 8px;
48
- z-index: 12554845481;
49
- padding:12px;
50
- top:30px;
51
- left:1px;
52
- display: flex;
53
- flex-direction: column;
91
+ &-specific-color1 {
92
+ height: 45%;
93
+ width: 100%;
94
+ margin-left: 2px;
95
+ // background-color: aqua;
96
+ display: flex;
97
+ flex-direction: row;
98
+ padding-left: 5px;
99
+ border: none;
100
+ background-color: white;
101
+ // justify-content: space-evenly;
102
+ &-container {
103
+ height: 100%;
104
+ width: 10%;
105
+ border: none;
54
106
  background-color: white;
55
- position:absolute;
56
- &-title{
57
- color:var(--hlx-text-color-primary);
58
- font-size: 14px;
59
- margin-bottom: 5px;
60
- margin-top:5px;
61
- }
62
- &-specific-color{
63
- height:15%;
64
- width: 100%;
65
- margin-left: 4px;
66
- // background-color: aqua;
67
- display: flex;
68
- flex-direction: row;
69
- justify-content: space-evenly;
70
- border:none;
71
- background-color: white;
72
- &-checkbox-border{
73
- // background-color: black;
74
- width:22px;
75
- height:22px;
76
- // border:1px solid #00549a;
77
- padding:2px;
78
- border:none;
79
- background-color: white;
80
- &:hover{
81
- border:1px solid var(--hlx-border-color);
82
- }
83
- &-fill-color{
84
- width:100%;
85
- height:100%;
86
- border:none;
87
- // background-color: red;
88
- }
89
- }
90
- }
91
- &-specific-color1{
92
- height:45%;
93
- width: 100%;
94
- margin-left: 2px;
95
- // background-color: aqua;
96
- display: flex;
97
- flex-direction: row;
98
- padding-left:5px;
99
- border:none;
100
- background-color: white;
101
- // justify-content: space-evenly;
102
- &-container{
103
- height:100%;
104
- width:10%;
105
- border:none;
106
- background-color: white;
107
- // background-color: red;
108
- }
109
- }
110
- &-specific-color2{
111
- height:45%;
112
- width: 100%;
113
- margin-left: 2px;
114
- // background-color: aqua;
115
- display: flex;
116
- flex-direction: row;
117
- padding-left:5px;
118
- overflow: hidden;
119
- border:none;
120
- background-color: white;
121
- // justify-content: space-evenly;
122
- &-container{
123
- height:100%;
124
- width:10%;
125
- // background-color: red;
126
- }
127
- }
107
+ // background-color: red;
108
+ }
128
109
  }
129
- }
130
-
131
- .color-container2323{
132
- display: flex;
133
- margin-top: 10px;
134
- border:none;
135
- background-color: white;
136
- input{
137
- margin-right: 10px;
110
+ &-specific-color2 {
111
+ height: 45%;
112
+ width: 100%;
113
+ margin-left: 2px;
114
+ // background-color: aqua;
115
+ display: flex;
116
+ flex-direction: row;
117
+ padding-left: 5px;
118
+ overflow: hidden;
119
+ border: none;
120
+ background-color: white;
121
+ // justify-content: space-evenly;
122
+ &-container {
123
+ height: 100%;
124
+ width: 10%;
125
+ // background-color: red;
126
+ }
138
127
  }
128
+ }
139
129
  }
140
130
 
141
- .add-border{
142
- border: 1px solid var(--hlx-border-color);
131
+ .color-container2323 {
132
+ display: flex;
133
+ margin-top: 10px;
134
+ border: none;
135
+ background-color: white;
136
+ input {
137
+ margin-right: 10px;
138
+ }
143
139
  }
144
140
 
141
+ .add-border {
142
+ border: 1px solid var(--hlx-border-color);
143
+ }
145
144
 
146
145
  // .higlight-icon-border {
147
146
  // border: 1px solid black ;
148
147
  // }
149
148
 
150
- .highlight-container{
151
- display: flex;
152
- flex-direction: column;
153
- text-align: center;
149
+ .highlight-container {
150
+ display: flex;
151
+ flex-direction: column;
152
+ text-align: center;
154
153
  }
155
154
 
156
- .highlight-icon{
157
- font-size: 12px;
158
- }
155
+ .highlight-icon {
156
+ font-size: 12px;
157
+ }