@7shifts/sous-chef 3.77.0 → 3.78.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.
@@ -9,6 +9,7 @@ export type Props = {
9
9
  primaryButton: React.ReactElement;
10
10
  secondaryButton?: React.ReactElement;
11
11
  testId?: string;
12
+ onSetDoNotShowAgainStatus?: (doNotShowAgain: boolean) => void;
12
13
  } & PositionStyles;
13
- declare const HintModal: ({ header, children, mediaUrl, onClose, modalId, primaryButton, secondaryButton, testId, ...positionProps }: Props) => React.JSX.Element;
14
+ declare const HintModal: ({ header, children, mediaUrl, onClose, modalId, primaryButton, secondaryButton, testId, onSetDoNotShowAgainStatus, ...positionProps }: Props) => React.JSX.Element;
14
15
  export default HintModal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.77.0",
3
+ "version": "3.78.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",