@7shifts/sous-chef 3.65.1 → 3.66.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.
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconDollarSign: React.ForwardRefExoticComponent<Omit<Props, 'ref'>>;
9
+ export default IconDollarSign;
@@ -54,6 +54,7 @@ export { default as IconCreditCardPlus } from './IconCreditCardPlus';
54
54
  export { default as IconCreditCard } from './IconCreditCard';
55
55
  export { default as IconDecentMonochromatic } from './IconDecentMonochromatic';
56
56
  export { default as IconDecent } from './IconDecent';
57
+ export { default as IconDollarSign } from './IconDollarSign';
57
58
  export { default as IconDownload } from './IconDownload';
58
59
  export { default as IconEdit } from './IconEdit';
59
60
  export { default as IconEllipsisV } from './IconEllipsisV';
package/dist/index.css CHANGED
@@ -3330,6 +3330,9 @@ input:disabled + ._Yfxkl::after {
3330
3330
  right: 7px;
3331
3331
  top: 7px;
3332
3332
  }
3333
+ ._G29N3 {
3334
+ cursor: inherit;
3335
+ }
3333
3336
  ._1ruWK {
3334
3337
  color: var(--color-grey-200);
3335
3338
  }