@kumori/aurora-wui-components 0.0.78 → 0.0.80
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/components/axebow-getting-started-card/axebow-getting-started-card.d.ts +24 -0
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts.map +1 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts +18 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts.map +1 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts +27 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts +19 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts +36 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +380 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { PillItem } from '../axebow-pill/axebow-pill.js';
|
|
3
|
+
/**
|
|
4
|
+
* Purely presentational "let's start it" card. Title, description and
|
|
5
|
+
* the already-translated pill configs (each carrying its own `onClick`)
|
|
6
|
+
* are all supplied by the caller. The contact button only renders when
|
|
7
|
+
* `contactUrl` is given - whether that link is configured is decided by
|
|
8
|
+
* the caller, not here.
|
|
9
|
+
*/
|
|
10
|
+
export declare class AxebowGettingStartedCard extends LitElement {
|
|
11
|
+
static styles: import('lit').CSSResult;
|
|
12
|
+
heading: string;
|
|
13
|
+
description: string;
|
|
14
|
+
pills: PillItem[];
|
|
15
|
+
contactUrl: string;
|
|
16
|
+
contactLabel: string;
|
|
17
|
+
dontShowAgainLabel: string;
|
|
18
|
+
dontShowAgain: boolean;
|
|
19
|
+
onDontShowAgainChange?: (checked: boolean) => void;
|
|
20
|
+
notNowLabel: string;
|
|
21
|
+
onNotNow?: () => void;
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=axebow-getting-started-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-getting-started-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-getting-started-card/axebow-getting-started-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,WAAW,SAAM;IAClB,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEtB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,kBAAkB,SAAM;IACvB,aAAa,UAAS;IACnB,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtD,MAAM;CA2CP"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export interface InfrastructureItem {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Purely presentational "how your infrastructure is organized" card.
|
|
8
|
+
* Heading, image and the already-translated item list are all supplied
|
|
9
|
+
* by the caller.
|
|
10
|
+
*/
|
|
11
|
+
export declare class AxebowInfrastructureCard extends LitElement {
|
|
12
|
+
static styles: import('lit').CSSResult;
|
|
13
|
+
heading: string;
|
|
14
|
+
imageUrl: string;
|
|
15
|
+
items: InfrastructureItem[];
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=axebow-infrastructure-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-infrastructure-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-infrastructure-card/axebow-infrastructure-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAIlD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,QAAQ,SAAM;IACf,KAAK,EAAE,kBAAkB,EAAE,CAAM;IAE5D,MAAM;CAmBP"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export interface PillItem {
|
|
3
|
+
icon?: string;
|
|
4
|
+
image?: string;
|
|
5
|
+
label: string;
|
|
6
|
+
buttonText: string;
|
|
7
|
+
buttonIcon?: string;
|
|
8
|
+
onClick?: () => void;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Purely presentational call-to-action pill. Width fills whatever flex
|
|
12
|
+
* row the caller puts it in; height hugs its own content - neither is
|
|
13
|
+
* hardcoded here.
|
|
14
|
+
*/
|
|
15
|
+
export declare class AxebowPill extends LitElement {
|
|
16
|
+
icon: string;
|
|
17
|
+
image: string;
|
|
18
|
+
label: string;
|
|
19
|
+
buttonText: string;
|
|
20
|
+
buttonIcon: string;
|
|
21
|
+
onClick?: () => void;
|
|
22
|
+
static styles: import('lit').CSSResult[];
|
|
23
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
24
|
+
private _handleMouseEnter;
|
|
25
|
+
private _handleMouseLeave;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=axebow-pill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-pill.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-pill/axebow-pill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,MAAM,WAAW,QAAQ;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;;GAIG;AACH,qBACa,UAAW,SAAQ,UAAU;IACZ,IAAI,SAAM;IACV,KAAK,SAAM;IACX,KAAK,SAAM;IACX,UAAU,SAAM;IAChB,UAAU,SAAM;IACZ,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErD,MAAM,CAAC,MAAM,4BAeX;IAEF,MAAM;IA6BN,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,iBAAiB;CAM1B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational header/collapse toggle for the quick-tip section.
|
|
4
|
+
* `paddingBottom` (the floating collapsed button's bottom offset, so it
|
|
5
|
+
* clears the app footer) and `onToggle` are both supplied by the caller -
|
|
6
|
+
* the component owns no footer-tracking or navigation logic of its own.
|
|
7
|
+
*/
|
|
8
|
+
export declare class AxebowQuickTipButton extends LitElement {
|
|
9
|
+
label: string;
|
|
10
|
+
showLabel: string;
|
|
11
|
+
collapsed: boolean;
|
|
12
|
+
isStarted: boolean;
|
|
13
|
+
paddingBottom: number;
|
|
14
|
+
onToggle?: () => void;
|
|
15
|
+
static styles: import('lit').CSSResult[];
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
+
private _renderFloatingButton;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=axebow-quick-tip-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-quick-tip-button.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-quick-tip-button/axebow-quick-tip-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC;;;;;GAKG;AACH,qBACa,oBAAqB,SAAQ,UAAU;IACtB,KAAK,SAAM;IACX,SAAS,SAAM;IACd,SAAS,UAAS;IAClB,SAAS,UAAS;IACnB,aAAa,SAAM;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtD,MAAM,CAAC,MAAM,4BAgDX;IAEF,MAAM;IAsBN,OAAO,CAAC,qBAAqB;CAU9B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { InfrastructureItem } from '../axebow-infrastructure-card/axebow-infrastructure-card.js';
|
|
3
|
+
import { PillItem } from '../axebow-pill/axebow-pill.js';
|
|
4
|
+
/**
|
|
5
|
+
* Purely presentational composition of the quick-tip toggle button, the
|
|
6
|
+
* infrastructure explainer card and the getting-started card. Owns only
|
|
7
|
+
* the expand/collapse animation and scroll-into-view UI mechanics - every
|
|
8
|
+
* piece of copy, image, callback and the footer-clearance offset come
|
|
9
|
+
* from the caller.
|
|
10
|
+
*/
|
|
11
|
+
export declare class AxebowQuickTipSection extends LitElement {
|
|
12
|
+
static styles: import('lit').CSSResult[];
|
|
13
|
+
showContent: boolean;
|
|
14
|
+
isStarted: boolean;
|
|
15
|
+
paddingBottom: number;
|
|
16
|
+
onToggle?: () => void;
|
|
17
|
+
buttonLabel: string;
|
|
18
|
+
buttonShowLabel: string;
|
|
19
|
+
infrastructureHeading: string;
|
|
20
|
+
infrastructureImageUrl: string;
|
|
21
|
+
infrastructureItems: InfrastructureItem[];
|
|
22
|
+
gettingStartedHeading: string;
|
|
23
|
+
gettingStartedDescription: string;
|
|
24
|
+
pills: PillItem[];
|
|
25
|
+
contactUrl: string;
|
|
26
|
+
contactLabel: string;
|
|
27
|
+
dontShowAgainLabel: string;
|
|
28
|
+
dontShowAgain: boolean;
|
|
29
|
+
onDontShowAgainChange?: (checked: boolean) => void;
|
|
30
|
+
notNowLabel: string;
|
|
31
|
+
onNotNow?: () => void;
|
|
32
|
+
private _contentSection?;
|
|
33
|
+
updated(changedProperties: Map<string | number | symbol, unknown>): void;
|
|
34
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=axebow-quick-tip-section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-quick-tip-section.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-quick-tip-section/axebow-quick-tip-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEvD,OAAO,uDAAuD,CAAC;AAC/D,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6DAA6D,CAAC;AACtG,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BA0BX;IAE2B,WAAW,UAAQ;IACnB,SAAS,UAAS;IACnB,aAAa,SAAM;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1B,WAAW,SAAM;IACjB,eAAe,SAAM;IAErB,qBAAqB,SAAM;IAC3B,sBAAsB,SAAM;IAC7B,mBAAmB,EAAE,kBAAkB,EAAE,CAAM;IAE9C,qBAAqB,SAAM;IAC3B,yBAAyB,SAAM;IAChC,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEtB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,kBAAkB,SAAM;IACvB,aAAa,UAAS;IACnB,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B,OAAO,CAAC,eAAe,CAAC,CAAc;IAEjE,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;IASjE,MAAM;CAsCP"}
|
package/dist/index.d.ts
CHANGED
|
@@ -41,4 +41,9 @@ export * from './components/axebow-alert/axebow-alert.js';
|
|
|
41
41
|
export * from './components/axebow-help-bubble/axebow-help-bubble.js';
|
|
42
42
|
export * from './components/axebow-number-card/axebow-number-card.js';
|
|
43
43
|
export * from './components/axebow-numbers-section/axebow-numbers-section.js';
|
|
44
|
+
export * from './components/axebow-pill/axebow-pill.js';
|
|
45
|
+
export * from './components/axebow-quick-tip-button/axebow-quick-tip-button.js';
|
|
46
|
+
export * from './components/axebow-infrastructure-card/axebow-infrastructure-card.js';
|
|
47
|
+
export * from './components/axebow-getting-started-card/axebow-getting-started-card.js';
|
|
48
|
+
export * from './components/axebow-quick-tip-section/axebow-quick-tip-section.js';
|
|
44
49
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yCAAyC,CAAC;AACxD,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,YAAY,EAAE,WAAW,EAAE,MAAM,0DAA0D,CAAC;AAC5F,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,2DAA2D,CAAC;AAC1H,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mEAAmE,CAAC;AAClF,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,qDAAqD,CAAC;AACpE,cAAc,kDAAkD,CAAC;AACjE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mCAAmC,CAAC;AAClD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,iDAAiD,CAAC;AAChE,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0DAA0D,CAAC;AACzE,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uDAAuD,CAAC;AACtE,cAAc,uDAAuD,CAAC;AACtE,cAAc,+DAA+D,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yCAAyC,CAAC;AACxD,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,YAAY,EAAE,WAAW,EAAE,MAAM,0DAA0D,CAAC;AAC5F,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,2DAA2D,CAAC;AAC1H,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mEAAmE,CAAC;AAClF,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,qDAAqD,CAAC;AACpE,cAAc,kDAAkD,CAAC;AACjE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mCAAmC,CAAC;AAClD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,iDAAiD,CAAC;AAChE,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0DAA0D,CAAC;AACzE,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uDAAuD,CAAC;AACtE,cAAc,uDAAuD,CAAC;AACtE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,yCAAyC,CAAC;AACxD,cAAc,iEAAiE,CAAC;AAChF,cAAc,uEAAuE,CAAC;AACtF,cAAc,yEAAyE,CAAC;AACxF,cAAc,mEAAmE,CAAC"}
|