@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 +1 -1
- package/package.json +4 -4
- package/styles/_filters.scss +1 -1
- package/styles/_layout.scss +2 -1
- package/styles/_widgets.scss +4 -0
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
|
|
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.
|
|
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",
|
package/styles/_filters.scss
CHANGED
package/styles/_layout.scss
CHANGED
|
@@ -76,7 +76,8 @@ $detail-view-width: calc(100vw - 212px);
|
|
|
76
76
|
width: $detail-view-width;
|
|
77
77
|
|
|
78
78
|
&__header {
|
|
79
|
-
background-color:
|
|
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;
|