@pingux/astro 1.13.0-alpha.4 → 1.13.0-alpha.5

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.
@@ -34,12 +34,14 @@ var _liveAnnouncer = require("@react-aria/live-announcer");
34
34
 
35
35
  var _AlertCircleIcon = _interopRequireDefault(require("mdi-react/AlertCircleIcon"));
36
36
 
37
- var _AlertCircleOutlineIcon = _interopRequireDefault(require("mdi-react/AlertCircleOutlineIcon"));
38
-
39
37
  var _CheckCircleIcon = _interopRequireDefault(require("mdi-react/CheckCircleIcon"));
40
38
 
41
39
  var _CloseIcon = _interopRequireDefault(require("mdi-react/CloseIcon"));
42
40
 
41
+ var _AlertIcon = _interopRequireDefault(require("mdi-react/AlertIcon"));
42
+
43
+ var _InformationIcon = _interopRequireDefault(require("mdi-react/InformationIcon"));
44
+
43
45
  var _useStatusClasses4 = _interopRequireDefault(require("../../hooks/useStatusClasses"));
44
46
 
45
47
  var _statuses = _interopRequireDefault(require("../../utils/devUtils/constants/statuses"));
@@ -61,10 +63,10 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "functi
61
63
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
62
64
 
63
65
  var icons = {
64
- "default": _AlertCircleOutlineIcon["default"],
66
+ "default": _InformationIcon["default"],
65
67
  success: _CheckCircleIcon["default"],
66
68
  error: _AlertCircleIcon["default"],
67
- warning: _AlertCircleOutlineIcon["default"]
69
+ warning: _AlertIcon["default"]
68
70
  };
69
71
  exports.icons = icons;
70
72
 
@@ -8,9 +8,10 @@ import React, { forwardRef, useEffect, useRef, useState, useLayoutEffect } from
8
8
  import PropTypes from 'prop-types';
9
9
  import { announce } from '@react-aria/live-announcer';
10
10
  import AlertCircleIcon from 'mdi-react/AlertCircleIcon';
11
- import AlertCircleOutlineIcon from 'mdi-react/AlertCircleOutlineIcon';
12
11
  import CheckCircleIcon from 'mdi-react/CheckCircleIcon';
13
12
  import CloseIcon from 'mdi-react/CloseIcon';
13
+ import AlertIcon from 'mdi-react/AlertIcon';
14
+ import InformationIcon from 'mdi-react/InformationIcon';
14
15
  import useStatusClasses from '../../hooks/useStatusClasses';
15
16
  import statuses from '../../utils/devUtils/constants/statuses';
16
17
  import Box from '../Box';
@@ -19,10 +20,10 @@ import IconButton from '../IconButton';
19
20
  import Text from '../Text';
20
21
  import { jsx as ___EmotionJSX } from "@emotion/react";
21
22
  export var icons = {
22
- "default": AlertCircleOutlineIcon,
23
+ "default": InformationIcon,
23
24
  success: CheckCircleIcon,
24
25
  error: AlertCircleIcon,
25
- warning: AlertCircleOutlineIcon
26
+ warning: AlertIcon
26
27
  };
27
28
 
28
29
  var CloseButton = function CloseButton(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.13.0-alpha.4",
3
+ "version": "1.13.0-alpha.5",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",