@genesislcap/pbc-notify-ui 1.0.7 → 1.0.8
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/dist/dts/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.template.d.ts.map +1 -1
- package/dist/esm/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.js +11 -0
- package/dist/esm/components/foundation-inbox/inbox.template.js +0 -12
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"foundation-inbox-flyout.template.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"foundation-inbox-flyout.template.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,eAAO,MAAM,6BAA6B,4EAezC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox.template.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-inbox/inbox.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,oBAAY,QAAQ;IAClB,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,SAAS,IAAA;CACV;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"inbox.template.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-inbox/inbox.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,oBAAY,QAAQ;IAClB,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,SAAS,IAAA;CACV;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,sEAuJnC,CAAC"}
|
|
@@ -2,6 +2,17 @@ import { html, ref } from '@microsoft/fast-element';
|
|
|
2
2
|
import { FoundationInboxTemplate } from '../../inbox.template';
|
|
3
3
|
export const FoundationInboxFlyoutTemplate = html `
|
|
4
4
|
<zero-flyout ${ref('flyout')} position="right" @closed=${(x) => (x.flyoutClosed = true)} :closed=${(x) => x.flyoutClosed} displayHeader=${false}>
|
|
5
|
+
<div class="inbox-header">
|
|
6
|
+
<div class="inbox-header-title">
|
|
7
|
+
Alerts
|
|
8
|
+
</div>
|
|
9
|
+
<zero-button
|
|
10
|
+
class="inbox-header-close"
|
|
11
|
+
@click=${x => x.close()}
|
|
12
|
+
>
|
|
13
|
+
<zero-icon part="icon" name="xmark" size="xl"></zero-icon>
|
|
14
|
+
</zero-button>
|
|
15
|
+
</div>
|
|
5
16
|
${FoundationInboxTemplate}
|
|
6
17
|
</zero-flyout>
|
|
7
18
|
`;
|
|
@@ -11,18 +11,6 @@ export var InboxTab;
|
|
|
11
11
|
* @public
|
|
12
12
|
*/
|
|
13
13
|
export const FoundationInboxTemplate = html `
|
|
14
|
-
<div class="inbox-header">
|
|
15
|
-
<div class="inbox-header-title">
|
|
16
|
-
Alerts
|
|
17
|
-
</div>
|
|
18
|
-
<zero-button
|
|
19
|
-
class="inbox-header-close"
|
|
20
|
-
@click=${x => x.close()}
|
|
21
|
-
>
|
|
22
|
-
<zero-icon part="icon" name="xmark" size="xl"></zero-icon>
|
|
23
|
-
</zero-button>
|
|
24
|
-
</div>
|
|
25
|
-
|
|
26
14
|
<div class="inbox-content">
|
|
27
15
|
<zero-tabs ${(ref('tabs'))} appearance="secondary" activeid=${x => InboxTab.AlertLog}>
|
|
28
16
|
<zero-tab slot="alert-log-tab"
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-notify-ui",
|
|
3
3
|
"description": "Genesis PBC Notify UI",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
|
-
"types": "dist/
|
|
7
|
+
"types": "dist/dts/index.d.ts",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=20.0.0"
|
|
10
10
|
},
|