@7shifts/sous-chef 3.64.0-beta0 → 3.65.0-beta.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.
@@ -13,6 +13,9 @@
13
13
  "HintModal": {
14
14
  "dontShowAgainLabel": "Don’t show this again"
15
15
  },
16
+ "ConfirmModal": {
17
+ "cancel": "Cancel"
18
+ },
16
19
  "Calendar": {
17
20
  "sunday": "Sunday",
18
21
  "monday": "Monday",
@@ -13,6 +13,9 @@
13
13
  "HintModal": {
14
14
  "dontShowAgainLabel": "No mostrar esto otra vez"
15
15
  },
16
+ "ConfirmModal": {
17
+ "cancel": "Cancelar"
18
+ },
16
19
  "Calendar": {
17
20
  "sunday": "Domingo",
18
21
  "monday": "Lunes",
@@ -13,6 +13,9 @@
13
13
  "HintModal": {
14
14
  "dontShowAgainLabel": "Ne plus afficher ce message"
15
15
  },
16
+ "ConfirmModal": {
17
+ "cancel": "Annuler"
18
+ },
16
19
  "Calendar": {
17
20
  "sunday": "Dimanche",
18
21
  "monday": "Lundi",
@@ -3,4 +3,5 @@ export declare const ICON_SIZES: {
3
3
  medium: string;
4
4
  default: string;
5
5
  large: string;
6
+ "extra-large": string;
6
7
  };
@@ -1 +1 @@
1
- export type IconSize = 'small' | 'medium' | 'default' | 'large' | 'flexible';
1
+ export type IconSize = 'small' | 'medium' | 'default' | 'large' | 'extra-large' | 'flexible';