@spothero/ui 24.0.5 → 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.cjs.js CHANGED
@@ -37577,7 +37577,7 @@ var gray = {
37577
37577
  900: '#26323c'
37578
37578
  };
37579
37579
  var blue = {
37580
- 50: '#f6fbfd',
37580
+ 50: '#f1fcff',
37581
37581
  100: '#e6f8fd',
37582
37582
  200: '#c0e9fb',
37583
37583
  300: '#96d3fa',
@@ -37601,7 +37601,7 @@ var navy = {
37601
37601
  900: '#002d5b'
37602
37602
  };
37603
37603
  var green = {
37604
- 50: '#ecf8f7',
37604
+ 50: '#e9fbf9',
37605
37605
  100: '#d3f7ef',
37606
37606
  200: '#a4f3d9',
37607
37607
  300: '#65eabf',
@@ -37613,7 +37613,7 @@ var green = {
37613
37613
  900: '#115a35'
37614
37614
  };
37615
37615
  var yellow = {
37616
- 50: '#f9f5e5',
37616
+ 50: '#fff9e5',
37617
37617
  100: '#faf0bd',
37618
37618
  200: '#f6e67c',
37619
37619
  300: '#f1d439',
@@ -37625,7 +37625,7 @@ var yellow = {
37625
37625
  900: '#743710'
37626
37626
  };
37627
37627
  var red = {
37628
- 50: '#fdf9f8',
37628
+ 50: '#fff3f0',
37629
37629
  100: '#fdeef3',
37630
37630
  200: '#fbcee6',
37631
37631
  300: '#fba4d1',
@@ -40813,27 +40813,27 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40813
40813
  case NOTIFICATION_STATUSES.NEUTRAL:
40814
40814
  return {
40815
40815
  container: {
40816
- background: 'gray.light'
40816
+ background: 'blue.50'
40817
40817
  },
40818
40818
  icon: {
40819
- color: 'gray.dark'
40819
+ color: 'blue.500'
40820
40820
  },
40821
40821
  dismissButton: {
40822
40822
  _hover: {
40823
- background: 'gray.200'
40823
+ background: 'blue.200'
40824
40824
  },
40825
40825
  _focus: {
40826
- background: 'gray.200'
40826
+ background: 'blue.200'
40827
40827
  }
40828
40828
  }
40829
40829
  };
40830
40830
  case NOTIFICATION_STATUSES.WARNING:
40831
40831
  return {
40832
40832
  container: {
40833
- background: 'yellow.100'
40833
+ background: 'yellow.50'
40834
40834
  },
40835
40835
  icon: {
40836
- color: 'yellow.500'
40836
+ color: 'yellow.400'
40837
40837
  },
40838
40838
  dismissButton: {
40839
40839
  _hover: {
@@ -40847,7 +40847,7 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40847
40847
  case NOTIFICATION_STATUSES.ERROR:
40848
40848
  return {
40849
40849
  container: {
40850
- background: 'red.100'
40850
+ background: 'red.50'
40851
40851
  },
40852
40852
  icon: {
40853
40853
  color: 'red.700'
@@ -40864,7 +40864,7 @@ var notificationStatusStyles = function notificationStatusStyles(status) {
40864
40864
  case NOTIFICATION_STATUSES.SUCCESS:
40865
40865
  return {
40866
40866
  container: {
40867
- background: 'green.100'
40867
+ background: 'green.50'
40868
40868
  },
40869
40869
  icon: {
40870
40870
  color: 'green.700'
@@ -41275,7 +41275,7 @@ function _extends$3() {
41275
41275
  return n;
41276
41276
  }, _extends$3.apply(null, arguments);
41277
41277
  }
41278
- var SvgExclamationCircleFilled = function SvgExclamationCircleFilled(props, ref) {
41278
+ var SvgExclamationTriangleFilled = function SvgExclamationTriangleFilled(props, ref) {
41279
41279
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({}, props, {
41280
41280
  xmlns: "http://www.w3.org/2000/svg",
41281
41281
  fill: "currentColor",
@@ -41284,10 +41284,10 @@ var SvgExclamationCircleFilled = function SvgExclamationCircleFilled(props, ref)
41284
41284
  ref: ref
41285
41285
  }), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
41286
41286
  fill: "",
41287
- 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"
41287
+ 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"
41288
41288
  })));
41289
41289
  };
41290
- var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgExclamationCircleFilled);
41290
+ var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgExclamationTriangleFilled);
41291
41291
 
41292
41292
  var _path$2;
41293
41293
  function _extends$2() {