@spothero/ui 24.0.5-beta.3 → 24.1.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/dist/index.esm.js CHANGED
@@ -37552,7 +37552,7 @@ var gray = {
37552
37552
  900: '#26323c'
37553
37553
  };
37554
37554
  var blue = {
37555
- 50: '#f6fbfd',
37555
+ 50: '#f1fcff',
37556
37556
  100: '#e6f8fd',
37557
37557
  200: '#c0e9fb',
37558
37558
  300: '#96d3fa',
@@ -37576,7 +37576,7 @@ var navy = {
37576
37576
  900: '#002d5b'
37577
37577
  };
37578
37578
  var green = {
37579
- 50: '#ecf8f7',
37579
+ 50: '#e9fbf9',
37580
37580
  100: '#d3f7ef',
37581
37581
  200: '#a4f3d9',
37582
37582
  300: '#65eabf',
@@ -37588,7 +37588,7 @@ var green = {
37588
37588
  900: '#115a35'
37589
37589
  };
37590
37590
  var yellow = {
37591
- 50: '#f9f5e5',
37591
+ 50: '#fff9e5',
37592
37592
  100: '#faf0bd',
37593
37593
  200: '#f6e67c',
37594
37594
  300: '#f1d439',
@@ -37600,7 +37600,7 @@ var yellow = {
37600
37600
  900: '#743710'
37601
37601
  };
37602
37602
  var red = {
37603
- 50: '#fdf9f8',
37603
+ 50: '#fff3f0',
37604
37604
  100: '#fdeef3',
37605
37605
  200: '#fbcee6',
37606
37606
  300: '#fba4d1',
@@ -40788,27 +40788,27 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40788
40788
  case NOTIFICATION_STATUSES.NEUTRAL:
40789
40789
  return {
40790
40790
  container: {
40791
- background: 'gray.light'
40791
+ background: 'blue.50'
40792
40792
  },
40793
40793
  icon: {
40794
- color: 'gray.dark'
40794
+ color: 'blue.500'
40795
40795
  },
40796
40796
  dismissButton: {
40797
40797
  _hover: {
40798
- background: 'gray.200'
40798
+ background: 'blue.200'
40799
40799
  },
40800
40800
  _focus: {
40801
- background: 'gray.200'
40801
+ background: 'blue.200'
40802
40802
  }
40803
40803
  }
40804
40804
  };
40805
40805
  case NOTIFICATION_STATUSES.WARNING:
40806
40806
  return {
40807
40807
  container: {
40808
- background: 'yellow.100'
40808
+ background: 'yellow.50'
40809
40809
  },
40810
40810
  icon: {
40811
- color: 'yellow.500'
40811
+ color: 'yellow.400'
40812
40812
  },
40813
40813
  dismissButton: {
40814
40814
  _hover: {
@@ -40822,7 +40822,7 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40822
40822
  case NOTIFICATION_STATUSES.ERROR:
40823
40823
  return {
40824
40824
  container: {
40825
- background: 'red.100'
40825
+ background: 'red.50'
40826
40826
  },
40827
40827
  icon: {
40828
40828
  color: 'red.700'
@@ -40839,7 +40839,7 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40839
40839
  case NOTIFICATION_STATUSES.SUCCESS:
40840
40840
  return {
40841
40841
  container: {
40842
- background: 'green.100'
40842
+ background: 'green.50'
40843
40843
  },
40844
40844
  icon: {
40845
40845
  color: 'green.700'
@@ -41250,7 +41250,7 @@ function _extends$3() {
41250
41250
  return n;
41251
41251
  }, _extends$3.apply(null, arguments);
41252
41252
  }
41253
- var SvgExclamationCircleFilled = function SvgExclamationCircleFilled(props, ref) {
41253
+ var SvgExclamationTriangleFilled = function SvgExclamationTriangleFilled(props, ref) {
41254
41254
  return /*#__PURE__*/React.createElement("svg", _extends$3({}, props, {
41255
41255
  xmlns: "http://www.w3.org/2000/svg",
41256
41256
  fill: "currentColor",
@@ -41259,10 +41259,10 @@ var SvgExclamationCircleFilled = function SvgExclamationCircleFilled(props, ref)
41259
41259
  ref: ref
41260
41260
  }), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
41261
41261
  fill: "",
41262
- d: "M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2M13 17h-2v-2h2zm0-4h-2V7h2z"
41262
+ d: "M12.884 2.532c-.346-.654-1.422-.654-1.768 0l-9 17A1 1 0 0 0 3 21h18a.998.998 0 0 0 .883-1.467zM13 18h-2v-2h2zm-2-4V9h2l.001 5z"
41263
41263
  })));
41264
41264
  };
41265
- var ForwardRef$3 = /*#__PURE__*/forwardRef$1(SvgExclamationCircleFilled);
41265
+ var ForwardRef$3 = /*#__PURE__*/forwardRef$1(SvgExclamationTriangleFilled);
41266
41266
 
41267
41267
  var _path$2;
41268
41268
  function _extends$2() {