@equinor/fusion-framework-dev-portal 1.1.2 → 1.1.3
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/CHANGELOG.md +6 -0
- package/dist/main.js +17 -14
- package/package.json +7 -7
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 1.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3446](https://github.com/equinor/fusion-framework/pull/3446) [`706c8a3`](https://github.com/equinor/fusion-framework/commit/706c8a3eebd7a4cb86cf457f50252a4a61520c15) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated @equinor/fusion-wc-person from 3.2.0 to 3.2.1.
|
|
8
|
+
|
|
3
9
|
## 1.1.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/main.js
CHANGED
|
@@ -53760,9 +53760,11 @@ const YI = _r`
|
|
|
53760
53760
|
text-overflow: ellipsis;
|
|
53761
53761
|
-webkit-line-clamp: 2;
|
|
53762
53762
|
-webkit-box-orient: vertical;
|
|
53763
|
+
white-space: break-spaces;
|
|
53763
53764
|
}
|
|
53764
53765
|
.person-card__department,
|
|
53765
53766
|
.person-card__jobtitle {
|
|
53767
|
+
white-space: break-spaces;
|
|
53766
53768
|
font-size: calc(
|
|
53767
53769
|
${oe(re.typography.paragraph.caption.getVariable("fontSize"))} * var(--content-resize, 1)
|
|
53768
53770
|
);
|
|
@@ -63748,18 +63750,17 @@ class vi extends Gi {
|
|
|
63748
63750
|
complete: (e) => {
|
|
63749
63751
|
var r, n;
|
|
63750
63752
|
const { accountType: i, accountClassification: o, name: s } = e, u = Nm(this.getRenderClasses(i, o));
|
|
63751
|
-
return Ae`<
|
|
63752
|
-
|
|
63753
|
-
|
|
63754
|
-
|
|
63755
|
-
|
|
63756
|
-
|
|
63757
|
-
|
|
63758
|
-
|
|
63759
|
-
|
|
63760
|
-
|
|
63761
|
-
|
|
63762
|
-
${this.showLetter ? Ae`${(r = s?.substring(0, 1)) === null || r === void 0 ? void 0 : r.toUpperCase()}` : (n = this.tasks) === null || n === void 0 ? void 0 : n.photo.render({
|
|
63753
|
+
return Ae`<fwc-avatar
|
|
63754
|
+
class=${u}
|
|
63755
|
+
.size=${this.size}
|
|
63756
|
+
?clickable=${this.clickable}
|
|
63757
|
+
?disabled=${this.disabled}
|
|
63758
|
+
@click=${this.handleOnClick}
|
|
63759
|
+
@mouseover=${this.handleMouseOver}
|
|
63760
|
+
@mouseout=${this.handleMouseOut}
|
|
63761
|
+
border
|
|
63762
|
+
>
|
|
63763
|
+
${this.showLetter ? Ae`${(r = s?.substring(0, 1)) === null || r === void 0 ? void 0 : r.toUpperCase()}` : (n = this.tasks) === null || n === void 0 ? void 0 : n.photo.render({
|
|
63763
63764
|
complete: (f) => Ae`<img src="${f}" alt="${s}" />`,
|
|
63764
63765
|
pending: () => this.renderImagePlaceholder(!0),
|
|
63765
63766
|
error: () => {
|
|
@@ -63767,8 +63768,7 @@ class vi extends Gi {
|
|
|
63767
63768
|
return console.log("failed"), Ae`${(f = s?.substring(0, 1)) === null || f === void 0 ? void 0 : f.toUpperCase()}`;
|
|
63768
63769
|
}
|
|
63769
63770
|
})}
|
|
63770
|
-
|
|
63771
|
-
</div>`;
|
|
63771
|
+
</fwc-avatar>`;
|
|
63772
63772
|
},
|
|
63773
63773
|
pending: () => Ae`<fwc-avatar size=${this.size}>${this.renderImagePlaceholder(!0)}</fwc-avatar>`,
|
|
63774
63774
|
error: () => Ae`<fwc-avatar size=${this.size} inactive>${this.renderImagePlaceholder(!1)}</fwc-avatar>`
|
|
@@ -63929,6 +63929,9 @@ const HSe = _r`
|
|
|
63929
63929
|
:host([size='large']) {
|
|
63930
63930
|
--fwc-avatar-size: 3.5rem;
|
|
63931
63931
|
}
|
|
63932
|
+
.person-list__avatar {
|
|
63933
|
+
display: flex;
|
|
63934
|
+
}
|
|
63932
63935
|
.person-list__item {
|
|
63933
63936
|
display: flex;
|
|
63934
63937
|
justify-content: space-between;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-dev-portal",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/main.js",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"tsx": "^4.19.3",
|
|
41
41
|
"typescript": "^5.8.2",
|
|
42
42
|
"vite": "^7.1.5",
|
|
43
|
-
"@equinor/fusion-framework": "^7.3.19",
|
|
44
43
|
"@equinor/fusion-framework-app": "^10.0.0",
|
|
45
44
|
"@equinor/fusion-framework-dev-server": "^1.1.2",
|
|
45
|
+
"@equinor/fusion-framework-module-app": "^7.0.1",
|
|
46
|
+
"@equinor/fusion-framework": "^7.3.19",
|
|
46
47
|
"@equinor/fusion-framework-module-bookmark": "^3.0.1",
|
|
47
48
|
"@equinor/fusion-framework-module-context": "^7.0.0",
|
|
48
49
|
"@equinor/fusion-framework-module-feature-flag": "^1.1.24",
|
|
50
|
+
"@equinor/fusion-framework-module-navigation": "^6.0.0",
|
|
49
51
|
"@equinor/fusion-framework-module-services": "^7.1.1",
|
|
50
|
-
"@equinor/fusion-framework-module-app": "^7.0.1",
|
|
51
52
|
"@equinor/fusion-framework-react": "^7.4.18",
|
|
52
|
-
"@equinor/fusion-framework-module-navigation": "^6.0.0",
|
|
53
53
|
"@equinor/fusion-framework-react-components-bookmark": "^1.1.0",
|
|
54
54
|
"@equinor/fusion-framework-react-module-bookmark": "^5.0.1",
|
|
55
|
-
"@equinor/fusion-
|
|
56
|
-
"@equinor/fusion-
|
|
57
|
-
"@equinor/fusion-
|
|
55
|
+
"@equinor/fusion-framework-react-components-people-provider": "^1.5.23",
|
|
56
|
+
"@equinor/fusion-query": "^5.2.14",
|
|
57
|
+
"@equinor/fusion-observable": "^8.5.4"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"start": "tsx dev-server.ts",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '1.1.
|
|
2
|
+
export const version = '1.1.3';
|