@telia-ace/alliance-ui 1.0.16-next.1 → 1.0.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @telia-ace/alliance-ui
2
2
 
3
+ ## 1.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - d8c3069: Add `<alliance-pop-over>` component.
9
+ - Updated dependencies [1b9c7a9]
10
+ - @telia-ace/alliance-internal-client-utilities@1.0.5
11
+
3
12
  ## 1.0.16-next.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-ui",
3
- "version": "1.0.16-next.1",
3
+ "version": "1.0.16",
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.5-next.0"
46
+ "@telia-ace/alliance-internal-client-utilities": "^1.0.5"
47
47
  },
48
48
  "devDependencies": {
49
49
  "tsup": "^7.2.0"