@beacon-interactive-systems-llc/beacon-platform-ui 19.1.9 → 19.1.10
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/package.json +1 -1
- package/styles/_forms.scss +10 -3
- package/styles/_layout.scss +69 -3
- package/styles/_material-tabs.scss +4 -0
- package/styles/_ng-select.scss +20 -0
- package/styles/_quill.scss +14 -1
- package/styles/styles.scss +10 -0
package/package.json
CHANGED
package/styles/_forms.scss
CHANGED
|
@@ -19,7 +19,8 @@ $platform_form_contrasts: (
|
|
|
19
19
|
formHighlightOrange: $beacon-orange-100,
|
|
20
20
|
formHighlightOrangeText: $beacon-black,
|
|
21
21
|
quillToolbar: $beacon-dark-blue-50,
|
|
22
|
-
quillButton: $beacon-gray-400
|
|
22
|
+
quillButton: $beacon-gray-400,
|
|
23
|
+
quillInlineContainerBorder: $beacon-dark-blue-200,
|
|
23
24
|
),
|
|
24
25
|
dark: (
|
|
25
26
|
formText: $beacon-gray-300,
|
|
@@ -39,7 +40,8 @@ $platform_form_contrasts: (
|
|
|
39
40
|
formHighlightOrange: $beacon-green-700,
|
|
40
41
|
formHighlightOrangeText: $beacon-gray-200,
|
|
41
42
|
quillToolbar: $beacon-green-700,
|
|
42
|
-
quillButton: $beacon-gray-300
|
|
43
|
+
quillButton: $beacon-gray-300,
|
|
44
|
+
quillInlineContainerBorder: $beacon-gray-400,
|
|
43
45
|
),
|
|
44
46
|
highcontrast: (
|
|
45
47
|
formText: $beacon-white,
|
|
@@ -59,7 +61,8 @@ $platform_form_contrasts: (
|
|
|
59
61
|
formHighlightOrange: $highcontrast-bright-orange-100,
|
|
60
62
|
formHighlightOrangeText: $beacon-black,
|
|
61
63
|
quillToolbar: $beacon-black,
|
|
62
|
-
quillButton: $beacon-white
|
|
64
|
+
quillButton: $beacon-white,
|
|
65
|
+
quillInlineContainerBorder: $beacon-white
|
|
63
66
|
)
|
|
64
67
|
);
|
|
65
68
|
|
|
@@ -143,6 +146,10 @@ $platform_form_contrasts: (
|
|
|
143
146
|
@include placeholder-color(apply('formPlaceholderText'));
|
|
144
147
|
}
|
|
145
148
|
height: 32px;
|
|
149
|
+
|
|
150
|
+
&--sm {
|
|
151
|
+
height: 24px !important;
|
|
152
|
+
}
|
|
146
153
|
}
|
|
147
154
|
|
|
148
155
|
mat-icon.input-inline-icon {
|
package/styles/_layout.scss
CHANGED
|
@@ -26,7 +26,10 @@ $platform_layout_contrasts: (
|
|
|
26
26
|
platformLinkTableStyle: $beacon-dark-blue-400,
|
|
27
27
|
connectivityGreen: $beacon-green-550,
|
|
28
28
|
connectivityRed: $beacon-orange-600,
|
|
29
|
-
connectivityYellow: $beacon-yellow-500
|
|
29
|
+
connectivityYellow: $beacon-yellow-500,
|
|
30
|
+
detailWidgetBackground: $beacon-gray-100,
|
|
31
|
+
widgetCheckColor: $beacon-green-300,
|
|
32
|
+
widgetUnCheckedColor: $beacon-gray-200
|
|
30
33
|
),
|
|
31
34
|
dark: (
|
|
32
35
|
detailBackground: $beacon-gray-700,
|
|
@@ -55,7 +58,10 @@ $platform_layout_contrasts: (
|
|
|
55
58
|
platformLinkTableStyle: $beacon-dark-blue-300,
|
|
56
59
|
connectivityGreen: $beacon-green-600,
|
|
57
60
|
connectivityRed: $beacon-orange-700,
|
|
58
|
-
connectivityYellow: $beacon-yellow-600
|
|
61
|
+
connectivityYellow: $beacon-yellow-600,
|
|
62
|
+
detailWidgetBackground: $beacon-gray-500,
|
|
63
|
+
widgetCheckColor: $beacon-green-600,
|
|
64
|
+
widgetUnCheckedColor: $beacon-gray-500
|
|
59
65
|
),
|
|
60
66
|
highcontrast: (
|
|
61
67
|
detailBackground: $beacon-black,
|
|
@@ -84,7 +90,10 @@ $platform_layout_contrasts: (
|
|
|
84
90
|
platformLinkTableStyle: $highcontrast-bright-blue-200,
|
|
85
91
|
connectivityGreen: $highcontrast-bright-green-200,
|
|
86
92
|
connectivityRed: $highcontrast-bright-orange-300,
|
|
87
|
-
connectivityYellow: $highcontrast-bright-yellow-200
|
|
93
|
+
connectivityYellow: $highcontrast-bright-yellow-200,
|
|
94
|
+
detailWidgetBackground: $beacon-gray-700,
|
|
95
|
+
widgetCheckColor: $highcontrast-bright-green-200,
|
|
96
|
+
widgetUnCheckedColor: $beacon-white
|
|
88
97
|
)
|
|
89
98
|
);
|
|
90
99
|
|
|
@@ -324,6 +333,19 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
324
333
|
position: relative;
|
|
325
334
|
top: 12px;
|
|
326
335
|
}
|
|
336
|
+
|
|
337
|
+
&.header-status {
|
|
338
|
+
margin-left: -12px !important;
|
|
339
|
+
margin-right: -20px !important;
|
|
340
|
+
height: 48px;
|
|
341
|
+
margin-top: 4px;
|
|
342
|
+
margin-bottom: 4px;
|
|
343
|
+
|
|
344
|
+
@include themify($platform_layout_contrasts) {
|
|
345
|
+
box-shadow: apply('headerShadow');
|
|
346
|
+
border-bottom: apply('headerBorder');
|
|
347
|
+
}
|
|
348
|
+
}
|
|
327
349
|
}
|
|
328
350
|
|
|
329
351
|
mat-icon.three-dot-menu-trigger {
|
|
@@ -333,6 +355,10 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
333
355
|
&--pill {
|
|
334
356
|
top: 16px;
|
|
335
357
|
}
|
|
358
|
+
|
|
359
|
+
&--compact {
|
|
360
|
+
top: 4px !important;
|
|
361
|
+
}
|
|
336
362
|
}
|
|
337
363
|
}
|
|
338
364
|
|
|
@@ -357,6 +383,10 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
357
383
|
overflow: hidden;
|
|
358
384
|
width: calc(100vw - $leftnav-collapsed-width - $detail-sidebar-width);
|
|
359
385
|
|
|
386
|
+
&--no-side-bar {
|
|
387
|
+
width: 100%;
|
|
388
|
+
}
|
|
389
|
+
|
|
360
390
|
&__section {
|
|
361
391
|
overflow: scroll;
|
|
362
392
|
padding-top: 16px;
|
|
@@ -369,6 +399,15 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
369
399
|
transition: width 0.5s ease-in-out;
|
|
370
400
|
width: calc(100vw - $detail-sidebar-width - $leftnav-collapsed-width - 24px);
|
|
371
401
|
}
|
|
402
|
+
|
|
403
|
+
&--no-side-bar {
|
|
404
|
+
display: inline !important;
|
|
405
|
+
width: calc(100vw - $leftnav-width - 24px) !important;
|
|
406
|
+
|
|
407
|
+
&--expanded {
|
|
408
|
+
width: calc(100vw - $leftnav-collapsed-width - 24px) !important;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
372
411
|
}
|
|
373
412
|
|
|
374
413
|
&__sidebar {
|
|
@@ -438,6 +477,10 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
438
477
|
&--full-height {
|
|
439
478
|
min-height: calc(100vh - $header-height - $detail-header-height - 16px);
|
|
440
479
|
}
|
|
480
|
+
|
|
481
|
+
&--fixed-height {
|
|
482
|
+
min-height: 160px !important;
|
|
483
|
+
}
|
|
441
484
|
}
|
|
442
485
|
|
|
443
486
|
.widget-title-color {
|
|
@@ -445,6 +488,29 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
445
488
|
color: apply('detailWidgetTitle');
|
|
446
489
|
}
|
|
447
490
|
}
|
|
491
|
+
|
|
492
|
+
.widget-background-color {
|
|
493
|
+
@include themify($platform_layout_contrasts) {
|
|
494
|
+
background-color: apply('detailWidgetBackground');
|
|
495
|
+
}
|
|
496
|
+
border-radius: 5px;
|
|
497
|
+
padding: 12px;
|
|
498
|
+
width: 100%;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
mat-icon.widget-check {
|
|
502
|
+
margin-top: -30px !important;
|
|
503
|
+
&-complete {
|
|
504
|
+
@include themify($platform_layout_contrasts) {
|
|
505
|
+
color: apply('widgetCheckColor');
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
&-pending {
|
|
509
|
+
@include themify($platform_layout_contrasts) {
|
|
510
|
+
color: apply('widgetUnCheckedColor');
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
448
514
|
}
|
|
449
515
|
}
|
|
450
516
|
|
package/styles/_ng-select.scss
CHANGED
|
@@ -183,6 +183,26 @@ $min-dropdown-panel-width: 215px;
|
|
|
183
183
|
display: none;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
+
|
|
187
|
+
&.ng-select--sm {
|
|
188
|
+
height: 24px;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
|
|
191
|
+
.ng-select-container {
|
|
192
|
+
min-height: 24px !important;
|
|
193
|
+
height: 24px !important;
|
|
194
|
+
line-height: 22px;
|
|
195
|
+
padding: 0 8px;
|
|
196
|
+
|
|
197
|
+
.ng-value-container {
|
|
198
|
+
padding-left: 0px;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.ng-input, .ng-clear-wrapper {
|
|
203
|
+
display: none;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
186
206
|
}
|
|
187
207
|
|
|
188
208
|
/* Replace default dropdown triangle look with a mat-icon */
|
package/styles/_quill.scss
CHANGED
|
@@ -93,10 +93,11 @@ quill-editor {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
&.inline-editor {
|
|
96
|
+
width: 100%;
|
|
96
97
|
.ql-toolbar {
|
|
97
98
|
@include themify($platform_form_contrasts) {
|
|
98
99
|
background: apply('formInputBackground') !important;
|
|
99
|
-
border-bottom:
|
|
100
|
+
border-bottom: 1px solid apply('formInputBorder') !important;
|
|
100
101
|
}
|
|
101
102
|
border-left: none !important;
|
|
102
103
|
border-right: none !important;
|
|
@@ -108,11 +109,23 @@ quill-editor {
|
|
|
108
109
|
|
|
109
110
|
.ql-editor {
|
|
110
111
|
min-height: 100px;
|
|
112
|
+
padding-bottom: 0;
|
|
111
113
|
}
|
|
112
114
|
}
|
|
113
115
|
}
|
|
114
116
|
}
|
|
115
117
|
|
|
118
|
+
.quill-inline-container {
|
|
119
|
+
width: 100%;
|
|
120
|
+
@include themify($platform_form_contrasts) {
|
|
121
|
+
border: 1px solid apply('quillInlineContainerBorder');
|
|
122
|
+
}
|
|
123
|
+
border-radius: 5px;
|
|
124
|
+
padding: 6px 12px;
|
|
125
|
+
margin: 10px;
|
|
126
|
+
min-height: 100px;
|
|
127
|
+
}
|
|
128
|
+
|
|
116
129
|
quill-view {
|
|
117
130
|
.ql-editor {
|
|
118
131
|
padding: 0;
|
package/styles/styles.scss
CHANGED
|
@@ -155,6 +155,16 @@ button, a {
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
+
.status {
|
|
159
|
+
@include themify($platform_contrasts) {
|
|
160
|
+
&--red { color: apply('accentRed') !important; }
|
|
161
|
+
&--yellow { color: apply('accentDarkYellow') !important; }
|
|
162
|
+
&--green { color: apply('accentGreen') !important; }
|
|
163
|
+
&--orange { color: apply('accentDarkOrange') !important; }
|
|
164
|
+
&--gray { color: apply('accentDarkGray') !important; }
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
158
168
|
.platform-notification-emblem {
|
|
159
169
|
@include themify($platform_contrasts) {
|
|
160
170
|
background: apply('grayBackground');
|