@pingux/astro 2.7.0-alpha.3 → 2.7.1-alpha.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,22 @@
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
+ # [2.7.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.6.0...@pingux/astro@2.7.0) (2023-07-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-6296] Astro ImageUpload ScreenReader ([1005ec1](https://gitlab.corp.pingidentity.com/ux/pingux/commit/1005ec16d14181cabb760e558a1a249706633339))
12
+
13
+
14
+ ### Features
15
+
16
+ * [UIP-6353]: Add StyledListItem ([46d55db](https://gitlab.corp.pingidentity.com/ux/pingux/commit/46d55db27d5129ca63cd412d46a147d74f754ced))
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.6.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.7...@pingux/astro@2.6.0) (2023-07-04)
7
23
 
8
24
 
@@ -8,5 +8,5 @@ _Object$defineProperty(exports, "__esModule", {
8
8
  exports.isSafari = void 0;
9
9
  var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of"));
10
10
  var _context, _context2;
11
- var isSafari = !((0, _indexOf["default"])(_context = navigator.userAgent).call(_context, 'Chrome') > -1 && (0, _indexOf["default"])(_context2 = navigator.userAgent).call(_context2, 'Safari') > -1);
11
+ var isSafari = typeof navigator !== 'undefined' && !((0, _indexOf["default"])(_context = navigator.userAgent).call(_context, 'Chrome') > -1 && (0, _indexOf["default"])(_context2 = navigator.userAgent).call(_context2, 'Safari') > -1);
12
12
  exports.isSafari = isSafari;
@@ -1,3 +1,3 @@
1
1
  var _context, _context2;
2
2
  import _indexOfInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/index-of";
3
- export var isSafari = !(_indexOfInstanceProperty(_context = navigator.userAgent).call(_context, 'Chrome') > -1 && _indexOfInstanceProperty(_context2 = navigator.userAgent).call(_context2, 'Safari') > -1);
3
+ export var isSafari = typeof navigator !== 'undefined' && !(_indexOfInstanceProperty(_context = navigator.userAgent).call(_context, 'Chrome') > -1 && _indexOfInstanceProperty(_context2 = navigator.userAgent).call(_context2, 'Safari') > -1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.7.0-alpha.3",
3
+ "version": "2.7.1-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",