@7shifts/sous-chef 3.45.2 → 3.45.3

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.css CHANGED
@@ -1810,7 +1810,7 @@ h5._32amZ {
1810
1810
  }
1811
1811
 
1812
1812
  ._2Gjlw td {
1813
- background-color: var(--color-eggplant-100);
1813
+ background-color: var(--color-blackberry-100);
1814
1814
  }
1815
1815
  ._13W8D {
1816
1816
  white-space: nowrap;
@@ -3071,8 +3071,8 @@ input:focus-visible + ._W4HpY {
3071
3071
  position: absolute;
3072
3072
  }
3073
3073
  input:checked ~ ._3mCob {
3074
- border-color: var(--color-eggplant-300);
3075
- box-shadow: 0 0 8px var(--color-eggplant-300);
3074
+ border-color: var(--color-blackberry-300);
3075
+ box-shadow: 0 0 8px var(--color-blackberry-300);
3076
3076
  cursor: default;
3077
3077
  }
3078
3078
  ._3mCob {
package/dist/index.js CHANGED
@@ -7216,7 +7216,7 @@ var DropdownListItem = function DropdownListItem(_ref) {
7216
7216
  };
7217
7217
  var getCaptionColor = function getCaptionColor() {
7218
7218
  if (selected) {
7219
- return 'eggplant-500';
7219
+ return 'blackberry-500';
7220
7220
  }
7221
7221
  if (disabled) {
7222
7222
  return 'grey-400';