Skip to content

Commit f9c4707

Browse files
committed
Line breaks in style guide
And move manifest schema
1 parent eec4002 commit f9c4707

File tree

4 files changed

+12
-247
lines changed

4 files changed

+12
-247
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"fileMatch": [
1414
"/manifest.json"
1515
],
16-
"url": "/manifest.schema.json"
16+
"url": "/node_modules/@exlibris/exl-cloudapp-base/manifest.schema.json"
1717
}
18-
]
18+
]
1919
}

cloudapp/src/app/style/style.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
<mat-progress-spinner mode="indeterminate" diameter="50"></mat-progress-spinner>
88
</div>
99
<p>
10-
In order to maintain a consistent experience across Cloud Apps, Ex Libris has developed a <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/" target="styleguide">Cloud App Style Guide</a>. In this tutorial we will show an example of <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#layout" target="styleguide">action buttons</a>, <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#loading" target="styleguide">loading spinner</a>, <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#icons" target="styleguide">icons as buttons</a>, <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#dialog" target="styleguide">confirmation messages</a>, and an <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#emptylist" target="styleguide">empty list</a>.
10+
In order to maintain a consistent experience across Cloud Apps, Ex Libris has developed a
11+
<a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/" target="styleguide">Cloud App Style Guide</a>.
12+
In this tutorial we will show an example of
13+
<a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#layout" target="styleguide">action buttons</a>,
14+
<a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#loading" target="styleguide">loading spinner</a>,
15+
<a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#icons" target="styleguide">icons as buttons</a>,
16+
<a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#dialog" target="styleguide">confirmation messages</a>,
17+
and an <a href="https://developers.exlibrisgroup.com/cloudapps/docs/style/#emptylist" target="styleguide">empty list</a>.
1118
</p>
1219
<h2>Items</h2>
1320
<div *ngIf="items.length > 0; else emptyList">

cloudapp/src/app/style/style.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Component, OnInit } from '@angular/core';
22
import { MatDialog } from "@angular/material/dialog";
33
import { AlertService } from '@exlibris/exl-cloudapp-angular-lib';
4-
import { EMPTY, of } from 'rxjs';
5-
import { delay, finalize, map, tap } from 'rxjs/operators';
4+
import { EMPTY } from 'rxjs';
5+
import { delay, finalize } from 'rxjs/operators';
66
import { AppService } from '../app.service';
77

88
const INIT_VALUES = ['Lorem ipsum dolor sit amet', 'Pellentesque sit amet tempor tellus', 'Vivamus quis velit eget turpis', 'Curabitur ut justo metus'];

manifest.schema.json

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)