@telia-ace/alliance-ui 1.0.16-next.1 → 1.0.17-next.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/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @telia-ace/alliance-ui
|
|
2
2
|
|
|
3
|
+
## 1.0.17-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e352474`](https://github.com/telia-company/ace-alliance-sdk/commit/e35247452722e83239813a4edad87a445c6aac4b)]:
|
|
8
|
+
- @telia-ace/alliance-internal-client-utilities@1.0.6-next.0
|
|
9
|
+
|
|
10
|
+
## 1.0.16
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- d8c3069: Ensure `href` attribute is properly reflected and use [`display: contents`](https://developer.mozilla.org/en-US/docs/Web/CSS/display#contents) on the `<alliance-link>` host element.
|
|
15
|
+
- d8c3069: Add `<alliance-pop-over>` component.
|
|
16
|
+
- Updated dependencies [1b9c7a9]
|
|
17
|
+
- @telia-ace/alliance-internal-client-utilities@1.0.5
|
|
18
|
+
|
|
3
19
|
## 1.0.16-next.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17-next.0",
|
|
4
4
|
"description": "UI components used by ACE Alliance apps.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@floating-ui/dom": "^1.5.3",
|
|
44
44
|
"@teliads/components": "^22.1.1",
|
|
45
45
|
"lit": "^3.0.0",
|
|
46
|
-
"@telia-ace/alliance-internal-client-utilities": "^1.0.
|
|
46
|
+
"@telia-ace/alliance-internal-client-utilities": "^1.0.6-next.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"tsup": "^7.2.0"
|