@ornikar/kitt-universal 22.2.2 → 22.3.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 CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [22.3.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@22.2.2...@ornikar/kitt-universal@22.3.0) (2023-12-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * setup accessibilityRole on ExternalLink [no issue] ([#2277](https://github.com/ornikar/kitt/issues/2277)) ([a34a207](https://github.com/ornikar/kitt/commit/a34a207720c423136a727b0d3349be0ad0cf8ca0))
12
+
13
+
14
+
6
15
  ## [22.2.2](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@22.2.1...@ornikar/kitt-universal@22.2.2) (2023-12-14)
7
16
 
8
17
 
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalLink.web.d.ts","sourceRoot":"","sources":["../../../src/ExternalLink/ExternalLink.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AAG5F,wBAAgB,YAAY,CAAC,CAAC,SAAS,qBAAqB,CAAC,GAAG,CAAC,EAAE,EACjE,EAAE,EAAE,SAAS,EACb,IAAI,EACJ,gBAA0C,EAC1C,OAAO,EACP,GAAG,IAAI,EACR,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,kCAAkC,CAAC,CAAC,CAAC,GAAG,SAAS,CAS1E"}
1
+ {"version":3,"file":"ExternalLink.web.d.ts","sourceRoot":"","sources":["../../../src/ExternalLink/ExternalLink.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AAG5F,wBAAgB,YAAY,CAAC,CAAC,SAAS,qBAAqB,CAAC,GAAG,CAAC,EAAE,EACjE,EAAE,EAAE,SAAS,EACb,IAAI,EACJ,gBAA0C,EAC1C,OAAO,EACP,GAAG,IAAI,EACR,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,kCAAkC,CAAC,CAAC,CAAC,GAAG,SAAS,CAU1E"}
@@ -3759,6 +3759,7 @@ function ExternalLink({
3759
3759
  }) {
3760
3760
  return /*#__PURE__*/jsxRuntime.jsx(Component, {
3761
3761
  ...rest,
3762
+ accessibilityRole: "link",
3762
3763
  href: href,
3763
3764
  hrefAttrs: openLinkBehavior?.web === 'targetSelf' ? undefined : {
3764
3765
  target: '_blank',