@beacon-interactive-systems-llc/beacon-platform-ui 0.0.20 → 0.0.21
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/beacon-interactive-systems-llc-beacon-platform-ui-0.0.21.tgz +0 -0
- package/package.json +1 -1
- package/styles/_calendar.scss +8 -8
- package/styles/_forms.scss +1 -1
- package/styles/_keyframes.scss +9 -10
- package/styles/_material-tabs.scss +3 -3
- package/styles/_palette.scss +0 -17
- package/styles/_tables.scss +2 -2
- package/styles/_toast.scss +3 -5
- package/styles/_typography.scss +1 -1
- package/styles/styles.scss +0 -11
|
Binary file
|
package/package.json
CHANGED
package/styles/_calendar.scss
CHANGED
|
@@ -5,9 +5,9 @@ $platform_calendar_contrasts: (
|
|
|
5
5
|
calendarDateLabel: $beacon-gray-500,
|
|
6
6
|
calendarGreen: $beacon-green-500,
|
|
7
7
|
calendarGreenText: $beacon-white,
|
|
8
|
-
calendarRed: $beacon-orange-500
|
|
8
|
+
calendarRed: $beacon-orange-500,
|
|
9
9
|
calendarRedText: $beacon-white,
|
|
10
|
-
calendarBlue: $beacon-cyan-500
|
|
10
|
+
calendarBlue: $beacon-cyan-500,
|
|
11
11
|
calendarBlueText: $beacon-white,
|
|
12
12
|
calendarYellow: $beacon-yellow-400,
|
|
13
13
|
calendarYellowText: $beacon-black,
|
|
@@ -22,9 +22,9 @@ $platform_calendar_contrasts: (
|
|
|
22
22
|
calendarDateLabel: $beacon-gray-300,
|
|
23
23
|
calendarGreen: $beacon-green-600,
|
|
24
24
|
calendarGreenText: $beacon-gray-300,
|
|
25
|
-
calendarRed: $beacon-orange-700
|
|
25
|
+
calendarRed: $beacon-orange-700,
|
|
26
26
|
calendarRedText: $beacon-gray-300,
|
|
27
|
-
calendarBlue: $beacon-cyan-600
|
|
27
|
+
calendarBlue: $beacon-cyan-600,
|
|
28
28
|
calendarBlueText: $beacon-gray-300,
|
|
29
29
|
calendarYellow: $beacon-yellow-600,
|
|
30
30
|
calendarYellowText: $beacon-gray-600,
|
|
@@ -39,9 +39,9 @@ $platform_calendar_contrasts: (
|
|
|
39
39
|
calendarDateLabel: $beacon-white,
|
|
40
40
|
calendarGreen: $highcontrast-bright-green-300,
|
|
41
41
|
calendarGreenText: $beacon-black,
|
|
42
|
-
calendarRed: $highcontrast-bright-orange-300
|
|
42
|
+
calendarRed: $highcontrast-bright-orange-300,
|
|
43
43
|
calendarRedText: $beacon-black,
|
|
44
|
-
calendarBlue: $highcontrast-bright-blue-100
|
|
44
|
+
calendarBlue: $highcontrast-bright-blue-100,
|
|
45
45
|
calendarBlueText: $beacon-black,
|
|
46
46
|
calendarYellow: $highcontrast-bright-yellow-100,
|
|
47
47
|
calendarYellowText: $beacon-black,
|
|
@@ -161,7 +161,7 @@ $platform_calendar_contrasts: (
|
|
|
161
161
|
padding: 0 0.25rem;
|
|
162
162
|
margin-bottom: 0.25rem;
|
|
163
163
|
|
|
164
|
-
@include themify($
|
|
164
|
+
@include themify($platform_calendar_contrasts) {
|
|
165
165
|
&.green {
|
|
166
166
|
@include event-tile-styles(apply('calendarGreen'), apply('calendarGreenText'));
|
|
167
167
|
}
|
|
@@ -213,7 +213,7 @@ $platform_calendar_contrasts: (
|
|
|
213
213
|
margin-top: 1rem;
|
|
214
214
|
padding: 0.5rem;
|
|
215
215
|
|
|
216
|
-
@include themify($
|
|
216
|
+
@include themify($platform_calendar_contrasts) {
|
|
217
217
|
&.green {
|
|
218
218
|
@include weekly-preview-styles(apply('calendarGreen'));
|
|
219
219
|
}
|
package/styles/_forms.scss
CHANGED
|
@@ -24,7 +24,7 @@ $platform_form_contrasts: (
|
|
|
24
24
|
highcontrast: (
|
|
25
25
|
formText: $beacon-white,
|
|
26
26
|
formInputBackground: $beacon-gray-700,
|
|
27
|
-
formInputBottomBorder: $highcontrast-bright-yellow-
|
|
27
|
+
formInputBottomBorder: $highcontrast-bright-yellow-200,
|
|
28
28
|
formInputSurroundBorder: $beacon-white,
|
|
29
29
|
formControlFocus: $highcontrast-bright-blue-100,
|
|
30
30
|
formInvalid: $highcontrast-bright-orange-300,
|
package/styles/_keyframes.scss
CHANGED
|
@@ -13,18 +13,17 @@ $platform_keyframe_contrasts: (
|
|
|
13
13
|
)
|
|
14
14
|
);
|
|
15
15
|
|
|
16
|
+
|
|
16
17
|
@keyframes pulse {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
18
|
+
0% {
|
|
19
|
+
background-color: $beacon-green-500;
|
|
20
|
+
}
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
50% {
|
|
23
|
+
background-color: $beacon-green-400;
|
|
24
|
+
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
26
|
+
100% {
|
|
27
|
+
background-color: $beacon-green-500;
|
|
29
28
|
}
|
|
30
29
|
}
|
|
@@ -2,21 +2,21 @@ $platform_tab_contrasts: (
|
|
|
2
2
|
light: (
|
|
3
3
|
tabBackground: $beacon-gray-100,
|
|
4
4
|
tabAccent: $beacon-cyan-600,
|
|
5
|
-
tabBorderBottom: $beacon-dark-blue-300
|
|
5
|
+
tabBorderBottom: $beacon-dark-blue-300,
|
|
6
6
|
tabLabel: $beacon-dark-blue-300,
|
|
7
7
|
tabLabelActive: $beacon-dark-blue-400
|
|
8
8
|
),
|
|
9
9
|
dark: (
|
|
10
10
|
tabBackground: $beacon-gray-600,
|
|
11
11
|
tabAccent: $beacon-cyan-400,
|
|
12
|
-
tabBorderBottom: $beacon-dark-blue-400
|
|
12
|
+
tabBorderBottom: $beacon-dark-blue-400,
|
|
13
13
|
tabLabel: $beacon-dark-blue-400,
|
|
14
14
|
tabLabelActive: $beacon-dark-blue-200
|
|
15
15
|
),
|
|
16
16
|
highcontrast: (
|
|
17
17
|
tabBackground: $beacon-gray-600,
|
|
18
18
|
tabAccent: $beacon-cyan-400,
|
|
19
|
-
tabBorderBottom: $beacon-dark-blue-400
|
|
19
|
+
tabBorderBottom: $beacon-dark-blue-400,
|
|
20
20
|
tabLabel: $beacon-dark-blue-400,
|
|
21
21
|
tabLabelActive: $beacon-dark-blue-200
|
|
22
22
|
)
|
package/styles/_palette.scss
CHANGED
|
@@ -146,20 +146,3 @@ $platform-graytone-300: #C4C4C4;
|
|
|
146
146
|
$platform-graytone-400: #707070;
|
|
147
147
|
$platform-graytone-500: #4B4A48;
|
|
148
148
|
$platform-graytone-600: #2D2926;
|
|
149
|
-
|
|
150
|
-
$platform-border-light: $platform-graytone-300;
|
|
151
|
-
$platform-border-dark: $platform-graytone-400;
|
|
152
|
-
$platform-bg-light-blue: $platform-blue-100;
|
|
153
|
-
$platform-bg-white: #FCFCFC;
|
|
154
|
-
|
|
155
|
-
.platform-bg--light {
|
|
156
|
-
background: $platform-graytone-100;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.platform-bg--dark {
|
|
160
|
-
background: $platform-graytone-200;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.platform-bg--light-blue {
|
|
164
|
-
background: $platform-bg-light-blue;
|
|
165
|
-
}
|
package/styles/_tables.scss
CHANGED
|
@@ -9,10 +9,10 @@ $platform_table_contrasts: (
|
|
|
9
9
|
tableBody: $beacon-white,
|
|
10
10
|
tableBodyAlt: $beacon-gray-100,
|
|
11
11
|
tableBodyText: $beacon-black,
|
|
12
|
-
tableShadow: 0 0px 10px 0px $beacon-white,
|
|
12
|
+
tableShadow: (0 0px 10px 0px $beacon-white,
|
|
13
13
|
0 20px 0px 0px $beacon-white,
|
|
14
14
|
0 0 0 0 $beacon-white,
|
|
15
|
-
0 20px 8px -2px $beacon-dark-blue-300
|
|
15
|
+
0 20px 8px -2px $beacon-dark-blue-300)
|
|
16
16
|
),
|
|
17
17
|
dark: (
|
|
18
18
|
tableBorder: $beacon-dark-blue-200,
|
package/styles/_toast.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$platform_notification_contrasts: (
|
|
2
2
|
light: (
|
|
3
3
|
notificationClose: $beacon-gray-400,
|
|
4
|
-
notificationShadow: 0px 2px 4px $beacon-gray-300
|
|
4
|
+
notificationShadow: 0px 2px 4px $beacon-gray-300,
|
|
5
5
|
notificationSuccess: $beacon-green-100,
|
|
6
6
|
notificationSuccessText: $beacon-black,
|
|
7
7
|
notificationSuccessBorder: $beacon-green-300,
|
|
@@ -21,7 +21,7 @@ $platform_notification_contrasts: (
|
|
|
21
21
|
),
|
|
22
22
|
dark: (
|
|
23
23
|
notificationClose: $beacon-gray-300,
|
|
24
|
-
notificationShadow: none
|
|
24
|
+
notificationShadow: none,
|
|
25
25
|
notificationSuccess: $beacon-green-500,
|
|
26
26
|
notificationSuccessText: $beacon-black,
|
|
27
27
|
notificationSuccessBorder: $beacon-green-700,
|
|
@@ -41,7 +41,7 @@ $platform_notification_contrasts: (
|
|
|
41
41
|
),
|
|
42
42
|
highcontrast: (
|
|
43
43
|
notificationClose: $beacon-black,
|
|
44
|
-
notificationShadow: none
|
|
44
|
+
notificationShadow: none,
|
|
45
45
|
notificationSuccess: $beacon-black,
|
|
46
46
|
notificationSuccessText: $highcontrast-bright-green-200,
|
|
47
47
|
notificationSuccessBorder: $highcontrast-bright-green-200,
|
|
@@ -82,7 +82,6 @@ $platform_notification_contrasts: (
|
|
|
82
82
|
.toast-container .ngx-toastr {
|
|
83
83
|
background-image: none;
|
|
84
84
|
border-radius: 0;
|
|
85
|
-
color: $platform-black;
|
|
86
85
|
display: flex;
|
|
87
86
|
flex-direction: column;
|
|
88
87
|
width: 500px;
|
|
@@ -168,6 +167,5 @@ $platform_notification_contrasts: (
|
|
|
168
167
|
@include themify($platform_notification_contrasts) {
|
|
169
168
|
color: apply('notificationWarningAccent');
|
|
170
169
|
}
|
|
171
|
-
color: $platform-orange-500;
|
|
172
170
|
content: "error";
|
|
173
171
|
}
|
package/styles/_typography.scss
CHANGED
|
@@ -42,7 +42,7 @@ $platform_text_contrasts: (
|
|
|
42
42
|
textCyan: $highcontrast-bright-blue-100,
|
|
43
43
|
textCyanDark: $highcontrast-bright-blue-200,
|
|
44
44
|
textGreen: $highcontrast-bright-green-200,
|
|
45
|
-
textGreenDark: $
|
|
45
|
+
textGreenDark: $highcontrast-bright-green-300,
|
|
46
46
|
textRed: $highcontrast-bright-orange-300,
|
|
47
47
|
textYellow: $highcontrast-bright-yellow-200,
|
|
48
48
|
textOrange: $highcontrast-bright-orange-100
|
package/styles/styles.scss
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
@import "buttons";
|
|
12
12
|
@import "calendar";
|
|
13
13
|
@import "checkboxes";
|
|
14
|
-
@import "darkmode";
|
|
15
14
|
@import "filters";
|
|
16
15
|
@import "forms";
|
|
17
16
|
@import "layout";
|
|
@@ -68,13 +67,3 @@ button, a {
|
|
|
68
67
|
filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(88deg) brightness(100%) contrast(100%);
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
|
-
|
|
72
|
-
.bg-light { background-color: $platform-graytone-100 }
|
|
73
|
-
.bg-green { background-color: $platform-green-100 !important }
|
|
74
|
-
.bg-dark-green { background-color: $platform-green-500 !important}
|
|
75
|
-
.bg-yellow { background-color: $platform-yellow-100 !important}
|
|
76
|
-
.bg-warn { background-color: $platform-yellow-200 !important}
|
|
77
|
-
.bg-crit {
|
|
78
|
-
background-color: $platform-red-600 !important;
|
|
79
|
-
color: white !important;
|
|
80
|
-
}
|