@beacon-interactive-systems-llc/beacon-platform-ui 0.0.12 → 0.0.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -2,8 +2,6 @@ $form-element-bottom-border-color: #566FA8;
2
2
  $form-element-border-color: #A09F9F;
3
3
  $form-invalid-color: $platform-red-700;
4
4
 
5
- .form .form__group--invalid
6
-
7
5
  .form {
8
6
  .form__group {
9
7
  position: relative;
@@ -95,9 +95,10 @@ $detail-view-width: calc(100vw - 212px);
95
95
 
96
96
  .infobar {
97
97
  background: $platform-white;
98
- border: none;
99
- height: 40px;
100
- line-height: 38px;
98
+ border-radius: 4px;
99
+ border: 1px solid $platform-blue-300;
100
+ height: 48px;
101
+ line-height: 46px;
101
102
 
102
103
  .value {
103
104
  font-size: 14px;
@@ -105,11 +106,12 @@ $detail-view-width: calc(100vw - 212px);
105
106
 
106
107
  &--secondary {
107
108
  font-size: 12px;
108
- height: 30px;
109
- line-height: 28px;
109
+ border: none;
110
+ height: 40px;
111
+ line-height: 38px;
110
112
 
111
113
  .value {
112
- font-size: 12px;
114
+ font-size: 14px;
113
115
  }
114
116
  }
115
117