@genesislcap/foundation-ui 14.209.3-alpha-7176d01.0 → 14.210.0
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/custom-elements.json +2118 -2041
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/icon/icon.d.ts +6 -0
- package/dist/dts/icon/icon.d.ts.map +1 -1
- package/dist/dts/icon/icon.styles.d.ts.map +1 -1
- package/dist/dts/icon/icon.template.d.ts +3 -1
- package/dist/dts/icon/icon.template.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +9 -1
- package/dist/esm/dialog/dialog.styles.js +1 -1
- package/dist/esm/icon/icon.js +27 -0
- package/dist/esm/icon/icon.styles.js +65 -0
- package/dist/esm/icon/icon.template.js +16 -3
- package/package.json +16 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../src/combobox/combobox.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAWlE;;GAEG;AACH,qBAAa,QAAS,SAAQ,YAAY;;IACxC,OAAO,CAAC,SAAS,CAAS;IAGd,iBAAiB,EAAE,eAAe,CAAC;IACpB,KAAK,UAAS;IACnC,QAAQ,EAAE,MAAM,CAAiB;IACvC,eAAe,CAAC,QAAQ,KAAA,EAAE,QAAQ,EAAE,MAAM;IAG1C,qBAAqB,MAAC;IACtB,iFAAiF;IAE1E,aAAa,EAAE,OAAO,CAAS;IAEtC,wFAAwF;IAEjF,gBAAgB,EAAE,OAAO,CAAS;IAEzC,IAAW,KAAK,IAKO,MAAM,CAF5B;IAED,IAAW,KAAK,CAAC,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../src/combobox/combobox.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAWlE;;GAEG;AACH,qBAAa,QAAS,SAAQ,YAAY;;IACxC,OAAO,CAAC,SAAS,CAAS;IAGd,iBAAiB,EAAE,eAAe,CAAC;IACpB,KAAK,UAAS;IACnC,QAAQ,EAAE,MAAM,CAAiB;IACvC,eAAe,CAAC,QAAQ,KAAA,EAAE,QAAQ,EAAE,MAAM;IAG1C,qBAAqB,MAAC;IACtB,iFAAiF;IAE1E,aAAa,EAAE,OAAO,CAAS;IAEtC,wFAAwF;IAEjF,gBAAgB,EAAE,OAAO,CAAS;IAEzC,IAAW,KAAK,IAKO,MAAM,CAF5B;IAED,IAAW,KAAK,CAAC,IAAI,EAAE,MAAM,EAwB5B;IAEe,qBAAqB,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;IAMzE,aAAa,IAAI,IAAI;IAoBrB,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,IAAI;IAuB3C,cAAc,CAAC,CAAC,EAAE,aAAa,GAAG,OAAO,GAAG,IAAI;IA6ChD,YAAY,CAAC,CAAC,EAAE,aAAa,GAAG,OAAO,GAAG,IAAI;IA6B9D;;;;OAIG;IACH,SAAS,KAAK,SAAS,IAAI,OAAO,CAGjC;IAED;;;;;OAKG;IACH,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,MAAM;IAKhC,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,IAAI;IAQpD,cAAc;IAoBd,aAAa;CAQd;AAGD,eAAO,MAAM,+BAA+B,EAAE,cAG7C,CAAC;AAEF,eAAO,MAAM,qBAAqB;;CAajC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,8SAM7B,CAAC"}
|
package/dist/dts/icon/icon.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IconName, IconStyle } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
import { UUID } from '@genesislcap/foundation-utils';
|
|
2
3
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
4
|
export { IconName, IconStyle };
|
|
4
5
|
export declare const foundationIconShadowOptions: ShadowRootInit;
|
|
@@ -16,6 +17,10 @@ export type FaSize = (typeof faSizeValues)[number];
|
|
|
16
17
|
*/
|
|
17
18
|
export declare class Icon extends FoundationElement {
|
|
18
19
|
iElement: HTMLElement;
|
|
20
|
+
uuid: UUID;
|
|
21
|
+
tooltipId: string;
|
|
22
|
+
tooltip: string;
|
|
23
|
+
isError: boolean;
|
|
19
24
|
name: IconName;
|
|
20
25
|
nameChanged(oldValue: string, newValue: string): void;
|
|
21
26
|
size: FaSize;
|
|
@@ -24,6 +29,7 @@ export declare class Icon extends FoundationElement {
|
|
|
24
29
|
variantChanged(oldValue: string, newValue: string): void;
|
|
25
30
|
connectedCallback(): void;
|
|
26
31
|
disconnectedCallback(): void;
|
|
32
|
+
getDefualtTooltipConfig(): void;
|
|
27
33
|
loadIcon(): void;
|
|
28
34
|
}
|
|
29
35
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,QAAQ,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,QAAQ,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAG/B,eAAO,MAAM,2BAA2B,EAAE,cAGzC,CAAC;AAEF,eAAO,MAAM,iBAAiB,IAAK,CAAC;AAEpC,oBAAY,iBAAiB;IAC3B,KAAK,QAAQ;IACb,OAAO,QAAQ;IACf,KAAK,QAAQ;CACd;AAED,eAAO,MAAM,kBAAkB,MAAgB,CAAC;AAEhD,eAAO,MAAM,YAAY,sIAmBf,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnD;;GAEG;AACH,qBAAa,IAAK,SAAQ,iBAAiB;IAC7B,QAAQ,EAAE,WAAW,CAAC;IAC5B,IAAI,EAAE,IAAI,CAAC;IACkB,SAAS,EAAE,MAAM,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IACyB,OAAO,EAAE,OAAO,CAAS;IAElE,IAAI,EAAE,QAAQ,CAAC;IACrB,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAIxC,IAAI,EAAE,MAAM,CAAQ;IAC1B,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAIxC,OAAO,EAAE,SAAS,CAAW;IACnC,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAIjD,iBAAiB;IAgBjB,oBAAoB;IAKpB,uBAAuB;IAMhB,QAAQ;CAgBhB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,oTAMzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,oBAAoB,YACtB,wBAAwB,cACrB,2BAA2B,KACtC,
|
|
1
|
+
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,oBAAoB,YACtB,wBAAwB,cACrB,2BAA2B,KACtC,aA2EF,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
|
|
2
|
+
import type { Icon } from './icon';
|
|
3
|
+
export declare const getPrefixedIcon: (prefix: string) => ViewTemplate;
|
|
4
|
+
export declare const foundationIconTemplate: ViewTemplate<Icon, any>;
|
|
3
5
|
//# sourceMappingURL=icon.template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.template.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"icon.template.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC,eAAO,MAAM,eAAe,WAAY,MAAM,KAAG,YAsBhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,yBAElC,CAAC"}
|
|
@@ -44,7 +44,9 @@ export class Combobox extends FASTComboBox {
|
|
|
44
44
|
const prevSelectedValue = (_a = this.options[this.selectedIndex]) === null || _a === void 0 ? void 0 : _a.text;
|
|
45
45
|
const nextSelectedValue = (_b = this.options[selectedIndex]) === null || _b === void 0 ? void 0 : _b.text;
|
|
46
46
|
this.selectedIndex =
|
|
47
|
-
|
|
47
|
+
nextSelectedValue && nextSelectedValue !== prevSelectedValue
|
|
48
|
+
? selectedIndex
|
|
49
|
+
: this.selectedIndex;
|
|
48
50
|
next = ((_c = this.firstSelectedOption) === null || _c === void 0 ? void 0 : _c.text) || next;
|
|
49
51
|
}
|
|
50
52
|
if (prev !== next) {
|
|
@@ -144,6 +146,12 @@ export class Combobox extends FASTComboBox {
|
|
|
144
146
|
return !__classPrivateFieldGet(this, _Combobox_wasOpenOnEnterDown, "f");
|
|
145
147
|
case 'ArrowDown':
|
|
146
148
|
case 'ArrowUp':
|
|
149
|
+
if (this.open && this.selectedOptions && this.selectedOptions.length === 1) {
|
|
150
|
+
const selectedOption = this.selectedOptions[0];
|
|
151
|
+
this.currentValue = selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.value;
|
|
152
|
+
return;
|
|
153
|
+
}
|
|
154
|
+
break;
|
|
147
155
|
case 'Home':
|
|
148
156
|
case 'End':
|
|
149
157
|
// base class clears the selected value for this, which is silly
|
package/dist/esm/icon/icon.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { findIconDefinition, icon } from '@fortawesome/fontawesome-svg-core';
|
|
3
|
+
import { UUID } from '@genesislcap/foundation-utils';
|
|
3
4
|
import { attr, observable } from '@microsoft/fast-element';
|
|
4
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
5
6
|
import { foundationIconStyles as styles } from './icon.styles';
|
|
@@ -43,6 +44,7 @@ export const faSizeValues = [
|
|
|
43
44
|
export class Icon extends FoundationElement {
|
|
44
45
|
constructor() {
|
|
45
46
|
super(...arguments);
|
|
47
|
+
this.isError = false;
|
|
46
48
|
this.size = 'sm';
|
|
47
49
|
this.variant = 'solid';
|
|
48
50
|
}
|
|
@@ -57,12 +59,25 @@ export class Icon extends FoundationElement {
|
|
|
57
59
|
}
|
|
58
60
|
connectedCallback() {
|
|
59
61
|
super.connectedCallback();
|
|
62
|
+
if (this.tooltip) {
|
|
63
|
+
if (!this.tooltipId) {
|
|
64
|
+
this.tooltipId = this.uuid.createId();
|
|
65
|
+
}
|
|
66
|
+
if (this.name)
|
|
67
|
+
return;
|
|
68
|
+
this.getDefualtTooltipConfig();
|
|
69
|
+
}
|
|
60
70
|
this.loadIcon();
|
|
61
71
|
}
|
|
62
72
|
disconnectedCallback() {
|
|
63
73
|
super.disconnectedCallback();
|
|
64
74
|
this.iElement.replaceChildren();
|
|
65
75
|
}
|
|
76
|
+
getDefualtTooltipConfig() {
|
|
77
|
+
this.name = 'question-circle';
|
|
78
|
+
this.size = '1x';
|
|
79
|
+
this.variant = 'regular';
|
|
80
|
+
}
|
|
66
81
|
loadIcon() {
|
|
67
82
|
if (!this.iElement) {
|
|
68
83
|
return;
|
|
@@ -81,6 +96,18 @@ export class Icon extends FoundationElement {
|
|
|
81
96
|
__decorate([
|
|
82
97
|
observable
|
|
83
98
|
], Icon.prototype, "iElement", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
UUID
|
|
101
|
+
], Icon.prototype, "uuid", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
attr({ attribute: 'tooltip-id' })
|
|
104
|
+
], Icon.prototype, "tooltipId", void 0);
|
|
105
|
+
__decorate([
|
|
106
|
+
attr
|
|
107
|
+
], Icon.prototype, "tooltip", void 0);
|
|
108
|
+
__decorate([
|
|
109
|
+
attr({ attribute: 'error', mode: 'boolean' })
|
|
110
|
+
], Icon.prototype, "isError", void 0);
|
|
84
111
|
__decorate([
|
|
85
112
|
attr
|
|
86
113
|
], Icon.prototype, "name", void 0);
|
|
@@ -10,4 +10,69 @@ export const foundationIconStyles = (context, definition) => css `
|
|
|
10
10
|
.fa-stack-2x {
|
|
11
11
|
font-size: 2em;
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
.tooltip-icon {
|
|
15
|
+
color: var(--accent-foreground-rest);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.error-tooltip {
|
|
19
|
+
color: var(--error-color);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tooltip-element {
|
|
23
|
+
position: absolute;
|
|
24
|
+
z-index: 999;
|
|
25
|
+
width: 300px;
|
|
26
|
+
contain: unset;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.tooltip-element::part(tooltip) {
|
|
30
|
+
padding: calc(var(--design-unit) * 4px);
|
|
31
|
+
background-color: color-mix(in srgb, var(--neutral-layer-4), #000 10%);
|
|
32
|
+
border: 1px solid var(--neutral-layer-3);
|
|
33
|
+
text-align: left;
|
|
34
|
+
color: var(--neutral-foreground-hint);
|
|
35
|
+
box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
|
|
36
|
+
font-size: var(--type-ramp-minus-1-font-size);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.tooltip-title {
|
|
40
|
+
color: var(--neutral-fill-strong-hover);
|
|
41
|
+
margin: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.tooltip-description {
|
|
45
|
+
margin-top: calc(var(--design-unit) * 2px);
|
|
46
|
+
margin-bottom: 0;
|
|
47
|
+
font-size: var(--type-ramp-base-font-size);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tooltip-second-title-margin {
|
|
51
|
+
margin-top: calc(var(--design-unit) * 2px);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.tooltip-list-padding {
|
|
55
|
+
margin: 0;
|
|
56
|
+
padding: 0 0 0 calc(var(--design-unit) * 4px);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
a,
|
|
60
|
+
a:active,
|
|
61
|
+
a:visited {
|
|
62
|
+
color: var(--accent-foreground-rest);
|
|
63
|
+
text-decoration: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.warning {
|
|
67
|
+
background: var(--warning-color);
|
|
68
|
+
color: #000;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.info {
|
|
72
|
+
margin-top: calc(var(--design-unit) * 2px);
|
|
73
|
+
padding: 20px;
|
|
74
|
+
margin-bottom: 20px;
|
|
75
|
+
height: auto;
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
}
|
|
13
78
|
`;
|
|
@@ -1,12 +1,25 @@
|
|
|
1
|
-
import { html, ref } from '@microsoft/fast-element';
|
|
2
|
-
|
|
1
|
+
import { html, ref, when } from '@microsoft/fast-element';
|
|
2
|
+
import { classNames } from '@microsoft/fast-web-utilities';
|
|
3
|
+
import { getPrefix } from '../utils';
|
|
4
|
+
export const getPrefixedIcon = (prefix) => html `
|
|
3
5
|
<template>
|
|
4
6
|
<i
|
|
5
7
|
${ref('iElement')}
|
|
6
|
-
|
|
8
|
+
id="${(x) => x.tooltipId}"
|
|
9
|
+
class=${(x) => `fa-${x.name} fa-${x.size} fa-${x.variant} ${classNames(['error-tooltip', !!(x.isError && x.tooltip)], ['tooltip-icon', !!(!x.isError && x.tooltip)])}`}
|
|
7
10
|
part=${(x) => `icon-${x.name}-${x.size}-${x.variant}`}
|
|
8
11
|
>
|
|
9
12
|
<slot></slot>
|
|
10
13
|
</i>
|
|
14
|
+
${when((x) => x.tooltip, html `
|
|
15
|
+
<${prefix}-tooltip part="tooltip" class="tooltip-element" show anchor="${(x) => x.tooltipId}">
|
|
16
|
+
${(x) => html `
|
|
17
|
+
${x.tooltip}
|
|
18
|
+
`}
|
|
19
|
+
</${prefix}-tooltip>
|
|
20
|
+
`)}
|
|
11
21
|
</template>
|
|
12
22
|
`;
|
|
23
|
+
export const foundationIconTemplate = html `
|
|
24
|
+
${(x) => getPrefixedIcon(getPrefix(x))}
|
|
25
|
+
`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.210.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@genesislcap/foundation-testing": "14.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.210.0",
|
|
87
|
+
"@genesislcap/genx": "14.210.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.210.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.210.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.210.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.210.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.210.0",
|
|
93
93
|
"copyfiles": "^2.4.1",
|
|
94
94
|
"rimraf": "^5.0.0",
|
|
95
95
|
"rxjs": "^7.5.4"
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/foundation-comms": "14.
|
|
104
|
-
"@genesislcap/foundation-criteria": "14.
|
|
105
|
-
"@genesislcap/foundation-errors": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
103
|
+
"@genesislcap/foundation-comms": "14.210.0",
|
|
104
|
+
"@genesislcap/foundation-criteria": "14.210.0",
|
|
105
|
+
"@genesislcap/foundation-errors": "14.210.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.210.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.210.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.210.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.210.0",
|
|
110
110
|
"@microsoft/fast-colors": "^5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "^2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "e6ff3fa96c74159051b2e0e3f1ccbc4806a22822"
|
|
132
132
|
}
|