@7shifts/sous-chef 3.62.0 → 3.63.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.
@@ -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';
package/dist/index.js CHANGED
@@ -971,7 +971,8 @@ var ICON_SIZES = {
971
971
  small: '12px',
972
972
  medium: '16px',
973
973
  "default": '20px',
974
- large: '24px'
974
+ large: '24px',
975
+ "extra-large": '40px'
975
976
  };
976
977
 
977
978
  var getIconStyles = function getIconStyles(_ref) {