@beacon-interactive-systems-llc/beacon-platform-ui 0.0.10 → 0.0.11

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/README.md CHANGED
@@ -13,7 +13,7 @@ Run `npm adduser` -- this will launch npmjs.com and prompt a sign-in
13
13
 
14
14
  ## Develop + Build
15
15
 
16
- Make necessary changes to the files in `projects/platform-ui`, run `npm patch version` to increment the version prior to committing and pushing.
16
+ Make necessary changes to the files in `projects/platform-ui`, run `npm version patch` to increment the version prior to committing and pushing.
17
17
 
18
18
  Run `ng build --project=platform-ui` to build the project. The build artifacts will be stored in the `dist/` directory.
19
19
 
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
7
7
  "@angular/forms": "^14.0.0",
8
8
  "@angular/material": "^14.2.6",
9
- "@ng-select/ng-select": "9.0.2",
10
- "@ngx-pwa/local-storage": "13.0.5",
11
- "angular-mentions": "1.5.0",
12
9
  "bootstrap": "5.2.2",
13
10
  "ngx-autosize": "2.0.3",
14
11
  "ngx-bootstrap": "9.0.0",
15
12
  "ngx-infinite-scroll": "14.0.1",
13
+ "@ng-select/ng-select": "9.0.2",
14
+ "@ngx-pwa/local-storage": "13.0.5",
15
+ "angular-mentions": "1.5.0",
16
16
  "ngx-mask": "14.2.4",
17
17
  "ngx-quill": "18.0.0",
18
18
  "ngx-toastr": "15.2.2",
@@ -1,7 +1,7 @@
1
1
  .filter-bar {
2
2
  border: 0.5px solid $platform-graytone-300;
3
3
  border-radius: 3px;
4
- box-shadow: 0px 3px 3px #00000010;
4
+ box-shadow: none !important;
5
5
  height: 57px;
6
6
 
7
7
  .row.filter-row {
@@ -76,7 +76,8 @@ $detail-view-width: calc(100vw - 212px);
76
76
  width: $detail-view-width;
77
77
 
78
78
  &__header {
79
- background-color: $platform-blue-200;
79
+ background-color: #F3F4F6;
80
+ box-shadow: 0px 3px 3px #00000010;
80
81
  height: fit-content;
81
82
  padding-top: 18px !important;
82
83
  width: inherit;
@@ -21,6 +21,10 @@
21
21
  margin-top: 8px;
22
22
  padding: 16px;
23
23
 
24
+ .card {
25
+ border-radius: 3px;
26
+ }
27
+
24
28
  &--with-border {
25
29
  border: 1px solid $platform-graytone-300;
26
30
  border-radius: 7px;